body{
  background-color: black!important;
}

.yoyoModal{
  background-color:#242424 ;
  color: #FDB900;
}
.yoyoModal .modal-header{
border-bottom: none;
}

.yoyoModal .modal-header .modal-title{
  width: 100%;
}

.yoyoModal .close{
  position: absolute;
  top: 10px;
  right: 10px;
  color:#FDB900 ;
}

.yoyoModal .modal-body{
  text-align: center;
}

.yoyoModal .pincode-input-container.touch .touchwrapper .touchtable td{
  border-right: 1px solid gray;
  background-color: white;
}

.yoyoModal .pincode-input-container.touch .touchwrapper.touch6{
  border-radius: 5px;
}

.yoyoModal .pincode-input-container.touch .touchwrapper .pincode-input-text{
  letter-spacing: 23px !important;
}

.yoyoModal .modal-footer{
  border-top: none;
  text-align: center;
  justify-content: center;
}

.yoyoModal .modal-footer button{
  border-radius:20px;
  width: 30%;
}


video{
  transform: scale(1)!important;
}

#yoyologo {
  width: auto;
  height: 40px;
}

.mobilelogo {
  width: 70px;
  height: 30px;
}

.loginlogo {
  width: 40px;
  height: 25px;
}

.menu {
  font-size: 15px;
  padding: 1px 0px;
}

.dropdown-menu {
  min-width: 15px;
}

.dropdown-item {
  padding: 0px 15px;
  font-size: 15px;
}

.dropdown-item:hover {
  background-color: #79a6d2;
}

/*merchant */
.merchantBox{
  background-color:#232323 ;
  /* padding: 10px; */
  border-radius: 10px;
}

.merchantBox .merchantImage img{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.merchantBox .merchantDetail{
  padding: 15px;
  overflow-wrap:break-word;
}

.merchantBox .merchantDetail span{ 
  font-size: 13px;
  color: lightgray;
}

/* qr scanner */
.QrCodeScanner{
  font-size: 24px;
}

.QrScannerBox {
  background-color:#ffbf17 ;
  padding: 20px;
  border-radius: 10px;
}

/*my shop */
.shopTitleBox{
  background-color:#232323 ;
  /* padding: 10px; */
  border-radius: 10px;
}

.shopTitleBox .shopTitleBoxImage img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.shopTitleBox .shopTitleBoxDetail{
  padding: 15px;
}

.shopTitleBox .shopTitleBoxDetail button{
  font-size: 0.7em;
  background-color: #ffbf17;
  color: black;
  font-weight: bold;
  border:none;
  border-radius: 20px;
  text-align: center;
  width: 50%;
}

.shopTitleBox .shopTitleBoxDetail span{ 
  font-size: 13px;
  color: lightgray;
}


.shopTitleBox .shopTitleBoxDetail h5{ 
  font-size: 13px;
  margin: 0;
}

.shopTitleBox .shopTitleBoxButton{
  margin-top: 10px;
}

.shopBox{
  background-color:#232323 ;
  border-radius: 5px;
}

.shopBoxDetail{
  padding: 15px;
}


.shopBoxConfirmMsg{
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.shopBoxDetail button{
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  width:50% ;
}

.productBox{
  background-color:#232323;
  color: white;
  border-radius: 10px;
}

.productBox button{
  border: 1px solid #f7d36afa;
}

.regForm button{
  width: 100%;
  margin: 5px;
}


.topnav {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: 10;
}

.langlist {
  width: 30px;
  margin-left: 5px;
}

#totalbalancelabel {
  font-size: 20px;
  margin-left: 15px;
  color: #ffbf17;
}

#yoyo {
  font-size: 12px;
}

#totalbalance {
  font-size: 30px;
  padding: 20px;
  margin: auto;
  color: white;
}

.card-box{
    background-color: #020202;
    padding: 10px;
    text-align: center;
    border-top: 15px;
    font-size: 12px;
    font-weight: bold;
}
.card-box p{
    color:#ffbf17;
    font-size: 20px;
}
.card input{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    color:lightgray
}
.card button{
    width: 100%;
    text-align: center;
    background-color: #ffbf17;
    color:black;
    border-radius: 30px;
    border: none;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.card-header{
    background-color:#1D1D1D ;
    color: white;
    border: none;
}
.card-body{
    background-color: #292929;
    color: white;
}
.card{
    margin-top: 5%;
    border:none;
    box-shadow: 1px 1px 10px 1px #ffbf17;
    background-color: #020202;
    color: black;
}
.QrAddress{
  font-size: 12px;
  font-weight: bold;
}
.transferform .form-group{
    background-color: white;
    color: black;
    padding: 3px;
    border-radius: 10px;
}
.transferform .form-group label{
    border-right: 1px solid black;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.transferform .form-group input{
    width: 100%;
    background-color: transparent;
    color: black;
}
.transferform .form-group input:read-only{
  width: 100%;
  background-color: #FFFFFF;
  color: black;
}
.transferform .form-group select{
    width: 100%;
    background-color: transparent;
    color: black;
    border: none;
}
.tradeTab .nav-link{
    background-color:#232323 ;
    color:#818181;
    border-radius: 10px;
    width: 100%;
    font-size: 11px;
}
.tradeTab .nav-link.active{
    background-color:#ffbf17 ;
    color:black;
    width: 100%;
    border-radius: 10px;
    font-size: 11px;

}
.buyProductForm input:read-only{
  background-color: #FFFFFF;
  color: black;
}
.labels{
    font-size: 12px;
}

#convertbalance {
  font-size: 15px;
  color: #8c8c8c;
  margin-right: 15px;
}

.wlabel {
  font-size: 17px;
  color: #fff;
}

.sm-wlabel {
  font-size: 15px;
  color: #fff;
}

.balance-text-padding {
  padding-left: 2rem;
}

.balance-title-width {
  width: 100%;
}

.wvalue {
  font-size: 15px;
  color: #8c8c8c;
}

.wbtn {
  font-size: 15px;
  margin: 1px 0px;
  padding: 0px;
  font-weight: bold;
}

.wbtnimg {
  width: auto;
  height: 35px;
  margin-bottom: 10px;
}

.wallet-icon {
  width: 100px;
  padding: 10px;
}

.cardstyle {
  /* border: 1px solid grey; */
  background-color: #232323;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  /* padding:5px; */
  box-sizing: border-box;
  /* margin: 5px; */
}

.catalogimg {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0;
}

.catalogprice {
  font-size: 15px;
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.catalogname {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.estore-countryName {
  color: #a5a5a5;
}

.buybtn {
  font-size: 18px;
  width: 80%;
  border-radius: 10px;
  padding: 1px;
  background-color: #ffbf17;
}

#featureditems {
  font-size: 25px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.web-estore-searchbox {
  border-radius: 10px;
  padding: 3px;
}

#estoresearch {
  width: 100%;
  border: none;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: transparent;
  color: lightgray;
  padding: 5px;
  font-size: 15px;
}

#dropdownMenuButton {
  border-radius: 8px;
  font-size: 15px;
  margin-left: 5px;
  background-color: #232323;
  color: lightgray;
}

#productdetials {
  font-size: 25px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.pbtn {
  border-radius: 5px;
  padding: 0px;
  margin: 2px 0px;
}

/* profile */
#profilename {
  font-size: 25px;
  margin-top: -50px;
  text-align: right;
  padding: 5px;
}

#profilepicture {
    margin-top: -50px;
    margin-left: 20px;
    width: 100px;
    height: auto;
}

div.a {
  white-space: nowrap;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.a:hover {
  overflow: visible;
}

div.a:click {
  overflow: visible;
}

/* create store */
#createstoretitle {
  font-size: 25px;
  margin-top: 50px;
}
#storename {
  font-size: 20px;
  margin-top: 15px;
  color: lightgray;
}
#storeinput {
  margin-top: 10px;
}
#submitname {
  margin-left: 15px;
}

/* e-store buy product */
#title {
  font-size: 20px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.form-control {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.form-group {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#buyproductBtn {
    border-radius: 10px;
    background-color:#ffbf17 ;   
    border: none;
    color: black;
    font-size: 13px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
}
.itemimage {
  display: block;
  /* margin-left: 30px; */
}

.copyBtn {
  padding: 10px;
  background-color: white;
  font-size: 18px;
  width: 150px;
  border-radius: 30px;
  font-weight: bold;
  border: none;
}

.rewardBtn {
  padding: 10px;
  background-color: white;
  font-size: 18px;
  width: 150px;
  border-radius: 30px;
  font-weight: bold;
  border: none;
}

/* merchant add product */
h1 {
  text-align: center;
}

.footer-bg {
  background-color: black !important;
  box-shadow: 1px 1px 10px #ffbf17 !important;
}

#regForm {
  border-radius: 10px;
  background-color: #1b1515;
  margin: 1px auto;
  font-family: Raleway;
  width: 90%;
}

.totalCalculation {
  display: flex;
  justify-content: space-between;
}

#countrydropdown, #percentageOfYoyo, #currency, #bankId {
  width: 100%;
  color: #8c8c8c;
  font-size: 15px;
  padding: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 5px;
  margin-top: -5px;
  margin-bottom:15px;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.approved_tab{
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: hsl(220, 70%, 44%);
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

.tab {
  color: hsl(220, 75%, 57%);
  font-family: "Calistoga";
}

input.productinput {
  font-size: 15px;
  width: 100%;
  padding: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 5px;
  margin-top: -5px;
}

.form-grouprow {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.attributes {
  font-size: 15px;
  padding: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 8px;
  margin-bottom: -5px;
}

.uploadpicture {
  font-size: 15px;
  padding: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 8px;
}

#prevBtn {
  border-radius: 10px;
  margin-top: 5px;
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffbf17;
  border-color: #ffbf17;
  color: black;
}

#nextBtn {
  border-radius: 10px;
  margin-top: 5px;
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffbf17;
  border-color: #ffbf17;
  color: black;
}

.textwalletindex {
  color: white;
  font-size: 13px;
}

.walletIndexBox {
  /* border: 1px solid #8c8c8c; */
  /* border-collapse: collapse; */
  margin-top: 10%;
  width: 100%;
  /* margin-bottom: 15%; */
}
.walletIndexBox td {
  border: 1px solid #3b3b3b;
  border-top: none;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  width: 33%;
}
.banner {
  margin-bottom: 15%;
}
.banner img {
  width: 100%;
}

.btn-primary {
  background-color: #f1be1efa;
  border-color: #f1be1efa;
  color: black;
}

.btn-primary:hover {
  background-color: #ffc920;
  border-color: #ffc920;
  color: black;
}

.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffc920;
  border-color: #ffc920;
  color: black;
}

.shop-white-font {
  color: #fff;
}

.shop-theme-font-color {
  color: #ffbf17;
}

.shop-gray-font {
  color: #d3d3d3;
  background-color: #2f2e2e;
}

.shop-submit-position {
  justify-content: center;
}

.historyTable td{
  border: none;
  width: 153px;
}

.historyTable tbody + tbody{
  border: none;
}
.transactionHistory {
  color:gold;

}

.text-warning2 {
  color: grey !important;
}

.collapsemenuhistory{
  text-align: left;
}
.uploadBox{
  border: 2px dashed rgb(199, 197, 197);
  padding: 10px;
  height: 100%;
  margin: 0;
}
.setPinForm{
  background-color:#292929;
  box-shadow: 1px 1px 10px #ffbf17 ;
}

.setPinForm .pincode-input-container.touch .touchwrapper .touchtable td{
  background-color: white;
}

.setPinForm .pincode-input-container.touch .pincode-input-text-masked{
  letter-spacing:22px !important;
}
.resetTradingPin .pincode-input-container.touch .touchwrapper .touchtable td{
  background-color: white;
}
.resetTradingPin .pincode-input-container.touch .pincode-input-text-masked{
  letter-spacing:22px !important;
}

/* Ipad */
@media only screen and (min-width: 700px) {
  #walletmain {
    width: 70%;
  }

  #yoyologo {
    width: auto;
    height: 60px;
  }

  .dropdown-item {
    padding: 3px 30px;
    font-size: 20px;
  }

  .dropdown-item:hover {
    width: fit-content;
  }

  .mobilelogo {
    width: 180px;
    height: 60px;
  }

  .loginlogo {
    width: 90px;
    height: 60px;
  }

  .menu {
    font-size: 18px;
  }

  .topnav {
    position: absolute;
    top: 15px;
    right: 3rem;
    z-index: 10;
  }

  .navmenu {
    margin-right: 20rem;
  }

  #totalbalancelabel {
    font-size: 25px;
    margin-left: 15px;
    color: #ffbf17;
  }

  #yoyo {
    font-size: 20px;
  }

  #totalbalance {
    font-size: 40px;
    padding: 30px;
    color: white;
  }

  #convertbalance {
    font-size: 16px;
    color: #8c8c8c;
    margin-right: 15px;
  }

  .balance-text-padding {
    padding-left: 3rem;
  }

  .balance-title-width {
    width: 50%;
  }

  .shop-submit-position {
    justify-content: left;
  }

  .wlabel {
    font-size: 18px;
    /* color:#ffbf17 */
    color: #fff;
  }

  .sm-wlabel {
    font-size: 16px;
    color: #fff;
  }

  .wvalue {
    font-size: 18px;
    color: #8c8c8c;
  }

  .wbtn {
    font-size: 25px;
    width: 100%;
  }

  .wbtnimg {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
  }

  .wallet-icon {
    width: 100px;
    padding: 0px;
  }

  .catalogimg {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
  }

  .catalogprice {
    font-size: 20px;
  }

  .catalogname {
    font-size: 20px;
  }

  .buybtn {
    font-size: 18px;
    width: 80%;
    border-radius: 10px;
    padding: 1px;
    background-color: #ffbf17;
  }

  #estoresearch {
    width: 100%;
    border: none;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    background-color: transparent;
    color: lightgray;
    padding: 5px;
    font-size: 15px;
  }

  #dropdownMenuButton {
    font-size: 20px;
    margin-left: 20px;
  }

  .itemimage {
    display: block;
    /* margin-left: 420px; */
  }

  /* profile */
  #profilename {
    font-size: 25px;
    margin-top: -50px;
    text-align: right;
    padding: 5px;
  }

  .profile {
    width: 60%;
  }

  /* merchant add product */
  .productinput {
    font-size: 20px;
  }

  .form-grouprow {
    font-size: 20px;
  }

  .attributesinput {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .textwalletindex {
    color: white;
    font-size: 18px;
  }
  .walletIndexBox {
    /* border: 1px solid #8c8c8c; */
    /* border-collapse: collapse; */
    margin: auto;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 15%;
  }
  .walletIndexBox td {
    border: 1px solid #3b3b3b;
    border-top: none;
    padding: 35px 50px 35px 50px;
    width: 33%;
  }
  .banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(to bottom, #ee4435,  #ed2738, #c61a25); */
    text-align: center;
    margin-bottom: 0;
  }
  .banner img {
    width: 25%;
    height: 10%;
  }
  .bannerCloseBtn {
    position: relative;
    left: 250px;
    cursor: pointer;
    font-size: 30px;
    color: white;
  }
  .close{
    position: absolute;
    right: 20px;
  }
  .card {
    margin-top: 5%;
    border: none;
    box-shadow: 1px 1px 10px 1px #ffbf17;
    background-color: #020202;
  }
  .card-header {
    background-color: #1d1d1d;
    color: white;
    border: none;
  }
  .card-body {
    background-color: #292929;
    color: white;
  }

  #countrydropdown {
    width: 100%;
    height: 3vw;
    margin-bottom: 1vw;
  }
  .card button{
      width: 100%;
      text-align: center;
      background-color: #ffbf17;
      color:black;
      border-radius: 30px;
      border: none;
      padding: 10px;
      font-size: 15px;
      font-weight: bold;
      margin-top: 0px;
      }
  .QrAddress{
    font-size: 15px;
    font-weight: bold;
  }
  .tradeTab .nav-link{
    background-color:#232323 ;
    color:#818181;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
  }
  .tradeTab .nav-link.active{
      background-color:#ffbf17 ;
      color:black;
      width: 100%;
      border-radius: 10px;
      font-size: 15px;
  }
  .merchantBox{
    background-color:#232323 ;
    /* padding: 10px; */
    border-radius: 10px;
  }
  
  .merchantBox .merchantImage img{
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  
  .merchantBox .merchantDetail{
    padding: 20px;
    overflow-wrap:break-word;
  }
  .merchantBox .merchantDetail p{ 
    font-size: 20px;
  }
  
  .merchantBox .merchantDetail span{ 
    font-size: 15px;
    font-weight: bold;
    color: lightgray;
  }

  /*my shop */
  .shopTitleBox{
    background-color:#232323 ;
    /* padding: 10px; */
    border-radius: 10px;
  }

  .shopTitleBox .shopTitleBoxImage img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .shopTitleBox .shopTitleBoxDetail{
    padding: 20px;
  }

  .shopTitleBox .shopTitleBoxDetail button{
    font-size: 1em;
    background-color: #ffbf17;
    color: black;
    font-weight: bold;
    border:none;
    border-radius: 20px;
    text-align: center;
    width: auto;
  }

  .shopTitleBox .shopTitleBoxDetail h5{ 
    font-size: 25px;
  }

  .shopTitleBox .shopTitleBoxDetail span{ 
    font-size: 18px;
    color: lightgray;
  }

  .shopTitleBox .shopTitleBoxButton{
    margin-top: 30px;
}
  
}

/* Desktop */
@media only screen and (min-width: 1024px) {
  #walletmain {
    width: 50%;
    /* margin-right: 20rem; */
  }
  #yoyologo {
    width: auto;
    height: 60px;
  }

  .dropdown-item {
    padding: 3px 30px;
    font-size: 20px;
  }

  .mobilelogo {
    width: 180px;
    height: 60px;
  }

  .loginlogo {
    width: 90px;
    height: 60px;
  }

  .menu {
    font-size: 18px;
  }

  .topnav {
    position: absolute;
    top: 15px;
    right: 7rem;
    z-index: 10;
  }

  .navmenu {
    margin-right: 30rem;
  }

  #totalbalancelabel {
    font-size: 25px;
    margin-left: 15px;
    color: #ffbf17;
  }

  #yoyo {
    font-size: 20px;
  }

  #totalbalance {
    font-size: 40px;
    padding: 30px;
    color: white;
  }

  #convertbalance {
    font-size: 16px;
    color: #8c8c8c;
    margin-right: 15px;
  }

  .balance-text-padding {
    padding-left: 3rem;
  }

  .balance-title-width {
    width: 50%;
  }

  .shop-submit-position {
    justify-content: left;
  }

  .wlabel {
    font-size: 18px;
    /* color:#ffbf17 */
    color: #fff;
  }

  .sm-wlabel {
    font-size: 16px;
    color: #fff;
  }

  .wvalue {
    font-size: 18px;
    color: #8c8c8c;
  }

  .wbtn {
    font-size: 25px;
    width: 100%;
  }

  .wbtnimg {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
  }

  .wallet-icon {
    width: 100px;
    padding: 0px;
  }

  .catalogimg {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
  }

  .catalogprice {
    font-size: 20px;
  }

  .catalogname {
    font-size: 20px;
  }

  .buybtn {
    font-size: 18px;
    width: 80%;
    border-radius: 10px;
    padding: 1px;
    background-color: #ffbf17;
  }

  #estoresearch {
    width: 100%;
    border: none;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    background-color: transparent;
    color: lightgray;
    padding: 5px;
    font-size: 15px;
  }

  #dropdownMenuButton {
    font-size: 20px;
    margin-left: 20px;
  }
  .itemimage {
    display: block;
    /* margin-left: 420px; */
  }

  /* profile */
  #profilename {
    font-size: 25px;
    margin-top: -50px;
    text-align: right;
    padding: 5px;
  }

  .profile {
    width: 60%;
  }

  /* merchant add product */
  .productinput {
    font-size: 20px;
  }

  .form-grouprow {
    font-size: 20px;
  }

  .attributesinput {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .textwalletindex {
    color: white;
    font-size: 18px;
  }
  .walletIndexBox {
    /* border: 1px solid #8c8c8c; */
    /* border-collapse: collapse; */
    margin: auto;
    margin-top: 10%;
    width: 100%;
    margin-bottom: 15%;
  }
  .walletIndexBox td {
    border: 1px solid #3b3b3b;
    border-top: none;
    padding: 35px 50px 35px 50px;
    width: 33%;
  }
  .banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(to bottom, #ee4435,  #ed2738, #c61a25); */
    text-align: center;
    margin-bottom: 0;
  }
  .banner img {
    width: 25%;
    height: 10%;
  }
  .bannerCloseBtn {
    position: relative;
    left: 250px;
    cursor: pointer;
    font-size: 30px;
    color: white;
  }
  .card {
    margin-top: 5%;
    border: none;
    box-shadow: 1px 1px 10px 1px #ffbf17;
    background-color: #020202;
  }
  .card-header {
    background-color: #1d1d1d;
    color: white;
    border: none;
  }
  .card-body {
    background-color: #292929;
    color: white;
  }

  #countrydropdown {
    width: 100%;
    height: 3vw;
    margin-bottom: 1vw;
  }
  .card button{
      width: 100%;
      text-align: center;
      background-color: #ffbf17;
      color:black;
      border-radius: 30px;
      border: none;
      padding: 10px;
      font-size: 15px;
      font-weight: bold;
      margin-top: 0px;
      }
  .QrAddress{
    font-size: 15px;
    font-weight: bold;
  }
  .tradeTab .nav-link{
    background-color:#232323 ;
    color:#818181;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
  }
  .tradeTab .nav-link.active{
      background-color:#ffbf17 ;
      color:black;
      width: 100%;
      border-radius: 10px;
      font-size: 15px;
  }
  .merchantBox{
    background-color:#232323 ;
    /* padding: 10px; */
    border-radius: 10px;
  }
  
  .merchantBox .merchantImage img{
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  
  .merchantBox .merchantDetail{
    padding: 20px;
    overflow-wrap:break-word;
  }
  .merchantBox .merchantDetail p{ 
    font-size: 20px;
  }
  
  .merchantBox .merchantDetail span{ 
    font-size: 15px;
    font-weight: bold;
    color: lightgray;
  }

  /*my shop */
  .shopTitleBox{
    background-color:#232323 ;
    /* padding: 10px; */
    border-radius: 10px;
  }

  .shopTitleBox .shopTitleBoxImage img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  .shopTitleBox .shopTitleBoxDetail{
    padding: 20px;
  }

  .shopTitleBox .shopTitleBoxDetail button{
    font-size: 1em;
    background-color: #ffbf17;
    color: black;
    font-weight: bold;
    border:none;
    border-radius: 20px;
    text-align: center;
    width: 30%;
  }

  .shopTitleBox .shopTitleBoxDetail h5{ 
    font-size: 25px;
  }

  .shopTitleBox .shopTitleBoxDetail span{ 
    font-size: 18px;
    color: lightgray;
  }

  .shopTitleBox .shopTitleBoxButton{
    margin-top: 30px;
  }


  .yoyoModal .pincode-input-container.touch .touchwrapper .pincode-input-text{
    letter-spacing: 24px !important;
  }

  .yoyoModal .pincode-input-container input.mid{
    border-width: thin;
    border-right-width: 0px;
  }

  .yoyoModal .pincode-input-container input.last{
    border-left-color: rgba(0,0,0,0.1);
    border-left-width: thin;
    background-color: white;
    margin-left: -0.5px;
  }
  
.shopBoxConfirmMsg{
  font-size: 12px;
  font-weight: bold;
  width: 30%;
}

  
}