.hub-brand {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

.hub-logo-mark {
    align-items: center;
    background: rgba(64, 81, 137, .16);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.auth-one-bg {
    background-image: linear-gradient(rgba(19, 33, 68, .58), rgba(19, 33, 68, .74)), url("../images/auth-one-bg.jpg");
    background-position: center;
    background-size: cover;
}

.metric-card .avatar-title {
    width: 44px;
    height: 44px;
}

.dashboard-metrics {
    margin-bottom: 1.5rem;
    row-gap: var(--vz-grid-gutter-width);
}

.dashboard-metrics .card {
    margin-bottom: 0;
}

.metric-card {
    height: 100%;
}

.metric-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 132px;
    padding: 1.25rem;
}

.metric-card-head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.metric-card-title {
    min-width: 0;
    padding-top: .2rem;
}

.metric-card-title p {
    line-height: 1.35;
    white-space: normal;
}

.metric-card-value {
    margin-top: 1.5rem;
}

.table-card {
    min-height: 220px;
}

.quick-action {
    align-items: center;
    border: 1px solid var(--vz-border-color);
    border-radius: 8px;
    color: var(--vz-body-color);
    display: flex;
    gap: .75rem;
    padding: .85rem;
}

.quick-action:hover {
    background: var(--vz-light);
    color: var(--vz-primary);
}

.page-title-right {
    max-width: 100%;
}

.page-title-right .form-control {
    min-width: 220px;
}

.modal .form-label {
    margin-bottom: .35rem;
}

.required::after {
    color: var(--vz-danger);
    content: " *";
}

@media (max-width: 575.98px) {
    .page-title-box {
        align-items: stretch;
        gap: .75rem;
    }

    .page-title-right {
        width: 100%;
    }

    .page-title-right .form-control {
        min-width: 0;
    }
}
