.ticket__notes__table {
    font-family: NotoSansArabic, sans-serif;
    margin-top: 50px;
}

.ticket__notes__table table {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 0.1px solid #333333;
}


.ticket__notes__table table, 
.ticket__notes__table td {
    border: 0.1px solid #333333;
}

.ticket__notes__table td {
    width: 25%;
}

.ticket__notes__content td {
    font-size: 12px;
    padding: 8px;
    vertical-align: top;
    text-align: justify;
}

.ticket__notes__header td {
    font-size: 14px;
    background: rgba(250, 235, 215, 1);
    text-align: center !important;
    padding: 8px 0;
    font-weight: bold;
}

.ticket__notes__header img {
    margin: -8px 0;
}

.ticket__notes__header td:nth-child(3) img {
    margin: -20px 0;
}

.ticket__notes__content__rtl {
    direction: rtl;
}

.ticket__notes__content__rtl td{
    text-align: right;
}