* {
    box-sizing: border-box;
    font-family: "Abel", sans-serif;
    font-size: 14px;
  }
  body {
    /*background-color: #2d0402; */
    background: #1E2431;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-size: cover;
  }
  p {
    margin: 0;
  }
  .hide-this {
    display: none;
  }
  h1,h2,h3,h4,h5,h6 {
      color: rgb(255, 255, 255);
  }
  p 
  {
      color: rgb(255, 255, 255);
  }
  ul,li,dl 
  {
      color: rgb(255, 255, 255);
  }
  @keyframes slide-in {
    0% {
      top: -100%;
    }
    100% {
      top: 50%;
    }
  }
  
  .mix {
    display: none;
  }
  
  .link-container {
    display: flex;
    justify-content: center;
    font-size: var(--x-large-font);
    padding: 0;
    width: 100%;
    margin: 10px 0;
  }
  .link-container a {
    width: 50%;
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
  }
  .register-button {
    background: linear-gradient(
      180deg,
      #05AC1F 0%,
      #05AC1F 90%,
      #05AC1F 0%
    );
    color: #fff;
  }
  .login-button {
    background: linear-gradient(to bottom, #6F35FF  0%, rgb(113, 36, 255) 46%, #6F35FF 100%);
    color: #fff;
  }
  a:hover {
    text-decoration: none;
    color: white;
  }
  
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .adv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  .title {
    display: flex;
    justify-content: center;
  }
  
  .title-text {
    color: white;
    font-size: 2.5rem;
  }
  
  .slot {
    display: block;
  }
  
  .slot .slot-sidebar {
    padding-left: 0;
    margin-top: 5px;
    background-color: #0000;
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  
  .btn-provider:hover {
    background-color: #69027e;
  }
  
  .slot-sidebar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .slot-sidebar-nav > li {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom, #74008b 0%, #74027e 46%, #b314fd 100%);
  }
  
  .slot-sidebar-nav > li > a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: #4c027e;
    border-radius: 5px;
  }
  
  .btn-provider {
    text-align: center;
    display: block;
  }
  
  .enter {
    display: none;
  }
  
  .btn-provider span {
    position: unset;
  }
  
  .active {
    background-color: #81019b;
  }
  
  .slot .content {
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    /* background-color: #7e0202;
      box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    background-color: #000000;
    box-shadow: 0 0 10px #000000;
  }
  /*.wrapper{*/
  /*    width: 100%;*/
  /*    padding: 0;*/
  /*    white-space: nowrap;*/
  /*    overflow: hidden;*/
  /*    position: relative;*/
  /*    z-index: 0;*/
  /*    padding-bottom: 20px;*/
  /*}*/
  
  /*.card{*/
  /*    float: left;*/
  /*    width: 20%;*/
  /*    background: transparent;*/
  /*    border: none;*/
  /*    text-align: center;*/
  /*    position: relative;*/
  /*}*/
  
  .wrapper {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .card {
    width: 20%;
    border: none;
    text-align: center;
    position: relative;
    background: linear-gradient(to bottom, #751fff 0%, #79019e 46%, #751fff 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  
  /*.card {*/
  /*    width: 20%;*/
  /*    border: none;*/
  /*    text-align: center;*/
  /*    position: relative;*/
  /*    background: linear-gradient(to bottom,#320400 0,#6c0700 100%);*/
  /*    border-radius: 10px 10px 10px 10px;*/
  /*    box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
  /*    display: flex;*/
  /*    justify-content: space-around;*/
  /*    margin: 5px;*/
  /*}*/
  
  .card-content {
    margin: 10px;
    background: #da1fff;
    border-radius: 5px;
    font-size: 12px;
    border: none;
    overflow: hidden;
    padding: 10px;
    position: relative;
  }
  
  .card img {
    border-radius: 20px;
    border: 2px solid #808080;
  }
  
  .percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
  }
  
  .percent-bar {
    /* background-color: #7e0202; */
    background-image: linear-gradient(
      45deg,
      rgba(230, 8, 8, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(230, 8, 8, 0.15) 50%,
      rgba(230, 8, 8, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 1rem 1rem;
    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: #7e0202; */
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
  }
  
  .yellow {
    background-color: #ffc107;
  }
  
  .green {
    background-color: #28a745;
  }
  
  .red {
    background-color: #dc3545;
  }
  
  .hover-btn {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    transition: all 0.1s ease-in-out;
    z-index: 10;
    border-radius: 12%;
    width: 90%;
    opacity: 0;
  }
  .card {
    transition: 0.3s;
  }
  .card:hover {
    transform: scale(1.1);
  }
  
  .maintenance {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
  }
  
  .maintenance p {
    position: relative;
    top: 40%;
    font-size: 13px;
  }
  
  .play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 40% 30px 42% 30px;
    background: linear-gradient(to bottom, #da1fff 0%, #42027e 88%);
    color: #000;
    border-radius: 18px;
    transition: all 0.3s ease;
  }
  
  .play-btn:hover {
    background: linear-gradient(to top, #da1fff 0%, #42027e 88%);
  }
  
  .img-zoom {
    transition: all 0.45s ease-in-out;
  }
  
  .ygg-img {
    border: 5px solid #da1fff;
  }
  
  .hover-btn:hover {
    opacity: 100%;
  }
  
  .hover-btn:hover ~ .img-zoom {
    /* transform: scale(1.2); */
    position: relative;
  }
  
  .short {
    display: none;
  }
  .next-btn {
    /* display: none; */
    background: linear-gradient(to bottom, #65027e 0%, #45006d 46%, #46027e 100%);
    width: 15%;
  }
  
  .mySlides {
    display: none;
  }
  
  .next-btn {
    background-color: #da1fff;
    border: none;
    color: #fff;
  }
  .site-footer {
    text-align: center;
    padding: 10px;
    color: white;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1400px;
    }
  }
  
  @media (max-width: 992px) {
    .slot-sidebar-nav {
      flex-wrap: nowrap;
    }
    .slot-sidebar {
      float: none !important;
      width: 100% !important;
      flex: none !important;
      max-width: 100% !important;
      padding-right: 0 !important;
    }
    .content {
      float: none !important;
      width: 100% !important;
      flex: none !important;
      max-width: 100% !important;
    }
    .card {
      /*width: 33.3% !important;*/
      width: 50% !important;
    }
    .hover-btn {
      display: none;
    }
    .hover-btn:hover ~ .img-zoom {
      transform: scale(1);
      position: relative;
    }
    .btn-provider {
      text-align: center;
      display: block;
    }
    .enter {
      display: block;
    }
    .btn-provider span {
      position: unset;
    }
    .btn-provider i {
      margin: 0;
    }
    .slot-sidebar-nav li {
      border-bottom: none;
    }
    .slot-sidebar-nav li a p {
      font-size: 14px;
    }
    .img-zoom {
      height: auto;
    }
    .slot-sidebar-nav li a img {
      height: 35.5px !important;
    }
    p.long {
      display: none;
    }
    p.short {
      display: none;
      font-size: 8px;
    }
    .card-content,
    .pola.jamBg {
      padding: 0;
    }
  
    .jam span {
      color: #fff;
      font-size: 12px;
      padding-left: 5px;
    }
    *,
    .jam h5 {
      font-size: 11px;
    }
    .maintenance p {
      font-size: 5px;
    }
    .pola.jamBg span {
      padding-left: 0;
    }
    section form label {
      font-size: 12px !important;
    }
    .pola.jamBg span {
      padding-left: 0 !important;
    }
  }
  
  .jam {
    margin-bottom: 5px;
    padding: 8px;
    color: #fff;
    font-weight: bold;
  }
  .jam span {
    color: #fff;
    background: #6625F2;
    padding: 5px;
  }
  
  .jamgacor {
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
  }
  .pola.jamBg {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
    font-size: 0.9em;
  }
  .pola.jamBg {
    line-height: 2;
    background: linear-gradient(to bottom, #6625F2 0%, #42027e 46%, #6625F2 100%);
    margin-top: 20px;
  }
  .jam h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.1rem;
  }
  
  .alert-info {
    color: #a7bd21;
    background-color: #6625F2;
    border-color: transparent;
    text-align: center;
    font-size: 14px;
  }
  
  .flex {
    display: flex;
  }
  .artikel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .container img:first-child {
    width: 300px;
  }
  
  section form {
    padding: 30px 10px;
  
    background: linear-gradient(to bottom, #6625F2 0%, #3c027e 46%, #6625F2 100%);
  }
  section form label {
    color: #ffffff;
    margin: 0px 8px;
    font-weight: bold;
    font-size: 14px;
  }
  section form select,
  section form input {
    height: 2.5rem;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    border-radius: 1rem;
  }
  
  section.form {
    margin-bottom: 20px;
  }
  
  #form_order select,
  #form_order input {
    width: 100%;
    max-width: 100%;
    color: #ffffff;
  }
  .search-input {
    margin-bottom: 1em;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
      box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
  }
  
  #form_order select,
  #form_order input {
    border-radius: 10px;
    margin: 5px 0;
    background: rgb(37, 3, 100);
    border: 1px solid #42027e;
  }
  
  @media (max-width: 768px) {
    .grid {
      display: block;
    }
  }
  
  section.results {
    position: relative;
  }
  .message {
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
  }
  .message p {
    color: #fff;
    font-size: 18px;
  }
  
  .marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #fff;
  }
  
  .marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
  }
  
  @-moz-keyframes scroll-left {
    0% {
      -moz-transform: translateX(-100%);
    }
    100% {
      -moz-transform: translateX(100%);
    }
  }
  
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
    }
  }
  
  @keyframes scroll-left {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  /* show more/less */
  
  #show-less {
    display: none;
  }
  .card {
    display: none;
  }
  .show-btn-wrapper {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 2.5em;
  }
  
  .show-btn {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
    margin: 1em 0.75em;
  }
  
  @media (min-width: 768px) {
    .show-btn {
      padding: 19px 32px;
    }
  }
  
  .show-btn:before,
  .show-btn:after {
    border-radius: 80px;
  }
  
  .show-btn:before {
    background-image: linear-gradient(92.83deg, #6625F2 0, #6625F2 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }
  
  .show-btn:after {
    background-color: initial;
    background-image: linear-gradient(#6625F2 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }
  
  .show-btn:hover:not(:disabled):before {
    background: linear-gradient(
      92.83deg,
      rgb(96, 38, 255) 0%,
      rgb(96, 38, 255) 100%
    );
  }
  
  .show-btn:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  
  .show-btn:active:not(:disabled) {
    color: #ccc;
  }
  
  .show-btn:active:not(:disabled):before {
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.2)
      ),
      linear-gradient(92.83deg, #6625F2 0, #6625F2 100%);
  }
  
  .show-btn:active:not(:disabled):after {
    background-image: linear-gradient(#440f54 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }
  
  .show-btn:disabled {
    cursor: default;
    opacity: 0.24;
  }
  
  /* end show more */
  