main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.progress-step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0px 20px;
}

.progress-step.active {
    background-color: #405189;
    background-color: #b2cf82;
    color: white;
}

.progress-step.completed {
    /*background-color: #28a745;*/
    background-color: #A0BA75;
    background-color: #2c6b05;
    color: white;
}

.progress-line {
    flex-grow: 1;
    height: 2px;
    /*background-color: #e9ecef;*/
    background-color: #6673a0;
    margin: 0 -25px;
    transition: background-color 0.3s ease;
}

.progress-line.active {
    background-color: #007bff;
    background-color: #A0BA75;
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 850px;
    margin: 20px auto;
}

.step-description {
    text-align: center;
    margin-top: 10px;
    color: #6c757d;
}

.body-content .card {
    min-height: 300px;
}

.card.offer {

    border: 2px solid #1a6f9d;
    border: 2px solid #8c96b8;
    margin: 20px auto;
}

.card h1 {
    margin-top: 20px;
    font-size: 22px;
    padding: 0px;
}

.wallet:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: #658E15 #fff;

}

.wallet {
    background-color: #8ea568;
    background-color: #2c6b05;
    min-height: 160px;
    padding: 45px 60px;
    margin-top: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    text-align: right;
    color: #fff;
    position: relative;

}

.wallet h2, .wallet h4 {
    color: #fff;
    text-align: right;
}

.card-text {
    padding: 0px var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
}

.card-text.offer {
    margin-bottom: 6px;
    font-size: 16px;
}

.btn.accept {
    margin-top: 45px;
}


.arrow-container {
    display: flex;
    justify-content: right;
    align-items: center;
    height:12%;
    /*background-color: #f0f0f0;*/
}

.blinking-arrow {
    font-size: 50px;
    color: #405189;
    animation: blink 1s infinite;
    cursor: pointer;
    user-select: none;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.btn.accept {
    background-color: #2c6b05;
    margin: 0px var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);

    padding: 10px 30px;
}

.btn.accept:hover {
    background-color: #b2cf82;
    border-color: #b2cf82;
}

.section-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
}

.section-content .row {
    padding: 0px var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
}

.section-content.show {
    max-height: 1000px;
    opacity: 1;
    padding: 0px ;
}

.section-header {
    /*background-color: #f8f9fa;
    background-color: #b2cf82;*/
    border-bottom: 2px solid #b2cf82;
    padding: var(--vz-card-cap-padding-y) var(--vz-card-cap-padding-x);
    padding-bottom: 0px;
    margin: 10px 0 20px 0;
    border-radius: 5px;
}
.bg-moderate {
    background-color: rgb(247, 212, 75) !important;
}

.bg-excellent {
    background-color: rgb(0, 128, 96) !important;
}


.section-header h4 {
    font-size: 16px;
}


/*
.list-sheet {
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 0;
}

.doc-list {
    color: #555;
    font-size: 13px;
    padding: 0 !important;
    font-family: courier, monospace;
    border: 1px solid #dedede;
}

.doc-list li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    text-indent: 10px;
    padding: 1px;
    text-transform: capitalize;
}

.doc-list li:hover {
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -ms-transition:     all 0.2s;
    -o-transition:      all 0.2s;
}

.lines {
    border-left: 1px solid #ffaa9f;
    border-right: 1px solid #ffaa9f;
    width: 2px;
    float: left;
    height: 400px;
    margin-left: 40px;
}
 */

.lines {
    border-left: 4px double #ffaa9f;
    /*border-right: 1px solid #ffaa9f;*/
    width: 2px;
    float: left;
    height: 165px;
    margin-left: 40px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    z-index: 3;
    margin-left: 10px;
    margin-top: 80px;
}

.list {
    background-color: #FFFF88;
}

.list li {
    background-color: #FFFF88;
    border-bottom: 1px solid #2176f3;
}

.dropzone {
    min-height: 80px;
    font-size: 14px;
}


.credit-report {
    font-family: Arial, sans-serif;
}
.score-section {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.score-section div {
    font-size: 18px;
    font-weight: bold;
}
table {
    width: 100%;
    margin-bottom: 20px;
}