.timeline-container{display:flex;flex-direction:column;width:100%;height:104px;position:relative}.timeline-row-bars{flex-direction:row;height:80px;width:100%}.bars-cell,.timeline-row-bars{display:flex;align-items:flex-end}.bars-cell{width:24px;height:100%;justify-content:center;gap:1px;cursor:pointer}.timeline-day.weekend{background-color:transparent}.day-cell.weekend .day-number{background:linear-gradient(180deg,#BBBBBB,#FFFFFF);border-top-color:rgba(0,0,0,.55)}.timeline-row-days{display:flex;height:24px;width:100%}.day-cell{width:24px;position:relative}.timeline-bar{width:8px;height:100%;margin-right:1px}.day-number{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:400;color:#333;border-top:1px solid #a1a1a1;z-index:1}.day-cell:before{left:0}.day-cell:before,.timeline-row-days .day-cell:last-child:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(180deg,#A1A1A1 0,rgba(161,161,161,0));z-index:2;pointer-events:none}.timeline-row-days .day-cell:last-child:after{right:0}.timeline-row-months{position:relative;height:20px;width:100%;margin-top:0;padding-top:2px}.timeline-month-label{position:absolute;font-size:1rem;font-weight:500;white-space:nowrap;top:2px;color:#666}.day-cell[data-tooltip-id]{cursor:pointer}