@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap");
body {
  --primaryColor: #934beb;
  --red: #eb4b64;
  --black: #231f20;
  --br: 6px;
  width: 100%;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #231f20;
}
body * {
  box-sizing: border-box;
}

h1,
h2 {
  font-weight: 300;
  margin: 0;
}

h2 {
  font-size: 48px;
  margin-bottom: 40px;
}

*:disabled {
  cursor: not-allowed !important;
}

.clickable:hover {
  cursor: pointer;
}

.btn-primary {
  background-color: #231f20;
  color: #ffffff;
  width: 300px;
  height: 52px;
  border-radius: var(--br);
  border: 1px solid #231f20;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}
.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
  height: 52px;
  border-radius: var(--br);
  border: 1px solid #231f20;
  cursor: pointer;
  margin-top: 10px;
}
.btn-primary-navigation {
  background-color: #231f20;
  color: #ffffff;
  height: 28px;
  border-radius: var(--br);
  border: 1px solid #231f20;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 12px;
}
.actions {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  gap: 1rem;
}
.actions .notifications {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.actions .notifications img {
  height: 30px;
}
.actions .notifications .bubble {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  background: var(--primaryColor);
  color: #ffffff;
}
.actions .notifications:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.actions .wallet-icon {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.actions .wallet-icon img {
  height: "26px";
}
.actions .wallet-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.content-wrap {
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: flex-start;
  /*   &.grey-bg {
    background-color: #f2f2f2;
  } */
}
.add {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}
.add img {
  height: 42px;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
}

/* VERIFIER */
.logoVerifier {
  width: 70px;
  height: 70px;
  cursor: pointer;
  width: 100%;
}

.verifier-title {
  margin-bottom: 60px;
  font-size: 1.9em;
  display: block;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.qrcode_verify {
  margin-top: 1rem;
}

/* END OF VERIFIER */
.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.col-visual {
  background-image: url("../img/wallet-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem 2rem 2rem;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.col-visual-protect {
  background: url("../img/bg-protect.jpg") no-repeat right center;
  background-size: cover;
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 48px;
}
@media screen and (max-width: 1020px) {
  .col-visual-protect {
    background: url("../img/bg-protect-m.jpg") no-repeat right bottom;
    background-size: cover;
  }
}
.col-visual .visual-wrap {
  width: 70%;
  margin: auto;
  font-size: 48px;
  text-align: center;
  font-weight: 500;
}
.col-visual img {
  height: 100px;
  width: auto;
}
.col-visual.light {
  background-image: url("../img/bg-light.svg");
  background-position: left center;
  color: var(--black);
}
.col-visual.nft-details {
  display: block;
  text-align: left;
  padding-top: 8rem;
  justify-content: flex-start;
}

.visual-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 4rem 0 2rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.col-visual-notifications {
  background-image: url("../img/wallet-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem 2rem 2rem;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.notifications-container {
  width: 80%;
  color: var(--black);
}
.notifications-container h1 {
  margin-bottom: 1rem;
}

.notifications-details-container {
  display: flex;
}
.notifications-details-container .notifications-details-text {
  padding: 8px;
  margin: 0;
  flex-grow: 1;
  color: #9b9b9b;
}
.notifications-details-container .notifications-details-action {
  font-weight: 500;
  padding: 10px;
  margin: 0;
}

.col-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10rem 1rem 0rem;
}
.col-content .container {
  width: 80%;
  display: flex;
  flex-direction: column;
}
.col-content .signin-container {
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
}
.col-content .signin-container h2 {
  font-size: 36px;
}
.col-content .search-container {
  margin-bottom: 16px;
  max-width: 650px;
}
.col-content .search-container .search {
  width: 50%;
  display: inline-block;
}

.messages {
  width: 80%;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}
.messages .light {
  color: #9b9b9b;
  margin: 0;
  font-size: 16px;
}
.messages h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.explorer {
  white-space: "nowrap";
  max-width: 650px;
}

.credentials-container {
  display: flex;
  flex-wrap: wrap;
}

.explorer-card {
  width: 190px;
  height: 120px;
  transition: all 0.1s;
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.1607843137), 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: var(--br);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
  color: white;
  display: inline-block;
  margin: 10px;
  background-image: url("../img/card_no-icon_purple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.explorer-card .name {
  position: absolute;
  top: 0px;
  left: 10px;
}
.explorer-card .identifier {
  font-weight: 600;
}
.explorer-card .issuer {
  position: absolute;
  bottom: 0px;
  left: 10px;
  font-size: 12px;
}
.explorer-card .type {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
}
.explorer-card:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 11;
}
.explorer-card .container {
  width: 190px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explorer-card .container p {
  margin: 0;
}
.explorer-card .container .item {
  width: 100%;
  font-size: 12px;
  text-align: left;
  padding: 6px 0 2px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /*  &.item-type {
    justify-self: flex-end;
  } */
}
.explorer-card .container .item.title {
  font-weight: 600;
  font-size: 14px;
}
.explorer-card .container .item.subtitle {
  font-size: 14px;
}

.explorer-card-wrap {
  width: 230px;
}

.tooltip.round {
  height: 30px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  top: -10px;
  left: 20px;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.rounded-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid black;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.rounded-checkbox:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  background-color: #231f20;
  accent-color: #231f20;
  opacity: 0.9;
}

.round input[type=checkbox]:checked + label {
  border-color: #231f20 !important;
  accent-color: #231f20;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.details-visual {
  background-image: url("../img/bg-white.png");
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 4rem 2rem 2rem;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.details-visual .container {
  max-width: 345px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.details-visual .container-toggle {
  max-width: 345px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
}
.details-visual .remove-container, .details-visual .share-container {
  max-width: 345px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: space-between;
}
.details-visual .share-container {
  justify-content: center;
}
.details-visual .heading {
  color: #9b9b9b;
  font-size: 33px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.details-visual .description {
  text-align: center;
}
.details-visual .shareLink {
  text-align: center;
  padding: 5px;
  margin-right: 20px;
  width: 90%;
}
.details-visual .shareLink:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.details-visual .btn-primary {
  width: 100%;
}
.details-visual .btn-secondary {
  width: 100%;
  max-width: 190px;
}
.details-visual .row {
  width: 48%;
}

.details-content {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  min-height: 100vh;
  padding: 10rem 1rem;
  background: linear-gradient(to bottom, #f2f2f2 95%, rgba(242, 242, 242, 0.2));
}

.details-card {
  transition: all 0.1s;
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.1607843137), 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
  color: white;
  display: inline-block;
  width: 345px;
  height: 215px;
  background-image: url("../img/card_no-icon_purple.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1rem;
  margin-top: 1rem;
}
.details-card .container {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.details-card .container p {
  margin: 0;
}
.details-card .container .item {
  font-size: 17px;
  text-align: left;
}
.details-card .container .item.title {
  font-size: 24px;
}
.details-card .container .item.subtitle {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.details-card .container .item.item-type {
  justify-self: flex-end;
}

.datalist-container {
  width: 80%;
}
.datalist-container .table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 17px;
  border-spacing: 0;
}
.datalist-container .table tr {
  background-color: white;
}
.datalist-container .table td {
  width: 300px;
  padding: 10px;
  border-bottom: 2px solid #f2f2f2;
  white-space: nowrap;
  min-height: 42px;
}
.datalist-container .table .col-1 {
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
}
.datalist-container .table .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
}
.datalist-container .table .header {
  font-weight: bold;
  color: #000;
}

.aboutPortfolio h3 {
  background-color: #f2f2f2;
  padding: 0.6rem;
}
.aboutPortfolio p {
  text-align: justify;
  padding: 0.6rem;
}
.aboutPortfolio a {
  color: black;
  font-size: 14px;
  font-weight: bold;
  padding: 0.6rem;
}
.aboutPortfolio.wallet {
  width: 100%;
  margin-top: 4rem;
}
.aboutPortfolio.details {
  width: 345px;
  margin-top: 3rem;
}

.form {
  width: 300px;
}
.form h2 {
  margin-bottom: 2rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form label {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 0.25rem;
}
.form input,
.form textarea {
  box-sizing: border-box;
  border: 1px solid #cecece;
  padding: 14px 16px;
  border-radius: var(--br);
  width: 100%;
  display: block;
}
.form-submit-btn {
  background-color: var(--black);
  border-radius: var(--br);
  border: 0;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
}
.form-forgot {
  text-align: right;
  font-size: 12px;
  color: #231f20;
  margin-bottom: 1.5rem;
}
.form-forgot a {
  text-decoration: none;
}
.form-or {
  text-align: center;
  margin: 1.5rem 0;
  color: #707070;
}
.form-auth-btn {
  display: block;
  padding: 14px 16px;
  text-align: center;
  border: 1px solid #cecece;
  border-radius: var(--br);
  text-decoration: none;
  color: var(--black);
  margin-bottom: 1rem;
  font-weight: 500;
}
.form-auth-btn i {
  margin-right: 0.5rem;
}
.form-face-id {
  display: none;
}
.form-signup-link {
  margin-top: 2rem;
  text-align: center;
}
.form-signup-link a {
  color: var(--black);
  text-decoration: none;
}

.visual-heading {
  align-items: center;
  text-align: center;
}
.visual-heading h1 {
  font-size: 48px;
  padding: 40px;
}
.visual-heading img {
  height: 175px;
}

.visual-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
}
.visual-nav .active a {
  font-weight: 600;
}
.visual-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #ffffff;
}
.visual-nav a:hover {
  font-weight: 600;
}

.cards {
  position: relative;
}
.cards-1 {
  top: 0px;
}
.cards-2 {
  top: 30px;
}
.cards-3 {
  top: 60px;
}
.cards-4 {
  top: 90px;
}

.card {
  padding: 1.5rem;
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.1607843137), 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #ffffff;
  width: 345px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}
.card:hover {
  transform: scale(1.05);
  z-index: 11;
}
.card-1 {
  background: transparent linear-gradient(180deg, #27a5aa 0%, #76cfd3 100%) 0% 0% no-repeat padding-box;
  z-index: 10;
}
.card-2 {
  background: transparent linear-gradient(180deg, #2955ab 0%, #3d6fd1 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
  position: absolute;
  top: -60px;
  left: 0;
}
.card-3 {
  background: transparent linear-gradient(180deg, #8915a0 0%, #c125e0 100%) 0% 0% no-repeat padding-box;
  z-index: 8;
  position: absolute;
  top: -120px;
  left: 0;
}
.card-name {
  text-align: center;
}
.card-name h3 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1;
}
.card-name p {
  opacity: 0.5;
}

.card-details h4 {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.card-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-details-list li {
  box-sizing: border-box;
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 2px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.card-details-list li .value {
  color: rgba(0, 0, 0, 0.4);
}
.card-details-list.verifiers {
  margin-bottom: 2rem;
}
.card-details-list.verifiers li {
  flex-direction: column;
  gap: 0;
}
.card-details .btn {
  display: block;
  width: 100%;
}

.popup {
  max-width: 600px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8823529412);
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
  padding: 4rem;
}
.popup h3 {
  margin: 0 0 1rem;
  color: #707070;
  font-size: 28px;
  font-weight: 400;
}
.popup p {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.popup-actions .btn {
  margin: 0 0.5rem;
}
.popup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(206, 206, 206, 0.4862745098);
  z-index: 1000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 770px) {
  .m-show {
    display: none;
  }
  .m-none {
    display: none !important;
  }
}
@media screen and (max-height: 530px) {
  .details-visual {
    position: relative;
  }
  .visual-footer {
    position: relative !important;
  }
}
@media screen and (min-width: 350px) {
  .details-content .datalist-container .table {
    justify-content: center;
  }
}
@media screen and (max-width: 769px) {
  .m-hide {
    display: none !important;
  }
  .m-none {
    display: block !important;
  }
  .popup {
    margin: 2rem;
  }
  .popup-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .actions {
    transform: scale(0.8);
    top: 0;
    right: 0;
    padding-top: 8px;
    gap: 0;
  }
  .add {
    display: flex;
    height: 35px;
    width: 35px;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 6px;
  }
  .add img {
    transform: scale(0.7);
  }
  .content-wrap {
    flex-direction: column;
  }
  .col-visual {
    margin-top: 56px;
    background: url(../img/wallet-mobile-bg.jpg) no-repeat right bottom;
    background-size: cover;
    width: 100%;
    height: 20vh;
    padding: 0;
    margin-bottom: 20px;
    position: static;
    text-align: center;
  }
  .col-visual .visual-heading {
    display: flex;
    flex-direction: column;
  }
  .col-visual .visual-heading img {
    height: 50px;
  }
  .col-visual .visual-heading h1 {
    font-size: 32px !important;
    font-weight: 300;
    padding: 0;
  }
  .col-visual.light {
    width: 100%;
    display: block !important;
    padding: 2rem;
  }
  .visual-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    font-size: 12px;
    color: #9b9b9b;
    text-align: center;
    padding: 0.5rem 3rem 0;
    background: linear-gradient(to top, white 90%, rgba(245, 245, 245, 0.1));
    z-index: 1000;
  }
  .visual-footer .clickable {
    font-weight: 500;
  }
  .aboutPortfolio {
    font-size: 14px;
  }
  .aboutPortfolio.wallet {
    margin-top: 2rem;
    text-align: justify;
  }
  .aboutPortfolio.details {
    width: 80% !important;
    margin-top: 10px;
  }
  .aboutPortfolio h3 {
    margin-bottom: 0;
  }
  .aboutPortfolio p {
    margin: 0;
  }
  .col-visual-notifications {
    margin-top: 56px;
    background: url(../img/wallet-mobile-bg.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
    height: 20vh;
    padding: 0;
    margin-bottom: 5vh;
    justify-content: center;
    position: static;
  }
  .col-visual-notifications .visual-heading {
    display: flex;
    flex-direction: column;
  }
  .col-visual-notifications .visual-heading img {
    height: 50px;
  }
  .col-visual-notifications .visual-heading h1 {
    font-size: 32px !important;
    font-weight: 300;
    padding: 0;
  }
  .details-visual {
    margin-top: 56px;
    background-image: url(../img/bg-details-mobile.png) !important;
    background-position: bottom;
    background-size: cover;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 50px;
    justify-content: flex-start;
    position: static;
  }
  .details-visual .container-toggle {
    width: 80vw;
  }
  .details-visual .container-toggle #private,
.details-visual .container-toggle #public {
    width: 50%;
  }
  .details-visual .container-toggle .toggle {
    order: 2;
    width: 100%;
  }
  .details-visual .container-toggle .details-card {
    order: 1;
    width: 100%;
    height: 50.6329113924vw;
    max-height: 215px;
  }
  .details-visual .container-toggle .details-card .container .item {
    font-size: 14px;
  }
  .details-visual .container-toggle .details-card .container .item.title {
    font-size: 18px;
  }
  .details-visual .container-toggle .details-card .container .item.subtitle {
    font-size: 16px;
  }
  .details-visual .container {
    width: 80vw;
  }
  .details-visual .container .btn {
    width: 100%;
    max-width: 100%;
  }
  .details-visual .remove-container, .details-visual .share-container {
    z-index: 11;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    padding: 0 10% 20%;
  }
  .details-content {
    padding: 0 0 3rem;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .details-content h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .datalist-container {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .datalist-container .table {
    margin: auto;
    display: unset;
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
  }
  .datalist-container .table tbody {
    width: 100%;
    display: inline-block;
  }
  .datalist-container .table tr {
    /*display: flex;*/
    flex-direction: column;
    width: 100%;
    display: inline-block;
  }
  .datalist-container .table .col-1 {
    width: 100%;
    min-width: 100%;
    display: inline-block;
    text-align: left;
  }
  .datalist-container .table .col-2 {
    width: 100%;
    display: inline-block;
    align-items: flex-start;
    text-align: unset;
    order: 2;
    max-width: 100%;
    text-align: left;
  }
  .messages {
    text-align: center;
    padding-top: 20px;
  }
  .messages h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .messages p {
    margin-bottom: 5px;
  }
  .messages .btn-primary {
    width: 100%;
  }
  .col-content {
    flex: 1;
    width: 100%;
    padding: 0;
    min-height: 35vh;
  }
  .col-content .signin-container {
    padding: 0;
    margin: 0 10%;
  }
  .col-content .signin-container h2 {
    font-size: 36px;
    margin: 20px 0;
  }
  .col-content .signin-container .btn {
    width: 80vw;
  }
  .col-content .container {
    align-items: center;
  }
  .col-content .container .btn {
    width: 45% !important;
  }
  .col-content .notifications-container {
    width: 80%;
  }
  .col-content .form {
    width: 100%;
  }
  .col-content .explorer-card-wrap {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .col-content .explorer-card {
    width: 240px;
    height: 152px;
    margin: 10px 0;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
  }
  .col-content .explorer-card .container {
    width: 240px;
    height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .col-content .explorer-card .container .item {
    font-size: 14px;
  }
  .col-content .explorer-card .container .item.title {
    font-size: 18px;
  }
  .col-content .explorer-card .container .item.subtitle {
    font-size: 16px;
  }
  .col-content .explorer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .search {
    width: 80vw !important;
    max-width: 400px;
  }
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
  }
  .logged-in .logo {
    right: auto;
    left: 0;
  }
  .form h2 {
    margin-bottom: 1rem;
  }
  .form-face-id {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: -1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
  }
  .form-face-id img {
    width: 42px;
  }
  .form-or {
    margin: 1rem 0;
  }
  .page-wallet h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .page-wallet .col-content {
    padding-top: 30%;
    padding-bottom: 20%;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-wallet .btn-primary {
    width: 100%;
  }
  .page-details .col-content {
    background: none;
    padding-top: 6rem;
  }
  .page-details .col-visual {
    margin-top: -17rem;
    padding-top: 15rem;
    background-position: center center;
  }
  .rounded-checkbox {
    margin-top: 10px !important;
    margin-left: 8px;
  }
}/*# sourceMappingURL=style.css.map */