@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.executive-dashboard-menus ul {
    padding-bottom: 15px;
    padding-left: 0;
  }
  .executive-dashboard-menus ul li {
    list-style-type: none;
    display: inline;
    padding-right: 60px;
    padding-left: 4px;
  }
  .executive-dashboard-menus ul li a.active {
    font-weight: 700;
    text-transform: uppercase;
  }
  .executive-dashboard-menus ul li a {
    text-transform: capitalize;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-decoration: none;
  }
  .executive-dashboard-menus ul li a:after {
    content: "";
    background: #333;
    width: 1px;
    height: 30px;
    position: absolute;
    left: auto;
    top: -8px;
    right: -32px;
  }
  .executive-dashboard-menus ul li:last-child a:after {
    content: "";
    opacity: 0;
  }