/* /Pages/Assignment/AssignmentDetails.razor.rz.scp.css */
.exercise-section[b-o9hjht9mjn] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    margin-bottom: 20px;
}

.owner[b-o9hjht9mjn] {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.exercise[b-o9hjht9mjn] {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.marking-criteria[b-o9hjht9mjn] {
    background-color: #fff;
    border: 1px solid rgba(255, 105, 141, .3);
    border-radius: 8px;
    padding: 24px;
    margin-top: 1rem;
}

.exercise-section .marking-criteria h3[b-o9hjht9mjn] {
    font-size: 20px;
    margin-bottom: 1rem;
}
/* /Pages/Assignment/CommentDetails.razor.rz.scp.css */
.exercise-section[b-u9fokz1rg1] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    margin-bottom: 20px;
}

.owner[b-u9fokz1rg1] {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.exercise[b-u9fokz1rg1] {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.marking-criteria[b-u9fokz1rg1] {
    background-color: #fff;
    border: 1px solid rgba(255, 105, 141, .3);
    border-radius: 8px;
    padding: 24px;
    margin-top: 1rem;
}

.exercise-section .marking-criteria h3[b-u9fokz1rg1] {
    font-size: 20px;
    margin-bottom: 1rem;
}
/* /Pages/Assignment/RecordDialog.razor.rz.scp.css */
.dot[b-7admrje7u7] {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.red-dot[b-7admrje7u7] {
    background-color: red;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.edit-icon[b-7admrje7u7] {
    cursor: pointer;
    height: 25px;
    width: 25px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.db-icon[b-fjtif1yol8] {
    width: 50px;
    height: 50px;
    background-color: #32a7e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.tropy[b-fjtif1yol8] {
    background-color: #ff8700 !important;
}

.draft[b-fjtif1yol8] {
    background-color: #b548c6 !important;
}

.count[b-fjtif1yol8] {
    font-weight: 700;
    font-size: 16px;
}

.basic-information[b-fjtif1yol8] {
    background-color: #f6f9ff;
}
