.overlay {
  background: rgba(10, 10, 10, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999;
  font-family: "Lato", sans-serif !important;
  overflow-y: auto;
  display: none;
  color: #000;
}
.dialog-box {
  z-index: 99;
  width: 80%;
  max-width: 500px;
  margin: 0% auto;
}
.dialog-body {
  background: white;
  border-radius: 20px;
}
.dialog-tab {
  background: #d4d5d9;
  border-radius: 10px;
  color: #000;
}
.tab-active {
  background: white;
  border-radius: 6px;
}
.xx {
  color: #abaeb4;
}
.dialog-tab .p-1 {
  cursor: pointer;
}
.search-inp {
  background: #d4d5d9;
  border: none;
  border-radius: 7px;
  color: #abaeb4;
  width: 100%;
  outline: none;
}
.imx {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}
.me-q {
  margin-bottom: 6px;
}
#connect-box,
#connect-btn,
.qr-box,
#import-box {
  display: none;
}
.wallet {
  display: none;
}
.wallet:nth-child(-n + 12) {
  display: inline-block;
}
.wallet img {
  cursor: pointer;
}
.wallet p {
  font-size: 11px;
  cursor: pointer;
}
.bbb span {
  cursor: pointer;
}
.bbb span.active {
  color: #555;
}
.br-100 {
  border-radius: 100px;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #555;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.border-none {
  border: none;
}
.lll {
  opacity: 70%;
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.intro {
  font-size: 1.05rem;
  line-height: 40px;
  color: #888;
  width: 90%;
  margin: 0% auto;
}
.text {
  font-size: 1.1rem;
  line-height: 40px;
  color: #666;
}
.q-a {
  border: 1px solid #ff04b4;
  color: #ff04b4;
}
.q-a h4 {
  opacity: 0.8;
}
.mint-box {
  border: 1px solid #ff04b4;
}
.bg-blue {
  background: #adc9d6;
}
.bg-darkblue {
  background: #638596;
}
.bg-red {
  background: #d6adad;
}
.bg-darkred {
  background: #95554f;
}
.bg-purple {
  background: #b8a7ce;
}
.bg-darkpurple {
  background: #8e6fb6;
}
footer {
  background: #f5f5f5;
}
.bbb i {
  font-size: 1.4rem;
  color: #333;
}
.lh-3 {
  line-height: 30px;
}
.ll {
  font-size: 1.15rem;
  line-height: 30px;
}
.pxy {
  width: 144px;
  height: 144px;
  object-fit: cover;
}
.br-0 {
  border-radius: 0px;
}
.form-control {
  resize: none;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.opq-1 {
  opacity: 0.6;
}
.pointer {
  cursor: pointer;
}
