    .btn-masuk{
    background: rgb(255,209,0);
    --button-masuk-color: linear-gradient(90deg, #73592E, #B68F40, #EACB74, #B68F40, #73592E) !important;
    color: white !important;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000 !important;
     }
    .btn-daftar{
    background: rgb(255,209,0);
    --button-daftar-color: linear-gradient(90deg, #73592E, #B68F40, #EACB74, #B68F40, #73592E) !important;
    color: white !important;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000 !important;
    border: none !important;
    }
    .status-blue, .status-green{
   background: linear-gradient(90deg, #73592E, #B68F40, #EACB74, #B68F40, #73592E) !important;
    }
   .tanggal{
    background: none !important;
    color: #FFDC73 !important;
}
  .togel-content{
   gap: 0 !important;
}
.show-more-content{
 display: none !important;
}

  .alert {
    border: 1px solid #ff0037;
    box-shadow: #ff0037 0px 0px 10px 1px;
    border-radius: 5px;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: -25px;
  }
  .blinking {
    animation: blinkingText 1.5s infinite;
    margin: auto;
    display: block;
    font-weight: 900;
    color: #ff0037;
    text-shadow: #ff0037 0px 0px 3px;
  }
  @keyframes glowingBorder {
    0% {
      border-image-source: linear-gradient(
        90deg,
        #bf953f,
        #fcf6ba,
        #b38728,
        #fbf5b7,
        #aa771c
      );
    }
    50% {
      border-image-source: linear-gradient(
        90deg,
        #73592e,
        #b68f40,
        #eacb74,
        #b68f40,
        #73592e
      );
    }
    100% {
      border-image-source: linear-gradient(
        90deg,
        #a67c00,
        #ffdc73,
        #edc967,
        #ffdc73,
        #a67c00
      );
    }
  }

  .result {
    background-color: transparent;
    border: 3px solid transparent;
    border-image: linear-gradient(
      90deg,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c
    );
    border-image-slice: 1;
    animation: glowingBorder 5s infinite alternate;
  }
  
    .tombolklik {
    width: 100% !important;
    border-radius: 8px;
    background: linear-gradient(
      90deg,
      #73592e,
      #b68f40,
      #eacb74,
      #b68f40,
      #73592e
    ) !important;
    height: 44px;
    overflow: hidden;
    text-align: center;
    font-size: 1.3rem;
    text-shadow: 1px 1px #000000 !important;
    color: white !important;
    line-height: 40px;
    font-weight: bolder;
  }
  
  /* Kursor default seluruh halaman */
html, body {
  cursor: url("https://promosi.rin.quest/images-lite/cursor-3.png") 8 8, auto;
}

a, button, [role="button"], .btn {
  cursor: url("https://promosi.rin.quest/images-lite/cursor-3.png") 8 8, pointer;
}

input, textarea, [contenteditable="true"] {
  cursor: text;
}

  .popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none; /* muncul saat page load via jQuery */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: grid;
    place-items: center;
  }

  .popup-box {
    position: relative;
    background: rgba(212, 187, 130, 1);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .popup-box img {
    display: block;
    border-radius: 6px;
    cursor: pointer;
  }

  .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
  }