@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,300&display=swap');

body {
  font-family: 'Poppins', 'Open Sans', sans-serif;
  font-size: 14px;
  /* color: #9b9ca1; */
  /* font-weight: 500; */
  font-weight: normal;
  background: #eee;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-right: 0 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: visible !important;
}

.dataTable tbody{
  vertical-align: middle;
}

.dataTable td{
  white-space: normal !important;
}

.modal {
  background-color:rgba(0, 0, 0, 0.411);
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}