* {background-color:rgb(255, 255, 255);}


body {
	font-family: "Balsamiq Sans", cursive;
}

.generate-qr {
    padding: 1.3em 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  .generate-qr:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
  .generate-qr:active {
    transform: translateY(-1px);
  }

generate-qr {
    width: 100px;
    padding: 1px 20px ;
    border-radius: 0 15px 15px 0;
    outline: none;
    border: 2;
    background: #d2481e;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
}

.qr-area {
    width: 500px;
    height: 0;
    display: flex;
    justify-content: center;
    transition: height 0.5s;
}
.qr-area img {
    justify-content: center;
    height: 100%;
}


input {
    font-family: monospace;
    max-width: 200px;
    outline: none;
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 8px;
    background-color: #f3f7fe;
    transition: .3s;
    color: #000000;
  }
  
  input:focus {
    border: 1px solid #000000;
    box-shadow: 0 0 0 4px #0000005f
  }


  
  .btn {
    padding: 1.3em 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  .btn:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
  
  button:active {
    transform: translateY(-1px);
  }

  .container {

    background-color: #ffffff;
    height: 100%;
    width: 500px;
    position: relative;
    border: 5px solid green;
    border-radius: 10px;
  border-style:double;}

.pay-btn  {
  justify-content: center;
  align-items: center;
  
}

.f {
  width: fit-content;
  display: flex;
  padding: 1.2em 1rem;
  cursor: pointer;
  gap: 0.4rem;
  font-weight: bold;
  border-radius: 30px;
  text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
  background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
  background-size: 300%;
  color: #fff;
  border: none;
  background-position: left center;
  box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
  transition: background .3s ease;
}

.f:hover {
  background-size: 320%;
  background-position: right center;
}

.f:hover svg {
  fill: #fff;
}

.f svg {
  width: 23px;
  fill: #f09f33;
  transition: .3s ease;
}

.site {
height: 10px;
width: 10px;

}