/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/header.css ***!
  \************************************************************************/
a:link {
    margin-left: 80px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 80px 0 80px;
}

.links {
    display: flex;
}

/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/start.css ***!
  \***********************************************************************/
p {
    font-size: 14px;
    font-weight: 200;
    line-height: 0.8em;
}

.content {
    position: absolute;
    bottom: 0px;
    padding: 0 0 40px 140px;
    z-index: 10;
}

.attester {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}

.join {
    width: 260px;
    margin: 20px 0;
    text-align: center;
}

.bg {
    position: absolute;
    right: 0px;
    z-index: 0;
}

/*!******************************************************************************!*\
  !*** 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: 32px;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
    text-align: center;
    font-size: 20px;
    background-color: #a0d8db;
    padding: 16px 48px;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/dashboard.css ***!
  \***************************************************************************/
h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 40px 80px 20px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-right: 12px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

hr {
    margin: 10px 2px;
}

input {
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}

select {
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

textarea {
    width: 100%;
    height: 147px;
    margin-top: 10px;
}

.container {
    display: flex;
    flex-direction: row;
    margin: 0 80px;
}

.info-container {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 8px;
    padding: 16px 16px 30px;
    min-width: 300px;
    height: fit-content;
    font-weight: 200;
    line-height: 32px;
}

.info-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stat {
    font-weight: 600;
}

.action-container {
    height: fit-content;
    border: 1px solid black;
    border-radius: 8px;
    padding: 16px 16px 30px;
    margin: 0 0 20px 20px;
    font-weight: 300;
}

.transition {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* .story {
  margin: 4px 0px;
}

.end-divider {
  color: gray;
  text-align: center;
  margin: 5px 0px;
  border: 1px solid gray;
  padding: 2px;
}

@keyframes highlight {
  from {
    background: yellow;
  }

  to {
    background: rgba(0, 0, 0, 0);
  }
} */

/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/index.css ***!
  \*****************************************************************/
body {
    /* font-family: sans-serif, helvetica; */
    font-family: 'Azeret Mono';
    font-weight: 200;
}

