﻿/* Center align the heading */
.text-center {
    text-align: center;
}

/* Style the Learning Resources section */
.learning-resources {
    font-size: 16px;
}

    .learning-resources ul {
        list-style: none;
        padding-left: 0;
    }

        .learning-resources ul li {
            margin-bottom: 10px;
        }

/* Style the Questions & Answers section */
.questions-section {
    font-size: 18px;
}

    .questions-section .card {
        margin-bottom: 20px;
    }

    .questions-section .card-body {
        padding: 20px;
    }

/* Style the modal */
/*.modal {
    display: @(AddQuestionPanel ? "block" : "none");
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}*/

li {
    list-style: none;
}

/*.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
*/
.modal-title {
    font-size: 20px;
}

.first-box {
    background-color: #3B71CA;
    color: #fff;
}


.highlight::before {
    content: "____";
}

.highlight::after {
    content: "_";
    font-weight: bold; /* Apply your desired styles here */
}
