@media only screen and (max-width: 1000px) {
  :root,
  [data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
  }

  .h2,
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }

  .h3,
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }

  .h4,
  h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .h5,
  h5 {
    font-size: 1.25rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol,
  ul {
    padding-left: 2rem;
  }
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  img,
  svg {
    vertical-align: middle;
  }
  label {
    display: inline-block;
  }
  button {
    border-radius: 0;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-floating,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
  .input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-control,
  .input-group:not(.has-validation)
    > .form-floating:not(:last-child)
    > .form-select,
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
      .form-floating
    ) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
      .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem
      rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,
      background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
      var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid
      var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-flush .accordion-collapse {
    border-width: 0;
  }
  .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush .accordion-item .accordion-button,
  .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
  }
  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
  }
  .active.carousel-item-end,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
  }
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .offcanvas,
  .offcanvas-lg,
  .offcanvas-md,
  .offcanvas-sm,
  .offcanvas-xl,
  .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: flex !important;
  }
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .gap-1 {
    gap: 0.25rem !important;
  }
  .gap-2 {
    gap: 0.5rem !important;
  }
  .gap-3 {
    gap: 1rem !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }
  .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
  }
  .login-input-field {
    font-size: 1rem;
  }

  .login-input-field {
    font-size: 1.2rem;
  }

  .togel-desktop {
    display: none;
  }

  .togel-mobile {
    background: var(--secondary-background);
    grid-area: togel-mobile;
    padding: 24px;
    padding-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px 0px;
  }

  .togel-title {
    padding: 0px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--primary-text-color);
  }

  .my-navbar {
    height: 52px;
    padding: 0px;
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.6) 100%
      ),
      var(--primary-color);
    position: fixed;
    bottom: 0;
    color: white;
    z-index: 1100;
    display: flex;
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.75);
  }

  .navbar-item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navbar-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -16px;
  }

  .navbar-item-content > img {
    height: 36px;
    width: 36px;
  }

  .navbar-item-content > label {
    white-space: nowrap;
    margin-top: 4px;
    font-weight: bold;
    font-size: 10px;
    color: white;
  }

  :root {
    --primary-color: #ad0000;
    --primary-background: #280000;
    --line-color: #ad0000;
    --marquee-color: #ffffff;
    --marquee-background: #000000;
    --result-pasaran-color: #ffb809;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: linear-gradient(
      0deg,
      rgba(96, 0, 2, 1) 0%,
      rgba(150, 2, 2, 1) 100%
    );

    --result-background: #111111;
    --result-keluaran-color: #ffffff;
    --result-border: 3px solid #9e9e9e;

    --text-color: #e0e0e0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;

    --secondary-background: #000000;
    --hover-background: rgba(0, 0, 0, 0.9);
    --menu-item-color: var(--text-color);
  }
  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  html,
  body {
    font-family: "Ubuntu", sans-serif;
    color: var(--text-color);
    font-size: var(--text-size-default);
    background: var(--primary-background);
  }

  a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }

  ul {
    padding: 0;
  }

  .wrapper > * > * {
    margin: auto;
    width: 1000px;
  }

  .center {
    display: grid;
    place-items: center;
  }

  .btn {
    height: 30px;
    border-radius: 3px;
  }

  .btn-masuk {
    background: var(--button-masuk-color) !important;
    color: white;
  }

  .btn-daftar {
    background: var(--button-daftar-color);
    color: white;
  }

  .desktop-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }

  .btn-promosi {
    background: linear-gradient(60deg, #b08432, #cfbe87, #b08432);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 300%;
    animation: gradient 2s ease infinite;
  }

  .btn-informasi {
    background: -webkit-linear-gradient(60deg, #b08432, #cfbe87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header {
    background: var(--header-background);
    grid-area: header;
    height: 102px;
  }

  .header-content {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr auto;

    grid-template-areas:
      "logo login login"
      "logo menu promosi";
  }

  .logo {
    grid-area: logo;
    display: flex;
    align-items: center;
  }

  /* Desktop */
  .logoimg {
    height: 64px;
    width: 230px;
    object-fit: contain;
    object-position: left;
  }

  .login {
    grid-area: login;
    display: flex;
    justify-content: end;
    align-items: end;
  }

  .login-form {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
  }

  .login-field {
    width: 104px;
    height: 30px;
    border-radius: 3px;
  }

  .login-input-field {
    margin: 0px;
    padding: 0px 8px;
    border-radius: 3px !important;
  }

  .promosi {
    grid-area: promosi;
    display: flex;
    align-items: center;
  }

  .promosi2 {
    grid-area: promosi;
    display: flex;
    align-items: center;
  }

  .menu {
    grid-area: menu;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 1.1rem;
  }

  .menu-item > label {
    white-space: nowrap;
    color: var(--menu-item-color);
  }

  .devider {
    grid-area: devider;
    height: 3px;
    width: 100%;
    margin: 8px 0;
  }

  .marquee {
    height: 30px;
    color: var(--marquee-color);
    background: var(--marquee-background);
    grid-area: marquee;
    display: flex;
    font-size: 0.8rem;
    width: 100%;
    border-top: 2px solid var(--line-color);
  }

  .marquee-content {
    height: 100%;
    display: flex;
  }

  .running {
    padding: 0px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .running > .marquee-shadow {
    position: absolute;
    background: linear-gradient(
      90deg,
      var(--marquee-background) 0%,
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0) 90%,
      var(--marquee-background) 100%
    );
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .contentdata {
    grid-area: contentdata;
    background: var(--primary-background);
  }

  .contentdata > * {
    width: 100%;
  }

  .banner {
    aspect-ratio: 1920 / 380;
    background: var(--banner-background);
  }

  .provider {
    background: var(--provider-background);
    grid-area: provider;
  }

  .provider-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;

    /* "p-5 w-100 d-flex flex-column justify-content-center align-items-center" */
  }

  .transaksi {
    background: var(--transaksi-background);
    grid-area: transaksi;
    padding-bottom: 16px;

    display: flex;
    justify-content: space-between;
  }

  .transaksi-title {
    grid-area: transaksi-title;
    place-items: center;
    margin-bottom: 8px;
  }

  .transaksi-title-group {
    display: flex;
    align-items: end;
    gap: 4px;
  }

  .transaksi-kontak {
    display: flex;
  }

  .guidelines {
    grid-area: guidelines;
    background: var(--guidelines-background);
  }

  .guidelines-content {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .bantuan {
    padding: 16px;
    background: var(--bantuan-background);
    grid-area: bantuan;
  }

  .bantuan-content {
    display: flex;
    list-style-type: none;
  }

  .bantuan-devider {
    padding: 0 16px;
  }

  .footer {
    font-size: 0.9rem;
    background: var(--footer-background);
    grid-area: footer;
    padding: 16px 0;
    border-top: 2px solid #bdbdbd;
  }

  .copyright {
    display: flex;
    gap: 4px;
  }

  .footer-group {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .prepend {
    display: grid;
    place-items: center;
    background: var(--prepend-background);
    width: 40px;
    border: var(--prepend-border) solid var(--bs-border-color);
  }

  .prepend-icon {
    font-size: 18px;
    color: var(--prepend-color);
  }

  .devider {
    background: var(--devider-color);
  }

  .fitur-header {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1rem;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
  
  .mobile .wrapper {
      overflow-y: auto;
  }

  .wrapper {
    /* display: grid; */
    grid-template-columns: 1fr;
    grid-template-areas:
      "appbar"
      "marquee"
      "header"
      "contentdata"
      "togel-mobile"
      "devider"
      "provider"
      "transaksi"
      "bantuan"
      "footer"
      "guidelines";
  }

  .appbar {
    grid-area: appbar;
    height: 72px;
    display: grid;
    place-items: center;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;*/
  }

  .wrapper > * > * {
    margin: auto;
    width: 100%;
    padding: 0 var(--mobile-padding-horizontal);
  }

  .marquee {
    border-top: 3px solid var(--line-color);
  }

  .marquee-content {
    padding: 0px;
  }

  .header {
    height: auto;
    padding: 0px;
  }

  .header-content {
    padding: 0px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "marquee"
      "mslider"
      "menu-mobile"
      "menu-content"
      "login"
      "promosi";
  }

  .menu-mobile {
    grid-area: menu-mobile;
  }

  .menu-content {
    grid-area: menu-content;
  }

  .marquee-content {
    height: 100%;
  }

  .logo {
    display: none;
  }

  /* Mobile */
  .logoimg {
    height: 64px;
    width: 230px;
    margin: 0px;
    object-position: center;
  }

  .mslider {
    grid-area: mslider;
    aspect-ratio: 600/280;
    background: var(--primary-theme-color);
  }

  .menu {
    display: none;
    /*display: grid;*/
    /*place-items: center;*/
    /*grid-template-columns: repeat(7, 1fr);*/
    /* background: linear-gradient(0deg, rgba(0,0,0,0.08) 0%, rgba(255,255,255,0) 100%), var(--primary-color); */
    /*gap: 0px;*/
    /*border-bottom: 3px solid red;*/
  }

  .menu-item {
    height: 100%;
    width: 100%;
    font-size: var(--text-size-default);
    /*display: grid;*/
    /*place-items: center;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    padding-top: 4px;
    background: linear-gradient(
        90deg,
        rgba(26, 26, 26, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 10%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      var(--primary-color);
    /* border-left: 1px solid #555;
             border-right: 1px solid var(--primary-background); */
  }

  .menu-item:hover {
    color: var(--text-color);
  }

  .menu-item > label {
    white-space: nowrap;
    color: white;
    font-weight: bold;
    font-size: 10px;
    /*color: var(--marquee-color);*/
  }

  .menu-item > img {
    height: 30px;
  }

  .login {
    flex-direction: column;
  }

  .login-form {
    padding: 32px 0;
    margin: 0px 80px;
    display: flex;
    flex-direction: column;
  }

  .login-input-field {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 1rem;
  }

  .login-field,
  .login-form > button,
  .btn-promosi {
    height: 44px;
    width: 100% !important;
    border-radius: 8px;
    overflow: hidden;
  }

  .btn-masuk {
    font-size: 1.3rem;
    text-shadow: 1px 1px #000000;
    height: 44px !important;
    border-radius: 8px;
  }

  .btn-daftar {
    font-size: 1.3rem;
    text-shadow: 1px 1px #000000;
    height: 48px !important;
    border-radius: 8px;
  }

  .btn-daftar::after {
    font-family: "Font Awesome 5 Free";
    content: " \f234";
    align-content: center;
    font-weight: 700;
    font-size: 18px;
  }

  .promosi {
    padding: 0 calc(var(--mobile-padding-horizontal) * 2);
    gap: 4px;
  }

  .promosi > * {
    width: 100%;
  }

  .promosi2 > * {
    width: 100%;
  }

  .radiusbl{border-bottom-left-radius:7px;}
.radiusbr{border-bottom-right-radius:7px;}
.button-grey{background-color:#7f7e7e;}
.button-grey:active{background-color:#696969;}
.button-grey-pale{background-color:#2b2b2b;}
.menup{text-align:center;width:50%;float:left;display:inline-block;padding:8px;color:#ffffff;cursor:pointer;}
.button-blue{				background-color:#1e9fbe;	}
.button-blue:active{		 background-color:#1f8198;	}

.accordion-content{
	color: #dedede;
}

.accordion-content{display:none;padding:20px;overflow:auto;background:#2b2b2b;}

  .btn-promosi {
    background-size: 300% 300% !important;
    background: var(--button-promosi-color);
    -webkit-text-fill-color: black;
    font-weight: bold !important;
    animation: gradient 10s ease infinite;
    border-radius: 3px;
    display: grid;
    place-items: center;
  }

  .contentdata {
    background: var(--primary-background);
    padding: 12px 0;
  }

  .banner {
    aspect-ratio: 3;
  }

  .banner > * {
    border-radius: 16px;
    border-collapse: separate;
    border: 2px solid gray;
  }

  .togel-title {
    padding: 0px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .provider-group {
    padding: var(--mobile-padding-horizontal);
  }

  .transaksi-kontak {
    display: flex;
    flex-direction: column;
  }

  .transaksi-content {
    display: flex;
    flex-direction: column;
    /*padding: 0 calc(var(--mobile-padding-horizontal) * 2)*/
  }

  .bantuan-content {
    flex-direction: column;
    list-style: disc;
    gap: 8px;
  }

  .footer {
    font-size: 1rem;
    padding-bottom: 96px;
  }

  .footer-group {
    /*justify-content: space-between;*/
    flex-direction: column;
    width: 100%;
  }

  .copyright {
    flex-direction: column;
    font-size: 1rem;
    width: 100%;
  }

  .guidelines {
    grid-area: guidelines;
  }

  .fitur-header {
    font-size: 1.4rem;
  }

  .transaksi-group {
    display: grid;
    grid-template-columns: 380px 1fr;
    justify-content: space-between;
    grid-template-areas: "transaksi-bank transaksi-other";
  }

  .transaksi-bank {
    grid-area: transaksi-bank;
    display: grid;
    place-items: center;
  }

  .transaksi-other {
    grid-area: transaksi-other;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }

  .transaksi-list-bank {
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(4, 92px);
    grid-template-rows: repeat(4, auto);
    gap: 4px;
  }

  .transaksi-list-other {
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 92px);
    gap: 4px;
  }

  .transaksi-item {
    display: flex;
    flex-direction: column;
    /* transform: perspective(10px) rotateX(3deg); */
  }

  .transaksi-header {
    height: 30px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    font-weight: bold;
    border: 2px solid rgba(108, 108, 108, 1);
    background: rgba(54, 54, 54, 1);
    color: white;
  }

  .transaksi-status {
    margin-left: 3px;
    margin-right: 3px;
    height: 3px;
    border-radius: 0px 0px 4px 4px;
    background: rgb(54, 54, 54);
    background: linear-gradient(
      90deg,
      rgba(54, 54, 54, 1) 0%,
      rgba(108, 108, 108, 1) 50%,
      rgba(54, 54, 54, 1) 100%
    );
  }

  .status-green {
    background: rgb(44, 121, 6);
    background: linear-gradient(
      90deg,
      rgba(44, 121, 6, 1) 0%,
      rgba(168, 255, 0, 1) 50%,
      rgba(44, 121, 6, 1) 100%
    );
  }

  .status-blue {
    background: rgb(0, 80, 89);
    background: linear-gradient(
      90deg,
      rgba(0, 80, 89, 1) 0%,
      rgba(0, 255, 204, 1) 50%,
      rgba(0, 80, 89, 1) 100%
    );
  }

  .transaksi-name {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5rem;
  }

  .transaksi-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .transaksi-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "transaksi-bank"
      "transaksi-other";
    gap: 16px;
  }

  .transaksi-header {
    font-size: 1.1rem;
    height: 36px;
  }

  .transaksi-list-bank {
    grid-template-columns: repeat(4, 1fr);
  }

  .transaksi-list-other {
    grid-template-columns: repeat(4, 1fr);
  }

  .transaksi-item {
    width: 100%;
  }

  .transaksi-title-group {
    justify-content: center;
    padding: 16px 0;
  }

  .transaksi-name {
    font-size: 1.3rem;
    text-align: center;
  }

  .transaksi-wrapper {
    width: 100%;
    max-width: 100% !important;
    gap: 1rem;
  }
}

/* Start Mobile */
@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  button.btn-theme,
  .btn.btn-theme,
  span,
  .date,
  p,
  .copyright,
  li,
  thead,
  tbody,
  .row {
    text-align: justify !important;
  }
  .btn-daftar {
    animation: mymove 0.3s linear 0.3s infinite alternate;
  }
  
  @keyframes mymove {
    from {
      background: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
    }
    to {
      background: #fff;
    }
  }

  :root {
    --secondary-background: #0b0b0b;
    --primary-theme-color: black;
    --reverse-theme-color: white;
    --highlight-text-color: #ffd700;
    --page-link-background: linear-gradient(
      0deg,
      rgba(23, 26, 33, 1) 0%,
      rgba(71, 81, 99, 1) 100%
    );
    --page-link-color: var(--primary-text-color);
    --page-link-border: 1px solid #bdbdbd;
    --page-item-active-color: linear-gradient(
      0deg,
      rgba(18, 20, 25, 1) 0%,
      rgba(7, 8, 10, 1) 100%
    );
    --page-item-active-background: var(--primary-color);
    --page-item-active-border: 1px solid var(--primary-color);
    --devider-color: linear-gradient(
      90deg,
      rgba(224, 224, 224, 1) 0%,
      rgba(224, 224, 224, 1) 25%,
      rgba(97, 97, 97, 1) 25%,
      rgba(97, 97, 97, 1) 100%
    );
    --prepend-background: linear-gradient(#484e55, #3a3f44 60%, #313539);
    --prepend-color: #ffffff;
    --prepend-border: 0px;
    --content-box-background: rgba(20, 20, 20, 0.5);
    --informasi-menu-background: #333;
    --informasi-content-background: #000;
  }

  :root {
    --text-size-default: 0.875rem;
    --button-masuk-color: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
    --button-daftar-color: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
    --menu-background: #0f212e;
    --header-background: var(--primary-background);
    --content-background: var(--primary-background);
    --togel-background: var(--primary-background);
    --provider-background: var(--secondary-background);
    --transaksi-background: var(--secondary-background);
    --bantuan-background: var(--secondary-background);
    --guidelines-background: var(--secondary-background);
    --footer-background: var(--secondary-background);
    --button-promosi-color: linear-gradient(
      60deg,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c
    );
    --content-body-background: linear-gradient(
      0deg,
      var(--togel-background) 0%,
      var(--marquee-background) 100%
    );
    --mobile-padding-horizontal: 32px;
  }
  :root {
    --primary-color: #ad0000;
    --primary-background: #280000;
    --line-color: #ad0000;
    --marquee-color: #ffffff;
    --marquee-background: #000000;
    --result-pasaran-color: #ffb809;
    --result-tanggal-color: #ffffff;
    --result-tanggal-background: linear-gradient(
      0deg,
      rgba(96, 0, 2, 1) 0%,
      rgba(150, 2, 2, 1) 100%
    );

    --result-background: #111111;
    --result-keluaran-color: #ffffff;
    --result-border: 3px solid #9e9e9e;

    --text-color: #e0e0e0;
    --primary-text-color: #ffffff;
    --reverse-text-color: #000000;

    --secondary-background: #000000;
    --hover-background: rgba(0, 0, 0, 0.9);
    --menu-item-color: var(--text-color);
  }

  :root,
  [data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
      "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0)
    );
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
  }

  .form-control {
    height: 45px !important;
  }
  .togel-desktop {
    background: var(--togel-background);
    grid-area: togel-desktop;
    position: relative;
  }

  .togel-mobile {
    display: none;
  }

  .result {
    height: 110px;
    width: 96px;
    border-radius: 10px;
    background: var(--result-background);
    border: var(--result-border);

    display: grid;
    grid-template-rows: 0px 20px 1fr 28px;
    grid-template-areas:
      "badge"
      "pasaran"
      "keluaran"
      "tanggal";

    /* display: flex;
        flex-direction: column;
        justify-content: space-between; */

    overflow: hidden;
  }

  .badge {
    grid-area: badge;
    display: grid;
    place-items: center;
  }

  .result > .pasaran {
    grid-area: pasaran;

    padding-top: 8px;
    white-space: nowrap;
    font-size: 0.7rem;
    line-height: 0.7rem;

    color: var(--result-pasaran-color);
    display: grid;
    place-items: center;
  }

  .result > .tanggal {
    grid-area: tanggal;

    width: 100%;
    height: 100%;
    /* background: rgb(40,0,0);
        background: linear-gradient(0deg, rgba(80,0,0,1) 0%, rgb(164, 2, 2) 100%); */
    background: var(--result-tanggal-background);
    white-space: nowarp;
    font-size: 0.79rem;
    display: grid;
    place-items: center;
    font-family: "Abel", sans-serif;
    color: var(--result-tanggal-color);
  }
}

.togel-desktop {
  background: var(--togel-background);
  grid-area: togel-desktop;
  position: relative;
}

.togel-mobile {
  display: none;
}

.result {
  height: 110px;
  width: 96px;
  border-radius: 10px;
  background: var(--result-background);
  border: var(--result-border);
  
  display: grid;
  grid-template-rows: 0px 20px 1fr 28px;
  grid-template-areas:
  "badge"
  "pasaran"
  "keluaran"
  "tanggal"
  ;

  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */

  overflow: hidden;
}

.badge {
  grid-area: badge;
  display: grid;
  place-items: center;
}

.result>.pasaran {

  grid-area: pasaran;

  padding-top: 8px;
  white-space: nowrap;
  font-size: .7rem;
  line-height: .7rem;

  color: var(--result-pasaran-color);
  display: grid;
  place-items: center;
}

.result>.keluaran {

  grid-area: keluaran;
  padding-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  /* font-size: 40px; */
  color: var(--result-keluaran-color);
  display: grid;
  place-items: center;
}

.result>.tanggal {

  grid-area: tanggal;

  width: 100%;
  height: 100%;
  /* background: rgb(40,0,0);
  background: linear-gradient(0deg, rgba(80,0,0,1) 0%, rgb(164, 2, 2) 100%); */
  background: var(--result-tanggal-background);
  white-space: nowarp;
  font-size: .79rem;
  display: grid;
  place-items: center;
  font-family: 'Abel', sans-serif;
  color: var(--result-tanggal-color);
}

@media only screen and (max-width: 1000px) {
  
  .togel-desktop {
      display: none;
  }
  
  .togel-mobile {

      background: var(--secondary-background);
      grid-area: togel-mobile;
      padding: 24px;
      padding-bottom: 12px;
      box-shadow: rgba(0,0,0,1) 0px 0px 10px 0px;
  }

  .togel-title {
      padding: 0px;
      padding-bottom: 20px;
      font-size: 1.4rem;
      font-weight: bold;
      color: var(--primary-text-color);
  }


  .provider-group {
      padding: var(--mobile-padding-horizontal);
  }

  .badge {
      display: none;
  }

  .result {
      height: auto;
      width: 100%;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: 1fr 1fr 80px;
      grid-template-areas: "pasaran tanggal keluaran";
      border-radius: 0;
      border: none;
      background: transparent;
      padding: 4px 12px;
      color: var(--primary-text-color);
      font-family: 'Abel', sans-serif;
      
  }
  
              
  .result-data:nth-child(odd) {
      background: linear-gradient(0deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%), var(--secondary-background);
  }
  
              
  .accordion-item {
      background-color: transparent;
      border: 0px;
  }
  
  .accordion-button:not(.collapsed) {
      color: inherit;
      background-color: transparent;
      box-shadow: none;
  }
  
  .accordion-button::after {
      height: 0px;
  }


  .result>.pasaran {
      display: flex;
      justify-content: start;
      color: var(--primary-text-color)!important;
      opacity: .7;
      font-size: 1rem !important;
  }

  .result>.tanggal {        
      display: flex;
      justify-content: center;
      background: transparent;
      color: var(--primary-text-color)!important;
      opacity: .7;
  }

  .result>.keluaran {
      display: flex;
      justify-content: end;
      /*color: var(--primary-text-color)!important;*/
      font-family: 'Abel', sans-serif;
      color: red;
      font-size: 1.5rem;
  }

  .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;}
  


    .transaksi-group {
        display: grid;
        grid-template-columns: 380px 1fr;
        justify-content: space-between;
        grid-template-areas:
        "transaksi-bank transaksi-other";
    }
    
    .transaksi-bank {
        grid-area: transaksi-bank;
        display: grid;
        place-items: center
    }
    
    .transaksi-other {
        grid-area: transaksi-other;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    
    .transaksi-list-bank {
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(4, 92px);
        grid-template-rows: repeat(4, auto);
        gap: 4px;
    }
    
    .transaksi-list-other {
        height: fit-content;
        display: grid;
        grid-template-columns: repeat(3, 92px);
        gap: 4px;
    }
    
    
    .transaksi-item {
        display: flex;
        flex-direction: column;
        /* transform: perspective(10px) rotateX(3deg); */
    }
    
    .transaksi-header {

        height: 30px;
        border-radius: 5px;
        display: grid;
        place-items: center;
        font-weight: bold;
        border: 2px solid rgba(108,108,108,1);
        background: rgba(54,54,54,1);
        color: white;
    }
    
    .transaksi-status {
        margin-left: 3px;
        margin-right: 3px;
        height: 3px;
        border-radius: 0px 0px 4px 4px;
        background: rgb(54,54,54);
        background: linear-gradient(90deg, rgba(54,54,54,1) 0%, rgba(108,108,108,1) 50%, rgba(54,54,54,1) 100%);
    }
    
    .status-green {
        background: rgb(44,121,6);
        background: linear-gradient(90deg, rgba(44,121,6,1) 0%, rgba(168,255,0,1) 50%, rgba(44,121,6,1) 100%);
    }
    
    .status-blue {
        background: rgb(0,80,89);
        background: linear-gradient(90deg, rgba(0,80,89,1) 0%, rgba(0,255,204,1) 50%, rgba(0,80,89,1) 100%);
    }
    
    .transaksi-name {
        font-size: 1.1rem; 
        font-weight: bold; 
        line-height: 1.5rem
    }
    
    .transaksi-wrapper {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }


    @media only screen and (max-width: 768px) {
        
        .transaksi-group {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-areas:
            "transaksi-bank"
            "transaksi-other";
            gap: 16px;
            
        }
        
        .transaksi-header {
            font-size: 1.1rem;
            height: 36px;
        }
        
        .transaksi-list-bank {
            grid-template-columns: repeat(4, 1fr);
        }
        
        .transaksi-list-other {
            grid-template-columns: repeat(4, 1fr);
        }
       
        
        .transaksi-item {
            width: 100%;
        }
        
        .transaksi-title-group {
            justify-content: center;
            padding: 16px 0;
        }
        
        .transaksi-name {
            font-size: 1.3rem;
            text-align: center;    
        }

        .transaksi-wrapper {
            width: 100%;
            max-width: 100%!important;
            gap: 1rem;
        }
    }

}


.transaksi-group {
display: grid;
grid-template-columns: 380px 1fr;
justify-content: space-between;
grid-template-areas:
"transaksi-bank transaksi-other";
}

.transaksi-bank {
grid-area: transaksi-bank;
display: grid;
place-items: center
}

.transaksi-other {
grid-area: transaksi-other;
display: flex;
justify-content: space-evenly;
width: 100%;
}

.transaksi-list-bank {
height: fit-content;
display: grid;
grid-template-columns: repeat(4, 92px);
grid-template-rows: repeat(4, auto);
gap: 4px;
}

.transaksi-list-other {
height: fit-content;
display: grid;
grid-template-columns: repeat(3, 92px);
gap: 4px;
}


.transaksi-item {
display: flex;
flex-direction: column;
/* transform: perspective(10px) rotateX(3deg); */
}

.transaksi-header {

height: 30px;
border-radius: 5px;
display: grid;
place-items: center;
font-weight: bold;
border: 2px solid rgba(108,108,108,1);
background: rgba(54,54,54,1);
color: white;
}

.transaksi-status {
margin-left: 3px;
margin-right: 3px;
height: 3px;
border-radius: 0px 0px 4px 4px;
background: rgb(54,54,54);
background: linear-gradient(90deg, rgba(54,54,54,1) 0%, rgba(108,108,108,1) 50%, rgba(54,54,54,1) 100%);
}

.status-green {
background: rgb(44,121,6);
background: linear-gradient(90deg, rgba(44,121,6,1) 0%, rgba(168,255,0,1) 50%, rgba(44,121,6,1) 100%);
}

.status-blue {
background: rgb(0,80,89);
background: linear-gradient(90deg, rgba(0,80,89,1) 0%, rgba(0,255,204,1) 50%, rgba(0,80,89,1) 100%);
}

.transaksi-name {
font-size: 1.1rem; 
font-weight: bold; 
line-height: 1.5rem
}

.transaksi-wrapper {
display: flex;
flex-direction: column;
gap: .5rem;
}


@media only screen and (max-width: 768px) {

    .transaksi-group {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
        "transaksi-bank"
        "transaksi-other";
        gap: 16px;

    }

    .transaksi-header {
        font-size: 1.1rem;
        height: 36px;
    }

    .transaksi-list-bank {
        grid-template-columns: repeat(4, 1fr);
    }

    .transaksi-list-other {
        grid-template-columns: repeat(4, 1fr);
    }

    .transaksi-item {
        width: 100%;
    }

    .transaksi-title-group {
        justify-content: center;
        padding: 16px 0;
    }

    .transaksi-name {
        font-size: 1.3rem;
        text-align: center;    
    }

    .transaksi-wrapper {
        width: 100%;
        max-width: 100%!important;
        gap: 1rem;
    }

    .flex-column {
        flex-direction: column !important;
    }
    .flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }
}


@media(max-width:1099px) {
    .form-mobile-container {
      max-width: 1000px;
      margin: auto;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .form-label-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .form-label-wrapper label {
      flex: 0 0 100px;
      margin-right: 10px;
    }

    .form-label-wrapper input, .form-label-wrapper select {
      flex: 1;
      height: 45px;
      padding: 5px;
      box-sizing: border-box;
    }

    .button-register {
      display: block;
      width: 100%;
      padding: 10px;
      background-color: #4CAF50;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }

    .button-register:hover {
      background-color: #45a049;
    }

    .form-input-mobile {
        color: #000;
    }

    /* BANK STATUS */
    .bank-status {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      align-items: start;
      justify-items: stretch;
      justify-content: center;
    }

    .bank-status-list {
      margin: 3px;
      background: #f5f5f5;
      border-radius: 4px;
      padding: 3px 5px;
      height: 23px;
      width: 90%;
    }
    .bank-status-list img:first-child {
      width: 12px;
    }
    .bank-status-list img:last-child {
      width: 40px;
      margin-left: 15px;
    }

    /* MOBILE PROGESIVE JACKPOT */
    .progresif-jackpot {
      font-size: 28px;
      font-weight: bold;
      border-radius: 5px;
      text-align: center;
      color: #ffd000;
      background: url(../img/progressive-jackpot-small.gif) center;
      background-size: 100%;
      width: 100%;
      margin: 10px auto 20px;
      background-position-y: 1px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .bungkus-jackpot {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      display: flex;
      align-items: center;
      padding-top: 0px;
      justify-content: center;
      border-radius: 0px;
    }

    .progresif-jackpot span {
      color: white;
      margin-right: 15px;
      margin-top: 20px;
    }

    /* GAME SLIDER */
    .slider-game {
      width: 80%;
      margin: 0 auto;
    }

    .slick-slide img {
      width: 100%;
    }
}
/* End Mobile */

@media(min-width: 720px) and (max-width: 1199px) {
  .mobile,.mobile .wrapper,.mobile .wrapper .header {
    overflow-y: auto;
  }
}


@media(max-width:1100px) {

  /* NEW RESULT */

  .togel-result-container {
    margin-top: 2rem;
  }
  
  .togel-result-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    justify-items: stretch;
    justify-content: center;
    padding: 2px 0;
  }
  
  .togel-result-pool {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 2px;
    padding: 0px !important;
    border: 2px solid #fdd948 !important;
    background: linear-gradient(45deg, #1b0101, #470303, #470101);
    border-radius: 4px 4px 12px 12px;
    height: 90%;
    margin-bottom: 5PX;
  }
  
  .togel-pool-name {
    color: #fff !important;
    font-weight: bolder !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    width: 100% !important;
    text-align: center !important;
    background: linear-gradient(
        150deg,
        #ff4b4b 10%,
        #ff1818 21%,
        #e00909 33%,
        #be0300 44%,
        #ff4b4b 60%,
        #ff1818 73%,
        #e00909 85%,
        #be0300 100%
    );
    background-size: 400% 300%;
    animation: background-gold 4s infinite;
    padding: 4px 2px;
  }
  
  .togel-pool-date {
    font-size: 1rem !important;
    color: #fffadd !important;
    margin-left: 0% !important;
    padding-top: 2px;
    text-align: center;
    font-weight: 500;
  }
  
  .togel-pool-result {
    font-size: 1.8rem !important;
    color: #ffd519 !important;
    /* background: #000000ce; */
    padding: 0 10px;
    margin-bottom: 3px;
    border-radius: 10px 4px;
    /* border: 1px solid #ff1010; */
    font-weight: bolder !important;
    line-height: 1.5;
    max-width: 100%;
    max-height: 100%;
    white-space: pre-wrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    min-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  @keyframes background-gold {
    0% {
        background-position: 0% 82%;
    }
  
    50% {
        background-position: 100% 0%;
    }
  
    100% {
        background-position: 0% 82%;
    }
  }
}

@media only screen and (max-width: 1000px) {
    html, body {
        overflow: auto !important;
    }
    
    #main-content > #mobile-content {
        max-width: 100dvw !important;
    }
    
    .mobile-provider-group {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .provider-item {
        display: grid;
        place-items: center;
    }
    .provider-item > img {
        width: 100%;
        object-fit: contain;
    }
    
    #mobile-content .panel.panelbg {
        display:block;
        position:relative;
        width: 100%;
        max-width: 100%;
        background: transparent !important;
    }
    #mobile-content .panel-body, .card-body {
        font-size: 1.2rem;
    }
    #mobile-content .panel-body {
        padding: 0 !important;
    }
    #mobile-content .panel-body figure img {
        max-width: 100px !important;
    }
    #mobile-content .panel-body figure figcaption {
        font-size: 14px !important;
    }
}