* {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #136A6E;
}

b {
    font-weight: bold;
}

body {
    width:100vw;
    max-width:100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

#container {
    min-height: calc(100% - 342px);
}

#container ::-webkit-scrollbar {
  width: 26px;
  height: 26px;
}

body ::-webkit-scrollbar-track {
  border-radius: 100px;
  border: solid 8px transparent;
  background-color: #DFDFDF;
  background-clip: content-box;
}

body ::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 8px solid transparent;
  background-color: #ABABAB;
  background-clip: content-box;
}

body ::-webkit-scrollbar-thumb:hover {
  border-radius: 100px;
  border: 8px solid transparent;
  background-color: #6E6E6E;
  background-clip: content-box;
}

.lang-and-log {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100px;
    width: 100px;
}

.lang-flag {
    width: 30px;
    height: 30px;
}

nav {
    display: flex;
    background-color: #136A6E;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 1;
}

nav .nav-content {
    display: flex;
    width: 100%;
    height: 100px;
    padding: 30px;
    justify-content: space-between;
}

nav .nav-content2 {
    display: flex;
    width: calc(70% + 42px);
    max-width: 900px;
    height: 100px;
    justify-content: space-between;
}

nav .link-div {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    background-color: #4D8E91;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

nav .highlight {
    box-shadow: inset 0px 3px 3px #89B5B7;
}

.below-navbar {
    height: calc(100px + (30px * 2));
    width: 100%;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.fade-me-out.htmx-added, .htmx-swapping .fade-me-out {
  opacity: 0;
  transition: opacity 0.25s ease-out;
}

.fade-me-in.htmx-added, .htmx-added .fade-me-in {
  opacity: 0;
}

.fade-me-in {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.home-content {
    display: grid;
    width: 100%;
    justify-items: center;
}

.homepage-box {
    width: 100%;
    padding: 70px 0;
}

.homepage-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #136A6E;
    min-height: 350px;
    padding-top: 80px;
}

.front-max-width {
    width: 62%;
    max-width: 700px;
}

.info-row {
    padding-top: 25px;
    display: flex;
}

.fade-me-out.htmx-added, .htmx-swapping .fade-me-out {
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

.fade-me-in.htmx-added, .htmx-added .fade-me-in {
    opacity: 0;
}

.fade-me-in {
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.front-page-text {
    font-size: 15px;
    line-height: 22.75px;
    color: #FFFFFF;
}

.front-page-text3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}

.front-page-button {
    margin: 75px 0;
    width: 150px;
}

.lcabyg-text {
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

button {
    height: 33px;
    background-color: #136A6E;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    outline: inherit;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 0 10px;
    cursor: pointer;
}


button:hover {
    background-color: #1c9b9f;
}

button:active {
    background-color: #0f5357;
}

button:disabled,
button[disabled]{
    /*border: 1px solid #999999;*/
    background-color: #cccccc;
    color: #666666;
    box-shadow: none;
}

.button-text-large {
    font-size: larger;
}

h2 {
    background: #136A6E;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    height: 61px;
}

.start {
    text-align: start;
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.login-container {
    width: 50%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hover {
    cursor: pointer;
}

.input-container {
    white-space:nowrap;
    margin-bottom: 16px;
}

.check-row-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 53px;
    height: 53px;
    vertical-align:middle;
    display:inline-table;
    width: 170px;
}

.checkbox-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 20px;
}

.amount-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.amount-row + .amount-row {
    margin-top: 12px;
}

ol {
    margin-top: 0;
}

hr {
    width: 30%;
    height: 4px;
    background: #136A6E;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 2px solid #1b1b1b;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {display: block;}

.grid1 {
    display: grid;
    grid-template-areas:
    'item1 item2';
    grid-template-columns: 50fr 50fr;
    gap: 10px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 30px;
    grid-gap: 120px;
}

.grid1 > .item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: item1;
}
.grid1 > .item2 {
    grid-area: item2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center {
    text-align: center;
}

.unit {
    font-size: 15px;
    margin-left: 7px;
}

.grid3 {
    display: grid;
    grid-template-areas:
    'item1 item2';
    grid-template-columns: 50fr 50fr;
    gap: 50px;
    row-gap: 20px;
    margin-right: 80px;
    margin-left: 80px;
    margin-bottom: 30px;
}

.grid3 > * {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.grid2 {
    display: grid;
    grid-template-areas:
    'item1 item2';
    grid-template-columns: 50fr 50fr;
    gap: 10px;
    row-gap: 20px;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 30px;
}

.grid2 > * {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid2 > * > img {
    width: 60%;
    align-self: flex-start;
}

footer {
    height: 182px;
    background: #136A6E;
    display: grid;
    grid-template-columns: 4fr 3fr 2fr 4fr;
    position: relative;
}

footer > div {
    /*background: #852cb2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verticalline {
    width: 2px;
    height: 60%;
    background: #ABABAB;
}

.verticallinehidden {
    width: 2px;
    height: 60%;
}

h5 {
    margin-bottom: 3px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}

.footertext {
    margin-bottom: 6px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    color: #FFFFFF;
}

.footerlink {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;

    color: #FFFFFF;
}

.newsletterinput {
    width: 100%;
    height: 27px;
    margin-bottom: 4px;
    background-color: #105B5F;
    color: white;
    border: none;
    padding-left: 4px;
    padding-right: 4px;
}

.newslettersubmit {
    width: 30%;
    height: 27px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #4d97a9;
    color: white;
    cursor: pointer;
    border: none;
}

.newslettersubmit:hover {
    background-color: #78c3c7;
}

::placeholder {
    color: #b6b6b6;
}

.copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;

    color: #FFFFFF;
}
.np-textfield {
    box-sizing: border-box;
    width: 175px;
    height: 25px;
    background: transparent;
    border: 1px solid #89B5B7;
}

.np-textfield-label {
    width: 200px;
    display: inline-block;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    font-size: medium;
}

.np-big-field {
    box-sizing: border-box;
    width: 70%;
    min-height: 25px;
    background: transparent;
    border: 1px solid #89B5B7;
}

.textfield-2 {
    box-sizing: border-box;
    width: 70%;
    background: #4A8B8E;
    color: #FFFFFF;
    border: 1px solid #3F7D80;
}

.textfield-2-label {
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    font-size: medium;
    color: #FFFFFF;
}

.np-textfield:disabled {
    opacity: 0.6;
}

.construction-category-label {
    font-size: 14px;
}

.amount-card-label {
    font-size: 14px;
    color: #797979;
}

.amount-unit {
    color: #797979;
}

.text-checkbox {
    display: none;
}

.checkbox-container {
    display: inline-block;
    margin-right: 7px;
    height: 53px;
}

.checkbox-label {
    display: table-cell;
    width: 104px;
    height: 53px;
    background-color: #F8FCFC;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}

.text-checkbox:checked + .checkbox-label {
    display: table-cell;
    width: 104px;
    height: 53px;
    background-color: #89B5B7;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;

}

.text-checkbox:checked + .checkbox-label > span {
    color: white;
}

.checkbox-label > span {
    user-select: none;
}

.popup-button {
    box-sizing: border-box;
    height: 25px;
    background: #F8FCFC;
    border: 1px solid #DFDFDF;
}

.card {
    background-color: #ECF1F2;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    radius: 30px;
    margin-bottom: 20px;

    width: 80%;
}

.card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reg-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #136A6E;
    padding-top: 150px;
}

.reg-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    max-width: 900px;
}

.reg-grid {
    width: 100%;
    margin-top: 100px;
    display: grid;
    grid-template-columns: 180px auto;
    row-gap: 10px;
}

.textfield-reg {
    box-sizing: border-box;
    background: #4A8B8E;
    color: #FFFFFF;
    border: 1px solid #3F7D80;
    font-size: 18px;
}

.textfield-reg-label {
    width: 180px;
    display: inline-block;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.reg-button {
    background: #4A8B8E;
    margin: auto;
    margin-top: 30px;
    width: 150px;
}

.split-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}

.split-40-60 {
    display: grid;
    grid-template-columns: 40fr 60fr;
    grid-gap: 60px;
}

@media (max-width: 985px) {
    .grid3 {
        grid-template-areas: 'item1';
        grid-template-columns: none;
    }

    footer {
        grid-template-columns: 4fr 2fr 4fr;
    }

    .footer-youtube-section {
        display: none;
    }
}

.header-text-input {
    width: calc(100% - 40px);
    height: 32px;
    font-size: large;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.spacer-div {
    height: 10px;
    width: 29px;
}

.full-width-with-label {
    width: calc(100% - 112px);
}


.card-box {
    border: 1px solid #45989D;
    padding: 10px;
}

.with-label-and-m2 {
    width: calc(100% - 112px - 20px);
}

.new-box {
    border: 1px solid #DFDFDF;
    padding: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.new-box-text {
    font-size: xx-large;
    color: #45989D;
}

.italic {
    font-style: italic;
}

.outer-width-keeping-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.width-keeping-container {
    width: min(1168px, 100%);
}

.width-keeping-container-box {
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.25);
    background-color: white;
}


.header-popup-background {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 2;
}

.header-popup {
    height: 350px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.header-popup-inner-flex {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

.header-popup-inner-item-border {
    border-right: 1px solid #EAE9E8;
}

.header-popup-inner-item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.header-popup-inner-item-header {
    padding: 0;
    margin: 0 0 13px;
    font-weight: bold;
    text-decoration: none;
}

.header-popup-inner-item-list {
    margin: 0;
    padding: 0;
    margin-left: 8px;
    list-style-type: "▸";
}

.header-popup-inner-item-list-item {
    margin-bottom: 7px;
}

.header-popup-inner-item-list-item-link {
    text-decoration: none;
    user-select: none;
}

@keyframes sweep {
    0%    {opacity: 0; transform: translateY(-10px)}
    100%  {opacity: 1; transform: translateY(0)}
}


.customh2 {
    background: #136A6E;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    height: 61px;
    padding: 0px;
    margin: 0px;
}

.graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.lcabyg-button{
    background: #769838;
}

.new_project_top {
    display: flex;
    height: 100px;
    width: 84%;
    justify-content: space-between;
    margin: 30px 0px;
}

.new_project_top .nav-icon {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    background-color: #89B4B7;
}

.new_project_progress {
    width: calc(100% - 198px); /* magic number that aligns nav bars, when at 1300px or above */
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    background-color: #89B4B7;
}

.new_project_progress .text-div {
    padding: 40px 0;
    border-radius: inherit;
    text-align: center;
    width: 100px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
}

.new_project_progress .text-div.current {
    color: #397175;
}

.selector-card {
    display: grid;
    background-color: #ECF1F2;
    width: 85%;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    margin-bottom: 20px;
}

.selector-card.alt-color {
    background-color: #4D8E91;
}

.selector-btn-group {
    display: flex;
    background-color: #89B4B7;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.selector-btn-group button {
    border-radius: 0px;
    box-shadow: none;

    background-color: #89B4B7;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    width: 33.33%;
    height: 100px;
    text-align: center;
}

.selector-btn-group button, .selector-btn-text {
    font-weight: 900;
    font-size: 20px;
    color: #105B5F;
}

.selector-btn-group button:hover {
  background-color: #CDD1D1;
}

.selector-card.alt-color .selector-btn-group button:hover {
  background-color: #68989a;
}

.selector-btn-group button.times-3 {
  width: 75%;
}

.selector-btn-group .selected {
  background-color: #ECF1F2;
}

.selector-card.alt-color .selector-btn-group .selected {
  background-color: #4D8E91;
}

.selector-content{
    padding: 30px 40px;
}

.np-details {
    display: flex;
    justify-content: center;
    background-color: #89B5B740;
}

.np-details summary {
    display: flex;
    justify-content: space-between;
    height: 28px;
    padding: 30px;

    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;

    color: #136A6E;
    background-color: #89B5B7;
    user-select: none;
}

.np-details summary img {
    width: 28px;
    height: 28px;
}

.np-details-content {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.topology-label{
    display: inline-grid;
    cursor: pointer;
    opacity: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.topology-label:hover {
    opacity: 100%;
}

.topology-container input:checked+label{
    opacity: 100%;
}

.topology-img {
    background-size: cover;
    height: 180px;
    width: 190px;
    margin-bottom: 20px;
}

.input-columns {
    display: flex;
    flex-direction: column;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    color: #4D8E91;
    margin-bottom: 15px;
}

.input-amount-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.textfield-width-helper {
    width: calc(100% - 112px - 60px);
}

.required-star {
    color: #c46f55;
}

.constructions-text-1 {
    font-size: 20px;
    font-weight: 700;
}

.super-category-button {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 10px 0px;
    margin-left: 30px;
    background-color: #89B5B7;
    box-shadow: 0px 2px 2px 0px #136A6E inset;
}

.super-category-button:hover, .super-category-button.current {
    background-color: #4D8E91;
}

.super-category-list {
    width: 40%;
    background-color: #89B5B7;
    box-shadow: 0px 4px 4px 0px #4D8E91;
    min-height: 1120px;
}

.super-category-list input:checked + .super-category-label{
    background-color: #FFFFFF;
}

.super-category-label:hover{
    background-color: #FFFFFF;
}

.super-category-label {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.super-category-label div {
    height: 86px;
    box-shadow: 0px 4px 4px 0px #4D8E91 inset;
}

.super-category-label p {
    margin: 31px 0;
}

.super-category-label .gwp {
    width: 133px;
    text-align: center;
}

.super-category-label .name {
    padding-left: 40px;
    width: calc(100% - 133px - 40px);
}

#construction-cards {
    height: 805px;
    overflow-y: auto;
}

.construction-card {
    border: 0.5px solid #89B5B7;
    box-shadow: 0px 4px 2px 0px #4D8E91;
}

.construction-card.alt label, .construction-card.alt select, .construction-card.alt input, .construction-card.alt div {
    color: #4D8E91;
}

.epd-div + .construction-card, .construction-card + .epd-div:has(.construction-card), .construction-card + .construction-card {
    margin-top: 30px;
}

.construction-card-title {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px #4D8E91;
    padding: 15px 30px;
}

.construction-content {
    padding: 30px;
}

.construction-content * {
    font-size: 15px;
}

.construction-content label {
    max-width:190px;
    width:43%;
}

.construction-card-extra-text {
    color: #BD5D44;
    font-size: 12px;
    text-align: right;
    margin-right: 30px;
}

.epd-content {
    height:383px;
    padding:20px 5px;
}

.epd-content ::-webkit-scrollbar-thumb {
  background-color: #89B5B7;
}

.epd-content ::-webkit-scrollbar-thumb:hover {
  background-color: #4D8E91;
}

.epd-vertical-scroll {
    width:100%;
    height:350px;
    display:flex;
    overflow-y:auto;
    direction:rtl;
}

.epd-mass-data {
    display:flex;
    height:fit-content;
    overflow-x:auto;
    direction:ltr
}

.epd-title {
    font-size:15px;
    font-weight:700;
}

.epd-unit {
    font-size:12px;
    height:35px;
}

.epd-product-list {
    height:fit-content;
    padding:0 15px;
    border-right: 0.5px solid #89B5B7;
    direction:ltr;
}

.epd-product {
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}

.epd-buttons {
    height: 33px;
    width: 120px;
    padding-top: 5px;
    padding-left: 50px;
    display: flex;
    justify-content: space-between;
}

.epd-buttons button {
    color: #FFFFFF;
    background-color: #ABABAB;
    font-size: 13px;
}

.epd-buttons button:disabled {
    color: #ABABAB;
    background-color: #6e6e6e;
    cursor: default;
}

.epd-vertical-scroll label.selected {
    font-weight: 700;
}

.styled-select {
    width: 56%;
    max-width: 241px;
    height: 25px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    display: inline-block;
    position: relative;
}

.styled-select select {
    background: transparent;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: 1px solid #89B5B7;
    appearance: none;
    padding-left: 5px;
    width: 100%;
    max-width: 241px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.styled-select option {
    background-color:#ECF1F2;
    font-size: 12px;
}

.styled-select select:focus-visible {
    border: 2px solid black;
    outline: none;
}

.styled-select input {
    background: transparent;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: 1px solid #89B5B7;
    appearance: none;
    padding: 0px;
    padding-left: 5px;
    width: 100%;
    max-width: 234.4px;
    height: 23.4px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.styled-input {
    display:flex;
    width: 124px;
    height: 25px;
    border: 1px solid #89B5B7;
    align-items: center;
}

.styled-input:has(input:disabled) {
    opacity: 0.5;
}

.styled-input input {
    border: transparent;
    background: transparent;
    text-align: right;
    width: 49%;
    height: 23px;
}

.styled-input label {
    width: 49%;
}

/* Chrome, Safari, Edge, Opera */
.styled-input input::-webkit-outer-spin-button,
.styled-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.styled-input input[type=number] {
  -moz-appearance: textfield;
}

.construction-edge-container {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items:center;
}

.construction-edge-container + .construction-edge-container {
    margin-top: 30px;
}

.construction-button {
    background-color: #4D8E91;
    font-weight: 900;
}

.construction-button:hover {
    background-color: #89B5B7;
}

.image-button {
    background: transparent;
    box-shadow: none;
}

.image-button:hover {
    background: transparent;
    opacity: 70%;
}

.result-content {
    display: grid;
    width: 100%;
    justify-items: center;
}

.result-page-box {
    width: 100%;
    padding: 40px 0;
}

.result-page-top {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #136A6E;
}

.result-width {
    width: 1000px;
    margin: 0 150px;
}

.result-title-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.result-big-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
}

.result-info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #105B5F;
}

#error-container {
    display: flex;
    justify-content: space-around;
}

.red-link {
    color: #c46f55;
}
.red-link:visited {
    color: #c46f55;
}
.red-link:hover {
    color: blue;
}

.error-container {
    width: 500px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border: medium dashed red;
    color: red;
}

.my-flex-parent {
  display: flex;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.my-project-info {
  width: 61.66%;
  padding: 0 2.5%;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #136A6E;
}

.my-project-list {
  display: flex;
  flex-direction: column;
  background-color: #ECF1F2;
  min-height: 57em;
  width: 33.33%;
  border-bottom-left-radius: 30px;
}

.my-project-list button {
  height: 50px;
  background-color: #ECF1F2;
  color: #136A6E;
  border-radius: 0;
  box-shadow: 0;
  margin-bottom: 5px;
  cursor: pointer;
  box-shadow: none;

  font-weight: 900;
  font-size: 16px;
  color: #105B5F;
}

.my-project-list button:hover, .my-project-list button:focus {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.project-info-label{
    display: inline-grid;
    cursor: pointer;
    opacity: 70%;
}

.project-info-label:hover {
    opacity: 100%;
}

.project-info-btn{
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    justify-self: center;
    opacity: 100%
}

.project-info-img {
    background-size: cover;
    height: 110px;
    width: 150px;
    margin-bottom: 7px;
}

.pdf-view {
    margin-bottom: 20px;
    width: 100%;
    height: 800px;
}
