.swal2-container {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 99999999999 !important;
}

.swal2-title {
  font-size: 1.25em;
}

.walletconnect-modal__base {
  max-width: 400px !important;
}

.walletconnect-modal__headerLogo {
  height: 21px !important;
  width: auto !important;
}

.connector-modal {
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000099;
  display: none;
}

.connector-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999999999;
}

.connector-modal .modal-content {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 600px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-height: 100%;
  overflow: auto;
}

.connector-modal .modal-content .wallets {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 600px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-height: 100%;
  overflow: auto;
}

.connector-modal .modal-content .wallets .wallet {
  width: 100%;
  padding: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid rgba(195, 195, 195, 0.14);
  margin: 0;
}

.connector-modal .modal-content .wallets .wallet:hover {
  background: #F7F7F7;
}

.connector-modal .modal-content .wallets .wallet img {
  max-width: 70px;
  margin-bottom: 15px;
}

@media screen and (max-width: 620px) {
  .connector-modal .modal-content {
    max-width: 300px;
    max-height: 90%;
  }
  .connector-modal .modal-content .wallets {
    max-width: 300px;
  }
}
/*# sourceMappingURL=login.css.map */