@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(responsive.css);

/**** begin custom colors ****/
:root {
    --color-1: #000000;
    --color-2: #242424;
    --color-3: #515151;
    --color-4: #84bd00;
    --color-5: #398400;
    --color-6: #cb0000;
    --color-7: #680202;
    --color-8: #fff095;
    --color-9: #b88416;

    --gradient-gold: linear-gradient(to bottom, var(--color-9) 0%, var(--color-8) 45%, var(--color-9) 100%) !important;
    --gradient-grey: linear-gradient(to bottom, var(--color-2) 0%, var(--color-3) 45%, var(--color-2) 100%) !important;
}
/**** endof custom colors ****/



/**** begin custom background colors ****/
.bg-color-1 { background-color: var(--color-1) !important; }
.bg-color-2 { background-color: var(--color-2) !important; }
.bg-color-3 { background-color: var(--color-3) !important; }
.bg-color-4 { background-color: var(--color-4) !important; }
.bg-color-5 { background-color: var(--color-5) !important; }
.bg-color-6 { background-color: var(--color-6) !important; }
.bg-color-7 { background-color: var(--color-7) !important; }
.bg-color-8 { background-color: var(--color-8) !important; }
.bg-color-9 { background-color: var(--color-9) !important; }

.bg-gradient-gold { background-image: linear-gradient(to bottom, var(--color-8), var(--color-9)) !important; }
.bg-gradient-green { background-image: linear-gradient(to bottom, var(--color-4), var(--color-5)) !important; }
.bg-gradient-grey { background-image: linear-gradient(to bottom, var(--color-2) 0%, var(--color-3) 45%, var(--color-2) 100%) !important; }
.bg-gradient-red { background-image: linear-gradient(to bottom, var(--color-6), var(--color-7)) !important; }
/**** endof custom background colors ****/



/**** begin custom bootstrap ****/
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.9em; }
p { font-size: 0.9em; }

.btn, .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
    border: 0 !important;
    border-radius: 0;
}
  
.btn:hover {
  box-shadow: 0 0 5px 3px #fff;
  
}

.card,
.card .card-body {
    border-radius: 0;
}

.text-danger, .text-danger:hover {
    color: #e4302f !important;
}
.text-success, .text-success:hover {
    color: #70e000 !important;
}
/**** endof custom bootstrap ****/



/**** begin custom rtp-slot colors ****/
.yellow { background-color: #ffc107; }
.green { background-color: #28a745; }
.red { background-color: #dc3545; }
/**** endof custom rtp-slot colors ****/


/**** begin default style ****/
* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--color-1);
}
.bg-color-6{
    background: linear-gradient(0deg, rgb(255 26 26) 0%, rgb(255 0 0) 41%, rgb(255 118 0) 62%, rgb(253 48 2) 94%) !important;
}
.mt-2, .my-2 {
    margin-left: -5px !important;
  }
  @media only screen and (max-width: 700px) {
    .log-m{
      margin-left: 80px !important;
    }
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
  }
.quick-footer {
    overflow-x: hidden;
    left: 0px;
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 11;
    padding-bottom: 1px;
    border: 1px solid #000;
    background-color: #000;
  }
  ul.navbar-grid, li.navbar-grid-a, li.navbar-grid-b, li.navbar-grid-c, li.navbar-grid-d {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
  }

  .quick-footer-navbar li .grid-btn:last-child {
    border-right-width: 1px;
  }
  .quick-footer-navbar a.active {
    color: #ffffff;
    background: linear-gradient(0deg, rgba(242,56,56,1) 0%, rgba(242,126,56,1) 41%, rgba(242,160,56,1) 62%, rgba(235,108,0,1) 94%);
  }
  .quick-footer-navbar li .grid-btn {
    font-size: 11px;
    display: block;
    margin: 0;
    border-right-width: 0;
  }
  .quick-footer-navbar a {
    color: #ddd;
    background-color: transparent;
    border-color: #333;
  }
  .grid-btn-icon-top {
    padding: 5px 0 0;
  }
  .grid-btn {
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    border-width: 1px;
      border-right-width: 1px;
    border-style: solid;
    text-overflow: initial;
    font-family: inherit;
    text-shadow: none !important;
    box-shadow: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-grid > .navbar-grid-a, .navbar-grid > .navbar-grid-b, .navbar-grid > .navbar-grid-c, .navbar-grid > .navbar-grid-d {
    width: 25%;
  }
  ul.navbar-grid, li.navbar-grid-a, li.navbar-grid-b, li.navbar-grid-c, li.navbar-grid-d {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
  }
  .navbar-grid-a, .navbar-grid-b, .navbar-grid-c, .navbar-grid-d {
    margin: 0;
      margin-right: 0px;
      margin-left: 0px;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navbar-grid-a {
    clear: left;
  }
  .grid-btn i {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .svg-home {
    display: inline-block;
    background-image: url(../../assets/HOME.svg);
    height: 20px;
    width: 20px;
  }

  .svg-reg {
    display: inline-block;
    background-image: url(../../assets/DAFTAR.svg);
    height: 20px;
    width: 20px;
  }

  .svg-promo {
  display: inline-block;
  background-image: url(../../assets/PROMOSI.svg);
  height: 20px;
  width: 20px;
}

.svg-chat {
    display: inline-block;
    background-image: url(../../assets/LIVECHAT.svg);
    height: 20px;
    width: 20px;
  }

  .log{
      width: 400px;
      height: auto;
  }
@media only screen and (max-width: 600px) {

  .log{
    width: 200px;
    height: auto;
}
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 24px;
  }

  @keyframes textclip {
    100% {
        background-position: 200% center;
      }
  }

  .adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }
ol,li{
    color: red;
}
hr {
    border-width: 3px;
    border-style: dashed;
    border-bottom: 0;
}

header {
    display: block;
    position: relative;
}
header .logo-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 200px;
}
header .logo-wrapper img {
    width: 100%;
}

section {
    display: block;
    position: relative;
}
section .banner {
    display: block;
    position: relative;
}
section .banner img {
    display: block;
    width: 100%;
}

footer {
    display: block;
    position: relative;
    margin-bottom: 100px;
}

.wrapper {
    display: block;
    position: relative;
}
/**** endof default style ****/



/**** begin components style ****/
.card.card-provider {
    background-image: var(--gradient-grey);
}
.card.card-provider:hover {
    background-image: var(--gradient-gold);
}

.card.card-game {
    /* border-radius: 25px; */
    width: 100%;
    margin: 0 auto;
}
.card.card-game .card-img-top {
    /* border-radius: 25px; */
}
.card.card-game .card-body {
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.card.card-game .card-body.show {
    display: flex;
}
.card.card-game .card-footer .btn {
    border-radius: 50px;
    padding: 5px 20px;
}
.card.card-game .percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 25px;
}
.card.card-game .percent p{
    z-index: 15;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.card.card-game .percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    border-radius: 25px 0 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}
/**** endof components style ****/



/**** begin animations style ****/
/**** endof animations style ****/

/**** begin responsive style ****/
@media (min-width: 993px) {
    .container {
        max-width: 1024px;
    }

    header .logo-wrapper {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
}
/**** endof responsive style ****/