.cat_name {
  width: 100%;
  background-color: #15ff00;
  color: black;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  font-family: "Cairo";
  margin-top: 7px;
  font-weight: bold;
}
.cat_nt {
  color: #adadad;
  font-size: 12px;
}

/* ------ IMPORTANT  asnaf_wrap and sanf card styles ----------- */
/*----- exists in the unique file of sanf_card_styles.css --- */

/* ------ bottom navigation----------- */

.navigation {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  /* width: max-content; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  background-color: black;
  list-style-type: none;
  align-self: center;
  gap: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.page-link {
  text-decoration: none;
  padding: 3px 6px;
  font-size: 14px;
  color: black;
  text-align: center;
  background-color: var(--MAIN-MASTARD);
  border: 1px solid var(--MAIN-MASTARD);
  user-select: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.page-link:hover {
  background-color: black;
  color: white;
}
.page-item.disabled .page-link {
  background-color: maroon;
  border-color: maroon;
  color: #b1b1b1;
  pointer-events: none;
}
.page-item.active .page-link {
  background-color: black;
  color: white;
}
.page-link:any-link {
  text-decoration: none;
}

/* ---------------------------------- */
/* ------------------ last --------------------- */
.simplebar-scrollbar::before {
  background-color: red;
}

.swal2-popup {
  font-size: 10px !important;
  font-weight: normal;
}
