@font-face {
  font-family: Bio Sans Regular;
  src: url("./fonts/biosans-regular.woff");
}

@font-face {
  font-family: Bio Sans Semi;
  src: url("./fonts/biosans-semibold.woff");
}

body{
  background: #f7f9fa;
  margin: 0;
  font-family: Bio Sans Regular,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: none;
}

.errorButton {
  background-color: rgb(252, 81, 103);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
  outline: none;
  color: #f7f9fa;
  display: inline-flex;
  gap: 0;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-grid;
  font-weight: 400;
  gap: 8px;
  grid-auto-flow: column;
  justify-content: center;
  line-height: 1.5rem;
  padding: 11px 23px;
  position: relative;
  user-select: none;
  width: 100%;
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

.verifyButton{
  color: white;
  background: #3640f5;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  background-color: #3640f5;
  color: #f7f9fa;
  display: inline-flex;
  gap: 0;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-grid;
  font-weight: 400;
  gap: 8px;
  grid-auto-flow: column;
  justify-content: center;
  line-height: 1.5rem;
  padding: 11px 23px;
  position: relative;
  user-select: none;
  font-family: inherit;
}

.homeButton {
  max-width: 320px;
  margin: auto;
  outline: none;
  background-color: #3640f5;
  color: #f7f9fa;
  display: inline-flex;
  gap: 0;
  width: 100%;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-grid;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  gap: 8px;
  grid-auto-flow: column;
  justify-content: center;
  line-height: 1.5rem;
  padding: 11px 23px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
  user-select: none;
  gap: 16px;
  margin-top: 16px;
}

.banner{
  align-items: center;
  background-color: #ebedff;
  border-bottom: 1px solid #bdc3ff;
  box-sizing: border-box;
  display: flex;
  height: 72px;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  width: 100%;
}

.innerContainer{
  background-color: #f7f9fa;
  box-sizing: border-box;
  min-height: 100%;
  overflow: auto;
  padding: 32px;
  width: 100%;
}

@media (max-width: 640px) {
  .container{
    flex-direction: column;
  }
}

.container {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.main {
  max-width: 560px;
}

.box {
  background-color: #fcfcfd;
  border: 1px solid #e9ecf0;
  border-radius: 8px;
  padding: 24px;
}

.sidebar {
  max-width: 320px;
  margin-bottom: 60px;
}

.banner img {
  height: 42px;

}

.titleMain {
  font-family: Bio Sans Semi;
  margin-top: 0;
  color: #2b2d33;
  font-weight: 500;
  margin: 0 0 16px;
  margin-top: 0px;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
}

.titleSecondary {
  font-family: Bio Sans Semi;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #2b2d33;
  font-weight: 500;
  margin: 0 0 16px;
  text-transform: none;
}

.textContainer {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0px;
  text-transform: none;
  margin-bottom: 15px;
}

.searchInput {
  padding-left: 20px;
  padding-right: 48px;
  width: 100%;
  background-color: #fcfcfd;
  border: 1px solid #828893;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d33;
  font-family: inherit;
  font-size: .77rem;
  font-weight: 400;
  line-height: 1.5rem;
  opacity: 1;
  outline: none;
  padding: 11px 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: none;
  width: 100%;
  margin-bottom: 20px;
}

.firstSection{
  border-top: 1px solid #e9ecf0;
  margin: 0 -24px;
  padding: 24px;
}

.secondSection {
  margin-bottom: -24px;
  border-top: 1px solid #e9ecf0;
  margin: 0 -24px;
  margin-bottom: 0px;
  padding: 24px;
}

.secondSection p span {
  display: block;
  word-wrap: anywhere;
}


.sidebar p {
  font-size: 0.875rem;
  align-items: center;
  color: #636670;
  text-decoration: none;
}

.sidebar p a{
  text-decoration: none;
  color: #636670;
}


.icon {
 height: 24px;
width: 24px;
display: inline-block;
}

.icon2 {
  height: 14px;
  width: 20px;
  position: absolute;
  right: -16px;
  top: 2px;
}

.token span{
  display: "block"
}


.ScoreOverview_score-container__cHM8H {
    width: -webkit-max-content;
    width: max-content;
    padding: 12px;
    gap: 8px;
    background: #e8f7f0;
    border-radius: 12px;
}
.ant-row, .ant-row::after, .ant-row::before {
    display: flex;
}
.ant-row {
    flex-flow: row wrap;
    min-width: 0;
}

.ScoreOverview_score__Cl_d5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.019em;
    color: #a7a7ab;
    font-weight: 600;

}

.RingChart_ring-chart__CUG4D {
    overflow: visible;
}


.ScoreOverview_status__x2dlM {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #a7a7ab;
    align-self: end;
    padding-bottom: 4px;
}
