.google-btn {
  margin-top: 15px;
}
.google-btn img {
  margin-right: 6px;
}

main {
  height: 100vh !important;
}

.baln {
  background-color: black;
}

.form-select {
  background-color: transparent !important;
  border: none;
  margin-left: 6px;
  width: 90px;
}
.form-select option {
  background-color: black;
  border: none;
}

#quick-action {
  padding: 20px;
  border-radius: 20px !important;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-1 {
  margin-top: 10px;
}

.item-quick {
  position: relative;
  text-decoration: none;
  align-items: center;
  padding: 15px;
  border: 1.5px solid rgb(42, 42, 42);
  border-radius: 10px;
  color: white;
}
.item-quick:hover {
  border: 1.5px solid rgb(37, 62, 255);
}
.item-quick span {
  margin-left: 10px;
  color: white;
  font-size: 14px;
}
.item-quick img {
  position: absolute;
  right: 10px;
}

.other-action {
  padding: 10px;
  border: 1.5px solid rgb(42, 42, 42);
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
}
.other-action:hover {
  border: 1.5px solid rgb(37, 62, 255);
}
.other-action span {
  color: white;
}

#coin-amt {
  text-align: right;
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.header input {
  padding: 5px;
  padding-left: 15px;
}
.header .hold-it {
  display: flex;
  text-align: right;
  justify-content: right;
  padding: 2px;
}
.header .hold-it a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid rgb(72, 72, 72);
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
.header .hold-it a:nth-child(2) {
  margin-left: 10px;
}

#action-quick {
  position: relative;
  height: 55vh;
  margin-top: 15px;
}

body {
  height: 100vh;
}

.hp-main-layout {
  height: 100vh;
  overflow-y: auto;
}
.hp-main-layout::-webkit-scrollbar {
  visibility: hidden;
}

.bottom-menu {
  width: 100%;
  padding: 15px;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  background-color: rgb(25, 25, 25);
  gap: 20px;
}
.bottom-menu a {
  text-decoration: none;
  color: gray;
  text-align: center;
  scale: 0.8;
}
.bottom-menu a svg {
  fill: gray;
}
.bottom-menu a span {
  color: gray;
}
.bottom-menu a:active {
  color: white;
}

#passcode {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#passcode input {
  text-align: center;
}

#coin-view-hold {
  width: 70%;
  height: 100vh;
  position: relative;
  left: 15%;
  border: none;
}
#coin-view-hold #quick-action {
  border-radius: 10px;
  border: none;
  margin-top: 20px;
}
#coin-view-hold .coin-header {
  margin-top: 20px;
  align-items: center;
  display: flex;
}
#coin-view-hold .coin-header img {
  width: 40px;
  height: 40px;
  position: relative;
  top: -5px;
}
#coin-view-hold .coin-header .hod {
  position: relative;
  left: 3px;
}
#coin-view-hold .coin-header .hod .h4 {
  font-weight: bold;
  margin-left: 10px;
}
#coin-view-hold .coin-header .hod span {
  float: left;
  position: relative;
  top: -10px;
  margin-left: 6px;
}
#coin-view-hold .char-box {
  width: 100%;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
#coin-view-hold .char-box #the-view {
  height: 100%;
  margin: 0 auto;
}

.coin-head img {
  width: 40px;
  height: 40px;
  position: relative;
  top: -3px;
}
.coin-head .hod {
  position: relative;
  margin-left: 8px;
}
.coin-head .hod:nth-child(1) .text-gray {
  color: gray;
}
.coin-head .hod .h4 {
  font-weight: bold;
  margin-top: 4px;
}
.coin-head .hod .rate {
  font-size: 14px;
  font-weight: 500;
}

.text-gray {
  color: gray;
}

.coin-right {
  text-align: right;
  position: relative;
  right: 10px;
}
.coin-right .h4 {
  font-weight: bold;
  margin-top: 4px;
}

#coin-list-hold {
  width: 100%;
  border: none;
  height: 80vh;
  overflow: auto;
  position: relative;
  display: flex;
  align-items: center;
}
#coin-list-hold::-webkit-scrollbar {
  visibility: hidden;
}
#coin-list-hold #coin-list-card {
  width: 65%;
  padding: 20px;
  border-radius: 20px;
  border: none;
  margin-bottom: 100px;
}
#coin-list-hold #coin-list-card .header {
  padding: 0;
  position: sticky;
  top: 0px;
  background-color: #141414;
}
#coin-list-hold #coin-list-card .header .h5 {
  margin-top: 15px;
}

#send-hold {
  border: none;
  width: 50%;
  position: relative;
  height: 400px;
  left: 25%;
  top: calc(50% - 260px);
  padding: 20px;
}
#send-hold .send-details-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#send-hold .send-details-icon img {
  width: 30px;
  height: 30px;
}
#send-hold .send-details-icon span {
  margin-left: 10px;
}
#send-hold .qr-hold {
  width: 180px;
  height: 180px;
  background-color: white;
  position: relative;
  left: calc(50% - 90px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swap-box {
  position: relative;
  width: 60%;
  background-color: transparent;
  left: 20%;
  padding: 10px;
  border: none;
}
.swap-box .from {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background-color: #202020;
  border: none;
  position: relative;
}
.swap-box .from .coin-amt .coin-log-name img {
  width: 30px;
  height: 30px;
}
.swap-box .from .coin-amt input {
  position: absolute;
  right: 30px;
  text-align: right;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 50%;
}
.swap-box .swap-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background-color: #16191c;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swap-box .swap-logo svg {
  width: 30px;
  height: 30px;
}
.swap-box .to {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background-color: #202020;
  border: none;
  position: relative;
  margin-top: 40px;
}
.swap-box .to .coin-amt .coin-sel img {
  width: 30px;
  height: 30px;
}
.swap-box .to .coin-amt .coin-sel #token-swap {
  background-color: transparent;
  border: none;
  outline: none;
  color: gray;
}
.swap-box .to .coin-amt .coin-sel #token-swap option {
  background-color: #24272a;
}
.swap-box .to .coin-amt input {
  position: absolute;
  right: 30px;
  text-align: right;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 30%;
}

.swap-btn {
  padding: 12px;
  width: 58%;
  position: relative;
  left: 21%;
  top: 20px;
}

#notification {
  border: none;
  height: 80vh;
  overflow-y: auto;
  padding: 10px;
}
#notification::-webkit-scrollbar {
  visibility: hidden;
}
#notification .noti-hold {
  margin-top: 10px;
}
#notification .noti-hold span {
  color: gray;
}
#notification .noti-hold .card {
  padding: 10px;
  margin-top: 10px;
  border-radius: 15px;
}
#notification .noti-hold .card .header {
  align-items: center;
  padding: 0;
  margin: 0;
}
#notification .noti-hold .card .text {
  padding: 5px;
  margin-top: 10px;
}

#back-home {
  display: none;
}

.active svg {
  fill: white !important;
}
.active span {
  color: white !important;
}

#history {
  height: 80vh;
  border-radius: 15px;
  padding: 10px;
  border: none;
  overflow: auto;
  margin-bottom: 100px;
}
#history::-webkit-scrollbar {
  visibility: hidden;
}

#market {
  position: relative;
  border-radius: 0px;
  height: 100vh;
  overflow-y: auto;
  margin-bottom: 200px;
  border: none;
  overflow-x: hidden;
}
#market::-webkit-scrollbar {
  visibility: hidden;
}
#market #nft-head {
  padding: 40px;
  border-radius: 15px;
  border: none;
  background-image: url("https://incrypto.merku.love/static/media/abstract.f625ecde569de561c781.svg");
  background-position: center;
  background-size: cover;
}
#market .nft-item {
  padding: 15px;
  border: none;
  background-color: rgba(21, 21, 21, 0.7);
}
#market .nft-item #nft-img {
  height: 250px;
  border-radius: 15px;
}
#market .nft-item #price-tag {
  padding: 10px;
  border: none;
  background-image: url("https://incrypto.merku.love/static/media/abstract.f625ecde569de561c781.svg");
}
#market .nft-item #price-tag #nft-token {
  width: 25px;
  height: 25px;
}
#market .nft-item #price-tag .price {
  margin-left: 6px;
}

.modal-body .des img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
}
.modal-body .des .main-des {
  margin-left: 10px;
}
.modal-body #contract {
  padding: 10px;
  font-size: 13px;
  border-radius: 10px;
}
.modal-body .coin-sel {
  margin-top: 10px;
  border: 1px solid rgb(53, 53, 53);
  border-radius: 6px;
}
.modal-body .coin-sel select {
  width: 100%;
}

#send-amount-hold {
  margin-top: 20px;
  border: none;
  padding: 30px;
  width: 50%;
  position: relative;
  left: 25%;
}

.send-scan .qr-hold {
  width: 170px;
  height: 170px;
  background-color: white;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 85px);
}
.send-scan .det-hold .mb {
  background-color: rgba(31, 31, 31, 0.4);
  padding: 10px;
  border-radius: 15px;
}
.send-scan .det-hold .mb input {
  border: none;
  background-color: transparent;
}

#profile-hold {
  border: none;
}
#profile-hold a #pro-hold {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(17, 18, 18, 0.5);
  transition: 0.3s;
}
#profile-hold a #pro-hold:hover {
  background-color: rgba(17, 18, 18, 0.9);
}
#profile-hold a #pro-hold .icon-name {
  align-items: center;
}
#profile-hold a #pro-hold .icon-name span {
  margin-left: 10px;
}

#update-profile {
  border: none;
}
#update-profile .img-hold {
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  width: 100%;
}
#update-profile .img-hold img {
  width: 150px;
  border-radius: 50%;
  position: relative;
  left: calc(50% - 75px);
}
#update-profile .img-hold .upload {
  width: 50px;
  height: 50px;
  background-color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #202020;
  position: absolute;
  right: 80px;
  margin-top: 40px;
  cursor: pointer;
}
#update-profile .img-hold .upload input {
  display: none;
}

#buy-hold {
  border: none;
  height: 83vh;
  margin-bottom: 200px !important;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
}
#buy-hold::-webkit-scrollbar {
  display: none;
}
#buy-hold #back {
  display: none;
}
#buy-hold #card-buy {
  color: white;
}
#buy-hold #card-buy .card {
  border: none;
  padding: 15px;
  border-radius: 15px;
  position: relative;
}
#buy-hold #card-buy .card .d-flex {
  align-items: center;
}
#buy-hold #card-buy .card .d-flex img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#buy-hold #card-buy .card .d-flex span {
  margin-left: 15px;
}

#row-m {
  margin-top: 20px;
}

.right {
  margin-top: 10px;
  position: relative;
  padding: 20px;
}
.right #paste-button2 {
  border: 1.5px solid gray;
  border-radius: 50px;
  cursor: pointer;
  padding: 8px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

.f-13 {
  font-size: 13px;
}

.ms-1 {
  margin-left: 10px;
}

#network {
  border: none;
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 100px !important;
  position: relative;
  width: 50%;
  left: 25%;
  border-radius: 0px;
  background-color: transparent;
}
#network #network-item {
  border: none;
  border-radius: 10px;
}
#network #network-item .img-hold {
  padding: 15px;
}
#network #network-item .img-hold img {
  width: 30px;
}
#network #network-item .img-hold span {
  margin-left: 10px;
}
#network #network-item .net {
  padding: 15px;
  text-align: right;
  margin-top: 3px;
  color: gray;
}

.out-order {
  background-color: rgb(255, 92, 92);
  height: 300px;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
  display: none;
}

.confirmed {
  background-color: rgb(0, 163, 71);
  height: 300px;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
  display: none;
}

#scroll-pay {
  border: none;
  background-color: transparent;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  margin-bottom: 100px !important;
}
#scroll-pay::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 800px) {
  #network {
    width: 100%;
    left: 0%;
  }
  #row-m {
    margin-top: 0px;
  }
  .mt-sm-2 {
    margin-top: 15px;
  }
  #buy-hold {
    height: 85vh;
  }
  #buy-hold #back {
    display: block;
  }
  #update-profile .img-hold img {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
  }
  #update-profile .img-hold .upload {
    right: 95px;
    width: 40px;
    height: 40px;
  }
  #update-profile form {
    margin-top: 20px;
  }
  #send-amount-hold {
    width: 100%;
    left: 0%;
  }
  #market {
    height: 80vh;
    margin-bottom: 200px !important;
  }
  #back-home {
    display: block;
  }
  .swap-box {
    width: 100%;
    left: 0%;
  }
  .swap-btn {
    width: 96%;
    left: 2%;
    top: 15px;
  }
  #send-hold {
    width: 100%;
    left: 0%;
    margin-top: 30px;
  }
  .send-details-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .send-details-icon img {
    width: 30px;
    height: 30px;
  }
  .send-details-icon span {
    margin-left: 10px;
  }
  #coin-list-hold #coin-list-card {
    width: 100%;
    background-color: transparent;
  }
  #coin-list-hold #coin-list-card .header {
    background-color: #1F1F1F;
  }
  .coin-head img {
    width: 30px;
    height: 30px;
  }
  .coin-head .hod {
    scale: 0.7;
    margin-left: -10px;
  }
  #action-quick {
    height: 300px;
    margin-top: 15px;
    overflow-y: auto;
    margin-bottom: 200px;
    overflow-x: hidden;
  }
  #action-quick::-webkit-scrollbar {
    visibility: hidden;
  }
  .hp-main-layout-content {
    height: 100px !important;
    overflow-y: hidden;
  }
  .hp-main-layout-content .scrol {
    margin-top: 15px;
    position: relative;
    height: 90vh;
    overflow-y: auto;
    background-color: red;
    margin-bottom: 20px;
  }
  .hp-main-layout-content .scrol::-webkit-scrollbar {
    visibility: hidden;
  }
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #hide {
    display: none !important;
  }
  #baln {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  #coin-view-hold {
    width: 100%;
    left: 0%;
    height: 100vh;
  }
  #coin-view-hold .coin-scroll {
    height: 700px;
    overflow-y: auto;
    margin-bottom: 200px;
    overflow-x: hidden;
  }
  #coin-view-hold .coin-scroll::-webkit-scrollbar {
    visibility: hidden;
  }
  .tran-item-8 {
    scale: 0.8;
  }
  .tran-item-7 {
    scale: 0.7;
  }
  .tran-item-9 {
    scale: 0.9;
  }
}/*# sourceMappingURL=style.css.map */