#blockParents {
    display: none;
}

#blockServices{
    display: none;
}

.table-responsive
{
    margin-top: 1rem;
}

.student-list [data-not-active="1"]{
    display: none;
}

.title{
    margin-top: 2rem;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    height: 1rem;
    margin: 0;

}

.chosen-container-single .chosen-single:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.students{
    max-height: 25rem;
    overflow: scroll;
    width: 50%;
    font-size: 1.5rem;
    padding-left: 3rem;
}

#charNum{
    font-weight: 800;
}

.error-is{
    color: red;
}
