@charset "utf-8";
/* CSS Document */
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: #252525;
  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: #212832;
  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: #00AEB3;
  border-radius: 15px;
}

.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: 30px;
  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: 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 .topupbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: absolute;
  top: 657px;
  left: 128px;
  background-color: #00AEB3;
  border-radius: 30px;
  animation: smooth 0.6s ease;
}

  @keyframes smooth
{
	0%{
		background-color: #8A8A8A;
	}
	100%{
		background-color: #00AEB3;
	}
}


.TOPUP .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 700;
  color: #252525;
  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;
}

#RM20{
	border: 3px solid #FFFFFF;
	border-radius: 30px;
	height: -3px;
	width: -3px;
	animation: outline 0.6s ease;
}
@keyframes outline
{
	0%{
		border: 0px solid #FFFFFF
	}
	100%{
		border: 3px solid #FFFFFF
	}
}