.hover-background{
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 25px);
    width: 100%;
    border-radius: 27px;
    transition: all 0.2s;
   
}

.hover-background.active{
    background-color: var(--shadeColor);
}

.icon-quicklinks-content{
    cursor: pointer;
}

.quicklink-seperator{
    width: 190px;
    height: 2px;
    background-color: var(--shadeColor);
    justify-self: center;
    border-radius: 1px;
}