@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../../fonts/DroidArabicKufiRegular.ttf') format('truetype');
}

body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}
.vCenter {
display: table-cell; vertical-align: middle;
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.table td,th {
   text-align: center !important;
}

select {
   font-size: 12px !important;
}

.handCursor {
    cursor: pointer;
    cursor: hand;
}

.table > tbody > tr > td {
     vertical-align: middle !important;
}

.marginTopBottom-5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.daterangepicker{z-index:9999 !important}

.hideDisplay{
    display: none !important;
}

.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #888888;
  font-size: 25px;
  height: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.rating-upper {
  color: #c52b2f;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
  direction: ltr;
}

.rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}
