.spw-table {
    height: 600px;
    overflow-y: auto;
}
.spw-table::-webkit-scrollbar {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: white;
}
.spw-table::-webkit-scrollbar-track {
    cursor: pointer;
    background: white;
}
.spw-table::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #586887;
}
.spw-topic {
    color: black;
    width: 100%;
    border: 1px solid #e4eaec;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
}
.spw-topic:hover {
    background-color: #e4eaec;
}

.spw-grade {
    width: fit-content;
    border-radius: 8px;
    padding: 4px 12px;
    text-align: center;
    margin-right: 6px;
    font-size: 14px;
}
.spw-grade.std {
    background-color: #586887;
    color: #FFF;
}
.spw-grade.prm {
    background-color: #CEB686;
    color: white;
}

