
.ingite-dashboard-header{
    display:flex;
    height:64px;
    z-index:5;
    position:fixed;
    position:sticky;
    top:0;
    left:0;
    width:100%;
    background:var(--amoksys-color-primary);
    background:var(--amoksys-color-primary-variant);
    color: var(--amoksys-color-on-primary);
    transition:all .15s;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

@media (max-width:600px){
    .ingite-dashboard-header{
        height:56px;
    }
}

@media screen and (max-width:992px){
    .ingite-dashboard-header .ingite-dashboard-collection-item-content{
        font-size: 0
    }
}

.ingite-dashboard-header ~ .ingite-dashboard-page .sticky{
    top:64px
}

@media screen and(max-width:600px){
    .ingite-dashboard-header ~ .ingite-dashboard-page .sticky{
        top:56px
    }
}

#ingite-dashboard-header-pll-switcher{
    float:right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingite-dashboard-header-button{
    background:rgba(0,0,0,.1);
    color:rgba(255,255,255,.85);
    float:left;
    margin: 12px;
    display:block;
    border-radius:20px;
    min-width:40px;
    width:40px;
    height:40px;
    font-size:24px;
    line-height:40px;
    transition:all .15s;
    cursor:pointer;
    text-align:center;
    overflow:hidden;
}

.ingite-dashboard-header-button i{
    display:block;
    width:inherit;
    height:inherit;
    font-size:inherit;
    line-height:inherit;
    text-align:center;
}

.ingite-dashboard-header-button:hover{
    background:rgba(0,0,0,.25);
}

.ingite-dashboard-header-button.active{
    background:rgba(0,0,0,.5);
}

@media (max-width:600px){
    .ingite-dashboard-header-button{
        margin: 8px;
    }
}

.ingite-dashboard-header .ingite-dashboard-header-button + .ingite-dashboard-header-button{
    margin-left:0;
}

.ingite-dashboard-wrapper > *:not(.ingite-dashboard-header) .ingite-dashboard-header-button:not(.allow){
    display:none;
}