@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --backgroundColor: #232323;
  --secondaryColor: #161616;
  --selectColor: #161616;
  --inputColor: #E5E9F2;
  --btnColor1: #AD8620;
  --btnColor2: #d26c18;
  --gradient: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  --gradient2: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  --gHover: #232323;
  --textColor: #ffffff;
  --primaryText: #000000;
}

.navbar-opm {
  padding: 15px 0;
  background-color: #232323 !important;
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.2);
}
.navbar-opm .navbar-brand .navbar-logo {
  position: relative;
  width: 235px;
}
.navbar-opm .navbar-brand .navbar-logo .logo-img {
  width: 170px !important;
}
.navbar-opm .navbar-brand .navbar-logo .label-img {
  position: absolute;
  max-width: 70px;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .navbar-opm .navbar-brand .navbar-logo .logo-img {
    width: 170px;
  }
  .navbar-opm .navbar-brand .navbar-logo .label-img {
    max-width: 70px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-opm .navbar-brand .navbar-logo {
    width: 150px;
  }
}
.navbar-opm .navbar-nav {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .navbar-opm .navbar-nav {
    margin-top: 30px;
  }
}

.navbar-toggler {
  padding: 0;
  margin-left: 10px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
  border-color: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-fixed-top.scrolled {
  background-color: #161616 !important;
  transition: background-color 200ms linear;
}

.user-account {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #AD8620;
}
.user-account:hover {
  color: #AD8620;
}
.user-account img {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .navbar-toggler {
    margin-left: 7px;
  }
  .user-account {
    font-size: 15px;
  }
  .user-account img {
    height: 20px;
    width: 20px;
    margin-right: 3px;
  }
}
.navbar-collapse .language-button {
  align-self: center;
  position: relative;
  text-align: end;
}
.navbar-collapse .language-button .button-icon {
  cursor: pointer;
  margin-left: 10px;
}
.navbar-collapse .language-button .button-icon img {
  filter: drop-shadow(0px 0px 2px linear-gradient(192.04deg, #FFE6D3 0%, #FFD8AB 43.75%, #AFB315 100%));
  border-radius: 50px;
  width: 25px;
}
.navbar-collapse .language-button .button-icon #icon-dropdown {
  transition: all 0.2s;
}
.navbar-collapse .language-button .button-icon #icon-dropdown.active {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.navbar-collapse .language-button .language-dropdown {
  position: absolute;
  right: 0;
  top: 30px;
  background: #fff;
  box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.4);
  scale: 0;
  transform-origin: top right;
  transition: all 0.2s;
}
.navbar-collapse .language-button .language-dropdown ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navbar-collapse .language-button .language-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 8px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.navbar-collapse .language-button .language-dropdown ul li img {
  width: 20px;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 2px linear-gradient(192.04deg, #FFE6D3 0%, #FFD8AB 43.75%, #AFB315 100%));
}
.navbar-collapse .language-button .language-dropdown ul li span {
  font-size: 13px;
  font-weight: 600;
}
.navbar-collapse .language-button .language-dropdown ul li:last-child {
  border-bottom: none;
}
.navbar-collapse .language-button .language-dropdown.active {
  scale: 1;
  transition: all 0.2s;
}

.footer {
  background-color: #161616;
}
.footer .footer-col {
  padding: 50px 0;
}
.footer .footer-col .footer-title {
  color: #AD8620;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}
.footer .footer-col .footer-provider {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
}
.footer .footer-col .footer-provider .provider-icon {
  margin: 0 5px 3px 0;
}
.footer .footer-col .footer-provider .provider-icon img {
  width: 100%;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.footer .footer-col .footer-provider .game-license {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-wrap: wrap;
}
.footer .footer-col .footer-provider .game-license img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  padding: 15px;
}
.footer .footer-col .footer-provider .sitemap {
  margin: 15px 0;
}
.footer .footer-col .footer-provider .sitemap .sitemap-link {
  display: block;
  padding: 3px 0px;
}
.footer .footer-col .footer-provider .sitemap a {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}
.footer .footer-col .footer-provider .sitemap a:hover {
  color: #AD8620;
}
.footer .trademark {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  padding: 20px 0;
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

body {
  font-family: "Poppins", sans-serif;
  background: #232323;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tombol {
  border-radius: 10px;
  color: #000000;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  border: none;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 3px 30px -6px rgba(255, 210, 63, 0.5);
}
.tombol:hover {
  background: #232323;
  color: #AD8620;
}

.tombol2 {
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 9px 25px;
  background: transparent;
  border: 2px solid #AD8620;
  font-weight: bold;
  margin-left: 15px;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
}
.tombol2:hover {
  color: #AD8620;
}

.btn-register {
  border-radius: 10px;
  color: #000000;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin-left: 15px;
  box-shadow: 0px 3px 30px -6px rgba(255, 210, 63, 0.5);
  display: flex;
  align-items: center;
}
.btn-register:hover {
  background: #232323;
  color: #AD8620;
}

.btn-login {
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  padding: 9px 25px;
  background: transparent;
  border: 2px solid #AD8620;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}
.btn-login:hover {
  color: #AD8620;
}

.btn-edit {
  border-radius: 10px;
  color: #000000;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin-left: 15px;
  box-shadow: 0px 3px 30px -6px rgba(255, 210, 63, 0.5);
}
.btn-edit:hover {
  background: #232323;
  color: #AD8620;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff !important;
  background-clip: padding-box;
  border: 1px solid #AD8620;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #AD8620;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000 !important;
  background-color: #E5E9F2;
  background-clip: padding-box;
  border: 1px solid #b2b9cb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #AD8620;
  border: 1px solid #AD8620;
  border-radius: 10px 0 0 10px;
}

.btn-center {
  text-align: center;
}

.btn-search {
  padding-top: 31px;
  padding-bottom: 31px;
}

.date-birth {
  border-radius: 0 10px 10px 0;
}

.mb-minus {
  margin-bottom: 0;
}

.mt-minus {
  margin-top: 0;
}

.mt-plus {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .btn-search {
    padding-top: 10px;
    padding-bottom: 28px;
    text-align: center;
  }
  .btn-login {
    border-radius: 7px;
    font-size: 11px;
    padding: 7px 15px;
    min-width: 70px;
  }
  .btn-register {
    border-radius: 7px;
    font-size: 11px;
    padding: 7px 15px;
    min-width: 70px;
    margin-left: 10px;
  }
}
.loginModal {
  border-radius: 20px;
  border: none;
}
.loginModal h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.loginModal h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #AD8620;
}
.loginModal span {
  color: #AD8620;
}
.loginModal p {
  font-size: 14px;
  margin: 20 0px;
}
.loginModal .loginModal-header {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  padding: 10px 20px !important;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: none !important;
}
.loginModal .loginModal-header .modal-title {
  text-align: center;
}
.loginModal .loginModal-form {
  background: #161616;
  border-radius: 0 0 20px 20px;
  padding: 20px 50px 30px;
}
.loginModal .loginModal-form .form-label {
  margin-top: 20px;
}
.loginModal .loginModal-logo {
  text-align: center;
  margin-top: 10px;
}
.loginModal .loginModal-logo img {
  width: 250px;
}
.loginModal .forgot {
  margin: 10px 0;
  text-align: right;
}
.loginModal .forgot a {
  color: #AD8620;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
}
.loginModal .forgot a:hover {
  color: #d26c18;
}

.bankModal {
  border-radius: 20px;
  border: none;
}
.bankModal h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.bankModal h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #AD8620;
}
.bankModal p {
  font-size: 14px;
  margin: 20 0px;
}
.bankModal .bankModal-header {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  padding: 10px 20px !important;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: none !important;
}
.bankModal .bankModal-header .modal-title {
  text-align: center;
  color: #000000;
}
.bankModal .bankModal-form {
  background: #000000;
  border-radius: 0 0 20px 20px;
  padding: 20px 50px 30px;
}
.bankModal .bankModal-form .form-label {
  margin-top: 10px;
}
.bankModal .bankModal-form .table-wrapper-scroll-y {
  background: none;
}
.bankModal .bank-account {
  margin-bottom: 10px;
}
.bankModal .bank-account .acc-details {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 3px 9px;
  background: #232323;
  border: 1px solid #E5E9F2;
  border-radius: 10px;
}
.bankModal .bank-account .acc-details .acc-name {
  font-size: 16px;
  color: #AD8620;
  font-weight: 600;
}
.bankModal .bank-account .acc-details .bank-name {
  color: #E5E9F2 !important;
}
.bankModal .center-items {
  text-align: center;
}
.bankModal .add-bank {
  display: none;
}
.bankModal .add-bank .btn-add-bank {
  border-radius: 10px;
  color: #000000;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin: 20px 10px;
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.5);
}
.bankModal .add-bank .btn-add-bank:hover {
  background: #232323;
  color: #000000;
}
.bankModal .add-bank .btn-cancel-bank {
  border-radius: 10px;
  color: #000000;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(to right, #ff4747, #b80000);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin: 20px 10px;
  box-shadow: 0px 3px 30px -6px rgba(255, 63, 63, 0.5);
}
.bankModal .add-bank .btn-cancel-bank:hover {
  background: linear-gradient(to right, #b80000, #ff4747);
  color: #000000;
}
.bankModal table thead {
  background: #161616;
  color: #AD8620;
  text-align: center;
}
.bankModal table tbody {
  width: 100%;
}
.bankModal table tbody tr {
  background-color: #161616;
}
.bankModal table tbody tr th {
  font-weight: 400;
  padding: 15px !important;
}
.bankModal table tbody tr td {
  text-align: center;
  padding: 15px !important;
}
.bankModal .my-custom-scrollbar {
  position: relative;
  height: 300px;
  overflow: auto;
}
.bankModal .table-wrapper-scroll-y {
  display: block;
}

.modal-content {
  background-color: #161616;
}
.modal-content .modal-header {
  background-color: #AD8620;
  color: #161616;
}

table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
table thead {
  background: #1e9fbe;
  color: #ffffff;
  text-align: center;
}
table tbody {
  width: 100%;
}
table tbody tr {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
}
table tbody tr th {
  font-weight: 400;
  padding: 15px !important;
}
table tbody tr td {
  text-align: center;
}
table tbody tr td .label-danger {
  background: #d00000;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
table tbody tr td .label-success {
  background: #188300;
  color: white;
  padding: 5px;
  border-radius: 5px;
}
table tbody tr td .detailSubAgent {
  color: #AD8620;
}
table tbody tr .th-warning {
  font-size: 12px;
  color: red;
  font-weight: 400;
  padding: 15px !important;
}
table tbody tr .td-2 {
  text-align: left;
  padding: 15px !important;
}
table tfoot {
  width: 100%;
}
table tfoot tr {
  background-color: #E5E9F2;
  color: #5143FE;
}
table tfoot tr th {
  font-weight: 400;
  padding: 15px !important;
}
table tfoot tr td {
  text-align: center;
  padding: 15px !important;
  font-weight: bold;
}
table tfoot tr .th-warning {
  font-size: 12px;
  color: red;
  font-weight: 400;
  padding: 15px !important;
}
table tfoot tr .td-2 {
  text-align: left;
  padding: 15px !important;
  font-weight: bold;
}

.thead2 {
  background: #E5E9F2;
  color: black;
  font-size: 14px;
}

.daterangepicker {
  background-color: #232323;
}
.daterangepicker .calendar-table {
  background: #232323;
  border: 1px solid #474748 !important;
  border-radius: 10px !important;
  padding: 0 !important;
}
.daterangepicker .calendar-table th {
  border-radius: 0 !important;
  font: 12px;
}
.daterangepicker .calendar-table th.available:hover {
  background-color: #684d08;
  border: #AD8620 !important;
}
.daterangepicker .calendar-table td {
  background: #000000;
  color: #AD8620;
  border-radius: 0 !important;
}
.daterangepicker .calendar-table td.active {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  font-weight: bolder;
}
.daterangepicker .calendar-table td.available:hover {
  background: #232323;
  color: #d26c18;
}
.daterangepicker .calendar-table td.in-range {
  background: #232323;
  color: #d26c18;
}
.daterangepicker .calendar-table td.end-date {
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  font-weight: bolder;
}
.daterangepicker .calendar-table td.off {
  background: #000000;
  color: #232323;
}

.daterangepicker .ranges li {
  color: #AD8620;
  background: #232323;
}

.daterangepicker .ranges li.active {
  background-color: #AD8620;
  color: #232323;
}

.daterangepicker .ranges li:hover {
  background-color: #AD8620;
  color: #232323;
}

.daterangepicker .applyBtn {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  border-color: transparent;
}

.daterangepicker .cancelBtn {
  background: transparent;
  color: #AD8620;
  border-color: #AD8620;
  margin: 0, 5;
}

.table-mobile table thead {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table-mobile table tr {
  display: block;
  margin-bottom: 0.625em;
  background-color: #465379;
}

.table-mobile table td {
  display: block;
  font-size: 0.8em;
  text-align: right;
  color: #AD8620;
  font-weight: bold;
}

.table-mobile table td::before {
  content: attr(data-tabel);
  float: left;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  width: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .daterangepicker {
    width: auto;
    padding: 8px;
  }
  .table {
    border: 0;
  }
}
figure.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100% !important;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  overflow-x: auto !important;
}

.nav-category {
  display: grid;
  margin: 30px 0;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 25px;
}
.nav-category a {
  text-decoration: none;
}
.nav-category a .category-item {
  background: #161616;
  color: #ffffff;
  border-radius: 20px;
  border: 3px solid #161616;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-category a .category-item:hover {
  border: 3px solid #AD8620;
}
.nav-category a .category-item.active {
  border: 3px solid #AD8620;
}
.nav-category a .category-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: auto;
  width: 60px;
  height: 60px;
  flex-direction: row;
}
.nav-category a .category-item .item-icon img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.nav-category a .category-item .item-name {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
}
.nav-category a .category-item:hover img {
  filter: grayscale(100%);
}
.nav-category a .category-item:hover .item-name {
  color: var(--secondary-color);
}
@media (max-width: 768px) {
  .nav-category a .category-item .item-name {
    margin-left: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .nav-category {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 5px;
  }
  .nav-category .category-item {
    width: auto;
    display: grid;
  }
  .nav-category .category-item .item-icon {
    flex-direction: column;
    max-height: 30px;
  }
}
/*Loader Css*/
.preloader {
  background-color: #232323;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.preloader .lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}
.preloader .lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #AD8620;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.preloader .lds-ellipsis span:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.preloader .lds-ellipsis span:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.register {
  margin-top: 70px;
  padding: 50px 0;
}
.register h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.register h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #AD8620;
}
.register span {
  color: #AD8620;
}
.register p {
  font-size: 21px;
  margin-bottom: 20px;
}
.register .header-title {
  text-align: center;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #000000;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.register .regiter-form {
  background: #161616;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
.register .regiter-form .forgot-password {
  -moz-text-align-last: right;
       text-align-last: right;
}
.register .regiter-form .forgot-password a {
  color: #AD8620;
}
.register .register-btn {
  margin: 20PX 0;
  text-align: center;
}
.register .register-btn .tombol {
  width: 350px;
  padding: 13px;
}
@media screen and (max-width: 768px) {
  .register .register-btn .tombol {
    width: 100%;
  }
}
.register .register-logo {
  text-align: center;
  margin: 20px 0;
}
.register .register-logo img {
  width: 300px;
}
.register .register-note {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
  color: #AD8620;
}

.aff-vip {
  background: #161616;
  padding-top: 60px;
}
.aff-vip h3 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 800;
}
.aff-vip p {
  font-size: 18px;
  margin-bottom: 40px;
}

.banner {
  padding-top: 120px;
}
.banner img {
  border-radius: 10px;
}

.services {
  margin-top: 90px;
  margin-bottom: 90px;
}
.services h3 {
  font-size: 32px;
  margin-bottom: 60px;
  text-align: center !important;
}
.services span {
  color: #AD8620;
  font-weight: 700;
}
.services img {
  border-radius: 10px;
}

.services-item {
  display: flex;
  align-items: center;
  background: none;
  padding: 20px 15px;
  border-radius: 10px;
}
.services-item:hover {
  background: #161616;
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.2);
}

.services-title {
  font-weight: 500;
  font-size: 18px;
  margin-left: 15px;
}
.services-title p {
  color: #AD8620;
}

.seo {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 50px 0;
}
.seo .seo-content {
  background: #161616;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.seo .content-name {
  font-size: 28px;
  color: #AD8620;
  margin-top: 40px;
  font-weight: 700;
}
.seo .content-desc {
  font-size: 18px;
}
.seo h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.seo h3 {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center !important;
  color: #AD8620;
}
.seo span {
  color: #AD8620;
}
.seo p {
  font-size: 21px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nav-link {
    margin-left: 30px;
    font-weight: 600;
    color: #ffffff !important;
  }
  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #AD8620;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }
  .aff-vip {
    padding-top: 135px;
    text-align: left !important;
  }
  .aff-vip img {
    margin-top: 0 !important;
  }
  .about h2 {
    margin-top: 50px;
  }
  .mb-minus {
    margin-bottom: -200px;
  }
  .mb-plus {
    margin-bottom: 0 !important;
  }
  .mt-minus {
    margin-top: -30px;
  }
  .reverse {
    flex-direction: unset !important;
  }
}
@media (min-width: 320px) {
  .nav-link {
    font-weight: 600;
    color: #ffffff !important;
  }
  .aff-vip {
    padding-top: 135px;
    text-align: center;
  }
  .aff-vip img {
    margin-top: 60px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .mb-plus {
    margin-bottom: 30px;
  }
  .seo {
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 50px 0;
  }
  .seo h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #AD8620;
    text-align: center;
    font-weight: bold;
  }
  .seo h3 {
    font-size: 22px;
    text-align: center !important;
    color: #AD8620;
    font-weight: bold;
  }
}
.product {
  background: #161616;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
  min-height: 400px;
}
.product:hover {
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.2);
}
.product .prod-name {
  font-size: 28px;
  color: #AD8620;
  margin-top: 25px;
  font-weight: 700;
}
.product .prod-desc {
  font-size: 18px;
}
.product .logo-slider {
  align-items: center;
}
.product .logo-slider .item {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #AD8620;
  border-radius: 5px;
  flex-wrap: wrap;
}
.product .logo-slider .item img {
  width: 100%;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product .logo-slider .slick-slide {
  margin: 7px;
}
.product .logo-slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.product .logo-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product .logo-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.product .logo-slider .slick-initialized .slick-slide {
  display: block;
}
.product .logo-slider .copy {
  padding-top: 20px;
}

.about {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 50px 0;
}
.about h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.about h3 {
  font-size: 42px;
  margin-bottom: 24px;
  text-align: center !important;
  color: #AD8620;
}
.about span {
  color: #AD8620;
}
.about p {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 30px;
  }
}

.commission {
  background: #161616;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.commission .com-name {
  font-size: 28px;
  color: #AD8620;
  margin-top: 40px;
  font-weight: 700;
}
.commission .com-desc {
  font-size: 18px;
}
.commission .com-indent {
  margin-left: 20px;
}
.commission .com-step {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.commission .com-btn {
  margin: 20px 0;
  margin-left: -15px !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.faq {
  padding: 50px 0;
  padding-bottom: 50px;
  margin-top: 60px;
}
.faq h3 {
  font-size: 42px;
  margin-bottom: 24px;
  text-align: center !important;
  color: #AD8620;
}
.faq .nav-pills {
  background: #161616;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq .nav-pills a {
  text-decoration: none;
}
.faq .nav-pills .nav-faq {
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
}
.faq .nav-pills .nav-faq:hover {
  background: #232323 !important;
  color: #AD8620;
}
.faq .nav-pills .active {
  background: #232323 !important;
  color: #AD8620;
}
.faq .faq-content {
  border-radius: 10px;
}
.faq .faq-content .custom-pull {
  border: none;
  border-radius: 30px;
  margin-bottom: 5px;
}
.faq .faq-content .custom-pull .custom-header {
  border: none;
  border-radius: 15px;
  font-weight: 600;
}
.faq .faq-img {
  margin: 20px 0;
}

.contact {
  background: #161616;
  border-radius: 10px;
  /* -webkit-box-shadow: 0px 3px 30px -6px rgb(63, 163, 255, 0.2); 
  -moz-box-shadow: 0px 3px 30px -6px rgba(81,67,254,0.2);
  box-shadow: 0px 3px 30px -6px rgb(63, 163, 255, 0.2); */
  padding: 20px 30px;
  margin-bottom: 30px;
  min-height: 540px;
}
.contact p {
  font-size: 18px;
  margin-top: -15px;
}
.contact p span {
  color: #AD8620;
}

.contact-title {
  font-size: 28px;
  color: #AD8620;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-title span {
  color: #ffffff;
}

.contact-desc {
  font-size: 18px;
}

.overview {
  background: #161616;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.overview p {
  font-size: 14px;
  margin: 5px;
  color: #ffffff;
}
.overview p span {
  color: linear-gradient(192.04deg, #FFE6D3 0%, #FFD8AB 43.75%, #AFB315 100%);
}
.overview .overview-title {
  font-size: 18px;
  color: linear-gradient(192.04deg, #FFE6D3 0%, #FFD8AB 43.75%, #AFB315 100%);
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.overview .overview-title span {
  color: #34364A;
}
.overview .overview-desc {
  font-size: 18px;
  padding: 15px 15px;
}
.overview .overview-badge {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: none;
  padding: 1px 15px;
}
.overview .overview-badge {
  color: #AD8620;
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: none;
  padding: 1px 15px;
}
.overview .overview-username {
  font-weight: 500;
  font-size: 22px;
  margin-left: 15px;
  color: #AD8620;
  font-weight: 700;
}
.overview .qrcode {
  text-align: -webkit-center;
}
.overview .affiliate-id {
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
  color: #000000;
  font-weight: 700;
}
.overview .copy-url {
  padding: 5px 15px;
}
.overview .row {
  padding: 10px 0px;
}
.overview .card-deck {
  display: flex;
}
.overview .card-deck .card {
  border-radius: 10px;
  background: #161616;
  margin: 0px 5px;
  width: 50%;
}
.overview .card-deck .card .card-header {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  text-align: center;
  border-radius: 10px 10px 0 0 !important;
  padding: 0.5rem 0.5rem;
}
.overview .card-deck .card .card-header h5 {
  color: #161616;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.overview .card-deck .card .card-body {
  padding: 0.5rem 0.5rem;
  display: flex;
  background: #232323;
}
.overview .card-deck .card .card-body h3 {
  font-size: 14px;
  margin: 5px;
  color: #AD8620;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .datepicker {
    left: 0rem !important;
    margin-top: 5rem;
    position: absolute;
  }
  .btn-search {
    padding-top: 31px;
  }
  .card-deck {
    flex-direction: column;
  }
  .card-deck .card {
    margin: 5px 5px !important;
    width: 100% !important;
  }
}
.myaccount {
  background: #161616;
  border-radius: 10px;
  /* -webkit-box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.2); 
  -moz-box-shadow: 0px 3px 30px -6px rgba(81,67,254,0.2);
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.2); */
  padding: 20px 30px;
  margin-bottom: 30px;
  min-height: 370px;
}
.myaccount .card {
  border-radius: 10px;
  background: #232323;
  margin-bottom: 15px;
}
.myaccount .card .card-header {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  color: #161616;
  text-align: center;
  border-radius: 10px 10px 0 0 !important;
}
.myaccount .ch-1 {
  text-align: left !important;
  font-size: 12px;
  padding: 0px 15px;
}
.myaccount .ch-2 {
  text-align: right !important;
  font-size: 12px;
  padding: 0px 15px;
}
.myaccount .ch-3 {
  text-align: left !important;
  font-size: 14px;
  padding: 0px 5px;
  font-weight: 600;
}
.myaccount .btn-account {
  border-radius: 10px;
  color: #000000;
  font-size: 16px;
  padding: 14px 25px;
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%);
  margin: 20px 0;
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin-left: 12px;
  box-shadow: 0px 3px 30px -6px rgba(255, 210, 63, 0.5);
  height: 50px;
  width: 250px;
}
.myaccount .btn-account:hover {
  background: #232323;
  color: #AD8620;
}
.myaccount .btn-account .fa {
  margin-right: 7px;
}

.btn-success {
  width: auto;
}

.card-promotion {
  background: rgb(238, 238, 238);
  height: 200px;
  border-radius: 20px;
}

.subagent {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 50px 0;
}
.subagent h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #AD8620;
}
.subagent h3 {
  font-size: 42px;
  margin-bottom: 24px;
  text-align: center !important;
  color: #AD8620;
}
.subagent span {
  color: #AD8620;
}
.subagent p {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .subagent h3 {
    font-size: 30px;
  }
}
.subagent .card {
  border-radius: 10px;
  background: #232323;
}
.subagent .card .card-header {
  background: linear-gradient(90deg, #AD8620 0%, #B7870B 23.96%, #EEB930 47.92%, #B88400 66.67%, #A37F25 100%) !important;
  color: #161616;
  text-align: center;
  border-radius: 10px 10px 0 0 !important;
}
.subagent .card .acc-details {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 3px 9px;
  background: #161616;
  border: 1px solid #E5E9F2;
  border-radius: 10px;
}
.subagent .card .acc-details .acc-name {
  font-size: 16px;
  color: #AD8620;
  font-weight: 600;
}
.subagent .card .acc-details .bank-name {
  color: #E5E9F2 !important;
}
.subagent .ch-1 {
  float: right;
  font-size: 12px;
  padding: 0px 15px;
}
.subagent .ch-2 {
  text-align: right !important;
  font-size: 12px;
  padding: 0px 15px;
}
.subagent .ch-3 {
  text-align: left !important;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: 600;
}

.right {
  float: right;
  -moz-text-align-last: right;
       text-align-last: right;
}/*# sourceMappingURL=style.css.map */

table#reportMember {
    margin-top: 25px;
}

