/* ONL TAB */
.onl-tab{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 2px solid rgba(34,36,38,.15);
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: #fff;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    box-shadow: 0 1px 2px 0 rgb(34 36 38 / 15%);
    border-radius: .28571429rem;
    height: 38px;
  }
  
  .onl-tab .onl-tab-item{
    width: 33%;
    float: left;
    text-align: center;
  
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: .92857143em 1.14285714em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    border-bottom-color:transparent;
    cursor:pointer;
  }
  
  .onl-tab .onl-tab-active{
    background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: currentColor;
      font-weight: 700;
      color: rgba(0,0,0,.95);
  
      border-bottom: solid 2px black;
      border-radius: 0;
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin: 0 0 -2px;
      padding: .85714286em 1.14285714em;
      border-bottom-width: 2px;
  }