.load__icon {
	animation: linear load 2s infinite;
	width: 32px;
	height: 32px;
}

.load__icon-wrap {
	margin: auto;
}

.load {
	height: calc(100vh - 16px);
	width: 100%;
	display: flex;
	align-items: center;
}

@keyframes load {
	from {
		transform: rotate(0deg) scale(2);
	}
	to {
		transform: rotate(360deg) scale(2);
	}
}

.emaillist {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	margin-right: 10px;
	border-radius: 5px;
	transition: translate 0.2s;
	color: #fff;
	padding: 0 30px 0 20px;
	line-height: 35px;
	position: relative;
	cursor: pointer;
	user-select: none;
	white-space: pre;
	overflow: hidden;
}

.emaillist:hover {
	transform: scale(1.05);
}

.emaillist:after {
	content: ' ×';
	color: #ccc;
	font-weight: 400;
	opacity: 0.6;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
}

.emaillist:hover::after {
	opacity: 1;
}
.newt {
	min-width: 800px !important;
}

.panel__btns {
	position: absolute;
	top: 5px;
	right: 5px;
}
.ticketlable {
	position: absolute;
	top: 5px;
	left: 5px;
}
.addticket {
	padding: 5px !important;
	margin: 0px 0px 0px 20px !important;
	font-size: 12px !important;
}

.profile__activity {
	display: block;
	border: solid 1px #e7e7e7;
	padding: 20px;
	margin: 10px;
}
.profile__activity-name {
	font-weight: 700;
	color: #70bbfd;
}
.profile__activity-date {
	font-weight: 500;
	color: #999999;
	font-size: 12px;
	margin-left: 20px;
}
.testduration {
	width: 150px;
}
.crtestbtn {
	margin-left: 20px;
}
.qtypename {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px !important;
	font-weight: normal !important;
}
.cusquestionic {
	position: absolute;
	top: 0px;
	left: -15px;
	font-size: 14px !important;
	font-weight: bold !important;
}
.cusoptionic {
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 14px !important;
	font-weight: bold !important;
}
.tfanswer {
	cursor: pointer;
}
.mycusoptions {
	border: 1px solid rgb(241, 239, 239);
	padding: 10px 10px 10px 21px !important;
}
.mycusoptionsuccess {
	color: #0ac90a;
	border: 1px solid rgb(241, 239, 239);
	padding: 10px 10px 10px 21px !important;
}
.mycusoptiondanger {
	color: #dc3545;
	border: 1px solid rgb(241, 239, 239);
	padding: 10px 10px 10px 21px !important;
}
.questiontype {
	float: right;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.anscusoptions {
	padding: 12px 0 12px 34px !important;
	cursor: pointer;
}
.deleteques {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #ccc;
	cursor: pointer;
}

.deliconques {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
color: #ccc;
	cursor: pointer;
}
.appiconques {
	position: absolute;
	top: 85px;
	right: 5px;
	font-size: 10px;
	color:green;
	cursor: pointer;
}
.viewcusquestionic {
	position: absolute;
	top: 0px;
	left: -15px;
	font-size: 14px !important;
	font-weight: bold !important;
}
.viewcusoptionic {
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 14px !important;
	font-weight: bold !important;
}

.viewmycusoptions {
	padding: 7px 7px 7px 21px !important;
}
.viewmycusoptionsuccess {
	color: #0ac90a;
	padding: 7px 7px 7px 21px !important;
}
.viewques {
	border-bottom: 1px solid rgb(241, 239, 239);
	padding-bottom: 10px;
}
.reportmycusoptionsuccess {
	color: #0ac90a;
	padding: 7px 7px 7px 40px !important;
}
.reportmycusoption {
	padding: 7px 7px 7px 40px !important;
}
.reportmycusoptiondanger {
	color: red;
	padding: 7px 7px 7px 40px !important;
}
@media print {
	html,
	body {
		height: initial !important;
		overflow: initial !important;
		-webkit-print-color-adjust: exact;
	}
}

@page {
	size: auto;
	margin: 20mm;
}

.cusreptoptionic {
	position: absolute;
	top: 6px;
	left: -10px;
	font-size: 14px !important;
	font-weight: bold !important;
	width: 45px;
	text-align: right;
}
.myLabelClass,
.myInputClass {
	width: 90% !important;
}
/* .mce-content-body {
	font-weight: bold; */
	/* border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
	float: left;
} */
.editorlines {
	position: relative;
	width: 100% !important;
	height: auto;
	padding: 5px 10px 16px 22px;
	margin: 2px 0px 20px 2px;
	font-size: 15px;
	border: 1px solid #fff;
}
.editorlines:hover {
	border: 1px solid #ccc;
}
.lbls {
	position: absolute;
	left: 5px;
	top: 5px;
}
.editedtext {
	font-weight: bold;
	color: red;
}
.myeditbox {
	min-height: 20px;
}
.tabs.tabs--vertical .nav-tabs {
	border-bottom: none;
	width: 90px;
	height: 100%;
	flex-wrap: wrap;
}

.tabs.tabs--vertical .tabs__wrap {
	display: flex;
}
.ltr-support .tabs .tabs__wrap {
	text-align: left;
}
.tabs .tabs__wrap {
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}
.ltr-support .tabs.tabs--vertical .tab-pane {
	padding-left: 20px;
}
.tabs.tabs--vertical .tab-pane {
	padding-top: 0;
}
.faqtechlist {
	padding: 15px 5px 15px 2px;
	border-bottom: 1px solid gainsboro;
	cursor: pointer;
}
.faqqueslist {
	padding-left: 25px;
	position: relative;
	font-size: 18px !important;
}
.faqqueslable {
	position: absolute;
	left: 0;
}
.faquestion p {
	font-weight: bold;
}
.form__form-group-field .mce-content-body {
	border: 1px solid #ccc;
	width: 100%;
	height: 200px;
	padding: 10px;
}
.noanswer {
	background: #70bbfd;
}
.yesanswer {
}
.login__wrapper {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
.login__card {
	padding-top: 10px !important;
	/* padding-bottom: 10px !important; */
}
.onlogin {
	background: #fff !important;
	border: 0px solid #ccc;
	height: 100% !important;
	min-height: 100px !important;
}
.loginrow {
	margin: 0px 0px !important;
}
.login-dsk {
	margin-top: 30px;
}
.login-dsk h4 {
	margin-bottom: 10px;
	text-align: justify;
}
@media screen and (max-width: 600px) {
	.login-dsk {
		margin-top: none;
	}
	.login__title {
		font-size: 18px;
		line-height: 20px;
	}
	.account__or {
		margin-top: 5px !important;
		margin-bottom: 10px !important;
	}
	.logincardbody {
		padding-top: 20px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 50px !important;
		text-align: justify !important;
	}
}

.aliasLabelClass {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.react-select {
	height: 15px;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.react-select__control {
	padding: 0px 0px 0px 0px !important;
}
.react-select__input input {
	height: 17px !important;
	padding: 0px !important;
}
.react-select__indicator {
	padding: 0px 0px 0px 0px !important;
}
.css-yk16xz-control {
	min-height: 25px !important;
	border-color: hsl(0, 31%, 94.3%) !important;
}
.counoption {
	text-align: left;
	display: inline-flex;
	line-height: 15px;
	font-size: 11px;
}
.counoption img {
	float: left !important;
	width: 25px !important;
	margin-right: 5px !important;
}
.css-g1d714-ValueContainer {
	-webkit-align-items: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	padding: 2px 8px;
}
.react-select__option {
	padding: 3px 10px !important;
}
.react-select__menu {
	top: 30px !important;
}
.cNrjqJ {
	background: none !important;
	box-shadow: none !important;
	font-family: inherit;
	font-weight: normal;
	border-radius: 5px !important;
	font-size: 15px !important;

	width: 100% !important;
}
.cNrjqJ input {
	border: 1px solid #ccc;
}
.aliasbox {
	max-width: 90% !important;
}
.addrecbox {
	max-width: 70% !important;
}
.nopads {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.radioabcd {
	margin-right: 10px !important;
}
.radioabcdp {
	margin-right: 5px !important;
}
.testquestion p {
	margin-left: 22px !important;
}
.project-summary__info {
	font-size: 15px !important;
}
.testscore {
	margin: 10px;
	font-size: 15px;
}
.srcoredotso {
	height: 15px;
	width: 15px;
	/* margin: 5px 10px 5px 0px; */
	margin: 0 auto;
	display: block;
	background: #ccc;
	/* float: right; */
}
.srcoredots {
	height: 15px;
	width: 15px;
	margin: 5px 10px 5px 0px;
	display: block;
	background: #70bbfd;
	float: left;
}
.dotred {
	background: #f26a76;
}
.dotyellow {
	background: #ffc15c;
}
.dotblue {
	background: #45caf5;
}
.dotgreen {
	background: #a4d28a;
}
.scroreprogress {
	font-size: 14px;
	padding: 5px;
}
.progress-bar {
	color: #000 !important;
}
.addemailsbox {
	max-width: 60% !important;
	width: 60% !important;
}
