/* File: results_import/diagnosticImport.css */

.hexagon.highlighted polygon {
    fill: #253F62;
    filter: brightness(1.2);
}

.hexagon.highlighted .hexagon-text {
    fill: white;
}



.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    z-index: 10000;
}

.notification.success {
    background-color: #4CAF50;
}

.notification.info {
    background-color: #2196F3;
}

.notification.error {
    background-color: #F44336;
}

#personal-learning-path {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

#personal-learning-path h3 {
    color: #333;
    margin-top: 0;
}

#personal-learning-path ul {
    padding-left: 20px;
}

#personal-learning-path li {
    margin-bottom: 10px;
}