.sidebar-nav .nav-content a i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 0;
    border-radius: 50%;
}
.sidebar-nav .nav-content a.active i {
    background-color: transparent;
}
.form-label{
    font-weight: bold;
}
.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: black;
    padding: 15px;
}
 .no-select {
     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
 }
