.rotate-img {
    rotate: 180deg;
}

.normal-listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em;
    color: white;
    background-color: #3D3D3D;
    padding: 1em;
    border-radius: 0.5em;
}

.left_mobile{
    left: -100%;
}

.left_mobile.active{
    left: 0;
}

.max-hedaer{
    max-height: 0;
}

.max-hedaer.active{
    max-height: 11em;
    padding-top: 0.75rem;
    padding-left: 0.5rem;
    overflow-y: auto;
}