﻿*{
    margin: 0;
    padding: 0;
}



.header {
    margin-bottom: 0;
    padding-bottom: 0;

}



.header .card {
    margin-bottom: 0;
}


body{
    background-color: rgb(236, 236, 236);
    margin: 0;
    padding: 0;
}

.sawir-title{
            width: auto;
            height:27px;
 }

 .sawir-icon{
            width: auto;
            height:27px;
}





.sidebar{
    width: 250px;
    flex-grow: 0;
    flex-shrink: 0;

}

.main{
    flex-grow: 1;
     min-width:0;
}

.card-side{
    height:100%;
   
    border-radius: 0px;
}

.home{
    height: 20px;
    width: auto;
   
   color: black;

}

.dash:hover{
    color: blue;
}

.child{
    list-style: none;
}

.child a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    padding: 5px 10px;
   
}

.side-item{
    list-style: none;
     background-color: transparent;
    padding: 5px 5px;
    border-radius: 10px;
    border-right: 4px solid transparent;
}

.side-item:hover{
    background-color: rgb(185, 216, 241);
    border-right: 4px solid blue;
}

.side-item.active{
    background-color: rgb(185, 216, 241);
    border-right: 4px solid blue;
}




.card35{
    background-color: rgb(198, 241, 226);
   
}

.card25{
    background-color: rgb(249, 210, 216);
}



.sawir11{
    width: auto;
    height: 34px;
}


.sawir12{
    width: auto;
    height: 34px;
}


.sawir13{
    width: auto;
    height: 34px;
}


.sawir14{
    width: auto;
    height: 34px;
}





.box{
    height: 20px;
    width: auto;
    color: black;
}

.invent{
    font-size: 14px;
}

.dash{
    font-size:14px;
}

.dash:hover{
    color: blue;
}

.arrow{
    height: 20px;
    width: auto;
}

.side-submenu {
    display: none;
    padding-left: 30px; /* indentation */
    margin-top: 5px;
}

.side-submenu a {
    display: block;
    padding: 2px 0;
    font-size: 13px;
    text-decoration: none;
    color: black;
}

.side-submenu a:hover {
   
    color: blue;
}











.qoraal{
    font-size:15px;
   
 
}




.item{
    background-color: transparent;
    width:100px;
    
    border-radius: 10px;
}

.item:hover{
    background-color: rgb(185, 216, 241);
}


@media (min-width:1290px){
    .sidebar{
        width:300px;
    }

   .qoraal{
    font-size: 18px;
   }


   .dash{
    font-size: 18px;
   }


   .side-submenu a{
      font-size: 16px;
   }



}





