
body {
    background: #fff !important;
}

.hidden {
    display: none !important
}

.tooltip-container {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.custom-tooltip {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    text-align: center
}

.custom-tooltip.active-left {
    background: #E3F0F9
}

.custom-tooltip.active-center {
    background: #70B5F4;
    color: #fff
}

.custom-tooltip.active-right {
    background: #1968B0;
    color: #fff
}

.slider-block {
    background: #f8f9fc;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 20px;
    border-radius: 8px;
    gap: 5px;
}


.pagination-info {
    font-size: 14px
}

input[type=range] {
    width: 100%
}

.guidelines-section {
    background: #f8f9fc;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}


.guidelines-text {
    display: block;
    /* open by default */
    transition: all 0.3s ease;
}

.guidelines-text.hidden {
    display: none;
}

.guidelines-title {
    cursor: pointer;
}

.guidelines-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.guidelines-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.consent-container {
    background: #f8f9fc;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
}

.consent-text {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.radio-group {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
}

.form-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.8rem;
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: #4A90E2;
    box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.results-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.results-table th {
    background: #4A90E2;
    color: white;
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.results-table td {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.question-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}
