.avatar-xl {
    width: 4.92188rem;
    height: 4.92188rem;
}
.avatar.avatar-4by3 {
    width: 3.5rem;
}
.avatar-xl.avatar-4by3 {
    width: 6.5625rem;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    line-height: 0;
    font-size: .65625rem;
    background-color: #e7eaf3;
    border-radius: .3125rem;
}
.table > :not(caption) > * > *{padding: .2rem .35rem}
.table th{font-weight: 500; color: #333b52}
.form-label {
    margin-bottom: 0.1rem;
}
.table>:not(:first-child) {
    border-top: 2px solid currentColor;
}