 

  a,
  a:active,
  a:focus {
    outline: 0;
    text-decoration: none
  }

 

  * {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  

  p {
    margin: 0 0 10px
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem
  }

  .clear {
    clear: both
  }

  .acenter {
    text-align: center
  }

  body {
    background-color: #020202
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
  }

  .btn {
    display: inline-block;
    padding: 6px 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font: 250 16px Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 3px #000;
    letter-spacing: 1.1px
  }

  @keyframes blinking {
    0% {
      border: 2px solid #fff
    }

    100% {
      border: 2px solid #00ff00
    }
  }

  @media (min-width:768px) {
    .container {
      max-width: 720px
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  @media (min-width:992px) {
    .container {
      max-width: 960px
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  @media (min-width:1200px) {
    .container {
      width: 1000px
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .p-0 {
    padding: 0
  }

  .col-md-12,
  .col-md-4,
  .col-md-6,
  .col-md-8,
  .col-xs-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-xs-6 {
    float: left;
    width: 50%
  }

  @media (min-width:768px) {
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
    }

    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
    }

    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
    }

    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%
    }

    .logomobi {
      display: none
    }

    .logform {
      padding-top: 2rem
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  @media (max-width:768px) {
    .logo {
      display: none
    }

    .navbar {
      position: fixed
    }

    .logomobi {
      padding-top: 10px;
      border-bottom: solid gold 2px;
      border-radius: 10px
    }

    .content {
      padding-top: 110px
    }

    .logo {
      display: none
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  .pb-2 {
    padding-bottom: .5rem
  }

  .paddy {
    padding: 8px
  }

  .mt-2 {
    margin-top: .5rem
  }

  .mtop {
    margin-top: .75rem
  }

  .mb-3 {
    margin-bottom: .75rem
  }

  .pb-5 {
    padding-bottom: 1.25rem
  }

  .pt-3 {
    padding-top: 1rem
  }

  .navbar {
    background-color: #000;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    float: left
  }

  .bottom {
    float: left;
    width: 100%
  }

  
  .slide {
    width: 100%;
    height: 10%;
    border: 1px solid gold;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #00f;
  }

  .btn-daf {
    margin: 30px 0 30px 0;
    background: radial-gradient(circle 214px at 46.5% 54.2%, gold 0, #000 96%); /* atas  */
    animation: blinking .5s infinite;
    transition: all .4s
  }

  @keyframes blinking {
    0% {
      border: 3px solid gold
    }

    100% {
      border: 3px solid #00ff00
    }
  }





/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse;
  border: 3px green solid;

  

}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #980000; 
  padding: 5px 8px;
  border: 1px green solid;;
  
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold;
  border: 1px gold #ccc; 
  border-left: 3px green solid;
  
}
td, th { 
  padding: 6px; 
  border: 1px gold #ccc; 
  text-align: center; color: white;
  border-left: 1px green solid;

}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr { border: 1px solid #ccc; }
  
  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }
  
  td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  td:nth-of-type(1):before { content: "Website"; }
  td:nth-of-type(2):before { content: "Konsep"; }
  td:nth-of-type(3):before { content: "Hadiah 4D"; }
  td:nth-of-type(4):before { content: "Hadiah 3D"; }
  td:nth-of-type(5):before { content: "Hadiah 2D"; }
  td:nth-of-type(6):before { content: "LINK WEB"; }
  td:nth-of-type(7):before { content: "LINK WAP"; }
  td:nth-of-type(8):before { content: "LINK WEB"; }
  td:nth-of-type(9):before { content: "LINK WAP"; }
  td:nth-of-type(10):before { content: "Arbitrary Data"; }
}







  .site-description {
    text-align: left;
    padding: 10px;
    color: gold;
    border-radius: 5px;
    box-shadow: 0 0 8px 4px gold
  }

  .site-description hr {
    margin: 10px 0 10px 0;
    color: gold;
    border: 1px solid gold
  }

  .site-description p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
    padding: 0 10px;
    color: gold;
  }

  .site-description li {
    margin: 5px 30px 10px;
    text-align: justify;
    color: gold;
  }

  .site-description ul>li>a {
    color: #fff
  }

  .site-description a {
    color: gold;
  }

  .site-description h1 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: gold;
    margin: 20px 0 20px 0;
    text-align: center
  }

  .site-description h2 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    
    margin: 20px 0 20px 0;
    text-align: center
  }

  .site-description h3 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    color: gold;
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 10px
  }

  .site-description h4 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    color: gold;
    margin: 20px 0 20px 0;
    padding: 10px
  }

 

 

  .tron-login {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    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: radial-gradient(circle 214px at 46.5% 54.2%, gold 0, #000 96%);
    color: #fff;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    margin: 0 10px 0 0
  }

  .tron-login:hover {
    background: gold;
    border: solid #cb0d0d 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none
  }

  .tron-regis {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    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: radial-gradient(circle 214px at 46.5% 54.2%, gold 0, #000 96%);
    color: #fff;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    margin: 0 10px 0 0
  }

  .tron-regis:hover {
    background: #00ff00;
    border: solid #00ff00 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none
  }

  .tron {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    color: black;    /* kotak kecil tulisan */
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: calc(8px+1vh);
    font-style: normal;
    font-variant: normal;
    font-weight: 30px;
    line-height: 15px;
    padding: 10px;
    background: radial-gradient(circle 214px at 46.5% 54.2%, #00ff00 0, #000 96%); /* kotak kecil background */
    -webkit-box-shadow: 1px 1px 10px 0 #cb0d0d;
    -moz-box-shadow: 1px 1px 10px 0 #cb0d0d;
    box-shadow: 1px 1px 10px 0 #cb0d0d;
    border: solid #fff 2px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    margin: 10px 0 10px 0
  }

  .tron:hover {
    background: #000;
    color: white;
    border: solid yellow 5px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none
  }

  .tron-images {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 10px;
    color: #cb0d0d;
    -webkit-box-shadow: 1px 1px 10px 0 #cb0d0d;
    -moz-box-shadow: 1px 1px 10px 0 #cb0d0d;
    box-shadow: 1px 1px 10px 0 #cb0d0d;
    display: block;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
  }

  

 

  .spacer {
    margin: 0 0 30px 0;
    display: block
  }

  @media screen and (min-width:701px) {
    .logomobis {
      margin-left: 500px;
      display: none;
      visibility: hidden
    }

    .logo {
      background-color: transparent;
      justify-content: center;
      display: block;
      border-bottom: solid gold 2px;
      padding: auto;
      border-radius: 10px;
      margin-top: 20px
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  @media screen and (max-width:701px) {
    .logo {
      margin-left: 500px;
      border-bottom: solid #000 2px;
      display: none
    }

    .logomobis {
      background-color: transparent;
      justify-content: center;
      display: flex;
      border-bottom: solid #cb0d0d 2px;
      padding: auto;
      border-radius: 10px
    }

    .tron-regis {
      margin: 0 10px 0 0
    }

    .tron-login {
      margin: 0 10px 0 0
    }
  }

  

  @media (min-width:320px) and (max-width:480px) {
    .main-menu-container>li>a {
      padding: 18px
    }
  }

  @media (min-width:481px) and (max-width:767px) {
    .main-menu-container>li>a {
      padding: 30px
    }
  }

  p#breadcrumbs {
    color: #fff;
    text-align: center
  }

  .site-description li h4 {
    color: #fff;
    line-height: 26px;
    margin: 5px;
    padding: 0;
    text-align: left
  }

  .tron-login {
    animation: blinkings 1s infinite;
    transition: all .4s;
    touch-action: manipulation;
    cursor: pointer
  }

  .tron-regis {
    animation: blinkings 1s infinite;
    transition: all .4s;
    touch-action: manipulation;
    cursor: pointer
  }

  .anim {
    animation: blinkings 1s infinite
  }

  @keyframes blinkings {
    0% {
      border: 2px solid yellow
    }

    100% {
      border: 2px solid #00ff00   /* border atas togel slot */
    }
  }










/*# footer */
.fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background-image: linear-gradient(315deg, gold 75%, gold 74%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px 5px #000000db;
    padding: 0;
}

.fixed-footer a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #black;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
    color: black;
}




 /* img responsif */
.responsive {
  width: 100%;
  height: auto;
}


 /*hr */




/* CSS */
.button-92,
.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;margin-bottom: 30px;
}






/* button group */
/** base styles **/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400&display=swap');




/** button group styles **/
* 


.responsive-buttons {
  text-align: center;
}

.heading {

}

.button-section {
  display:flex;
  flex-direction:row;
  justify-content: center;
  align-items: middle;
  text-align: center;
  padding:10px;
  //outline:1px solid orange;
}

.card {
  
  border-radius: 3px;
  display: inline-block;
  height: 135px;
  margin: 1rem;
  position: relative;
  width: 300px;
  padding:25px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  
  
}

.card2 {
  background: url('x2.png') no-repeat;
  border-radius: 3px;
  display: inline-block;
  height: 135px;
  margin: 1rem;
  position: relative;
  width: 300px;
  padding:25px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  
 
}


a {
  color: inherit;
  text-decoration: none;
}

.btn {
  background: #0077B5;
  color: #fff;
  display:inline-block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  transition: 0.2s box-shadow ease-in-out, 0.2s background-color ease-in-out;
  white-space: nowrap;
  padding: 1.4em 2em;
  
  &:hover {
    background: darken(#0077B5, 5%);
    box-shadow: inset 0 0 6px #333;
  }
}



.text1 {
  font-weight:700;
  font-size: 17px;
  margin: 15px 0;color: white;
}

.btn-large-screen {
  border-radius: 50%;color: black;font-size: 20px;
}

.btn-medium-screen {
  
}

.btn-small-screen {
  border-radius: 50%;color: black;font-size: 20px;
 
}


@media all and (max-width: 800px) {
  .button-section {
    flex-direction:column;
    justify-content: center;
    align-items: center;color: white;
  }
}


