:is(.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6) {
    font-family: 'Tajawal', sans-serif;
}
body {

    background-color: #f5f7f9;

}
.shape{
    z-index: 0 !important;
}
.text-primary{
    color:#3BCFD5 !important;
}
.sub_title{
 
    font-size: 19px;
    color: #000 !important;
}
h5.text-primary {
    font-size: 25px;
}
.auth-one-bg .bg-overlay{
    background: linear-gradient(to right,#3BCFD5,#144C95) !important;
}
.auth-one-bg{
    background-image: unset!important;
}
.btn_submit{
    background-color: #3BCFD5 !important;
    color: #fff !important;
    font-size: 20px;
 
    border-radius: 40px;
    


}
.form-label {
    font-size: 18px;
    color: #000;
    
}
.float-end {
    float: left!important;
}
.text_password{
    color: #000 !important;
    font-size: 16px;
     
}
.form-check .form-check-input{
    float: right;
    margin-right: 0.6em;
    margin-left: unset!important;
}
.form-check{
    float: right!important;
}
.form-check label {
    margin-right: 0.6em !important;
    margin-bottom: 0.5em !important;
    font-size: 17px;
    
}
.login_p{
    background-color: #144C95 !important;
    color: #fff;
     
    font-size: 18px;
    border-radius: 15px;
    padding: 10px;
}


.status_p{
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.alert.alert-light {
    border-radius: 50px;
    margin-right: 11%;
    max-width: 75%;
    height: 50px;
}
.sidebar-background {
    background: #144c95;
    opacity: 1;
}
.navbar-menu .navbar-nav .nav-sm .nav-link {
    color: #e2edfc;
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #3BCFD5;
}
.navbar-menu .navbar-nav .nav-link {

    color: #ffffff;

}
.shape>svg {

    fill: #f5f7f9;
}
.navbar-brand-box {
    background: #0d4287;
}
.navbar-brand-box {
    padding: 0;
}
.app-menu li.nav-item {
    border-bottom: 1px solid #134383;
}
input#password ,input#password-confirm{
    text-align: left!important;
    direction:  ltr !important;

}
.card-header{
    background-color: #144c95;
}
h4.card-title.mb-0.flex-grow-1   
{
    color: #ffff;
}
h5.card-title.mb-0 {
    color: #fff;
}
button.btn.btn-primary {
    background-color: #144c95 !important;
}
.form-check-input:checked{
    background-color: #144c95 !important;
    border-color: #144c95 !important;
}
.active>.page-link, .page-link.active{
    background-color: #144c95 !important;
}
a.btn.btn-success {
    background-color: #3BCFD5!important;
    border-color: #3BCFD5 !important;
    border-radius: 20px;
}
.card-title{
    color: #fff !important;
}
.subTable{
    display:none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
    width: 100%;
}
.tabulator-table [tabulator-field="purchase_at"] {
    direction: ltr !important;
}

.tabulator-table [tabulator-field="customer_phone"] {
    direction: ltr !important;
}

.tabulator-table [tabulator-field="customer_email"] {
    direction: ltr !important;
}
p , div , td , input , textarea , a{
        font-family: 'Tajawal' !important;
}
 
div#orders-table {
    direction: ltr;
}

i.las.la-check.success {
    color: #fff;
    background: green;
    width: 35px;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    font-size: 17px;
    font-weight: bold;
}
i.las.la-times.danger {
    color: #fff;
    background: red;
    width: 35px;
    height: 25px;
    line-height: 24px;
    border-radius: 15px;
    font-size: 17px;
    font-weight: bold;
}
.send-btn {
    line-height: 27px !important;
    height: 30px;
}