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


html,
body {
    height: 100%;
    font-family:  Poppins  !important;
    overflow:auto !important; 
    line-height: 1.8 !important;    
    background: #f6f9fb;
}
 
 .pagination{   
    margin: auto;
    width: 100%;
    padding-left: 33px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  
  .pagination > li > a, .pagination > li > span {
    margin-right: 5px !important;
    background: #0daab3;
    padding: 9px;
    border-radius: 30%;
    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;
  }
