

.custom-tabs {
  /* position:relative; */
  /* background-color: white; */
  /* margin-top:10px;
  margin-bottom:0; */
  /* display: inline-flex !important; */
  margin: 0px auto;
  padding: 0px auto;
  text-align: center;
  /* border-radius: 5px 5px 0px 0px; */
  /* opacity: 0.98; */
  /* z-index: 1000; */
  /* border-top-left-radius: 3px;
  border-bottom: 1px solid #d6d6d6; */
}

.custom-tab {
    /* color: #ffd700; */
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 3px solid transparent !important;
    border-left: 0px solid lightgrey !important;
    border-right: 0px solid lightgrey !important;
    border-bottom: 0px !important;
    /* background-color: white !important; */
    padding: 12px !important;
    font-family: "Roboto";
    line-height: 1.0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5 rem;
    /* font-weight: 500; */
    height: 70px;

}

.custom-tab:hover {
    background-color: lightblue !important;
    /* #c1c2c3 */
}

.custom-tab--selected {
    color: black;
    font-weight: 600;
    box-shadow: 1px 1px 0px white;
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-top: 1px solid lightgrey !important;
    border-bottom: 3px solid #ffd700 !important;
}


.fy-tab {
    /* color:#586069; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 3px solid transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    background-color: white !important;
    padding: 12px !important;
    font-family: "system-ui";
    line-height: 1.0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5 rem;
    max-width: 120px;

}

.page-navigation {
  text-align: center;
}


.page-nav-button {
  padding: 16px 6px !important;
  line-height: 1.2rem;
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.4rem !important;
  font-weight: 500;
  margin: auto 2px;
  /* margin-bottom: auto; */
  /* color: black !important; */
  text-decoration: none !important;
  cursor: pointer;}

.page-nav-button:hover {
    color: #f8a500 !important;
    transform: scale(1.5);
}
/* .page-nav-button a > img:hover {
    border: none !important;
} */

.nav-icon {
  height:40px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
}
