/*
 * Copyright (c) 2010, 2025 BSI Business Systems Integration AG
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 */
.calendar-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 0;
  overflow: hidden;
  position: relative;
  height: 100%;

  & > .splitter {
    padding-right: 10px;
  }

  & > .splitter.invisible {
    height: 0;
  }

  & > .resource-panel-container {

    & > .form-field > .field > .tree {
      border: none; // remove border
      --table-focus-box-shadow-size: 0;

      & > .tree-data > .tree-node.selected {
        background-color: transparent;

        &:after {
          border: none transparent;
        }
      }
    }
  }

  .year-panel-container > .scroll-shadow.bottom {
    --scroll-shadow-bottom: inset 0 -20px var(--scroll-shadow-bottom-blur-spread-color);
    --scroll-shadow-bottom-blur-spread-color: 15px -15px @background-color;
  }
}
