@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: #F6F8FD;
  --secondaryColor: #FFFFFF;
  --selectColor: #e4ecff;
  --inputColor: #E5E9F2;
  --btnColor1: #6667FF;
  --btnColor2: #3FA3FF;
  --gradient: linear-gradient(to right, #9A1AFF, #3FA3FF);
  --gHover: linear-gradient(to right, #3FA3FF, #9A1AFF);
  --textColor: #34364A;
  --primaryText: #FFFFFF;
}

.navbar-opm {
  padding: 15px 0;
  background-color: #fff !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 {
  max-width: 98px;
}
.navbar-opm .navbar-brand .navbar-logo .label-img {
  position: absolute;
  max-width: 70px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .navbar-opm .navbar-brand .navbar-logo .logo-img {
    width: 100px;
  }
  .navbar-opm .navbar-brand .navbar-logo .label-img {
    max-width: 40px;
    margin-left: 3px;
  }
}
@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(0);
}

.navbar-fixed-top.scrolled {
  background-color: #FFFFFF !important;
  transition: background-color 200ms linear;
}

.user-account {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #34364A;
}
.user-account:hover {
  color: #6667FF;
}
.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 #6667FF);
  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 #6667FF);
}
.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: #FFFFFF;
}
.footer .footer-col {
  padding: 50px 0;
}
.footer .footer-col .footer-title {
  color: #6667FF;
  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: #34364A;
}
.footer .footer-col .footer-provider .sitemap a:hover {
  color: #6667FF;
}
.footer .trademark {
  background: #6667FF;
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
}

body {
  font-family: "Poppins", sans-serif;
  background: #F6F8FD;
  color: #34364A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tombol {
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  border: none;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.5);
}
.tombol:hover {
  background: linear-gradient(to right, #3FA3FF, #9A1AFF);
  color: #FFFFFF;
}

.tombol2 {
  border-radius: 10px;
  color: #34364A;
  font-size: 12px;
  padding: 9px 25px;
  background: transparent;
  border: 2px solid #6667FF;
  font-weight: bold;
  margin-left: 15px;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
}
.tombol2:hover {
  color: #6667FF;
}

.btn-register {
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin-left: 15px;
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.5);
  display: flex;
  align-items: center;
}
.btn-register:hover {
  background: linear-gradient(to right, #3FA3FF, #9A1AFF);
  color: #FFFFFF;
}

.btn-login {
  border-radius: 10px;
  color: #34364A;
  font-size: 12px;
  padding: 9px 25px;
  background: transparent;
  border: 2px solid #6667FF;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
}
.btn-login:hover {
  color: #6667FF;
}

.btn-edit {
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  border: none;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  white-space: nowrap;
  margin-left: 15px;
  box-shadow: 0px 3px 30px -6px rgba(63, 163, 255, 0.5);
}
.btn-edit:hover {
  background: linear-gradient(to right, #3FA3FF, #9A1AFF);
  color: #FFFFFF;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #34364A;
  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;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #34364A;
  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: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #d3d7e2;
  border: 1px solid #b2b9cb;
  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: #6667FF;
}
.loginModal h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #6667FF;
}
.loginModal span {
  color: #6667FF;
}
.loginModal p {
  font-size: 14px;
  margin: 20 0px;
}
.loginModal .loginModal-header {
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  color: #fff;
  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: #FFFFFF;
  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: #6667FF;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
}
.loginModal .forgot a:hover {
  color: #3FA3FF;
}

.bankModal {
  border-radius: 20px;
  border: none;
}
.bankModal h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #6667FF;
}
.bankModal h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #6667FF;
}
.bankModal p {
  font-size: 14px;
  margin: 20 0px;
}
.bankModal .bankModal-header {
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  color: #fff;
  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;
}
.bankModal .bankModal-form {
  background: #FFFFFF;
  border-radius: 0 0 20px 20px;
  padding: 20px 50px 30px;
}
.bankModal .bankModal-form .form-label {
  margin-top: 10px;
}
.bankModal .bank-account {
  margin-bottom: 10px;
}
.bankModal .bank-account .acc-details {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 3px 9px;
  background: #E5E9F2;
  border: 1px solid #E5E9F2;
  border-radius: 10px;
}
.bankModal .bank-account .acc-details .acc-name {
  font-size: 16px;
  color: #6667FF;
  font-weight: 600;
}
.bankModal .bank-account .acc-details .bank-name {
  color: #34364A;
}
.bankModal .center-items {
  text-align: center;
}
.bankModal .add-bank {
  display: none;
}
.bankModal .add-bank .btn-add-bank {
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 25px;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  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: linear-gradient(to right, #3FA3FF, #9A1AFF);
  color: #FFFFFF;
}
.bankModal .add-bank .btn-cancel-bank {
  border-radius: 10px;
  color: #FFFFFF;
  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: #FFFFFF;
}
.bankModal table thead {
  background: #E5E9F2;
  color: #6667FF;
  text-align: center;
}
.bankModal table tbody {
  width: 100%;
}
.bankModal table tbody tr {
  background-color: #E5E9F2;
}
.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;
}

table {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
table thead {
  background: #6667FF;
  color: #FFFFFF;
  text-align: center;
}
table tbody {
  width: 100%;
}
table tbody tr {
  background-color: #FFFFFF;
}
table tbody tr th {
  font-weight: 400;
  padding: 15px !important;
}
table tbody tr td {
  text-align: center;
  padding: 15px !important;
}
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;
}

.datepicker table thead th {
  border-radius: 0;
}

.datepicker table thead {
  background: #3b3b3b;
  color: #3FA3FF;
}

@media screen and (max-width: 768px) {
  .table {
    border: 0;
  }
  .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;
  }
  .table-mobile table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .table-mobile table td::before {
    content: attr(data-tabel);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #9A1AFF, #3FA3FF);
    color: #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    width: 9rem;
    text-align: left;
  }
}
.nav-category {
  display: grid;
  margin: 30px 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 25px;
}
.nav-category a {
  text-decoration: none;
}
.nav-category a .category-item {
  background: #e4ecff;
  color: #34364A;
  border-radius: 20px;
  border: 3px solid #FFFFFF;
  padding: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-category a .category-item:hover {
  border: 3px solid #6667FF;
}
.nav-category a .category-item.active {
  border: 3px solid #6667FF;
}
.nav-category a .category-item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: auto;
  width: 60px;
  height: 60px;
}
.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: 10px;
  font-size: 14px;
  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: 0;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .nav-category a .category-item .item-name {
    margin-left: 0;
    font-size: 12px;
  }
}

@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;
  }
}
/*Loader Css*/
.preloader {
  background-color: #F6F8FD;
  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: #6667FF;
  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: #6667FF;
}
.register h3 {
  font-size: 42px;
  margin-bottom: 60px;
  text-align: center !important;
  color: #6667FF;
}
.register span {
  color: #6667FF;
}
.register p {
  font-size: 21px;
  margin-bottom: 20px;
}
.register .header-title {
  text-align: center;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 700;
}
.register .regiter-form {
  background: #FFFFFF;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
.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: #FF6565;
}

.aff-vip {
  background: #FFFFFF;
  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: #6667FF;
  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: #FFFFFF;
  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: #6667FF;
}

.seo {
  margin-top: 60px;
  margin-bottom: 35px;
  padding: 50px 0;
}
.seo .seo-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.seo .content-name {
  font-size: 28px;
  color: #6667FF;
  margin-top: 40px;
  font-weight: 700;
}
.seo .content-desc {
  font-size: 18px;
}
.seo h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #6667FF;
}
.seo h3 {
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center !important;
  color: #6667FF;
}
.seo span {
  color: #6667FF !important;
}
.seo p {
  font-size: 21px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nav-link {
    margin-left: 30px;
    font-weight: 600;
    color: #34364A !important;
  }
  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #6667FF;
    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: 120px;
  }
  .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: #34364A !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;
  }
}
.product {
  background: #FFFFFF;
  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: #6667FF;
  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: #6667FF;
  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: #6667FF;
}
.about h3 {
  font-size: 42px;
  margin-bottom: 24px;
  text-align: center !important;
  color: #6667FF;
}
.about span {
  color: #6667FF;
}
.about p {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 30px;
  }
}

.commission {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.commission .com-name {
  font-size: 28px;
  color: #6667FF;
  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: #6667FF;
}
.faq .nav-pills {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq .nav-pills a {
  text-decoration: none;
}
.faq .nav-pills .nav-faq {
  color: #34364A;
  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: #F6F8FD !important;
  color: #6667FF;
}
.faq .nav-pills .active {
  background: #F6F8FD !important;
  color: #6667FF;
}
.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: #FFFFFF;
  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: #6667FF;
}

.contact-title {
  font-size: 28px;
  color: #6667FF;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-title span {
  color: #34364A;
}

.contact-desc {
  font-size: 18px;
}

.overview {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.overview p {
  font-size: 18px;
  margin-top: -15px;
}
.overview p span {
  color: #6667FF;
}
.overview .overview-title {
  font-size: 18px;
  color: #6667FF;
  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 {
  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: #6667FF;
  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;
}

@media screen and (max-width: 768px) {
  .datepicker {
    left: 0rem !important;
    margin-top: 5rem;
    position: absolute;
  }
}
.myaccount {
  background: #FFFFFF;
  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;
}
.myaccount .card .card-header {
  background: linear-gradient(to right, #9A1AFF, #A37F25);
  color: #FFFFFF;
  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 15px;
  font-weight: 600;
}
.myaccount .btn-account {
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 14px 25px;
  background: linear-gradient(to right, #9A1AFF, #3FA3FF);
  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(63, 163, 255, 0.5);
  height: 50px;
  width: 250px;
}
.myaccount .btn-account:hover {
  background: linear-gradient(to right, #3FA3FF, #9A1AFF);
  color: #FFFFFF;
}
.myaccount .btn-account .fa {
  margin-right: 7px;
}

.btn-success {
  width: auto;
}

.card-promotion {
  background: rgb(238, 238, 238);
  height: 200px;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */