a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

a:visited, a:link{
    color: black;
}

body{
    margin: 0 !important;
    min-height: 100vh !important;
    background-size: cover !important;
}

ul{
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

li{
    padding: 0;
}


.sidebar{
    color: black;
}

a.sidebar{
    padding: 9px 7px 9px 29px;
    display: block;
}

nav.sidebar{
    width: 15%;
    max-width: 20%;
    height: 100%;
    background: #FFFFFF;
    position: fixed;
    Overflow:scroll;
}

ul.sidebar{
    height: 100%;
}

li.sidebar-title{
}

.sidebar-menu, .sidebar-title{
    :hover{
        background: #9885ff;
        color: white;
    }
}

div.sidebar{
    display: inline;
}

ul.page{
    padding-left: 10px;
    /*background: #DDD;*/
}

.hidden{
    display: none;
}


.arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    :hover{
        background: slateblue;
        color: white;
    }
}

.right{
    transform: rotate(-45deg);
}

.left{
    transform: rotate(135deg);
}

.up{
    transform: rotate(-135deg);
}

.down{
    transform: rotate(45deg) translate(-2.5px, -2.5px);
}

.main{
    /*width: 80%;*/
    margin-left: 15%;
    padding: 20px;
    min-height: 100vh;
}

.buttonbar{
    display: flex;
}

.button{
    border: solid black;
    border-radius: 5px;
    padding: 1px 5px;
    margin: 5px;
    cursor: pointer;
}

.card{
    border-radius: 10px;
}

.chart{
    border-radius: 10px;
    margin: 15px 0 0 15px;
    background: white;
}

.chart-bottom{
    border-radius: 0 0 10px 10px;
}

.chart-button{
    border-radius: 20px;

}

.chart-grid{
    padding: 10px;
    text-align: right;
}

.grid{
    border-radius: 10px;
    background: #FFFFFFDD;
    padding: 10px;
}

.image{
    width: 400px;
    border-radius: 10px;
    background: #FFFFFFDD;
    padding: 5px;
}

div.icon{
    padding-left: 30px;
    padding-top: 20px;
}

img.icon{
    max-height: 100px;
    max-width: 100px;
}

nav::-webkit-scrollbar {
    background-color: #fff0;
    width: 7px;
}

/* background of the scrollbar except button or resizer */
nav::-webkit-scrollbar-track {
    background-color: #fff0;
}

/* scrollbar itself */
nav::-webkit-scrollbar-thumb {
    background-color: #787878;
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.5s;
}

/* set button (top and bottom of the scrollbar) */
nav::-webkit-scrollbar-button {
    display: none;
}

/* Hide scrollbar when not scrolling */
nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: hidden;
}
