#open_preferences_center {
    font-size: 14px;
    color: #ffa007;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ffa007;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    
  }
  
  #open_preferences_center:hover {
    background-color: #ffa007;
    color: #fff;
  }

  .mdi--cookie-settings {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.87 9.5C20.6 9 20 9 20 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 1 0 9 9c0-.5-.04-1-.13-1.5M6.5 12c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9S8 9.67 8 10.5S7.33 12 6.5 12M8 6.5C8 5.67 8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8S8 7.33 8 6.5M11 18c-.83 0-1.5-.67-1.5-1.5S10.17 15 11 15s1.5.67 1.5 1.5S11.83 18 11 18m.5-5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m5 2c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M7 22h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .cc-nb-main-container {
    border: 1px solid #ffa007;
  }
  .termsfeed-com---palette-light.termsfeed-com---nb {
    background-color:#fff!important;
  }
  @media only screen and (max-width: 786px) {
    .termsfeed-com---nb .cc-nb-text {
      font-size: 14px!important;
    }
  }
  