.header{
    height: 45px ;
    display: flex;
    flex-direction: row;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #06b6d4 100%);
    justify-content:space-between ;
    position:top ;
    align-items: center;
    border-radius: 5px;
    padding: 16px;

}

/* بخش راستی هدر */
.hedrast{
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    column-gap: 10px;
}

.hrmatn{
display: flex;
flex-direction: column;
align-items: end;
line-height: 1;
}

.titlesamane{
    color: #ffffff;
    font-size: 15px;
    font-family: 'Vazirmatn', sans-serif;
    margin-bottom: 5px;
}

.titlesamane1{
    color: #ffffff;
    font-size: 8px;
    font-family: 'Vazirmatn', sans-serif;
    margin-top: 0;

}




.hedlogo{
    width: 40px;
    height: 40px;
    background-color: #ffffff27;
    border-radius: 10px;
    margin-right: 10px;

}
.logopic1{
  font-size: 30px;
    display: flex;
  justify-content: center; /* وسط افقی */
  align-items:start;     /* وسط عمودی */
  margin: 0px;
}


/* بخش چپی هدر */
.hedchap{
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    column-gap: 10px;
}

.menusvg1{
    fill: #ffffff;
}


/* Admin Box */
.admin-box {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    padding: 8px 14px;
    border-radius: 12px;
    gap: 10px;
}

.admin-info {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    align-items: flex-end;
    color: #fff;
}

.admin-name {
    font-weight: 600;
}

.admin-role {
    font-size: 12px;
    opacity: 0.8;
}

.admin-avatar {
    width: 35px;
    height: 35px;
    background: #fbbf24;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}