﻿@import url("https://use.typekit.net/ark3vyr.css");
@import url(font-awesome/css/all.css);
@import url(bifrost/bifrost-all.css);
@import url(components.css);

.bf-nav-item.bf-nav-item-icon-only {
    justify-content: center;
}
.bf-nav-top .bf-nav-item {
    justify-content: normal;
}
.bf-nav-top-content .bf-nav-group .bf-nav-group-button {
    width: 100%;
}

.bf-nav-top-content .bf-nav-group .bf-nav-group-content {
    padding: 0;
}

.bf-nav-top-content .bf-nav-group .bf-nav-group-content .bf-nav-item {
    border-right: var(--bfl-border);
}



.bf-nav-side-appname {
    border-right: none;
    border-top: var(--bf-nav-side-border-right);
}

.bf-nav-side-appname:first-child {
  border-top: none;
}

.styx-slidedown {
  overflow: hidden;
  transition: max-height .2s ease;
}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: var(--bfc-base-3);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-autowidth{
    width: 95%;
}