.gdprRevokeAdsPermissions{
    font-weight: bold;
    cursor: pointer;
  }
  
  .wwn-gdpr-modal {
          position: fixed;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          opacity: 0;
          visibility: hidden;
          transform: scale(1.1);
          transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
      }
  .wwn-gdpr-modal-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 1rem 1.5rem;
      width: 90%;
      max-width: 600px;
      border-radius: 0.5rem;
        box-shadow: 0 0 0.75em #888;
        border-color: #D52527 !important;
        border-width: 2px;
        border-style: solid;
        text-align: center;
        color: #111;
        font-size:.9em;
      }
      
  .wwn-gdpr-modal-content h1 {
    font-size: 1.3em;
  }
  .wwn-gdpr-modal-content a{
    cursor:pointer;
    text-decoration:none;
    outline:none;
    color: #444;
  }
  
  .wwn-gdpr-modal-content a:hover{
    cursor:pointer;
    text-decoration:none;
    outline:none;
    color: #D52527;
  }
  
  .wwn-gdpr-modal-content p, .wwn-gdpr-modal-content h1 {
      margin: .2em;
  }
  
  .wwn-gdpr-show-modal {
          opacity: 1;
          visibility: visible;
          transform: scale(1.0);
          transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
          z-index: 1000;
      }
      
      .wwn-gdpr-hide{
        display:none;
      }
  .wwn-gdpr-button, .wwn-gdpr-button:hover, .wwn-gdpr-button:focus  {
      cursor: pointer;
      flex-grow: 0;
      letter-spacing: normal;
      line-height: 1.2;
      margin: 0.25em;
      opacity: 1;
      outline: none;
      width: 45%;
      overflow-wrap: break-word;
      font-weight: bold;
      font-style: normal;
      text-decoration: initial;
      text-align: center;
      font-family: 'Roboto';
      font-size: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      border-radius: 0.25em;
      border-style: solid;
      background-color: #fff;
      border-color: #D52527 !important;
      background-color: #fff;
      border-width: thin;
  }
  .wwn-gdpr-button-label{
    overflow: hidden;
    margin: 0;
  }
  
  .wwn-gdpr-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}
.wwn-gdpr-button-red, .wwn-gdpr-button-red:hover, .wwn-gdpr-button-red:focus  { 
      background-color: #D52527;
  }
  
.wwn-gdpr-button-white, .wwn-gdpr-button-white:hover, .wwn-gdpr-button-white:focus {
      color: #D52527;
  }


  .wwnFloatingAdContainer{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    min-height: 50px;
    z-index: 100;
  }
  
  .wwnFloatingAdWrapper{
    margin-top: 16px;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .wwnFlotingAd {
      margin: 0 auto;
  }

  div#div-gpt-ad-1569846246301-0 div, div#div-gpt-ad-1569846246301-0 div iframe {
    margin: 0 auto;
    display: block !important;
}
  
.wwnCloseFloatingAd {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    padding: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 1em Arial, sans-serif;
    line-height: 1.2em;
    cursor: pointer;
}
  
  .wwnDisableFloatingAd{
    display: none;
  }
  
  .wwnDisableScroll{
    overflow: hidden;
  }
  