.d-flex{
    display: flex;
}

.no-select{
	user-select: none;
}


.headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    /* background: #f5f5f5; */
    border-bottom: 5px solid #1f3b5b;
    width: 100%;
}

/* الجهة اليسرى (إنجليزي) */
.left {
    width: 30%;
    text-align: left;
    font-size: 14px;
    color: #333;
}

/* اللوجو في الوسط */
.center {
    width: 40%;
    text-align: center;
}

.center img {
    height: 80px;
}

/* الجهة اليمنى (عربي) */
.right {
    width: 30%;
    text-align: right;
    direction: rtl;
    font-size: 14px;
    color: #333;
}

/* العناوين */
.company-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}        
  

  .text-right{
  	text-align: right;
  }

  .text-left{
  	text-align: left;
  }
