
#consentContainer #triggerconsentWindow {
	display: none;
}

#consentWindow .modal-body button:not(.accordion-button) {
	width: 100%;
}

#consentWindow #manageGDPRPreferences {

	margin-top: 1rem;
	display: none;
}


#consentWindow .accordionLabelInput {

	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}


#consentWindow .accordion-header {
	margin-top: 0;
}

#consentWindow .accordionLabelInput p {
	margin: 0;
}

#consentWindow .policyParagraphs {

	font-size: 0.9rem !important;
}

/* START CokiePopUp own CSS */


#consentWindow .modal-dialog {
	max-width: 700px;
}
#consentWindow .modal-content {

	border: 0;
	border-radius: 1rem;
}


#consentWindow.modal {

	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

#consentWindow {

	font-family: sans-serif, arial;
	color:#222 !important;
}


#consentWindow .modal-body .btn-link {

	cursor: pointer;
	text-decoration: underline;
    color: #007bff;
	font-size: 0.8rem !important;
}


#consentWindow .modal-footer {
	padding: 0rem 1.4rem 1.4rem 1.4rem;
	border: none;
}
#consentWindow .modal-body {
	padding: 1rem 1.4rem 1.6rem 1.4rem;
}
#consentWindow .modal-body .accordion-item .accordion-button {
	padding: 0.6rem;
}
#consentWindow > div > div > div.modal-body > p {
	font-size: 0.8rem;
	margin: 0.4em 0 0.4em 0;
}
#consentWindow h5#consentWindowLabel {

	font-size: 18px;
	font-weight: 600;
	font-family: sans-serif, arial;
	text-transform: unset;
	color: #222;
}


#consentWindow .modal-footer button {

	padding: 12px 26px;
	line-height: 1.4rem;
	margin: 0;
	border-radius: 50px;
}

#consentWindow .modal-footer {
	justify-content: space-between;
}

#consentWindow .modal-footer .btn-success {
	background: #be5e8e !important;
	border: 2px solid #a5b2c3;
	font-size: 16px !important;
}
#consentWindow .modal-footer .btn-success:hover {

	background: hsl(216, 98%, 32%);
	border: 2px solid #a5b2c3;
}
/*background: hsla(216, 18%, 16%, 0.1);*/

#consentWindow .modal-footer .btn-secondary {

	background: hsl(216, 98%, 32%);
	border: 2px solid #a5b2c3;
	font-size: 16px !important;
	
}
#consentWindow .modal-footer #managePreferencesBtn {

	background: hsla(216, 18%, 16%, 0.1) !important;
	
	color: #be5e8e !important;
	border: 2px solid #a5b2c3 !important;
}

#consentWindow #manageGDPRPreferences .accordion-button {
	background: transparent;
	box-shadow: none;
}
#consentWindow #manageGDPRPreferences .accordion-item {
	border: 0;
}
#consentWindow #manageGDPRPreferences .accordion-item:nth-child(odd) {
	background: transparent;
}
#consentWindow #manageGDPRPreferences .accordion-item:nth-child(even) {
	background: #f6f9fc;
}
#consentWindow .form-check-input {
	height: 1.5em;
	width: 65px;
	margin-left: -1em;
	position: relative !important;
}

#modalController .accordionLabelInput .h6 {
	color: #be5e8e;
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(0deg) !important;
}

.accordion-button.actives::after {
	transform: rotate(-180deg) !important;
}
.accordion-button{
	flex-direction: row-reverse;
}
.accordion-button::after{
	margin-right: 8px;
}


@media only screen and (max-width: 790px) {
	#consentWindow .modal-footer {
		flex-direction: column;
	}

	#consentWindow .modal-footer .btn-secondary {
		order: 2;
	}
	#consentWindow .modal-footer #managePreferencesBtn {
		background: hsla(216, 18%, 16%, 0.1) !important;
		border: 1 !important;
		color: #be5e8e !important;
		order: 1;
	}
	#consentWindow .modal-footer .btn-success {
		background: hsl(216,98%,32%) !important;
		order: 3;
	}

	#consentWindow .modal-footer button {
		width: 100%;
		margin-bottom: 14px;
		padding: 8px 12px;
	}
}
