/**
 * Medical Business Manager
 * File purpose: Consistent Font Awesome sizing, alignment and accessibility behavior.
 */

.fa-solid,
.fa-regular,
.fa-brands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.nav-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 18px;
}

.nav-child .nav-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: 15px;
}

.nav-subgroup-toggle .nav-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    font-size: 14px;
}

.topbar-page-icon .nav-icon {
    width: 22px;
    height: 22px;
    font-size: 20px;
}

.dashboard-icon,
.product-sales-icon {
    width: 1em;
    height: 1em;
}

.login-alert-icon .fa-solid,
.login-input-control > .fa-solid {
    width: 20px;
    min-width: 20px;
    font-size: 16px;
}

.password-toggle .fa-solid {
    width: 20px;
    height: 20px;
    font-size: 15px;
}

.field-leading-icon > .fa-solid,
.field-leading-icon > .fa-regular {
    width: 18px;
    height: 18px;
    font-size: 15px;
}

.button-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    font-size: 14px;
}

.sidebar-close-button .nav-icon {
    width: 18px;
    height: 18px;
    font-size: 17px;
}

.product-setup-open-icon > .fa-solid {
    width: 24px;
    height: 24px;
    font-size: 21px;
}
