
    .popup2 {
	z-index: 99999;
	border-radius: 20px;
      display: none;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 90px;
      padding: 10px;
          background-color: #fff6d9;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
