.judulh1 h1 {
    font-size: 30px;
    font-family: "sans-serif";
    background: radial-gradient(circle 214px at 49.5% 54.2%,#14091c 0,#14091c 96%);
    color: #f2f2f2;
    width:100%;
    margin: 0.5% 0 0;
            
}
        .tron-login-garudagacor {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 5px;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: calc(12px+1vh);
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 23px;
            padding: 10px;
            background-color: #a54bea;
            -webkit-box-shadow: 1px 1px 15px 0 #e7d805;
            -moz-box-shadow: 1px 1px 15px 0 #e7d805;
            box-shadow: 1px 1px 15px 0 #770377;
            border: solid #c18408 3px;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center
        }

        .tron-login-garudagacor:hover {
            background: #a54bea;
            border: solid #c18408 3px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-decoration: none;
            color: #fff
        }

        .tron-daftar-garudagacor {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 5px;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: calc(12px+1vh);
            font-style: normal;
            font-variant: normal;
            font-weight: 700;
            line-height: 23px;
            padding: 10px;
            background: linear-gradient(to right,#3d0504 0%,#f79236 100%);
            color: #fff;
            text-decoration: none;
            display: flex;
            cursor: pointer;
            text-align: center;
            justify-content: center;
            margin: 0 10px 0 0
        }

        .tron-daftar-garudagacor:hover {
            background: linear-gradient(to right,#f79236 0%,#3d0504 100%);
            border: solid #abc2ec 5px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            text-decoration: none
        }
        

        .tron-daftar-garudagacor {
            animation: blinkings 1s infinite;
            transition: all .4s;
            touch-action: manipulation;
            cursor: pointer
        }
        
        .btn-group {
            display: flex;
            justify-content: space-between;
            padding: 6px 0 6px 0;
        }

        .Daftar,
        .Login {
            flex-basis: 50%;
        }
        .anim {
            animation: blinkings 1s infinite
        }

        @keyframes blinkings {
            0% {
                border: 2px solid #fff
            }

            100% {
                border: 2px solid #c18408
            }
        }
        
.w-100 {
    width: 100%!important;
    border-radius: 15px;
}
        table.garudagacor {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            width: 100%;
            text-align: left;
            border-collapse: collapse;
            font-size: calc(8px+1vh);
            margin: 0 20px 0 0
        }

        table.garudagacor td,
        table.garudagacor th {
            border: 1px solid #c18408;
            padding: 10px 5px 10px
        }

        table.garudagacor tbody td {
            font-size: calc(8px+1vh);
            font-weight: 500;
            color: #bfbfbf
        }

        table.garudagacor thead {
            background: #c18408
        }

        table.garudagacor thead th {
            font-size: calc(12px+1vh);
            font-weight: 700;
            color: #fff;
            text-align: center;
            background: linear-gradient(#c18408,#3d0504)
        }

.w7-btn.reg {
    background: #22be47;
		color:white;
		margin: 0 0 10px;
		width: 250px;
		border-radius: 8px;
}
.w7-btn {
    display: inline-block;
    padding: 3px 20px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin-bottom: 1.41575em;
}

.w8-btn.reg {
    background: #b7b7b7;
		color:white;
		margin: 0 0 10px;
		width: 250px;
		border-radius: 8px;
}
.w8-btn {
    display: inline-block;
    padding: 3px 20px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    text-align: center;
    margin-bottom: 1.41575em;
}

.fixed-footer {
	display:flex;
	justify-content:space-around;
	position:fixed;
    background: linear-gradient(#350231,#410866);
	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
}