:root{
	--cookie-consent-primary: #f1faff;
    --cookie-consent-secundary: #e1e1e1;
	--cookie-consent-background: #003f86;
}

.cookieconsent-com---palette-dark.cookieconsent-com---nb {
    background-color: var(--cookie-consent-background) !important;
    color: #000000 !important;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 20%);
    right: 12px;
    top: auto;
    bottom: 12px;
    left: auto;
    max-width: 26%;
    position: fixed;    
}

.cookieconsent-com---nb .cc-nb-main-container {
    padding: 1rem 2rem !important;
}

.cookieconsent-com---palette-dark .cc-nb-title {
    color: var(--cookie-consent-primary) !important;
    font-size: 1.1rem;
    margin-bottom: 0.3em;
}

.cookieconsent-com---palette-dark .cc-nb-text {
    color: #ffffff !important;
    font-size: 0.95rem;
    margin-bottom: 1em !important;
}

.cookieconsent-com---palette-dark .cc-nb-okagree,
.cookieconsent-com---palette-dark .cc-nb-reject {
    background-color: var(--cookie-consent-primary) !important;
    color: #000000 !important;
    font-weight: normal;
}

.cookieconsent-com---palette-dark .cc-nb-okagree:hover,
.cookieconsent-com---palette-dark .cc-nb-reject:hover,
.cookieconsent-com---palette-dark .cc-cp-foot-save:hover {
	background-color: #373f50 !important;
	color: #ffffff !important;
}

.cookieconsent-com---palette-dark .cc-cp-foot-save {
    background-color: var(--cookie-consent-background) !important;
    color: #ffffff !important;
    font-weight: normal;
}

.cookieconsent-com---palette-dark .cc-nb-changep {
    background-color: transparent;
    color: var(--cookie-consent-primary);
    font-weight: 500;
}

.cookieconsent-com---palette-dark .cc-nb-changep:hover {
	background-color: #373f50 !important;
	color: #ffffff !important;
}

/* okno pĹ™edvoleb */

.cookieconsent-com---pc-overlay {
    background: rgb(0 0 0 / 80%);
}

.cookieconsent-com---pc-dialog {
    margin: 8em auto !important;
}

.cookieconsent-com---pc-dialog .cc-pc-head-title-text,
.cookieconsent-com---pc-dialog .cc-pc-head-title-headline,
.cookieconsent-com---pc-dialog .cc-cp-body-content-entry-title,
.cookieconsent-com---pc-dialog .cc-cp-body-content-entry-text {
    color: #2b3445 !important;
}

.cookieconsent-com---pc-dialog .cc-pc-head {
    background: #ffffff !important;
    border-bottom: 1px solid #f5f5f5 !important;
}

.cookieconsent-com---pc-dialog .cc-pc-head-title-headline {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.cookieconsent-com---pc-dialog .cc-pc-head .cc-cp-body-content-entry-title {
    color: #fff;
    font-size: 1.2rem;
}

.cookieconsent-com---pc-dialog .cc-pc-head .cc-pc-head-lang select {
    color: #212121;
    border: 1px solid #efefef;
    padding: 0.3em 0.2em;
}

.cookieconsent-com---pc-dialog .cc-pc-head .cc-pc-head-lang select:focus {
    box-shadow: none;
}

.cookieconsent-com---pc-dialog .cc-pc-head .cc-pc-head-close {
    background: #efefef;
    color: #000000;
    font-size: 1.3em;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item[active=true] {
    background: #ffffff !important;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item-link {
    color: #000000 !important;
    font-weight: 500;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item[active=true] a {
    color: #000000 !important;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item-link:hover {
    color: #000000 !important;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item-link:focus {
    box-shadow: none;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item {
    border-right-color: #f5f5f5 !important;
    border-bottom-color: #f5f5f5 !important;
}

.cookieconsent-com---pc-dialog .cc-cp-body-content {
    background: #ffffff !important;
    border-color: #f5f5f5;
}

.cookieconsent-com---palette-dark .cc-cp-body-content-entry-title {
    color: #fff;
    font-size: 1.2rem;
}

.cookieconsent-com---pc-dialog .cc-cp-body-content-entry {
    padding: 8px 25px 25px 25px;
}

.cookieconsent-com---pc-dialog .cc-cp-body-content .cc-cp-body-content-entry-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookieconsent-com---pc-dialog .cc-cp-foot {
    background: #ffffff !important;
    border-top: 1px solid #f5f5f5 !important;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs-item {
    background: var(--cookie-consent-secundary) !important;
}

.cookieconsent-com---pc-dialog input[type="checkbox"].cc-custom-checkbox+label {
    color: #000000;
}

.cookieconsent-com---pc-dialog .cc-cp-body-tabs {
    color: #666666 !important;
    background: var(--cookie-consent-secundary) !important;
}

.cookieconsent-com---pc-dialog .cc-cp-foot-byline {
    color: #505050;
}

.cookieconsent-com---palette-dark .cc-cp-body-content-entry a {
    color: var(--cookie-consent-primary);
    text-decoration: underline;
}

@media screen and (max-width: 768px) {

	.cookieconsent-com---nb-simple {
		max-width: 100% !important;
	}

	.cookieconsent-com---pc-dialog {
		margin: 1em auto !important;
	}

	.cookieconsent-com---pc-dialog .cc-pc-head-title-headline {
		text-align: center !important;
	}

	.cookieconsent-com---pc-dialog .cc-cp-foot {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 1em;
	}

}