@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

*,h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    font-family: 'Tajawal';
}
.form-control,.form-select{
    text-align: right !important;
    max-width: 400px;
}
.table > :not(caption) > * > *{
    font-family: 'Tajawal' !important;

}
.demo-inline-spacing{
    justify-content: center !important;
}

.demo-inline-spacing>*{
    margin-top:0px !important;
}

.table th{
    font-weight: 900;
}

.breadcrumb-item+.breadcrumb-item::before{
    float: right;
}

.onhover-dropdown .onhover-show-div{
    min-width: 180px !important;
}
