.flat-button {
    background-color: #00707F;
    color: white;
    padding: 0.8rem;
    text-align: center;
    cursor: pointer;
}
.flat-button-grey {
    background-color: #6F7D7F;
}

.mail-button {
    width: 100%;
}

.mail-input {
    border-radius: 0;
    padding: 0.7rem;
    margin-bottom: 1rem;
}

.gdpr-box {
    background-color: #9ACFAF;
    padding: 1rem;
    color: #2E3E34;
    font-size: small;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.error-box {
    background-color: #F5A7A6;
    padding: 1rem;
    color: #6C2423;
    font-size: small;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;;
}

.ok-box {
    background-color: #CCE5FF;
    padding: 1rem;
    color: #01438A;
    font-size: small;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;;
}

.form-control {
    border-radius: 0;
    padding: 0.7rem;
}

.form-select {
    border-radius: 0;
    padding: 0.7rem;
}

.form-text {
    margin-top:.5rem;
    margin-left:.5rem;
    /* margin-bottom: 1rem; */
}

.form-label {
    font-weight: 600;
    font-size: small;
}

.tall {
    height: 85px;
    /* Set the text to the bottom */
    display: flex;
    align-items: flex-end;
}

.tall_med {
    height: 60px;
    /* Set the text to the bottom */
    display: flex;
    align-items: flex-end;
}

.tall_sm {
    height: 40px;
    /* Set the text to the bottom */
    display: flex;
    align-items: flex-end;
}

/* if small screen, tall_med height auto */
@media (max-width: 768px) {
    .tall_med {
        height: auto;
    }
    .tall {
        height: auto;
    }
}

.step_results {
    border: 1px solid #DEE2E6;
    margin-top: 1rem;
    padding: 2rem;
    padding-bottom: 1.2rem;
}

.shock-val {
    font-weight: 700;
}

.step_calc li {
    margin-bottom: .8rem;
}

a {
    color:#00707F;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color:#009EB3;
    transition: color 0.3s ease;
}

.about_sim {
    border: 1px solid #DEE2E6;
}

.commentArea {
    padding: 1rem;
}