.wallet-cardm {
    /* position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 46.64%;
    left: 50%; */
  }
  
  .wallet-card {
    /* position: absolute; */
    /* width: 250px; */
    height: 200px;
    border-radius: 25px;
    background: whitesmoke;
    color: black;
    z-index: 2;
    transition: .4s ease-in-out;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .weather {
    position: relative;
    margin: 1em;
  }
  
  .main {
    font-size: 2em;
    position: relative;
    top: -3em;
    left: 3.8em;
  }
  
  .mainsub {
    position: relative;
    top: -7.2em;
    /* left: 14em; */
    font-size: 0.6em;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .details_text{
    position: relative;
    top: -5.5em;
    /* left: 1em; */
    font-size: 0.7em;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .wallet-card2 {
    /* position: absolute; */
    height: 20px;
    width: 100%;
    border-radius: 25px;
    background: whitesmoke;
    color: black;
    z-index: 2;
    top:50px;
    transition: width 2s, height 2s;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: auto;
    padding:10px;
    box-sizing: border-box;
  }
  .wallet-card2::-webkit-scrollbar {
    display: none;
  }
  .add{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .add2{
   
    height:300px;
  }
  .wallet-card:hover {
    /* background-color: #FFE87C; */
    cursor: pointer;
  }
  

  
  .wallet-card:hover + .wallet-card2 .lower {
    top: 20.2em;
  }
  
  .upper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4em;
    
  }
  
  .humiditytext {
    position: relative;
    left: 3.6em;
    top: 2.7em;
    font-size: 0.6em;
  }
  
  .airtext {
    position: relative;
    left: 3.8em;
    top: 2.7em;
    font-size: 0.6em;
  }
  
  .lower {
    display: flex;
    flex-direction: row;
   align-items: center;
   justify-content: center;
  }
  
  .aqi {
    margin-right: 3.25em;
  }
  
  .realfeel {
    margin-right: 1.8em;
  }
  
  .wallet-card3 {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 30px;
    top: 4.7em;
    left: -2.4em;
    font-size: 1.24em;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: limegreen;
    transition: .4s ease-in-out;
  }
.none{
  display:none;
}
#my_wallet{
  margin-bottom: 20px;
}
  .button-new {
    /* width: 200px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* gap: 10px; */
    /* padding: 0px 15px; */
    background-color: rgb(66, 66, 66);
    border-radius: 10px;
    color: white;
    border: none;
    position: relative;
    cursor: pointer;
    transition-duration: .2s;
  }
  
  .bell {
    width: 13px;
  }
  
  .bell path {
    fill: rgb(0, 206, 62);
  }
  
  .arrow {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .button-new:hover {
    background-color: rgb(77, 77, 77);
    transition-duration: .2s;
  }
  
  .button-new:hover .arrow {
    animation: slide-right .6s ease-out both;
  }
  /* arrow animation */
  @keyframes slide-right {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
  
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .button-new:active {
    transform: translate(1px , 1px);
    transition-duration: .2s;
  }
  

  .g-recaptcha {
    transform:scale(0.87);
    transform-origin:0;
    margin: 0 auto;
    display: block;
}

.failed-card {
  overflow: hidden;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  border-radius: 0.5rem;
  width: 90%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.failed-header {
  padding: 1.25rem 1rem 1rem 1rem;
  background-color: #ffffff;
}

.image {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #FEE2E2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
}

.image svg {
  color: #DC2626;
  width: 1.5rem;
  height: 1.5rem;
}

.content {
  margin-top: 0.75rem;
  text-align: center;
}

.titlex {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.message {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.actions {
  margin: 0.75rem 1rem;
  background-color: #F9FAFB;
}

.desactivate {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: #DC2626;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.cancel {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #374151;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #D1D5DB;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}