.cookie-consent {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
}
.consent-manage {
    background-color: #00000026;
    position: fixed;
	top: 0;
    height: 100%;
    width: 100%;
    z-index: 2147483660;
	display:none;
}
.consent-manage.active {
	display: block;
}
.consent-window {
    background-color: #fff;
    width: 40%;
    height: 80vh;
    margin: 3% auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 30px;
    border-radius: 4px;
    box-shadow: 0 0 20px 1px #0000004a;
}
.consent-window p {
    margin: 8px 0;
}
.consent-window-header {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
}
.consent-window-header h3 {
    font-size: 19px;
}
.consent-window-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 5%;
    padding: 12px 0 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.consent-window-content {
    max-height: 85%;
    overflow-y: scroll;
    display: block;
	position: relative;
}
.consent-window-content::-webkit-scrollbar {
    width: 8px;
}
.consent-window-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.consent-window-content::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
	border-radius: 88px;
}
.consent-window-btns {
    height: 10%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px 0 0;
    border-top: 1px solid #dfdfdf;
    position: relative;
	margin-top: 20px;
}
.cookie-consent-banner {
    background-color: #3e3e3e;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 24px 10% 20px;
    position: fixed;
    bottom: 0;
	opacity: .98;
	z-index: 2147483650;
	box-shadow: 1px -2px 12px #00000059;
}
.cookie-consent-banner h3, .cookie-consent-banner p {
	color: #fff !important;
	font-size: 15px;
}
.cookie-consent-banner h3 {
	font-size: 18px;
}
.cookie-consent-banner p {
	margin: 14px 0;
}
.cookie-consent-banner h3, .consent-window-header h3 {
	margin: 0;
}
.cookie-consent-banner-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
}
.consent-window-btns::before {
    content: "";
    width: calc(100% - 8px);
    height: 20px;
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    top: -41px;
    left: 0;
	pointer-events: none;
}
.cookie-consent-button {
    background-color: #3e3e3e;
    color: #fff;
    padding: 10px 26px;
    border: 2px solid #fff;
    border-radius: 40px;
    margin-right: 12px;
	cursor: pointer;
	transition: .2s;
}
.consent-window-btns .cookie-consent-button {
    border: 2px solid #3e3e3e;
    background-color: #fff;
    color: #3e3e3e;
	padding: 8px 30px;
}
.consent-window-btns .cookie-consent-button:hover {
	color: #fff;
}
#btn-accept-all-pref {
	background-color: #3e3e3e;
    color: #fff;
}
#btn-accept-all-pref:hover {
	background-color: #488abf;
    color: #fff;
}
.cookie-consent-button:hover {
	background-color: #488abf;
	border: 2px solid #488abf;
}
#close-consent-window {
    cursor: pointer;
}
.cookie-consent-option {
    padding: 14px;
}
.cookie-consent-option:not(.cookie-consent-option:last-child) {
    border-bottom: 1px solid #f7f7f7;
}
.cookie-consent-option-header {
    display: flex;
    justify-content: space-between;
}
.cookie-consent-option-header p {
    font-weight: bold;
    font-size: 16px;
}
.cookie-consent-option-header label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 8px;
}
.cookie-consent-option p {
    font-size: 16px;
}
.always-active {
    color: #1e7e81;
}
#intro-text-show-more, .show-cookie-details {
    color: #3e3e3e;
}
#intro-text-show-more:hover, .show-cookie-details:hover {
    color: #1c3b85;
}
.show-cookie-details {
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
	font-weight: 400;
}
.cookie-details {
	display: none;
    padding: 10px;
    margin-top: 10px;
	background-color: #e5e5e5;
    border-radius: 8px;
}
.cookie-details.active {
	display: block;
}
.cookie-details-table {
    font-size: 12px;
}
.cookie-details-table-item {
    background-color: #f7f7f7;
    padding: 8px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.cookie-details-table .cookie-details-table-item:last-child {
    margin-bottom: 0px;
}

.cookie-details-table-item-row {
    display: flex;
    flex-direction: row;
    column-gap: 2%;
    align-items: flex-start;
	margin-bottom: 8px;
}
.cookie-details-table-item-row div:first-child {
    width: 15%;
}
.cookie-details-table-item-row div:nth-child(2) {
    width: 83%;
}
.cookie-consent-options input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
}
.cookie-consent-options .consent-toggle {
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 20px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.4s;
}
.cookie-consent-options .consent-toggle::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s;
}
.cookie-consent-options input:checked + .consent-toggle {
  background-color: #35afb3;
}
.cookie-consent-options input:checked + .consent-toggle::before {
  transform: translateX(18px);
}
.cookie-consent-options .consent-toggle::before {
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.cookie-consent-options input:disabled + .consent-toggle {
  background-color: #bbdedf;
  cursor: not-allowed;
}
.cookie-consent-options input:disabled + .consent-toggle::before {
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
	.consent-window {
		width: 45%;
	}
	.cookie-consent-banner {
		padding: 24px 8% 20px;
	}
	.cookie-consent-banner-btns {
		margin-top: 24px;
	}
	.consent-window-title {
		margin-bottom: 12px;
	}
	.cookie-details-table-item-row {
		column-gap: 4%;
	}	
}
@media only screen and (max-width: 1180px) {
	.consent-window {
		width: 55%;
	}
}
@media only screen and (max-width: 900px) {
	.consent-window {
		width: 65%;
	}
}
@media only screen and (max-width: 760px) {
	.consent-window {
		width: 75%;
	}
	.cookie-details-table-item-row {
		column-gap: 8%;
	}
}
@media only screen and (max-width: 660px) {
	.consent-window {
		width: 75%;
	}
	.consent-window-btns .cookie-consent-button {
		padding: 8px 18px;
	}
}
@media only screen and (max-width: 560px) {
	.cookie-consent-banner {
		padding: 24px 8% 20px;
	}
	#cookie-consent-banner p {
		font-size: 12px;
	}	
	.cookie-consent-banner-btns {
		margin-top: 28px;
	}
	.cookie-consent-button {
		padding: 7px 10px;
		font-size: 12px;
		margin-right: 10px;
	}	
	.consent-window {
        width: 100%;
        height: 100%;
        margin-top: 0;
		border-radius: 0;
    }
	.consent-window-btns .cookie-consent-button {
        padding: 8px 14px;
        font-size: 12px;
    }
	.consent-window p {
		margin: 8px 0;
		font-size: 12px;
	}
	.cookie-details-table-item-row {
        column-gap: 16%;
    }
}