
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #83aab5;
  width: 100%;
  bottom: 0;
}
.footer .logo img {
  height: 64px;
  width: auto;
  margin-right: 10px;
}
.footer .logo-name {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
}
.footer .description {
  font-size: 18px;
  color: white;
}
.dataTables_wrapper{
  padding: 0 !important;
}
ul li a{
  font-size: 1.1em !important;
}
body {
  font-family: Arial, sans-serif;

  background-color: #afc6cd !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {

  padding: 0;
  border: 0;
  outline: 0;
}




body {
  overflow-x: hidden;
}


