body .p-tabmenu {
    .p-tabmenu-nav-container {
        .p-tabmenu-nav-content {
            .p-tabmenu-nav {
                border-bottom: 1px solid #dedce5;
                padding: 0;
                border-style: none;
                overflow: auto;
                .p-menuitem-link {
                    height: 100%;
                    text-decoration: none;

                    .p-menuitem-text {
                        line-height: 1.5;
                    }
                }

                .p-tabmenuitem {
                    font-family: "Open Sans", sans-serif;
                    font-size: 14px;
                    min-height: 44px;
                    display: flex;
                    align-items: center;
                    padding: 0 8px;
                    cursor: pointer;
                    border-style: none;
                    .p-menuitem-link {
                        font-weight: 400;
                        color: #428bca;
                    }

                    &.p-highlight {
                        color: #212533;
                        border-color: #428bca;
                        font-weight: 700;
                    }

                    &.p-disabled {
                        color: #c1c1cc;
                    }
                    &-active {
                        border-bottom: 4px solid #428bca;
                        .p-menuitem-link {
                            color: #212533;
                            font-weight: 700;
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}
