body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quiz-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.question-card, .result-section {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.question-card h5, .result-section h4 {
    margin-top: 0;
}

.btn-back {
    margin-top: 20px;
}
.quiz-container {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 850px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quiz-header {
    background-color: #1D53A5;
    color: #ffffff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quiz-header h1 {
    margin: 0;
    font-size: 1.5em;
}

.quiz-body {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.question-card {
    display: none;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 10px;
}

.question-card.active {
    display: block;
}

.card-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.card-option:hover {
    background-color: #f0f0f0;
}

.card-option input[type="radio"] {
    display: none;
}

.card-option label {
    display: flex;
    align-items: center;
    font-size: 1em;
    min-width: 250px;
    text-align: left;
    margin-right: 20px;
}
.question-card h5 {
    margin-bottom: 30px;
    margin-top: 10px;
}


.card-option i {
    font-size: 24px;
    margin-right: 10px;
    color: #1D53A5;
}

.info-text {
    font-size: 0.9em;
    color: #707070;
    margin-left: 0px;
    text-align: left;
}

.btn-back {
    background-color: #00B073;
    color: #ffffff;
}

.btn-back:hover {
    background-color: #00744C;
}

.btn-custom {
    margin-top: 20px;
    background-color: #00B073;
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-custom:hover {
    background-color: #007A4F;
}

.btn-proposal, .btn-chat, .btn-restart {
    margin-top: 20px;
    background-color: #1D53A5;
    color: #ffffff;
}

.btn-proposal:hover, .btn-chat:hover, .btn-restart:hover {
    background-color: #124086;
}

.quiz-result {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 0px;
    display: none;
}

.result-header {
    color: #00B073;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.result-title {
    margin: 0;
    font-size: 1.2em;
}
.btn-container {
    margin-top: 0px;
    padding-top: 0px;
}


.primary-recommendation {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #F3F3F2;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.primary-recommendation a {
    text-decoration: none;
}
#primary-recommendation #recommendation-details {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.3em;
    color: rgba(91,107,117,1.00);
    margin-top: 10px;
}


.primary-recommendation a:hover {
    text-decoration: underline;
}

.result-section {
    margin-top: 0px;
}

.other-options-cards {
    display: flex;
    flex-wrap: wrap;
    /* [disabled]justify-content: space-around; */
    margin-left: 0px;
}

#other-options-container {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 15px;
    border-radius: 5px;
}


.other-option-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 10px;
    width: calc(50% - 20px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.other-option-card h6 {
    margin-top: 0;
}

.other-option-card p {
    font-size: 0.9em;
    color: #707070;
    margin-top: 0px;
}

.other-option-card a {
    color: #091927;
    text-decoration: none;
}

.other-option-card a:hover {
    text-decoration: underline;
}

.table-responsive {
    margin-top: 20px;
}

.result-table {
    width: 100%;
    border-collapse: collapse;
}

.result-table th, .result-table td {
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.result-table th {
    background-color: #0066cc;
    color: #ffffff;
}

.result-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.result-table tr:hover {
    background-color: #e0e0e0;
}

.recomendacao-img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 120px;
    margin-right: 20px;
}

.recomendacao-tit {
    font-size: 2em;
    float: left;
    vertical-align: middle;
    color: rgba(9,25,39,1.00);
}
.result-section h5 {
    text-align: left;
}

.other-options-cards {
    text-align: left;
}
