.footer hr {
    background: #e2e5f0;
}
.quiz-question {
    text-align: center;
}
.quiz-question label {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: block;
}
.progress {
    height: 25px;
}
.footer a {
    text-decoration: underline;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: block;
}
.quiz-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}
.quiz-header {
    padding: 20px;
    text-align: center;
}
.quiz-header h1 {
    margin: 0;
    font-size: 20px;
}
.quiz-body {
    padding: 10px;
}
.quiz-option {
    background-color: #f1f1f1;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    transition: border-color 0.3s, background-color 0.3s;
    position: relative;
    margin-right: 5px;
}
.quiz-option:hover {
    border-color: #20323a;
}
.quiz-option.active {
    background-color: #37478f;
    color: white;
    border-color: #37478f;
}
.quiz-option p {
    margin: 0;
    font-size: 14px;
}
.quiz-option .loading-spinner {
    position: absolute;
    display: none;
    top: 10px;
    left: 50%;
    margin-left: -10px;
}
.thank-you {
    text-align: center;
    padding: 20px;
}
.thank-you h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
#status {
    top: 10px;
    right: 10px;
    width: 300px;
    font-weight: bold;
    z-index: 1000;
    display: none;
    font-size: 11px;
}
.success {
    color: green;
}
.error {
    color: red;
}

.disclaimer-text-group{
    font-size: 12px;
}

#question-index {
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}
.footer {
    background: rgba(0, 0, 0, 0.5);
}

.btn-group-whatsapp {
    word-wrap: normal;
    white-space: normal;
    font-size: 30px;
    line-height: 1.3;
}

.btn-group-whatsapp i {
    color: #fff;
    position: relative;
    top: 3px;
}