.atcb {
    display: none;
  }
  /*.atcb-button-wrapper {
    display: inline-block;
    padding: 5px;
    position: relative;
  }*/
  .atcb-button {
    align-items: center;
    background: #018da9;
    border: 1px solid #d2d2d2;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    z-index: 1;
  }
  .atcb-button:focus {
    background: #018da9;
  }
  .atcb-button:hover {
    background: #025363;
  }
  .atcb-button:focus-visible {
    outline: 2px solid dodgerblue;
  }
  @media only screen and (max-width: 575px) {
    .atcb-button {
      font-size: 14px;
    }
  }
  .atcb-button.atcb-active:not(.atcb-modal-style) {
    background: #025363;
    box-shadow: 1px 8px 12px 0 rgb(0 0 0 / 50%);
    margin: 0;
    padding: 10px 18px;
    z-index: 160;
  }
  .atcb-icon {
    height: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .atcb-icon svg {
    height: 95%;
    color: #333;
    width: auto;
  }
  .atcb-dropdown-anchor {
    position: relative;
    top: -3px;
  }
  .atcb-list {
    box-sizing: border-box;
    color: #333;
    display: block;
    font-family: 'Montserrat';
    max-width: 100%;
    padding: 0 4px;
    position: absolute;
    user-select: none;
    width: 100%;
    min-width: 10em;
    z-index: 150;
  }
  .atcb-list-item {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    left: 50%;
    margin-top: -1px;
    position: relative;
    padding: 13px 15px;
    text-align: center;
    transform: translate(-50%);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .atcb-list-item:hover {
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 40%);
    color: #000;
  }
  .atcb-list-item:focus-visible {
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 40%);
    color: #1e90ff;
    font-weight: 600;
    outline: 0;
  }
  @media only screen and (max-width: 575px) {
    .atcb-list-item {
      font-size: 14px;
    }
  }
  .atcb-list-item:last-child {
    border-radius: 0 0 6px 6px;
  }
  .atcb-list.atcb-generated-button .atcb-list-item:first-child {
    padding-top: 20px;
  }
  .atcb-list:not(.atcb-generated-button) .atcb-list-item:first-child {
    border-radius: 6px 6px 0 0;
  }
  .atcb-list:not(.atcb-generated-button) .atcb-list-item:only-child {
    border-radius: 6px;
  }
  .atcb-list-item .atcb-icon {
    margin-right: 10px;
  }
  .atcb-list-item.atcb-list-item-close {
    color: #777;
  }
  .atcb-list-item.atcb-list-item-close svg {
    fill: #777;
  }
  .atcb-modal {
    display: block;
    min-width: 250px;
    width: auto;
    z-index: 150;
  }
  .atcb-modal-box {
    background: #fff;
    box-shadow: 1px 2px 12px 2px rgba(0 0 0 / 60%);
    color: #000;
    cursor: default;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    padding: 20px 25px;
    text-align: left;
    user-select: none;
    touch-action: manipulation;
    width: 100%;
    max-width: 500px;
    -webkit-tap-highlight-color: transparent;
  }
  .atcb-modal-instagram {
    border: 3px solid #c13584;
  }
  .atcb-modal-headline {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 20px 15px;
    text-transform: uppercase;
  }
  .atcb-modal-content {
    margin: 30px 15px;
  }
  .atcb-modal-btn {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 40%);
    color: #333;
    cursor: pointer;
    display: block;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 25px auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .atcb-modal-btn:hover {
    background: #fff;
  }
  .atcb-modal-btn:focus-visible {
    background: #fff;
    outline: 2px solid dodgerblue;
  }
  #atcb-bgoverlay {
    align-items: center;
    animation: atcb-bgoverlay-animate 0.1s ease 0s 1 normal forwards;
    backdrop-filter: blur(2px);
    background: rgb(20 20 20 / 20%);
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 120;
  }
  #atcb-bgoverlay.atcb-animate-bg {
    animation: atcb-bgoverlay-animate 0.3s ease 0s 1 normal forwards;
  }
  #atcb-bgoverlay.atcb-no-bg {
    animation: none;
    background: rgb(20 20 20 / 20%);
    backdrop-filter: blur(2px);
    opacity: 0;
  }
  @keyframes atcb-bgoverlay-animate {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #atcb-bgoverlay.atcb-click:hover {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' d='M11.991.69a2.35 2.35 0 0 1 3.318-.009c.918.911.922 2.392.009 3.307l-4.009 4.014 4.013 4.018c.906.909.893 2.38-.027 3.287a2.35 2.35 0 0 1-3.307-.004l-3.985-3.99-3.993 3.997a2.35 2.35 0 0 1-3.318.009c-.918-.911-.922-2.392-.009-3.307l4.009-4.014L.678 3.98C-.228 3.072-.215 1.6.706.693a2.35 2.35 0 0 1 3.307.004l3.985 3.99z'/%3E%3C/svg%3E")
        32 32,
      pointer;
  }
  /*# sourceMappingURL=atcb.min.css.map */
