/* =====sonam ===============================================*/

.Color_yellowheader{
  background: linear-gradient(90deg, #D8C16B, #BFA750);
}.BgNewSidebar{
  /* background: linear-gradient(90deg, #D8C16B, #BFA750) !important; */
}

/* ============================================================= */
#users_table {
  font-size: 13px; /* Globally reduce font */
}
#users_table th {
  font-size: 11px;
  text-transform: uppercase;
  color: #6c757d;
}
#users_table td {
  vertical-align: middle;
}
#users_table .fa-edit:hover {
  color: #1d7031;
  transform: scale(1.1);
  cursor: pointer;
}

/* ===============================all table font size ==================== */

.Alltable {
  font-size: 13px; 
}
.Alltable th {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #6c757d !important;
}
.Alltable td {
  vertical-align: middle;
}
.Alltable .fa-edit:hover {
  color: #1d7031;
  transform: scale(1.1);
  cursor: pointer;
}.requ_th{
  font-size: 11px;
  text-transform: uppercase;
  color: #6c757d;
}
/* ==========swal font size ================ */
.swal2-title {
  font-size: 0.875em !important;
}.swal2-input, .swal2-textarea {
  font-size: 18px !important;
}.swal2-styled.swal2-confirm {
  font-size: 12px!important;
}
.swal2-styled.swal2-cancel {
  font-size: 12px!important;
}

