html, body { margin: 0; padding: 0; font-family: sans-serif !important; }
.logo-container { margin-top: 3.5em;}
.copyright a { text-decoration: none; color: white; }
small.copyright {font-weight: 200;}
#login-form, #reset-form, #enrollment-form, #password-update-form { width: 100%; margin: 0 auto; }
#login-form .col, #reset-form .col, #enrollment-form .col, #password-update-form .col { padding-bottom: 1em;}
footer { width:100%; height:120px; }
.footer-spacer  { clear: both; height: 120px; }
footer small { font-size: 0.7em; }
.text-right { text-align: right;}
.text-left { text-align: left;}
#dashboard-metrics a {
    text-decoration: none;
    color: inherit;
}
main {
    display: flex;
    flex-wrap: nowrap;
    min-height: 100vh;
    min-height: --webkit-fill-available;
    overflow-x: auto;
    overflow-y: hidden;
}

#login-wrapper {
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    background-color: white;
    border-radius: 20px;
    padding: 3em 3em 2em;
}

#passwordRequirements {
    color: #000 !important;
}

.progress-container {
    width: 600px;
    margin: 0 auto; 
}
/* .progress-tracker {
    counter-reset: step;
} */
.progress-tracker li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progress-tracker li:before {
    width: 30px;
    height: 30px;
    /* content: counter(step); */
    /* counter-increment: step; */
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}


.progress-tracker li:nth-child(1):before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f56f";
}

.progress-tracker li:nth-child(2):before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f7d9";
}

.progress-tracker li:nth-child(3):before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f02f";
}

.progress-tracker li:nth-child(4):before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
}

.progress-tracker li:nth-child(5):before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f48b";
}

.progress-tracker li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progress-tracker li:first-child:after {
    content: none;
}
.progress-tracker li.active {
    color: green;
}
.progress-tracker li.active:before {
    border-color: #55b776;
}
.progress-tracker li.active + li:after {
    background-color: #55b776;
}

li.back-link {
    padding-bottom: 25px;
}

/*
 * XO Armor Colors
 */
/* background colors */
/* .xo-bg-black { background-color: #000 !important; } */
.xo-bg-black { background-color: #231F20 !important; }
.xo-bg-dark-grey { background-color: #4d4d4d !important; }
.xo-bg-white-smoke { background-color: #f4f4f4 !important; }
/* .xo-bg-dark-orange { background-color: #ff6600 !important; } */
.xo-bg-dark-orange { background-color: #F36F5B !important; }
/* foreground colors */
/* .xo-black { color: #000 !important; } */
.xo-black { color: #231F20 !important; }
.xo-dark-grey { color: #4d4d4d !important; }
.xo-white-smoke { color: #f4f4f4 !important; }
/* .xo-dark-orange { color: #ff6600 !important; } */
.xo-dark-orange { color: #F36F5B !important; }

#sidebar-nav .active { background-color: #f4f4f4 !important; color: #231F20 !important; }

.section-heading {
    border-left: 10px solid black;
    padding-left: 0.5em;
}

/*
 * XO Armor Font
 */
 .font-exo { font-family: sans-serif !important; font-weight: lighter !important; }
 .font-exo-bold { font-family: sans-serif !important; font-weight: bold !important; }
 .font-exo-normal { font-family: sans-serif !important; font-weight: normal !important; }
 .font-exo-light { font-family: sans-serif !important; font-weight: lighter !important; }

 /* DATA TABLE STYLES */

 .dataTables_wrapper table {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    border-bottom: none !important;
}
.dataTables_wrapper tbody, .dataTables_wrapper thead {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

/* .dataTables_wrapper thead {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
} */

/* .dataTables_wrapper thead th {
    background-color: #4d4d4d !important;
    color: white !important;
    font-weight: 500 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
} */

.dataTables_wrapper select, .dataTables_wrapper input[type=search] {
    background-color: white !important;
}

.dataTables_wrapper td:first-child, .dataTables_wrapper th:first-child {
    padding-left: 1em !important;
}
.dataTables_wrapper td:last-child, .dataTables_wrapper th:last-child {
    padding-right: 1em !important;
}

.dataTables_wrapper tbody td {
    border-bottom: none !important;
    padding-top: 1em !important;;
    padding-bottom: 1em !important;;
    vertical-align: middle !important;
}

.dataTables_wrapper tbody tr.odd {
    background-color: white !important;
    --bs-table-striped-bg: none !important;
}

.dataTables_wrapper tbody tr.even {
    background-color: rgba(155, 218, 255, 0.314) !important;
}

.dataTables_wrapper thead th:first-child {
    border-top-left-radius: 10px !important;
}

.dataTables_wrapper thead th:last-child {
    border-top-right-radius: 10px !important;
}
