:root {
  --glow: rgba(255, 195, 26, 0.4);
}
body {
    background-image: url(../images/bgmystery.jpg);
    background-size: cover;
    color: #f0f0f0;
    font-family: 'Custom', arial, helvetica;
    padding: 0;
    margin: 0;
    zoom: 1;
  transform: scale(1);
  pointer-events:none;
}
.hexagon,
.hexagon1,
.hexagon2,
.hexagon3,
.hexagon4,
.hexagon5,
.hexagon6,
.hexagon7 {
  z-index: -2;
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: var(--glow);
  margin: 46.19px 0;
  filter: blur(20px);
}
.hexagon:before,
.hexagon:after,
.hexagon1:before,
.hexagon1:after,
.hexagon2:before,
.hexagon2:after,
.hexagon3:before,
.hexagon3:after,
.hexagon4:before,
.hexagon4:after,
.hexagon5:before,
.hexagon5:after,
.hexagon6:before,
.hexagon6:after,
.hexagon7:before,
.hexagon7:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
.hexagon:before,
.hexagon1:before,
.hexagon2:before,
.hexagon3:before,
.hexagon4:before,
.hexagon5:before,
.hexagon6:before,
.hexagon7:before {
  bottom: 100%;
  border-bottom: 46.19px solid var(--glow);
}
.hexagon:after,
.hexagon1:after,
.hexagon2:after,
.hexagon3:after,
.hexagon4:after,
.hexagon5:after,
.hexagon6:after,
.hexagon7:after {
  top: 100%;
  width: 0;
  border-top: 46.19px solid var(--glow);
}
.back,
.back1,
.back2,
.back3,
.back4,
.back5,
.back6,
.back7 {
  background-image: url("https://asiacuan303box.com/assets/images/atas1.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.top, 
.top1, 
.top2, 
.top3, 
.top4,
.top5,
.top6,
.top7 {
  background-image: url("https://asiacuan303box.com/assets/images/atas1.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.left, 
.left1, 
.left2, 
.left3, 
.left4,
.left5,
.left6,
.left7 {
  background-image: url("https://asiacuan303box.com/assets/images/kiri1.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.right, 
.right1, 
.right2, 
.right3, 
.right4,
.right5,
.right6,
.right7 {
  background-image: url("https://asiacuan303box.com/assets/images/kanan1.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#cube, 
#cube1, 
#cube2, 
#cube3, 
#cube4,
#cube5,
#cube6,
#cube7 {
  animation: hover 1.5s ease-in-out infinite alternate;
  transition: transform 300ms;
  animation-play-state: running;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  top:20%;
  left:10%;
}
@keyframes hover {
  from {
    transform: translateY(-0.5rem);
  }
  to {
    transform: translateY(0.5rem);
  }
}
.powerup, 
.powerup1, 
.powerup2, 
.powerup3, 
.powerup4,
.powerup5,
.powerup6,
.powerup7 {
  background-image: url("");
  background-size: cover;
  border-radius: 50%;
  z-index: 100;
  overflow: hidden;
  height: 48px;
  width: 48px;
  z-index: -5;
}
.h-69{
	width:12rem;
}
.w-69{
	height:12rem;
}
@media (max-width: 768px) {
	.h-69{
		width:10rem;
	}
	.w-69{
		height:10rem;
	}
}
#welcome-wrapper {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    pointer-events:auto;
    z-index: 9999999;
}
#rand1, #rand2, #rand3, #rand4, #rand5, #rand6, #rand7, #rand8{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events:auto;
    z-index: 9999999;
}
@-moz-document url-prefix() {
  #rand1, #rand2, #rand3, #rand4, #rand5, #rand6, #rand7, #rand8{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin:0;
    width: 100%;
    height: 174%;
    background: rgba(0,0,0,0.3);
    pointer-events:auto;
    z-index: 9999999;
}
}
.daleman{
    width:800px;
    max-width: 100%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
    line-height: 1.75;
    letter-spacing: 1px;
    background: #333;
    color: #f0f0f0;
}
#welcome {
    width: 800px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 55%;
    padding: 30px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
    line-height: 1.75;
    letter-spacing: 1px;
    background: #333;
    color: #f0f0f0;
}
.setuju {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    background: #c5992e;
    color: #f0f0f0;
    font-weight: bold;
    border: 1px solid transparent;
}
#first
{
    
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;  
    opacity:0.5;
    background-color:#000;
    color:#fff;
    z-index:9999;
}

.load
{
    height:600px;
    width:600px;
    background-image:url('http://images2.layoutsparks.com/1/235919/walle-galaxy-sky-image.jpg');
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  h1 {
    font-size : 1.0rem;
  }
body {
    background-image: url(../images/bgmobile.jpg);
}
#welcome {
    top:50%;
    left:50%;
}
#cube, 
#cube1, 
#cube2, 
#cube3, 
#cube4,
#cube5,
#cube6,
#cube7 {
    top:0%;
    left:0%;
}
}
.history-table-container {
            width: 100%;
            max-width: 600px;
            margin: auto;
            background-color: transparent;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            height: 300px; /* Adjust as needed for the max number of rows */
        }
        .history-title {
            font-size: 24px;
            margin-bottom: 20px;
            text-align: center;
        }
        .history-list {
            max-height: 200px;
            height: 200px; /* Adjust height as needed */
    overflow-y: hidden; /* Hide the scrollbar */
    position: relative; /* Positioning context for items */
        }
        .history-item {
            background-color: grey;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .history-date {
            font-size: 16px;
            color: #c0c0c0;
        }
        .history-amount {
            font-size: 18px;
            color: #f5d742;
            font-weight: bold;
        }
        .history-status {
            font-size: 16px;
            color: #42b144;
            font-weight: bold;
        }
        .marquee {
            background-color: grey; /* Background color */
            color: #FFFFFF; /* Text color */
            padding: 10px; /* Padding */
            overflow: hidden; /* Hide overflow */
            white-space: nowrap; /* Prevent line breaks */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional shadow */
            z-index: 100;
        }

        .marquee-content {
            display: inline-block; /* Inline block for scrolling */
            animation: marquee 10s linear infinite; /* Animation properties */
        }

        @keyframes marquee {
            0% {
                transform: translateX(100%); /* Start from right */
            }
            100% {
                transform: translateX(-100%); /* End at left */
            }
        }
        @media only screen and (max-width: 768px) {
  .history-date{
      display:none;
  }
}
