.sidebar{
    direction: rtl;
    background-color: #1d3557;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 1100;
}

.sidebar .side-toggler{
    width: 90%;
    margin-top: 2vh;
    margin-right: 5%;
    padding: 1vh;
    box-sizing: border-box;
}

.sidebar .side-toggler .side-item{
    text-align: right;
    padding: 2vh;
    box-sizing: border-box;
    color: whitesmoke;
}

.sidebar .side-toggler .side-item i{
    font-size: 24px;
}

.sidebar .side-items{
    width: 90%;
    margin-right: 5%;
    text-align: center;
    padding: 1vh;
    box-sizing: border-box;
}

.sidebar .side-items .side-item{
    text-align: right;
    /* margin-top: 2vh; */
    padding: 2vh;
}


.sidebar .side-items .side-item a{
    color: white;
    text-decoration: none;
}

