#bonus-chase-widget {
  position: relative;
}

#widget-bonus-chase-red-dot {
  position: absolute;
  top: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: red;
  right: 40px;
}

#bonus-chase-widget.loboffer > a {
  justify-content: flex-end;

  .lobofferimg {
    position: absolute;
    z-index: -1;
    top: 0px;
  }

  .widget-bonus-chase-level {
    display: flex;
    gap: 3px;
    border-radius: 17px;
    border: 1px solid #1ad4f4;
    background: #041012;
    color: #1ad4f4;
    padding: 5px 10px;
    font-weight: 400;
  }

  .widget-bonus-chase-level > img {
    width: 20px;
    height: 20px;
    min-width: unset;
  }
}

#bonus-chase-modal-container {
  .bonus-chase-header {
    top: -18px;
  }

  .bonus-chase-header > h2 {
    font-size: 40px;
  }
}

/* Tailwind xl style */
@media (max-width: 1279px) {
  #bonus-chase-modal-container {
    .bonus-chase-header > h2 {
      font-size: 28px;
    }
  }
}

@media (max-width: 991px) {
  #bonus-chase-modal-container,
  [data-react-module="bonus-chase"] {
    zoom: 1.4;
  }
}
