/* Styles personnalisés complémentaires à Bootstrap */

body {
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Centrage vertical pour la page de login */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style pour les icônes de fichiers */
.file-icon {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

/* Style pour le bouton de téléchargement */
.download-icon {
    width: 36px;
    height: 36px;
}

/* Hover sur les lignes du tableau */
.table-hover tbody tr:hover {
    background-color: #e7f1ff;
}

/* Style pour le hash output */
.hash-output {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    word-break: break-all;
    border: 1px solid #dee2e6;
}