.filter-panel-container {
  padding: 0px 0px 0px 16px;
  width: 100%;
  background: #f4f4f4;
  margin-top: -4px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding-left: 16px;

  .filter-panel__wrapper[data-filter-direction="bottom"] {
    &::after {
      top: -8px;
      right: 0;
      width: 40px;
      height: 4px;
      position: absolute;
      display: block;
      background-color: #f4f4f4;
      box-shadow: none;
      content: "";
    }
  }
  .filter-panel__header {
    width: 100%;
    padding: 12px 64px 12px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid var(--palette-gray-20);
  }
  .filter-panel__left {
    width: 200px;
    height: 340px;
    overflow: auto;
    box-shadow: 1px 0px 0px var(--palette-gray-20);
  }
  .filter-panel__right {
    .filter-panel__right-children {
      padding: 0 24px;
      height: 340px;
      overflow-y: auto;
      overflow-x: hidden;
    }
  }
}
