.sidebar-item.active{
    background: linear-gradient(0deg, rgba(47, 128, 237, 0.10) 0%, rgba(47, 128, 237, 0.10) 100%);
}
.sidebar-item:hover{
    background: linear-gradient(0deg, rgba(47, 128, 237, 0.10) 0%, rgba(47, 128, 237, 0.10) 100%);
    color:#171C62;
}

.sidebar-item {
    color: #171C62;
    border-radius: 8px;
    padding: 12px 12px;
    font-size: 1rem;
    display:block;
    width:100%;
}
.sidebar-collapsed .sidebar-item{
    padding: 12px 8px;
    font-size: 0.75rem;
}
.sidebar-arrow {
    width: 10px;
    height: 10px;
    margin-top: 8px;
    position: absolute;
    right: 30px;
}
.sidebar-span {

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    align-items: center;
    color: #A2A4C0;
    padding: 10px;
}

.sidebar-icon {
    width: 20px;
    height: 20px;
}
/* svg {
    width: 20px;
    height: 20px;
} */

.icon-overview {
    background-image: url(/icons/overview.svg)
}
