#registration_form{
    position: relative;
}

.auth-box.card{
    /* max-height: 90vh; */
}

.alert-section{
    margin: 1rem 1rem 0 1rem;
}

.location-section,
.class-section,
.date-section,
.final-section{
    margin: .5rem 1rem 1rem 1rem;
    /* padding: 1rem;
    overflow-y: auto;
    overflow-x: hidden; */
}

.location-section .row,
.class-section .row,
.date-section .row {
    max-height: 60vh;
    overflow: auto;
    margin: .1rem;
}

.final-section{
    /* display: block; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    /* max-height: 85vh; */
    padding: 1rem;
}

/* .navigation button{
    background-color: var(--primary-color);
    border-color: unset;
} */

/* .navigation button:hover,
.navigation button:focus{
    background-color: var(--secondary-color);
    border-color: unset;
} */

i.bi-eye,
i.bi-eye-slash{
    position: absolute;
    top: 36px;
    right: 25px;
}

i.bi-eye:hover,
i.bi-eye-slash:hover{
    color: var(--secondary-color);
}

.panel.radius {
    border-radius: 3px;
}

.panel.callout {
    border-style: solid; 
    border-width: 1px; 
    border-color:#b6edff; 
    /* margin-bottom: 1.25rem;  */
    margin: 1.25rem; 
    background: #ecfaff; 
    color: #333333; 
    padding: 1rem;
    font-family: "rockwell", Helvetica;
    font-size: 19.2px;
    /* background: #e1e1e1; */
}

.header {
    font-family: "rockwell", Helvetica;
    color: var(--primary-color) !important;
    font-weight: 600;
    margin: 0 10px;
}

.button-group {
    list-style: none;
    margin: 0;
    left: 0;
}

.button-group.radius.stack > * .button{
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: block;
}

.button {
    font-family: "rockwell", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF;
    background-color: var(--primary-color) ;
}

.panel.callout a:not(.button) {
    color: #008CBA;
}

.selected-option {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.class-section .panel.callout a{
    font-size: 19.2px;
}

.class-section #buttons{
    width: 100%;
}

.summary-section table{
    background: #FFFFFF;
    /* margin-bottom: 1.25rem; */
    margin: 0 auto  1.25rem;
    border: solid 1px #DDDDDD;
    table-layout: auto;
    font-size: 16.2px
}

.summary-section table thead tr th, table tfoot tr th, 
.summary-section table tfoot tr td, table tbody tr th, 
.summary-section table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
    padding: 0.5625rem 0.625rem;
    color: #222222;
    text-align: left;
    font-weight: 600;
    font-family: "rockwell", Helvetica, Roboto, Arial, sans-serif;
}