.cc-window{
opacity: 1;
transition: opacity 1s ease
}
.cc-window.cc-invisible {
opacity: 0
}
.cc-animate.cc-revoke {
transition: transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
transform: translateY(0)
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s
}
.cc-link,.cc-revoke:hover {
text-decoration: underline
}
.cc-revoke,.cc-window {
position: fixed;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.5em;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 999999;
letter-spacing: 0px!important;
}
.cc-window {
overflow: hidden;
}
@media screen and (min-width:900px) {
.cc-window.cc-invalid-position[data-position="top-push"] .cc-modal,
.cc-window.cc-invalid-position[data-position="bottom"] .cc-modal,
.cc-window.cc-invalid-position[data-position="top"] .cc-modal {
padding-right: 80px !important;
}
}
.cc-window.cc-static {
position: static
}
.cc-window.cc-floating {
padding: 2em;
max-width: 35em;
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner {
padding: 1.5em 1.8em;
width: 100%;
-ms-flex-direction: row;
flex-direction: row
}
.cc-header {
font-size: 18px;
font-weight: 700
}
.cc-btn,.cc-close,.cc-link,.cc-revoke {
cursor: pointer
}
.cc-link {
opacity: .8;
display: inline-block;
}
.cc-link:hover {
opacity: 1
}
.cc-link:active,.cc-link:visited {
color: initial
}
.cc-btn {
display: block;
padding: .4em .8em;
font-size: .9em;
font-weight: 700;
border-width: 2px;
border-style: solid;
text-align: center;
white-space: nowrap;
outline: none;
pointer-events: auto;
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
background-color: transparent
}
.cc-close {
display: block;
position: absolute;
top: .5em;
right: .5em;
font-size: 1.6em;
opacity: .9;
line-height: .75
}
.cc-close:focus,.cc-close:hover {
opacity: 1
}
.cc-revoke.cc-top {
}
.cc-revoke.cc-bottom {
bottom: 0;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
transform: none!important;
}
.cc-body {
width: 100%;
bottom: 0;
left: 0;
right: 0;
}
.cc-body.cc-body-left {
display: flex;
justify-content: left;
}
.cc-body.cc-body-right {
display: flex;
justify-content: right;
}
.cc-body.cc-body-center {
display: flex;
justify-content: center;
}
.cc-body .cc-revoke.cc-left, .cc-body .cc-revoke.cc-right {
left: auto;
right: auto;
}
.cc-revoke.cc-left {
left: 0;
right: auto;
}
.cc-revoke.cc-right {
right: 0;
left: auto;
}
.cc-revoke.cc-left {
left: 0;
right: auto;
}
.cc-revoke.cc-right {
right: 0;
left: auto;
}
.cc-center {
margin-left: auto;
margin-right: auto;
}
.cc-top {
top: 1em
}
.cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-bottom {
bottom: 1em
}
.cc-floating>.cc-link {
margin-bottom: 1em
}
.cc-floating .cc-message {
display: block;
}
.cc-window.cc-floating .cc-compliance {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
flex-direction: column;
}
.cc-window.cc-banner {
-ms-flex-align: center;
align-items: center
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0;
top: auto;
}
.cc-banner .cc-message {
display: block;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: 100%;
margin-right: 1em
}
.cc-compliance {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: justify;
align-content: space-between;
flex-direction: row-reverse;
}
.cc-floating .cc-compliance>.cc-btn {
-ms-flex: 1;
flex: 1
}
@media print {
.cc-revoke,
.cc-window {
display: none
}
}
@media screen and (max-width:900px) {
.cc-btn {
white-space: normal
}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
.cc-window.cc-top {
top: 0
}
.cc-window.cc-bottom {
bottom: 0
}
.cc-window.cc-banner,
.cc-window.cc-floating,
.cc-window.cc-left,
.cc-window.cc-right {
left: 0;
right: 0
}
.cc-window.cc-banner {
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.cc-window.cc-floating {
max-width: none
}
.cc-window .cc-message {
margin-bottom: 0;
}
.cc-window.cc-banner {
-ms-flex-align: unset;
align-items: unset
}
.cc-window.cc-banner .cc-message {
margin-right: 0
}
}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 0px
}
.cc-floating.cc-type-info .cc-compliance {
text-align: center;
display: inline;
-ms-flex: none;
flex: none
}
.cc-theme-classic .cc-btn {
border-radius: 5px
}
.cc-btn:last-child {
}
.cc-floating.cc-type-info .cc-btn {
display: inline-block
}
.cc-theme-edgeless.cc-window {
padding: 0
}
.cc-banner.cc-theme-edgeless .cc-btn {
padding: .8em 1.8em;
height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
margin-left: 0
}
.cc-window a {
outline: none;
}
.cc-floating .cc-message > div:last-child,.cc-floating .cc-message > p:last-child {
margin-bottom: 15px;
}
.cc-window.cc-banner {
justify-content: space-between;
}
.cc-btn {
flex-grow: 1;
min-width: calc(50% - 20px);
font-size: 14px;
line-height: 1;
padding: 15px 20px 14px;
margin: 5px 10px;
box-sizing: border-box;
}
.cc-window__modal {
position: fixed;
z-index: 999999;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(255, 255, 255, .4);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-weight: normal;
}
@media screen and (min-width: 500px){
.cc-window__modal[data-position="top-push"] {
position: relative;
z-index: 999999;
left: 0;
top: 0;
right: 0;
bottom: auto;
width: 100%;
height: auto;
max-height: 100%;
overflow: auto;
background-color: none;
}
}
.cc-window.cc-floating:before,.cc-window.cc-floating:after {
content: "";
display: block;
height: 40px !important;
min-height: 40px !important;
width: 100%;
order: 0 !important;
z-index: -10;
}
.cc-window.cc-floating:after {
height: 50px;
}
.cc-window-white-label .cc-window.cc-floating:after{
height: 54px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-footer__links{
margin: 0px;
padding: 0px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 42px;
}
.cc-window.cc-floating {
flex-direction: column;
padding: 0 40px !important;
max-height: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
overflow: auto;
top: auto;
left: auto;
width: 100%;
max-width: 750px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .cc-window.cc-floating .cc-message {
max-width: 750px;
} .cc-window.cc-floating.cc-popup{
position: relative;
}
.cc-modal {
left: 25%;
width: 50%;
top: 22%;
padding: 30px 25px 35px !important;
max-width: none!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-popup.cc-type-info .cc-modal {
width: 40%;
left: 30%;
}
.cc-modal__shadow {
box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.cc-footer__description {
font-size: 10px;
line-height: 10px;
opacity: .8;
text-align: center;
padding-top: 15px;
margin-bottom: -10px;
}
.cc-banner .cc-footer__description {
font-size: 11px;
line-height: 11px;
min-width: 155px;
margin-top: 1.8em;
align-self: flex-start;
white-space: nowrap;
}
.cc-footer__description a {
color: inherit;
margin-top: 2px;
outline: revert;
}
.cc-footer__description a:hover {
color: inherit;
text-decoration: underline;
}
.cc-left.cc-type-info .cc-compliance,.cc-right.cc-type-info .cc-compliance,.cc-popup .cc-compliance {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}
.cc-floating.cc-type-info .cc-compliance {
text-align: unset;
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-direction: row;
}
.cc-banner .cc-compliance {
flex-direction: column;
align-items: initial;
}
.cc-banner .cc-message {
max-width: 80%;
align-self: start;
text-align: left;
}
.cc-grower {
position: relative;
}
.cc-message p {
margin: 0 0 1em 0;
padding: 0;
}
.cc-message ul {
list-style-type: none;
display: block;
margin: 0.5em 0 0 0;
padding: 0;
}
.cc-message label {
display: inline-block;
max-width: 100%;
margin: 0;
padding: 0 0 0 5px;
font-weight: 700;
cursor: pointer;
}
.cc-message input[type=checkbox] {
font-size: 14px;
cursor: pointer;
margin: 0;
}
.cc-message input[type=checkbox][disabled] {
cursor: not-allowed;
}
.cc-message input[type=checkbox][disabled]+label {
cursor: not-allowed;
}
.cc-link {
padding: 0;
}
.cc-categories {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-categories-item {
display: block;
list-style-type: none;
margin: 0 15px 2px 0;
padding: 0;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-categories-item input {
display: none;
}
.cc-categories-item label {
position: relative;
display: inline-block;
padding: 2px 0 0 30px;
}
.cc-categories-item input + span {
position: absolute;
width: 18px;
height: 18px;
background: rgba(0, 0, 0, 0.15);
left: 0;
margin-top: 3px;
}
.cc-categories-item input + span span:nth-child(1) {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-color: #57ca85;
}
.cc-categories-item input + span span:nth-child(2) {
position: absolute;
transform: rotate(-51deg);
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
width: 8px;
height: 5px;
left: 3px;
top: 3px;
opacity: 0;
}
.cc-categories-item input:disabled + span span:nth-child(2) {
border-color: #ddd;
}
.cc-categories-item input:checked + span span:nth-child(1),.cc-categories-item input:checked + span span:nth-child(2) {
opacity: 1;
}
.cc-categories-item.cc-toggle-details {
cursor: pointer;
user-select: none;
}
.cc-categories-item.cc-toggle-details .cc-arrow {
font-size: 0.6em;
vertical-align: top;
margin: 0 0 0 5px;
line-height: 24px;
}
.cc-details {
margin: 0 -40px 1.5em -40px;
padding: 0;
font-size: 12px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: calc(100% + 80px);
text-align: left;
}
.cc-details-menu {
width: auto;
padding-left: 20px;
}
.cc-modal__hint {
width: 18px;
height: 18px;
border-radius: 50%;
text-align: center;
line-height: 18px;
font-size: 10px;
font-weight: 700;
position: relative;
display: inline-block;
text-decoration: none;
color: #fff;
background: #57ca85;
}
.cc-details-menu-item .cc-modal__hint {
position: absolute;
right: 27px;
margin-top: -1px;
}
.summary-arrow {
position: absolute;
left: 0;
top: 3px;
border-top: 5px solid transparent !important;
border-bottom: 5px solid transparent !important;
border-left: 9px solid #57ca85;
border-right: 0px solid transparent !important;
}
.cc-selected .summary-arrow {
transform: rotate(90deg);
}
.cc-details-menu-item {
cursor: pointer;
user-select: none;
position: relative;
font-size: 0;
list-style: none;
padding: 0 0 0 17px;
margin: 12px 0;
display: block;
text-align: left;
}
.cc-details-menu-item:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 50px;
z-index: 2;
}
.cc-details-menu-item_empty:before {
display: none;
}
.cc-details-menu-item_empty {
padding: 0;
}
.cc-details-menu-item_empty .summary-arrow {
display: none;
}
.cc-details-menu-item > label { float: none;
margin-top: unset; color: inherit;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
}
.cc-details-menu-item input[type="checkbox"] {
display: none;
}
.cc-modal__checkbox-mark {
position: absolute;
width: 18px;
height: 18px;
background: rgba(0, 0, 0, 0.15);
right: 0;
margin-top: -1px;
}
.cc-modal__checkbox-mark-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background-color: #57ca85;
}
.cc-modal__checkbox-mark-tick {
position: absolute;
transform: rotate(-51deg);
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
width: 8px;
height: 5px;
left: 3px;
top: 3px;
opacity: 0;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.cc-details-menu-item input:disabled + .cc-modal__checkbox-mark {
opacity: 0.6;
}
.cc-details-menu-item input + .cc-modal__checkbox-mark .cc-modal__checkbox-mark-bg,.cc-details-menu-item input:checked + .cc-modal__checkbox-mark .cc-modal__checkbox-mark-tick {
opacity: 1;
}
.cc-details-body {
padding: 0 40px;
height: 375px;
position: relative;
background: rgba(41, 39, 40, 0.1);
overflow: auto;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cc-details-body:before,.cc-details-body:after {
content: "";
display: block;
height: 10px;
}
.cc-details-content {
display: none;
padding: 0 18px;
padding-bottom: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
margin-top: -12px;
text-align: left;
}
.cc-details-content.cc-selected {
display: block;
}
.cc-details-content table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
min-width: 100%;
width: auto;
margin: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.cc-details-content th {
background: rgba(41, 39, 40, 0.1);
font-size: 10px;
font-weight: 400;
text-transform: uppercase;
text-align: left;
padding: 6px 5px 5px;
line-height: 1;
border: 1px solid rgba(41, 39, 40, 0.2);
}
.cc-details-content td {
background: rgba(255, 255, 255, 0.1);
padding: 10px 5px;
vertical-align: top;
border: 1px solid rgba(41, 39, 40, 0.2);
font-size: 10px;
line-height: 1.4;
}
.cc-details-content thead td {
background: rgba(41, 39, 40, 0.1);
text-transform: uppercase;
}
.cc-details-content p {
margin: 0.6em 0;
}
.cc-details-content p:last-child {
margin-bottom: 0;
}
.cc-button_wrapper {
display: flex;
justify-content: space-between;
margin: -5px -10px;
}
.cc-modal .cc-button_wrapper {
align-self: stretch;
flex-wrap: wrap;
}
.cc-banner .cc-button_wrapper {
flex-wrap: nowrap;
}
@media screen and (max-width: 836px) {
.cc-modal .cc-compliance {
flex-direction: column!important;
}
.cc-modal .cc-button_wrapper {
align-self: stretch;
}
.cc-modal .cc-btn {
display: block;
margin-bottom: 1em;
}
.cc-modal .cc-footer__description {
align-self: flex-start;
}
.cc-modal.cc-window.cc-floating {
padding-bottom: 8px!important;
}
.cc-window.cc-floating:after,
.cc-window-white-label .cc-window.cc-floating:after{
height: 13px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-footer__links{
padding: 0px;
margin: 0px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 3px;
}
}
.cc-modal__tabs {
display: inline-block;
font-size: 16px;
font-weight: 700;
position: relative;
margin: 0 30px 0;
}
.cc-modal__tabs-heading_item {
display: inline-block;
margin: 0 10px;
padding: 10px 5px;
border-bottom: 4px solid transparent;
cursor: pointer;
}
.cc-modal__tabs-heading_item.active {
border-bottom: 4px solid #57ca85;
}
.cc-modal__heading {
font-size: 24px;
font-weight: 700;
line-height: 1;
margin-bottom: 15px;
padding-right: 35px;
}
.cc-modal__table {
overflow: auto;
}
.cc-modal__table th,.cc-modal__table tr {
font-family: Helvetica, Arial, sans-serif;
}
.cc-window.cc-floating .cc-compliance {
width: 100%;
}
.cc-compliance__footer {
width: 100%;
display: flex;
justify-content: space-between;
}
.cc-footer__links {
font-size: 12px;
line-height: 12px;
opacity: 1;
text-align: center;
padding-top: 15px;
margin-bottom: -10px;
}
.cc-footer__links a {
color: inherit !important;
margin-right: 15px;
opacity: 1;
}
.cc-footer__links a:hover {
text-decoration: none;
opacity: 1;
}
.cc-footer__links a:last-child {
margin-right: 0;
}
.cc-footer__description:only-child,.cc-footer__links:only-child {
width: 100%;
}
.cc-footer__description a {
display: inline-block;
width: 49px;
vertical-align: middle;
}
.cc-footer__description svg {
margin-top: -0.08em;
}
.cc-footer__description svg path {
fill: currentColor !important;
}
.cc-modal-close {
position: absolute;
width: 35px;
height: 35px;
right: 15px;
top: 34px;
cursor: pointer;
}
.cc-modal-close span {
width: 23px;
height: 2px;
display: block;
position: absolute;
background: currentColor;
left: 0;
top: 17px;
}
.cc-modal-close span:nth-child(1) {
transform: rotate(45deg);
}
.cc-modal-close span:nth-child(2) {
transform: rotate(-45deg);
}
.cc-modal__text a,.cc-modal__text .cc-btn {
display: inline !important;
height: auto;
padding: 0;
font-size: inherit;
background: none !important;
text-decoration: none;
font-weight: normal;
margin: 0;
border: none;
vertical-align: baseline;
text-transform: none;
cursor: pointer;
opacity: 1;
}
.cc-modal__text a:hover,.cc-modal__text .cc-btn:hover {
text-decoration: none;
opacity: 0.8;
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:836px) and (orientation:landscape),screen and (max-width: 320px) {
.cc-compliance {
flex-direction: column!important;
}
.cc-modal {
width: 100%;
}
.cc-floating.cc-type-info .cc-btn {
display: block;
margin-bottom: 0;
}
.cc-footer__description {
align-self: flex-start;
}
.cc-window.cc-floating {
padding-bottom: 1em;
}
}
@media screen and (max-width:500px) {
.cc-window.cc-floating {
left: auto !important;
right: auto !important;
}
}
@media screen and (max-width:836px) {
.cc-modal .cc-btn {
margin-bottom: 0;
}
}
@media screen and (max-width:500px) {
.cc-compliance__footer {
flex-wrap: wrap;
padding-top: 5px;
}
.cc-footer__description,.cc-footer__links {
width: 100%;
padding-top: 10px;
margin: 0;
}
.cc-footer__description{
padding-top: 30px;
}
.cc-footer__links + .cc-footer__description{
padding-top: 12px;
}
.cc-window.cc-floating:after,
.cc-window-white-label .cc-window.cc-floating:after{
height: 27px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-window.cc-floating:after{
height: 3px;
}
.cc-window-white-label.cc-window-footer-links-empty .cc-compliance__footer{
margin: 0;
padding: 0;
}
}
.cc-window.cc-type-info .cc-compliance {
flex-direction: column;
}
.cc-type-info .cc-btn {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cc-left .cc-button_wrapper,.cc-right .cc-button_wrapper {
align-self: stretch;
} .cc-window-styles-theme1 .cc-modal__tabs-heading_item.active { border-bottom-color: #57ca85; }
.cc-window-styles-theme1 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.25); }
.cc-window-styles-theme1 .cc-modal__checkbox-mark-bg{ background: #57ca85; }
.cc-window-styles-theme1 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme1 .summary-arrow{ border-color: #57ca85; }
.cc-window-styles-theme1 .cc-modal__hint{ background: #57ca85; color: #000; }
.cc-window-styles-theme1 .cc-details-content th {  }
.cc-window-styles-theme1 .cc-details-content td {  }
.cc-window-styles-theme1 .cc-modal__text a,.cc-window-styles-theme1 .cc-modal__text .cc-btn{ color: #57ca85; }
.cc-window-styles-theme1.cc-window-button-layout-wire .cc-button_wrapper a.cc-btn{ border-color: #57ca85 }
.cc-window-styles-theme2 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.15); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark-bg{ background: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme2 .summary-arrow{ border-color: rgb(86, 203, 219); }
.cc-window-styles-theme2 .cc-modal__hint{ background: rgb(86, 203, 219); color: #fff; }
.cc-window-styles-theme2 .cc-details-content th {  }
.cc-window-styles-theme2 .cc-details-content td {  }
.cc-window-styles-theme2 .cc-modal__text a,.cc-window-styles-theme2 .cc-modal__text .cc-btn{ background: rgb(34, 80, 86); }
.cc-window-styles-theme3 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.2); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark-bg{ background: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme3 .summary-arrow{ border-color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-modal__hint{ background: #fff; color: rgb(20, 167, 208); }
.cc-window-styles-theme3 .cc-details-content th { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.25); }
.cc-window-styles-theme3 .cc-details-content td { background: rgba(41,39,40,0.1); border-color: rgba(255,255,255,0.25); }
.cc-window-styles-theme3 .cc-modal__text a,.cc-window-styles-theme3 .cc-modal__text .cc-btn{ color: rgb(20, 167, 208); }
.cc-window-styles-theme4 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark-bg{ background: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__checkbox-mark-tick{ border-color: #000; }
.cc-window-styles-theme4 .summary-arrow{ border-color: rgb(0, 255, 0); }
.cc-window-styles-theme4 .cc-modal__hint{ background: rgb(0, 255, 0); color: #000; }
.cc-window-styles-theme4 .cc-details-content th { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-details-content td { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme4 .cc-modal__text a,.cc-window-styles-theme4 .cc-modal__text .cc-btn{ color: #008000; }
.cc-window-styles-theme5 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark-bg{ background: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__checkbox-mark-tick{ border-color: #fff; }
.cc-window-styles-theme5 .summary-arrow{ border-color: rgb(230, 37, 118); }
.cc-window-styles-theme5 .cc-modal__hint{ background: rgb(230, 37, 118); color: #fff; }
.cc-window-styles-theme5 .cc-details-content th {  }
.cc-window-styles-theme5 .cc-details-content td {  }
.cc-window-styles-theme5 .cc-modal__text a,.cc-window-styles-theme5 .cc-modal__text .cc-btn{ color: rgb(230, 37, 118); }
.cc-window-styles-theme6 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark-bg{ background: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__checkbox-mark-tick{ border-color: rgb(63, 0, 69); }
.cc-window-styles-theme6 .summary-arrow{ border-color: rgb(248, 168, 255); }
.cc-window-styles-theme6 .cc-modal__hint{ background: rgb(248, 168, 255); color: rgb(63, 0, 69); }
.cc-window-styles-theme6 .cc-details-content th {  }
.cc-window-styles-theme6 .cc-details-content td {  }
.cc-window-styles-theme6 .cc-modal__text a,.cc-window-styles-theme6 .cc-modal__text .cc-btn{ color: rgb(248, 168, 255); }
.cc-window-styles-theme7 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark-bg{ background: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__checkbox-mark-tick{ border-color: rgb(35, 122, 252); }
.cc-window-styles-theme7 .summary-arrow{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme7 .cc-modal__hint{ background: rgb(255, 255, 255); color: rgb(35, 122, 252); }
.cc-window-styles-theme7 .cc-details-content th {  }
.cc-window-styles-theme7 .cc-details-content td {  }
.cc-window-styles-theme7 .cc-modal__text a,.cc-window-styles-theme7 .cc-modal__text .cc-btn{ color: #113c7d; }
.cc-window-styles-theme8 .cc-modal__tabs-heading_item.active { border-bottom-color: #ffffff; }
.cc-window-styles-theme8 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme8 .cc-modal__checkbox-mark-bg{ background: rgb(255, 255, 255); }
.cc-window-styles-theme8 .cc-modal__checkbox-mark-tick{ border-color: #ff0000; }
.cc-window-styles-theme8 .summary-arrow{ border-color: #ffffff; }
.cc-window-styles-theme8 .cc-modal__hint{ background: #ffffff; color: rgb(255, 255, 255); }
.cc-window-styles-theme8 .cc-details-content th {  }
.cc-window-styles-theme8 .cc-details-content td {  }
.cc-window-styles-theme8 .cc-modal__text a,.cc-window-styles-theme8 .cc-modal__text .cc-btn{ color: rgb(255, 0, 0); }
.cc-window-styles-theme9 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark-bg{ background: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__checkbox-mark-tick{ border-color: #ffffff; }
.cc-window-styles-theme9 .summary-arrow{ border-color: rgb(241, 214, 0); }
.cc-window-styles-theme9 .cc-modal__hint{ background: rgb(241, 214, 0); color: #000; }
.cc-window-styles-theme9 .cc-details-content th { border-color: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-details-content td { border-color: rgba(255,255,255,0.35); }
.cc-window-styles-theme9 .cc-modal__text a,.cc-window-styles-theme9 .cc-modal__text .cc-btn{ color: rgb(241, 214, 0); }
.cc-window-styles-theme10 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.35); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark-bg{ background: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__checkbox-mark-tick{ border-color: #ffffff; }
.cc-window-styles-theme10 .summary-arrow{ border-color: rgb(98, 255, 170); }
.cc-window-styles-theme10 .cc-modal__hint{ background: rgb(98, 255, 170); color: #000; }
.cc-window-styles-theme10 .cc-details-content th {  }
.cc-window-styles-theme10 .cc-details-content td {  }
.cc-window-styles-theme10 .cc-modal__text a,.cc-window-styles-theme10 .cc-modal__text .cc-btn{ color: rgb(98, 255, 170); }
.cc-window-styles-theme11 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__checkbox-mark{ }
.cc-window-styles-theme11 .cc-modal__checkbox-mark-bg{ background: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme11 .summary-arrow{ border-color: rgb(75, 129, 232); }
.cc-window-styles-theme11 .cc-modal__hint{ background: rgb(75, 129, 232); color: rgb(255, 255, 255); }
.cc-window-styles-theme11 .cc-details-content th { }
.cc-window-styles-theme11 .cc-details-content td { }
.cc-window-styles-theme11 .cc-modal__text a,.cc-window-styles-theme11 .cc-modal__text .cc-btn{ color: rgb(75, 129, 232); }
.cc-window-styles-theme12 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark-bg{ background: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme12 .summary-arrow{ border-color: rgb(247, 21, 89); }
.cc-window-styles-theme12 .cc-modal__hint{ background: rgb(247, 21, 89); color: rgb(255, 255, 255); }
.cc-window-styles-theme12 .cc-details-content th { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-details-content td { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme12 .cc-modal__text a,.cc-window-styles-theme12 .cc-modal__text .cc-btn{ color: rgb(247, 21, 89); }
.cc-window-styles-theme13 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark-bg{ background: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme13 .summary-arrow{ border-color: rgb(175, 237, 113); }
.cc-window-styles-theme13 .cc-modal__hint{ background: rgb(175, 237, 113); color: rgb(0, 0, 0); }
.cc-window-styles-theme13 .cc-details-content th {  }
.cc-window-styles-theme13 .cc-details-content td {  }
.cc-window-styles-theme13 .cc-modal__text a,.cc-window-styles-theme13 .cc-modal__text .cc-btn{ color: rgb(175, 237, 113); }
.cc-window-styles-theme14 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark{ background: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark-bg{ background: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme14 .summary-arrow{ border-color: rgb(139, 237, 79); }
.cc-window-styles-theme14 .cc-modal__hint{ background: rgb(139, 237, 79); color: rgb(0, 0, 0); }
.cc-window-styles-theme14 .cc-details-content th { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-details-content td { border-color: rgba(255,255,255,0.3); }
.cc-window-styles-theme14 .cc-modal__text a,.cc-window-styles-theme14 .cc-modal__text .cc-btn{ color: rgb(139, 237, 79); }
.cc-window-styles-theme15 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark{ background: rgba(0,0,0,0.2); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark-bg{ background: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__checkbox-mark-tick{ border-color: rgb(0, 0, 0); }
.cc-window-styles-theme15 .summary-arrow{ border-color: rgb(245, 217, 72); }
.cc-window-styles-theme15 .cc-modal__hint{ background: rgb(245, 217, 72); color: rgb(0, 0, 0); }
.cc-window-styles-theme15 .cc-details-content th {  }
.cc-window-styles-theme15 .cc-details-content td {  }
.cc-window-styles-theme15 .cc-modal__text a,.cc-window-styles-theme15 .cc-modal__text .cc-btn{ color: rgb(245, 217, 72); }
.cc-window-styles-theme16 .cc-modal__tabs-heading_item.active { border-bottom-color: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__checkbox-mark{  }
.cc-window-styles-theme16 .cc-modal__checkbox-mark-bg{ background: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__checkbox-mark-tick{ border-color: rgb(255, 255, 255); }
.cc-window-styles-theme16 .summary-arrow{ border-color: rgb(142, 199, 96); }
.cc-window-styles-theme16 .cc-modal__hint{ background: rgb(142, 199, 96); color: rgb(255, 255, 255); }
.cc-window-styles-theme16 .cc-details-content th {  }
.cc-window-styles-theme16 .cc-details-content td {  }
.cc-window-styles-theme16 .cc-modal__text a,.cc-window-styles-theme16 .cc-modal__text .cc-btn{ color: rgb(142, 199, 96); } .cc-left {
left: 1em;
}
.cc-right {
right: 1em;
}
.cc-floating.cc-left {
left: 1em!important;
}
.cc-floating.cc-right {
right: 1em!important;
}
.cc-revoke.cc-bottom {
top: auto;
}
.cc-banner.cc-top {
margin-top: 0;
margin-bottom: auto;
position: relative;
}
.cc-top .cc-modal-close,.cc-bottom:not(.cc-left):not(.cc-right) .cc-modal-close {
top: 26px;
right: 25px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
margin-top: 0;
padding-left: 25px;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: -10px;
order: 1;
}
.cc-message {
order: 0;
}
.cc-top .cc-details,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details {
order: 2;
width: 50%;
min-width: 50%;
margin: -16px -25px -15px 0;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
position: absolute;
bottom: 33px;
left : 25px;
}
@media screen and (max-width:1024px) {
.cc-top .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance__footer {
flex-direction: column;
}
.cc-top .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__links {
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: 100%;
padding: 0;
}
.cc-top .cc-btn,.cc-bottom:not(.cc-left):not(.cc-right) .cc-btn {
white-space: nowrap;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
width: 340px;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-compliance__footer {
flex-direction: row;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__description {
width: auto;
padding-top: 10px;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__links {
padding-top: 10px;
}
}
@media screen and (max-width:768px) {
.cc-banner .cc-button_wrapper {
flex-wrap: wrap;
}
.cc-top,.cc-bottom:not(.cc-left):not(.cc-right) {
flex-wrap: wrap;
justify-content: flex-start;
}
.cc-top .cc-message,.cc-bottom:not(.cc-left):not(.cc-right) .cc-message {
max-width: 100%;
width: 100%;
margin: 0;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: 10px;
width: 100%;
}
.cc-top .cc-compliance__footer,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance__footer {
flex-direction: row;
}
.cc-top .cc-footer__links,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__links {
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-footer__description,.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: auto;
padding-top: 7px;
margin-bottom: 3px;
}
.cc-top .cc-details,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details {
order: 1;
width: calc(100% + 70px);
min-width: 100%;
margin: 0 -40px;
}
.cc-top .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
order: 2;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
position: relative;
bottom: auto;
left : auto;
}
}
@media screen and (max-width:530px) {
.cc-left,
.cc-right {
left: 0;
right: 0;
bottom: 0;
}
}
@media screen and (max-width:500px) {
.cc-top .cc-footer__description,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-footer__description {
width: 100%;
padding-top: 5px;
}
.cc-modal__heading {
font-size: 22px;
margin-bottom: 15px;
}
.cc-top .cc-compliance,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-compliance {
margin-top: 15px;
width: 100%;
min-width: 100%;
max-width: none;
}
.cc-top .cc-details[style*="block"] + .cc-compliance,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance {
width: 100%;
min-width: 100%;
}
.cc-top .cc-details[style*="block"] + .cc-compliance .cc-footer__description,
.cc-bottom:not(.cc-left):not(.cc-right) .cc-details[style*="block"] + .cc-compliance .cc-footer__description {
width: 100%;
padding-top: 5px;
}
.cc-compliance__footer.cc-footer__links-empty .cc-footer__description{
padding-top: 0px;
}
}
.cc-col-in-table {
word-break: break-all;
line-height: 1.5;
}
.cc-col-in-table--description {
min-width: 70px;
}
.cc-col-in-table--type {
word-break: normal;
}
.cc-col-in-table--time {
word-break: break-word;
}
@media (max-width: 719px) {
.cc-col-in-table {
word-break: normal;
}
}
@media screen and (max-width:500px) {
.cc-modal {
position: relative !important;
}
.cc-window__modal {
justify-content: flex-end;
}
.cc-window.cc-floating {
padding: 0 25px !important; }
.cc-window.cc-floating:before, .cc-window.cc-floating:after {
height: 32px;
min-height: 32px !important;
}
.cc-compliance.cc-highlight {
margin-top: 0px;
}
.cc-window.cc-floating:after {
height: 0px !important;
}
.cc-compliance__footer {
}
}
.cc-revoke-text {
padding: .5em;
display: none;
border-top-left-radius: .5em;
border-top-right-radius: .5em;
}
.cc-revoke-text:hover {
text-decoration: underline;
}
.cc-revoke-icon {
margin-left: .25em;
margin-bottom: .5em;
width: 50px;
height: 50px;
cursor: pointer;
border-radius: 50%;
position: relative;
}
.cc-revoke-icon svg {
display: block;
width: 50px;
height: 50px;
margin: 0;
padding: 0;
}
@media screen and (min-width: 900px) {
.cc-revoke-icon {
display: none;
}
.cc-revoke-text {
display: inline-block;
}
}
.cc-revoke.cc-icon .cc-revoke-text {
display: none !important;
}
.cc-revoke.cc-icon .cc-revoke-icon {
display: inline-block !important;
}
.cc-revoke-icon:before, .cc-revoke-icon:after {
left: 50%;
opacity: 0;
position: absolute;
top: calc(100% + 10px);
transition: opacity 0.15s ease-in-out, visibility 0s 0.15s ease-in-out;
visibility: hidden;
}
.cc-revoke-icon:before, .cc-revoke-icon:after {
left: auto;
right: 0;
top: 50%;
}
.cc-revoke-icon:before {
border-bottom: 8px solid #000;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
content: "";
height: 0;
transform: translateX(calc(100%)) translateY(-50%) rotateZ(270deg);
width: 0;
z-index: 1;
}
.cc-revoke-icon:after {
background-color: #000;
border-radius: 5px;
color: #fff;
content: attr(data-tooltip);
font-size: 12px;
padding: 5px 10px;
transform: translateX(100%) translateX(10px) translateY(-50%);
white-space: nowrap;
z-index: 1;
right: -2px;
}
.cc-revoke-icon:hover:before, .cc-revoke-icon:focus:before, .cc-revoke-icon:hover:after, .cc-revoke-icon:focus:after {
opacity: 1;
transition: opacity 0.15s ease-in-out;
visibility: visible;
} .cc-tcf-vendor-header, .cc-tcf-section-header {
display: flex;
justify-content: space-between;
align-self: baseline;
align-items: center;
position: relative;
}
.cc-tcf-toggle {
cursor: pointer;
margin-left: 10px;
}
.cc-tcf-section {
margin: 10px 0 0;
}
.cc-tcf-list {
margin-left: 10px;
}
.cc-tcf-item {
margin: 5px 0;
padding: 5px 0;
}
.cc-tcf-item.cc-tcf-item-sm {
margin: 0;
padding: 2px 0;
}
.cc-tcf-item:last-child {
margin-bottom: 0;
}
.cc-tcf-item-content {
display: none;
padding: 0 17px;
}
.cc-tcf-item-content hr {
border: 0;
height: 1px;
border-top: 1px solid #7589a233;
}
.cc-tcf-vendor-name {
float: none;
margin-top: unset;	
color: inherit;
display: block;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
}
#tcf .cc-details-menu-item {
padding-left: 0;
}
#tcf .cc-details-content {
padding-right: 0;
padding-left: 18px;
}
.cc-tcf-header-title {
align-self: center;
cursor: pointer;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
padding-left: 17px;
position: relative;
padding-right: 10px;
}
.cc-selected .summary-arrow-nested {
transform: none;
}
.summary-arrow-nested.summary-arrow--open {
transform: rotate(90deg);
}
.cc-tcf-item-header {
cursor: pointer;
display: flex;
justify-content: space-between;
}
.cc-tcf-choices {
display: flex;
gap: 1rem;
z-index: 2;
align-self: baseline;
}
.cc-tcf-radio-label {
display: inline-block;
padding: 6px 8px;
border-radius: 2px;
cursor: pointer;
transition: all 0.2s ease;
border: 1px solid rgba(0, 0, 0, 0.15);
font-weight: 600;
font-size: 12px;
text-align: center;
line-height: 1.2;
}
.cc-tcf-radio-label input[type="radio"] {
display: none;
}
.cc-tcf-radio-label.cc-tcf-accept {
color: #57ca85;
border-color: #57ca85;
}
.cc-tcf-radio-label.cc-tcf-accept:hover {
background-color: rgba(87, 202, 133, 0.1);
}
.cc-tcf-radio-label.cc-tcf-accept input[type="radio"]:checked + span {
color: #fff;
}
.cc-tcf-radio-label.cc-tcf-accept:has(input[type="radio"]:checked) {
background-color: #57ca85;
color: white;
border-color: #57ca85;
}
.cc-tcf-radio-label.cc-tcf-reject {
color: #f44336;
border-color: #f44336;
}
.cc-tcf-radio-label.cc-tcf-reject:hover {
background-color: rgba(244, 67, 54, 0.1);
}
.cc-tcf-radio-label.cc-tcf-reject input[type="radio"]:checked + span {
color: #fff;
}
.cc-tcf-radio-label.cc-tcf-reject:has(input[type="radio"]:checked) {
background-color: #f44336;
color: white;
border-color: #f44336;
}
.cc-tcf-global-controls {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-bottom: 10px;
}
.cc-tcf-global-controls-title {
font-size: 16px;
font-weight: 700;
line-height: 1.5;
}
.cc-tcf-retention-text {
color: #7589a2;
font-weight: 400;
}
.cc-tcf-retention-text.cc-tcf-purpose-retention-text {
font-size: 11px;
display: inline-block;
}
.cc-modal__tab-panel {
display: none;
}
.cc-modal__tab-panel.active {
display: block;
}
.cc-modal__text .cc-modal__tabs {
margin: 0 0 15px;
}
.cc-modal__text .cc-modal__tabs-heading_item {
margin: 0;
padding: 10px;
}
.cc-tcf-vendor-count {
color: #555555;
font-weight: normal;
font-size: 11px;
padding-left: 5px;
}
.cc-tcf-global-controls-title .cc-tcf-vendor-count {
font-size: 12px;
display: inline-block;
}
.cc-tcf-privacy-link, .cc-tcf-legint-link {
display: inline-flex;
align-items: center;
color: #7589a2;
line-height: 2.2;
margin-right: 10px;
}
.cc-tcf-privacy-link:hover, .cc-tcf-legint-link:hover {
color: #7589a2;
}
.cc-tcf-privacy-link svg, .cc-tcf-legint-link svg {
width: 14px;
height: 14px;
margin-right: 4px;
}
.cc-modal__tabs-heading_item .cc-tcf-vendor-count {
font-size: inherit;
}
.cc-tcf-vendor-usage-message {
display: none;
}
.cc-tcf-vendor-usage ul {
list-style: none;
padding: 0;
margin: 0 0 10px;
display: grid;
grid-template-columns: 1fr 1fr;
width: 100%;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
font-size: 12px;
line-height: 1.4;
}
.cc-tcf-vendor-usage ul li {
padding: 0 5px 4px 0;
margin: 4px 0 0;
border-bottom: 1px solid #eee;
}
.cc-tcf-vendor-usage ul li:last-child {
border-bottom: none;
}
.cc-tcf-vendor-usage ul li:nth-last-child(2) {
border-bottom: none;
}
.cc-tcf-disclosures {
display: none;
margin: 0;
}
.cc-tcf-disclosure-list > div {
margin: 10px 0;
}
.cc-tcf-disclosure-list ul {
margin: 0 0 0 15px;
padding: 0;
}
.cc-tcf-disclosure-list .cc-tcf-header-title::first-letter {
text-transform: uppercase;
}
.cc-tcf-disclosure-list .cc-tcf-disclosure-item {
padding: 0;
}
.cc-tcf-categories {
margin: 0;
padding: 0;
}
.cc-revoke:focus,
a[role="button"]:focus {
outline: revert;
}
.cc-footer__links a:focus,
.cc-tcf-privacy-link:focus, .cc-tcf-legint-link:focus {
outline: revert;
}