.pri_grade_sidebar {
    /* position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%; */
    padding: 20px;
    background-color: #f2f2f2;
    overflow-y: auto;
}

.grade-search-form {
    margin-bottom: 20px;
}

.grade-search-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.grade-search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: #999;
}

.grade-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grade-list li {
    margin-bottom: 10px;
}

.grade-list a {
    display: block;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.grade-list a:hover {
    background-color: #e6e6e6;
}

/* GRADE SIDEBAR */
/* Add your desired styles here */
