#alkubot-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;

  #alkubot-popup-overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
  }

  #alkubot-popup-container {
    width: 500px;
    background: #ffffff;
    position: relative;
    margin: 200px auto;
    padding: 25px;
    font-size: 1.5rem;

    .popup-subtitle{
      font-size: 1.7rem;
      font-weight: 600;
    }
  }
}