/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 23, 2024, 12:47:03 PM
    Author     : phanl
*/
.quiz-category-name.has-child{
    cursor: pointer;
}
.quiz-category-name.has-child:hover{
    color: tomato;
}
.quiz-category-name>i{
    margin-right: 0.25rem;
}
li.list-group-item.has-child{
    padding-right: 0;
}
li.list-group-item.has-child{
    padding-right: 0;
}
.list-group-tree{
    display:none;
}
.list-group-tree.show{
    display:block;
}
.examinee_avatar{
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
}
/*
.indent {
    margin-left: 1.25em;
}

.list-group-item ul {
    margin-top: 10px;
    margin-right: -15px;
    margin-bottom: -10px;
}

.list-group-item li {
    padding: 10px 15px 10px 2em;
    border-top: 1px solid #ddd;
}

.list-group-item li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -11px;
    background: #ddd;
}
.list-group-item {
    user-select: none;
}*/