@charset "UTF-8";
/* CSS Document */

  .cc-floating.cc-theme-classic {
    padding: 1.2em !important;
    border-radius: 5px !important;
  }
  .cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgb(131, 131, 145);
    background-color: rgb(237, 239, 245);
  }
  .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #023361;
}
  .cc-bottom {
    bottom: 1em;
  }
  .cc-left {
    left: 1em;
  }
  .cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
  }
  .cc-window {
    opacity: 1;
    transition: opacity 1s ease;
  }