@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root{
  --color1:#960405;
}
body {

  /* font-family: Poppins, sans-serif; */
  font-family: "Nunito Sans", serif !important;
  font-family: "Nunito Sans", serif !important;
background-color: rgb(238, 238, 238) !important;
}
.h_100{
  width: 95% !important;
  /* height: 95vh !important; */

}
.bg{
  background-color: var(--color1) !important;
}
.col-org{
  color: var(--color1) !important;
}
.table{
  background-color: transparent !important;
}
 .custom_header_table{
  background-color: var(--color1) !important;
}
.img_in_tabke{
  object-fit: cover !important;
/* background-size: cover !important; */
  height: 90px !important;
  width: 100px !important;
  border-radius: 8px !important;
}
.custom_header_table{
  font-size: 13px !important;
}
.overflow_y_scroll_tr{
  overflow-y: scroll !important;
  height: 78vh !important;
}