html,body{
    height: 100%;
    margin: 0;
  }
  body{
    /* min-width: 320px; */
    font-size: 15px;
    line-height: 1.73333333;
    font-family: 'Open Sans', sans-serif;
  }
  * {
    box-sizing: border-box;
  } 
  .wrapper{
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
  }
  /* style for news section  */
  .news-holder{
    padding: 20px;
    /* background: #f4f5fd; */
    background: #fff;
    /* border-radius: .65rem; */
    /* font-family: 'Roboto', sans-serif; */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    /* box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 1px rgba(0,0,0,0.14), 0px 1px 3px 1px rgba(0,0,0,0.12); */
    /* overflow: auto; */
    height: 100%;
  }
  .news-holder h1{
    margin: 0 0 10px;
    color: #5f5f62;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
  }
  .add-scroll{
    /* max-height: 400px; */
    overflow-y: auto;
  }
.pagination-loader{
    background: #f0f0f0;
    text-align: center;
    padding: 9px 0px;
    display:block;
}
.dot-flashing{margin-left:50%;}
.gradient-box {
    height: 4px;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #E8E8E8);
    opacity: 0.8;
    margin-top: -7px;
    padding: 5px;
    border-radius: 6px;
}