.tqb-question-wrapper .tqb-question-container .tqb-question-text {
	line-height: 28px !important;
	font-size: 22px !important;
}
.form-check-input:invalid ~ .invalid-tooltip {
	margin-left: 10px !important;
}
.form-check-label {
	margin-left: 20px !important;
	font-size: 14px;
	font-weight: 400;
}
input[type="checkbox"] {
	margin-left: 0 !important;
}

.subscriber-form {
	background: #fff;
	margin-top: 0px;
	padding: 20px;
	border-radius: 6px;
	font-size: 16px;
}

.subscriber-frm {
	background: #fff;
	margin-top: 10px;
	padding: 20px;
	border-radius: 6px;
	min-height: 515px;
}
.ftrform-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subscriber-frm .ftrform-fields .filed-frm {
	width: 100%;
	position: relative;
}

.subscriber-form input {
	font-size: 16px;
	border: 1px solid #d9d9d9;
	padding: 13px 15px;
	border-radius: 6px;
	font-size: 17px;
	width: 100%;
	color: #00000080;
	font-weight: 400;
}

.subscriber-form select {
	font-size: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	font-size: 17px;
	width: 100%;
	color: #00000080;
	font-weight: 400;
}
.subscriber-form input[type="submit"] {
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	border: 0px;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 600;
	background: #f66628;
	padding-right: 60px;
	width: 100%;
	margin-top: 10px;
}
.subscriber-form input[type="submit"]:active {
	color: #fff;
	background-color: #f66628 !important;
	border-color: #f66628 !important;
}
.form-check-input {
	width: auto !important;
	margin-top: 6px !important;
}
.subscriber-form-left {
	text-align: justify;
}
.subscriber-form-left p {
	padding: 10px;
}
.wp-block-table td,
.wp-block-table th {
	border: none !important;
}
.loader-bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.loader-bg .loader {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #f66628;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* Quiz styling */
.tqb-fancy-icon:not(.tqb-fancy-rel) {
	background-color: #00c280 !important;
}

.tqb-fancy-icon svg {
	fill: #00c280 !important;
}


.tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) {
	box-shadow: 0 1px 23px 1px rgba(0,0,0,.07),
	inset 4px 0 0 0 rgba(0,194,128,.51) !important;
	border: 2px solid transparent;
}

.tqb-question-wrapper .tqb-question-container .tqb-question-text {
	color: #000000 !important;
}

.tqb-question-wrapper .tqb-answers-container .tqb-answer-inner-wrapper .tqb-answer-text {
	font-size: 20px !important;
}

.tqb-answer-inner-wrapper:hover {
	background-image: linear-gradient(to right, #fff, #fff) !important;
	border: 2px solid #78909c;
}

.tqb-answer-inner-wrapper:hover .tqb-span-text {
	color: #000 !important;
}

.tqb-answer-inner-wrapper:hover .tqb-fancy-icon:not(.tqb-fancy-rel){
	background-color: #ffffff !important;
}

.tqb-answer-inner-wrapper.correct {
	background-image: linear-gradient(to right, #00c37e, #32e5a7) !important;
	background-color: #ffffff !important;
	opacity: .8 !important;
	color: #fff !important;
    box-shadow: 0 18px 23px 1px rgba(0,0,0,.22) !important;
	pointer-events: none !important;
}

.tqb-answer-inner-wrapper.correct .tqb-answer-text {
	color: #fff !important;
}
.tqb-answer-inner-wrapper.correct .tqb-fancy-icon {
    background-color: #ffffff !important;
	opacity: 1 !important;
    box-shadow: 3.3px 7.3px 32px 0 rgba(0,0,0,.17) !important;
}

.tqb-answer-inner-wrapper.incorrect {
	background-image: linear-gradient(to right, #1c1c1c, #2f2f2f) !important;
	background-color: #ffffff !important;
	opacity: .8 !important;
	color: #fff !important;
    box-shadow: 0 18px 23px 1px rgba(0,0,0,.22) !important;
	pointer-events: none !important;
}

.tqb-answer-inner-wrapper.incorrect .tqb-answer-text {
	color: #fff !important;
}
.tqb-answer-inner-wrapper.incorrect .tqb-fancy-icon {
	display: none !important;
	background-color: #ffffff !important;
	opacity: 1 !important;
    box-shadow: 3.3px 7.3px 32px 0 rgba(0,0,0,.17) !important;
}
.tqb-answer-inner-wrapper.incorrect .tqb-fancy-icon .tqb-check {
	display: none !important;
}

.tqb-answer-inner-wrapper.incorrect .tqb-fancy-icon .tqb-times {
	fill: red !important;
	display: block !important;
}

/* 3-2-1 */
#tve_editor .tqb-shortcode-wrapper {
	display: none;
}

.emquiz-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	margin: 15% auto 15% auto;
	background: #00c280;
	border-radius: 50%;
	font-size: 100px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* Hide thrv label from Quiz */
#tqb-thrv-label {
	display: none;
}

/* Quiz navigation */
.emquiz-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	margin-top: 20px;
}

.emquiz-nav__item {
	width: 10px;
	height: 10px;
	background: #00c280;
	border-radius: 100%;
	opacity: .2;
}

.emquiz-nav__item--active {
	opacity: 1;
}
