.ml-tabs {
  position: relative;
  width: 100%;
  &_nav {
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
  }
  &_content {
    box-sizing: border-box;
    padding: 5px 0;
    width: 100%;
  }
}
