html {
    font-size: 14px;
}
body[dir="ltr"]{
    text-align: left !important;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@font-face {
    font-family: 'Tajawal';
    src: url('/fonts/Tajawal/Tajawal-Regular.ttf')format('truetype');
}

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem;
    }

    .secondary-color {
        background-color: #3ec65b;
        color: white
    }

    @media screen and (min-width: 1500px) {
        .input-amount {
            width: 130px !important;
        }

        .shortdesc {
            width: 250px !important
        }

        .input-taxAmount {
            width: 80px;
        }

        .input-product {
            min-width: 235px;
        }

        tbody i {
            font-size: 20px;
        }
    }

    .card-header {
        background-color: aliceblue !important
    }
    /*html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Nunito', sans-serif !important;
}*/
    .titleColor {
        color: #3e5ec6 !important;
    }

    .select2-container, .select2-selection__rendered {
        font-size: 12px !important
    }

    #entryTable tr td input, textarea {
        font-size: 12px !important
    }

    .dataTables_wrapper .row:first-child {
        direction: ltr !important
    }

    body[dir='rtl'] .dataTable thead tr:first-child th:first-child {
        border-top-right-radius: 20px;
    }

    body[dir='ltr'] .dataTable thead tr:first-child th:first-child {
        border-top-left-radius: 20px;
    }

    body[dir='rtl'] .dataTable thead tr:first-child th:last-child {
        border-top-left-radius: 20px;
    }

    body[dir='ltr'] .dataTable thead tr:first-child th:last-child {
        border-top-right-radius: 20px;
    }

    .page-item {
        border: unset;
        padding: 0 !important;
        border-radius: 4px;
        background: unset !important;
    }

    .paginate_button:hover {
        border-color: #007bff00 !important;
    }

    .page-item.active .page-link {
        border: unset;
        background-color: #007bff !important;
        border-color: #007bff !important;
    }

    .page-link {
        background-color: #e8e8e8 !important;
        border: unset;
        border-radius: 4px;
        padding: .5rem 1rem !important;
    }

        .page-link:hover {
            background-color: #007bff !important;
            color: #fff !important
        }

    .ui-datepicker-trigger {
        position: absolute !important;
        right: 18px !important;
        top: 11px !important;
    }

    .hasDatepicker {
        padding: .75rem 2rem !important;
    }

    .submenu, .sub-submenu {
        padding: 0 !important
    }

.float-right {
    float: inline-end !important;
}
.float-left {
    float: inline-start !important;
}
select[name="single-column-search_length"] {
    width: 50px !important;
    display: inline !important;
}