.es-new-pf-settings {
  max-width: 720px;
  margin: 0 auto
}

.es-new-pf-settings-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px
}

.es-new-pf-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px
}

.es-new-pf-settings-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #111827
}

.es-new-pf-title {
  font-size: 18px
}

.es-new-pf-subtitle {
  color: #6b7280;
  font-weight: 600
}

.es-new-pf-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f3f4f6;
  color: #111827;
  font-weight: 700
}

.es-new-pf-settings-body {
  margin-top: 8px
}

.es-new-pf-settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #e5e7eb
}

.es-new-pf-settings-label {
  color: #6b7280
}

.es-new-pf-settings-value {
  color: #111827;
  font-weight: 600
}

.es-new-pf-settings-value--strong {
  font-weight: 800
}

.es-new-pf-settings-actions {
  margin-top: 16px
}

.es-new-pf-inline-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  color: #9ca3af
}

.es-new-pf-link.is-disabled {
  color: #9ca3af;
  pointer-events: none;
  text-decoration: line-through
}

.es-new-pf-manage-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.es-new-pf-manage-header__back {
  border: none;
  background: #f3f4f6;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease
}

.es-new-pf-manage-header__back:hover {
  background: #e5e7eb;
  color: #111827
}

.es-new-pf-manage-header__back:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px
}

.es-new-pf-manage-header__back[disabled] {
  opacity: .4;
  cursor: not-allowed
}

.es-new-pf-manage-header__back-icon {
  font-size: 18px;
  line-height: 1
}

.es-new-pf-manage-header__title {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #111827
}

.es-new-pf-manage-header__import {
  border: none;
  border-radius: 999px;
  padding: 10px 18px;
  background: #111827;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease
}

.es-new-pf-manage-header__import:hover {
  background: #1f2937
}

.es-new-pf-manage-header__import:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px
}

.es-new-pf-manage-header__import[disabled] {
  opacity: .45;
  cursor: not-allowed
}

.es-new-pf-manage-header__import[disabled]:hover {
  background: #111827
}

.es-new-pf-button--block {
  display: block;
  width: 100%
}

.es-new-pf-chart-fallback {
  text-align: center;
  padding: 24px;
  color: #6b7280;
  font-weight: 500
}

.es-new-pf-overview-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr)
}

.es-new-pf-overview-stats {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.es-new-pf-overview-layout:not(.has-stats) .es-new-pf-overview-stats {
  display: none
}

.es-new-pf-overview-chart {
  position: relative;
  width: 100%;
  min-height: 360px
}

.es-new-pf-overview-stats .es-portfolio-grey-card-grid {
  max-width: none;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.es-new-pf-brokerage-hint {
  margin-top: 16px;
  text-align: center;
}

.es-new-pf-range-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px
}

.es-new-pf-range-button {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s ease
}

.es-new-pf-range-button:hover {
  border-color: #2563eb;
  color: #2563eb
}

.es-new-pf-range-button.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff
}

.es-new-pf-range-button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px
}

.es-new-pf-form {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px
}

.es-new-pf-alert {
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  line-height: 1.4;
  background: #f3f4f6;
  color: #111827
}

.es-new-pf-alert--success {
  background: #ecfdf5;
  color: #047857
}

.es-new-pf-alert--error {
  background: #fef2f2;
  color: #b91c1c
}

.es-new-pf-form .form-control {
  width: 100%;
  box-sizing: border-box;
}

.es-new-pf-sector {
  box-sizing: border-box;
  max-width: 100%;
}

.es-sector-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.es-sector-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
}

.es-sector-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

.es-sector-legend {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.es-sector-legend-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px
}

.es-sector-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%
}

.es-sector-label {
  flex: 1;
  margin-left: 8px;
  color: #111827;
  font-weight: 500
}

.es-sector-weight {
  margin-left: 12px;
  color: #111827;
  font-feature-settings: "tnum" on, "lnum" on
}

.es-country-map {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 2.2/1;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}

.es-country-map .jsvmap-container {
  width: 100% !important;
  height: 100% !important
}

.es-country-map svg {
  width: 100% !important;
  height: 100% !important
}

@media (max-width: 768px) {
  .es-sector-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .es-sector-chart {
    max-width: 100%;
  }

  .es-country-map {
    max-width: 100%;
    aspect-ratio: 3/2;
  }

  .es-sector-legend-row {
    padding: 10px
  }

  .es-new-pf-overview-layout {
    gap: 16px
  }
}

@media (min-width: 769px) {
  .es-new-pf-overview-layout.has-stats {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    align-items: start
  }
}

@media (min-width: 1200px) {}

.es-new-pf-broker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px
}

.es-new-pf-broker-card {
  display: block;
  position: relative
}

.es-new-pf-broker-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.es-new-pf-broker-content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  transition: all .2s ease;
  cursor: pointer
}

.es-new-pf-broker-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6
}

.es-new-pf-broker-name {
  font-weight: 600;
  color: #111827
}

.es-new-pf-broker-card input:checked+.es-new-pf-broker-content {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2)
}

.es-new-pf-broker-card:hover .es-new-pf-broker-content {
  border-color: #2563eb
}

.es-new-pf-broker-card input:focus-visible+.es-new-pf-broker-content {
  outline: 2px solid #2563eb;
  outline-offset: 2px
}

.es-pf-items ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.es-pf-items li {
  list-style: none
}

.es-pf-items li[role=button] {
  cursor: pointer
}

.es-pf-items li>div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease
}

.es-pf-items li>div>p {
  margin: 0
}

.es-pf-items li .info {
  color: #6b7280;
  font-size: .875rem
}

.es-pf-items li.is-active>div,
.es-pf-items li>div:hover,
.es-pf-items li[role=button]:focus-visible>div {
  background: #fff4e5;
  border-color: transparent
}

.es-pf-items li[role=button]:focus-visible>div {
  outline: none
}





.es-portfolio-grey-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  background: #f2f2f2
}

.es-portfolio-grey-card-grid.es-portfolio-white-bg {
  background: #fff
}

.es-portfolio-grey-card-grid>div {
  text-align: center;
  padding: 10px
}

.es-portfolio-grey-card-grid>div span {
  font-weight: 700
}

.es-xtra-small {
  font-size: 13px;
  font-weight: 400
}

.es-new-pf-holdings .holdings-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
  cursor: pointer
}

.es-new-pf-holdings .holdings-item:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px
}

.es-new-pf-holdings .holdings-item.is-active {
  background: #f9fafb;
  border-color: #dbeafe;
  box-shadow: 0 0 0 1px #dbeafe
}

.es-new-pf-holdings .holdings-item .h-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.es-new-pf-holdings .holdings-item .h-info strong {
  font-weight: 600;
  color: #111827
}

.es-new-pf-holdings .holdings-item .h-info small {
  color: #6b7280;
  font-size: 13px
}

.es-new-pf-holdings .holdings-item .h-numbers {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: #111827
}

.es-new-pf-holdings .holdings-item .h-numbers a {
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: background-color .2s ease, color .2s ease
}

.es-new-pf-holdings .holdings-item .h-numbers a:hover {
  background: #f3f4f6;
  color: #6b7280
}

.es-new-pf-holdings .holdings-item.is-active .h-numbers a {
  color: #6b7280
}

.es-new-pf-table-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px
}

.es-new-pf-column-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.es-new-pf-column-toggle__button {
  appearance: none;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.es-new-pf-column-toggle__button::after {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: currentColor;
  transform: translateY(2px);
}

.es-new-pf-column-toggle__button:hover,
.es-new-pf-column-toggle__button:focus {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111827;
}

.es-new-pf-column-toggle__button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.es-new-pf-column-toggle.is-open .es-new-pf-column-toggle__button {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111827;
}

.es-new-pf-column-toggle.is-open .es-new-pf-column-toggle__button::after {
  transform: rotate(180deg) translateY(-2px);
}

.es-new-pf-column-toggle__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 200px;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  padding: 12px;
  z-index: 30;
}

.es-new-pf-column-toggle__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.es-new-pf-column-toggle__item {
  margin: 0;
  padding: 0;
}

.es-new-pf-column-toggle__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #111827;
  cursor: pointer;
}

.es-new-pf-column-toggle__option input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: #f28c00;
}

.es-new-pf-table-controls__label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280
}

.es-new-pf-table-controls__option {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #111827
}

.es-new-pf-table-controls__option input {
  margin: 0
}

.es-new-pf-holdings-table-wrapper {
  overflow-x: auto;
  margin-top: 12px
}

.es-new-pf-holdings-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden
}

.es-new-pf-holdings-table thead th {
  text-align: left;
  padding: 12px 16px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600
}

.es-new-pf-holdings-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  color: #111827
}

.es-new-pf-holdings-table.nowrap th,
.es-new-pf-holdings-table.nowrap td,
.es-new-pf-transactions-table.nowrap th,
.es-new-pf-transactions-table.nowrap td {
  white-space: nowrap
}

.es-new-pf-holdings-security-link {
  color: #555555;
  text-decoration: none;
  font-weight: 600
}

.es-new-pf-holdings-security-link:hover,
.es-new-pf-holdings-security-link:focus {
  color: #FF9900;
  text-decoration: underline
}

.es-new-pf-holdings-cell--standards {
  font-size: 16px
}

.es-new-pf-holdings-profit-cell {
  font-weight: 600
}

.es-new-pf-holdings-profit--positive {
  background-color: #d7ecbe
}

.es-new-pf-holdings-profit--negative {
  background-color: #f5aca7
}

.es-new-pf-holdings-empty {
  padding: 24px 16px;
  text-align: center;
  color: #6b7280;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fff
}

.es-new-pf-holdings-empty.is-loading {
  color: #111827;
  border-style: solid;
  border-color: #d1d5db
}

.es-new-pf-holdings-empty.is-error {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fef2f2
}

.es-new-pf-transactions-table-wrapper {
  overflow-x: auto;
  margin-bottom: 16px
}

.es-new-pf-transactions-empty {
  padding: 24px 16px;
  text-align: center;
  color: #6b7280;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  background: #fff
}

.es-new-pf-transactions-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.es-new-pf-transactions-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #111827
}

.es-new-pf-transactions-heading strong {
  font-size: 18px;
  font-weight: 700
}

.es-new-pf-transactions-heading span {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em
}

.es-new-pf-transactions-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden
}

.es-new-pf-transactions-table thead th {
  text-align: left;
  padding: 12px 16px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600
}

.es-new-pf-transactions-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
  vertical-align: middle;
  font-size: 14px;
  color: #111827
}

.es-new-pf-transactions-table tbody td:first-child strong {
  display: block;
  font-weight: 600
}

.es-new-pf-transactions-table tbody td:first-child span {
  display: block;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 2px
}

.es-new-pf-transactions-table tbody td strong {
  font-weight: 700
}

.es-new-pf-transactions-table tbody tr:hover {
  background: #f9fafb
}

.es-new-pf-transaction-action {
  background: transparent;
  border: none;
  color: #9ca3af;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color .2s ease, color .2s ease;
  cursor: not-allowed
}

.es-new-pf-transaction-action:hover {
  background: #f3f4f6;
  color: #6b7280
}

.es-new-pf-transaction-action[aria-disabled="true"] {
  cursor: not-allowed
}

.es-new-pf-transaction-action .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.es-new-pf [data-es-add-transaction-form].is-loading {
  position: relative
}

.es-new-pf [data-es-add-transaction-form].is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .65);
  border-radius: inherit;
  z-index: 1
}

.es-new-pf [data-es-add-transaction-form].is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  border: 3px solid rgba(6, 100, 255, .25);
  border-top-color: #0664ff;
  animation: es-new-pf-spinner .8s linear infinite;
  z-index: 2
}

.es-new-pf-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, .6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 24px
}

.es-new-pf-loading-overlay.is-active {
  display: flex
}

.es-new-pf-loading-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #fff
}

.es-new-pf-loading-overlay__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  animation: es-new-pf-spinner .9s linear infinite
}

.es-new-pf-loading-overlay__message {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4
}

.es-new-pf-news {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.es-new-pf-news-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
}

.es-new-pf-news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease
}

.es-new-pf-news-item--featured {
  grid-column: 1/-1;
  flex-direction: row;
  align-items: stretch
}

.es-new-pf-news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12)
}

.es-new-pf-news-item--no-image .es-new-pf-news-body {
  padding-top: 24px
}

.es-new-pf-news-image {
  position: relative;
  padding-top: 56.25%;
  background: #f3f4f6;
  overflow: hidden
}

.es-new-pf-news-item--featured .es-new-pf-news-image {
  flex: 0 0 320px;
  padding-top: 0;
  aspect-ratio: 16/9;
  min-height: 220px
}

.es-new-pf-news-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.es-new-pf-news-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  flex: 1
}

.es-new-pf-news-item--featured .es-new-pf-news-body {
  padding: 24px
}

.es-new-pf-news-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #111827
}

.es-new-pf-news-link {
  color: inherit;
  text-decoration: none
}

.es-new-pf-news-link:hover {
  text-decoration: underline
}

.es-new-pf-news-meta {
  font-size: 13px;
  color: #6b7280
}

.es-new-pf-news-summary {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.es-new-pf-news-item--featured.es-new-pf-news-item--no-image {
  flex-direction: column
}

.es-new-pf-news-item--featured.es-new-pf-news-item--no-image .es-new-pf-news-body {
  padding-top: 24px
}

@media (max-width: 768px) {
  .es-new-pf-news-item--featured {
    flex-direction: column
  }

  .es-new-pf-news-item--featured .es-new-pf-news-image {
    flex-basis: auto;
    width: 100%;
    min-height: auto
  }

  .es-new-pf-tabs .e-n-tabs-heading {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 0 !important;
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .es-new-pf-tabs .e-n-tabs-heading button {
    margin: 5px !important;
    padding: 7px 25px !important;
  }


  #es-new-pf-holdings-tab-container,
  #es-new-pf-transactions-tab-content {
    overflow: scroll;
  }


}

@media (max-width: 500px) {
  .es-portfolio-grey-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}


@keyframes es-new-pf-spinner {
  to {
    transform: rotate(360deg)
  }
}

.es-new-pf-table-section {
  margin-top: 32px;
}

.es-new-pf-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.es-new-pf-table-scroll table {
  width: 100%;
  min-width: 520px;
}