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: hidden;
    height: 100%;
    padding-right:0px;
    padding-left:0px;
    position: relative;
  }
  .news-holder h1{
    margin: 0 0 5px;
    color: #5f5f62;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
  }
  .add-scroll{
    /* max-height: 400px; */
    overflow-y: auto;
    overflow: auto;
    height: 100%;
    position: relative;
  }
  .news-box{
    color: #263055;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0 0;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    position: -webkit-sticky;
  }
  .news-box:first-child{
    padding-top: 0px
  }
  .news-box p{
    margin: 0 0 10px;
  }
  .news-box h2,  .news-box h2 a{
    margin: 0 0 12px;
    color: #000 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
  }
  .news-box .date, .date a{
    color: #5f5f62;
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: inline-block;
  }
  .tag-holder{
    display: inline-block;
    margin-top: 5px;
    width: 100%;
  }
  .tag-holder a{
    color: blue;
    text-decoration: none;
    margin-left: 2px;
  }
  .tag-holder a:first-child{
    margin-left: 0;
  }
  .news-content{
    font-size: 12px;
    height: 63px;
    overflow: hidden;
    transform: scaleY(0.9);
    transform-origin: top;
    transition: height 0.26s ease-out, opacity 0.56s ease-out, transform 0.56s ease-out;
  }
  .show-more-less{
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: 500;
    color: #5f5f62;
    cursor: pointer;
    margin-top: -14px;
    z-index: 1;
    position: relative;
    margin-right: 9px;
    text-decoration: underline;
}
.height-auto{
    height: auto !important; /* or set a specific height */
    opacity: 1;
    transform: scaleY(1);
}
.pagination-loader{
    background: #f0f0f0;
    text-align: center;
    padding: 9px 0px;
    display:block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: fit-content;
}
.pagination-loader-top{
  top: 100px !important;
}
.dot-flashing{margin-left:50%;}
.gradient-box {
    height: 0px;
    border: 1px solid #f2f2f2;
}
.tag-holder .tag{
    background: #d0e6ba;
    padding: 3px 8px;
    border-radius: 12px;
    color: #696969;
    margin-left: 2px;
    font-size: 11px;
}
.topics{
    margin-bottom: 5px;
    float: left;
    margin-right: 12px;
}
.classifications{
    float: right;
}
.classifications .tag{
    color: #696969;
    background: #a9d7ff;
}
.filters{
  padding-left:20px;
  margin-bottom: 20px;
  display: flow-root;
}
.classification-dd{float:left;}