.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.react-calendar-timeline .rct-outer {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

  .react-calendar-timeline .rct-scroll {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }

  .react-calendar-timeline .rct-item:hover {
    z-index: 88;
  }

  .react-calendar-timeline .rct-item .rct-item-content {
    position: sticky;
    position: -webkit-sticky;
    left: 0px;
    overflow: hidden;
    display: inline-block;
    padding: 0 6px;
    height: 100%;
  }

  .react-calendar-timeline .rct-sidebar {
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    background-color: #232323;
    color:white;
  }

  .react-calendar-timeline .rct-sidebar.rct-sidebar-right {
      border-right: 0;
  }

  .react-calendar-timeline .rct-sidebar .rct-sidebar-row {
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0;
    text-transform: uppercase;
    background-color: #232323;
    color:#ffffff;
  }

  /* Barra laterale */
  .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-odd {
    background: rgba(0, 0, 0, 0.20);
  }

  .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-even {
    background: transparent;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }

  /* Linee verticali */
  .react-calendar-timeline .rct-vertical-lines .rct-vl {
    position: absolute;
    border-left: 0.15px solid #232323;
    z-index: 30;
  }

  /* Inutile*/
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-vl-first {
      border-left-width: 1px solid #232323;
  }

  /* Weekend */
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-6, .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-0 {
      background: rgba(255, 255, 255, 0.02);
  }

  .react-calendar-timeline .rct-horizontal-lines {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
  }

  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even,
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    box-sizing: border-box;
    z-index: 40;
  }

  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    background: rgba(0, 0, 0, 0.05);
    background-color: #303030;
    border-bottom:solid 1px #232323;
  }

  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
      background: #303030;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      border-bottom:solid 1px #232323;
  }

  .react-calendar-timeline .rct-cursor-line {
    position: absolute;
    width: 2px;
    background: #2196f3;
    z-index: 51;
  }

  .react-calendar-timeline .rct-dateHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 10px;
    background-color: #232323;
    color:#ffffff;
    border-left: 1px solid #232323;
  }

  .react-calendar-timeline .rct-dateHeader-primary {
    background-color: #232323;
    color:#ffffff;
	height:10px;
  }

  .react-calendar-timeline .rct-header-root {
    border-bottom: 1px solid #232323;
    background-color: #232323;
    color:#ffffff;
}

  .react-calendar-timeline .rct-calendar-header {

}


.react-calendar-timeline .rct-dateHeader  > span{
    margin-left: -100%;
}

