#root .cc-window {
    background-color:var(--c-primary-e);
    border-radius:var(--r);
  font-family: "Myriad Pro", seravek-web, sans-serif;
  font-size:14px;
}
#root .cc-granular-container .cc-categories-panel {
  background-color:var(--c-primary);
  color:var(--aw-text-e)
}
#root .cc-granular-container .cc-category {
  background-color:var(--c-primary-b);
  border-radius:var( --r-b);
}
#root .cc-window .cc-granular-container input[type='checkbox'] + span::before{
  min-width:unset;
}
#root .cc-action-row .cc-allow{
  background-color:var(--c-green)!important
}
#root .cc-bottom:not(.cc-right) .cc-action-row .cc-allow {
  margin-left:0px;
}
#root .cc-granular-container .cc-toggle input:checked + .cc-toggle-slider {
   background-color:var( --c-emphasis)
}
#root .cc-granular-container .cc-always-active {
  color:var( --c-emphasis)!important
}
.cc-floating .cc-message {
  margin-bottom:0px;
}
#root .cc-window .cc-customize-row a {
  width:100%;
  color:var(--c-white-e)
}
.cc-granular-container .cc-category-title {
  color:var(--aw-text-e)!important;
}
#root .cc-window .cc-customize-row a {
  display:flex;
  
}
#root .cc-window .cc-customize-row a::after {
 background-image:url(/v1.208/r/images/cybet/icons/arrow-down-dark.svg);
  content:"";
  width:24px;
  height:24px;
  display:block;
  filter:invert(1);
  margin-left:auto;
}
#root .cc-window button {
  
  font-size:12px;
}
#root .cc-revoke {
  display:none;
}