:root {
  --main-color: #ffee00;
  --second-color: #c0c0c0;
  --dark-color: #111c3f;
  --bs-body-bg: #250025;
  --border-color: #1d2c59;
  --login-bg: #01263f;
}
.togel input,
.togel select {
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  outline: none;
  border: none;
  background-color: var(--second-color);
  font-size: 14px;
}

.togel .row {
  text-align: center;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.togel .col-2 {
  background-color: #ff2b2b;
  cursor: pointer;
  padding: 1px 2px 5px 2px;
  font-weight: 700;
}
.togel .col-8 {
  padding-top: 3px;
}
.togel button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  outline: none;
  border: none;
  background-color: var(--bs-primary);
  color: #ffff;
}
.tutorial {
  margin-top: 30px;
  background-color: var(--main-color);
  color: #000;
  padding: 5px 20px 20px 20px;
  white-space: pre-line;
  margin-bottom: -20px;
}
.tutorial img {
  max-width: 100%;
  height: auto;
}
.navigasi {
  padding: 10px;
  text-align: center;
  background-color: var(--dark-color);
  border-bottom: 1px solid var(--border-color);
  position: relative;
  width: 100%;
}
.notif {
  position: absolute;
  right: 20px;
  top: 8px;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 25px;
  color: #fff;
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--dark-color);
}
::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

.rg__menu {
  width: 350px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0px 0px 4px 2px rgba(185, 185, 185, 0.1);
  -webkit-box-shadow: 0px 0px 4 2px rgba(185, 185, 185, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(185, 185, 185, 0.1);
}
.notif-konten::-webkit-scrollbar {
  width: 2px;
}

.notif-konten {
  overflow: auto;
  margin-bottom: 30px;
  max-height: 400px;
}
.notif-footer {
  text-align: center;
  padding: 10px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.notif-footer a {
  color: #000 !important;
  display: block;
  font-weight: 600;
}
.notif-konten .messages {
  padding: 20px;
  color: #ffffff;
  line-height: 1.4;
}
.notif-konten .messages a {
  color: #ffffff;
}
.messages a i {
  font-size: 12px;
  line-height: 2;
}
.notif-konten li:nth-child(even) a,
.messages:nth-child(even) {
  background-color: #424242;
}

.notif-konten .messages:last-child {
  padding-bottom: 40px;
}
#notify {
  background-color: #059142;
  color: #fff;
  font-size: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: 10px;
  right: 18px;
  z-index: 10;
}
.rg__menu h4 {
  text-align: center;
  background-color: var(--main-color);
  padding: 10px;
}
.navigasi img {
  margin: auto;
  width: auto;
  height: 50px;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.w-konten {
  padding-top: 80px;
  overflow-x: hidden;
}

.konten {
  margin: auto;
  width: 1000px;
  overflow: hidden;
}

tab a {
  display: block;
  text-align: center;
  padding: 15px 5px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(9, 77, 130);
  color: var(--main-color);
  background: radial-gradient(
    circle,
    rgba(9, 77, 130, 1) 0%,
    rgba(3, 111, 221, 1) 100%
  );
  border: dashed 2px var(--main-color);
  margin: 10px 0;
  transition: all 0.5s;
}

tab a:hover {
  background: radial-gradient(
    circle,
    rgba(3, 111, 221, 1) 0%,
    rgba(9, 77, 130, 1) 100%
  );
  transition: all 0.5s;
}

footer {
  background-color: var(--dark-color);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.konten-log {
  background-color: var(--login-bg);
  padding: 10px;
  width: 600px;
  margin: 10px auto;
}

.login_head {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bor_log {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
}
.rg-info {
  font-size: 14px;
  color: red !important;
  font-style: italic;
  display: block;
  margin-top: -5px;
}
.rg-input {
  display: block;
  margin: 10px 0;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 4px 15px;
  outline: none !important;
  bottom: none !important;
  background-color: #c0c0c0;
}
.rg-textarea {
  padding: 4px 15px;
  width: 100%;
  border: 1px solid var(--border-color);
}
.tengah {
  text-align: center;
  padding: 40px 0;
}
.remember {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.remember label {
  display: inline-block;
  padding: 0 5px;
  margin-top: -10px;
}

.rg-check-input {
  width: 18px !important;
  height: 18px !important;
}

.bor_log .label {
  color: #fff;
  margin-bottom: -10px;
  display: block;
}

.bor_log span {
  color: red;
  margin-top: -10px;
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}

.bor_log hr {
  border-color: #fff;
  opacity: 1;
}

.bor_log h2 {
  color: #fff;
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 20px 0;
}

.error_not {
  font-style: italic;
  color: red;
}

.w-200 {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

.btn-center {
  margin: auto;
  background-color: green;
  color: #fff;
  outline: none;
  border: none;
  display: block;
  padding: 4px 20px;
  border-radius: 4px;
}

.chaptcha {
  width: 100%;
  height: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 10px 0;
}

.member-info {
  background-color: #1f1f1f;
  padding: 10px 40px;
  color: #fff;
}

.kidung {
  background-color: var(--border-color);
  padding: 20px;
  margin-top: 10px;
}

.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background-color: #01263f;
  transition: 0.3s;
  overflow: hidden;
  z-index: 90000 !important;
  padding-top: 60px;
  color: #fff !important;
}

.menu ul {
  list-style: none;
  padding: 20px;
}

.menu ul li {
  margin-bottom: 10px;
}

.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: block;
  border: 2px solid #2aaaff;
  padding: 5px 10px;
  transition: all 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.menu ul li a:hover {
  background-color: #2aaaff;
  transition: all 0.3s;
}

.menu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
}

.kartu {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.kartu label {
  display: block;
  padding: 10px;
  min-width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 6px;
}

.bg-merah label {
  background-color: #ff4444;
}

.bg-hitam label {
  background-color: #010b13;
}

.kartu input[type="checkbox"] {
  display: none;
}
.kartu input[type="radio"] {
  display: none;
}
.bsr {
  text-transform: capitalize;
}
.kartu input {
  width: 100%;
}

.kartu input[type="checkbox"]:checked + label {
  background-color: #2aaaff;
}
.kartu input[type="radio"]:checked + label {
  background-color: #fff;
  color: #000;
}
.kartu .row {
  text-align: center;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.kartu .col-2 {
  background-color: #ff2b2b;
  cursor: pointer;
  padding: 0 2px 4px 2px;
  font-weight: 700;
}
.kartu .col-8 {
  padding-top: 2px;
}
.mt-100 {
  margin: 50px 0 140px 0 !important;
}

.pasang__div {
  margin: 40px 0;
  padding: 20px;
  background-color: var(--main-color);
  border-radius: 4px;
}
.pasang__div2 {
  margin: 40px 0;
  padding: 20px;
  background-color: #31498f;
}
.pasang {
  margin: auto;
  background-color: #000080;
  color: #fff;
  padding: 3px 20px;
  border-radius: 6px;
  outline: none;
  border: none;
}
.pasang:hover {
  background-color: #2aaaff;
}
.rg-table {
  width: 100%;
}
.rg-table th {
  padding: 4px 20px !important;
  background-color: #1d2c59 !important;
  color: #fff !important;
  vertical-align: middle;
}
.payment-method-column {
  min-width: 40%;
}
.rg-label {
  display: inline-block;
  transform: skew(-30deg);
  padding: 4px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.bg-topup {
  background-color: #2a3166 !important;
  color: #ffffff !important;
}

.bg-product {
  background-color: #3778c2 !important;
  color: #ffffff !important;
}

.bg-service {
  background-color: #797ef6 !important;
  color: #ffffff !important;
}

.bg-voucher {
  background-color: #cc5500 !important;
  color: #ffffff !important;
}

.bg-deposit {
  background-color: #228c22 !important;
  color: #ffffff !important;
}

.bg-withdraw {
  background-color: #001400 !important;
  color: #ffffff !important;
}

.bg-success {
  background-color: #059142 !important;
  color: #ffffff !important;
}

.bg-digital {
  background-color: #757575 !important;
  color: #ffffff !important;
}

.bg-pending {
  background-color: #722f37 !important;
  color: #fff !important;
}

.bg-failed {
  background-color: #010b13 !important;
  color: #ffffff !important;
}

.bg-reject {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}

.bg-cancel {
  background-color: #666664 !important;
  color: #ffffff !important;
}

.bg-request {
  background-color: #9400d3 !important;
  color: #ffffff !important;
}

.bg-refund {
  background-color: #f57251 !important;
  color: #ffffff !important;
}
.rg-label b {
  display: inline-block;
  transform: skew(30deg);
  background-color: transparent;
  font-weight: 600;
}
.rg-table td {
  padding: 4px 20px !important;
  background-color: #31498f !important;
  color: #fff !important;
  vertical-align: middle;
}

.pagination-container {
  position: relative;
}

.pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  width: 100%;
}

.pagination a {
  background-color: #0e005f;
  width: 30px;
  margin: 0 5px;
  color: #fff;
  display: block;
}

.pagination a.active-page {
  background-color: red;
}

.judul {
  text-align: center;
  font-size: 34px;
  text-decoration: underline;
  margin: 15px 0;
}

.rey_btn {
  display: inline-block;
  background-color: #0e005f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.5s;
  font-weight: 600;
}

.rey_btn:hover {
  background-color: #fff;
  color: #0e005f;
  transition: all 0.5s;
}

.hasil-pasang {
  border: 1px dashed #fff;
  padding: 2px 10px;
  display: inline-block;
  margin: 2px 0;
  color: #000;
  font-weight: 600;
}

.pending {
  background-color: black;
  color: #fff;
  padding: 4px 15px;
  border-radius: 15px;
  margin: 2px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}

.kalah {
  background-color: red;
  color: #fff;
  padding: 4px 15px;
  border-radius: 15px;
  margin: 2px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}

.menang {
  background-color: green;
  color: #fff;
  padding: 4px 15px;
  border-radius: 15px;
  margin: 2px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}

#RG_Loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#prog_rg {
  width: 60%;
  height: 15px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#prog_rg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--main-color);
  animation: prog_rgAnimation 3s linear forwards;
}

@keyframes prog_rgAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

#headtt {
  font-size: 26px;
  margin-bottom: 20px;
}

#description {
  text-align: center;
  margin-top: 20px;
}
.error-404 {
  padding: 40px 0;
}

.error-404 a {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #ff2b2b;
}

.syair {
  position: relative;
  background: var(--main-color);
  margin: 10px 0;
  color: var(--dark-color);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

.syair .table {
  font-size: 18px;
  font-weight: 600;
}
.syair .table th {
  font-size: 18px;
  background: red;
  border: 1px solid rgb(255, 64, 64);
  padding: 10px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}
.syair .table td {
  font-size: 18px;
  background: var(--main-color);
  border: 1px solid rgb(255, 64, 64);
  vertical-align: middle;
  padding: 10px;
}
.syair .table td:first-child {
  width: 10%;
  text-align: center;
  color: blue;
}
.syair .table th:first-child {
  width: 10%;
  text-align: center;
}
.syair::before,
.syair::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.syair content::first-letter {
  font-size: 22px;
  font-weight: 700;
  color: red;
}
.syair::before {
  width: 20px;
  height: 20px;
  background: var(--main-color);
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.syair::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: var(--bs-body-bg);
  border-left-color: var(--bs-body-bg);
}

content {
  display: block;
}
.running-text-container {
  width: 100%;
  overflow: hidden;
  background: radial-gradient(
    circle,
    rgba(9, 77, 130, 1) 0%,
    rgba(3, 111, 221, 1) 100%
  );
  padding: 5px 10px;
}

.running-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  padding: 5px;
}
.running-text b {
  color: var(--main-color);
  font-weight: 700;
  font-style: normal;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.blog {
  margin: 10px 0;
}
.thumb {
  overflow: hidden;
  height: 232px;
  width: 100%;
  position: relative;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.thumb img:hover {
  transform: scale(1.4);
  transition: all 1s;
}
.blog_area {
  margin: 10px 0;
  display: block;
}
.blog_area h2 {
  font-size: 18px;
  position: absolute;
  bottom: -10px;
  padding: 10px;
  background-color: #00000071;
  color: var(--main-color);
  line-height: 1.1;
  transition: all 0.6s;
}
.blog_area h2:hover {
  color: #fff;
  transition: all 0.6s;
}
.blog_hero {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
blog {
  margin: 20px 0;
  display: block;
}
blog h4 {
  padding: 10px;
  display: block;
  color: var(--bs-body-bg);
  background-color: var(--main-color);
}
.tags {
  background-color: var(--main-color);
  padding: 10px 20px;
  color: var(--bs-body-bg);
}
.tag a {
  display: inline-block;
  background-color: var(--dark-color);
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 15px;
  font-size: 12px;
}
.blog_konten {
  padding: 20px 0;
}

.p_card input[type="radio"],
.p_card input[type="checkbox"] {
  display: none;
}

.p_card label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  background-color: #c0c0c0;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 70px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  color: #353535;
}
.h-100 {
  max-height: 25px;
  width: auto;
}
.p_card input[type="radio"]:checked + label,
.p_card input[type="checkbox"]:checked + label {
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.2);
  filter: none;
}
.text-pay {
  text-align: right;
  font-weight: 700;
}
.p_card p {
  color: #353535;
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.p_card h4 {
  color: #353535;
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.bor_log h3 {
  font-size: 20px;
}

.depo h2.accordion-header .accordion-button {
  color: #fff;
  font-weight: 700 !important;
  font-size: 20px;
}
.depo .accordion-item,
.depo .accordion-item:focus {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
}
.depo .accordion-body {
  background-color: #585858;
  color: #fff;
}
.kon_wd {
  padding: 20px;
  background-color: #585858;
  border-radius: 6px;
  font-weight: 600;
}

.depo .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%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");
}

.depo .accordion-button,
.depo .accordion-button:first-child,
.depo .accordion-button:last-child {
  background-color: #585858;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
.depo {
  padding: 40px 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.depo .accordion-header {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.depo .accordion-item {
  background-color: #0e005f;
}
.depo .judul {
  margin-top: 0;
  margin-bottom: 40px;
}
.rgbutton:focus,
.rgbutton:active,
.rgbutton[disabled] {
  color: transparent !important;
}

.rgbutton:focus::before,
.rgbutton:active::before,
.rgbutton:disabled::before {
  content: "\f110";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  color: #000 !important;
  left: 44%;
  z-index: 4000;
  animation: fa-spin 1s infinite;
}
.rgbutton {
  border: none;
  position: relative;
  outline: none;
  background-color: var(--main-color);
  font-weight: 700;
  border-radius: 5px;
  padding: 4px 10px;
  text-align: center;
  display: block;
  max-width: 400px;
  font-size: 18px;
  margin: auto;
  margin-top: 40px;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
}
.rgbutton:hover {
  background-color: var(--dark-color);
  transition: all 0.5s;
  color: var(--main-color);
}
.btn-close {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
.hero {
  width: 100%;
  height: 1000px;
  position: relative;
  margin: 10px 0;
}
.silid {
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-tab {
  background-color: #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  align-items: center;
}

.payment-tab img {
  width: 100%;
}

.payment-tab h2,
#CheckOut h2 {
  font-size: 28px;
  text-transform: none !important;
}

.payment-tab h4 {
  font-size: 22px;
  margin-bottom: 4px;
}

.payment {
  margin: 40px 0;
}
.des {
  background-color: #0e005f;
  color: #fff;
  margin: 40px 0;
  padding: 20px;
}
.data_info {
  padding: 20px 40px 0 20px;
  border: 1px solid var(--border-color);
  line-height: 1.2;
  font-weight: 500;
}
.hide_pc {
  display: none;
}

@keyframes warna {
  0% {
    color: red;
  }
  25% {
    color: black;
  }
  50% {
    color: green;
  }
  75% {
    color: blue;
  }
  100% {
    color: white;
  }
}

.select-thumbnail {
  width: 50px !important;
  max-height: 50px !important;
  margin-right: 10px;
}

.select2-selection__rendered {
  display: none;
}

.select2 {
  display: flex;
  align-items: center !important;
  background-color: var(--second-color) !important;
  border-radius: 5px !important;
  padding-top: 10px !important;
  height: 50px !important;
  color: #1c1e1f !important;
}

.select2 span {
  background-color: var(--second-color) !important;
  border: none !important;
  color: #1c1e1f !important;
  outline: none !important;
}

.select2-results__option {
  color: #1c1e1f !important;
}

.select2-selection__arrow {
  height: 90% !important;
  padding-right: 20px !important;
}
.rg-group-flex {
  display: flex;
  flex-wrap: wrap;
}

.rg-group-flex input {
  flex: 0 0 auto;
  width: 70% !important;
  background-color: var(--second-color);
  padding: 8px 10px;
  border: none;
  outline: none !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rg-group-flex button {
  flex: 0 0 auto;
  width: 30%;
  background-color: var(--main-color);
  outline: none !important;
  border: none;
  padding: 8px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.first {
  margin-top: 50px !important;
}
.btn-min {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.rg__info {
  background-color: red;
  font-size: 14px;
  line-height: 1.2;
  font-style: italic;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 40px;
}
note {
  display: block;
  margin-top: 40px;
  background-color: red;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
}
.konten.support {
  background-color: var(--border-color);
  padding: 20px;
  text-align: center;
  color: var(--main-color);
  margin: 10px auto;
}
.support b {
  font-size: 20px;
  display: block;
  text-align: center;
}
.row.sup {
  align-items: center;
  text-align: center;
  justify-content: center;
}
.card_foot img {
  margin: auto;
  height: 80%;
  width: auto;
  max-width: 100%;
}
.card_foot {
  background-color: #c0c0c0;
  padding: 5px 10px;
  height: 40px;
  border-radius: 5px;
  margin: 5px 0;
}
.reff {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  background-color: var(--main-color);
  color: #000;
  font-weight: 600;
}

.kode_reff {
  background-color: var(--dark-color);
  text-align: center;
  padding: 10px;
  display: block;
}
.data_reff {
  background-color: var(--dark-color);
  padding: 10px 20px;
  margin: 5px 0;
}
.kupon {
  background-color: red;
  border: 1px dashed #fff;
  padding: 4px 20px;
  line-height: 1;
  display: inline-block;
  color: var(--main-color);
}
.rg_notif {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bs-body-bg);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.rg_notif.show {
  opacity: 1;
  visibility: visible;
}

.rg_messages {
  padding: 20px;
  color: #ffffff;
  background-color: #1c1e1f;
  width: 90%;
  margin: auto;
  font-size: 18px;
}

.rg_messages a {
  display: block;
  color: #ffffff;
}

.rg_messages:nth-child(even) {
  background-color: #424242;
}

.rg_right {
  text-align: right;
}

.delete-button {
  display: inline-block !important;
  background-color: var(--login-bg);
  color: #ffffff !important;
  padding: 5px;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
}

.konten-glass {
  padding: 10px 10px;
}
.voucher_form {
  margin: 50px 80px;
  display: flex;
  flex-wrap: wrap;
}
.errrrr {
  margin: 0 80px;
}
.notif_voucher {
  margin: 40px 80px;
  text-align: center;
  border: 2px dashed var(--main-color);
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
}
.voucher_form input {
  width: 70%;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 10px 20px;
}
.voucher_form button {
  width: 30%;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: var(--main-color);
  font-weight: 600;
}
.voucher_form bt {
  display: block;
  width: 100%;
  font-weight: 600;
}
.success-code {
  background-color: #086623;
  color: #ffff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
}
.error-code {
  background-color: #c70000;
  color: #ffff;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .konten {
    width: 720px;
  }
  .togel button {
    margin-top: 10px;
  }
  #headtt {
    font-size: 22px;
  }

  .member-info {
    padding: 10px 20px;
  }

  tab a {
    padding: 12px 5px;
    font-size: 20px;
  }
  .thumb {
    width: 100%;
    height: 162px;
  }
  .syair .table th {
    font-size: 16px;
  }
  .syair .table td {
    font-size: 16px;
  }
  .syair content::first-letter {
    font-size: 20px;
  }
  .voucher_form {
    margin: 40px 40px;
  }
  .errrrr {
    margin: 0 40px;
  }

  .notif_voucher {
    margin: 20px 40px;
  }
}

@media (max-width: 767px) {
  .konten {
    width: 540px;
  }
  .hero {
    height: 430px;
  }
  .silid {
    height: 430px;
  }
  tab a {
    padding: 10px 5px;
    font-size: 18px;
  }
  .card_foot {
    height: 35px;
    padding: 5px 5px;
  }
  #headtt {
    font-size: 20px;
  }

  .rg-table {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }

  .rg-table th {
    padding: 2px 10px;
    font-size: 14px;
  }

  .rg-table td {
    padding: 2px 10px;
    font-size: 14px;
    text-align: left;
  }
  .thumb {
    width: 100%;
    height: 258px;
  }
  .hide_pc {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
  }
  .btn {
    margin: 5px 0;
  }
  .payment-tab {
    padding: 30px;
  }
  .voucher_form {
    margin: 30px 30px;
  }
  .errrrr {
    margin: 0 30px;
  }
  .notif_voucher {
    margin: 20px 30px;
  }
}

@media (max-width: 600px) {
  .data_reff {
    padding: 10px 10px;
  }
  .voucher_form input {
    padding: 10px 15px;
  }
  .payment-tab {
    padding: 20px;
  }
  .hero {
    height: 320px;
  }
  .silid {
    height: 320px;
  }
  .rg__menu {
    width: 240px !important;
  }
  .pending {
    font-size: 12px;
  }

  .kalah {
    font-size: 12px;
  }

  .menang {
    font-size: 12px;
  }
  .rg-table td {
    padding: 2px 5px;
    font-size: 12px;
    text-align: left;
  }
  .rg-table th {
    padding: 2px 5px;
    font-size: 12px;
  }
  .konten,
  .konten-log {
    width: 96%;
  }
  .syair {
    padding: 20px;
  }
  tab a {
    padding: 10px 5px;
    font-size: 16px;
  }

  #headtt {
    font-size: 18px;
  }

  .hide_hp {
    display: none;
  }

  .member-info {
    padding: 10px 10px;
  }

  .depo input {
    min-height: 35px;
    padding: 4px 10px;
  }

  .voucher_form {
    margin: 20px 20px;
  }
  .errrrr {
    margin: 0 20px;
  }
  .notif_voucher {
    margin: 20px 20px;
  }
}

@media (max-width: 500px) {
  .thumb {
    height: 168px;
  }
  .voucher_form input {
    padding: 10px 10px;
  }
  .voucher_form {
    margin: 20px 10px;
  }
  .errrrr {
    margin: 0 10px;
  }
  .notif_voucher {
    margin: 10px 10px;
    font-size: 18px;
  }
}
