body {
    margin-bottom: 60px;
    background-image: url('/images/blueGradient.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.form-row-centered {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-row-centered .form-control,
.form-row-centered .form-select {
    width: 100%;
    margin-left: 7px
}

.main-question {
    display: block;
    max-width: 1000px;
    white-space: normal;
    /*   margin-left: 4px;*/
    padding-left: 2em;
    text-indent: -1.7em;
}

.sub-question {
    margin-left: 2.8rem;
    text-indent: -1rem;
    display: block;
}

.btn-bcbsm {
    background-color: #006fa1;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
    width: 220px;
    height: 45px;
}

.btn-bcbsm:hover {
    background-color: #009CDE;
    color: #fff;
}

.material-id-text {
    color: black !important;
    text-align: right;
    font-weight: 650 !important;
    font-size: 14px !important;
}

.surveycode-err {
    color: rgb(255, 0, 0);
    font-weight: 450;
    text-align: center;
}

.disabled-block {
    display: none;
}


/* Previous Year Response Section Styles */
.prev-response-container {
    background: linear-gradient(to right, transparent 11px, #edf3f9 11px, transparent);
    padding: 10px 15px 10px 28px;
    margin-top: 12px;
    margin-bottom: 5px;
    border-radius: 20px;
    display: inline-block;
    min-width: 250px;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

.prev-response-container::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    bottom: 8px;
    width: 6px;
    background: linear-gradient(to bottom, #004a99, #009cde);
    border-radius: 10px;
}

.prev-response-label {
    /*font-size: 0.65rem;*/
    font-size: 12px;
    color: #7b8da0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 2px;
}

.prev-response-value {
    font-size: 0.95rem;
    color: #0056b3;
    font-weight: 700;
}

.matrix-prev-response {
    background: linear-gradient(to right, transparent 7px, #edf3f9 7px, transparent);
    padding: 2px 5px 2px 18px;
    margin-top: 8px;
    margin-bottom: 2px;
    box-shadow: none;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.matrix-prev-response::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    bottom: 7px;
    width: 4px;
    background: linear-gradient(to bottom, #004a99, #009cde);
    border-radius: 10px;
}