
.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  height: 150px;
  position: fixed;
  top: 40%;
  background-color: #2F363F;
/*   border: 3px solid #ffffff; */
  border-radius: 0;
	    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 490px) {
.modal{
    width:90vw;
}
}
	.modal h3{
		color:#111;
	}
.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal p {
  font-size: 0.9rem;
  color: #fff;
  margin: 0.4rem 0 0.2rem;
}

/* button {
  cursor: pointer;
  border: none;
  font-weight: 600;
} */
/*
.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
} */

/* .btn-open {
  position: absolute;
  bottom: 150px;
} */
.hidden {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 100;
}
.modal {
  z-index: 200;
}
.btn-close {
    width: 25px;
    height: 30px;
  position:absolute;
  right:20px;
  top:30px;
  transform: translate(10px, -20px);
  padding: 0.5rem 0.7rem;
  background: #eee;
  border-radius: 50%;
}



/* popup css over */
