body {
    background-color: whitesmoke;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.15px;
}

#navbar {
    background-color: white;
}

.nav a {
    color: #171717;
    font-size: large;
}

#overview {
    background-color: white;
    border-radius: 10px;
}

#title {
    font-size: 1.40em;
    font-weight: bold;
    color: #171717;
}

#students-search {
    background-color: whitesmoke;
}

#students th {
    color: #737373;
    font-weight: 500;
    font-size: 0.75em;
    letter-spacing: 1px;
}

#students tr td:nth-child(1) {
    color: #171717;
    font-weight: bold;
}

#students td {
    color: #737373;
    font-weight: 400;
    font-size: 0.9em;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#students td i {
    font-size: 1.2em;
    padding-left: 20px;
    cursor: pointer;
}

#students td.status span {
    position: relative;
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
}

#students td.status .active {
    background: #cff6dd;
    color: #23bd5a; 
    font-weight: 500;
}

#students td.status .problem {
    background: #fdf5dd;
    color: #cfa00c; 
    font-weight: 500;
}

#students td.status .inactive {
    background: #f6cdd1;
    color: #dc3545; 
    font-weight: 500;
}

#addStudent label {
    color: #737373;
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 1px;
}

#addStudent input:not([type=radio]), #addStudent textarea, #addStudent select {
    background-color: whitesmoke;
    border-radius: 10px;
}