.sidebar-wrapper {
    background-color: #fbffc8;
    /* background: linear-gradient(221deg, #2cb2c1, #12464c); */
    /* border: none; */
    padding: 0 5px;
    /* width: 300px; */
}

.sidebar .nav p {
    font-size: 18px;
    font-weight: 900; 
    background: linear-gradient(30deg, #330707, #080808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footc{
    color: rgb(20, 20, 20); 
    font-size: small;
    letter-spacing: 1px;
}

.sidebar .nav i {
    width: 60px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(179deg, #ffffff, #e3e3e3); */
    background-color: #080808;
    border: 1px dotted black; 
    color: rgb(255, 255, 255);
}