.notices-main .normal-button{
    background: transparent;
      margin-right: 10px;
  }
  
  .notices-main button.active {
    background-color: var(--main-color);
    color: #fff !important;
  }
  
  .custom-scroll .notify {
    color: #14297a !important;
    text-decoration: none !important;
  }
  

  @media (max-width: 767.98px) {
    .nav-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    /* scrollbar-width: thin; */
  }
  .nav-pills {
    flex: 0 0 auto;
  }
  }