/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Mar-2020, 1:24:06 pm
    Author     : Shadab Shaikh
*/

.bg-login-image {
	background-image: url(/img/login_image.jpg);
}
#pdf {
	height: calc(100vh - 10px);
}
.text-lms-primary {
	color: #7fb800;
}
.text-lms-secondary {
	color: #00a4eb;
}
.text-lms-grey {
	color: #767676;
}
.text-lms-yellow {
	color: #ffc107;
}
.text-lms-black {
	color: #1b1c1d;
}
.bottom-border-1-grey {
	border-bottom: 1px solid #dedede;
}
.btn-lms-primary:hover {
	color: #ffffff85;
	text-decoration: none;
}
.btn-lms-primary {
	color: #fff;
	background-color: #7fb800;
	border-color: #7fb800;
}
.btn-lms-secondary:hover {
	color: #ffffff85;
	text-decoration: none;
}
.btn-lms-secondary {
	color: #fff;
	background-color: #00a4eb;
	border-color: #00a4eb;
}
.bg-lms-primary {
	background-color: #7fb800 !important;
}
.bg-lms-secondary {
	background-color: #00a4eb !important;
}
.bg-lms-grey {
	background-color: #767676 !important;
}
.bg-lms-secondary .close,
.bg-lms-primary .close,
.bg-lms-grey .close {
	color: #fff;
}
.bg-gradient-lms-primary {
	background-color: #ededed;
	background-image: linear-gradient(180deg, #ededed 10%, #efefef 100%);
	background-size: cover;
}
.bg-gradient-lms-green {
	background-color: #E33226;
	background-image: linear-gradient(180deg, #E33226 10%, #FAA627 100%);
	background-size: cover;
}
form.user .form-control-user {
	border-radius: initial;
	border: 0px;
	border-bottom: 1px solid #d1d3e2;
}
.parsley-errors-list li {
	color: #ff5252;
}
.parsley-errors-list {
	list-style-type: none;
	padding-left: 10px;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
	color: #00a4eb;
}
.lms-category-card {
	/*background-image: url(https://source.unsplash.com/70Rir5vB96U/420x185);*/
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 234px;
	border-radius: 10px;
	background-position: center;
}
.lms-category-card::before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	border-radius: 10px;
}
.lms-category-card .card-body {
	z-index: 1;
}
.card-title-lms {
	text-transform: capitalize;
	min-height: 96px;
}
.lms-category-card i:hover {
	font-size: 20px;
}
.card[class*="border"] {
	border: initial;
}
.lms-courses-card {
	cursor: pointer;
	min-height: 400px;
}
.lms-courses-card .card-img-div {
	position: relative;
}
.lms-courses-card .courseStatus {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 5px;
	font-weight: bold;
}
.lms-courses-card .card-img-div {
	height: 190px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.lms-accordion .card-header {
	background-color: #fff;
}
.lms-accordion button {
	text-transform: initial;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
/*.sidebar-dark .nav-item.active .nav-link, .sidebar-dark .nav-item.active .nav-link i {
    color: #7FB800;
}

.sidebar-dark .sidebar-heading ,.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after{
    color: rgba(255,255,255,.4);
    color: #7fb800a6;
}

.sidebar-dark .nav-item .nav-link,.sidebar-dark .nav-item .nav-link i {
    color: #7fb800d1;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover, .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
     color: #7FB800;
}*/
.nav-pills.lms-tabs .nav-link.active,
.nav-pills.lms-tabs .show > .nav-link {
	color: #000;
	background-color: transparent;
	border-bottom: 2px solid #7fb800;
	border-radius: 0;
}
.nav-pills.lms-tabs .nav-link {
	border-radius: 0;
	border-bottom: 2px solid transparent;
	color: #aaa;
	font-size: 16px;
}
.selectedLearners .card {
	background: #d0e9f4;
}
#assignLearnersModal .modal-dialog {
	width: 95% !important;
}
#addFeaturedModal .modal-dialog {
	width: 95% !important;
}
#addResourceLinksModal .modal-dialog {
	width: 95% !important;
}
#assignLearnersModalForm .modal-body {
	max-height: calc(100vh - 12.5rem);
	min-height: 400px;
}
#addResourceLinksModal .modal-body {
	max-height: calc(100vh - 12.5rem);
}
.learnersBox .card-img {
	max-height: 167px;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fc-button-primary {
	background-color: #00a4eb !important;
	border-color: #00a4eb !important;
}
#addResourceLinksModalList {
	height: calc(100vh - 12.5rem);
	overflow: scroll;
}
.filter-option-inner-inner {
	text-transform: capitalize;
}
.btn-light.dropdown-toggle {
	background-color: #fff !important;
	box-shadow: none;
	border-color: #dddddd;
}
.imgageFeatureBox {
	min-height: 190px;
	background-size: cover;
	background-position: center;
}
.featureBox .row.no-gutters {
	min-height: 300px;
}
.chatperDisabled .card-header {
	background: #ffd9d9;
}
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #2980b9;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #7fb800;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font: 700 14px/1 "Lato", sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	/*    text-transform: uppercase;*/
	text-align: center;
}
/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -25px;
	top: 30px;
	transform: rotate(-45deg);
}
/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 30px;
	transform: rotate(45deg);
}
/* bottom left*/
.ribbon-bottom-left {
	bottom: -10px;
	left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon-bottom-left::before {
	bottom: 0;
	right: 0;
}
.ribbon-bottom-left::after {
	top: 0;
	left: 0;
}
.ribbon-bottom-left span {
	right: -25px;
	bottom: 30px;
	transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
	bottom: -10px;
	right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.ribbon-bottom-right::before {
	bottom: 0;
	left: 0;
}
.ribbon-bottom-right::after {
	top: 0;
	right: 0;
}
.ribbon-bottom-right span {
	left: -25px;
	bottom: 30px;
	transform: rotate(-225deg);
}
.richText-help {
	display: none;
}
.lms-courses-card .card-img-div:before,
.imgageFeatureBox:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+67,1+100 */
	background: -moz-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 67%,
		rgba(0, 0, 0, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 67%,
		rgba(0, 0, 0, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		135deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 67%,
		rgba(0, 0, 0, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wishList {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 2em;
	color: #fff;
}
.wishList .notadded {
	color: #fff !important;
}
.wishList .added {
	color: #ff5252 !important;
}
@media (min-width: 992px) {
	.custom-size {
		width: 50% !important;
	}
}
#questionsOptionsPanel,
#informationQuestionsOptionsPanel {
	transition: all 0.5s ease-out;
}
.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
	border: 2px solid #eee;
	border-radius: 5px;
}
.inputGroup label pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.inputGroup label {
	padding: 12px 75px 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3c454c;
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #e4f6ff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 32px;
	height: 32px;
	content: "";
	border: 2px solid #d1d7dc;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
	color: #000;
}
.inputGroup input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(100, 100, 1);
	transform: translate(-50%, -50%) scale3d(100, 100, 1);
	opacity: 1;
}
.inputGroup input:checked ~ label:after {
	background-color: #4caf50;
	border-color: #4caf50;
}
.inputGroup input {
	width: 32px;
	height: 32px;
	-webkit-box-ordinal-group: 2;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.questionList {
	/*    padding: 0 16px;
        max-width: 550px;
        margin: 50px auto;
        font-weight: 600;
    */
	font-size: 18px;

	line-height: 36px;
}
.questionText {
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.questionText pre {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#progressList .text {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}
#progressList .progress-bar.progress-5 {
	background-color: #57bb8a !important;
}
#progressList .progress-bar.progress-4 {
	background-color: #9ace6a !important;
}
#progressList .progress-bar.progress-3 {
	background-color: #ffcf02 !important;
}
#progressList .progress-bar.progress-2 {
	background-color: #ff9f02 !important;
}
#progressList .progress-bar.progress-1 {
	background-color: #ff6f31 !important;
}
.cm4lTe {
	position: relative;
}
.D3FNOd {
	margin: 0;
	position: absolute;
}
.NVmCwd,
.starIcon {
	margin: 0 4px;
}
.starIcon,
.NVmCwd {
	display: inline-block;
	text-align: left;
}
.starIcon {
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABA0lEQVR4AWMgBEpLS+MYKAFlZWWaJSUlP6urq6XJNgRowKzi4uL/QLqNLAMaGhpEgJq/gwwB4rd9fX2c5LiiFmQADAP56aS4gAkYmBJAjS/QDLkGxNwgF02aNIl95syZrEC1LCD1IBsLgIr2APElqMY/IE0k4BqQzVxAgzaRpBHhunK4F1atWsUMFJhKogFFuAKzFKjgHxEG5BGKlRYCBqwiJmonEjDkBDGG7CdgyFdwtOIDoNSJpOkfUNMh9HAC5il1fBlOBjlxlZeXW0FzsjWQfxEmB+SH48v2XkBFv4B0I9DJbBBRRDKAJsyPQNyO0xCgze5ArI3Pu1VVVZJAS5KQxQC83Tw70VP4pQAAAABJRU5ErkJggg==) no-repeat left;*/
}
.WF1WQd {
	height: 16px;
	width: 16px;
}
.feedbackStars {
	text-align: center;
}
.feedbackStars i {
	font-size: 50px;
}
.feedbackStars .rating-text {
	min-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.SelfClass td {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009ec3+0,00b7ea+100 */
	background: #009ec3; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#009ec3 0%,
		#00b7ea 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#009ec3 0%,
		#00b7ea 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#009ec3 0%,
		#00b7ea 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#00b7ea',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-size: 1rem;
	font-weight: bold;
}
.gold td {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd94a+0,ffec7b+100 */
	background: #ffd94a; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#ffd94a 0%,
		#ffec7b 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#ffd94a 0%,
		#ffec7b 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#ffd94a 0%,
		#ffec7b 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94a', endColorstr='#ffec7b',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
}
.silver td {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7d8c8+0,dfe0d1+100 */
	background: #d7d8c8; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d8c8', endColorstr='#dfe0d1',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.3rem;
}
.bronze td {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4aa6b+0,f5b37b+100 */
	background: #f4aa6b; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aa6b', endColorstr='#f5b37b',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
}
#leaderboardListAll .active {
	background-color: #00a4eb;
	color: #fff;
	font-weight: bold;
}
#leaderboardListAll a {
	color: #000;
}
.pagination .page-item .page-link:focus {
	background-color: yellowgreen;
	box-shadow: none;
}
div.gold {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd94a+0,ffec7b+100 */
	background: #ffd94a; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#ffd94a 0%,
		#ffec7b 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#ffd94a 0%,
		#ffec7b 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#ffd94a 0%,
		#ffec7b 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94a', endColorstr='#ffec7b',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.5rem;
}
div.silver {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7d8c8+0,dfe0d1+100 */
	background: #d7d8c8; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#d7d8c8 0%,
		#dfe0d1 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d8c8', endColorstr='#dfe0d1',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.3rem;
}
div.bronze {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4aa6b+0,f5b37b+100 */
	background: #f4aa6b; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#f4aa6b 0%,
		#f5b37b 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aa6b', endColorstr='#f5b37b',GradientType=1 ); /* IE6-9 */

	color: #000;
	font-weight: bold;
	font-size: 1.1rem;
}
#countdowntimer {
	z-index: 9;
}
.border-bottom-1-solid {
	border-bottom: 1px solid #ddd;
}
.btn-active-state {
	background-color: #212121 !important;
	border-color: #212121 !important;
	color: #fff !important;
}
.questionItem .emojiExp {
	width: 43px;
	height: 43px;
	margin-top: 6px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.questionItem label {
	cursor: pointer;
}
.questionItem .emojiExp {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.questionItem .emojiExp:hover {
	box-shadow: 0 2px 5px 0px rgb(0 0 0 / 25%);
}
.questionItem .emojiExp > input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.questionItem .emojiExp span {
	width: 100%;
	height: 100%;
	display: block;
	padding: 1px;
}

/*.questionItem .emojiExp > input:checked + span{
  border:1px solid #333;
}*/

.questionItem .strongly_agree span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: 0px 1px;
	transition: all 0.3s ease-in-out;
}
.questionItem .strongly_agree > input:checked + span,
.questionItem .strongly_agree:hover > input + span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: 0px -45px;
}

.questionItem .agree span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -46px 1px;
	transition: all 0.3s ease-in-out;
}
.questionItem .agree > input:checked + span,
.questionItem .agree:hover > input + span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -46px -45px;
}

.questionItem .neutral span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -91px 1px;
	transition: all 0.3s ease-in-out;
}
.questionItem .neutral > input:checked + span,
.questionItem .neutral:hover > input + span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -91px -45px;
}

.questionItem .disagree span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -136px 1px;
	transition: all 0.3s ease-in-out;
}
.questionItem .disagree > input:checked + span,
.questionItem .disagree:hover > input + span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -136px -45px;
}

.questionItem .strongly_disagree span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -181px 1px;
	transition: all 0.3s ease-in-out;
}
.questionItem .strongly_disagree > input:checked + span,
.questionItem .strongly_disagree:hover > input + span {
	background: url(/img/emoji_exps.png) no-repeat;
	background-size: 235px;
	background-position: -181px -45px;
}

.result-button-sucess {
	color: #0f6848;
	background-color: #d2f4e8;
	border-color: #bff0de;
	/* padding: .75rem 1.25rem; */
	padding: 0.25em 0.7em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.35rem;
}
.result-button-error {
	color: #78261f;
	background-color: #fadbd8;
	border-color: #f8ccc8;
	/* padding: .75rem 1.25rem; */
	padding: 0.25em 0.7em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.35rem;
}

.btn-primary {
	background: #E33226 !important;
	border-color: #191641 !important;
}

.btn-primary:hover {
	background: #2d286a !important;
	box-shadow: none !important;
}

html {
	scroll-behavior: smooth;
}

.rocket::before {
	content: "";
	position: absolute;
	bottom: -57px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 151px;
	background: linear-gradient(#00d0ff, transparent);
	z-index: -2;
	filter: blur(1px);
}
.rocket::after {
	content: "";
	position: absolute;
	bottom: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 200px;
	background: linear-gradient(#00d0ff, transparent);
	filter: blur(20px);
}

.scene i {
	position: absolute;
	top: -250px;
	background: rgba(255, 255, 255, 0.5);
	animation: animateStar linear infinite;
}

@keyframes animateStar {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(200vh);
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none; /* Note: `display: none` is not animatable, so it will only apply at the end */
	}
}

.animate-fadeOut {
	animation: fadeOut 0.2s 0.2s ease-out forwards;
}

@keyframes flying {
	0%,
	100% {
		transform: translateY(-4px) translateX(-4px);
	}
	50% {
		transform: translateY(4px) translateX(8px);
	}
}

.animate-flying {
	animation: flying 2s ease infinite;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.animate-fadeIn {
	animation: fade-in 0.5s ease-in-out forwards;
}

.btn.disabled, .btn:disabled {
    pointer-events: all !important;
	cursor:not-allowed !important;
}

