/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/home.css ***!
  \**********************************************************************/
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  height: 100vh;
  overflow-x: hidden;
}

.hero-container {
  position: relative;
  z-index: 1;
  padding: 5rem 8rem 8rem;
  text-align: center;
  max-width: 1310px;
  margin: auto;
}

.hero-title {
  background: -webkit-linear-gradient(315deg, #8bebeb 15%, #fe7044 95.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 9rem;
  font-weight: 700;
  max-width: 1000px;
  margin: auto;
}

.hero-text {
  margin: 3rem 10rem;
}

.hero-button {
  background-color: #a3ece1;
  color: #090909;
  width: fit-content;
  font-weight: 600;
  border: none;
  border-radius: 1.5rem;
  padding: 0.8rem 1.2rem;
}

.hero-button-inverse {
  border: #a3ece1 1px solid;
  border-radius: 1.5rem;
  padding: 0.8rem 1.2rem;
  margin: 2rem 0 1rem;
}

.bottom-container {
  background: linear-gradient(180deg, #000000 0%, rgba(38, 38, 38, 0.21) 100%);
  padding: 8rem 0 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contribution-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.contributions {
  width: 60%;
  max-width: 1100px;
  padding: 3rem 0;
}

/* for old cards with image */
/* .contributions {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-color: #a3ece1;
  scrollbar-width: 0.5em;
  padding: 3rem 0 3rem;
} */

.view-cont-button {
  color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 1.25rem;
  width: fit-content;
  padding: 0.8rem 1.2rem;
}

.faq-container {
  width: 60%;
  max-width: 1100px;
  margin: 7rem auto;
  /* padding: 7rem 18rem 7rem; */
  text-align: left;
}

.faq-heading {
  color: #a3ece1;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.cli {
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.copy {
  cursor: pointer;
}

/* .faq-cli {
  display: flex;
  gap: 1rem;
}

.faq-url {
  font-weight: 700;
} */

@media only screen and (max-width: 1150px) {
  .cosmos-bg {
    object-fit: cover;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    top: 13%;
  }

  .hero-container {
    padding: 5rem 6rem 8rem;
  }

  .hero-title {
    font-size: 7rem;
  }

  .hero-text {
    margin: 3rem 5rem;
  }

  .contributions {
    width: 90%;
  }

  .faq-container {
    width: 80%;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 850px) {
  .hero-container {
    padding: 3rem 6rem 7rem;
  }

  .hero-title {
    font-size: 5rem;
  }

  .contribution-heading {
    font-size: 2rem;
    font-weight: 600;
  }

  .faq-heading {
    font-size: 2rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 650px) {
  .cosmos-bg {
    top: 18%;
  }

  .hero-container {
    padding: 3rem 0rem 7rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .hero-text {
    margin: 3rem;
  }

  .cli {
    font-size: 0.9rem;
  }

  /* .faq-cli {
    flex-direction: column;
    gap: 0;
  }

  .faq-url {
    font-size: 0.8rem;
  } */
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/menu.css ***!
  \***************************************************************************/
.menu-container {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 10rem;
}

.menu-content a:link {
  font-size: 1.5rem;
}

.menu-contribute {
  border: 1px solid #a3ece1;
  border-radius: 1.5rem;
  padding: 0.5rem 5rem;
  margin: 1.5rem 0 4rem;
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/header.css ***!
  \*****************************************************************************/
.header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2rem 4rem 0;
  max-width: 1400px;
  margin: auto;
}

.header-flex {
  display: flex;
  align-items: center;
}

.header-text {
  font-size: 0.9rem;
  padding-left: 0.5rem;
}

.header-button {
  border: 1px solid #a3ece1;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
  margin-left: 3rem;
}

a:link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #a3ece1;
  text-decoration: none;
}

a:visited {
  color: #a3ece1;
}

@media only screen and (max-width: 850px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem 0;
  }

  .drop {
    padding: 1rem 1rem 0 0;
    position: absolute;
    left: 63%;
    z-index: 1;
  }

  .right-align {
    text-align: right;
    padding-bottom: 1rem;
  }

  a:link {
    font-size: 1.2rem;
  }
}

/*!*************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/welcome.css ***!
  \*************************************************************************/
/* .header1 {
  font-size: 2rem;
  font-weight: 400;
}

.header2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.header3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.hdivider {
  height: 1px;
  background: black;
  margin: 1rem;
} */

/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/contributionCard.css ***!
  \***************************************************************************************/
.card {
  width: 100%;
  border: 1px solid #f6f6f6;
  border-radius: 0.5rem;
  margin: 0.75rem auto;
  background-color: #262626;
}

.card-text {
  display: grid;
  grid-template-columns: 40% 40% 20%;
  padding: 1rem 2rem;
}

.card-mobile {
  display: flex;
}

.card-index {
  color: #a3ece1;
  width: 5rem;
}

.card-hash {
  font-size: 0.9rem;
  font-weight: 200;
}

@media only screen and (max-width: 1150px) {
  .card-text {
    padding: 1rem 1rem;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 700px) {
  .card-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

/* styles for card with cosmos image */

/* .card {
  border: 1px solid #454545;
  border-radius: 0.5rem;
  margin: 0.75rem;
  background-color: #262626;
}

.card-text {
  padding: 1rem;
}

.card-hash {
  font-size: 0.9rem;
  padding: 1rem 0;
}

.card-flex {
  display: flex;
  justify-content: space-between;
  color: #b0b0b0;
} */

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/faqItem.css ***!
  \******************************************************************************/
.faq-item {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #f6f6f6;
  padding: 1.5rem 0;
  cursor: pointer;
}

.faq-answer {
  padding: 0.5rem 0;
}

@media only screen and (max-width: 1150px) {
  .faq-item {
    font-size: 1rem;
    font-weight: 600;
  }
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/footer.css ***!
  \*****************************************************************************/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4rem 6rem 6rem 8rem;
  max-width: 1310px;
  margin: auto;
}

.footer-flex {
  display: flex;
  flex-direction: row;
}

.footer-link:link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f6f6f6;
  text-decoration: none;
  margin-right: 4rem;
}

.footer-link:visited {
  color: #f6f6f6;
}

@media only screen and (max-width: 1150px) {
  .footer {
    padding: 2rem 2rem 5rem;
    align-items: center;
    justify-content: space-around;
  }

  .footer-flex {
    flex-direction: column;
  }

  .footer-link:link {
    margin: 0.5rem 0;
  }
}

/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/infoContainer.css ***!
  \************************************************************************************/
.info-container {
  background-color: #a3ece1;
  color: #090909;
}

.info-content {
  display: grid;
  grid-template-columns: 35% 25% 40%;
  max-width: 1310px;
  margin: auto;
}

.info-left {
  display: flex;
  height: 100%;
  padding-left: 4rem;
  position: relative;
}

.info-bottom {
  position: absolute;
  bottom: 3rem;
  left: 6em;
}

.info-title {
  font-size: 4rem;
  font-weight: 700;
  padding: 4rem 4rem 2rem 0rem;
}

.info-center {
  display: flex;
  height: 100%;
  padding-left: 2rem;
}

.info-stripe {
  width: 2rem;
  border-left: 1.5px solid #454545;
}

.info-right {
  padding: 4rem 2.5rem;
}

.info-text {
  margin-bottom: 1.5rem;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.2rem;
}

@media only screen and (max-width: 850px) {
  .info-content {
    display: block;
    margin: 0;
  }

  .info-left {
    display: block;
    height: auto;
    padding-left: 0rem;
  }

  .info-title {
    font-size: 2rem;
    font-weight: 600;
    padding: 5rem 2rem 0.5rem;
    text-align: center;
  }

  .info-post-button {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .info-center {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 0;
  }

  .info-stripe {
    width: 100%;
    height: 0.5rem;
    border-top: 1.5px solid #454545;
  }

  .info-right {
    padding: 2rem 2.5rem 3rem;
  }

  .info-text {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 650px) {
  .info-text {
    padding: 0;
  }
}

/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \******************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/tooltip.css ***!
  \******************************************************************************/
.tooltip-outer {
  position: relative;
}

.tooltip-popup {
  padding: 12px;
  background: black;
  z-index: 100000;
  position: absolute;
  border-radius: 8px;
  display: flex;
}

.tooltip-inner {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #a0d8db;
}

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/button.css ***!
  \*****************************************************************************/
.button-outer {
  display: flex;
  justify-content: left;
  align-items: center;
  user-select: none;
}

.button-inner {
  border-radius: 8px;
  cursor: pointer;
  font-weight: 300;
  user-select: none;
  text-align: center;
  background-color: #a3ece1;
  padding: 4px 8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: flex;
  justify-content: center;
  gap: 4px;
}

/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/contribute.css ***!
  \****************************************************************************/
.contribute-container {
  width: 100vw;
  display: flex;
  justify-content: center;
}

.contribute-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1310px;
}

.wrapper2 {
  justify-content: space-between;
}

.contribute-wrapper h2 {
  margin: 0.5rem 0;
}

.mint-color {
  color: #a3ece1;
}

.contribute-bg {
  background: linear-gradient(
    to right,
    rgba(38, 38, 38, 0.35) 43.23%,
    #000000 99.96%
  );
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.contribute-whole-page {
  width: 100vw;
  height: 100vh;
  align-items: center;
}

.contribute-child {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  width: 550px;
}

.upper-left-anchor {
  height: 60vh;
}

.footer-bg {
  position: fixed;
  z-index: -1;
  bottom: 1rem;
  margin-left: 5vw;
}

.contribute-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.padding {
  padding: 0 7vw 5vh 7vw;
}

.padding2 {
  padding-bottom: 5vh;
}

.padding-top {
  padding-top: 5vh;
}

.contribute-main p {
  width: 550px;
  line-height: 28px;
}

.interline {
  white-space: nowrap;
  overflow: hidden;
}

.contribute-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.contribute-field input {
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  text-decoration: none;
  outline: none;
  height: 24px;
  width: 225px;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-family: 'Azeret Mono';
}

.contribute-field input::placeholder {
  color: #e0e0e0;
}

.message-box {
  max-width: 550px;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  font-weight: 200;
  color: black;
  background: linear-gradient(135.45deg, #fee4cb 0%, #dbf2f2 95.26%);
  gap: 0.5rem;
}

.contribute-cli-field {
  max-width: 550px;
  border-radius: 0.5rem;
  border: white 1px solid;
  padding: 0 1rem 2rem;
  margin-top: 0.5rem;
}

.canvas-container {
  width: 90vw;
  max-width: 1310px;
  margin: 2rem 5vw;
  border-radius: 8px;
  background: linear-gradient(135.45deg, #fee4cb 0%, #dbf2f2 95.26%);
  color: black;
}

.canvas-container p {
  text-align: center;
  /* padding-bottom: 1rem; */
}

@media only screen and (max-width: 1200px) {
  .padding2 {
    margin: 0 3rem;
  }

  .canvas-container {
    margin: 0 5vw 1rem;
  }
}

@media only screen and (max-width: 850px) {
  .contribute-main p {
    width: 90%;
  }

  .contribute-wrapper {
    display: block;
  }

  .contribute-child {
    width: 86vw;
  }

  .canvas-message {
    font-size: 0.8rem;
  }
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/components/pagination.css ***!
  \*********************************************************************************/
nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-top: 1.5rem;
}

.page-item {
  cursor: pointer;
}

.active {
  color: black;
  background-color: #a3ece1;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/stats.css ***!
  \***********************************************************************/
.stats-content {
  background: linear-gradient(
    rgba(38, 38, 38, 0.35),
    #000000,
    rgba(38, 38, 38, 0.35)
  );
}

.stats-container {
  display: flex;
  padding: 8rem 2rem 6rem 4rem;
  max-width: 1310px;
  margin: auto;
}

.stats-heading {
  background: linear-gradient(135.45deg, #efc197 0%, #5bd7c4 95.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 2rem;
}

.stats-link {
  padding: 0.5rem 0;
}

.stats-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  margin: 2rem 1rem 1rem 0;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.stats-categories {
  width: 95%;
  display: flex;
  flex-flow: row wrap;
}

.stat-item {
  width: 14rem;
  height: 5rem;
  margin: 1.5rem 2.2rem 2rem;
  padding-top: 1rem;
}

.stat-count {
  width: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.contribution-container {
  max-width: 1310px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 0 2rem 5rem 4rem;
}

.circuit {
  width: fit-content;
  font-size: 3rem;
  font-weight: 700;
}

.circuit-heading {
  background: linear-gradient(135.45deg, #efc197 0%, #5bd7c4 95.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.view {
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 1rem;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  grid-area: select;
  color: black;
}

.circuit-select {
  display: grid;
  grid-template-areas: 'select';
  align-items: center;
  width: 100%;
  min-width: 25ch;
  max-width: 25ch;
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: 1rem;
  cursor: pointer;
  background-color: #a3ece1;
  color: black;
}

.circuit-select::after {
  content: '';
  width: 0.8em;
  height: 0.5em;
  background-color: black;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  grid-area: select;
  justify-self: end;
}

.contribution-table {
  width: 65%;
  padding-top: 3rem;
}

.table-heading {
  display: grid;
  grid-template-columns: 40% 40% 20%;
  padding: 2rem 2rem 0.5rem 2rem;
  color: #a3ece1;
}

.table-index {
  width: 5rem;
}

@media only screen and (max-width: 1150px) {
  .stats-container {
    flex-flow: row wrap;
    margin: 0 1rem;
  }

  .contribution-container {
    flex-direction: column;
    margin: 0 2rem;
    padding: 0;
  }

  .circuit {
    font-size: 2.5rem;
  }

  .contribution-table {
    width: 100%;
    margin: auto;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 850px) {
  .stats-container {
    padding: 1rem 0 1rem 1.5rem;
  }

  .stats-heading {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 1rem;
  }

  .stat-item {
    width: 100%;
    height: 4rem;
    margin: 0.5rem 0;
    padding: 1rem 0;
    border-bottom: 1px dashed #454545;
  }

  .stat-count {
    width: 100%;
  }

  .contribution-container {
    padding: 3rem 0rem 5rem;
  }

  .table-heading {
    display: none;
  }

  .contribution-table {
    margin: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .circuit {
    font-size: 2rem;
  }
}

/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/index.css ***!
  \*****************************************************************/
body {
  font-family: 'Azeret Mono';
  font-weight: 200;
  margin: 0;
  padding: 0;
  background-color: #262626;
  color: #f6f6f6;
}

.flex-center {
  display: flex;
  justify-content: center;
}

