@media (min-width: 768px) {
    .container {
        max-width: 680px
    }
}
body {
    background-color: #f5f5f5
}
h1 {
    color:#163269
}
.header {
    background-color: #ffffff
}
.form-label {
    color:#163269;
    font-weight:700;
}
.button-nav {
    background-color: #0f68f8;
    border:3px solid #0F68F8;
    border-radius: 2.5rem;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    padding: .75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    width:100%;
}
.card {
    border-radius:1rem;
}
.card-lightblue {
    background-color:#eff6ff;
    border:none;
    box-shadow:rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.report-progress {
    margin:0;
    padding:0;
}
.report-progress li {
    border-left: 0.125rem solid #e2e8f0;
    display:flex;
    padding: 0 0 30px 0;
}
.report-progress li:last-child {
    border-left:none;
    padding-bottom:0;
}
.report-progress li:last-child span.dot {
    left:-0.205rem;
}
.report-progress li span.dot {
    position: relative;
    left:-0.33rem;
}
.report-progress li span.dot::after { 
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    transform: translateX(50%);
    border-radius: 50%;
    background-color: #d1d5db;
    border: 2px #fff solid;
    width: 1.2em;
    height: 1.2em;
}
.report-progress li span.label {
    left: 1.4rem;
    position: relative;
    top: -0.25rem;
}
.report-progress li span.label strong {
    font-weight:600;
}
.report-progress li.current span.dot::after { 
    background-color:#23c55e;
}
.report-progress li.inprogress span.dot::after { 
    background-color:#ebb51d;
    border-radius:1rem;
    height:2.4rem;
}
.report-progress li.inprogress .label {
    top: -0.5rem;
}
.report-progress li.completed span.label {
    top: -1rem;
}
.report-progress li .date {
    position: relative;
    top: -0.25rem;
    text-align: right;
    width: 100%;
}
.report-progress li.inprogress .date {
	display:block;
	height: 0.5rem;
	right: 1.3rem;
    top: -2rem;
}
.text-bg-gray {
    background-color: #fafafa
}
.cisive-blue {
    color:#163269;
}