@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.sidebar {
    height: 100vh; 
    border-right: 1px solid #e4e4e7; 
    background-color: #fbfbfb; 
    min-width: 300px;
    max-width: 300px;
}

.userarea-email {
    font-size: 12px;
    padding: 15px;
    padding-top: 0px;
    border-bottom: 1px solid #e4e4e7;
    cursor: pointer;
}
.userarea-name {
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    padding-bottom: 0px;
}

body {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    font-family: Figtree;
    color: #666666;
    display: flex !important;
    flex-direction: row;
}

.sidebarpagelist {
    padding: 15px;
}

ds-sidebar-pageitem {
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar-pageitem-icon-right {
    margin-left: auto;
    color: #66666600;
}

ds-sidebar-pageitem:hover>.sidebar-pageitem-icon-right {
    margin-left: auto;
    color: #666666 !important;
}

#infooverlay {
    background-color: #000000a6;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#infooverlaybox {
    width: 60vh;
    height: 60vh;
    background-color: white;
    border-radius: 8px;
}

.infooverlayheader {
    height: 45px;
    border-bottom: 1px solid #e4e4e7;
}

.sidebarpagecreate {
    padding: 15px;
    border-bottom: 1px solid #e4e4e7;
    cursor: pointer;
}

#mainarea {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}