﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.nextButton {
    border-color: navy !important;
    background-color: #0d2655 !important;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

.section-header {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 8px;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.section-footer {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 8px;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.title {
    color: #1e2022;
    margin-bottom: 1rem;
    font-size: 1.875rem;
}

.sub-title {
    color: #677788;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enrolling-text {
    font-size: 16px;
    margin-right: 8px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.plan-name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium {
    font-size: 16px;
    border: 1px solid #6b6c6f;
    background-color: #0d2655;
    color:white;
    padding: 8px 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin-top: -45px;
}

.plan-detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.ml-1 {
    margin-left: 8px;
}

.aggrement-items {
    list-style-type: none;
}

.aggrement-items-links:link,
.aggrement-items-links:visited, .aggrement-items-links:hover, .aggrement-items-links:active {
    color: darkred;
    text-decoration: underline;
}

.review-edit {
    float: right;
    text-decoration: underline;
    color: blue;
}

.review-text {
    margin: 5px;
}

.section-header-initial {
    top: 0%;
    position: fixed;
    width: 100%;
    max-height:10%;
}

.section-footer-initial {
    top: 80%;
    position: fixed;
    width: 100%;
    max-height: 10%;
}