/****************************************************
 Theme 1 Variables - Dark Yellow 
 Theme 2 Variables - Dark Blue 
*****************************************************/
/****************************************************
 General Variables start here
*****************************************************/
.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/****************************************************
 Theme 1 Variables - Dark Yellow start here
*****************************************************/
.bg-gradient-primary {
  background-image: linear-gradient(310deg, #E6DE9A 0%, #CEC067 100%);
}

.bg-gradient-secondary {
  background-image: linear-gradient(310deg, #272526 0%, #373432 100%);
}

.bg-gradient-tertiary {
  background-image: linear-gradient(310deg, #ffffff 0%, #fff6e5 100%);
}

/****************************************************
 Theme 2 Variables - Dark Blue start here
*****************************************************/
.bg-gradient-primary {
  background-image: linear-gradient(270deg, #1F1F1D 0%, #040404 100%);
}

/****************************************************
 Theme 3 Variables - Dark Blue start here
*****************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bs-body-color: $black-100;
}

html,
body {
  width: 100%;
  height: 100%;
  /* background: $black-100; */
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  max-width: 1024px;
  margin: auto;
  /* background: url(~@/assets/images/bg-black.png); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden !important;
}

#app {
  width: 100%;
}

body {
  background: url(../img/bg.ca827cc2.png) !important;
  background-size: cover !important;
  /* background-position: center center; */
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  font-size: 14px;
  overflow-y: scroll;
}

@media only screen and (min-width: 1024px) {
  #app {
    width: 1024px !important;
    max-width: 1024px !important;
    margin: 0 auto !important;
    font-size: 1rem;
    overflow-x: hidden !important;
  }
}

::-moz-placeholder {
  font-size: 10px;
}

:-ms-input-placeholder {
  font-size: 10px;
}

::placeholder {
  font-size: 10px;
}

.text-primary {
  color: #000000 !important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: $white;
  --bs-table-striped-bg: rgba($white, 0.05);
  --bs-table-active-color: $white;
  --bs-table-active-bg: rgba($white, 0.1);
  --bs-table-hover-color: $white;
  --bs-table-hover-bg: rgba($white, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #dee2e6;
}

a {
  cursor: pointer;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-28 {
  font-size: 28px !important;
}

.bg-gradient {
  background: linear-gradient(45deg, #fbb034, #ffdd00) !important;
}

button .default-btn {
  border: none !important;
  background: #eab300;
  height: auto !important;
}

.feature-btn {
  width: 100%;
  max-width: 150px;
}

.feature [class*=col-] > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.align-center {
  align-items: center;
}

/* .van-toast {
    z-index: 2001;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 65px;
    margin: auto;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
  } */
.c-toast {
  min-height: 1em !important;
  min-width: 85px;
  text-align: center;
  padding: 5px 15px !important;
  font-size: 12px !important;
}

.full-img {
  width: 100%;
  height: auto;
}

/* .table-box th,
  .table-box td {
    border: 1px solid rgba(0, 0, 0, 0.75);
  } */
.table-box th {
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
}

.table-box td {
  width: 50%;
  padding: 5px;
}

a.account_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

a.account_box > img {
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: auto;
}

.text-upper {
  text-transform: uppercase;
}

.drop-shadow {
  filter: drop-shadow(2px 4px 1px #eadc85);
}

.dot-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.p-0 {
  padding: 0px !important;
}

.largebtncontainer {
  padding: 0 20px;
}

.largeGoldButton {
  font-size: 14px;
  width: 100%;
  background: transparent linear-gradient(180deg, #1F1F1D, #040404) 0% 0% no-repeat padding-box;
  border-radius: 12px;
  border: none;
  padding: 8px 0;
  color: #ffffff;
}

.mobile {
  padding-bottom: 74px;
}

.mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile .listing-log li {
  display: flex;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  border-bottom: dashed 1px #333333;
  padding: 18px;
  justify-content: space-between;
  align-items: baseline;
}

.mobile .listing-log h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.mobile .listing-log span {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #1e1e28;
}

.mobile .listing-log .transfer span {
  font-size: 14px;
  color: #F9C043;
}

.mobile .listing-log span {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #838898;
}

.mobile .transfer_amount button {
  color: #ffffff;
}

.mobile .transfer_amount input {
  width: 90%;
  margin-left: 20px;
  background: none;
  border: none;
  color: #EFBC2F;
}

.mobile .section-title {
  /*background: rgb(50 50 50);  */
  /* background: rgba(32,32,32,1); */
  background: linear-gradient(45deg, #de9124, #f8e352);
  color: #ffffff;
  display: block;
  margin-top: 3px;
  margin-bottom: 0;
  padding: 13px;
  font-size: 17px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}

.terms {
  color: #f6e174;
  text-decoration: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 192, 67, 0.25);
}

.index-menu {
  text-align: center;
  background: transparent !important;
  border-radius: 12px;
  padding: 20px 0 0px 0;
}
.index-menu .menu-item {
  text-decoration: none;
}
.index-menu .menu-item p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #000 !important;
}
.index-menu .menu-item img {
  width: 30px;
  height: 30px;
}

.profile_accordion_wrap .van-cell__right-icon {
  color: #000 !important;
}

.announcement {
  background: #F3BA2F !important;
}

.product > div {
  background: rgba(0, 0, 0, 0.05) !important;
  overflow: hidden;
}
.product table thead {
  background-color: #fbb034;
  background: linear-gradient(45deg, #fbb034, #ffdd00);
}
.product table tr {
  height: 50px;
}

table > :not(:first-child) {
  border-top: 1px solid #fff !important;
}

.buy-btn {
  background: #afadad !important;
  color: #fff !important;
}

.menu-item img {
  width: 60px !important;
  height: 60px !important;
}

.login label.label {
  color: #000000 !important;
}

.mobile .section-title {
  color: #000 !important;
  background-color: #fbb034;
  background-image: linear-gradient(120 deg, #fbb034 0%, #ffdd00 74%);
  margin-top: 0;
}
.mobile .section-title .default-btn {
  background: #333 !important;
  border: solid 1px #000 !important;
  color: #fff !important;
  font-weight: normal;
  font-size: 14px;
}

footer {
  background: #EFEFEF !important;
  padding: 8px 0;
  box-shadow: none !important;
}

footer .nav .nav-item .nav-link span {
  opacity: 1 !important;
  filter: grayscale(100);
  color: #000 !important;
  padding: 2px 0;
}
footer .nav .nav-item .nav-link.active span {
  filter: grayscale(0);
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.mobile .section-title {
  border-radius: 0px !important;
}

.nav.nav-tabs {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(45deg, #de9124, #f8e352);
}

.nav-tabs .nav-link {
  color: #000 !important;
  background: none;
  border: none;
  border-bottom: none !important;
  outline: none;
  padding: 14px 14px;
}
.nav-tabs .nav-link.active {
  color: #000 !important;
  background: none;
  border: none;
  border-color: #000 !important;
  border-bottom: 2px solid #000 !important;
  outline: none;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.form-control {
  color: #000 !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
  box-shadow: none;
}

.trade_history_list ul {
  background: none !important;
}
.trade_history_list ul li {
  background: rgba(255, 255, 255, 0.2) !important;
  border-bottom: solid 1px #ccc !important;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(1) {
  color: #000 !important;
}
.trade_history_list ul li section:nth-of-type(1) p:nth-of-type(3) {
  color: #000 !important;
}
.trade_history_list p {
  color: #000 !important;
}
.trade_history_list p.text-success {
  color: #00CC96 !important;
}
.trade_history_list p.text-danger {
  color: #dc3545 !important;
}

.mobile .listing-log li {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.2) !important;
}

button.purchase-btn {
  border: none !important;
  background: #333 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 12px;
}

.recharge_amount {
  font-size: 16px !important;
  color: #000 !important;
  padding: 10px 0 !important;
}
.recharge_amount input {
  box-shadow: none !important;
  border: solid 1px #ccc !important;
  font-size: 14px !important;
  padding: 10px 10px !important;
  margin-top: 5px !important;
}

.recharge_name {
  font-size: 16px !important;
  color: #000 !important;
  padding: 10px 0 !important;
}
.recharge_name input {
  box-shadow: none !important;
  border: solid 1px #ccc !important;
  font-size: 14px !important;
  padding: 10px 10px !important;
  margin-top: 5px !important;
}

.reminder {
  background-color: #e9e9e9;
  padding: 10px 20px;
  font-size: 14px !important;
}

.terms {
  color: #333 !important;
  padding-left: 5px;
}

.bottomMessage {
  color: #999 !important;
}

ul.details-list li {
  border-bottom: solid 1px #ccc !important;
  color: #666 !important;
}
ul.details-list li > div:first-child {
  color: #000 !important;
}

.market-container {
  background: rgba(0, 0, 0, 0.05) !important;
}

ul.menu_listing {
  padding: 20px 20px !important;
}
ul.menu_listing li {
  color: #000 !important;
}
ul.menu_listing input.form-control {
  box-shadow: none !important;
}

.mobile .listing-log li {
  background: rgba(255, 255, 255, 0.2) !important;
  border-bottom: solid 1px #ccc !important;
  color: #000 !important;
}

.listing-announcement li {
  background: rgba(255, 255, 255, 0.2) !important;
  border-bottom: dashed 1px #333;
  padding: 18px 25px;
  color: #000 !important;
}
