.kkpopup5-popup1 {
  background-color: #d4edda;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.kkpopup5-popup2-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.kkpopup5-popup2 {
  background-color: #fff;
  border: 2px solid #28a745;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  width: 320px;
  font-family: 'Noto Sans Devanagari', sans-serif;
  text-align: center;
  position: relative;
}

.kkpopup5-popup2 p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.kkpopup5-popup2 input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.kkpopup5-popup2 button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.kkpopup5-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
