

.boxz {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: -30px;
}

.box-itemz {
    width: 100%;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
}

.balancez button,.box,.itemShinee,.scroll {
    position: relative;
}
.balance-nom,.item2 button {
    font-size: 16px;
    font-weight: 500;
}
.balancez {
    background: url(../img/popup-redeem.png) center center/120% 160% no-repeat;
    width: 99%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    padding: 0px;
    border: none;
    display: block;
    border: 1.5px solid #C38859;
}

.balancez button,.balance-detail,.btn-wrapper button {
    display: inline-block;
    font-family: selow;
}

.balancez img {
    background: url(../img/item.png) center center/180% 180% no-repeat;
    width: 65px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 5px;
    float: left;
    border:1px solid #fff;
	display: block;
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.balancez img {
  --angle: 360deg;
  border-image: linear-gradient(var(--angle), #66000000, red, yellow, red, #66000000) 1;
  animation: 1s rotate linear infinite;
}
@keyframes rotate {
  to {
    --angle: 0deg;
  }
}

.balance-nomz {
    color: #fff;
    padding-top: 21px;
    padding-bottom: 4px;
    font-family: selow;
    text-align: left;
    text-shadow: 0 1px 0 #000;
}

.balance-detailZ-red {
    background-image: linear-gradient(to right, #740404, #66000000);
    width: auto;
	height: auto;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-family: selow;
	text-align: center;
    text-shadow: 0 1px 0 #000;
	display: inline-block;
	float: left;
    border-left: 2px solid #BE120E;
}
.balance-detailZ-ungu {
    background-image: linear-gradient(to right, #7C1464, #66000000);
    width: auto;
	height: auto;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-family: selow;
	text-align: center;
    text-shadow: 0 1px 0 #000;
	display: inline-block;
	float: left;
    border-left: 2px solid #B12D99;
}
.balance-detailZ-biru {
    background-image: linear-gradient(to right, #491D77, #66000000);
    width: auto;
	height: auto;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-family: selow;
	text-align: center;
    text-shadow: 0 1px 0 #000;
	display: inline-block;
	float: left;
    border-left: 2px solid #6A2AAC;
}
.balance-detailZ-kuning {
    background-image: linear-gradient(to right, #FBDA4D, #66000000);
	width: auto;
	height: auto;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-family: selow;
	text-align: center;
    text-shadow: 0 1px 0 #000;
	display: inline-block;
	float: left;
    border-left: 2px solid yellow;
}
.alert,.box,.scroll,.tengah {
    display: block;
}

.balancez button {
    background: url(../img/btn.png) center center/100% 100% no-repeat;
    width: 30%;
    height: 40px;
    margin-top: -15px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: red;
    text-align: center;
    border: none;
    float: right;
}

.panah-img {
    background: none;
    rotate: -90deg;
    display: inline-block;
    width: 10%;
    margin-top: -10px;
    
}
.panah-img img {
    background: none;
    border: none;
    width: 40px;
    -webkit-animation:bounceInDown .7s linear infinite;
}
@keyframes bounceInDown {
   0% {
      opacity: 1;
      transform: translateY(0px);
   }
   60% {
      opacity: 1;
      transform: translateY(3px);
   }
   80% {
      transform: translateY(3px);
   }
   100% {
      transform: translateY(0px);
   }
}