﻿:root {
    --identity-header-image-color: #fff;
    --identity-header-image-background-color: #4B0B71;
}

.mox-header-right-menu-item .identity { margin: 5px; width: 30px; height: 30px; background-color: #4893ec; display: block; text-align: center; text-decoration: none; color: white; font-weight: bold; line-height: 30px; }
.mox-header-right-menu-item .identity-menu { position: absolute; top: 50px; right: 10px; width: 200px; background-color: #fff; opacity: 0; visibility: hidden; transition: opacity .2s; border-radius: 3px; border: 1px solid #cacaca; }
.mox-header-right-menu-item .identity-menu.open { opacity: 1; visibility: visible; }

.mox-group-parent { margin-top: 5px; }
.mox-group-depth-0 { }
.mox-group-depth-1 { margin-left: 20px; }
.mox-group-depth-2 { margin-left: 40px; }
.mox-group-depth-3 { margin-left: 60px; }
.mox-group-depth-4 { margin-left: 80px; }

.identity-header-wrapper { border: 1px solid var(--border-color); margin: 20px; padding: 10px; border-radius: 5px; display: flex; gap: 10px; }
.identity-header-image { display: flex; align-items: center; justify-content: center; height: 40px; width: 40px; border-radius: 40px; background-color: var(--identity-header-image-background-color); color: var(--identity-header-image-color); font-weight: bold; font-size: 18px; }
.identity-header-content { flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.identity-header-link { text-decoration: none; font-size: 12px; color: #666; margin-top: 6px; }
.identity-header-link:hover { text-decoration: underline; }