body {
    font-family: sans-serif;
}

#total-score {
    font-weight: bold;
}

#faculty-score {
    font-weight: bold;
}

.slider-container {
    position: relative;
    padding-top: 20px;
}

.form-range {
    width: 100%;
}

.ticks-container {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    margin-top: 5px;
}

.tick {
    width: 1px;
    text-align: center;
    font-size: 12px;
    color: #777;
}

button[data-bs-target="#modal1"] {
    border: none;
    background: none;
    padding: 0;
}

button[data-bs-target="#modal1"] i {
    color: #0d6efd;
    font-size: 1.5rem;
} 