progress::-webkit-progress-value {
    background-color: #2b7fff; /* Green color for the filled portion */
    border-radius: 5px;
}

/* For Firefox */
progress::-moz-progress-bar {
    background-color: #2b7fff;
    border-radius: 5px;
}

/* For Microsoft Edge (older versions) */
progress::-ms-fill {
    background-color: #2b7fff;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

#training-slides-content td {
    border: 1px solid;
    padding: 0.2rem;
}
