
.cookies-at-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
  }
  
  .cookies-at {
    max-width: 650px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #fff;
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    padding: 20px 30px;
  }
  
  .wysiwyg>div.cookies-at-checkboxes:not(.limit-popup) {
    margin-bottom: 15px !important;
  }
  
  .wysiwyg.cookies-at h1 {
    clear: both;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size:24px;
  }
  
  /*
  .cookies-at.wysiwyg p:first-of-type {
      font: 14px/1.42em "Poppins" !important;
  }
  */
  
  .cookies-at p:first-of-type a {
    color: #009d97;
  }
  
  .cookies-at-desc {
    border-radius: 5px;
    background: #f1f6f9;
    padding: 15px;
    height: 320px;
    margin: 10px 0 0 0;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
    font-weight: 400;
  }
  
  .cookies-at-desc ol li {
    margin-bottom: 8px;
  }
  
  .cookies-at-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .cookies-at-checkboxes label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  
  .cookies-at-checkboxes label:last-of-type {
    margin-right: 0;
  }
  
  .cookies-at-checkboxes input[type="checkbox"] {
    margin-right: 7px;
  }
  
  .cookies-at-expand-btns {
    display: flex !important;
    justify-content: space-between;
  }
  
  .cookies-at-confirm {
    display: flex;
    margin-top: 20px;
  }
  
  .cookies-at-confirm span:first-of-type {
    margin: 0 20px 0 auto;
  }
  
  .buttonSubmit.expand-details {
    position: relative;
    padding: 0 30px 0 0;
    text-decoration: none;
  }
  
  .buttonSubmit.expand-details:after {
    display: inline-block;
    content: ">";
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    transition: all 250ms ease;
  }
  
  .buttonSubmit.expand-details.clicked:after {
    transform: rotate(270deg);
    right: 12px;
  }
  
  .cookies-at .buttonSubmit {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  
  .cookies-at .cookies-at-expand-btns .buttonSubmit {
    height: 40px;
    line-height: 40px !important;
  }
  
  .wysiwyg>div.cookies-at-desc:not(.limit-popup) {
    display: none;
  }
  
  .wysiwyg table,
  .cookies-at-desc.wysiwyg table {
    border: 1px solid #b9cee2;
    margin-bottom: 15px;
  }
  
  .wysiwyg td,
  .cookies-at-desc.wysiwyg td {
    padding: 10px;
    border: 1px solid #b9cee2;
  }
  
  @media only screen and (max-width: 749px) {
    .cookies-at {
      top:20px;
      left:20px;
      border-radius: 0;
      padding: 20px;
      height: calc(100vh - 40px);
      width:calc(100% - 40px);
      overflow-y:auto;
      transform: none;
    }
  
    .cookies-at-checkboxes label {
      margin-bottom: 10px;
    }
  
    .cookies-at-confirm,
      .cookies-at-expand-btns {
      display: block;
    }
  
    .cookies-at-confirm span,
      .cookies-at-expand-btns span {
      width: 100%;
      text-align: center;
    }
  
    .cookies-at-confirm span:first-of-type,
      .cookies-at-expand-btns span:first-of-type {
      margin-bottom: 15px;
    }
  
    .cookies-at.wysiwyg .cookies-at-top-content>p:first-of-type {
      font: 12px/1.42em "Poppins" !important;
    }
  
    .cookies-at.wysiwyg p * {
      font-size: 12px !important;
    }
  
    .cookies-at p:first-of-type a {
      color: #009d97;
    }
  
    .cookies-at.wysiwyg>div:not(.limit-popup) {
      margin-bottom: 15px;
    }
  
    .cookies-at.wysiwyg .large-btn {
      font-size: 12px !important;
    }
  
    .cookies-at-confirm span {
      width: 100%;
    }
  
    .cookies-at-confirm span:first-of-type {
      margin-right: 0;
    }
    .wysiwyg.cookies-at h1 {
      font-size: 16px;
      margin-bottom: 12px;
      text-align: center;
    }
    .wysiwyg.cookies-at h1 + div > p {
      font-size:12px;
      line-height: 1.42em;
    }
    .cookies-at-checkboxes {
      margin-bottom:0;
    }
    .cookies-at-desc.wysiwyg table,
    .cookies-at-desc.wysiwyg p {
      font-size:12px;
      line-height: 1.42em;
    }
    .cookies-at-desc {
      overflow-x: auto;
    }
  }
  
  