html, body {
--root-visor-color: rgb(25 36 64 / 80%);
}
.bive-visor-wrapper {
height: 35px;
}
.bive-visor-inner {
width: 100%;
background: var(--root-visor-color);
height: 35px;
position: fixed;
z-index: 1000;
display: flex;
align-items: center;
justify-content: space-between;
left: 0;
top: 0;
backdrop-filter: saturate(180%) blur(10px);
}
.bive-visor-brand {
color: white;
font-size: 15px;
line-height: 100%;
width: 75px;
text-align: center;
}
.bive-visor-left {
display: flex;
align-items: center;
}
.bive-visor-switch {
margin: 0 10px;
border-radius: 8px;
border: 1px solid white;
display: flex;
overflow: auto;
height: 25px;
align-items: stretch;
line-height: 100%;
}
.bive-visor-switch > a {
padding: 3px 10px;
color: #ffffff;
display: flex;
align-items: center;
font-size: 10px;
font-weight: 300;
}
.bive-visor-switch > a.active, .bive-visor-switch > a:hover {
color: black;
background-color: white;
}
.bive-visor-account {
display: flex;
align-items: center;
}
.bive-visor-account__avatar {
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 7px;
overflow: hidden;
position: relative;
display: flex;
}
.bive-visor-account__avatar > img {
width: 100%;
height: 100%;
}
.bive-visor-account__nick {
color: white;
margin-right: 10px;
font-weight: 200;
font-size: 13px;
}