.tab-pane {
    scroll-margin-top: 12em;
}

.simple-tabs-block ul {
    margin: 2em 0;
    display: flex;
    width: fit-content;

    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 180, 0.15), 0 6px 12px 0 rgba(24, 94, 180, 0.15);
    padding: 0.75rem;
    border-radius: 99px;
}
.simple-tabs-block ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.simple-tabs-block ul li a,
.simple-tabs-block ul li a:link {
    background-color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    text-decoration: none;
    padding: 0.75em 1em;
}

.simple-tabs-block ul li a.active {
    background-color: #e6eef9;
    transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.simple-tabs-block ul li a, .simple-tabs-block.simple-tabs-block-collapsible .simple-tabs-block-nav li.simple-tabs-block-selected a {
  cursor: pointer;
}

.simple-tabs-block .ui-tabs-hide {
  display: none !important;
}

.simple-tabs-block .ui-tabs-panel {
  overflow: hidden;
  /*
  clear: both;
  float: left;
  /**/
  background: #fff;
  padding: 16px 0;
  width:100%;
}
