/****************************************************
 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.a386deae.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;
}

.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: #ffffff;
  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;
}

.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, #E6DE9A, #CEC067) 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.6);
  border-bottom: dashed 1px #333333;
  padding: 18px 30px;
  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: rgba(88, 88, 88, 0.149);
  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);
}
