/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');
@import url('https://cdn.datatables.net/v/bs5/dt-1.13.8/datatables.min.css');

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/* @import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap"); */

@font-face {
    font-family: 'Infra';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/admin/fonts/Infra-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/admin/fonts/Infra-RegularItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/admin/fonts/Infra-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/admin/fonts/Infra-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/admin/fonts/Infra-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url('/admin/fonts/Infra-ExtraBoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('/admin/fonts/Infra-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Infra';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('/admin/fonts/Infra-SemiBoldItalic.woff2') format('woff2');
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.quizdetails .as .c .qs {
	padding: 10px;
	background: #f5f8fa;
}

body.pdf-release .quizdetails .qs {
	padding: 0 0 0 10px !important;
}

body.pdf-release .quizdetails .qs .q {
	padding: 0 !important;
}

.quizdetails .as .c .q .answer {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	font-size: 13px;
	padding-bottom: 4px;
}

.quizdetails .as .c .q .answer b {
	color: #24a324;
}

.quizdetails .as .c .title {
	font-size: 14px;
	padding: 0px 5px;
	font-weight: 700;
	color: #fff;
	background: #697DE7;
}

.quizdetails .as .c {
	margin-bottom: 4px;
}

.quizdetails .as .q .title {
	font-size: 13px;
	margin: 0;
	font-weight: 600;
	color: #000;
	background: unset;
}

.quizdetails .as .q {
	padding: 4px 0 0 0;
}

.quizdetails {
	max-width: 100%;
	padding: 10px;
}

body.pdf-release .quizdetails {
	padding: 0;
}

body.pdf-release .quizdetails h3 {
	font-size: 17px;
}

body.pdf-release .quizdetails .c {
	margin: 0 !important;
}

body.pdf-release .quizdetails .c .title {
	font-size: 12px;
}

body.pdf-release .quizdetails .c .title {
	font-size: 12px;
}

.quizdetails h3 {
	text-align: center;
	font-size: 21px;
}

.hex {
	max-width: 400px;
	margin: 0 auto;
}

:root {
	--app-container: #f3f6fd;
	--main-color: #1f1c2e;
	--secondary-color: #4a4a4a;
	--link-color: #1f1c2e;
	--link-color-hover: #c3cff4;
	--link-color-active: #fff;
	--link-color-active-bg: #1f1c2e;
	--projects-section: #fff;
	--message-box-hover: #fafcff;
	--message-box-border: #e9ebf0;
	--more-list-bg: #fff;
	--more-list-bg-hover: #f6fbff;
	--more-list-shadow: rgba(209, 209, 209, 0.4);
	--button-bg: #1f1c24;
	--search-area-bg: #fff;
	--star: #1ff1c2e;
	--message-btn: #fff;
	--warning-bg-color: #ffc9c9;
	--warning-color: #ff0000;
	--success-bg-color: #c9ffc9;
	--success-color: #21c721;
}

.dark:root {
	--app-container: #f5f7f9;
	--main-color: #000;
	--secondary-color: rgba(255, 255, 255, 0.8);
	--projects-section: rgba(255, 255, 255);
	--link-color: rgba(255, 255, 255);
	--link-color-hover: rgba(195, 207, 244, 0.1);
	--link-color-active-bg: #202020;
	--button-bg: #ffffff36;
	--search-area-bg: rgba(255, 255, 255, 0.6);
	--message-box-hover: #243244;
	--message-box-border: rgba(255, 255, 255, 0.1);
	--star: #ffd92c;
	--light-font: rgba(255, 255, 255, 0.8);
	--more-list-bg: #2f3142;
	--more-list-bg-hover: rgba(195, 207, 244, 0.1);
	--more-list-shadow: rgba(195, 207, 244, 0.1);
	--message-btn: rgba(195, 207, 244, 0.1);
	--dt-primary: #697DE7;
}

html,
body {
	width: 100%;
	height: 100vh;
	margin: 0;
}

body {
	font-family: "Infra", sans-serif;
	/* overflow: hidden; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f5f8fa;
}

button,
a {
	cursor: pointer;
}

.app-container {
	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;
	height: 100%;
}

.app-container button,
.app-container input,
.app-container optgroup,
.app-container select,
.app-container textarea {
	/* font-family: "DM Sans", sans-serif; */
	font-family: "Infra", sans-serif;
	font-size: 16px;
}

.app-container button.addAnswer,
.app-container button.applyAll {
	height: 50px;
	border-radius: 30px !important;
}

.app-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.app-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;
	width: 100%;
	/* padding: 16px 24px; */
	position: sticky;
	top: 0;
	background: #697DE7;
	border-left: 1px dashed rgb(223 223 223 / 28%);
	z-index: 99;
	position: fixed;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
	box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}

.app-header-left,
.app-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.app-header-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 275px;
	max-width: 275px;
	height: 100%;
	background: #697DE7;
	padding: 13px 24px 6px 24px;
	border-bottom: 1px dashed rgb(223 223 223 / 28%);
	border-right: 1px dashed rgb(223 223 223 / 28%);
}

@media (max-width: 768px) {
	.app-header-left {
		background: transparent;
		border: none;
	}
}

.app-header-right {
	padding: 16px 24px;
}

.show {
	display: initial !important;
}

.hamburger {
	width: 26px;
	height: 2px;
	border-radius: 4px;
	background-color: var(--main-color);
	position: relative;
	display: none;
}

.hamburger:before,
.hamburger:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	border-radius: 4px;
	background-color: var(--main-color);
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
}

.hamburger:before {
	top: -6px;
}

.hamburger:after {
	bottom: -6px;
}

.app-name {
	color: var(--link-color-active);
	margin: 0;
	/* font-size: 20px; */
	/* line-height: 24px; */
	font-weight: 700;
	margin: 0 auto;
}

.app-name img {
	width: 90%;
	height: 55px;
}

.mode-switch {
	background-color: transparent;
	border: none;
	padding: 0;
	color: var(--main-color);
}

.search-wrapper {
	border-radius: 3px;
	background-color: rgb(245 248 250);
	height: 40px;
	width: 78%;
	max-width: 240px;
	color: var(--light-font);
	-webkit-box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2),
		0 24px 20px -24px rgba(71, 82, 107, 0.1);
	box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2),
		0 24px 20px -24px rgba(71, 82, 107, 0.1);
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: auto;
}

.dark .search-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-input {
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
	height: 100%;
	padding: 0 0px 0 20px;
	font-size: 16px;
	background-color: var(--search-area-bg);
	color: var(--main-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.search-input:placeholder {
	color: var(--main-color);
	opacity: 0.6;
}

.add-btn {
	color: #fff;
	background-color: var(--button-bg);
	padding: 0;
	border: 0;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	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;
}

.notification-btn {
	color: var(--main-color);
	padding: 0;
	border: 0;
	background-color: transparent;
	margin-left: auto;
}

.profile-btn {
	padding: 1px;
	border: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 15px;
	border-radius: 10px;
}

.profile-btn svg {
	width: 32px;
	height: 32px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 4px;
	fill: #697DE7;
}

.profile-btn span {
	color: var(--link-color-active);
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.page-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}

.app-sidebar {
	padding: 0px 0px 20px 0px;
	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;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #0B3A70;
	height: calc(100% - 10px);
	position: fixed;
	width: 275px;
	margin-top: 75px;
	z-index: 9;
}

.app-sidebar-link {
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px;
    border-radius: 0px;
    min-width: 140px;
    margin-bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* font-family: "Infra", sans-serif; */
    font-size: 16px;
    border-bottom: 1px dashed rgb(223 223 223 / 28%);
    /* background: #403f3f; */
    gap: 10px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    white-space: nowrap;
}

.app-sidebar a:last-child {
	border-bottom: none;
}

.app-sidebar-link:hover {
	background-color: var(--dt-primary);
	color: var(--link-color-active);
}

.app-sidebar-link.active {
	background-color: #697DE7;
	color: var(--link-color-active);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.app-sidebar-link.active:hover {
	background-color: var(--dt-primary);
	color: var(--link-color-active);
}

.projects-section {
	/* background-color: var(--projects-section); */
	border-radius: 3px;
	/* height: 100%; */
	height: calc(100vh - 75px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 275px);
	margin-left: auto;
	margin-top: 75px;
}

.projects-section-line {
	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-bottom: 32px;
}

.projects-section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: center;
	align-items: flex-start;
	color: var(--main-color);
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	padding: 20px 20px;
}

.projects-section-header .report-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.projects-section-header .report-list ul li {
	/* font-family: "Gotham Bold", sans-serif; */
	font-size: 18px;
	padding: 2.5px 0;
	line-height: 20px;
}

@media (max-width: 768px) {
	.projects-section-header .report-list ul li {
		font-size: 16px;
	}
}

.projects-section-header .report-list ul li span {
	font-family: "Infra", sans-serif;
}

.projects-section-header p {
	font-size: 17px;
	/* line-height: 24px; */
	/* font-weight: 700; */
	/* font-family: "Gotham Bold", sans-serif; */
	opacity: 0.9;
	margin: 0;
	color: var(--main-color);
	display: inline-block;
}

.projects-section-header .time {
	font-size: 20px;
}

.projects-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.view-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.view-btn {
	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;
	padding: 6px;
	border-radius: 4px;
	background-color: transparent;
	border: none;
	color: var(--main-color);
	margin-left: 8px;
}

.view-btn.active {
	background-color: var(--link-color-active-bg);
	color: var(--link-color-active);
}

.view-btn:not(.active):hover {
	background-color: var(--link-color-hover);
	color: var(--link-color-active);
}

.messages-section {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 32px;
	background-color: var(--projects-section);
	margin-left: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	border-radius: 30px;
	position: relative;
	overflow: auto;
	-webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
	-o-transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
	transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

.messages-section .messages-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	border: none;
	background-color: transparent;
	color: var(--main-color);
	display: none;
}

.messages-section.show {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	margin-left: 0;
}

.messages-section .projects-section-header {
	position: sticky;
	top: 0;
	z-index: 1;
	padding: 32px 24px 0 24px;
	background-color: var(--projects-section);
}

.message-box {
	border-top: 1px solid var(--message-box-border);
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.message-box:hover {
	background-color: var(--message-box-hover);
	border-top-color: var(--link-color-hover);
}

.message-box:hover+.message-box {
	border-top-color: var(--link-color-hover);
}

.message-box img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 40px;
	height: 40px;
}

.message-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;
	width: 100%;
}

.message-header .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: var(--main-color);
	margin: 0;
}

.message-content {
	padding-left: 16px;
	width: 100%;
}

.star-checkbox input {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.star-checkbox label {
	width: 24px;
	height: 24px;
	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;
}

.dark .star-checkbox {
	color: var(--secondary-color);
}

.dark .star-checkbox input:checked+label {
	color: var(--star);
}

.star-checkbox input:checked+label svg {
	fill: var(--star);
}

.message-line {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	color: var(--secondary-color);
	opacity: 0.7;
}

.message-line.time {
	text-align: right;
	margin-bottom: 0;
}

.project-boxes {
	margin: 0 0px;
	/* overflow: auto; */
}

.project-boxes.GridView {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.project-boxes.GridView .project-box-wrapper {
	width: 33.3%;
}

.project-boxes.ListView .more-wrapper {
	position: absolute;
	right: 16px;
	top: 16px;
}

.project-boxes.ListView .project-box-content-header {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 16px;
}

.project-boxes.ListView .project-box-header {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.project-boxes.ListView .project-box-footer {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-top: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.project-boxes.ListView .project-box-footer:after {
	display: none;
}

.project-boxes.ListView .participants {
	margin-bottom: 8px;
}

.project-boxes.ListView .project-box-content-header p {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.project-boxes.ListView .project-box-header>span {
	position: absolute;
	bottom: 16px;
	left: 16px;
	font-size: 12px;
}

.project-boxes.ListView .box-progress-wrapper {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.project-box {
	border-radius: 3px;
	padding: 30px;
	background-color: #ffffff;
	color: #697DE7;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	border-radius: 0.625rem;
}

@media (max-width: 768px) {
	.project-box {
		position: relative;
		padding: 20px 20px;
	}
}

.project-box a {
	color: #697DE7;
}

.project-box a:hover {
	color: #63419c;
}

.project-box-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;
	color: var(--main-color);
}

.project-box-header span {
	color: #4a4a4a;
	opacity: 0.7;
	font-size: 14px;
	line-height: 16px;
}

.project-box-content-header {
	text-align: left;
}

.box-content-right {
	float: right;
	margin: -26px 0 0 0 !important;
	font-size: 14px;
	line-height: 24px;
}

.project-box-content-header p {
	margin: 0;
	-ms-touch-action: none;
	touch-action: none;
	pointer-events: none;
	/* text-transform: uppercase; */
}

.project-box-wrapper {
	padding-left: 30px;
	padding-top: 30px;
}

@media (max-width: 768px) {
	.project-box-wrapper {
		padding-left: 0px;
	}
}

/* .project-box-wrapper:first-child { 
  padding-left: 0px 
} */
.project-box-wrapper:nth-child(3n + 1) {
	padding-left: 0px;
}

.project-btn-more {
	padding: 0;
	height: 14px;
	width: 24px;
	height: 24px;
	position: relative;
	background-color: transparent;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.more-wrapper {
	position: relative;
}

.box-content-header {
	font-size: 18px;
	line-height: 24px;
	font-family: "Infra", sans-serif;
	opacity: 1;
}

.box-content-subheader {
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	text-transform: capitalize !important;
}

.box-progress {
	display: block;
	height: 4px;
	border-radius: 6px;
}

.box-progress-bar {
	width: 100%;
	position: relative;
	margin: 7px 0;
}

.box-progress-header {
	font-size: 16px;
	font-family: "Infra", sans-serif;
	line-height: 16px;
	margin: 0;
	height: 22px;
	text-align: left;
}

.box-progress-percentage {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.project-box-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	position: relative;
}

.project-box-footer:after {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	width: calc(100% + 32px);
	top: 0;
	left: -16px;
	height: 1px;
}

.participants {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.participants img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.participants img:not(:first-child) {
	margin-left: -8px;
}

.add-participant {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	margin-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;
	padding: 0;
}

.days-left {
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	border-radius: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 6px 16px;
	font-weight: 700;
}

.mode-switch.active .moon {
	fill: var(--main-color);
}

.messages-btn {
	border-radius: 4px 0 0 4px;
	position: absolute;
	right: 0;
	top: 58px;
	background-color: var(--message-btn);
	border: none;
	color: var(--main-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;
	padding: 4px;
	display: none;
}

@media screen and (max-width: 980px) {
	.project-boxes.GridView .project-box-wrapper {
		width: 50%;
	}

	.status-number,
	.status-type {
		font-size: 14px;
	}

	.status-type:after {
		width: 4px;
		height: 4px;
	}

	.item-status {
		margin-right: 0;
	}
}

@media screen and (max-width: 880px) {
	.messages-section {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		position: absolute;
		opacity: 0;
		top: 0;
		z-index: 2;
		height: 100%;
		width: 100%;
	}

	.messages-section .messages-close {
		display: block;
	}

	.messages-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (max-width: 720px) {

	.app-name,
	.profile-btn span {
		display: none;
	}

	.add-btn,
	.notification-btn,
	.mode-switch {
		width: 20px;
		height: 20px;
	}

	.add-btn svg,
	.notification-btn svg,
	.mode-switch svg {
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width: 520px) {
	.projects-section-header {
		display: block;
	}

	.search-wrapper {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}

	.projects-section {
		overflow: auto;
	}

	.project-boxes {
		overflow-y: visible;
	}

	.app-sidebar:after {
		content: "";
		width: calc(100% - 290px);
		height: 100%;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		background: #0000004f;
	}

	.app-sidebar {
		display: none;
		position: fixed;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 1;
		width: 290px;
		background: #1e1e2d;
		padding-top: 90px;
		border-right: 1px solid var(--link-color-active-bg);
	}

	.hamburger {
		display: block;
	}

	.app-content {
		padding: 16px 12px 24px 12px;
	}

	.status-number,
	.status-type {
		font-size: 10px;
	}

	.view-btn {
		width: 24px;
		height: 24px;
	}

	.app-header {
		padding: 16px 10px;
		z-index: 2;
		background: var(--app-container);
	}

	.project-boxes.GridView .project-box-wrapper {
		width: 100%;
		padding-top: 10px;
	}

	.projects-section {
		padding: 24px 16px 0 16px;
		width: 100%;
		margin-left: unset !important;
	}

	.tabs {
		display: block !important;
	}

	.tabs .tab {
		margin-left: 0 !important;
	}

	.profile-btn img {
		width: 24px;
		height: 24px;
	}

	.projects-section-header p,
	.projects-section-header .time {
		/* font-size: 18px; */
		/* text-align: center; */
	}

	.status-type {
		padding-right: 4px;
	}

	.status-type:after {
		display: none;
	}

	.search-input {
		font-size: 14px;
		width: 100%;
	}

	.messages-btn {
		top: 48px;
	}

	.box-content-header {
		font-size: 16px;
		line-height: 16px;
	}

	.box-content-subheader {
		font-size: 12px;
		line-height: 16px;
	}

	.box-content-right {
		margin-top: unset !important;
		float: unset !important;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

	.project-boxes.ListView .project-box-header>span {
		font-size: 10px;
	}

	.box-progress-header {
		font-size: 14px;
	}

	.box-progress-percentage {
		font-size: 10px;
	}

	.days-left {
		font-size: 8px;
		padding: 6px 6px;
		text-align: center;
	}

	.project-boxes.ListView .project-box>* {
		margin-bottom: 8px;
	}

	.project-boxes.ListView .more-wrapper {
		right: 2px;
		top: 10px;
	}
}

.app-sidebar-link span {
	/* margin-left: auto; */
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: inherit;
}

.search-wrapper svg {
	position: absolute;
	right: 15px;
	top: 10px;
}

progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	position: relative;
	height: 20px;
	z-index: 0;
}

progress[value]::-webkit-progress-bar {
	background-color: green;
}

progress[value]::-webkit-progress-value {
	position: relative;
	-webkit-animation: animate-stripes 5s linear infinite;
	animation: animate-stripes 5s linear infinite;
	background-color: #9c1818;
}

.box-progress-percentage span {
	margin-left: auto;
}

.box-progress-percentage span:first-child {
	margin-left: unset !important;
}

.box-progress-bar span.total {
	position: absolute;
	left: 7px;
	font-size: 11px;
	top: 3px;
}

.sub-menu {
	position: absolute;
	top: 45px;
	width: 275px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
	box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
	padding: 0;
	right: 0;
	border-radius: 0.475rem;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	border: none;
}

.app-header-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.submenu-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	width: 245px;
	margin: 20px auto;
}

.sub-menu ul li {
	margin: 0;
	padding: 5px 5px;
	border-radius: 0px;
	/* border-bottom: 1px solid #2c2c2c; */
	/* border-bottom: 1px solid #eff2f5; */
	/* transition: all 0.2s ease-in-out; */
	border-radius: 0.425rem;
}

.sub-menu ul li:last-child {
	border: none;
}

.sub-menu ul li a {
	display: block;
	color: #1e1e2d;
	text-decoration: none;
	padding: 5px;
}

.sub-menu ul li:hover {
	background-color: #555555;
}

.sub-menu ul li:hover a {
	color: var(--link-color-active);
}

.active .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px;
}

@media (max-width: 768px) {
	.active .sub-menu {
		margin: 15px 0;
	}
}

.active .profile-btn {
	background-color: #697DE7;
	border-radius: 100%;
}

button.settings {
	background: transparent;
	border: 0;
	color: #697DE7;
	display: block;
	margin-left: auto;
	z-index: 1;
	margin-top: 4px;
}

.active {
	position: relative;
}

@media (max-width: 768px) {
	.box-content-right.active {
		position: absolute !important;
	}
}

span.badge {
	font-weight: bold;
	padding: 0 5px;
	border-radius: 9px;
}

span.badge.status {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	cursor: default;
	user-select: none;
}

.warning {
	background-color: var(--warning-bg-color);
	color: var(--warning-color);
}

.success {
	background-color: var(--success-bg-color);
	color: var(--success-color);
}

a.manage {
	background: var(--button-bg);
	padding: 3px;
	margin-left: auto;
	float: right;
}

a {
	color: var(--link-color);
	text-decoration: none;
}

a.red {
	color: red;
}

a.red:hover {
	color: #930a0a;
}

a:hover {
	color: var(--link-color-active);
}

.box-content-right .sub-menu {
	top: 26px;
}

.box-progress-wrapper {
	margin-top: 16px;
}

answers,
group,
category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* background: var(--dt-primary);
  color: var(--main-color); */
	border-radius: 3px;
	margin: 0 0 0 0;
	position: relative;
}

#editQuiz group {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	border-radius: 0.625rem;
	margin: 10px 0;
	padding: 10px 10px;
}

answers answer {
	display: grid;
	grid-template-columns: 3fr 1fr;
	position: relative;
}

#editQuiz input {
	max-width: 100%;
	padding: 20px 20px 20px 20px;
	background: #f5f8fa;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
	font-size: 16px;
	border: 1px dashed #c1c1cf;
	/* box-shadow: 0px 2px #697DE7; */
}

#editQuiz input:focus {
	background: #eceff1;
	color: #000000;
}

.quizesAnswers input {
	margin: 10px 0;
}

.quizesAnswers .remove {
	position: absolute;
	color: #697DE7;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

.dt-icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
}

.delete-icon::before {
	content: url(../images/cancel.png);
}

.delete-icon:hover:before {
	content: url(../images/cancel-hover.png);
}

.dt-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #f5f7f9;
	/* overflow-x: auto; */
}

.dt-group group {
	width: 100%;
	min-width: 50%;
}

.dt-group group input {
	padding: 10px 10px 10px 40px !important;
}


.dt-group group .quizAnswers input {
	padding: 10px 0px 10px 10px !important;
	max-width: 100% !important;
}

.quiz-content.questions input {
	padding: 10px 2px 10px 30px !important;
	max-width: 100% !important;
}

button.addAnswer {
	margin: 10px;
}

g-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

answers g-title {
	color: #000;
}

g-title .remove {
	position: absolute;
	color: #697DE7;
	top: 50%;
	margin-top: -11px;
	left: 20px;
}

/* group:after,
category:after {
  content: "\f107";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -11px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  color: #697DE7;
  pointer-events: none;
  font-weight: 700;
} */

g-title:hover {
	background: var(--button-bg);
}

.quiz-content {
	display: none;
}

.opened>.quiz-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	margin: 15px 27px 15px 15px;
	border-radius: 0.625rem;
	/* box-shadow: 0px 1px 5px #7e7e7e; */
	-webkit-box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 20%);
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 20%);
}

.opened>.quiz-content.questions {
	-webkit-box-shadow: none;
	box-shadow: none;
	/* margin: 5px 10px 10px 10px; */
	padding: 30px 30px;
}

.categories category {
	background: transparent;
	margin: 0px 0 5px 0;
}

.quiz-content.answers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.quiz-content.questions input {
	/* border: 1px solid rgb(72 38 131) !important; */
	border: 1px dashed #c1c1cf;
	border-radius: 3px;
	resize: none;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

.dt-title {
	padding: 10px 0;
	font-weight: 700;
}

input,
select {
	font-size: 14px;
	margin-bottom: 0px;
	padding: 10px;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 !important;
	flex: 1 1 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	/* max-width: 70%; */
	border-radius: 3px;
}

answers g-title:hover {
	background: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}

list {
	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;
	background: #f5f5f5;
	margin-bottom: 20px;
	/* box-shadow: 0px 4px #697DE7; */
}

list>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.title {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

.quizAnswers,
.quizesAnswers {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.quizesAnswers {
	padding: 0 10px;
}

.quizAnswers div,
.quizesAnswers div {
	margin: 1px;
	width: 48.845%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.quizAnswers>div,
.quizesAnswers>div {
	margin: 0px;
	padding: 0px;
}

.quizAnswers>div:first-child,
.quizesAnswers>div:first-child {
	padding-left: 0px;
}

.quizAnswers .answersList {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.quizAnswers .remove {
	position: absolute;
	right: 10px;
	top: 10px;
}

[click="addNewAnswerQuestion"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #223ecb;
	background: #0f4e87;
	color: #fff;
	width: 75px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 5px 3px;
}

.quizAnswers input,
.quizesAnswers input {
	max-width: 95%;
	margin-right: auto;
}

.remove {
	margin: 0 2px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #697DE7;
	font-size: 17px;
	font-weight: 700;
}

.addAnswer,
.applyAll,
.addQuestion,
.addCategory,
.addGroup {
	font-size: 17px;
	/* margin: 3px 3px; */
	background: #0B3A70;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 3px;
	color: #fff;
	width: 100px;
	padding: 4px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

fiel-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	width: 100%;
}

button.applyAll {
	background: #202020;
	margin: 10px 0 10px 0;
}

.answersList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.addAnswer,
.addQuestion,
.addCategory,
.addGroup {
	width: auto;
	/* margin: 15px; */
}

.quiz-content.categories .addCategory {
	margin: 5px 40px 0px 0;
}

category.opened {
	background: rgb(245 248 250);
	-webkit-box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	border-radius: 0.625rem;
}

.noArrow:after {
	display: none;
}

button.button {
	background: #ffffff;
	color: #697DE7;
	border: none;
	padding: 15px;
	line-height: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button.button:hover {
	background: #1e1e2d;
	color: #fff;
}

button.addGroup {
	background: #697DE7;
	color: #ffffff;
	border: none;
	padding: 15px;
	margin: 0px 0px 0 10px;
	line-height: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 50px;
	border-radius: 0px;
	min-width: 170px;
}

@media (max-width: 768px) {
	button.addGroup {
		width: 100%;
		margin: 5px 0;
	}
}

#editQuiz button.addGroup {
	background: #697DE7;
	color: #fff;
	margin: 15px;
}

#editQuiz button.addGroup:hover {
	background: #202020;
}

button.addGroup:hover {
	background: #202020;
	color: #fff;
}

#editQuiz button[type="submit"] {
	background: #202020;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
}

button.remove.group {
	margin-right: auto;
}

g-title input {
	margin-right: auto;
}

button.remove.question {
	position: absolute;
	top: 14px;
	left: -8px;
	width: 35px;
}

button.remove.answer {
	position: absolute;
	top: 13px;
	left: 0;
}

button.remove.category {
	margin-right: auto;
}

.sub-menu:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

group.opened {
	z-index: 100;
}

.stats {
	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 0 0 0;
	padding-bottom: 30px !important;
}

.stats>div {
	width: 100%;
}

div.CustomTable>div {
	margin: 5px 0;
}

th {
	text-align: left;
}

table {
	width: 100%;
}

.quiz-content.answers .quizesAnswers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.quiz-content.answers .quizesAnswers {
		flex-direction: column;
	}

	.quizAnswers div,
	.quizesAnswers div {
		width: 100%;
	}
}

form#editQuiz {
	padding: 0px 0 15px 0;
}

div#fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 76%);
	left: 0;
	top: 0;
	display: none;
	z-index: 99;
}

div.lineer {
	display: flex;
	/* min-height: 325px; */
	min-height: 120px;
	width: 96%;
	position: relative;
	border-bottom: 1px dashed #393945;
	margin: 65px auto 40px auto;
}

div.lineer .questions,
div.lineer .answers {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: unset;
}

.lineer>div.answers>div.edges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.lineer>div.answers>div.lines {
	position: absolute;
	width: 100%;
	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;
	z-index: 9;
}

.lineer>div.answers>div.edges span {
	border-right: 1px solid;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	position: relative;
}

.lineer>div.answers>div.edges span:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.lineer>div.answers>div.edges span:after {
	content: attr(i);
	position: absolute;
	bottom: -20px;
	right: -6px;
}

.lineer>div.answers>div.lines div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lineer>div.answers>div.lines line {
	height: 15px;
	display: block;
	font-size: 10px;
	color: #fff;
	text-align: center;
	width: 0;
}

.lineer>div.questions>div.lines {
	/* position: absolute; */
	position: relative;
	width: 100%;
	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;
	padding: 0;
}

.lineer>div.questions>div.lines div {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* overflow: hidden; */
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	/* justify-content: right; */
	justify-content: flex-start;
	text-align: left;
	padding: 7px 0;
}

div.lines div line:nth-child(1) {
	background-color: #002060;
}

div.lines div line:nth-child(2) {
	background-color: #c00000;
}

div.lines div line:nth-child(3) {
	background-color: #236500;
}

div.lineer .header {
	position: absolute;
	top: -34px;
	padding: 0 !important;
	margin: -1px !important;
	width: 100%;
	text-align: center;
	font-size: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	div.lineer {
		margin-top: 50px;
	}

	div.lineer .header {
		top: -64px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: 60px;
	}
}

.header h2 {
	padding: 0;
	margin: 0;
	font-size: 21px;
	display: block;
	width: 100%;
	text-align: left;
}

div.lineer .header line {
	font-size: 11px;
	height: 27px;
	padding: 6px;
	color: #fff;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 11px;
	min-width: 79px;
	cursor: pointer;
}

.header line:nth-child(2) {
	background: rgb(31 104 31);
}

.header line:nth-child(3) {
	background: #002060;
}

.header line:nth-child(4) {
	background: #c00000;
}

.button.stat {
	background-color: rgb(56 82 135);
	color: #fff;
}

.projects-section-header p span {
	font-weight: 100;
}

.statsTitle {
	text-align: center;
	background: #697DE7;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.statsTitle input,
.statsTitle h2 {
	color: #fff;
	font-size: 18px;
	text-align: left;
	/* text-transform: uppercase; */
	/* padding: 8px 31px 5px 31px; */
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 9px;
	font-weight: 600;
	border-radius: 0;
	outline: none !important;
	background: #697DE7;
	width: 100% !important;
	max-width: unset;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.statsTitle::-webkit-input-placeholder {
	color: rgb(0, 0, 0);
	opacity: 1;
}

.statsTitle::-moz-placeholder {
	color: rgb(0, 0, 0);
	opacity: 1;
}

.statsTitle:-ms-input-placeholder {
	color: rgb(0, 0, 0);
	opacity: 1;
}

.statsTitle::-ms-input-placeholder {
	color: rgb(0, 0, 0);
	opacity: 1;
}

.statsTitle::placeholder {
	color: rgb(0, 0, 0);
	opacity: 1;
}

.statsTitle::-ms-input-placeholder {
	color: rgb(0, 0, 0);
}

.stats table {
	font-size: 14px;
	/* margin-bottom: 25px; */
	border-radius: 0px;
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
}

.projects-section>div {
	/* max-width: 1280px;
  margin-left: auto; */
	margin: 4px 24px 4px 24px;
	box-sizing: content-box;
}

@media (max-width: 768px) {
	.projects-section>div {
		width: unset;
		margin-right: unset;
		margin-left: unset;
	}

	.tabs {
		display: flex !important;
		flex-direction: column-reverse;
		gap: 4px;
	}

	.tabs .tab {
		width: 100% !important;
	}
}

.stats img {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.stats img {
		max-width: 90%;
	}
}

.reportWrap {
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	position: relative;
}

.statsTitle button {
	margin-left: 10px;
}

table thead tr {
	background: #0B3A70 !important;
	color: #fff;
}

table th,
table td {
	padding: 5px 9px !important;
}

table tr:nth-child(odd) {
	background: #f2f2f2;
}

/* table td:nth-child(odd) {
 border-left: 1px solid #000
}
table td:nth-child(even) {
  border-left: 1px solid #000
} */
table tbody td {
	border-top: none !important;
}

body.pdf-release .detailbutton {
	display: none;
}

body.pdf-release tr:has(.quizdetails) {
	display: table-row;
}

body.pdf-release .Unternehmertest thead {
	display: none;
}

body.pdf-release .Unternehmertest tr:not(:has(.quizdetails)) {
	display: none;
}

body.pdf-release tr:has(.quizdetails) .detailbutton {
	display: unset;
	padding: 0 !important;
	margin: 0;
}

table thead th {
	border-bottom: none !important;
}

/* table td {
  border:1px solid #e9e9e9
} */
.flex-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.flex-item .report-list {
	min-width: 310px;
}

@media (max-width: 768px) {
	.projects-section-header {
		position: relative;
	}

	.projects-section-header .flex-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}

	.projects-section-header .flex-item group.noArrow {
		width: 100%;
	}

	.projects-section-header .flex-item group.noArrow button.addGroup {
		width: 100%;
	}

	.projects-section-header .search {
		position: absolute;
		top: 20px;
		right: 30px;
		margin-right: 0;
		z-index: 9;
		overflow: hidden;
	}

	.projects-section-header .search svg {
		cursor: pointer;
		margin: 7px;
		width: 16px;
		height: 16px;
	}

	.projects-section-header .search.open>div {
		width: 212px !important;
	}

	.projects-section-header .search>div input {
		background: transparent;
	}

	.app-header-right {
		padding: 16px 0px 16px 0px;
	}

	.app-header-right .profile-btn {
		margin-left: 0px;
	}
}

/* Search */

.search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	cursor: pointer;
	/* transition: all 0.3s ease 0.6s; */
	/* box-shadow: 0 3px 14px -1px rgba(0, 0, 0, 0.18); */
	-webkit-box-shadow: 0px 0px 5px 0px rgb(76 87 125 / 20%);
	box-shadow: 0px 0px 5px 0px rgb(76 87 125 / 20%);
	margin-right: 20px;
}

.search svg {
	cursor: pointer;
	margin: 17px;
	width: 18px;
	height: 18px;
	display: block;
	color: #697DE7;
	stroke-width: 2;
	/* transform: rotate(90deg); */
	/* transition: all 0.3s ease 0.6s; */
}

.search>div {
	position: relative;
	width: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s;
	-o-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s;
	transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s;
}

.search>div input {
	font-size: inherit;
	line-height: inherit;
	padding: 0 24px 0 0;
	border: 0;
	display: block;
	outline: none;
	font-family: inherit;
	position: absolute;
	line-height: 20px;
	font-size: 16px;
	background: #fff;
	-webkit-appearance: none;
	top: 0;
	max-width: 100% !important;
	opacity: 0;
	z-index: 1;
	visibility: hidden;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

.search>div input::-webkit-input-placeholder {
	color: #000;
}

.search>div input:-moz-placeholder {
	color: #000;
}

.search>div input::-moz-placeholder {
	color: #000;
}

.search>div input:-ms-input-placeholder {
	color: #000;
}

.search>div>div {
	white-space: nowrap;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search>div>div span {
	line-height: 20px;
	font-size: 16px;
	opacity: 0;
	display: block;
	visibility: hidden;
	-webkit-transform: translate(0, 12px);
	-ms-transform: translate(0, 12px);
	transform: translate(0, 12px);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search>div>div span:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.search>div>div span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.search>div>div span:nth-child(3) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.search.open {
	cursor: default;
	border-radius: 30px;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	/* box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.18); */
	-webkit-box-shadow: 0px 0px 5px 0px rgb(76 87 125 / 20%);
	box-shadow: 0px 0px 5px 0px rgb(76 87 125 / 20%);
}

.search.open svg {
	opacity: 0.4;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.search.open>div {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	width: 200px;
}

.search.open>div>div span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.search.open>div>div span:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.search.open>div>div span:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.search.open>div>div span:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.search.open>div input {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

@media (max-width: 768px) {
	.PlutoTableContainer {
		overflow-x: auto;
	}
}

div.CustomTable {
	background: rgb(245 247 249);
	/* padding: 10px; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.CustomTable:before {
	content: attr(title);
	display: block;
	font-weight: 900;
	font-size: 21px;
	background: #697DE7;
	color: #fff;
	padding: 20px;
	border-radius: 0;
	text-transform: uppercase;
}

.exporting button.remove {
	display: none;
}

.exporting .statsTitle {
	border-radius: 0;
}

.exporting line:not(.level) {
	display: none;
}

body.pdf-release .app-sidebar,
body.pdf-release .app-header,
body.pdf-release .projects-section-header {
	display: none;
	position: unset;
}

body.pdf-release .projects-section {
	margin: 0;
	padding: 0px;
	height: 100% !important;
	width: 100%;
}

#editQuiz answers {
	padding: 0px 10px 10px 10px;
	row-gap: 6px;
}

body.pdf-release {
	margin: 0 -4px 0 0px;
	padding: 0;
	background: #fff;
	height: fit-content;
	overflow: overlay;
}

.pdf-release .project-boxes {
	padding: 0;
	margin: -20px 0 0 0;
}

body.pdf-release.exporting div.CustomTable:before {
	display: none;
}

body.pdf-release.exporting .PlutoAction {
	display: none;
}

body.pdf-release .stats {
	padding: 0;
	margin: 0;
}

body.pdf-release .reportWrap {
	margin: 0;
}

.hexGroup .reportWrap {
	height: auto !important;
}

img.pdf-logo {
	width: 500px;
	display: none;
}

.pdf-release img.pdf-logo {
	display: block;
}

.report-list a {
	color: #d13939 !important;
	font-weight: 600;
	text-decoration: none;
	font-size: 17px;
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px !important;
}

.tabs .tab {
	/* font-size: 16px; */
	font-weight: 600;
	color: #000;
	cursor: pointer;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #202020;
	color: #fff;
	/* width: 200px; */
	margin-left: 15px;
}

.tabs .tab.active {
	background: #697DE7;
	color: #fff;
}

.tabs .tab:hover {
	background: #697DE7;
	color: #fff;
}

.tabs .tab a {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
}

.tab.static {
	background: transparent;
	margin-left: auto;
}

.tab.static select {
	display: block;
	max-width: 100% !important;
}

.tab.static:hover {
	background: unset !important;
}

.radar-chart .level {
	stroke: #697DE7;
	stroke-width: 0.5;
}

.radar-chart .axis line {
	stroke: #697DE7;
	stroke-width: 1;
}

.radar-chart .axis .legend {
	font-family: sans-serif;
	font-size: 10px;
}

.radar-chart .axis .legend.left {
	text-anchor: start;
}

.radar-chart .axis .legend.middle {
	text-anchor: middle;
}

.radar-chart .axis .legend.right {
	text-anchor: end;
}

.radar-chart .tooltip {
	font-family: sans-serif;
	font-size: 13px;
	transition: opacity 200ms;
	opacity: 0;
}

.radar-chart .tooltip.visible {
	opacity: 1;
}

.radar-chart .area {
	stroke-width: 2;
	fill-opacity: 0.2;
}

.radar-chart .circle {
	fill-opacity: 0.9;
}

.radar-chart .d3-enter,
.radar-chart .d3-exit {
	opacity: 0;
}

.Status-Quo {
	stroke: rgb(54, 162, 235);
	fill: rgb(54, 162, 235);
}

.Ziel {
	fill: rgb(255, 99, 132);
	stroke: rgb(255, 99, 132);
}

.Status-Quo-Expert {
	fill: rgb(8, 151, 0);
	stroke: rgb(8, 151, 0);
}

.Ziel-Expert {
	fill: rgb(171, 175, 11);
	stroke: rgb(171, 175, 11);
}

button.Status-Quo:before {
	background-color: rgb(54, 162, 235);
}

button.Ziel:before {
	background-color: rgb(255, 99, 132);
}

button.Status-Quo-Expert:before {
	background-color: rgb(8, 151, 0);
}

button.Ziel-Expert:before {
	background-color: rgb(171, 175, 11);
}

.statsBlob {
	text-align: center;
	margin: 9px;
}

.statsBlob button {
	border: 0;
	font-size: 12px;
	background: transparent;
	display: inline-flex !important;
}

.statsBlob button:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.statsBlob button.notShown {
	display: inline-flex !important;
	text-decoration: line-through;
}

/*Mustafa*/

.PlutoTable a.colorred {
	color: #c00000;
}

.tabs .btn-dark,
.addGroup.btn-dark {
	background-color: #000;
}

.tabs .btn-blue,
.addGroup.btn-blue {
	background-color: #0f4e87;
}

.tabs .btn-warning,
.addGroup.btn-warning {
	background-color: #ffc107;
}

.tabs .btn-success,
.addGroup.btn-success {
	background-color: #0f7604eb;
}

table td a.showButton {
	background: #0B3A70;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	margin: 0 2px 0 0;
}

table td a.showButton:hover {
	background: green;
}

table td a.deleteButton {
	background: #b50e0e;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	margin: 0 0 0 2px;
}

table td a.deleteButton:hover {
	background: red;
}

/* PDF LOGO & KUNDE */
.pdf-details {
	display: none;
}

.pdf-release.exporting .pdf-details {
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 700px;
}

/* PDF LOGO & KUNDE */

/* PDF TITLE */
.pdf-release.exporting .statsTitle,
.pdf-release.exporting .statsTitle input,
.pdf-release.exporting .statsTitle h2 {
	background: transparent !important;
}

.pdf-release.exporting .statsTitle input,
.pdf-release.exporting .statsTitle h2 {
	color: #493680 !important;
	font-weight: 900;
	border-bottom: 2px solid #697DE7;
}

/* PDF TITLE */

/* PDF HEX GROUP */
.hexGroup {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 10px;
	column-gap: 10px;
}

/* PDF HEX GROUP */
/* PDF TABLE */
.reportWrap table th:nth-child(2),
.reportWrap table td:nth-child(2) {
	width: 100px;
	padding: 5px 10px !important;
}

.reportWrap table th:nth-child(3),
.reportWrap table td:nth-child(3) {
	width: 30px;
	padding: 5px 10px !important;
}

.reportWrap table th:nth-child(4),
.reportWrap table td:nth-child(4) {
	width: 30px;
	padding: 5px 10px !important;
}

table.answersReportTable th:nth-child(3),
table.answersReportTable td:nth-child(3) {
	width: 100px !important;
	padding: 5px 10px !important;
}

table.answersReportTable th:nth-child(4),
table.answersReportTable td:nth-child(4) {
	width: 30px !important;
	padding: 5px 10px !important;
}

.quiz-data {
	font-size: 22px;
}

.quiz-data span {
	margin-bottom: 10px;
	display: inline-block;
}

.pdf-release.exporting .quiz-data {
	max-width: 800px;
}

.pdf-release.exporting .quiz-data ul {
	display: flex;
	flex-wrap: wrap;
}

.pdf-release.exporting .quiz-data ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.pdf-release .statsTitle input,
.pdf-release .statsTitle h2,
.pdf-release table thead tr,
.pdf-release.exporting table thead tr {
	background: transparent !important;
	color: #697DE7;
}

.pdf-release table thead tr th {
	padding-top: 13px !important;
}

.pdf-release .statsTitle {
	background: transparent !important;
	color: #697DE7;
	font-weight: 900;
	border-bottom: 2px solid #697DE7;
}

.pdf-release .hexGroup {
	position: relative;
	column-gap: 30px;
}

.pdf-release .hexGroup:after {
	content: "";
	position: absolute;
	height: 87%;
	width: 1px;
	top: 13%;
	right: 50%;
	border-right: 1px dashed #697DE7;
}

.page-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100vh;
	background-color: #697DE7;
	color: #fff;
	align-items: flex-start;
	padding: 0 200px;
	width: 100%;
}

.page-wrapper h2 {
	font-size: 22px;
}

.page-wrapper p,
.page-wrapper ul li {
	font-size: 17px;
}

.page-wrapper ul {
	margin-bottom: auto;
}

.page-wrapper ul li {
	padding-bottom: 20px;
}

.page-wrapper .page-sticker {
	display: block;
	margin: 20px 0 auto auto;
}

.page-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.page-liste h3 {
	font-size: 26px;
}

.page-liste ul {
	list-style: inside;
	padding: 0;
}

.page-liste ul li {
	list-style-type: upper-roman;
	font-size: 20px;
}

/* Responsive */

/* iPad Pro */
@media (max-width: 1366px) {
	.page-wrapper {
		padding: 0px 150px;
	}
}

@media (max-width: 1024px) {
	.page-wrapper {
		height: auto;
		padding: 0px 100px;
	}

	.page-wrapper .page-sticker {
		margin: 20px auto;
	}

	.page-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.page-wrapper h2 {
		font-size: 22px;
	}

	.page-wrapper p,
	.page-wrapper ul li {
		font-size: 15px;
	}

	.page-wrapper ul li {
		padding-bottom: 20px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.page-wrapper {
		padding: 50px 30px;
	}

	.page-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

tr:has(.quizdetails) {
	display: none;
}

tr.opened {
	display: table-row;
	width: 100%;
}

form.usernote {
	display: grid;
	align-items: end;
	grid-gap: 10px;
	width: 100%;
	max-width: 360px;
	padding: 15px;
	background: #697DE7;
	border-radius: 4px;
	min-width: 370px;
}

form.usernote select {
	appearance: auto;
	flex: unset !important;
	max-width: unset !important;
	width: 100%;
}

form.usernote button {
	border: 0;
	background: #fff;
	color: #697DE7;
	padding: 4px 8px;
	margin: auto;
}

form.usernote textarea {
	width: 100%;
	border: 0;
	border-radius: 3px;
	padding: 10px;
}

.flex-wrapper {
	display: grid;
	grid-gap: 10px;
}

span.resultTest {
	padding: 5px;
	display: block;
	background: var(--app-container);
	margin: 13px;
	border: 1px solid var(--bs-border-color);
}

span.resultTest h3 {
	color: var(--dt-primary);
}

.result {
	padding: 20px 20px 20px 20px;
	background: #fff;
	margin-bottom: 20px;
}

.open-gt {
	color: #7859af;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding: 10px;
}


* {
	box-sizing: border-box;
	/* font-family: "Gotham Medium"; */
}

form.add_event {
	max-width: 100%;
	
}

.foot-button {
	max-width: 720px;
	margin: 10px auto;
	display: block !important;
}

.result {
	max-width: 720px;
	margin: 10px auto;
	font-family: "Infra";
	font-size: 14px;
}

.result h1 {
	font-size: 17px;
}

body {
	counter-reset: item-counter;
	padding: 0;
	margin: 0;
}

.group h2 {
	counter-increment: item-counter;
	color: #697DE7;
	font-size: 1.4em;
	width: 100%;
	margin: 7px 0px;
}

.dis-none {
	display: none;
}

.group {
	display: none;
	margin-bottom: 1.5rem;
	border: 2px solid #697DE7;
}

.group .category header h3:empty {
	display: none;
}

h3 {
	color: #697DE7;
	font-size: 1.2em;
	margin: 0 15px 0 0;
	padding: 15px 0 0 0;
}

.question {
	align-items: center;
	width: 100%;
	display: grid;
	grid-template-columns: 5fr 3fr;
	height: auto;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

.question:hover .answers {
	background: rgb(13 13 141 / 47%) !important;
}

.question h4 {
	width: 100%;
	font-family: "Infra";
	font-weight: 400;
	font-size: 16px;
}

.answers {
	display: flex;
	flex: 1 1;
	background: #697DE7;
	height: 100%;
	align-items: center;
}

header {
	display: grid;
	grid-template-columns: 5fr 3fr;
	padding: 0 0 0 15px;
}

aside {
	display: flex;
	width: 100%;
	background: #697DE7;
	align-items: center;
}

aside ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex: 1 1;
}

aside ul li {
	width: 100%;
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-family: "Infra";
	font-weight: 400;
}

pluto-input:hover>input:not(:disabled),
pluto-input:focus>input:not(:disabled) {
	background: #7144bf;
	color: #fff;
}

pluto-input:active>input:not(:disabled),
pluto-input.selected>input {
	background: #7144bf;
	color: #ffffff;
	border: none;
}

@media screen and (max-width: 1024px) {
	header {
		display: flex;
		flex-direction: column;
		padding: 0 15px;
	}

	header aside {
		background: unset;
	}

	header aside ul li {
		background: #7144bf;
	}

	header aside ul li:first-child {
		margin-right: 15px;
	}

	.question {
		display: flex;
		flex-direction: column;
		padding: 0 8px;
	}

	.question:last-child {
		padding-bottom: 15px;
	}

	.answers {
		width: 100%;
		background: #fff;
	}

	.answers .answer:first-child {
		border-right: 1px solid #697DE7;
	}

	.answer pluto-input {
		border: 1px solid #697DE7;
	}

	.answer pluto-input input {
		min-width: 26px;
		min-height: 50px;
		width: 100%;
		font-weight: 600;
	}
}

html {
	height: 100%;
}

body.login-page {
	width: 100%;
	height: 100%;
	background: #eaedee;
}

.login-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.login-container .login-box {
	width: 400px;
	background: #fff;
	border-radius: 1.3rem;
}

.login-container .login-box h1 {
	background: #697DE7;
	margin: 0;
	border-top-left-radius: 1.3rem;
	border-top-right-radius: 1.3rem;
}

.login-container .login-box h1 a {
	width: 100%;
	height: calc((180px / 2) + (30px * 2));
	background-position: center;
	background-size: auto;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-image: none !important;
}

.login-container .login-box h1 img {
	width: 200px;
}

.login-container .input-group.user {
	padding: 30px 30px 20px 30px;
}

.login-container .input-group.pass {
	padding: 10px 30px 20px 30px;
}

.login-container .input-group>.form-line {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.login-container .input-group>.form-line label {
	font-size: 1rem;
	color: #6c7293;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	cursor: pointer;
}

.login-container .input-group>.form-line input {
	border-radius: 0.3rem;
	border-width: 1px;
	border-color: rgba(72, 70, 91, 0.86);
	background-color: #f0f3f4;
	color: #48465b;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.5;
	text-transform: none;
	margin-top: 7px;
	height: 45px;
	padding: 8px 15px;
	box-shadow: none;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
	max-width: 100%;
}

.login-container button.btn,
.login-container input[type="submit"] {
	background-color: #ffffff;
	border: 1px solid #697DE7;
	color: #43287f;
	outline: 0 !important;
	padding: 15px;
	width: 100%;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 1.25rem;
	text-transform: none;
	border-radius: 3rem;
	border-width: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.login-container button.btn:hover,
.login-container input[type="submit"]:hover {
	background-color: #697DE7;
	color: #fff;
}

.login-container .c-btn {
	padding: 0 30px 30px 30px;
}

.current {
	display: block;
}

.answer.error pluto-input input {
	background: indianred;
	color: #fff;
}

pluto-navigate {
	display: flex;
	/* justify-content: end; */
	justify-content: space-between;
	box-sizing: border-box;
}

pluto-navigate button {
	appearance: none;
	border: 1px solid #697DE7;
	background: #697DE7;
	padding: 17px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	font-family: "Infra";
	text-transform: uppercase;
}

pluto-navigate button.prev {
	margin-right: auto;
	background: green;
	border: 1px solid green;
}

pluto-navigate button.prev:before {
	content: "<";
	margin-right: 5px;
	font-weight: bold;
}

pluto-navigate button.next:after {
	content: ">";
	margin-left: 5px;
	font-weight: bold;
}

div#app {
	padding: 20px;
}

pluto-navigate button[disabled] {
	background: darkgray;
	border: 0;
	cursor: default;
}

pluto-form {
	display: flex;
	flex-direction: column;
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}

pluto-form label {
	padding: 10px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-family: "Infra";
	font-weight: 400;
}

pluto-form label:nth-child(1):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(2):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(4):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(5):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(6):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(7):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(8):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

pluto-form label:nth-child(9):not(label.form-group label) {
	display: inline-flex;
	flex-direction: column;
	width: 50%;
}

@media (max-width: 768px) {

	pluto-form label:nth-child(1):not(label.form-group label),
	pluto-form label:nth-child(2):not(label.form-group label),
	pluto-form label:nth-child(4):not(label.form-group label),
	pluto-form label:nth-child(5):not(label.form-group label),
	pluto-form label:nth-child(6):not(label.form-group label),
	pluto-form label:nth-child(7):not(label.form-group label),
	pluto-form label:nth-child(8):not(label.form-group label),
	pluto-form label:nth-child(9):not(label.form-group label) {
		width: 100%;
	}
}

pluto-form label input,
pluto-form label select,
pluto-form label button {
	appearance: none;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	border: 0 !important;
	font-family: "Infra", sans-serif;
	font-weight: 400;
	background-color: #ffffff !important;
	border: 1px solid #e5e7e9;
	padding: 15px 16px;
	transition: all 0.3s;
}

pluto-form label input:not(:placeholder-shown) {
	-webkit-text-fill-color: rgb(72, 38, 131);
}

pluto-form label button {
	background-color: #697DE7 !important;
	color: #fff;
	-webkit-text-fill-color: #fff !important;
	font-family: "Infra";
	text-transform: uppercase;
	cursor: pointer;
}

button.finish {
	background: green;
}

pluto-navigate button.next {
	margin-right: 0px;
}

pluto-form label input[type="radio"] {
	appearance: auto;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

pluto-form label input[type="checkbox"] {
	appearance: auto;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

pluto-form .form-group label {
	flex-direction: row;
}

.checkboxes {
	display: grid;
	margin-top: 5px;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 20px;
	column-gap: 20px;
}

.checkboxes label.checkbox-label {
	width: 100%;
}

label.checkbox-label {
	box-shadow: rgba(72, 38, 131, 0.6) 0px 0px 0px 1px inset;
	color: rgb(72, 38, 131);
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	border-radius: var(--sampler-theme-border-radius);
	background-color: rgba(72, 38, 131, 0.1);
	height: 36px;
	padding: 5px 10px;
	width: 50%;
	cursor: pointer;
}

.labelText {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.checkboxes {
		grid-template-columns: 1fr;
		margin-top: 10px;
		column-gap: 10px;
		row-gap: 10px;
	}

	.labelText {
		font-size: 13px;
	}
}

pluto-form label select {
	appearance: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(arrow-select.svg);
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: 14px;
	background-size: 20px;
	border: 1px solid #e5e7e9;
	color: #757575;
}

/* pluto-form label select:valid {
  -webkit-text-fill-color: rgb(72, 38, 131);
}

pluto-form label select:checked {
} */

.quiz-info-wrap {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
	color: #697DE7;
}

.quiz-info-wrap h2 {
	font-size: 25px;
	padding: 0;
	margin: 4px;
	display: none;
}

.quiz-info-wrap p {
	padding: 0;
	margin: 4px;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.quiz-info-wrap p strong {
	color: #697DE7;
}

.quiz-wrap span.error {
	background: #cd5c5cb0;
	display: block;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	border: 1px solid indianred;
	margin-bottom: 10px;
}

.quiz-wrap span.error:before {
	content: "( ! )";
	position: relative;
	padding-right: 10px;
	font-weight: 700;
	margin-bottom: 10px;
}

.category .answers:last-child {
	padding-bottom: 3px;
}

header#statickheader {
	position: sticky;
	top: 0;
	box-sizing: border-box;
}

header#statickheader aside {
	border-bottom: 1px solid #fff;
}

div.category {
	background: #fff;
}

header:not(header#statickheader) {
	background: #ffffff !important;
}

.group header h2 {
	padding: 5px 0 5px 0;
	font-size: 20px;
	border-bottom: 3px solid #697DE7;
	display: inline-block;
	width: fit-content;
}

@media (max-width: 1024px) {
	pluto-navigate button {
		width: 48%;
	}

	.category .answers:last-child {
		padding: 9px 0 !important;
	}

	header#statickheader aside {
		border-bottom: none;
	}

	header#statickheader h2 {
		display: none;
	}

	header#statickheader {
		padding: 0;
	}

	header#statickheader ul {
		background: #697DE7;
	}

	header#statickheader ul li {
		padding: 5px 0;
	}
}

.quiz-info-wrap:has(h2:empty) {
	display: none;
}

#app h1 {
	text-align: center;
}

span.is_required:after {
	content: "*";
	color: red;
}

span.is_required.twostart:after {
	content: "**";
}

span.is_required.teostart:after {
	content: "**" !important;
}

span.required_message {
	font-size: 11px;
	font-weight: 600;
}

div#qrcode canvas {
	max-width: 230px;
}

.tltp {
	position: relative;
}

.tltp:after {
	content: attr(tooltip-text);
	position: absolute;
	top: 45px;
	right: 0;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -1px black;
	border-radius: 9px;
}

.tltp:before {
	content: "\A";
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #909090 transparent transparent;
	position: absolute;
	top: 36px;
	right: 11px;
	transform: rotate(90deg);
}

code#qrcode-text {
	cursor: pointer;
	background: #eaeaea;
	padding: 8px;
	display: block;
	margin: 5px;
	max-width: fit-content;
}

input[type=datetime-local] {
	display: block;
	position: relative;
}

input[type=datetime-local]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.h5 {
	font-weight: bold;
}

.form-label.h5 {
	margin-top: 10px;
}

.row {
	margin-top: 11px;
}

fieldset {
	border: 1px solid rgb(11 58 112 / 22%);
	padding: 12px;
	border-radius: 6PX;
}

legend {
	float: unset;
	width: unset;
	color: rgb(11 58 112);
	padding: 0 3px;
	/* color: rgb(11 58 112 / 62%); */
}

.icon-404 {
	font-size: 31px;
}

.page-404 {
	width: 500px;
	margin: 80px auto !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid var(--bs-danger);
	padding: 25px;
	gap: 8px;
	color: var(--bs-danger);
	background: #fff;
}

div#target_groups_length,
div#subjects_fields_length,
div#system_settings_length,
div#sexlist_length {
	display: none;
}

div#target_groups_filter,
div#subjects_fields_filter,
div#system_settings_filter,
div#sexlist_filter {
	display: none;
}

div#target_groups_info,
div#subjects_fields_info,
div#system_settings_info,
div#sexlist_info {
	display: none;
}

div#target_groups_paginate,
div#subjects_fields_paginate,
div#system_settings_paginate,
div#sexlist_paginate {
	display: none;
}

a.red {
	color: red;
}

a.red:hover {
	color: #9c1818;
}

[data-ref=fieldset] {
	margin-bottom: 10px;
}

input[readonly] {
	border: 0;
	background: transparent;
	box-shadow: unset !important;
}

input[readonly]:focus {
	border: 0;
	background: transparent;
}

li ul {
	display: inline-flex;
	flex-direction: column;
	margin-top: 24px !important;
	background: lightgray;
	padding: 11px !important;
	position: relative;
	left: -37px;
}

ul.firstData {
	position: unset;
	margin-top: 0px !important;
	background: unset;
	padding: 0px !important;
}

li ul li {
	padding-top: 0 !important;
	padding-bottom: 3px !important;
}

li:has(ul) {
	display: flex;
	gap: 6px;
	position: relative;
}

li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
}

#priceDetail div {
	margin-top: 4px !important;
	background: lightgray;
	padding: 11px !important;
	display: block;
}
/* New CSS */
.bg-primary-custom{
	background-color: #0B3A70 !important;
}
.btn-primary-custom {
    background-color: #0B3A70;
    color: #ffffff;
    border: 1px solid #0B3A70;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background-color: #09325E;
    border-color: #09325E;
    color: #ffffff;
    text-decoration: none;
}

.btn-primary-custom:active {
    background-color: #07294D;
    border-color: #07294D;
    color: #ffffff;
}

.btn-primary-custom:disabled {
    background-color: #7a8ca3;
    border-color: #7a8ca3;
    color: #e2e6ea;
    cursor: not-allowed;
}
/* Outline Btn */
.btn-outline-primary-custom {
    background-color: transparent;
    color: #0B3A70;
    border: 1px solid #0B3A70;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.btn-outline-primary-custom:hover,
.btn-outline-primary-custom:focus {
    background-color: #0B3A70;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-primary-custom:active {
    background-color: #07294D;
    border-color: #07294D;
    color: #ffffff;
}

.btn-outline-primary-custom:disabled {
    background-color: transparent;
    border-color: #7a8ca3;
    color: #7a8ca3;
    cursor: not-allowed;
}
/* secondary */
.btn-secondary-custom {
    background-color: #697DE7;
    color: #ffffff;
    border: 1px solid #697DE7;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.btn-secondary-custom:hover,
.btn-secondary-custom:focus {
    background-color: #5668c4;
    border-color: #5668c4;
    color: #ffffff;
    text-decoration: none;
}

.btn-secondary-custom:active {
    background-color: #4856a7;
    border-color: #4856a7;
    color: #ffffff;
}

.btn-secondary-custom:disabled {
    background-color: #aab4f0;
    border-color: #aab4f0;
    color: #e2e6ea;
    cursor: not-allowed;
}
/* secondary outline */
.btn-outline-secondary-custom {
    background-color: transparent;
    color: #697DE7;
    border: 1px solid #697DE7;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.btn-outline-secondary-custom:hover,
.btn-outline-secondary-custom:focus {
    background-color: #697DE7;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-secondary-custom:active {
    background-color: #4856a7;
    border-color: #4856a7;
    color: #ffffff;
}

.btn-outline-secondary-custom:disabled {
    background-color: transparent;
    border-color: #aab4f0;
    color: #aab4f0;
    cursor: not-allowed;
}

/* Form Focus */
input:focus,
textarea:focus,
select:focus {
    border-color: #697DE7 !important;
    box-shadow: 0 0 0 0.2rem rgba(105, 125, 231, 0.25) !important;
    outline: none !important;
}

input,
textarea,
select {
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 2px solid #697DE7 !important;
    outline-offset: 2px;
}


.accordion-button::after{
	filter: brightness(0) invert(1);
}
.projects-section .active>.page-link, .projects-section .page-link.active {
    background-color: #0b3a70;
}