/* NKS  */
.top-section{
	background:black;
}

.quiz-form button[type="submit"]{
	background:black;
}
.quiz-form button[type="submit"]:hover{
opacity:0.8;
	
}

.quiz .form-col	.text_emotion{
		margin-bottom:0;
		margin-top:20px;
	}



.lk-details__head-rating{
	gap:20px;
}
.lk-details__head-progress:last-child{
	margin-left:0;
}

@media (min-width: 768px) {
.lk-details__head-progress p {

    min-width: 183px;
}
}


@media screen and (max-width:580px) {
.text_emotion{
	 font-size: 11px;
}
	

}

.quiz-title{
	margin-bottom:0;
}
.top-section{
	padding-bottom:50px;
}

#footer-widgets{
	background:#0d0d0d;
}
#site-header{
	background: black;
}
#site-header-inner-new a{
	color:white;
}
#top-bar{
	display:none;
}
.login-page .lk-form button[type="submit"]{
	background:black;
}
.account{
/* 	background:#f5f5f5; */
}
.form .btn--white:hover{
	background-color:rgba(198, 138, 65, 1);
}
.account__buttons .btn:last-child:hover{

}
.lk-details__head-btn svg{
	fill:black;
}
.select2-container .select2-selection.courses-select svg, .select2-container .select2-selection.groups-select svg{
	fill:black;
}
.full-view .lk-details__col--trigger .caret::before{
	color:black;
}

.lk-details__head-btn:hover{
	  background-image: linear-gradient(0.239turn, rgba(198, 138, 65, 1) 0%, rgba(248, 237, 134, 1) 100%);
	background-color:rgba(198, 138, 65);
}

.select2-container .select2-selection.courses-select:hover{
		  background-image: linear-gradient(0.239turn, rgba(198, 138, 65, 1) 0%, rgba(248, 237, 134, 1) 100%);
	background-color:rgba(198, 138, 65);
}
.select2-container--open .select2-selection {
	background-image: linear-gradient(0.239turn, rgba(198, 138, 65, 1) 0%, rgba(248, 237, 134, 1) 100%);
}
.color-gold{
	color: rgba(198, 138, 65);
}
.color-yellow{
	color: #ffb900;
}
.color-black{
	color:black;
}
#site-logo-inner a{
		font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.top-section__title{
		font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.login-page .lk-form button[type="submit"]:hover{
	  background-image: linear-gradient(0.239turn, rgba(198, 138, 65, 1) 0%, rgba(248, 237, 134, 1) 100%);
	background-color:rgba(198, 138, 65);
}
a:hover{
		color:rgba(248, 237, 134, 1);
}
.quiz-form input[type="radio"]:checked{
	border-color:black;
}
.quiz-form input[type="radio"]:checked::before{
	background-color:black;
}
a {
    color: #b2b2b2;
}
/* NKS  */
.top-section__shape{
	display: none;
}
.form .btn--accent{
    background-color: rgba(198, 138, 65, 1);
}
.form .btn--accent:hover{
    background-color: rgba(198, 138, 65, 0.8);
}
@media (min-width: 576px) {
	.account__buttons .account__buttons .form .btn {
		min-width: 280px;

	}
}
@media (min-width: 576px) {
	.account__buttons .account__buttons .form .btn {
		min-width: 280px;

	}
}
@media (min-width: 576px) {
    .account__buttons .btn {
        max-width: 280px;
    }
}
@media (min-width: 480px) {
    .top-section__lk-nav ul li {
        width: 100%;
    }
}

.account{
	padding-top: 0;
}
@media (min-width: 992px) {
    .page-head__shape {
        top: 0px;
    }
}
@media (min-width: 1440px) {
    .account__shape svg {
        height: 40%;
    }
}

.account__buttons{
	margin-top: 90px;
}

.account__buttons .account__button.btn.btn--white{
    border-style: solid;
    border-color: rgba(198, 138, 65, 1);
    border-width: 2px;
}
@media print {
	.form-feedback__table.summary .summary-content .summary__chapter-title{
		background: #C68A41!important;
	}
}