body { 
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    background-color: #252525;
    color: #FFFFFF;
}

.TOPUP {
  position: relative;
  width: 428px;
  height: 926px;
  background-color: #252525;
  margin: auto;
}

.TOPUP .heading {
  position: absolute;
  width: 428px;
  height: 86px;
  top: 0px;
  left: 0;
  background-color: var(--bg);
  box-shadow: 0px 4px 4px #00000040;
}

.TOPUP .icon {
  position: absolute;
  width: 25px;
  height: 24px;
  top: 44px;
  left: 28px;
}

.TOPUP .text-wrapper {
  position: absolute;
  width: 88px;
  top: 44px;
  left: 170px;
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
	
}

.TOPUP .overlap-group {
  position: absolute;
  width: 372px;
  height: 727px;
  top: 140px;
  left: 28px;
  background-color: var(--navy);
  border-radius: 24px;
  box-shadow: 0px 4px 4px #00000040;
}

.TOPUP .frame {
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: center;
  gap: 20px;
  padding: 20px 20px 25px 0px;
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--bar);
  border-radius: 15px;
  animation: zoom 0.3s ease;
}

@keyframes zoom
{
	0%{
		height:1%;
	}
	100%{
		height:420px;
	}
}

.TOPUP .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.TOPUP .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  height: 19px;
  margin-top: -1.00px;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.TOPUP .div-wrapper {
  display: flex;
  width: 171px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #303030;
  border-radius: 25px;
  left: 15px;
}

.TOPUP .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.TOPUP .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 40px;
  position: relative;
  background-color: #303030;
  border-radius: 25px;
animation: btn 0.3s ease;
}

@keyframes btn
{
	0%{
		height:1%;
	}
	100%{
		height: 30px;
	}
}

.TOPUP .text-wrapper-4 {
  position: relative;
  width: 175px;
  height: 19px;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  left: 15px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.TOPUP .text-wrapper-5 {
  margin-left: -1.00px;
  margin-right: -1.00px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.TOPUP .frame-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 657px;
  left: 128px;
  background-color: var(--button);
  border-radius: 30px;
}

.TOPUP .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: var(--bg);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  text-decoration: none; 
}

.TOPUP .p {
  position: absolute;
  width: 175px;
  height: 19px;
  top: 512px;
  left: 101px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}