*:before,
*:after {
  -webkit-transform: rotateZ(360deg);
}

#content > .panel-heading > .row > center:first-child, #content > .panel-heading > .row > br {
  display: none !important;
  }
  
  .wimage {
  border-radius: 0px !important;
  }
  
  #content > .panel-heading:first-child > .row > .col-xs-9 > .wimage {
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  }
  
  
  #content > .panel-heading:last-child > .row > .col-xs-9 > .wimage {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  }
  
  .wcover p {
  color: #fff !important;
  }
  
  
  table, th, td {
    border: 1px solid black;
  }
  .padleft {
    padding-left: 7%;
  }
  .wcover { 
    width: 650px;
    background: #080808;
    color: #6E6865;
    padding: 10px;
    display: none;
  }
  .wcover p {
    color: #6E6865 !important;
  }
  .wbutton {
    width: 150px;
    margin-top: 30px;
    padding: 8px 12px !important;
  }
  .wimage {
    border-radius: 6px;
    width: 650px;
    height: 150px;
  }
  li{
    color: black;
  }

  .hasil-pools {
    overflow: auto;
  }
  
  .bukumimpi-select {
      padding: 5px 4px;
      border-radius: 10px;
      font-size: 14px;
      height: 36px;
      border: 2px solid #ED1C24;
      color: #121212 !important;
  }

  /* TABEL */
  .table-wrapper-bukumimpi {
      display: block;
      position: relative;
      max-height: 950px;
      overflow-y: auto;
  }
  .table-bukumimpi, .table-hasil-pools, .table-pasaran {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 10px !important;
    width: 100%;
    max-height: 600px;
    /* display: grid; */
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); 
  }

  .table-bukumimpi .table-head tr, .table-hasil-pools .table-head tr, .tableBukuMimpi-Mobile .table-head tr, .tableHasilPoolsMobile .table-head tr, .table-pasaran .table-head tr {
    background: #ED1C24 !important;
  }
  
  .table-bukumimpi thead {
      position: sticky;
      top: 0;
  }
  .table-bukumimpi tbody {
    max-height: 600px;
    overflow-y: auto;
  }

  .table-bukumimpi th,.table-bukumimpi td{
    border: none !important;
    white-space: wrap; /* Mencegah teks terpotong */
    padding: 8px;
  }

  .table-hasil-pools th ,.table-hasil-pools td{
    white-space: nowrap; /* Mencegah teks terpotong */
    overflow: hidden; /* Sembunyikan teks yang melebihi lebar kolom */
    text-overflow: ellipsis; /* Tampilkan elipsis (...) untuk teks yang terpotong */
    grid-column: auto; /* Mengatur kolom untuk setiap sel */
    padding: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .table-pasaran th,.table-pasaran td {
    text-align: center;
  }

  .table-pasaran th:first-child ,.table-pasaran td:first-child {
    border-left: 1px solid #fff;
  }

  .table-pasaran th:last-child ,.table-pasaran td:last-child {
    border-right: 1px solid #fff;
  }
  .table-pasaran .table-body {
    border: 1px solid #fff;
  }

  .table-bukumimpi tr:nth-child(odd), .table-hasil-pools tr:nth-child(odd), .tableBukuMimpi-Mobile tr:nth-child(odd), .tableHasilPoolsMobile tr:nth-child(odd) {
    background-color: #272727;
  }

  .table-bukumimpi tr:nth-child(even), .table-hasil-pools tr:nth-child(even), .tableBukuMimpi-Mobile tr:nth-child(even), .tableHasilPoolsMobile tr:nth-child(even) {
      background-color: #000000;
  }

  .table-pasaran tr:nth-child(odd) {
    background-color: #272727;
  }

  .table-pasaran tr:nth-child(even) {
    background: #000;
  }

  .table-pasaran .table-body tr:last-child {
    border-bottom: 2px solid #fff;
  }

  .table-pasaran-mobile {
    width: 98%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 1%;
    margin: 0 auto;
  }

  .bukuMimpi-tableMobile {
        max-height: 600px;
        overflow-y: auto;
        border-radius: 10px;
        margin: 10px auto;
        width: 95%;
  }
  .bukuMimpi-tableMobile h3 {
      margin-bottom: 20px;
  }

  .tableBukuMimpi-Mobile {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 10px !important;
    width: 96%;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin: 0 auto;
  }

  .tableBukuMimpi-Mobile th, .tableHasilPoolsMobile th {
    border: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column: auto; 
    padding: 8px;
    text-align: center;
  }

  .tableBukuMimpi-Mobile td, .tableHasilPoolsMobile td {
    margin-left: 4px !important;
    text-align: center !important;
  }

  .filter-table {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      margin-bottom: 10px;
      gap: 0 10px;
  }
  .filter-table.mobile {
      flex-wrap: wrap;
      justify-content: start;
      margin-bottom: 20px;
  }
  .filter-table.mobile select {
      flex-basis: calc(50% - 10px);
      width: 50%;
      max-width: calc(50% - 10px);
      margin-bottom: 15px;
  }
  .filter-table.mobile .btn.login {
    --w-color: #ffffff;
    --b-color: #000000;
    --t1-color: #ff0000;
    --t2-color: #810000;
    --t3-color: #4e0c0c;
    --t4-color: #000000;
    --t5-color: #830000;
    --t6-color: #470000;
    
    background-image: linear-gradient(101deg, var(--t1-color) 4%, var(--t2-color) 15%, var(--t3-color) 30%, var(--t4-color) 69%, var(--t1-color) 87%, var(--t2-color) 92%) !important;
    background-size: 300% 300% !important;
    position: relative;
    border: 2px solid var(--t1-color) !important;
    border-radius: 0 20px;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: inset 0px 0px 0px 1px var(--t4-color), inset 0px 2px 0px 0px var(--t2-color), inset 0px 0px 0px 2px var(--t3-color), 3px 3px 3px 1px rgb(0 0 0 / 20%) !important;
    text-transform: uppercase !important;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
  }

  .filter-table #tableFilterInput {
    border-radius: 10px;
    padding: 5px 4px;
    font-size: 14px;
    height: 36px;
    width: 250px;
    border: 2px solid #ED1C24;
  }

  #selectByGame, #selectByColumn {
    height: 36px;
    border-radius: 14px;
  }

  .filter-table #tableFilterInput:focus {
    outline: none !important;
  }

  .hasil-pools-mobile {
    max-height: 600px;
    overflow-y: auto;
    border-radius: 10px;
    margin: 10px auto;
    width: 95%;
  }

  .tableHasilPoolsMobile {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 10px !important;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  /* TABS */
  .tabGroup {
    overflow: hidden;
  }

  .tabGroupMobile {
    padding: 5px;
    margin-top: 10px !important;
  }

  /* Style the tab content */
  .tabPane, .tabPaneMobile {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  .tabPane li,.tabPane p {
    color: white !important;
  }

  .tabButtonMobile {
    border-radius: 10px !important;
    background: #ff0000 !important;
    color: #fff !important;
  }

  .tabImageMobile {
    width: 100%;
  }


 /* OFF CANVAS */
 #custOffCanvasMenu {
  position: fixed; /* Make it stay on top */
  top: 0;
  right: -100%; /* Start hidden off-screen */
  width: 250px; /* Menu width */
  background-color: #000;
  height: 100%;
  padding: 20px;
  transition: right 0.3s ease-in-out;
  z-index: 1101; /* Sit on top of other elements */
}

#custOffCanvasMenu.active {
  right: 0; /* Show the menu */
  overflow-y: scroll; 
}

#custOffCanvasMenu ul {
  list-style: none;
  padding: 0;
}

#custOffCanvasMenu li {
  margin-bottom: 10px;
}

#custOffCanvasMenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
}

/* Close button styling */
#closeMenuBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 20px;
  background-color: transparent;
  border: none;
  color: #ddd;
  margin-bottom: 10px;
}


  /* LOGIN MOBILE */
  .login-form-mobile {
    margin: 20px 0;
  }

  .login-form-mobile p {
    text-align: center !important;
  }

  .login-option-action {
    margin-bottom: 20px;
  }


  /* REGISTER */
  .register-input-section .register-input {
    margin-bottom: 10px !important;
  }
  .register-input-section .control-label {
    color: white !important;
    text-align: right;
  }

  .form-register-submit {
    padding: 8px 20px;
    background: linear-gradient(
      101deg,
      #ff0000 4%,
      #810000 15%,
      #4e0c0c 30%,
      #000000 69%,
      #ff0000 87%,
      #810000 92%
    ) !important;
    background-size: 300% 300% !important;
    border: 2px solid #ff0000 !important;
    color: white;
    box-shadow: inset 0px 0px 0px 1px #000000, inset 0px 2px 0px 0px #810000, inset 0px 0px 0px 2px #4e0c0c, 3px 3px 3px 1px rgb(0 0 0 / 20%) !important;
    text-transform: capitalize;
    border-radius: 2px 16px;
  }

  .form-group .form-register-submit {
    margin-left: 10% !important;
  }

  .register-submit-button .form-register-submit {
    margin-top: 10px;
    width: 20%;
    margin-left: 40%
  }

  .form-mobile-container {
    width: 95%;
    margin: 0 auto;
  }

  .randomNumberValidation {
    padding: 6px 5px;
    background: #cdcdcd;
    width: 100%;
    margin-bottom: 6px;
  }

  .randomNumberValidation #validasiNomorAcakMobile,.randomNumberValidation #validasiNomorAcak {
    color: #000;
    text-align: center !important;
    font-size: 24px;
  }

  .form-group .mobile-label {
    width: 45% !important;
  }


  /* IFRAME PAITO */
  .paito-container select {
    margin-bottom: 10px !important;
  }
  .paito-container .iframe-container iframe {
    width: 100% !important;
    height: 600px;
  }



  /* FOOTER PROMOTION OPTION */

  .footer-section-tittle {
    margin-bottom: 15px;
  }

  .footer-section-body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-section-item {
    margin-bottom: 20px;
  }

  .footer-promotion-link {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    margin: 30px auto;
  }


  .search-results {
    margin-bottom: 20px;
  }


  .search-results .panel-heading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }




/**************************************/
/************* NAVIGATION *************/
/**************************************/
.navbar-fixed-top {
  /* background-color: #000000; */
  border: 0;
  /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
  z-index: 99999 !important;
}
.navbar-fixed-top .container {
  background-color: #5b0512;
}
.navbar-fixed-top .navbar-header {
  width: 224px;
  position: relative;
  z-index: 99;
  margin-left: 0;
  margin-right: 0;
}
.navbar-fixed-top .navbar-header .navbar-brand {
  padding: 0;
  margin-left: 0;
  width: 210px;
  height: 63px;
  background: url(../img/logo-medan.png) no-repeat;
  background-size: 210px 63px;
}


/**********************************/
/************* SLIDER *************/
/**********************************/
.slider,
.breadcrumbs {
  padding-top: 0px;
  position: relative;
}

.slider .owl-carousel .item {
  padding: 0px 0;
  color: white;
}
.slider .owl-carousel .item img {
  max-width: 100%;
}
/***************************************/
/************* BREADCRUMBS *************/
/***************************************/
.breadcrumbs {
  padding: 30px 0;
  color: white;
}

.breadcrumbs > .container {
  height: 20px;
}


/***********************************/
/************ CONTAINER ************/
/***********************************/
.section .container {
  /* background: #020729;
  background-image: -moz-linear-gradient(top, #020729 0%, #003f8d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020729), color-stop(100%,#003f8d));
  background-image: -webkit-linear-gradient(top, #020729 0%,#003f8d 100%);
  background-image:      -o-linear-gradient(top, #020729 0%,#003f8d 100%);
  background-image:         linear-gradient(top, #020729 0%,#003f8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020729', endColorstr='#003f8d',GradientType=0 ); */
  /* background: rgb(110 8 8 / 44%);
  background-image: -moz-linear-gradient(top, rgb(110 8 8 / 23%) 0%, rgb(51 3 3 / 53%) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(110 8 8 / 57%)), color-stop(100%,rgb(51 3 3 / 71%)));
  background-image: -webkit-linear-gradient(top, rgb(110 8 8 / 31%) 0%,rgb(51 3 3 / 75%) 100%);
  background-image:      -o-linear-gradient(top, rgb(110 8 8 / 54%) 0%,rgb(51 3 3 / 48%) 100%);
  background-image:         linear-gradient(top, rgb(110 8 8 / 66%) 0%,rgb(51 3 3 / 48%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#170100', endColorstr='#3e2206',GradientType=0 );  */
  padding: 0 20px 15px 20px;
  /*   background: rgba(28, 14, 5, 0.85);*/
  background: #070000;
}

#bank.section .container {
  /* background: rgb(51 3 3 / 85%); */
  /*  background: rgba(28, 14, 5, 0.85);*/
  background: #070000;
}

/************************************/
/************* SECTIONS *************/
/************************************/
section.section {
  padding: 0px 0 0 0;
}

/*********************************/
/************* FORMS *************/
/*********************************/

form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a5a5a5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/**************************************/
/************* TYPOGRAPHY *************/
/**************************************/
p:not(.lead) {
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
  font-weight: 300;
}
p.less-width {
  max-width: 760px;
  margin: 0 auto 40px auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Slab", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 > i {
  font-weight: bold;
  color: #ffffff;
}


/***********************************/
/************* BUTTONS *************/
/***********************************/
button.login {
  margin-right: -14px !important;
}
button.btn-theme,
.btn.btn-theme {
  background: #f4ed8e; /* Old browsers */
  background-image: -webkit-linear-gradient(top, #f4ed8e 0%, #fde23d 100%);
  background-image: linear-gradient(to bottom, #f4ed8e 0%, #fde23d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ed8e', endColorstr='#fde23d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  color: #010101;
  /*  border: 1px solid #dcbe69 !important;*/
  border-width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*box-shadow:inset 0 -3px 0 #635339;*/
  font-weight: 600;
  padding: 8px 12px;
  letter-spacing: 2px;
  font-weight: bolder;
}

.btn-group.custom-navigations {
  margin: 30px 0 13px;
}
.btn-group.custom-navigations button,
.btn-group.custom-navigations .btn,
.btn-group.custom-navigations button:focus,
.btn-group.custom-navigations .btn:focus {
  background: rgba(0, 0, 0, 0);
  /*background-color: #312907;*/
  border: 1px solid #312907;
}
.btn-group.custom-navigations button i,
.btn-group.custom-navigations .btn i,
.btn-group.custom-navigations button:focus i,
.btn-group.custom-navigations .btn:focus i {
  color: #fff;
}

.btn-group.with-heading {
  position: relative;
  width: 100%;
}
.btn-group.with-heading button,
.btn-group.with-heading .btn {
  position: absolute;
  top: 0;
}
.btn-group.with-heading button:last-of-type,
.btn-group.with-heading .btn:last-of-type {
  right: 0;
}
.btn-group.with-heading button:first-of-type,
.btn-group.with-heading .btn:first-of-type {
  right: 28px;
}
.btn-group.circle-navigations button,
.btn-group.circle-navigations .btn,
.btn-group.circle-navigations button:focus,
.btn-group.circle-navigations .btn:focus {
  border: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 2px 6px;
}
.btn-group.circle-navigations button i,
.btn-group.circle-navigations .btn i,
.btn-group.circle-navigations button:focus i,
.btn-group.circle-navigations .btn:focus i {
  font-size: 18px;
  color: #f1f1f1;
  position: relative;
  top: 1px;
}
.btn-group.circle-navigations button:last-of-type i,
.btn-group.circle-navigations .btn:last-of-type i {
  right: 0px;
}
.btn-group.circle-navigations button:first-of-type i,
.btn-group.circle-navigations .btn:first-of-type i {
  left: 0px;
}

/********************************/
/************* BLOG *************/
/********************************/

.blog-posts p {
  color: #ffffff;
}
.blog-posts ol,
ul {
  color: #ffffff;
  line-height: 20px;
  padding: 0 0px;
  font-weight: 300;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e7d57c;
}

a {
  color: #e4302f;
  text-decoration: none;
}

.blog-sidebar h3 {
  margin-top: 0;
}
.blog-sidebar .sidebar-button {
  margin-bottom: 15px;
}
.results {
  background: #141b24;
  /*background-image: -moz-linear-gradient(top, #f1dea6 0%, #fee8b6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1dea6), color-stop(100%,#fee8b6));
  background-image: -webkit-linear-gradient(top, #f1dea6 0%,#fee8b6 100%);
  background-image:      -o-linear-gradient(top, #f1dea6 0%,#fee8b6 100%);
  background-image:         linear-gradient(top, #f1dea6 0%,#fee8b6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1dea6', endColorstr='#fee8b6',GradientType=0 ); */
  /* background: rgb(223,86,39);
  background: linear-gradient(90deg, rgba(223,86,39,1) 0%, rgba(223,86,39,1) 0%, rgba(240,143,55,1) 100%); */
  /* background-image: linear-gradient(to bottom, #ec8606, #ef9700, #f1a800, #f1ba00, #f0cb00, #f0cb00, #f0cb00, #f0cb00, #f1ba00, #f1a800, #ef9700, #ec8606); */
  padding: 10px;
  margin-bottom: 15px;
  color: #ffffff;
  border: 1px #f5ec8a solid;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  /* border: 1px solid transparent;*/
  /* -moz-border-image: -moz-linear-gradient(top, #f69e5a 0%, #f25b5c 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #f69e5a 0%, #f25b5c 100%);
  border-image: linear-gradient(to bottom, #f69e5a 0%, #f25b5c 100%);
  border-image-slice: 1;*/
  position: relative;
}
.results > h4 > i {
  color: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.results h4 {
  color: #ffffff;
}
.results-detail {
  width: 100%;
  display: inline-block;
  /* background: rgba(0, 0, 0, 1); */
  background: #1c0101;
  padding: 5px 15px;
  color: #ffffff;
  /*  border: 1px #08263e solid;*/
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.news-detail {
  width: 100%;
  height: 143px;
  display: inline-block;
  /*  border: 1px #08263e solid;*/
  background: #1c0101;
  padding: 5px 15px;
  color: #ffffff;
  /* border: 1px solid #68191c; */
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.results-pool {
  font-size: 15px;
  float: left !important;
  color: #ffffff;
}
.results-number {
  font-size: 16px;
  font-weight: bold;
  float: right !important;
  color: #ffffff;
}
.latest-news {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}
.latest-news > a {
  color: #ffffff;
}
.latest-news .dates {
  font-size: 12px;
  color: #ffffff;
}

/**********************************/
/************* FOOTER *************/
/**********************************/
footer#footer {
  background-color: #1a1a1a;
  border-top: 10px solid #000000;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-size: 12px;
  width: 1170px;
  margin: auto;
}
footer#footer .footer-main {
  padding: 0 0;
}
footer#footer .footer-main .widget p {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: justify;
}
footer#footer .footer-bottom {
  padding: 20px 0;
  background-color: #000;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  vertical-align: middle;
}
footer#footer .footer-bottom .copyright {
  padding-top: 5px;
  text-align: center;
}
footer#footer .footer-bottom .copyright a {
  color: #ffb400;
}

/**************************************/
/************* SCROLL TOP *************/
/**************************************/
.scroll-top {
  display: none;
}
.no-top-margin {
  margin-top: 0 !important;
}


.news-head {
  background: #d80100;
  height: 35px;
}

.news-head > h5 {
  color: #f1f1f1;
  font-weight: bold;
}

.news-head > h5 > i {
  color: #f1f1f1;
  background: -webkit-linear-gradient(#f1f1f1, #f1f1f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.newsticker > li > a {
  color: #f1f1f1;
}

.news-body {
  background: #d80100;
  /* background: #fed804 url(../../img/clp/point.jpg) left center no-repeat;  */
  height: 35px;
  overflow: hidden;
}

.bank {
  width: 145px;
  height: 50px;
  padding: 12px 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #9d9d9d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.online {
  float: left;
  width: 18px;
  height: 17px;
  margin-top: 5px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 18px;
  font-style: italic;
}

.vertical-slider {
  height: 147px;
  margin: auto;
}

/* Start Desktop */
@media only screen and (min-width: 1010px) {
  .mobile {
    display: none;
  }

  .new-menu {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 1rem;
    margin: 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--t1-color);
  }

  .breadcrumbs {
    padding: 29px 0 !important;
  }

  .new-menu li {
    margin-right: 3.7rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
  }

  .new-menu li a {
    font-weight: bold;
    color: var(--w-color);
    font-size: 11px;
  }


  .new-menu li a i {
    font-size: 2.8rem;
    color: var(--t1-color) !important;
    margin-bottom: 0.6rem;
  }

  .new-menu li:last-child {
    margin-right: 0;
  }

  .sidebar-button a {
    width: 100% !important;
  }

  button.btn-theme,
  .btn.btn-theme,
  button.btn-small,
  .btn.btn-small {
    background-image: linear-gradient(
      101deg,
      var(--t1-color) 4%,
      var(--t2-color) 15%,
      var(--t3-color) 30%,
      var(--t4-color) 69%,
      var(--t1-color) 87%,
      var(--t2-color) 92%
    ) !important;
    background-size: 300% 300% !important;
    position: relative;
    border: 2px solid var(--t1-color) !important;
    border-radius: 0 20px;
    color: #fff !important;
    font-weight: bold !important;
    box-shadow: inset 0px 0px 0px 1px var(--t4-color),
      inset 0px 2px 0px 0px var(--t2-color),
      inset 0px 0px 0px 2px var(--t3-color), 3px 3px 3px 1px rgb(0 0 0 / 20%) !important;
    text-transform: uppercase !important;
  }

  .section .container {
    background: rgba(15, 15, 15, 0.7) !important;
  }

  .form-control {
    border-radius: 6px !important;
    background: var(--t6-color) !important;
    border-color: var(--t1-color) !important;
    color: var(--w-color) !important;
  }

  .form-control::placeholder {
    color: #e2e2e2 !important;
  }

  .sidebar-button a {
    animation: blinker 1s linear infinite;
  }

  .run-text-depan {
    text-transform: uppercase !important;
    font-weight: bold;
  }

  .results {
    background: linear-gradient(
      to bottom,
      #000000 0%,
      var(--t2-color) 50%,
      var(--t2-color) 100%
    ) !important;
  }

  .imgads {
    border-radius: 10px !important;
  }

  .news-head {
    background: var(--t3-color) !important;
  }

  .news-body {
    background: var(--t6-color) !important;
  }

  .results,
  .results-detail {
    border: 2px solid var(--t2-color) !important;
    border-radius: 0 20px !important;
  }

  .list-menubaru {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .list-menubaru li {
    background: var(--t6-color);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 7px;
  }

  .list-menubaru li a,
  .list-menubaru li i {
    color: var(--t1-color);
    font-weight: bold;
  }

  .list-menubaru li a {
    animation: blinker 1s linear infinite;
  }

  /* Bank Icon */
  #bank.section .container {
    background: var(--r5-color) !important;
  }

  .bank {
    text-align: center !important;
    width: 151px !important;
    height: 30px !important;
    padding: 0px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-left: 0 !important;
  }

  .owl-controls {
    display: none !important;
  }

  .owl-carousel.bankscroll {
    margin-top: -130px;
    margin-left: 29rem !important;
    height: 40px !important;
  }

  .owl-wrapper .owl-item .bankonlineBCA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/BCA.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankonlineBNI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/BNI.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankonlineBRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/BRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineMANDIRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/MANDIRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineCIMB div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/CIMB.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIAOVO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIAOVO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIAGOPAY div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIAGOPAY.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankonlineBSI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/BSI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIADANA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIADANA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIALINKAJA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIALINKAJA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIABANKNEOBNC div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIABANKNEOBNC.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlinePERMATA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/PERMATA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIABANKJAGO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIABANKJAGO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIAPULSATELKOMSEL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIAPULSATELKOMSEL.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankonlineVIAPULSAXL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/online/VIAPULSAXL.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineBCA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/BCA.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankofflineBNI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/BNI.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankofflineBRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/BRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineMANDIRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/MANDIRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineCIMB div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/CIMB.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIAOVO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIAOVO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIAGOPAY div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIAGOPAY.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .bankofflineBSI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/BSI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIADANA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIADANA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIALINKAJA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIALINKAJA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIABANKNEOBNC div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIABANKNEOBNC.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflinePERMATA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/PERMATA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIABANKJAGO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIABANKJAGO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIAPULSATELKOMSEL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIAPULSATELKOMSEL.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .bankofflineVIAPULSAXL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/offline/VIAPULSAXL.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleBCA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/BCA.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .banktroubleBNI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/BNI.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .banktroubleBRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/BRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleMANDIRI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/MANDIRI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleCIMB div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/CIMB.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIAOVO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIAOVO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIAGOPAY div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIAGOPAY.gif") 0px 0px no-repeat !important;
  }

  .owl-wrapper .owl-item .banktroubleBSI div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/BSI.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIADANA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIADANA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIALINKAJA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIALINKAJA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIABANKNEOBNC div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIABANKNEOBNC.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroublePERMATA div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/PERMATA.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIABANKJAGO div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIABANKJAGO.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIAPULSATELKOMSEL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIAPULSATELKOMSEL.gif") 0px 0px no-repeat !important;
  }
  
  .owl-wrapper .owl-item .banktroubleVIAPULSAXL div {
    width: 200px !important;
    height: 95px !important;
    background: url("../img/icon-banks/trouble/VIAPULSAXL.gif") 0px 0px no-repeat !important;
  }

  /* Game Icon */
  .gameicon {
    margin-top: 1rem !important;
  }

  .count-item {
    font-size: 1.8rem;
    background: var(--t4-color);
    padding: 0.2rem 0.5rem;
    color: #fff !important;
    border-radius: 10px;
    font-weight: bold;
  }

  .wrapper-service {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    padding: 0.8rem;
    border-bottom: 3px solid var(--t2-color) !important;
    background: linear-gradient(
      90deg,
      var(--t5-color),
      var(--t5-color),
      var(--t4-color)
    );
  }

  .status-wrapper,
  .status-wrapper-mem {
    display: flex;
    align-items: center;
  }

  .status-wrapper {
    justify-content: space-between;
  }

  .status-wrapper-mem {
    justify-content: center;
  }

  .status-wrapper p {
    margin-right: 0.6rem !important;
  }

  .item-service {
    margin-right: 3rem;
  }

  .item-service:last-child {
    margin-right: 0;
  }

  .item-service h1 {
    font-size: 2.2rem;
    margin-top: 7px !important;
    text-transform: uppercase;
    font-weight: bold !important;
  }

  .google-wrapper {
    background: #fff;
    padding: 2rem;
    width: 18rem;
    height: 0.5rem;
    border-radius: 20px;
    position: relative;
  }

  .google-wrapper img {
    position: absolute;
    width: 2rem;
    top: 9px;
    left: 10px;
  }

  .item-service p {
    color: var(--t1-color) !important;
  }

  .google-wrapper p {
    position: absolute;
    right: 5rem;
    top: 0.8rem;
    text-transform: uppercase !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    color: #000 !important;
  }

  .wrapper-transactions {
    max-width: 100%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    border-radius: 0 25px;
    border: 2px solid var(--t2-color);
    background: linear-gradient(
      to bottom,
      #000000 0%,
      #000000 50%,
      var(--t2-color) 100%
    ) !important;
  }

  #lastwd,
  #lastdp {
    height: 10rem;
    overflow: hidden;
    position: relative;
  }

  .avatar-trans {
    width: 1.2rem;
    max-width: 100%;
    margin-right: 0.7rem;
  }

  .avatar-wrapper {
    display: flex;
    justify-content: center;
  }

  .item-trans {
    color: #fff;
    background: #000;
    display: flex;
    width: 100%;
    border: 2px solid var(--t2-color);
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 0.45rem !important;
    padding: 0.4rem;
    position: relative;
    bottom: 0; /* Start the boxes at the bottom of the container */
    animation: moveUp 40s linear infinite;
  }

  .rupiah-trans {
    color: #2ec700;
  }

  .text-centertitle {
    text-align: center;
    color: var(--t1-color);
    margin-top: 0;
    font-size: x-large;
    font-family: verdana;
  }

  .divider-trans {
    margin-top: 1px !important;
    border-top: 1px solid rgb(0 0 0);
  }

  .progress21,
  .progress31 {
    padding: 3px;
    border-radius: 30px;
    background: var(--t4-color);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
      0 1px rgba(255, 255, 255, 0.08);
  }

  .progress-bar21,
  .progress-bar31 {
    height: 10px;
    border-radius: 30px;
    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.05)
    );
    transition: 0.4s linear;
    transition-property: width, background-color;
  }

  .progress-moved2 .progress-bar21 {
    width: 20%;
    background-color: var(--t1-color);
    animation: progressAnimation21 3s;
  }

  @keyframes progressAnimation21 {
    0% {
      width: 1%;
      background-color: var(--t2-color);
    }

    100% {
      width: 20%;
      background-color: var(--t1-color);
    }
  }

  .progress-moved11 .progress-bar31 {
    width: 30%;
    background-color: var(--t1-color);
    animation: progressAnimation31 3s;
  }

  @keyframes progressAnimation31 {
    0% {
      width: 1%;
      background-color: var(--t2-color);
    }

    100% {
      width: 30%;
      background-color: var(--t1-color);
    }
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 300% 0;
    }
    100% {
      background-position: 0 0;
    }
  }

  @keyframes moveUp {
    0% {
      transform: translateY(0); /* Initial position, no translation */
    }
    100% {
      transform: translateY(
        -1500px
      ); /* Move the box upwards by the height of container */
    }
  }


  .bottomnv {
    width: auto;
    margin-bottom: -26px;
  }

  .bottomnv li {
    display: inline-block;
    list-style-type: none;
  }

  .bottomnv li a {
    line-height: 11px;
    display: block;
    background: rgb(21, 21, 41) !important;
    border-radius: 10px 10px 10px 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 4px 16px;
  }

  .bottomnv_active {
    border-bottom: 1px solid yellow !important;
    border-top: 1px solid yellow !important;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    color: yellow !important;
  }

  a {
    color: white;
    text-decoration: none;
  }

  .contactusbg:nth-child(1) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contactusbg:nth-child(2) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contactusbg:nth-child(3) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contactusbg:nth-child(4) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contactusbg:nth-child(5) a {
    position: relative;
    top: 12px;
    left: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }


  .col-lg-102 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xs-offset-125 {
    margin-left: 13.33333333%;
  }

  .col-xs-102 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-offset-125 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-125 {
    margin-left: 8.33333333%;
  }

  .yellowfoot {
    width: auto;
    padding: 0px 0px 0px;
  }

  .bottomnv {
    width: auto;
  }

  .bottomnv .blacktp {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-right: 55px;
  }

  .blog-posts ol,
  ul {
    color: #e4302f;
    line-height: 20px;
    padding: 0 25px;
    font-weight: 300;
  }

  .contactusbg:nth-child(1) {
    background: url(../img/JuQe46v.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
  }

  .contactusbg:nth-child(2) {
    background: url(../img/JuQkESp.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
  }

  .contactusbg:nth-child(3) {
    background: url(../img/JuQvCbt.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
  }

  .contactusbg:nth-child(4) {
    background: url(../img/JuQ8moF.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
  }

  .contactusbg:nth-child(5) {
    background: url(../img/JuQS39p.png) no-repeat;
    width: 18%;
    height: 48px;
    background-size: 100%;
  }
  body {
    /* background: #000000 url() center center no-repeat !important; */
    background-attachment: fixed !important;
    background-position: top !important;
    background-size: cover !important;
    background: #810000 !important;
  }
  
  .navbar-fixed-top {
    border-bottom: none !important;
    background: url(../img/JYWrZ1j.gif) bottom center no-repeat !important;
    box-shadow: none !important;
  }
  
  .navbar-brand.skrollable.skrollable-after {
    background-size: 143px auto !important;
    margin-top: 0 !important;
  }
  
  .navbar-fixed-top .container {
    background-color: #00000000 !important;
  }
  
  .navbar-collapse .row .col-sm-7 {
    margin-left: 150px !important;
  }
  
  .slider #progressBar #bar {
    background: var(--t1-color) !important;
  }
  
  footer#footer {
    background-color: rgba(15, 15, 15, 0.7) !important;
    border-top: 3px solid var(--t2-color) !important;
    padding: 0.9rem !important;
    color: var(--w-color) !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    border-top-style: groove !important;
    width: 1170px !important;
    margin: auto !important;
    margin-top: -20px !important;
    box-shadow: rgb(0 0 0 / 90%) 0 12px 32px -2px,
      rgb(0 0 0 / 90%) 0 10px 12px -3px !important;
  }
  
  footer#footer .footer-bottom {
    background-color: var(--t6-color) !important;
  }
  
  .wcover p {
    color: #fff !important;
  }

  .blink {
    text-decoration: blink;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
  }
  @-webkit-keyframes blinker {
    from {
      opacity: 1.0;
    }

    to {
      opacity: 0.0;
    }
  }
  .btn-group.with-heading{
    display: inherit;
  }
  :root {
    --w-color: #ffffff;
    --b-color: #000000;
    --t1-color: #ff0000;
    --t2-color: #810000;
    --t3-color: #4e0c0c;
    --t4-color: #000000;
    --t5-color : #830000;
    --t6-color: #470000;
    }
    @font-face {
      font-family: Muli;
      src: url(../fonts/Muli.ttf);
    }
    h1, h2, h3, h4, h5, h6, a, button.btn-theme, .btn.btn-theme, span, .date, p, .copyright, li, thead, tbody, .row{
      font-family: Muli !important;
    }
    .tickercontainer{width:100%;margin:0px;padding:0px;overflow:hidden;}
    .tickercontainer .masking{position:relative;left:0px;width:100%;height:35px;overflow:hidden;}
    ul.newsticker{position:relative;width:100%;list-style-type:none;margin-top:7px;padding:0px;}
    ul.newsticker li{float:left;margin:0px;padding:0px;}
    ul.newsticker a{white-space:nowrap;padding:0px;margin:0 45px 0 0;color:#717171;}
    ul.newsticker span{margin:0 10px 0 0;}

/**************************************/
/************* SCROLL TOP *************/
/**************************************/
.scroll-top {
  display: none;
}
.scroll-top > a {
  z-index: 99;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scroll-top > a:hover {
  background-color: #e5bd38;
  color: white;
}

.slider #progressBar #bar {
  background: var(--t1-color) !important;
}
  
/**********************************/
/************* SLIDER *************/
/**********************************/
.slider,
.breadcrumbs {
  padding-top: 0px;
  position: relative;
}

.slider .navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 99;
}
.slider .navigation .btn {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 25px 8px;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider .navigation .btn i {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  top: 2px;
}
.slider .navigation .btn:focus {
  outline: 0;
}
.slider .navigation .btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.slider .navigation .btn:hover i {
  color: rgba(255, 255, 255, 0.7);
}
.slider .navigation .btn.next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.slider .navigation .btn.prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.slider #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1000;
}
.slider #progressBar #bar {
  width: 0%;
  max-width: 100%;
  height: 5px;
  background: #e5bd38;
}
.slider .owl-carousel {
  height: 480px;
}
.slider .owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.slider .owl-carousel .owl-controls .owl-pagination .owl-page span {
  margin: 5px 2px 7px;
  background-color: white;
  width: 8px;
  height: 8px;
}
.slider .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
}
.slider .owl-carousel .item {
  padding: 0px 0;
  color: white;
}
.slider .owl-carousel .item .caption {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.slider .owl-carousel .item .caption.animated {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider .owl-carousel .item img {
  max-width: 100%;
}
.slider .owl-carousel .item h1,
.slider .owl-carousel .item h2,
.slider .owl-carousel .item h3,
.slider .owl-carousel .item h4,
.slider .owl-carousel .item h5,
.slider .owl-carousel .item h6 {
  font-weight: 700;
}
.slider .owl-carousel .item h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
.slider .owl-carousel .item h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.slider .owl-carousel .item h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.slider .owl-carousel .item h4 {
  font-size: 22px;
}
.slider .owl-carousel .item h5 {
  font-size: 18px;
}
.slider .owl-carousel .item h6 {
  font-size: 16px;
}
.slider .owl-carousel .item p.lead {
  font-size: 22px;
  margin-bottom: 20px;
}
.slider .owl-carousel .item .btn {
  margin: 20px 0;
  -webkit-transition: all 0.15s linear !important;
  -moz-transition: all 0.15s linear !important;
  transition: all 0.15s linear !important;
}

}


@media(min-width: 1199px) {
  .list-bank-item {
    width: 50%;
    margin-bottom: 20px;
  }
  
  .list-bank-item img {
    height: 100%;
    width: 50%;
    border-radius: 10px;
  }
}

.list-bank-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

.list-bank-item .nama-bank {
  margin-top: 5px;
}

.list-bank-item img {
  height: 100%;
  width: 50%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

@media(max-width:762px) {
  .list-bank-item img {
    margin-left: 15%;
    width: 70%;
  }
}

/* POPUP IMAGE */

.modal-cust {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modalContent {
  margin: auto;
}

.modalContent .card-modal img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

@media(max-width:720px) {
  .modalContent {
    width: 70%;
    margin-top: 35%;
  }
}

@media(min-width:720px) {
  .modalContent {
    margin-top: 10%;
    width: 25%;
  }
}

#modalDesktop .modalContent {
  width: 40%;
}

#modalMobile .modalContent .card-modal,#modalDesktop .modalContent .card-modal {
  position: relative;
}

#modalMobile .modalContent .close-button,#modalDesktop .modalContent .close-button {
  padding: 4px 10px;
  border: none;
  border-radius: 50%;
  background: #ff0000;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  right: -10px;
  top: -10px;
  color: #fff;
}

/* End Desktop */