
#mobile-bank {
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 10px;
}
#mobile-bank i{
    color: rgb(255, 255, 255);
}


.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 40;
    top: 0;
    right: -350px; /* به طور پیش‌فرض خارج از صفحه */
    /* background: linear-gradient( rgb(0, 140, 150) , rgb(0, 192, 206) , rgb(0, 238, 255) ); */
    background: rgb(255, 255, 255);
    transition: right 0.5s;
    padding: 15px;
}

.sidebar a {
    color: rgb(102, 102, 102);
    text-decoration: none;
    font-size: 20px;
    display: block; /* هر لینک در یک خط جدید نمایش داده شود */
    margin: 10px; /* فاصله بین لینک‌ها */
}

.sidebar a i {
    color: rgb(122, 122, 122);
}

.closebtn {
    font-size: 35px; /* اندازه دکمه بستن */
    cursor: pointer; /* نشانگر ماوس به صورت دست */
    color: rgb(0, 192, 206);
    float: left;
}