#cookies-consent-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000c7;
    color: #fff;
    padding: 2em 1.4em 1.4em;
    text-align: center;
    z-index: 9999;
	border-radius: 8px 8px 0 0;
}
#cookies-consent-bar .cookies-container {
    max-width: 1000px;
    margin: 0 auto;
	text-align: start;
}
#cookies-content {
	font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #fff;
	font: inherit;
	text-align: start;
}
.cookies-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-buttons {
    display: flex;
    gap: 10px;
}
button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
button:hover {
    background-color: #005177;
}
button.outlined {
	color: #bbb;
    background: none;
    border-radius: 4px;
    transition-property: color, border-color, background;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #bbb;
}
button.outlined:hover,
button.outlined:focus {
    background-color: #ffffff !important;
    color: #000000;
}
button.non-outlined,
button.non-outlined:hover,
button.non-outlined:active,
button.non-outlined:focus {
	border-radius: 0;
    color: #bbb;
	border-bottom: 1px dotted #bbb;
	background: none;
    padding: 0;
    text-align: initial;
    line-height: 18px;
    font-weight: normal;
	font-size: 14px;
	display: inline-block;
    outline: 0;
	margin: 0 20px 0;
}
.accordion {
    margin: 20px 0;
}
.accordion-modal-item {
    margin-bottom: 10px;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	font-size: 14px;
    line-height: 18px;
    outline: 0;
    width: 100%;
    border: 0;
    background: none;
    padding: 10px 0;
    text-align: left;
    color: #fff;
}
.accordion-header > h3 {
	font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.accordion .accordion-content {
    display: none;
	margin-right: 0;
	padding-right: 40px;
	padding: 0 0 10px;
	overflow: hidden;
	background: none;
}
.accordion .accordion-content p {
    margin: 0;
}
.arrow {
    font-size: 14px;
    margin-left: 10px;
}
.arrow img {
    width: 14px;
    height: 14px;
}
.cookies-buttons {
	color: #999;
	font-size: 14px;
    line-height: 18px;
	text-decoration: none;
}
.cookies-buttons a,
.cookies-buttons a:hover,
.cookies-buttons a:focus,
.cookies-buttons a:active {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    text-decoration: none;
    color: #999;
}
#customization-content > .title {
	font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}
.accordion-modal-item {
	border-bottom: 1px solid #707070;
}
#accept-all {
	border: 1px solid #fff;
	font-size: 14px;
    line-height: 18px;
	color: #363636;
    transition-property: color, border-color, background;
    border-radius: 4px;
	font-weight: 500;
	padding: 12px 24px;
    text-align: center;display: inline-block;
    outline: 0;
	background: #fff;
}
.accordion-content p {
    font-size: 14px;
    line-height: 18px;
	overflow: hidden;
    color: #bbb;
}
.accordion-header > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}
.accordion-header > input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
}
.accordion-header > input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 13px !important;
    color: #363636 !important;
    line-height: 1.3;
}
/* #necessary { */
    /* border-color: #fff; */
    /* background: #fff; */
/* } */
/* #necessary:checked::after { */
    /* width: 18px; */
    /* height: 18px; */
    /* border: none; */
    /* border-radius: 2px; */
    /* line-height: 1.3; */
    /* color: #363636; */
    /* font-size: 17px; */
	/* top: 6px; */
    /* left: 11px; */
/* } */
.accordion-header > input[type="checkbox"]:not(#necessary) {
    border: 1px solid #bbb;
    border-radius: 2px;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked {
    background-color: #fff;
    border-color: #fff;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked::after {
    width: 18px;
    height: 18px;
    font-size: 17px;
    color: #363636;
    line-height: 1.3;
    border: none;
    border-radius: 2px;
	top: 6px;
    left: 11px;
}
#cookies-icon {
    width: fit-content;
    height: auto;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
    padding: 15px;
}
#cookies-icon img {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
    opacity: .8;
}