.portal2-brand-mark {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #343a40;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    height: 33px;
    justify-content: center;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    width: 33px;
}

.portal2-user-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.content-wrapper {
    min-height: calc(100vh - 114px);
}

.table td,
.table th {
    vertical-align: middle;
}

.portal2-login-page {
    background: #eef2f7;
}

.portal2-login-page .login-logo a {
    color: #243447;
}

.portal2-login-page .card {
    border-radius: 0.4rem;
}

.portal2-audit-json {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    font-size: 0.72rem;
    line-height: 1.35;
    margin: 0;
    max-height: 180px;
    max-width: 360px;
    overflow: auto;
    padding: 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
}
