.h2 {
    font: bold;
}

.avatar-l {
    height: 150px;
    width: 150px;
    border-radius: 8px;
}

.mt-8 {
    margin-bottom: 8px;
}

.li-active {
    color: #248fff;
}

.li-fade {
    color: black;
}

.li-fade:hover {
    color: #3c3c3c;
}

.sub-title {
    font-size: 20px;
    border-bottom: 5px solid #3267e8;
}

.hand-cursor {
    cursor: pointer;
}

.table-input {
    border: none;
    border-bottom: #0C7BEB 1px solid;
}

.table-input:focus {
    outline: none;
}

.fs-20 {
    font-size: 20px;
}

.fw-bold {
    font-weight: bold;
}

.sticky-table-header {
    position: sticky;
    top: -5px;
    background: azure;
}
