h1 {
    color: #2eac69;
    color: var(--primary-green);
    text-align: center;
}

h2 {
    color: #2eac69;
    color: var(--primary-green);
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    margin-bottom: .5rem;
}

p {
    margin-top: 5px;
    margin-top: .5rem;
}
p.info {
    text-align: center;
    margin-bottom: 36px;
    margin-bottom: 3.6rem;
}
address {
    font-style: normal;
    margin-top: 5px;
    margin-top: .5rem;
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
}

li, p.li {
    margin-bottom: 1em;
}

table {
    border: 1px solid #6b7280;
    border: 1px solid var(--primary-gray-light);
    border-collapse: collapse;
    margin-bottom: 1em;
    text-align: left;
}

table td,
table th {
    border: 1px solid #6b7280;
    border: 1px solid var(--primary-gray-light);
    padding: 3px 5px;
    padding: .3rem .5rem;
}

.informative-box {
    text-align: justify;
}


.id-info {
    height: 22px;
    height: 2.2rem;
    width: 2.2rem;
    text-align: center;
    background-color: #f4f6dd;
    background-color: var(--primary-yellow-light);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.id-info:hover .id-message {
    /* background-color: yellowgreen; */
    visibility: visible;
}

.id-info .id-message {
    visibility: hidden;
    width: 180px;
    background-color: #f4f6dd;
    background-color: var(--primary-yellow-light);
    text-align: center;
    border-radius: 6px;
    border-radius: .6rem;
    padding: 5px 0;
    padding: .5rem 0;

    /* Position the tooltip */
    position: absolute;
    top: 5%;
    left: 120%;
    z-index: 1;
}


.register-h1 {
    text-align: center;
    margin: 15px;
    margin: 1.5rem;
}

.informative-msg {
    color: #e1723a;
    color: var(--link-color);
}



label,
input,
textarea,
div.stripe-input,
select {
    display: block;
    width: 100%;
    margin: 10px 0;
    margin: 1rem 0;
}

input,
textarea,
div.stripe-input,
select {
    border: 1px solid;
    border-radius: 4px;
    border-radius: .4rem;
    padding: 5px 8px;
    padding: .5rem .8rem;
}

div.stripe-input {
    height: 35px;
    height: 3.5rem;
    background: #ffffff;
    background: var(--primary-white-light);
    padding: 9px 8px;
    padding: .9rem .8rem;
}

div.form-select label {
    float: left;
    margin: 0 20px 0 0;
    margin: 0 2rem 0 0;
    width: max-content;
}

div.form-select label input {
    margin: 0 10px 0 0;
    margin: 0 1rem 0 0;
}

textarea {
    resize: vertical;
    min-height: 5em;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    width: unset;
}

hr {
    background: #6b7280;
    background: var(--primary-gray-light);
    color: #6b7280;
    color: var(--primary-gray-light);
    height: 1px;
    border: none;
}

fieldset.deprecated {
    border: none;
    padding: 0;
    margin: 2em 0 1em;
}

fieldset.deprecated legend {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    border: none;
    /* border-top: 1px solid;
    border-bottom: 1px solid; */
    padding: 6px 0;
    padding: .6rem 0;
    margin: 0 0 5px;
    margin: 0 0 .5rem;
}

button.deprecated {
    background: #e1723a;
    background: var(--link-color);
    border: none;
    color: #f3f4f6;
    color: var(--primary-white);
    padding: 10px 18px;
    padding: 1rem 1.8rem;
    border-radius: 10px;
    border-radius: 1rem;
    cursor: pointer;
    float: right;
}

.warning {
    color: #e1723a;
    color: var(--link-color);
}

.aria-error-summary {
    border: 2px solid #2eac69;
    border: .2rem solid #2eac69;
    border: .2rem solid var(--primary-green);
    padding: 13px 18px 0;
    padding: 1.3rem 1.8rem 0;
    border-radius: 10px;
    border-radius: 1rem;
}

#check_claim:hover,
#check_claim:focus {
    text-decoration: none !important;
}

#check_claim:hover span.btn-text,
#check_claim:focus span.btn-text {
    text-decoration: underline;
}

.js-calc-mileage-container {
    position: relative;
}
.js-calc-amount-output {
    position: absolute;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    padding: .5rem 0;
    top: 0; bottom: 0; right: 35px; right: 3.5rem;
}



/* Footer */

footer {
    margin: auto 0 0;
    width: 100%;
    height: auto;
    padding: 55px 0;
    background: #e5e7eb;
    background: var(--primary-white-dark);
}

footer .footer-content {
    width: 90%;
    max-width: 1229px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-end;
    min-height: 47px;
    margin: 0 auto;

    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
}

footer .footer-logo-label {
    position: absolute;
    top: 0; left: 0;
    width: 130px;
    width: 13rem;
    height: 48px;
    height: 4.8rem;
}

footer .footer-left {
    background: transparent no-repeat top left;
    background: transparent no-repeat top left;
    background-size: auto 48px;

    color: #6b7280;
    color: var(--primary-gray-light);
    text-align: left;
    padding: 6px 15px;
    padding: 6px 1.5rem;

    position: relative;
}

footer .footer-line-1,
footer .footer-line-2 {
    padding-left: 130px;
}

footer .footer-right {
    color: #2eac69;
    color: var(--primary-green);
    text-align: center;
    padding: 6px 15px;
    padding: 6px 1.5rem;
}

footer .footer-right a,
footer .footer-right a:active,
footer .footer-right a:visited {
    vertical-align: bottom;
    color: #2eac69;
    color: var(--primary-green);
}

footer .footer-right a:hover {
    color: #2eac69;
    color: var(--primary-green);
}

@media (max-width: 695px) {
    footer .footer-logo-label {
        left: 50%;
        transform: translate(-50%, 0);
    }

    footer .footer-left {
        padding-top: 55px;
        background-position: top center;
    }

    footer .footer-line-1,
    footer .footer-line-2 {
        text-align: center;
        padding-left: 0;
    }
}