:root {
  --background: #282b2f;
  --c0: #262626;
  --c1: #d17c78;
  --c2: #fff;
  --qrbackground: none;
  --qr: #d17c78;
  --backChat: #121738;
  --bckmodal: #121738;
  --modalborder: #d9f;
  --main: #4f4ee8;
  --reversable: #000;
}

*, :after, :before {
  box-sizing: border-box;
}

body {
  color: #a0a2ae;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #282b2f;
  margin: 0;
  font-family: Inconsolata, Monaco, monospace;
  overflow: hidden;
}

.main-wrap {
  background-color: #22295f;
  background-image: url("bg.3c3b4953.svg");
  background-position: 50% 10em;
  background-repeat: no-repeat;
  background-size: 75%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.btn {
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.btn:focus {
  outline: none;
}

.btn--search {
  font-size: 1.5em;
}

.btn--hidden {
  pointer-events: none;
  opacity: 0;
}

.search__input {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
}

.search__input:focus {
  outline: none;
}

.search__input::placeholder {
  color: var(--c2) !important;
}

a, .btn {
  color: #d17c78;
  outline: none;
  text-decoration: none;
}

.hidden {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.icon {
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  display: block;
}

.codrops-header {
  text-align: left;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  padding: 1.5em .75em 2.5em 1.5em;
  display: flex;
}

.codrops-header__title {
  color: var(--c1);
  margin: 0;
  padding: 0 .75em;
  font-size: 1.7em;
}

.codrops-header__side, .search-wrap {
  margin: 0 0 0 auto;
}

.bottom-nav {
  width: 100%;
  margin: auto 0 0;
  padding: 2.5em 2.75em 2.5em 2em;
  position: relative;
}

.codrops-demos {
  text-align: right;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  padding: 1.25em 0;
  font-weight: bold;
}

.codrops-demos span {
  vertical-align: bottom;
  margin: 0 1em 0 0;
  display: inline-block;
}

.codrops-demos a {
  margin: 0 .1em;
  padding: 0 .4em;
  display: inline-block;
  position: relative;
}

.codrops-demos a.current-demo:before {
  content: "";
  border: 2px solid;
  border-radius: 50%;
  width: 2.25em;
  height: 2.25em;
  margin: -1.125em 0 0 -1.125em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.codrops-links {
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.codrops-links:after {
  content: "";
  opacity: .1;
  background: currentColor;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
  margin: .5em;
  padding: .5em;
  display: inline-block;
}

.decolines {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.decoline {
  background: #ddd;
  width: 1px;
  height: 100%;
  position: absolute;
}

.decoline:first-child {
  right: 88em;
}

.decoline:nth-child(2) {
  right: 68em;
}

.decoline:nth-child(3) {
  right: 48em;
}

.decoline:nth-child(4) {
  right: 28em;
}

.decoline:nth-child(5) {
  right: 8em;
}

@media screen and (width <= 40em) {
  .codrops-header__side {
    margin: 0 auto;
  }

  .codrops-links {
    margin: 0 auto;
    font-size: .85em;
  }

  .bottom-nav {
    padding: .5em;
  }

  .codrops-demos {
    text-align: center;
  }

  .codrops-demos a {
    margin-bottom: 1em;
  }

  .codrops-demos span {
    text-align: center;
    margin: 0 auto 1em;
    display: block;
  }
}

.search {
  text-align: center;
  background: var(--backChat);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js .search {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.search:before, .search:after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.search:before {
  border-bottom-width: 0;
  border-right-width: 0;
  top: 0;
  left: 0;
}

.search:after {
  border-top-width: 0;
  border-left-width: 0;
  bottom: 0;
  right: 0;
}

.btn--search-close {
  font-size: 2em;
  display: none;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}

.js .btn--search-close {
  display: block;
}

.search__input {
  box-sizing: border-box;
  color: #d17c78;
  border-bottom: 2px solid;
  width: 75%;
  padding: .05em 0;
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
}

.search__input::-webkit-input-placeholder {
  opacity: .3;
  color: #060919;
}

.search__input::placeholder {
  opacity: .3;
  color: #060919;
}

.search__input:-ms-input-placeholder {
  opacity: .3;
  color: #060919;
}

.search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  text-align: right;
  color: #d17c78;
  width: 75%;
  margin: 0 auto;
  padding: .85em 0;
  font-size: 90%;
  font-weight: bold;
  display: block;
}

.search__related {
  pointer-events: none;
  flex-direction: column;
  width: 75%;
  display: flex;
}

.search__suggestion {
  text-align: left;
  width: 81%;
}

.search__suggestion h3 {
  margin: 0;
  font-size: 1.35em;
}

.search__suggestion h3:before {
  content: "⇾";
  padding: 0 .5em 0 0;
  display: inline-block;
}

.search__suggestion p {
  margin: .75em 0 0;
  font-size: 1.15em;
  line-height: 1.4;
}

.js .search {
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s;
}

.js .search--open {
  pointer-events: auto;
  opacity: 1;
}

.search:before, .search:after {
  transition: transform .5s;
}

.search:before {
  transform: translate3d(-15px, -15px, 0);
}

.search:after {
  transform: translate3d(15px, 15px, 0);
}

.search--open:before, .search--open:after {
  transform: translate3d(0, 0, 0);
}

.btn--search-close {
  opacity: 0;
  transition: opacity .5s, transform .5s;
  transform: scale3d(.8, .8, 1);
}

.search--open .btn--search-close {
  opacity: 1;
  z-index: 1;
  transform: scale3d(1, 1, 1);
}

.js .search__form {
  opacity: 0;
  transition: opacity .5s, transform .5s;
  transform: scale3d(.8, .8, 1);
}

.js .search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.search__suggestion {
  opacity: 0;
  transition: opacity .5s, transform .5s;
  transform: translate3d(0, -30px, 0);
}

.search--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
  transition-delay: .1s;
}

.search--open .search__suggestion:nth-child(3) {
  transition-delay: .2s;
}

@media screen and (width <= 40em) {
  .search__form {
    margin: 5em 0 1em;
  }

  .btn--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }

  .search__info {
    text-align: left;
  }

  .search__suggestion {
    width: 100%;
    font-size: 80%;
  }

  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none;
  }
}

.loadercontainer {
  z-index: 0;
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: fixed;
}

.loaderDiv {
  z-index: 9;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.loader {
  border-top: 3px solid var(--c1);
  box-sizing: border-box;
  border-right: 3px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  animation: 1s linear infinite rotation;
  display: flex;
}

.loader i {
  color: var(--c1);
  font-size: 40px;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#copyAddress, #shareAddress {
  cursor: pointer;
}

#qrtroqcontainer {
  align-items: center;
  width: auto;
  display: flex;
  height: 100vh !important;
}

#chatcontainer {
  flex-direction: column;
  height: calc(100vh - 81px);
  margin-top: 81px;
  display: flex;
}

#qrtroqcontainer {
  height: calc(100vh - 81px);
  margin-top: 81px;
}

#chatheader {
  font: x-large;
  background-color: var(--bckmodal);
  position: absolute;
  top: 1.3em;
  width: 85% !important;
}

#chatheader, #chatfooter {
  width: 100%;
}

#chatBox {
  flex-grow: 1;
  overflow: hidden scroll;
  touch-action: pan-y !important;
}

.swiper-slide {
  touch-action: pan-y !important;
}

.timestamp {
  color: #8888c2;
  font-size: .61em;
}

.who {
  color: #ff0;
}

.notyou {
  color: #0fa;
}

.search__related {
  height: 100%;
  padding-top: 5em;
}

.sidenavbutton {
  background: var(--c2) !important;
}

.modal-content {
  background-color: var(--bckmodal);
  box-shadow: 0 0 10px var(--modalborder);
  border: 1px solid var(--modalborder);
  background-image: radial-gradient(circle, var(--c5) 0%, var(--bckmodal) 100%);
}

.success-message {
  text-align: center;
  max-width: 500px;
  font-size: xxx-large;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-message__icon {
  max-width: 75px;
}

.success-message__title {
  color: #3dc480;
  opacity: 0;
  transition: all .2s;
  transform: translateY(25px);
}

.active .success-message__title {
  opacity: 1;
  transform: translateY(0);
}

.success-message__content {
  color: #b8babb;
  opacity: 0;
  transition: all .2s 50ms;
  transform: translateY(25px);
}

.active .success-message__content {
  opacity: 1;
  transform: translateY(0);
}

.icon-checkmark circle {
  fill: #3dc480;
  transform-origin: 50%;
  transition: transform .2s cubic-bezier(.22, .96, .38, .98);
  transform: scale(0);
}

.icon-checkmark path {
  transition: stroke-dashoffset .35s .1s;
}

.active .icon-checkmark circle {
  transform: scale(1);
}

.uiicon {
  cursor: pointer;
}

.custom-input-group {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

#amount2 {
  background: none !important;
}

#address2 {
  border: 1px solid var(--main);
}

.custom-input-group .input-group-text {
  min-width: 60px;
}

.custom-input-group input[type="number"] {
  flex: 1;
  width: 100%;
  max-width: 100px;
  padding: .375rem .75rem;
  font-size: 1rem;
}

.input-group {
  text-align: center;
  justify-content: center;
}

.input-group .input-group-text, .input-group .form-control {
  display: inline-block;
}

#sendResult {
  height: 30vh;
}

@media (width >= 575px) {
  #qrtroqcontainer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    max-height: calc(100vh - 81px) !important;
    margin-top: 81px !important;
  }
}

#miniversion {
  font-size: .75em;
  position: absolute;
  bottom: 3px;
  font-family: Major Mono Display, monospace !important;
}

#chatBadge {
  z-index: 1;
  padding: .25em .35em;
  display: none;
  position: absolute;
  top: 24px;
  right: 33px;
}

.newmessage {
  background-color: green;
}

#itemImgMINT {
  max-width: 100%;
}

#addrScanner {
  margin: 0 !important;
}

#qrScanVideo {
  width: 100% !important;
}

#message2 {
  border: 1px solid;
  width: 100% !important;
}

#address2 {
  word-wrap: break-word;
  text-align: center;
  border: none;
  padding: 0;
  color: var(--c3) !important;
  width: 100% !important;
  max-width: 80em !important;
  font-size: x-small !important;
}

@media (width >= 576px) {
  #address2 {
    font-size: 1.2em;
  }
}

.translation {
  color: var(--c3);
  min-width: 10px;
  width: auto !important;
}

#networkSelector {
  color: wheat;
}

#depositqrcanvas {
  justify-content: center;
  align-items: center;
  display: flex;
}

#depositAmountInput {
  background-color: #0000;
}

#currencySelect {
  color: #f5f5f5;
}

#chatheader {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

#chatAddress {
  cursor: pointer;
  margin-right: auto;
}

#mintinSteps {
  width: 100%;
}

.step {
  word-wrap: break-word;
}

.break {
  word-break: break-word !important;
}

#depositqrcanvas > rect {
  x: 0;
  y: "0";
  width: 370px;
  height: 370px;
}

.swal2-html-container {
  color: green;
}

.coloredAmount {
  color: red;
}

.sidebar:after {
  display: none;
}

.sidebar {
  opacity: 1;
  z-index: 1;
  z-index: 99;
  background: #000;
  border-left: 1px solid #595a5f;
  width: 220px;
  height: 100vh;
  transition: transform .5s;
  position: fixed;
  top: 81px;
  right: 0;
  overflow: auto;
  transform: translate3d(100%, 0, 0);
}

.sidebar.isOpen {
  visibility: visible;
  border-left: 1px solid var(--navborder);
  transition: transform .5s;
  transform: translate3d(0, 0, 0);
}

.mini {
  padding: 3em;
  font-size: .6em;
  display: block;
}

.content:before, .content:after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content.isOpen {
  opacity: .6;
  transition: transform .3s;
  transform: translate3d(0, 0, -300px);
}

.nav li {
  cursor: pointer;
  width: 100%;
  list-style-type: none;
}

.nav li a img {
  width: 25px;
  height: 25px;
  padding: 1px;
}

.nav li a {
  border-bottom: 1px solid #343538;
  padding: 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav {
  padding: 0;
}

.nav li a:hover {
  background: #639;
}

.nav li a.active {
  background: #444;
  box-shadow: inset 5px 0 #5b5, inset 6px 0 #222;
}

#fontlogo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: monospace !important;
}

.swal2-modal {
  background-color: var(--bckmodal);
  color: var(--reversable);
  border: 1px solid var(--modalborder);
  box-shadow: 0 0 10px var(--modalborder);
  background-image: radial-gradient(circle, var(--c5) 0%, var(--bckmodal) 100%);
}

.taskInput, .form-control:disabled, .form-control[readonly] {
  color: var(--reversable);
  border: 1px solid var(--main);
  background-color: #0000;
}

.modal-header {
  border-bottom: 1px solid var(--main);
}

.modal-footer {
  border-top: 1px solid var(--main);
}

.swal2-title, .swal2-content {
  color: var(--main);
}

.form-control {
  border: 1px solid var(--main);
}

.form-control::placeholder {
  color: var(--main);
}

.overlay {
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(#0000004d, #141414);
  width: 100vw;
  height: calc(100% - 81px);
  margin-top: 81px;
  transition: opacity 1s;
  position: fixed;
  overflow-y: scroll;
}

.overlayisOpen {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 1s;
}

.hamburger {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #0000;
  border: 0;
  outline: none;
  margin: 0;
  padding: 15px;
  transition: all .3s;
  display: inline-block;
  overflow: visible;
}

.hamburger:hover, .hamburger.is-active:hover {
  opacity: .7;
}

.is-active {
  transform: translate(12px);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  margin-top: -2px;
  display: block;
  top: 50%;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: var(--c1);
  border-radius: 4px;
  width: 40px;
  height: 4px;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
  position: absolute;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  top: 2px;
}

.hamburger--elastic .hamburger-inner:before {
  transition: opacity .125s .275s;
  top: 10px;
}

.hamburger--elastic .hamburger-inner:after {
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  top: 20px;
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0)rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0)rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  top: 2px;
}

.hamburger--elastic-r .hamburger-inner:before {
  transition: opacity .125s .275s;
  top: 10px;
}

.hamburger--elastic-r .hamburger-inner:after {
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
  top: 20px;
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0)rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  opacity: 0;
  transition-delay: 0s;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0)rotate(270deg);
}

#avatarIMG {
  width: 100%;
  height: auto;
}

.search__input {
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.modal-content {
  background-color: var(--bckmodal);
  box-shadow: 0 0 10px var(--c3);
  border: 1px solid var(--c1);
}

.alert {
  margin-bottom: 0 !important;
}

.modal-content {
  box-shadow: 0 0 10px var(--c3);
  border: 1px solid var(--c1);
  background-color: var(--bckmodal) !important;
}

.dot {
  background-color: #0f0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  animation: 3s infinite blink;
  position: relative;
  bottom: 17%;
  left: 74%;
}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.right {
  float: right;
  cursor: pointer;
  margin-left: 9px;
}

.right:hover {
  color: red;
}

.options {
  flex-direction: row;
  align-items: center;
  display: flex;
}

#muteCheckbox {
  width: 30px;
}

#amountView h1, #txdetails {
  font-size: calc(1.375rem + 1.5vw);
}

.settingsBar {
  margin-bottom: 12px;
}

#actionButtons {
  display: flex;
}

address {
  cursor: pointer;
}

#activeToken {
  flex-direction: column;
  display: flex;
}

#troqamount {
  color: var(--c1);
  background: no-repeat;
  border: none;
}

@media only screen and (width <= 767px) {
  .swiper-wrapper {
    height: calc(100vh - 81px) !important;
    position: fixed !important;
    top: 81px !important;
  }

  #chatcontainer {
    height: calc(100vh - 136px) !important;
    margin-top: 0 !important;
    overflow-y: scroll !important;
  }

  #qrtroqcontainer {
    margin-top: 2px !important;
  }

  body.swal2-height-auto {
    height: 100vh !important;
  }
}

#cwContacts {
  flex-direction: column;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow-y: scroll;
}

#closeChat {
  border: 3px solid var(--bs-gray-300);
  fill: #fff;
  background: no-repeat;
  display: inline;
}

.list-group-item {
  cursor: pointer;
  color: var(--bs-gray-200);
  background-color: var(--bs-purple);
}

@media screen and (width <= 456px) {
  #send-attachment {
    display: none;
  }

  #chatfooter {
    width: 100%;
    position: absolute;
    bottom: 50px;
  }

  .main-wrap {
    height: 100vh;
    padding: 1em 0;
    display: flex;
    overflow: hidden;
  }
}

.swal2-input {
  color: var(--c1);
  display: flex;
}

#headerNotes {
  z-index: 9;
  width: 100% !important;
  display: flex !important;
  position: absolute !important;
  top: 85px !important;
}

.headerNotes {
  width: 100% !important;
}

#cropperjs {
  max-width: 100%;
  display: block;
}

#preview {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  display: none !important;
}

.settingsModalItems {
  list-style: none;
}

.cropper-container {
  max-height: 90vh;
  overflow: hidden;
}

.swal2-show {
  max-height: 700px;
  overflow-y: auto;
}

.fullwidth {
  width: 100%;
}

#chatContainer {
  z-index: 3;
}

#mintOrUpdate {
  z-index: 1;
  position: absolute;
  bottom: 85px;
}
/*# sourceMappingURL=index.ae3b85d7.css.map */
