<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-fialovy {
	color: #ffffff;
	background-color: #cd00ff;
	border-color: #cd00ff;
}

.btn-fialovy:hover,
.btn-fialovy:active,
.btn-fialovy:focus {
	background: #ffffff;
	color: #cd00ff;
	border-color: #cd00ff;
}

.btn-outline-fialovy {
	background: #ffffff;
	color: #cd00ff;
	border-color: #cd00ff;
}

.btn-outline-fialovy:hover,
.btn-outline-fialovy:active,
.btn-outline-fialovy:focus {
	color: #ffffff;
	background-color: #cd00ff;
	border-color: #cd00ff;
}

.text-fialovy {
	color: #cd00ff;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #cd00ff;
    background-color: #cd00ff;
}

.custom-control-label::before {
    width: 2rem;
    height: 2rem;
}

.custom-control-label::after {
    width: 2rem;
    height: 2rem;
}

.custom-control-label {
	padding-left: 22px;
	padding-top: 7px;
}

.custom-radio .custom-control-label::before {
    border-radius: unset;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #cd00ff;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #cd00ff;
}

.hviezdicka-oranzova {
	color: #cd00ff;
	font-size: 25px;
}

.bg-prehlasenia-info-blok {
	background-color: #cd00ff;
}

.btn-oranzovy {
	color: #ffffff;
	background-color: #cd00ff;
	border-color: #cd00ff;
}

.btn-oranzovy:hover,
.btn-oranzovy:active,
.btn-oranzovy:focus {
	background: #ffffff;
	color: #cd00ff;
	border-color: #cd00ff;
}

.btn-outline-oranzovy {
	background: #ffffff;
	color: #cd00ff;
	border-color: #cd00ff;
}

.btn-outline-oranzovy:hover,
.btn-outline-oranzovy:active,
.btn-outline-oranzovy:focus {
	color: #ffffff;
	background-color: #cd00ff;
	border-color: #cd00ff;
}

.bg-prehlasenia-info-blok {
	background-color: #cd00ff;
}</pre></body></html>