.gantt-chart{border:1px solid #e5e5e5;overflow-y:hidden;display:flex;flex-direction:column}.gantt-chart__workspace{position:relative;overflow-x:hidden;min-height:400px}.gantt-chart__labels{display:flex;flex-direction:row}.gantt-chart__label{min-width:120px;height:30px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:11px}.gantt-chart__label:last-child{border-right:none}.gantt-chart__separators{display:flex;flex-direction:row;flex:1;position:absolute}.gantt-chart__separator{border-right:1px solid #e5e5e5;min-width:120px;max-width:120px;width:120px}.gantt-chart__separator:last-child{border-right:none}.gantt-chart__rows{position:absolute;width:5760px}.gantt-chart__row{height:40px;display:flex;align-items:center}.gantt-chart__row,.gantt-chart__row_multiple{border-bottom:1px solid #e5e5e5}.gantt-chart__row:nth-child(odd),.gantt-chart__row_multiple:nth-child(odd){background:hsla(0,0%,89.8%,.3098039216)}.gantt-chart__bar{height:25px;display:flex;align-items:center;border-radius:4px;padding-left:10px;padding-right:10px;color:#333;position:absolute;justify-items:center}.gantt-chart__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center;margin-left:1.5rem!important}.gantt-chart__row:nth-child(1n) .gantt-chart__bar{background:linear-gradient(90deg,#f6e384,#de7b32)!important}.gantt-chart__bar:hover{cursor:pointer}.gantt-chart__row:nth-child(1n) .gantt-chart__bar:hover{background:linear-gradient(90deg,#de7b32,#de7b32)!important}.gantt-chart__bar .btn{position:absolute;margin-left:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.gantt-chart__bar .btn span{max-width:0;transition:max-width 1s;display:inline-block;vertical-align:top;white-space:nowrap;overflow:hidden}.gantt-chart__bar .btn:hover span{max-width:15rem;margin-left:.5rem!important}.gantt-chart__number{position:absolute;left:0;padding-top:2px;padding-bottom:2px;background:hsla(0,0%,39.2%,.4);padding-right:4px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:20px;border-bottom-right-radius:20px;color:#333;font-weight:600;border-right:1px solid #333;font-family:monospace;width:28px;text-align:center}.gantt-chart__padding_number{padding-left:20px}.card,.table-responsive{min-height:inherit!important}.table-warning .btn{display:none!important}.round{width:20px;height:20px;border-radius:10px}