html,
body {
  background-color: #fcfdfd;
  font-size: 12px;
  font-family: 'Almarai','Tajawal', 'Cairo', sans-serif;
  color: black;
  width: 100%;
}

/* @media (min-width: 1200px) {
      .container {
        max-width: 1300px;
      }
    } */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
    max-width: 1350px;
  }
}

.b-example-divider {
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#piechart {
  font-size: 14px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.toast {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  width: 400px;
  height: 170px;
  font-size: 1.3rem;
  padding: 30px; /* add padding to make room for close button */
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers content vertically */
  align-items: center; /* centers content horizontally */
  border-radius: 10px;
  background-color: white;
}

.toast-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-close {
  color: red;
  position: absolute;
  top: 10px;
  left: 10px;
}

.select2-results__option.add-new-option {
  color: #007bff;
}

.select2-results__option.add-new-option:hover {
  background-color: #e9ecef;
}

.select2-container--default
  .select2-results__option[aria-selected="true"].add-new-option {
  color: #fff;
}

.nav-link {
  font-size: 1.1em;
  font-weight: 500;
  color: #ffffff;
  padding: 15px 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-dark .nav-link:hover {
  color: #ffd700;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.card {
  border-radius: 10px;
}

.card-body {
  padding: 1.5rem;
}

.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

/* footer {
  text-align: center;
  padding: 10px 0;
  background-color: #f8f9fa;
  position: relative;
  bottom: 0;
  width: 100%;
} */
