.b-popup {
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: fixed;
	top: 0px;
}

.b-popup .b-popup-content {
	margin: 40px auto 0px auto;
	width: 90%;
	height: 90%;
	padding: 20px 40px 28px 40px;
	background-color: #f8f9fb;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
}

.b-popup button.close {
	font-size: 24px;
	position: absolute;
	top: 50px;
	right: 7%;
	opacity: 1;
	z-index: 10000;
	border: 0px;
	background-color: #f8f9fb;
}

#quizeForm .btns-line {
	margin-top: 18px;	
}

#quizeForm section {
	text-align-last: center;
}

#quizeForm h1 {
	font-size: 24px;
	margin: 14px;
}

#quizeForm h2 {
	font-size: 16px;
	margin: 14px;
}

#quizeForm h3 {
	font-size: 14px;
	margin: 14px;
	color: #5f5f5f;
	font-weight: 500;
}

#quizeForm h4.error {
	font-size: 14px;
	padding: 8px 12px;
}

.error {
	color: #a94442;
}

#quizeForm  button {
	color: #000;
	background: #fed20b;
	padding: 11px 21px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	border: none;
}

#quizeForm  button.page-prev {
	background: #fff;
	border: 1px solid #fed20b;
}

.btn {
	color: #000;
	background: #fed20b;
	padding: 11px 21px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	border: none;
}

div.cboxtags  label {
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid #fed20b;
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
	padding: 8px 12px;
	cursor: pointer;
}

div.cboxtags input[type="checkbox"]:checked+label {
	border: 1px solid #fed20b;
	color: #000;
	background: #fed20b;
	transition: all .2s;
	background: #fed20b;
}

div.cboxtags input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

div.cboxtags input[type="radio"]:checked+label {
	border: 1px solid #fed20b;
	color: #000;
	background: #fed20b;
	transition: all .2s;
}

div.cboxtags input[type="radio"] {
	border: 1px solid #fed20b;
	position: absolute;
	opacity: 0;
}

#quizeForm .input__block {
	position: relative;
	margin-right: 12px;
	text-align-last: left;
}

#quizeForm input[type="text"] {
	max-width: 221px;
	outline: 0;
	width: 221px;
	padding: 11px 10px;
	border-radius: 4px;
	color: #fff;
	background: #131419;
	border: 1px solid #fff;
	text-align-last: left;
}

#quizeForm .input__block label {
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: -6px;
	background: linear-gradient(to top, #131419 50%, #000 20%);
	padding-right: 3px;
	padding-left: 3px;
	left: 9px;
	border-radius: 4px;
}

.centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.success {
	color: #008000;
}

.progress {
	height: 25px;
	background: #5f5f5f;
	padding: 5px;
	overflow: visible;
	border-radius: 20px;
	margin-top: 32px;
	margin-bottom: 32px;
}

.progress .progress-bar {
	border-radius: 20px;
	position: relative;
	animation: animate-positive 2s;
}

.progress .progress-value {
	display: block;
	padding: 3px 7px;
	font-size: 13px;
	color: #fff;
	border-radius: 4px;
	background: #191919;
	border: 1px solid #000;
	position: absolute;
	top: -40px;
	right: -10px;
}

.progress .progress-value:after {
	content: "";
	border-top: 10px solid #191919;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -6px;
	left: 26%;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress-bar.active {
	animation: reverse progress-bar-stripes 0.40s linear infinite,
		animate-positive 2s;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	text-align: center;
	background-color: #fed20b;
	box-shadow: inset 0 -1px 0 rgb(0 0 0/ 15%);
	transition: width 0.6s ease;
}

.avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 32px;
}

.quize_schedule_btn {
    background: #fed20b;
    border-radius: 4px;
    color: #0c261a;
    font-size: 14px;
    padding: 11px 16px;
    margin: 16px;
}