@import url('https://fonts.googleapis.com/css2?family=Verdana:wght@400;700&family=Montserrat&family=Kristi&family=Nunito%20Sans&family=Manrope:wght@300;400;500;600;700&family=Roboto+Serif:opsz,wght@8..144,500&display=swap');

/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 *
*/

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Satoshi-Variable';
}

html {
  -webkit-print-color-adjust: exact;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
}

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

* {
  font-family: 'Satoshi-Variable';
}

/* IMPORTANT: ensure satoshi variable isnt set for prettyvc child elements */
.prettyvc-renderer * {
  font-family: inherit;
}

h1,
.prettyVC-title {
  font-family: 'Satoshi-Variable';
}

.prettyVC {
  font-family: 'Nunito Sans', sans-serif;
}

.password-wrapper {
  display: flex;
  min-height: 840px;
  padding: 160px 0px 48px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
}

.password-form .circle-bg {
  position: absolute;
  z-index: -10;
  top: -160px;
}

.password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 360px;
}

.claim-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin-top: 40px;
}

.claim-form > p,
.password-form > p {
  color: #51525C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0 auto 32px auto;
}

.body-wrapper-padded {
  display: flex;
  background-color: #FAFAFA;
  font-size: 16px;
  padding: 64px 20px;
  justify-content: center;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  min-height: 100%;
}

.cred-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100%;
  font-size: 16px;
}

.cred-info-wrapper {
  display: flex;
  width: 100%;
  max-width: 440px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 64px;
}

.cred-info-wrapper > h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  color: #1A1A1E;
  margin: 0 0 16px 0;
}

.cred-info-wrapper > h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #1A1A1E;
  margin: 24px 0 12px 0;
  display: flex;
  gap: 4px;
}

.cred-issuer-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.cred-issuer-wrapper > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cred-issuer-wrapper > div > h4 {
  display: flex;
  flex-direction: column;
  color: #1A1A1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.cred-issuer-wrapper > div > p {
  margin: 0;
  width: 80%;
  overflow: hidden;
  color: #70707B;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  align-self: stretch;
}

.cred-issuer-logo {
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid #E4E4E7;
}

.cred-ecosystem-wrapper {
  display: flex;
  padding: 6px 12px 6px 6px;
  align-items: center;
  gap: 6px;
  color: #3F3F46;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 9999px;
  border: 1px solid #E4E4E7;
  background: #FAFAFA;
  margin-bottom: 11px;
}

.cred-ecosystem-logo {
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border: 1px solid #E4E4E7;
}

.password-form > h1 {
  margin: 0;
  color: #1A1A1E;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
  margin-bottom: 12px;
  margin-top: 24px;
}

.password-form input[type=password] {
  border: none;
  appearance: none;
  width: 100%;
  margin: 0;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D1D1D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.password-form > input[type=submit] {
  border-radius: 9999px;
  border: none;
  background: #0063F7;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-top: 24px;
  cursor: pointer;
  appearance: none;
  outline: none;
}

.password-form > input[type=submit]:hover {
  background: #014bba;
}

.submit-btn {
  border: none;
  align-items: center;
  appearance: none;
  background-color: rgb(30, 117, 197);
  border-radius: 4px;
  color: #ffffff;
  height: 38px;
  font-size: 14px;
  padding: 0 12px;
  font-weight: 600;
  cursor: pointer;
  line-height: 38px;
}

@media print {
  html,
  body {
    -webkit-print-color-adjust: exact;
    padding: 0;
    margin: 0;
  }

  .cred-wrapper {
    background: none;
    font-size: 16px!important;
    padding: 0;
    margin: 0;
  }
}

@media (max-width:1166px)  {
  .body-wrapper-padded {
    flex-direction: column;
    align-items: center;
  }
}

/* Loading spinner */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
