.inpage_editorbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: #2B3643;
    padding: 5px 0px;
    z-index: 10000;
}

.inpage_editorbar .left-panel {
    display: flex;
    align-items: center;
}

.inpage_editorbar .cms-icon img {
    width: 35px;
}

.inpage_editorbar .username {
    font-size: 13px;
}

.inpage_editorbar .username .name{
    font-weight: bolder;
}

.inpage_editorbar a{
    color:white;
    text-decoration: none;
}

.inpage_editorbar .right-panel{
    text-align: right;
}

.inpage_editorbar .right-panel a{
    margin-left: 15px;
}

.editor{
    position: relative;
    height: 1px;
}

a.btn-absolute {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}