.gridContainer2 {
  max-width: 600px;
  min-width: 600px;
  width: 85%;
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
  padding: 0 20px;
}

.container {
  background-size: cover;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

.container .main-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container .main-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main{
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  padding: 10px;
}

.header-logo{
  justify-content: center;
  display: flex;
  padding-top: 20px;
}

.header-logo img{
  max-width: 125px;
}

.header-text{
  justify-content: center;
  display: flex;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
}

.header-text p.title{
  text-align: center;
  font-family: BRCandor;
  font-size: 28px;
  padding: 0 10px;
  margin: 14px 0px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 33.6px */
  background: linear-gradient(90deg, #FFF 44.97%, rgba(255, 255, 255, 0.50) 89.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-text p.title span.ultimate{
  color:#0BD600 !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  -webkit-text-fill-color:#0BD600;
}

p.subtitle{
  color: #FFF;
  text-align: center;

  /* Mobile/Body text/Regular */
  font-family: BRCandor;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  max-width: 255px;
  margin-top: 0px;
}

.frame {
  width: 100%;
  display: flex;
  padding: 10px;
  position: relative;
  padding-top: 50px;
  justify-content: space-between;
}

.bg-frame{  
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 0;
}

.left-frame {
  width: 60%;
  box-shadow: 30px 32px 52px rgba(69, 240, 60, 0.20);
  border-radius: 25px;
}


.left-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* stroke-width: 1px; */
  /* stroke: rgba(193, 227, 191, 0.40); */
  /* filter: blur(14.5px) drop-shadow(30px 32px 52px rgba(69, 240, 60, 0.20)); */
  border-radius: 15px;
  border-radius: 25px;
  /* Background to mimic blur */
  background: rgba(0, 0, 0, 0.1); 
  backdrop-filter: blur(5.5px);
  /* Glow to mimic drop-shadow */
  /* box-shadow:30px 32px 52px rgba(69, 240, 60, 0.20); */
  box-shadow: 0 0 24px 0 #78DC72 inset;
  padding: 30px 25px;
}

.left-border{
  width: 3px;
  height: 85%;
  position: absolute;
  left: 0;
  top:3%;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}

.right-border{
  width: 3px;
  height: 85%;
  position: absolute;
  left: 99%;
  top:3%;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}

.bottom-border{
  width: 85%;
  height: 3px;
  position: absolute;
  left: 6%;
  bottom:0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}


.top-border{
  width: 85%;
  height: 3px;
  position: absolute;
  left:6%;
  top:0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}


.right-frame {
    width: 30%;
    position: absolute;
    right: 5%;
    top:15px;
    box-shadow: 0 0 52px rgba(11, 214, 0, 0.30),
    30px 32px 52px rgba(69, 240, 60, 0.20);
    border-radius: 25px;
}

.right-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* stroke-width: 1px; */
    /* stroke: rgba(193, 227, 191, 0.40); */
    /* filter: blur(14.5px) drop-shadow(30px 32px 52px rgba(69, 240, 60, 0.20)); */
    border-radius: 15px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    /* box-shadow: 30px 32px 52px rgba(69, 240, 60, 0.20); */
    box-shadow: 0 0 24px 0 #78DC72 inset;
    padding: 20px 10px;
}


.r-left-border{
  width: 3px;
  height: 75%;
  position: absolute;
  left: 0;
  top:12%;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}

.r-right-border{
  width: 3px;
  height: 75%;
  position: absolute;
  left: 98%;
  top:12%;
  background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}

.r-bottom-border{
  width: 75%;
  height: 3px;
  position: absolute;
  left: 12%;
  bottom:0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}


.r-top-border{
  width: 75%;
  height: 3px;
  position: absolute;
  left:12%;
  top:0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,     /* Fully transparent */
      rgba(255, 255, 255, 0.7) 50%,  /* White in the center */
      rgba(255, 255, 255, 0) 100%    /* Fully transparent */
  );
}


.name {
  color: #FFF;
  text-align: center;
  font-family: BRCandor;
  font-size: 7.25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 8.7px */
}


.ametag-name {
  color: #FFF;
  text-align: center;
  font-family: BRCandor;
  font-size: 7.21px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 8.652px */
  margin-top: 0px;
}

.avatar-img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
}

.user-img{
  position: relative;
}

.plus-btn{
    position: absolute;
    bottom: 2px;
    right: 10px;
    cursor: pointer;
}

.transfer {
    position: absolute;
    right: 17%;
    top: -7%;
}

.details{
  color: #FFF !important;
  text-align: center;
  font-family: BRCandor;
  font-size: 12.952px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 15.542px */
}

form.form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form.form input{
  border-radius: 6.476px;
  border: 0.5px solid rgba(193, 227, 191, 0.07);
  background: linear-gradient(90deg, rgba(193, 227, 191, 0.00) 61.57%, rgba(193, 227, 191, 0.22) 88.85%), rgba(61, 75, 58, 0.09);
  box-shadow: 0 2px 4px 0 rgba(33, 61, 31, 0.37), 0 0 9px 0 rgba(193, 227, 191, 0.35) inset;
  color: white;
  padding: 10px;
  width: 100%;
}

.footer-button{
  width: 100%;
  margin: 20px auto;
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #C0E0BE;
  background: radial-gradient(74.43% 135.84% at 50% 173.3%, rgba(192, 224, 190, 0.54) 0%, rgba(192, 224, 190, 0.00) 100%), #231F20;
  box-shadow: 0 13px 23px 0 rgba(9, 182, 0, 0.20);
  max-width: 93%;
}

.btn-text{
  color: #FFF;
  margin: 0px;
  /* Mobile/Button/Large */
  font-family: BRCandor;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 22.5px */
  text-transform: capitalize;
}

/* Loader Styles */
.loader {
  display: none;
  width: 20px;
  height: 20px;
}

.spinner {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.avatarImg{
  width: 94px;
  border-radius: 47px;
  height: 94px;
  object-fit: cover;
  cursor: pointer;
}

@media screen and (max-width: 767px) { /*MOBILE*/
  .gridContainer2 {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    padding: 0 20px;
  }
}