.smitabnav {
    width: 100%;
    height: 35px;
    background-color: #f0f0f0;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: stretch;

    column-gap: 4px;
    padding: 4px;
  }

  .smitab {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
  }

  .smitab.active,
  .smitab:hover {
    background-color: white;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
      rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  }
