.ub-cmp-embed-wrapper {
	visibility: hidden;
}
.ub-cmp-initialized .ub-cmp-embed-wrapper {
	visibility: visible;
}

.ub-cmp {
	align-items: center;
	background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	display: flex;
	font-family: sans-serif;
	font-size: 1rem;
	justify-content: center;
	left: 0;
	line-height: 1.5rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999;
}

.ub-cmp p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 0;
}

.ub-cmp h2 {
	color: #000;
	margin-top: 0;
	margin-bottom: 2rem;
}

.ub-cmp__hint-box,
.ub-cmp__settings-box {
	background-color: #fff;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
	margin: 1rem;
	max-width: 50rem;
	max-height: 90vh;
	overflow-y: auto;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 48rem) {
	.ub-cmp__hint-box,
	.ub-cmp__settings-box {
		padding: 3rem;
	}
}

.ub-cmp__button {
	appearance: none;
	background: #1c2e45;
	border: none;
	border-radius: .3125rem;
	color: #fff;
	cursor: pointer;
	font-family: sans-serif;
	font-size: .875rem;
	font-weight: bold;
	margin: .25rem;
	padding: .75rem 1.5rem;
	text-align: center;
}

.ub-cmp__button-disable-all,
.ub-cmp__button-settings,
.ub-cmp__button-save-settings {
	background: #777;
}

.ub-cmp__button-agree {
	width: 12rem;
}

.ub-cmp__button-activate-all {
	margin-left: 0;
	width: 12rem;
}

.ub-cmp__button-disable-all {
	margin-left: 0;
	width: 12rem;
}

.ub-cmp__button-settings {
	width: 12rem;
}

.ub-cmp__hint-text {
	margin-bottom: 2rem;
	text-align: left;
}

.ub-cmp__dropdown {
	text-align: left;
	margin-bottom: .5rem;
}

.ub-cmp__dropdown-header {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 748 512'%3E%3Cpath fill='%23FFFFFF' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
	background-color: #777;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: .5rem 3rem .5rem 1rem;
}

.ub-cmp__dropdown.open .ub-cmp__dropdown-header {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 748 512'%3E%3Cpath fill='%23FFFFFF' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'%3E%3C/path%3E%3C/svg%3E");
}

.ub-cmp__dropdown-body {
	display: none;
	padding: 1rem;
	word-break: break-word;
}

.ub-cmp__vendor-row {
	display: flex;
	margin-top: 1rem;
}

.ub-cmp__switch {
	border: .0625rem solid #777;
	cursor: pointer;
	height: 1.5rem;
	min-width: 3rem;
	max-width: 3rem;
	margin-right: 1rem;
	overflow: hidden;
	position: relative;
}

.ub-cmp__switch-on {
	background-color: #009900;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 1.5rem;
	left: -3rem;
	line-height: 1.5rem;
	padding: 0 .25rem;
	position: absolute;
	transition: left 0.5s ease-out;
	width: 3rem;
}

.ub-cmp__switch-on:after {
	background-color: #fff;
	content: "";
	display: block;
	right: -.5rem;
	height: 1.5rem;
	position: absolute;
	top: 0;
	width: 1rem;
	z-index: 1;
}

.ub-cmp__switch-off {
	background-color: #990000;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 1.5rem;
	left: 0;
	line-height: 1.5rem;
	text-align: right;
	padding: 0 .25rem;
	position: absolute;
	transition: left 0.5s ease-out;
	width: 3rem;
}

.ub-cmp__switch--checked .ub-cmp__switch-on {
	left: 0;
}

.ub-cmp__switch--checked .ub-cmp__switch-off {
	left: 3rem;
}
