
h2, .h2 {
    font-size: 23px!important;
}

h3{
    font-size: 20px!important;
}
.pageContent h2{
    font-size: 22px;
    color: #077ed9;
    font-weight: 600;
    padding-bottom: 15px;
}

.pageContent h3 {
    padding-top: 15px;
    font-size: 19px;
    color: #363484;
    font-weight: 600;
}

.pageContent ul li {
    line-height: 3;
    direction: rtl;
    font-size: 17px !important;
    text-align: justify;
    list-style: inside;
}


.pageContent ol li {
    line-height: 3;
    direction: rtl;
    font-size: 17px !important;
    text-align: justify;
    list-style: inside;
}


.pageContent p{
    line-height: 2.5!important;
    text-align: justify!important;
    font-size: 17px!important;
}
.dashboard-navbar{
    text-align: right;
}

.dashboard-navbar h4{
    font-size: 16px;
}

.ticket-box{
    border: 2px solid #dfdfdf;
    border-radius: 20px;
}

.ticket-box h2{
    font-size: 13px;
}

.ticket-box-header{
    background-color: #44bd91;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.ticket-box-header h1{
    font-size: 20px;
    color: #fff;
}

.ticket-box-first-content{
    padding: 30px;
    background-color: white;
    margin: 30px;
    border-radius: 15px;
}

.ticket-box-first-content h2{
    text-align: center;
    font-size: 19px;
}

.ticket-box-first-reply{
    padding: 30px;
    background-color: white;
    margin: 30px;
    border-radius: 15px;
}

.bodyContent {
    text-align: right;
}
