@font-face {
    font-family: Poppins;
    src: url('./font/AsapCondensed-Regular.ttf') format('truetype');
  }

html, 
body {
    height: 100%;
    font-family:  Poppins  !important;
    overflow:auto !important;
    background-color: #f2f0f5 !important;
    line-height: 1.8 !important;
}

.card.card-custom>.card-header .card-title .card-label {
  font-weight: normal !important;
  font-size: 22px !important;
}



.pagination{
  margin: auto;
  width: 100%;
  padding-left: 33px;
}

.pagination > li > a, .pagination > li > span {
  margin-right: 5px !important;
  background: #8e6aea;
  padding: 7px;
  border-radius: 50%;
  color:#fff;
  text-decoration: none;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
  text-decoration: none;
}