/*Pasek postępu */
.theme-primary-background {
	background-color: #272727;
}

/*Przyciski */
.theme-primary-box {
	background-color: #272727;
	color: white;
}

/*Tło paska postępu*/
.theme-secondary-background {
	background-color: #888;
}

/*Aktualna sekcja paska postępu w gallery Animated*/
.theme-accent-background {
	background-color: #5e5e5e;
}

/*Zaznaczony element na playliście*/
.theme-primary-selected,
.theme-primary-active {
	color: #272727;
	font-weight: bold;
}

/*Janość ikonek svg*/
.theme-primary-icon {
	filter: brightness(0.1);
}

/*Player Footer*/
.theme-secondary-container {
	color: white;
	background-color: #888;
}

/*Tło paska postępu w Player Footer*/
.theme-secondary-container .theme-secondary-background {
	background-color: white;
}

.theme-secondary-container .theme-primary-icon {
	filter: none;
}

.theme-secondary-container .theme-primary-icon {
	filter: none;
}

.theme-checkbox {
	border: 1px solid gray;
	background-color: #eee;
}

.theme-radio {
	border: 1px solid gray;
	background-color: #eee;
	border-radius: 50%;
}

#eduexe-sco-title-first .eduexe-course-title {
	color:  #272727;
}

#eduexe-course-title-first .eduexe-sco-title {
	color: #272727;
}

input:checked~.theme-checkbox {
	background-color: #888;
	background-image: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M 6 10.5 L11 16.5 L20 8.5" stroke="white" stroke-width="4" fill="none"/></svg>');
	background-size: contain;

}

input:checked~.theme-radio {
	background-color: #888;
	background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="18" fill="white"/></svg>');
	background-size: cover;
}