        * {
            margin: 0;
            padding: 0;
        }

        body, h1, h2, h3, p, img, table, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            user-select: none;
        }

        body {
            background-color: black;
            color: white;
            font-family: Arial, sans-serif;
        }

        header {
            text-align: center;
            margin: 7px 0 -15px;
        }

        header img {
            max-width: 300px;
            height: auto;
        }

        .container2 {
            max-width: 550px;
            width: 100%;
            margin: auto;
            overflow: hidden;
        }

        .container3 {
            max-width: 550px;
            width: 100%;
            margin: auto;
            overflow: hidden;
        }

        p {
            text-align: justify;
            color: #bfbfbf;
            padding: 10px 0;
        }

        .article {
            padding: 15px;
            font-size: 12px;
        }

        .site-description {
            text-align: center;
            padding: 10px;
            color: #f9bb08;
            border-radius: 5px;
            box-shadow: 0 0 8px 4px #f9bb08;
        }
        
        .site-description hr {
            margin: 10px 0 10px 0;
            border: solid #f9bb08 1px;
        }
        a {
            color: #f9bb08;
        }
        .button {
            background-color: #0074d9;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            width: 200px;
            text-align: center;
            margin: 5px 0;
            font-size: 15px;
        }

        .marquee-text {
            height: auto;
            display: block;
            line-height: 30px;
            overflow: hidden;
            position: relative;
        }

        marquee {
            padding: 10px;
        }

        .image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        

    /* Add styles for desktop view */
        @media (min-width: 768px) {
            .container {
            max-width: 550px;
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
            padding: 0 10px;
        }
        }

    /* Add styles for smartphone view */
        @media (max-width: 767px) {
            .container {
                max-width: 100%;
                padding: 0 10px;
            }

            .button {
                width: 85%;
            }

            .marquee-text {
                font-size: 18px;
                line-height: 20px;
            }
        }

        .row {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .col {
            flex: 0 0 10%;
            max-width: 10%;
        }

        .col-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .main-mobile {
            background: #f9bb08;
            border-top: 3px solid #f9bb08;
            border-bottom: 3px solid #f9bb08;
        }

        .main-mobile ul {
            margin: 0px 30px;
            background: #8d6902;
        }

        .main-mobile li {
            width: 19%;
            display: inline-block;
        }

        .main-mobile li a {
            padding: 7px;
            font-size: 11px;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            flex-direction: column;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
        }

        .main-mobile li .i-menu {
            height: 30px;
            width: 25px;
            background-size: 25px;
        }

        .i-menu {
            height: 20px;
            width: 20px;
            display: inline-block;
            background-size: 18px;
            background-repeat: no-repeat;
        }


        .login-mobile {
            padding: 0;
            max-width: 60%;
            margin: auto;
        }

        .login-mobile ul {
            margin: 15px auto;
        }

        .login-mobile li {
            display: inline-block;
            border-radius: 12px;
            width: 100%;
            text-align: center;
            margin: 3px auto;
            background-color: #8d6902;
        }

        .login-mobile li a {
            color: #fff;
            font-size: 17px;
            padding: 14px 20px;
            display: block;
            text-shadow: 0px 0px 3px #000;
        }

        .blue {
            background-image: linear-gradient(to bottom, #00c6ff 0%, #006684 100%);
        }

        .blue:hover {
            background: #006684;
        }

        .red {
            background-image: linear-gradient(to bottom, #FF7A8A 0%, #EB3349 100%);
        }

        .red:hover {
            background: #EB3349;
        }

        .android img {
            width: 212px;
        }

        .content-primary img {
            border: 2px solid gray;
            border-radius: 20px;
        }

        .primary-menu {
            display: flex;
            justify-content: center;
        }

        .provider, .android, .content-primary, .guidelines {
            margin: auto;
            display: block;
            text-align: center;
        }

        .margin {
            margin: 0;
        }

        .copyright {
            text-align: center;
        }

        .transaksi-bank {
            grid-area: transaksi-other;
            display: flex;
            justify-content: space-evenly;
            width: 100%;
            margin-bottom: 10px;
        }

        .transaksi-other {
            grid-area: transaksi-other;
            display: flex;
            justify-content: space-evenly;
            width: 100%;
            margin-bottom: 10px;
        }

        .transaksi-list-bank {
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(4, 92px);
            grid-template-rows: repeat(4, auto);
            gap: 4px;
        }

        .transaksi-list-other {
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(3, 92px);
            gap: 4px;
        }

        .transaksi-item {
            display: flex;
            flex-direction: column;
        }

        .transaksi-header {
            height: 30px;
            border-radius: 5px;
            display: grid;
            place-items: center;
            font-weight: bold;
            border: 2px solid rgba(108, 108, 108, 1);
            background: rgba(54, 54, 54, 1);
            color: white;
        }

        .transaksi-status {
            margin-left: 3px;
            margin-right: 3px;
            height: 3px;
            border-radius: 0px 0px 4px 4px;
            background: rgb(54, 54, 54);
            background: linear-gradient(90deg, rgba(54, 54, 54, 1) 0%, rgba(108, 108, 108, 1) 50%, rgba(54, 54, 54, 1) 100%);
        }

        .header-green {
            background: rgba(44, 121, 6, 1);
            border-color: rgba(168, 255, 0, 1);
        }

        .header-blue {
            background: rgba(0, 80, 89, 1);
            border-color: rgba(0, 255, 204, 1);
        }

        .status-green {
            background: rgb(44, 121, 6);
            background: linear-gradient(90deg, rgba(44, 121, 6, 1) 0%, rgba(168, 255, 0, 1) 50%, rgba(44, 121, 6, 1) 100%);
        }

        .status-blue {
            background: rgb(0, 80, 89);
            background: linear-gradient(90deg, rgba(0, 80, 89, 1) 0%, rgba(0, 255, 204, 1) 50%, rgba(0, 80, 89, 1) 100%);
        }

        .transaksi-wrapper {
            display: flex;
            flex-direction: column;
            gap: .5rem;
        }

        .transaksi-group {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-areas: "transaksi-bank""transaksi-other";
            gap: 16px;
        }

        .transaksi-header {
            font-size: 13px;
            height: 36px;
        }

        .transaksi-list-bank {
            grid-template-columns: repeat(4, 1fr);
        }

        .transaksi-list-other {
            grid-template-columns: repeat(4, 1fr);
        }

        .transaksi-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

        .transaksi-item {
            width: 100%;
        }

        .transaksi-title-group {
            justify-content: center;
            padding: 16px 0;
        }

        .transaksi-name {
            font-size: 1rem;
            text-align: center;
            margin: 10px auto;
        }

        .transaksi-wrapper {
            width: 100%;
            max-width: 100%;
            gap: 1rem;
        }

        .footer h1 {
            text-align: center;
        }
        
        @media only screen and (max-width: 768px) {
            .logo {
                padding: 3px 0px;
            }

            .logo img {
                width: 189px;
            }

            .main-mobile li {
                width: 18%;
            }

            .main-mobile ul {
                margin: 0px 12px;
            }

            .main-mobile li a {
                font-size: 9px;
            }

            .login-mobile li a {
                font-size: 13px;
            }

            .transaksi-list-bank, .transaksi-list-other, .guidelines, .content-primary .col-12 {
                padding: 0px 15px;
            }

            .transaksi-header {
                font-size: 10px;
            }
        }

            .fixed-footer {
                display:flex;
	            justify-content:space-around;
	            position:fixed;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdf4c), color-stop(100%,#af5f1c));
	            padding:2px 0;
	            left:0;
	            right:0;
	            bottom:0;
	               z-index:99
            }
            .fixed-footer a {
	            flex-basis:calc((100% - 15px*6)/ 5);
            	display:flex;
            	flex-direction:column;
            	justify-content:center;
            	align-items:center;
            	color:#fff;
            	max-width:75px;
            	font-size:12px
            }
            .fixed-footer .center {
            	transform:scale(1.5) translateY(-5px);
            	background:center no-repeat;
            	background-size:contain;
            	background-color:inherit;
            	border-radius:50%
            }
            .fixed-footer amp-img {
            	max-width:30%;
            	margin-bottom:5px
            }