body .p-tabs {
    overflow: auto;
    .p-tablist {
        .p-tab {
            min-height: 44px;
            padding: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px;
            border-style: none;
            span {
                color: #428bca;
                font-weight: 400;
            }
            &-active {
                border-bottom: 4px solid #428bca;
                span {
                    color: #212533;
                    font-weight: 700;
                    font-size: 14px;
                }
            }
        }
        &-tab-list {
            border: none;
        }
    }
}
