.cookie-consent-banner {
    background-color: #FFFFFF;
    bottom: 0;
	left: 0;
    position: fixed;
    z-index: 100000;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}

.cookie-consent-banner.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 500ms;
}

.cookie-consent-banner .banner-row {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.cookie-consent-banner .banner-text a {
    background: none;
    margin: auto;
    padding: initial;
}

.cookie-consent-banner .banner-buttons {
    display: flex;
    flex-wrap: wrap;
}

.cookie-consent-banner button.banner-button {
    padding: 2.5px 12.5px;
    margin: 0 15px 15px 0;
    font-size: 18px;
    line-height: 2;
    cursor: pointer;
}

.cookie-consent-banner button.banner-button.button-choose-cookies {
    display: flex;
    align-items: center;
    border: none !important;
}

.cookie-consent-banner .banner-icon-cog {
	background-color: currentColor;
	width: 20px;
	height: 20px;
	-webkit-mask: url('/aimg/icons/settings-icon.svg') no-repeat center;
	mask: url('/aimg/icons/settings-icon.svg') no-repeat center;
	margin-right: 10px;
}

.pwd-cookie-consent-customize {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 500ms;
    z-index: 100000;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

.pwd-cookie-consent-customize .pwd-cookie-consent-customize-inner {
    background-color: #FFFFFF;
    max-width: 1200px;
    width: 100%;
    max-height: calc(100% - 40px);
    margin: 20px;
    padding: 40px 20px;
    overflow-y: scroll;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    line-height: 2;
    text-align: left;
}

@media screen and (min-width: 1200px) {
    .pwd-cookie-consent-customize .pwd-cookie-consent-customize-inner {
        padding: 40px;
    }
}

.pwd-cookie-consent-customize.show-customize {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
}

h2.customize-consent-title {
    max-width: 100%;
    padding-bottom: 20px;
}

.pwd-cookie-consent-customize-consent-details {
    margin: 20px 0;
}

.pwd-cookie-consent-customize-detail-wrapper {
    margin-bottom: 20px;
}

.consent-customize-button.button-accept-cookies,
.consent-customize-button.button-update-consent,
.consent-customize-button.button-close-consent {
	padding: 10px 20px;
	margin-right: 20px;
    cursor: pointer;
}

@media screen and (max-width: 760px) {
    .pwd-cookie-consent-customize-guide p, .pwd-cookie-consent-customize-detail {
        line-height: 1.5;
    }

    .pwd-cookie-customize-input-label-text {
		font-size: 20px;
	}
}

.pwd-cookie-consent-customize .round {
	display: flex;
	position: relative;
	min-height: 35px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	cursor: pointer;
}

label[for="necessary-cookies"] {
    pointer-events: none;
}

.pwd-cookie-consent-customize .round div {
    background-color: #fff;
	min-height: 28px;
	line-height: 28px;
}

.pwd-cookie-consent-customize .round div.round-label {
	align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: relative;
    top: 0;
    width: 28px;
    flex-shrink: 0;
}

.pwd-cookie-consent-customize .round div.round-label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.pwd-cookie-consent-customize .round .pwd-cookie-customize-input-label-text {
	font-size: 22px;
	padding-left: 10px;
	flex-shrink: 2;
}

.pwd-cookie-consent-customize .round input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}

.pwd-cookie-consent-customize .round input[type="checkbox"]:checked + div {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.pwd-cookie-consent-customize .round input[type="checkbox"]:disabled + div {
    background-color: #a2a6ab;
    border-color: #a2a6ab;
}

.pwd-cookie-consent-customize .round input[type="checkbox"]:checked + div:after {
    opacity: 1;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}
  