.cookies-dialog-template {
  display: none; }

.cookies-button {
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  opacity: 0.9;
  background-color: #FFFFFF;
  color: #1E2837;
  border: none;
  border-radius: 7px;
  width: 150px;
  margin: 0 0 8px 0; }
  .cookies-button:hover {
    opacity: 1; }
  .cookies-button#cookies-button {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    display: none;
    width: auto; }
  @media (max-width: 850px) {
    .cookies-button {
      margin: 5px 0px !important;
      width: 100%; } }

#cookies-settings {
  display: none; }

#cookies-init {
  display: none;
  z-index: 10000;
  position: fixed;
  overflow: auto;
  max-width: 640px;
  left: 20px;
  bottom: 20px;
  padding: 20px 30px 10px 30px;
  background-color: #FFFFFF;
  border-radius: 7px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }
  @media (max-width: 850px) {
    #cookies-init {
      left: 20px;
      right: 20px; } }
  #cookies-init .cookies-content {
    position: relative; }
    #cookies-init .cookies-content .content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 850px) {
        #cookies-init .cookies-content .content {
          flex-direction: column; } }
  #cookies-init .close {
    position: absolute;
    right: -15px;
    top: -10px;
    cursor: pointer;
    color: #888888; }
    #cookies-init .close:before {
      font-family: FontAwesome;
      content: '\f00d';
      font-size: 18px;
      font-weight: bold; }
    #cookies-init .close:hover {
      color: #000000; }

.cookies-content {
  font-size: 13px; }
  .cookies-content .cookies-card {
    background-color: #E6EAF2;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 0 20px 0; }
    .cookies-content .cookies-card .cookies-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #DCE0E8;
      padding-right: 15px; }
      .cookies-content .cookies-card .cookies-row:first-child {
        border-top: none; }
      .cookies-content .cookies-card .cookies-row > strong {
        line-height: 50px;
        cursor: pointer;
        text-align: center; }
        .cookies-content .cookies-card .cookies-row > strong:before {
          content: '\f067';
          font-family: FontAwesome;
          display: inline-block;
          width: 40px;
          font-size: 17px;
          opacity: 0.7; }
        .cookies-content .cookies-card .cookies-row > strong:hover:before {
          opacity: 0.8; }
      .cookies-content .cookies-card .cookies-row.expanded > strong:before {
        content: '\f068'; }
      .cookies-content .cookies-card .cookies-row .switcher {
        padding: 0 4px;
        border-radius: 12px;
        width: 44px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        transition-duration: 0.5s; }
        .cookies-content .cookies-card .cookies-row .switcher:before {
          flex-shrink: 0;
          order: 2;
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background-color: #FFFFFF;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
        .cookies-content .cookies-card .cookies-row .switcher.on {
          color: #FFFFFF;
          background-color: #1E2837;
          justify-content: flex-end; }
        .cookies-content .cookies-card .cookies-row .switcher.off {
          color: #7A8FB8;
          background-color: #C8D2E6; }
        .cookies-content .cookies-card .cookies-row .switcher.disabled {
          cursor: not-allowed; }
      .cookies-content .cookies-card .cookies-row .description {
        padding: 0px 0px 0px 40px;
        margin: 0px 0 25px 0;
        display: none;
        width: 100%;
        line-height: 18px; }
  .cookies-content h2 {
    font-size: 23px;
    padding: 0 20px 15px 0;
    line-height: 30px;
    margin: 0px; }
  .cookies-content p {
    padding: 0 0 12px 0; }
  .cookies-content a {
    text-decoration: underline;
    display: inline-block;
    margin: 0 10px 0 0; }
    .cookies-content a:hover {
      text-decoration: none; }
  .cookies-content .buttons {
    text-align: right; }
    .cookies-content .buttons .cookies-button {
      background-color: #E6EAF2;
      margin-left: 10px; }
      .cookies-content .buttons .cookies-button.dark {
        background-color: #1E2837;
        color: #FFFFFF; }

/*# sourceMappingURL=styles.css.map */
