* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    /* font-family: B Nazanin; */
    font-family: Vazir;
}

/* sidebar  */
.menu_top {
    height: 80px;
    position: relative;
}

.menu_top .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    color: white !important;
}

.menu_bottom {
    height: 50px;
    position: absolute;
    bottom: 0;
}

.sidebar {
    position: relative;
    min-height: 660px;
}

.offcanvas-start {
    min-height: 660px;
}
/* sidebar  */

/* request page divider */
.summerydivider{
    width: 1px;
    height: 50px;
    background-color: #dee2e6;
}

/* login page  */
.backg{
    background-color: rgb(242, 242, 242); 
}
.cardloc{
    width: 100%;
    height: 100vh;
}
.card_pos{
    width: 90%;
    max-width: 400px;
}
