section [data-css="topbar"] .adminjs_Icon{
    display: none;
}

.sidebar-parent{
    width: 223px;
    position: relative;
    background-color: white;
}

.sidebar{
    width: 200px;
    padding: 10px;
    height: calc(100vh - 20px);;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    z-index: 2000;
    background-color: white;
}

section [data-css="app-content"] {
    width: calc(100vw - 223px);
    overflow-y: visible;
}
