/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'tajawal';
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Tajawal-Regular.eot);
    src: url(.././fonts/Tajawal-Regular.ttf)
  }
  
  *,
  *::before,
  *::after {
      box-sizing: border-box;
  }
  
  html {
      font-family: 'tajawal',/*'Roboto',*/sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body {
    margin: 0;
    font-family: 'tajawal',/*'Roboto',*/sans-serif;
    /*font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e;
    text-align: left;
    background-color: #F5F9F1;*/
  }
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  a{
    text-decoration: none;
  }
  a:hover {
    color: #0056b3;
    text-decoration: none;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.alert-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #d32535;
}
.alert-warning {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #edb100;
}
.alert-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923d;
}
.card {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  margin-bottom: 1rem;
}
.card-info.card-outline {
  border-top: 3px solid #17a2b8;
}
.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.fa-trash {
  color: #fff;
  background-color: #f4003b;
  border-color: #e70038;
}
.sharp.btn-xs {
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  cursor: pointer;
}