@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  font-family: 'Roboto', sans-serif;
}

:root {
  --primary-color: #edb12f !important;
  --secondary-color: #121212;
  --text-white: #fff;
  --btn-color: white;
  --bg-color: black;
}

body {
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
  background-color: #000;
}

.container {
  max-width: 1170px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #edb12f !important;
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  line-height: 1.1;
  font-weight: 500;
  color: var(--text-white);
}

.title {
  font-size: 32px;
  line-height: 1.0;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s;
}

.btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-color);
  text-transform: capitalize;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  padding: 0;
  border: none !important;
  vertical-align: top;
}

.btn:hover {
  color: var(--primary-color);
}

.btn-primary {
  color: #000 !important;
  background: #f0b927 !important;
  padding: 5px 10px;
  border-radius: 3px;
  border: none !important;
  outline: 1px solid #f0b927;
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}

.btn-primary:hover {
  outline-offset: 8px;
  outline-color: transparent;
}

label {
  margin-bottom: 5px;
}

.form-control {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #edb12f !important;
  box-shadow: none !important;
  outline: none !important;
}

select.form-control {
  background-color: #395375 !important;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 15px auto;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control:-moz-placeholder {
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*default-css-end*/
#particle-canvas {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

#particle-canvas>div {
  background: #000 !important;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}

.topbar-main {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background-color: #121212;
}

.topbar-right .dropdown a:after {
  display: none;
}

.topbar-main .topbar-left img {
  max-height: 80px;
}

.nav .nav-item:not(:last-of-type) {
  margin-right: 30px;
}

.nav .nav-link {
  padding: 0 !important;
  border-bottom: 1px solid transparent;
  color: var(--text-white) !important;
}

.dropdown-menu {
  background-color: #000;
  border: 2px solid var(--primary-color);
}

.dropdown-menu .dropdown-item {
  color: var(--text-white) !important;
  font-size: 14px;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color);
  color: white !important;
}

.dash-main {
  z-index: 1;
  padding: 30px 0 35px;
  min-height: calc(100vh - 236px);
  min-height: -webkit-calc(100vh - 236px);
  min-height: -moz-calc(100vh - 236px);
  min-height: -ms-calc(100vh - 236px);
}

.dash-main.dash-inner {
  padding: 50px 0;
}

.balance-main .more-space {
  margin-bottom: 25px;
}

.dash-card {
  background-size: 60px auto;
  border-radius: 7px;
  outline: 2px solid var(--primary-color)6e;
  padding: 30px 15px;
  box-shadow: 3px 3px 5px rgb(237 177 47 / 87%) inset, -2px -2px 10px rgb(252 218 76 / 66%) inset;
  transition: all ease-in-out 0.45s;
  -webkit-transition: all ease-in-out 0.45s;
  -moz-transition: all ease-in-out 0.45s;
  -ms-transition: all ease-in-out 0.45s;
}

/* .dash-card {
  background-size: 60px auto;
  border-radius: 7px;
  outline: 2px solid rgb(253 210 50);
  padding: 30px 15px;
  box-shadow: 3px 3px 5px rgb(253 210 50) inset, -2px -2px 10px rgb(253 210 50) inset;
  box-shadow: 3px 3px 5px rgb(7 58 122) inset, -2px -2px 10px rgb(0 149 255 / 44%) inset;
  transition: all ease-in-out 0.45s;
  -webkit-transition: all ease-in-out 0.45s;
  -moz-transition: all ease-in-out 0.45s;
  -ms-transition: all ease-in-out 0.45s;
} */

.dash-card:hover {
  outline-color: #000;
  outline-offset: 8px;
}

.deposit-history.dash-card {
  background-size: 150px auto;
}

.balance-outer.dash-card {
  height: 100%;
}

.balance-outer .img-outer {
  border-radius: 100%;
  background-color: #000;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 6px rgb(253 210 50);
  margin-right: 15px;
}

.balance-outer .content-outer {
  width: calc(100% - 75px);
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: -ms-calc(100% - 75px);
}

.balance-outer .content-outer h5 {
  margin: 0;
}

.balance-outer .img-outer img {
  max-width: 30px;
}

.balance-outer h4 span {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 2px;
}

.earning-history {
  margin: 15px 0 0;
}

.earning-history li:not(:last-of-type) {
  margin-right: 10px;
}

.earning-history li p {
  color: var(--primary-color);
}

.refer-box>.img-outer {
  width: 350px;
}

.refer-box>.content-outer {
  width: calc(100% - 370px);
  width: -webkit-calc(100% - 370px);
  width: -moz-calc(100% - 370px);
  width: -ms-calc(100% - 370px);
}

.download-btn {
  margin-top: 15px;
}

.deposit-form .deposit-btn {
  margin: 20px 0 0;
}

.footer-main {
  background-color: #121212;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.footer-nav {
  margin: 10px 0px 0px;
}

.footer-nav li:not(:last-of-type) {
  margin-right: 30px;
}

.footer-social li:not(:last-of-type) {
  margin-right: 15px;
}

.footer-social li img {
  max-width: 35px;
}

.deposit-history.dash-card table {
  white-space: nowrap;
  overflow: auto;
}

.deposit-history tr th {
  padding: 8px 10px;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.deposit-history tr td {
  padding: 8px 10px;
  color: #fff;
}

.package-detail form .form-control {
  padding-right: 65px;
}

.package-detail form .btn {
  right: 4px;
}

/* start changes 04-12-2023 */

.package-detail .btn {
  right: 4px;
}

/* end 04-12-2023 */


.package-main {
  margin: 0 auto;
  max-width: 930px;
}

.bonus-detail .section-heading {
  background-color: #eab32d21;
  padding: 10px 15px;
  margin: 0 -15px 15px;
}

.bonus-inner li:not(:last-of-type) {
  margin-bottom: 10px;
}

.bonus-inner li.border-top {
  border-color: var(--primary-color) !important;
  padding: 10px 0;
}

.bonus-inner li.border-top * {
  color: var(--primary-color);
}

.bonus-inner li p {
  margin: 0;
}



/*Responsive*/
@media only screen and (max-width: 767px) {
  .topbar-main .topbar-left img {
    max-height: 64px;
  }



  .dashboard-wrapper .nav {
    align-items: center;
  }

  .dashboard-wrapper .topbar-left {
    display: block !important;
  }

  body {
    font-size: 13px;
  }

  .topbar-right .nav-link {
    padding: 0px;
    margin-left: 10px;
  }

  .topbar-right .nav-link img {
    max-width: 45px;
  }

  header {
    position: relative;
  }

  .navbar {
    padding: 5px 0;
  }

  .navbar {
    background-color: #000;
    padding: 15px 0;
  }

  .dashboard-wrapper .navbar .navbar-brand {
    display: none;
  }

  .dash-main {
    padding: 30px 0 35px;
    min-height: calc(100vh - 207px);
    min-height: -webkit-calc(100vh - 207px);
    min-height: -moz-calc(100vh - 207px);
    min-height: -ms-calc(100vh - 207px);
  }

  .dash-card {
    background-size: 50px auto;
    background-position: bottom right;
    border-radius: 10px;
    padding: 15px 12px;
  }

  .balance-outer .img-outer img {
    max-width: 20px;
  }

  .balance-outer .img-outer {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .balance-outer .content-outer {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
  }

  h5 {
    font-size: 16px;
  }

  .deposit-history.dash-card table {
    display: block;
  }

  .deposit-history.dash-card table input {
    min-width: 200px;
  }

  .bonus-detail.balance-outer .btn-outer {
    margin-top: 15px;
  }

  .refer-box>.img-outer {
    width: 200px;
    margin-right: 10px;
  }

  .refer-box>.content-outer {
    width: calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -ms-calc(100% - 210px);
  }

  #particle-canvas {
    height: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .topbar-left {
    text-align: center;
    margin-bottom: 10px;
  }



  .topbar-right .nav {
    justify-content: center !important;
  }

  .refer-box>.img-outer {
    display: none;
  }

  .refer-box>.content-outer {
    width: 100% !important;
  }

  .balance-main .more-space {
    margin-bottom: 15px;
  }

  .dash-main {
    padding: 30px 0;
  }

  .withdraw-btn {
    margin-top: 15px;
  }

  .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 4px 10px;
  }

  .footer-left {
    text-align: center;
  }

  .footer-nav,
  .footer-social {
    margin: 10px 0px 15px;
    justify-content: center !important;
  }

  .footer-social {
    margin: 0px;
  }
}

button.directWith {
  margin: 10px 0 0;
}

.nav .nav-link a {
  color: var(--text-white) !important;
  border-bottom: 1px solid white;
}

.nav .nav-item p {
  display: flex;
  gap: 5px;
  align-items: center;
}

.link-copy {
  cursor: pointer;
}

.slot-outer {
  cursor: pointer;
}

.slot-outer.active {
  cursor: pointer;
  outline-color: #52504e;
  box-shadow: 3px 3px 5px rgb(41 122 7) inset, -2px -2px 10px rgb(0 255 137 / 44%) inset;
  background: rgb(0 255 137 / 38%);
}

.slot-outer.inactive {
  cursor: not-allowed;
  box-shadow: inset 0 0 0 200px rgb(255 255 255 / 12%);
}

.slot-outer:hover {
  outline: 2px solid var(--primary-color)6e;
  outline-offset: 8px;
  background-color: #000;
}

.justify-space-between {
  justify-content: space-between;
}

.content-outer p {
  font-size: 16px;
}

.refferal-link {
  word-break: break-all;
  position: relative;

}

.refferal-link a {
  font-family: monospace;
  font-size: 15px;
  border: 1px solid;
  padding: 10px 30px 10px 10px;
  display: block;
}

.refferal-link .link-copy {
  position: absolute;
  top: 56%;
  right: 8px;
  height: 17px;
  width: 17px;
  color: var(--primary-color);
}

div#income_list_filter {
  float: inline-end;
}

div#income_list_paginate {
  float: inline-end;
}

.page-link {
  color: var(--text-white) !important;
  background: #edb12f !important;
  padding: 5px 10px;
  border-radius: 3px;
  border: none !important;
  outline: 1px solid var(--primary-color) !important;
  transition: all ease-in-out 0.50s;
  -webkit-transition: all ease-in-out 0.50s;
  -moz-transition: all ease-in-out 0.50s;
  -ms-transition: all ease-in-out 0.50s;
}

.page-link:hover {
  outline-offset: 8px;
  outline-color: transparent;
}

.buy-slot-price p {
  font-size: 25px;
  font-weight: 500;
}

.buy-note {
  font-size: 25px;
}

.income {
  font-family: 'Neue Machina';
}

.modal-header {
  border-bottom: 1px solid var(--primary-color);
}

.modal-content {
  --bs-bg-opacity: 1;
  background-color: #000000b0 !important;
  border: 1px solid var(--primary-color) !important;
}

.dataTables_filter {
  float: inline-end;
}

.dataTables_processing.card {
  background: transparent !important;
  text-align: center;
}

.pagination {
  gap: 7px !important;
}

.popover-header {
  background-color: #006134;
}