@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');
* {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
h2,h3,h4,h5,h6{
  font-weight: bold;
}
a{
  text-decoration: none !important;
}
p{
   
  font-size: 1.2rem;
    line-height: 2.2rem;
}
body{
    background-color: #ffffff;
    overflow-x: hidden;
}
img{
  width: 100%;
}
nav img{
    width: 60px;
    margin-left: 80px;
}
.bg-dark{
    background-color: #000 !important;
}
.login{
    position: absolute;
    right: 50px;
}
.btn-warning {
    color: #f5f5f5 !important;
    background-color: #ad864f;
    border-color: #ad864f;
}
.btn-warning:hover{
  background-color: #9b7847 !important;
    border-color: #ad864f !important; 
    color: #fff !important;
}
.btn-outline-warning {
    color:#b38a4e;
    border-color:#b38a4e;
}
.btn-outline-warning:hover {
    color: #fff !important;
    background-color: #ad864f !important;
    border-color: #ad864f !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    opacity: .75;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #b38a4e;
}
.navbar-dark .navbar-nav .nav-link {
    color: #b38a4e;
}
.banner-section{
    background-color:#ad864f;
    padding: 30px 0px;
}
.banner-section img{
    width: 18%;
    padding: 0px;
     

}
.simple-section{
background-color:  #40362b;
 
}
.simple-section h1{
    color: #ffc377; 
    font-size: 2.5rem;
    font-weight: bold;
}
.simple-section p{
    width: 40%;
    margin: auto;
    display: block;
    font-size: 1.2rem;
}
.why-section img{
width: 100%;
object-fit: cover;
}
.buy-readies-section .card{
  background-image: url("../images/buy-readies-package-bg.png");
  background-position: center;
  background-size: cover;
    /* background-color: #9a884a; */
    color: #000;
}
.buy-readies-section a{
    color: white;
    text-decoration: none;
     
}

.buy-readies-section p{
    padding: 10px;
    margin: auto;
}

.buy-readies-section .card:hover{
    filter: opacity(.7);
    cursor: pointer;
}
.buy-readies-section img{
  width: 100px;
}
.left{
    background-color: #daedea;
}

 .most-poplar-section img{
    width: 200px; 
    height: 100px;
 }
 .most-poplar-section img:hover{
  transition: transform .2s;
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 0px #000;
 }
 .connect-network{
    background-color: #fff;
 }
 .connect-network img{
    width: 100%;
 }
 footer{
    background-color: #000;
 }
 footer img{
    width: 70px;
 }
 footer h6{
    color: #fff;
 }
 footer a{
    display: block;
    color: #e0d19c;
    text-decoration: none;
 }
 footer svg{
    margin: 10px;
 }
 .our-services .card{
    text-align: center;
 }
 .payments img{
    width: 300px;
    margin: 20px;
 }


 .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
}
.accordion .accordion-item {
  border-bottom: 1px solid #000000;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #6b5947;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #6b5947;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: rgb(155, 121, 87);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: rgb(155, 121, 87);
  border: 1px solid rgb(155, 121, 87);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #9b7957;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.subscribe-section{
    background-color: #8f6b1f;
    color: #fff;
}
.our-benefits{
  background-image: url("/assets/images/Our-bebefits-section.jpg");
  background-position: center;
  background-size: cover;
  height: auto;
}
.our-services img{
  width: 100px;
  margin: 20px 0px;
}
.our-services .card p{
  text-align: left;
  padding: 10px;
}
.our-services .card{
  min-height: 400px;
  margin: 30px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 32px 0px rgba(143, 107, 31, 0.41);
}
.our-services .col-md-4{
  margin-bottom: 20px;
}
.our-services h4, .our-benefits h4, .get-readies h4{
  font-weight: 700;
  color: #b38f54;
}
.our-services .card:hover img{
  transform: scale(1.3) !important;
  transition: transform .2s;
}
.our-services .card:hover, .our-benefits .card:hover{
  box-shadow: none !important;
}

.payments img:hover{
  transform: scale(1.3) !important;
  transition: transform .2s;
}

.our-benefits .card{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 32px 0px rgba(143, 107, 31, 0.41);
  min-height: 390px;
}

.get-readies .d-flex img{
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.get-readies img{
  width: 80%;
}
.subscribe-section .input-group input{
  border-width: 4px;
  border-color: rgb(233, 218, 149);
  border-style: solid;
  border-radius: 20px !important;
  background-color: rgb(255, 255, 255);
  

}
.subscribe-input{
  width: 30vw !important;
}
.input-group{
  width: 40% !important;
  justify-content: center !important;
}

.input-group button{
  position: relative !important;
  right: 50px;
  background-color: #57393900;
  color: #000;
  border: none;
  z-index: 999;
}
.input-group button:hover{
background-color: transparent;
}
 
.input-group  img{
width: 20px;
margin: auto;
display: block;
}

.sub-footer{
  background-color: #e0d19c;
}
.sub-footer span{
font-size: .7rem;
margin-left: 30px !important;
}
.footer a:hover{
  color: #fff !important;
}
a:hover {
  color: #ffffff  ;
}
.login-section{
  color: #222222;
  height: 100vh;
  background-color: #ffffff;
}
.login-section img{
  width: 150px;
  margin: 20px;
}
.login-bg {
  background-image: url("../images/login/bg-user-login.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.affiliatelogin-bg {
  background-image: url("../images/login/bg-affiliatelogin-login.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.bg-user-register {
  background-image: url("../images/login/bg-user-register.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.login-merchant-bg {
  background-image: url("../images/login/bg-merchant-login.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.signup-bg{
  background-image: url("../images/login/bg-user.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.forget-bg{
  background-image: url("../images/login/forgot-password-bg.jpg");
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.login-section a{
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
.login-section .card{
  background-color: #fdfbee;
}
.login-section label{
  color: #000;
  display: inline-block;
    margin-bottom: 0.5rem;
}
.login-section .form-group{
margin-bottom: 20px;
}
.login-section input{
  padding: 0.6875rem 1rem;
}
.left-bg{
  width: 100%;
  background-color: rgba(0,0,0,.5);
  min-height: 25vh;
}
.login-section .card a:hover{
  color: #6b5947 !important;
}

.left-dash{
 
  height: 100vh;
  background-color: #fff;
}
 
.profile img{
  width: 100px;
  height: 100px;
  border: 5px solid #8f6b1f;
  border-radius: 50px;
}
.left-dash a{
  color: #9b7957;
  text-decoration: none;
}
.under-line{
  margin: 10px 0px;
  background-color: gray;
  width: 100%;
  height: 3px;
  border-radius: 5px;
}
.left-nav{
  list-style: none !important;
}
.left-nav button{
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
img.coinicon{
  width: 30px;
  margin-right: 10px;
}
.coinnamesearch img{
  width: 30px;
  margin-right: 10px;
}
.toolsboxinner{
  
  padding: 10px;
}
.toolsboxinner img{
  width: 50px;
  border: 1px solid #208aea;
  padding: 12px;
  border-radius: 50px;
  margin-bottom: 13px;
  filter: invert(49%) sepia(19%) saturate(750%) hue-rotate(349deg) brightness(97%) contrast(89%);
}
.support-cus img{
  width: 50px;
}
.left-nav a:hover{
  color: #000 !important;
}
.qr-code-pic{
  width: 200px;
}
.deposit img{
  width: 200px;
}
.kyc-details img{
  width: 100px;
}
.kyc-details img:hover{
 transition: transform .2s;
   transform: scale(1.1)
}
.col-md-6.card p{
  font-size: 1rem;
}
.col-md-6.card h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.panelcontentbox p{
  font-size: 1rem;
}
.panelcontentbox  h2, h3, h4, h5, h6{
  font-weight: normal;
}
.notesh5 a{
  color: #000;
  text-decoration: none !important;
}
.notesh5 a:hover{
color: #9a884a !important;
}
 .pagecontent a{
  color: #000 !important;
  text-decoration: none !important;
}
.pagecontent a:hover{
  color: #9a884a !important;
  }
  span#passtexticon, span#passtexticon_confirm {
    position: relative;
    bottom: 25px;
    right: 18px;
    float: right;
}
.panelcontentbox h2{
  padding-left: 10px;
}
.bannersect h2{
  font-weight: normal;
  padding-left: 10px;
}
.panelcontentbox h2{
  margin-bottom: 0px !important;
}
.a-link{
  color: #000   !important;
}
.a-link:hover{
  color: #8f6b1f !important;
}
a.btn.btn-success, a.btn.btn-danger{
  color: #fff !important;
}
.input-group {
  width: 100% !important;
}
.input-group-text i{
 
  font-size: 1.5rem !important;
   
}
[type=search] {
  outline-offset: 0px !important;
  -webkit-appearance: textfield;
}
button.close {
  background: red;
  color: white;
  border: none;
  width: 30px;
  height: 28px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  position: relative;
  float: right;
}
button.close:hover{
  background: rgb(255, 255, 255);
  color: red;
  border: 1px solid red;
}
a.paginate_button.previous.disabled {
  color: #505050 !important;
}
a.paginate_button.next.disabled {
  color: #505050 !important;
}
ul.toollist {
  padding: 0px;
  list-style: none;
  text-align: left;
}
ul.toollist li a{
  color: #000 !important;
}
ul.toollist li a i{
  color: #5e5e5e !important;
  font-size: 10px;
  margin-right: 10px;
}
ul.toollist li a:hover{
  color: #8f6b1f !important;
}
.alinktext{
  font-weight: bold;
  color: #8f6b1f;
}
.pagecontent a .btn-secondary:hover{
  color: #fff !important;
}
.text-center.profile {
  margin-top: 20px;
}
.alert.alert-info {
  margin: 16px;
}
.col-md-2.left-dash{
  position: sticky;
  z-index: 999;
  height: 89vh;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  
}
.successsignupbg img{
  width: 30px;
}
#progressbar{
  display: flex;
  justify-content: space-around;
  list-style: none;
}
#progressbar li{
  font-size: 24px;
}
 
 
.table-condensed{
  width: 18vw !important;
  text-align: center;
}
.merchant-register .form-group{
  margin-bottom: 0px  !important;
}
.merchant-register .btn-sm{
  margin-top: 10px;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
  background-color: white;
  border: 1px solid #CCC;
  /* white-space: nowrap; */
  max-height: 240px;
  overflow-y: scroll;
  width: 331px !important;
}
input#country_8 {
  width: 100% !important;
}
 
.profile-pic{
  width: 100px;
  height: 100px;
  border: 5px solid #8f6b1f;
  border-radius: 50px;
}
.alert.alert-success.alert-dismissible {
  padding: 7px 10px;
}
.alert.alert-success.alert-dismissible {
  padding: 7px 10px;
}
.infonotes{
  font-size: 14px;
  padding: 10px 0px;
  margin-bottom: -15px;
}
.centertopbox h2 {
  font-size: 16px;
  margin-bottom: 0px !important;
}
.bannersect h2 {
  font-weight: normal;
  padding-left: 10px;
}
.siteformbg label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px;
}
.siteformbg label {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}

.mlmwizardform .siteformbox
{
  position: relative;
}

.mlmwizardform fieldset 
{
  position: relative;
  text-align: center;
  padding: 10px 15px;
}
.mlmwizardform fieldset .form-card {
  position: relative;
  text-align: left;
  padding-bottom: 8px;
}

.mlmwizardform fieldset:not(:first-of-type) {
  display: none
}
.mlmwizardform .action-button 
{  
  cursor: pointer;
}

.mlmwizardform .action-button-previous, .btn-gray
{   
  background: #cecece;
  border-color: #cecece;
  color: #565454;
}

.mlmwizardform .card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.mlmwizardform .fs-title {
  font-size: 17px;
  color: #4a4b4c;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
}

.mlmwizardform #progressbar 
{
  color: lightgrey;
  position: relative;
  width: 100%;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 20px;
}
.mlmwizardform #progressbar::before, .mlmwizardform #progressbar li:first-child::before, .mlmwizardform #progressbar li:last-child::before
{
  content: "";
  background: #ececec;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 28px;
  border-radius: 0px;
}
.mlmwizardform #progressbar li:first-child::before, .mlmwizardform #progressbar li:last-child::before
{
  background: #ffffff;
  width: 50%;
  height: 5px;
}
.mlmwizardform #progressbar li:last-child::before
{
  left:inherit;
  right:0px;
}

.mlmwizardform #progressbar .active {
  color: #000000
}
.mlmwizardform #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 33.3%;
  float: left;
  position: relative;
  padding: 0px 10px;
}
.mlmwizardform #progressbar li>strong 
{
  width: 55px;
  height: 55px;
  line-height: 46px;
  display: block;
  font-size: 18px;
  color: #a9a9a9;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
  border: 2px solid #d2d2d2;
  position: relative;
}
.mlmwizardform #progressbar li.active>strong
{
  background: #faa61f;
  color: #fff;
  border-color: #d08e25;
}
.mlmwizardform .radio-group {
  position: relative;
  margin-bottom: 25px
}
.mlmwizardform .radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: #2044d8;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px
}
.mlmwizardform .radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}
.mlmwizardform .radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}
.mlmwizardform li.active .infot {
  color: #faa61f;
}
@media (max-width:991px)
{
  .systembannerbg .container
  {
    width:100%;
    max-width:100%;
  }
}
@media (max-width: 767px) 
{
  .apiflexbox {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .apiciontenttext {
    border-bottom: 1px solid #cecece;
    border-right: 0px;
    background: #efefef;
    border-radius: 6px 6px 0px 0px;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 10px;
  } 
  .apiflexbox>div:first-child
  {
    padding: 0px 15px !important;
    width: 100% !important;
    position: relative !important;
  }
  .apiflexbox>div:nth-child(2)
  {
    border-left:0px;
  }
}
/*api css end*/
.headbg ul.navbar-nav li.usermenu a
{
  padding-right: 0px !important;
}

/*media css start*/
@media (max-width:1150px)
{
  .headbg ul.navbar-nav li.nav-item a
  {
    padding: 7px 13px;
  }
  .walletbalance
  {
    width: 62% !important;
  }
}

@media (max-width:1024px)
{
  .supportflexb>div:first-child
  {
    width:40%;
  }
  .supportflexb>div:last-child
  {
    width: 60%;
  }
}
@media (max-width:991px)
{
  .buttonmakerbg
  {
    max-width:100%;
  }
  .logo
  {
    max-width: 104px;
  }
  .headbg ul.navbar-nav li.nav-item a {
    padding: 7px 9px;
    font-size: 13px;
  }
  .userdropimg img
  {
    margin-top:-9px;
  }
  .flexbox
  {
    display: inline-block;
    width:100%;
  }
  .flexbox>div
  {
    width:100% !important;
    margin:5px 0px;
  }
  
}
@media (max-width:800px)
{
  .headbg ul.navbar-nav li.nav-item a {
    font-size: 12px;
    padding: 7px 7px;
  }
}

@media (max-width:767px)
{
  .headbg
  {
    position: absolute;
    background: url(../images/banner.png);
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .headermenu
  {
    background:none;
  }
  .headbg ul.navbar-nav li.nav-item a {
    font-size: 14px;
    padding: 6px 7px;
  }
  .headbg .navbar-collapse
  {
    border-top: 1px solid #f3f3f340;
    margin-top: 10px;
  }
  .navbar-toggler:focus
  {
    outline: none;
  }
  .supportflexb>div
  {
    width:100% !important;
  } 
  .supportflexb
  {
    display: block !important;
    width:100%;
  }
  .supprotbox ul
  {
    display: flex;
    flex-wrap: inherit;
  }
  .supprotbox li
  {
    margin:5px 5px;
  }
  .supprotbox li:first-child
  {
    margin-left:0px;
  }
  .supprotbox li:nth-child(2)
  {
    margin-right:0px;
  }
  .supportflexb>div
  {
    margin:0px;
  }
  .rightboxbutton
  {
    top: -66px;
    z-index: 9;
  }
  .toolsbox
  {
    display: inline-block;
    width: 100%;
  }
  .toolsbox>div
  {
    width:49%;
    float: left;
    margin:3px 3px;
  }
  .toolsbox>div:nth-child(even)
  {
    margin-right:0px;
  }
  .toolsbox>div:nth-child(odd)
  {
    margin-left:0px;
  }
}
@media (max-width:600px)
{
  .topheaderbg h2
  {
    font-size: 20px;
  }
  .supportflexb .tabbanner li a
  {
    padding: 13px 23px;
  }
  .supprotbox .h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .supprotbox img
  {
    max-width: 51px;
    margin: 15px 0px;
  }
  .supprotbox .btn
  {
    padding: 4px 13px;
    font-size: 11px;
  }
  .buttonmakerbg td, .apibanner tbody>tr>td, .apibanner tfoot>tr>td, .apibanner tbody>tr>th, .apibanner thead>tr>th
  {
    white-space: nowrap;
  }
  .apikeybox>table
  {
    width:100%;
  }
  .mlmwizardform {
    padding: 15px 10px;
  }
}

@media (max-width:500px)
{
  .supprotbox .h4 {
    font-size: 13px;
  }
  .supportflexb .tabbanner li a {
    padding: 13px 10px;
  } 
  .toolsbox>div
  {
    width:100%;
    margin:4px 0px;
  }
  .heading-box
  {
    font-size: 14px;
  }  
  .mlmwizardform #progressbar li>strong
  {
    width: 45px;
    height: 45px;
    line-height: 38px;
  }
  .mlmwizardform #progressbar::before, .mlmwizardform #progressbar li:first-child::before, .mlmwizardform #progressbar li:last-child::before
  {
    top: 20px;
  }
}
.mlmwizardform li .infot
{
  text-align: center;
  display: block;
  color: #5a5a5a;
  font-size: 13px;
  text-transform: uppercase;
}
.kycupload img {
  width: 100%;
  max-width: 90px;
  max-height: 250px;
  margin: auto;
  display: block;
}
label.custom-file-upload.btn.btn-secondary.btn-sm{
  color: #fff !important;
}
.kycbox {
  max-width: 650px !important;
}
.panelcontentbox {
  background: #fff;
  border-radius: 9px;
  position: relative;
  box-shadow: -1px 5px 11px 0px #00000014;
}
.centertopbox {
  width: 100%;
  max-width: 500px;
  margin: 8px auto;
}
.contentbox {
  padding: 15px;
}
 
 
.footerbox {
  bottom: 0px;
  position: relative;
  
  height: 34px;
  background:#f3f2dc;
}
.footerbg {
 
  color: #000000;
  background: #f3f2dc;
}
.footerbg p {
  margin: 0px;
  padding: 6px 0px;
}
.heading-box {
  padding:   10px;
  margin: 0px;
  color: #1c133b;
  font-size: 15px;
   
  text-transform: uppercase;
  font-weight: bold;
}
hr {
  margin: 0rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
.supportflexb {
  display: flex;
  /* width: 100%; */
}
.supportflexb>div:first-child {
  width: 30%;
  /* margin-left: 0px; */
}
.supprotbox ul {
  text-align: center;
  border-bottom: 0px;
  display: block;
  margin: 0px;
  white-space: inherit;
}
.supprotbox li {
  /* width: 100%; */
  margin-bottom: 10px !important;
}
.supportflexb .tabbanner li a.active {
  border-bottom: 0px !important;
  background: #cce0fb !important;
  border: 1px solid #84b4fb !important;
}
.supportflexb .tabbanner li a {
  padding: 20px 15px;
  border-radius: 7px !important;
  border: 1px solid #fff !important;
  background: #ffffff;
}
.supprotbox img {
  width: 100%;
  max-width: 69px;
  margin: 19px 0px;
}
.supprotbox li:last-child {
  margin-bottom: 0px !important;
}
.supportflexb .tabbanner li a {
  padding: 20px 15px;
  border-radius: 7px !important;
  border: 1px solid #fff !important;
  background: #ffffff;
}
 
.footetext.text-center p {
  background-color: #f3f2dc !important;
  position: fixed;
  bottom: -6px;
  left: 0px;
  width: 116vw;
  right: 0px;
  color: #000;
}
a.btn-primary{
  color: #fff   !important;
}
a.btn-primary:hover{
  color: #fff   !important;
}
.ticketmsgtext {
  padding: 10px 15px;
  border-bottom: 1px solid #d2d2d2;
}
.ticketmsgtext p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
  color: #212121;
}
.chatboxscroll {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden !important;
}
 

/* Track */
.chatboxscroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.chatboxscroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.chatboxscroll::-webkit-scrollbar-thumb:hover {
  background: #777777; 
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.chat li.right {
  float: right;
  text-align: right;
  list-style-type: none;
}
.chat li>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.chatbox .header {
  margin: 0px 9px;
  display: inline-block;
}
.chat .primary-font {
  margin: 0px;
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: 400;
  /* color: #fff; */
}
.chat .chat-body p {
  word-break: break-word;
  line-height: 23px;
  font-size: 13px;
  font-weight: 400;
  background: #e4e4e4;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #000;
}
.chat .right p {
  background: #dce6f5;
}

.chat h5 {
  margin: 0px;
  font-size: 12px;
  color: #7b7b7b;
  font-weight: 400;
}
.chat li .chat-img {
  width: 43px;
}
.chat li>div {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.chatbox .img-circle {
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 50%;
}
.chat-foot {
  width: 100%;
  display: inline-block;
  margin-top: 1px;
  padding: 6px 15px;
}
 
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.chat .chat-body p
{word-break: break-word;line-height: 23px;font-size: 13px;font-weight: 400;background: #e4e4e4;padding: 10px 15px;border-radius: 4px;margin-bottom:10px;color: #000;}
.chat .primary-font
{
  margin: 0px;
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: 400;
  /* color: #fff; */
}
.chat h5
{margin: 0px;font-size: 12px;color: #7b7b7b;font-weight:400;}
.chatbox .img-circle
{
  width: 40px;
  height: 40px;
  border:0px;
  border-radius: 50%;
}
.chatbox .header
{
  margin: 0px 9px;
  display: inline-block;
}
.chat li
{
 display: table;
 width: 100%;
 padding: 14px 15px;
 border-bottom: 1px solid #d3d5d8;
}
.chat li>div
{
  display:table-cell;
  vertical-align:top;
  float:none;
}
.chat li.right
{
  float:right;
  text-align:right;
}
.chat li .chat-img
{
  width: 43px;
}
.chat-foot
{
  width: 100%;
  display: inline-block;
  margin-top: 1px;
  padding: 6px 15px;
}
.chat-foot .h6
{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.chat-foot img
{
  width: 100%;
  max-width: 75px;
}
.chat .right p
{background: #dce6f5;}
.ticketmsgtext
{
  padding: 10px 15px;
  border-bottom: 1px solid #d2d2d2;
}
.ticketmsgtext p
{
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
  color: #212121;
}
 
.supportchatbox
{
  max-width: 650px;
}

.chat li {
  display: table;
  width: 100%;
  padding: 8px 15px;
  border-bottom: 1px solid #d3d5d8;
}
.infonotes {
 
  font-size: 14px;
  padding: 10px 0px;
}
.infonotes i {
  position: relative;
  right: 0px;
  top: 0px;
  color: #70a5d2;
  float: right;
}
.infonotes .noteshow, .infonotes .noteshoww {
  display: none;
}
.infonotes:hover .noteshow {
  display: block;
  background: #326ca0;
  font-size: 13px;
  border-radius: 5px;
  padding: 9px 12px;
  position: absolute;
  z-index: 9;
  color: #ffffff;
  left: 0px;
}

.infonotes:hover .noteshoww {
    display: block;
    background: #326ca0;
    font-size: 13px;
    border-radius: 5px;
    padding: 9px 12px;
    position: absolute;
    z-index: 9;
    color: #ffffff;
    right: 160px;
}
.left-nav li{
  margin-bottom: 10px;
}
 
.uvstm-ticker {
  overflow: hidden;
  white-space: nowrap;
}
.uvstm-ticker_container {
  display: inline-flex;
}
.uvstm-ticker_collection--1 {
  position: relative;
  left: 0;
}
.uvstm-ticker_items {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.uvstm-ticker_item {
  display: inline-block;
  flex-shrink: 0;
}

@keyframes uvstm-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes uvstm-ticker-swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.uvstm-ticker {
 
  padding: 8px 16px;
  border-radius: 4px;
}
.uvstm-ticker_collection--1, .uvstm-ticker_collection--2 {
  padding-right: 30px;
}
.uvstm-ticker_items {
  gap: 30px;
}
.uvstm-ticker_item {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 30px;
}

.showcaseui-link {
  color: #6C5CE7 !important;
  transition: 0.1s ease-in-out color;
  font-size: 24px;
}
.showcaseui-link:hover {
  color: rgba(108, 92, 231, 0.7);
}
.showcaseui-container {
  width: 100%;
}
.showcaseui-title {
  text-align: center;
}
.showcaseui-title_heading {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
}
.showcaseui-author {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.showcaseui-author a {
  font-weight: 700;
  font-size: 16px;
}

.banner-section img:hover{
  transform: scale(1.2) !important;
    transition: transform .2s;
}
.bank-selection img:active{
  box-shadow: 0px 0px 5px 0px #000;
}
.package .btn-outline-warning{
  border: 2px solid #8f6b1f;
  color: #000;
}
.package  .btn-outline-warning:hover{
  border-color: #8f6b1f;
  background-color: #8f6b1f;
  color: #fff;
}
.package button{
  margin-bottom: 10px;
}
.package .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
  background:  #8f6b1f;
  color: #fff;
}
.package img{
  width: 50px;
}
 select {
  -webkit-appearance: none ;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.left-dash ul.dropdown-menu.show{
  position: relative !important;
  inset: 0px auto auto 0px !important;
  margin: 0px;
  transform: translate(0px, 0px) !important;
  border: 1px solid rgb(0 0 0 / 0%) !important;
  
}
.left-dash .dropdown-item{
  padding: 0.25rem 0rem   !important;
}
.left-dash .dropdown-item:active{
  background: #9a884a;
  color: #fff;
}
.mob-profile a, .mob-profile p{
  color: #fff;
}
.mob-profile a:hover{
  color: #c5862e !important;
}
.withdraw .btn-outline-warning{
  border-color: #966623 !important;
  color: #966623 !important;
}
.withdraw .btn-outline-warning:hover{
  border-color: #966623 !important;
  color: #ffffff !important;
  background-color: #966623 !important;
}
.btn-warning.active {
  color: #ffffff;
  background-color: #7a5522 !important;
}
.listsetup{
  list-style-type: none;
}
.listsetup i{
  margin-right: 10px;
}
span.fa.fa-fw.field-icon.toggle-password.fa-eye-slash {
  float: right;
  position: right;
  margin-top: -30px !important;
  margin-right: 12px !important;
  color: black;
}
span.fa.fa-fw.field-icon.toggle-password.fa-eye {
  float: right;
  position: right;
  margin-top: -30px !important;
  margin-right: 12px !important;
  color: black;
}
.form-check-input.check_list{
  padding: 0px   !important;
}
button.close1 {
    background: green;
    color: white;
    border: none;
    width: 30px;
    height: 28px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    position: relative;
    float: right;
}
td span {
    font-size: 16px;
}
.wlltblance {
  margin-top: 10px;
    display: flex;
        justify-content: space-evenly;
}
.wlltblance h5{
    font-weight: 600;
    color: #9b7957;
}
.wlltblance div{
  text-align: center;
}
.wlltblance p{
  font-size: 14px;
}
td {
    line-height: 35px;
    white-space: nowrap !important;
}
button.close {
    background: red;
    color: white;
    border: none;
    width: 30px;
    height: 28px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    position: relative;
    float: right;
    line-height: 0px !important;
}
.payment-method-logo {
    width: 70px !important;
}
.card-number {
    flex: 1 1 0%;
    min-width: 0;
    letter-spacing: -.08rem;
    font-size: 18px;
}
button#pay-button {
    margin: auto;
    display: block;
}
.expiry-date {
    width: 60px;
    font-size: 18px;
}
.cvv {
    width: 40px;
    font-size: 18px;
}
#depositResult tr{
line-height:25px !important;
}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #ffffff !important;
  background-color: #ad864f !;
  border-color: #ad864f !;
}
.btn-dark:hover {
  color: #000 !important;
  background-color: #00000000;
  border-color: #000000;
}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #9b7847 !important;
  border-color: #9b7847 !important;
}
.subscribe-input .alert-success {
  color: #00ed7e;
  background-color: #d1e7dd00;
  border-color: #badbcc00;
}
.subscribe-input button.close1 {
  background: #00cd6d;
  color: white;
  border: none;
  width: 30px;
  height: 28px;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  position: relative;
  float: none;
}
.btn-check:focus+.btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #a87b3f !important;
  border-color: #a87b3f !important;
  box-shadow: 0 0 0 0.25rem rgb(155 120 71) !important;
}
td.text-right {
  text-align: right;
}
.left-dash a:active{
  color: #000 !;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid white;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #9b7957 !important;
}
button.dropdown-toggle.show:active .dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid white;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #000000 !important;
}
.fa-solid, .fas {
  font-weight: 900;
  width: 19px;
}
.buttonmakerbg.htmlpostbg {
  padding-bottom: 20px;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #9b7847 !important;
  border-color: #9b7847 !important;
}
button.dropdown-toggle.show a {
  color: rgb(0, 0, 0) !important;
}
.listsetup li {
  margin-bottom: 10px;
}
.okepay-forms .form-outline {
    display: flex;
    white-space: nowrap;
    margin: 10px;
}
.okepay-forms .form-label {
    margin-bottom: 0.5rem;
    width: 200px;
}
a.btn.btn-info:hover{
  color: #000 !important;
}
.register-type .card{
  background: #fff !important;
  color: #000; 
}
h5.float-end.pt-5 a{
  color: #000;
}

h5.float-end.pt-5 a:hover{
  color: #8f6b1f;
}

#loginUserPanel.login-section img {
  width: 120px !important;
  height: 120px !important;
  margin: 0px !important;
}

#loginUserPanel .card-login {
  max-width: 475px;
  width: 100% !important;
}

#loginUserPanel .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#loginUserPanel.login-section h1 {
  color: #222222;
  font-size: 42px;
  font-weight: 700;
}

#loginUserPanel.login-section h6 {
  color: #00000099;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

#loginUserPanel.login-section label {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

#loginUserPanel.login-section button#login_btn {
  height: 48px;
  font-size: 18px;
  font-weight: 600;
}

#loginUserPanel a.link-forgot-password {
  color: #AD864F !important;
  font-size: 16px;
  font-weight: 600;
}

#loginUserPanel a.link-forgot-password:hover {
  text-decoration: underline !important;
}

#loginUserPanel a.btn-link-userlogin,
#loginUserPanel a.btn-link-partnerlogin,
#loginUserPanel a.btn-link-merchantlogin {
  color: #AD864F !important;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #AD864F !important;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
}

#loginUserPanel a.btn-link-userlogin:hover,
#loginUserPanel a.btn-link-partnerlogin:hover,
#loginUserPanel a.btn-link-merchantlogin:hover {
  color: #ffffff !important;
  background-color: #AD864F;
}

#loginUserPanel input {
  padding-left: 6px !important;
  border: 1px solid #E5EAEF !important;
  background-color: #ffffff !important;
  border-left: 0 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 0px !important;
}

#loginUserPanel .input-group-text {
  height: 48px;
  padding: 6px 15px 6px 15px !important;
  background-color: #ffffff;
  border: 1px solid #E5EAEF;
  border-right: 0 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 8px !important;
}

#loginUserPanel .input-group-text img {
  width: 21px !important;
  height: 21px !important;
}
#loginUserPanel .card-user-register {
  max-width: 424px;
  width: 100% !important;
}

#loginUserPanel .link-signup-basic-account {
  color: #ffff !important;
  background-color: #ad864f;
  border-color: #ad864f;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 24px;
}

#loginUserPanel .link-signup-basic-account:hover {
  background-color: #9b7847 !important;
  border-color: #ad864f !important;
  color: #fff !important;
}

#loginUserPanel .nav-pills .nav-link.active {
  color: #AD864F;
  background-color: #fff;
  border: #AD864F solid 1px;
  font-size: 18px;
  font-weight: 600;
}

#loginUserPanel .nav-pills .nav-link {
  color: #B2B2B2;
  background-color: #fff;
  border: #B2B2B2 solid 1px;
  font-size: 18px;
  font-weight: 600;
}

#loginUserPanel #premium-account ol,
#loginUserPanel #basic-account ol {
  padding-left: 1rem;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
}

#loginUserPanel #premium-account ol li {
  font-size: 18px;
  color: #222222;
}

#loginUserPanel #premium-account ol ul {
  padding-left: 1rem;
  font-size: 16px;
  color: #222222;
}

#loginUserPanel #premium-account ol ul li {
  font-size: 16px;
  line-height: 25px;
}

#loginUserPanel button#basic-account-tab,
#loginUserPanel button#premium-account-tab {
  width: 197px;
  padding: 8px 12px;
  height: 48px;
}

#loginUserPanel ul#pills-tab {
  gap: 1.75rem !important;
}

#loginUserPanel ul#pills-tab li.nav-item {
  width: 197px;
}

/* --------- Merchant - Sign Up --------- */

#merchant-signup .merchant-signup-bg {
  background-image: url("../images/login/merchant-signup-bg.jpg");
  background-position: top;
  background-size: cover;
  height: 100vh;
}

#merchant-signup .logo-merchant-signup {
  display: flex;
  justify-content: center;
}

#merchant-signup .logo-merchant-signup a {
  color: #fff;
  text-decoration: none;
  padding: 0px;
}
#merchant-signup .logo-merchant-signup img {
  width: 150px;
  margin: 0px;
}

#merchant-signup .form-merchant-signup {
  display: flex;
  justify-content: center;
}

#merchant-signup .form-merchant-signup .card {
  color: #222222 !important;
  background-color: #ffffff !important;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 15px;
  max-width: 800px;
  width: 100% !important;
}

#merchant-signup .form-merchant-signup .card h3 {
  color: #222222;
  font-weight: 700;
  text-align: center;
}

#merchant-signup .form-merchant-signup .card small {
  color: #00000099;
  text-align: center;
}

#merchant-signup h5 {
  color: #AD864F;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

#merchant-signup label {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

#merchant-signup label span {
  color: #E22828 !important;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
}

#merchant-signup .text-important {
  color: #E22828 !important;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 21px;
}

#merchant-signup select.form-control {
  background-position-x: 95%;
  background-position-y: 10px;
}


#merchant-signup select.form-control,
#merchant-signup input.form-control {
  border: 1px solid #E5EAEF;
  border-radius: 8px;
  height: 48px;
}

#merchant-signup input#country_8 {
  padding-left: 65px !important;
}

#merchant-signup form#register_form .next-back-btn {
  padding: 0 12px;
}

#merchant-signup form#register_form .next-back-btn button.btn-back {
  background-color: #fff;
  color: #AD864F;
  border: 1px solid #AD864F;
}

#merchant-signup form#register_form .next-back-btn button.btn-back:hover {
  filter: brightness(98%);
}

#merchant-signup form#register_form .next-back-btn button.btn-back,
#merchant-signup form#register_form .next-back-btn button.btn-next {
  width: 140px !important;
  height: 45px !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}

#merchant-signup .login-merchant {
  padding-top: 32px;
  padding-bottom: 32px;
}

#merchant-signup .login-merchant span {
  color: #222222;
  font-size: 16px;
}
#merchant-signup .login-merchant span a.btn-link-login {
  color:#AD864F;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
}

#merchant-signup .login-merchant span a.btn-link-login:hover {
  text-decoration: underline !important;
}

#merchant-signup #register_form label.btn-secondary:hover {
  filter: brightness(98%) !important;
}

#merchant-signup #register_form label.btn-secondary {
  background-color: #FEF5E2;
  border: 1px solid #FBA501;
  border-radius: 5px;
  opacity: 1;
  color:#FBA501 !important;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 400;
}

#merchant-signup #register_form hr:not([size]) {
  border: 1px solid #E5EAEF !important;
}

#merchant-signup #register_form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

#merchant-signup #register_form .form-check span {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

#merchant-signup #register_form input.form-check-input {
  padding: 10px !important;
  margin-top: 0px !important;
}

#merchant-signup #register_form .form-check a.link-terms {
  padding: 0px;
  color: #FBA501 !important;
  font-size: 14px !important;
}

#merchant-signup #register_form .form-check a.link-terms:hover {
  text-decoration: underline !important;
}

#merchant-signup form#register_form .infonotes {
  font-size: 14px;
  padding: 0px 0px;
  margin-bottom: 0;
}

.bg-user-register,
.forget-bg,
.login-bg,
.login-merchant-bg,
.affiliatelogin-bg {
  border-radius: 20px;
  position: relative;
}

.bg-user-register:before ,
.forget-bg:before ,
.login-bg:before ,
.login-merchant-bg:before ,
.affiliatelogin-bg:before {
  content: '';
  background: linear-gradient(180deg, rgba(112,79,34,1) 0%, rgba(255,255,255,1) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  width:100%;
  height:100%;
  top:0;
  opacity:0.7;
  border-radius: 20px;
}

.bg-user-register div,
.forget-bg div,
.login-bg div,
.login-merchant-bg div,
.affiliatelogin-bg div {
  z-index: 1;
}

