#quizzesBody{position: relative;min-height: 70px;}
#quizzesLoader{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
}
.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.50em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
	width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.spinner-grow {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

#smartwizard.sw-theme-basic>.nav{flex-wrap: nowrap;}
#smartwizard.sw>.nav .nav-item{flex-grow: 1;}
#smartwizard.sw>.nav .nav-link{padding: 10px 5px;display: flex;justify-content: center;}
#smartwizard.sw>.nav .nav-link>.num{
    font-size: 16px;
    font-weight: 500;
}

.table th.qz_cl_id{min-width: 60px;}
.table td.qz_cl_action{min-width: 100px;}

.quizzes_question_form .custom-control{
    margin-bottom: 4px !important;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 4px;
}
.quizzes_question_form .custom-control-label{display:block;cursor: pointer;}
.quizzes_question_form .custom-control-label:hover{font-weight: 500;}

.quizVariantItem{
	border: 1px solid #ddd;
    font-size: 14px;
    padding: 1px 5px 2px;
    border-radius: 3px;
}
.qz_res_title{max-width: 250px;}
.qz_res_my_answer{max-width: 250px;}
.qzQuestBox{
    display: flex;
    flex-flow: row wrap;
}
.qzImage{width: 100%;text-align: center;}
.qzQuest{width: 100%;}
.qzImage + .qzQuest{margin-top: 15px;}
.qzQuestBox.qzQB_style2{gap: 14px;}
.qzQuestBox.qzQB_style2 .qzImage{width: calc(50% - 7px);order: 2;}
.qzQuestBox.qzQB_style2 .qzQuest{width: calc(50% - 7px);order: 1;}
.qzQuestBox.qzQB_style2 .qzImage + .qzQuest{margin-top: 0;}

.qzStyleLis{margin-top: 10px;}
.qzStyleLis .quizzes_question_form{margin-bottom: 20px;}
.qzStyleLis .quizzes_question_form h4{font-size: 1.2rem;}

.qzTopTab{background: url(../img/bg.png) no-repeat center;}
.qz_topusers_item{
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #eee;
	margin: -15px -15px 15px;
	padding: 10px 15px;
	height: 56px;
}
.qz_topusers_item:last-child{
	margin-bottom: 0;
	border: none;
}
.qz_topusers_avatar{
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #ddd;
	height: 42px;
}
.qz_topusers_info .qz_topusers_nick{line-height: 19px;}
.qz_topusers_info .qz_topusers_summ{
	color: #909090;
	line-height: 18px;
}
.qz_topusers_summ > span {
    min-width: 105px;
    display: inline-block;
}
.qz_topusers_summ span:nth-child(2){min-width: 65px;}
.is_top_1{
	margin: 3px -15px 15px;
	text-align: center;
	height: auto;
	display: block;
}
.is_top_1 .qz_topusers_avatar {
	position: relative;
	display: block;
	width: 130px;
	margin: 0 auto 28px;
	height: auto;
	border: none;
}
.is_top_1 .qz_topusers_avatar:after {
	content: '';
	position: absolute;
	top: -14px;
	left: 2px;
	width: 130px;
	height: 130px;
	background-image: url(../img/top1.png);
	background-size: 130px 130px;
}
.is_top_1 .qz_topusers_avatar div{
	border-radius: 50%;
	overflow: hidden;
	width: 96px;
	height: 96px;
	margin: 0 auto;
}
.is_top_1 .qz_topusers_avatar img{
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

@media all and (max-width: 767px) {
	#quizzesQuestions, #quizzesQuestions *{font-size: 14px}
}
@media all and (max-width: 640px) {
	.qzQuestBox.qzQB_style2{gap: 0;}
	.qzQuestBox.qzQB_style2 .qzImage{width: 100%;order: 1;}
	.qzQuestBox.qzQB_style2 .qzQuest{width: 100%;order: 2;}
	.qzQuestBox.qzQB_style2 .qzImage + .qzQuest{margin-top: 15px;}
}
@media all and (max-width: 480px) {
	#quizzesBox .card-footer .btn span{display:none}
	#quizzesBox, #quizzesBox *{font-size: 14px}
	.qz_topusers_summ > span, .qz_topusers_summ span:nth-child(2){min-width:auto}
}
@media all and (max-width: 420px) {
	.qz_topusers_item{height:auto}
}
@media all and (max-width: 375px) {
	#quizzesQuestions table thead{display:none}
	.qz_topusers_avatar{
		width: 47px;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 43px;
	}
	.qz_topusers_item:not(.is_top_1) .qz_topusers_avatar img{width:32px;height:32px}
}