.app-sidebar .side-menu__label {

    font-size: 15px;

  }

  div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 2px;
    z-index: 999999;
    font-family: "Cairo", sans-serif;
  }

  .dataTable th,td, tr, thead, tbody, .dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter, .dataTables_processing,
   button, .btn, h1,h2,h3,h4,h5,h6, label, p {
    font-family: "Cairo", sans-serif;
  }


  .dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    font-size: 30px !important;
  }

  .card.custom-card .card-body {
    color: var(--default-text-color);
    font-weight: bold;
    font-family: Cairo;
  }

  .app-sidebar .side-menu__item {
    font-weight: 800;
    font-family: "Cairo", sans-serif;
    margin-bottom: 9px;
  }
