.ct__popup18plus {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
      -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .ct__popup18plus__popup {
      width: 100%;
      max-width: 800px;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 0 20px;
          flex-direction: column;
      text-align: center;
  }
  
  .ct__popup18plus .ft-h2 {
  margin: 0;
  }
  
  .ct__popup18plus__popup__buttons {
      display: flex;
      gap: 1rem;
  }
  
  .ct__popup18plus-hide {
      display: none;
  }
  
  #ct__popup18plus_reject {
      background: #f00;
      color: #fff;
  }