mobdes-actbar-editor {
    width: 90px;
    background-color: rgb(251, 251, 251);
    height: 100vh;
    border-right: 1px solid #e4e4e7;
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgb(112, 112, 112);
    padding-top: 80px;
    z-index: 3500;
    overflow-y: scroll;
    padding-left: 0px;
    top: 0px;
    left: 0px;
}

mobdes-actbar-button {
    display: flex; 
    flex-direction: column; 
    align-content: center; 
    margin-bottom: 30px;
    margin-right: 0px;
}

mobdes-slideover {
    position: fixed;
    top: 60px;
    left: 90px;
    z-index: 4000;
    width: 400px;
    height: 100vh;
    background-color: #ffffff00;
}

mobdes-int-slideoverpanel {
    width: 400px;
    height: calc(100% - 60px);
    background-color: rgb(251, 251, 251);
    border-radius: 0px 0px 0px 0px;
    position: fixed;
    top: 60px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e7;
    border-left: 1px solid #e4e4e7;
    border-right: 1px solid #e4e4e7;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    clip-path: inset(0px -100px 0px 0px);
}

mobdes-int-slideoverheader {
    height: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgb(112, 112, 112);
    place-items: center;
    display: block;
    margin-left: 25px;
    margin-right: auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
}

#filelist {
    margin-left: 90px;
}

.mobnavbar {
    justify-content: inherit !important;
    padding-left: inherit !important;
    width: 90px !important;
  }