:root {
    /* Domain colors */
    --zarezerwuj-color: #eca114;
    --lekarz-color: #007bff;
    --s123-color: #ff5820;
    --wizyta-color: #52ce95;
    --ksef-color: #34ad9b;
	--navireo-color: #007DC6;
	--brpro-color: #e30613;
  }

/* Styles partly inherited from www.insert.com.pl/.style/dev/cookiePolicyAdvance.css */
#privacyAndCookiePolicy {
	width: 100%;
	text-align: left;
    font-family: 'Ubuntu', sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#privacyAndCookiePolicy .containerC {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #484848 !important;
	z-index: 100000;
	width: 40%;
	background-color: white;
	text-align: justify;
	border-radius: 8px;
}

@media screen and (max-width: 1350px) {
	#privacyAndCookiePolicy .containerC {
		width: 95%;
	}
}

#privacyAndCookiePolicy .containerC-settings {
	overflow: auto;
	display: none;
	max-height: 365px;
	padding: 10px 30px 0;
	margin-bottom: 15px;
}

@media (max-width: 600px) {
	#privacyAndCookiePolicy .containerC-settings {
		overflow: auto;
		display: none;
		max-height: 250px;
		padding: 10px 30px 0;
	}
}

#privacyAndCookiePolicy .containerC-settings::-webkit-scrollbar {
	width: 4px;
	background-color: #f4f4f4;
}

#privacyAndCookiePolicy .containerC-settings::-webkit-scrollbar-thumb {
	background-color: #878787;
}

#privacyAndCookiePolicy .containerC-footer {
	overflow: auto;
	border-top: 1px solid #dedede;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0;
}

@media screen and (max-width: 800px) {
	#privacyAndCookiePolicy .containerC-footer {
		padding: 10px 0px;
	}
}

#privacyAndCookiePolicy .footer_button {
	background-color: #fff;
	border: 1px solid #ababab;
	border-radius: 30px;
	padding: 10px 20px;
	color: #878787 !important;
	font-size: 16px !important;
	text-decoration: none !important;
	text-align: center;
	font-weight: 600 !important;
	transition: .3s;
	margin-right: 1rem;
}

@media screen and (max-width: 800px) {
	#privacyAndCookiePolicy .footer_button {
		margin: .5rem;
		font-size: 13px !important;
		padding: 10px 9px;
	}
}

#privacyAndCookiePolicy .accept_all_settings_button,
#privacyAndCookiePolicy .accept_settings_button {
	background-color: #00c0de !important;
	border-color: #00c0de !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_settings_button {
	display: none;
}

#privacyAndCookiePolicy .footer_button:hover {
	background-color: #00c0de;
	border-color: #00c0de;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-zarezerwuj,
#privacyAndCookiePolicy .accept_settings_button.domain-zarezerwuj,
#privacyAndCookiePolicy .footer_button:hover.domain-zarezerwuj {
	background-color: var(--zarezerwuj-color) !important;
	border-color: var(--zarezerwuj-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-lekarz,
#privacyAndCookiePolicy .accept_settings_button.domain-lekarz,
#privacyAndCookiePolicy .footer_button:hover.domain-lekarz {
	background-color: var(--lekarz-color) !important;
	border-color: var(--lekarz-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-s123,
#privacyAndCookiePolicy .accept_settings_button.domain-s123,
#privacyAndCookiePolicy .footer_button:hover.domain-s123 {
	background-color: var(--s123-color) !important;
	border-color: var(--s123-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-wizyta,
#privacyAndCookiePolicy .accept_settings_button.domain-wizyta,
#privacyAndCookiePolicy .footer_button:hover.domain-wizyta {
	background-color: var(--wizyta-color) !important;
	border-color: var(--wizyta-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-ksef,
#privacyAndCookiePolicy .accept_settings_button.domain-ksef,
#privacyAndCookiePolicy .footer_button:hover.domain-ksef {
	background-color: var(--ksef-color) !important;
	border-color: var(--ksef-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-navireo,
#privacyAndCookiePolicy .accept_settings_button.domain-navireo,
#privacyAndCookiePolicy .footer_button:hover.domain-navireo {
	background-color: var(--navireo-color) !important;
	border-color: var(--navireo-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .accept_all_settings_button.domain-brpro,
#privacyAndCookiePolicy .accept_settings_button.domain-brpro,
#privacyAndCookiePolicy .footer_button:hover.domain-brpro {
	background-color: var(--brpro-color) !important;
	border-color: var(--brpro-color) !important;
	color: #fff !important;
}

#privacyAndCookiePolicy .containerC-information,
#privacyAndCookiePolicy .containerC-item,
#privacyAndCookiePolicy .containerC-header {
	padding: 10px 30px;
}

#privacyAndCookiePolicy .containerC-header h3 {
	margin-top: 10px;
	font-weight: 700;
	font-size: 30px !important;
	line-height: 30px !important;
	margin-bottom: 0;
}

#privacyAndCookiePolicy .content {
	font-size: 15px !important;
    line-height: 1.5;
}

#privacyAndCookiePolicy .content .description {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}

#privacyAndCookiePolicy .content .description_additional {
	padding-top: 10px;
}

#privacyAndCookiePolicy .content .description_additional-desktop {
	padding-top: 10px;
}

#privacyAndCookiePolicy .content .description_additional-mobile {
	padding-top: 10px;
}


#privacyAndCookiePolicy .privacy-policy-link {
	color: #484848 !important;
	font-size: 15px !important;
}

#privacyAndCookiePolicy .settings_item {
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 15px !important;
	padding: 8px;
	background-color: #f0f4f7;
	line-height: 1.5em;
	border-radius: 18px;
	position: relative;
}

#privacyAndCookiePolicy .settings_item.opened {
	border-radius: 10px;
}

#privacyAndCookiePolicy .settings_item-label {
	float: left;
	font-weight: 700 !important;
	max-width: 75%;
	display: flex;
	align-items: baseline;
	text-align: left;
}

#privacyAndCookiePolicy .settings_item-label svg {
	margin-right: 5px;
	flex-shrink: 0;
}

#privacyAndCookiePolicy .settings_item-checkbox {
	position: absolute;
	right: 9px;
	top: 9px;
}

#privacyAndCookiePolicy .settings_item-checkbox #switch_n+label {
	background: #919ea6;
}

#privacyAndCookiePolicy .settings_item-description {
	clear: both;
	overflow: auto;
}

#privacyAndCookiePolicy .settings_item-description p {
	margin: 10px;
	margin-left: 22px;
}

#privacyAndCookiePolicy .item_cookie {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
}

#privacyAndCookiePolicy .item_label {
	cursor: pointer;
	width: 40px;
	height: 20px;
	background: #919ea6;
	display: block;
	border-radius: 100px;
	position: relative;
}

#privacyAndCookiePolicy .item_label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 20px;
}

#privacyAndCookiePolicy .item_cookie:checked+label {
	background: #878787;
}

#privacyAndCookiePolicy .settings_item-required .item_cookie:checked+label {
	background: #c9c9c9 !important;
}

#privacyAndCookiePolicy .item_cookie:checked+label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

#privacyAndCookiePolicy .cookie_table {
	width: 100%;
	line-height: 25px;
	margin-top: 10px;
}

#privacyAndCookiePolicy .cookie_table thead {
	line-height: 35px;
}

/* Privacy and Cookie Policy Wrapper */
.privacyAndCookiePolicy_wrapper {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	z-index: 9999;
}

@media screen and (max-width: 800px) {
	#privacyAndCookiePolicy .privacy-policy-link,
	#privacyAndCookiePolicy .content,
	#privacyAndCookiePolicy .settings_item {
		font-size: 13px !important;
	}
}
