.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.cashflow-row{position:relative}.cashflow-row.dragging{opacity:.5}.cashflow-row.drag-over{position:relative}.cashflow-row.drag-over:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background-color:#1976d2}input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;color:inherit;font:inherit;transition:border-color .3s cubic-bezier(.4,0,.2,1) 0ms}input[type=date]:hover{border-color:#000000de}input[type=date]:focus{border-color:#1976d2;border-width:2px;outline:none}input[type=date]:invalid{border-color:#d32f2f}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.54;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path fill="%23000000" d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:contain;width:18px;height:18px}input[type=date]::-webkit-datetime-edit{padding:0}input[type=date]::-webkit-inner-spin-button{display:none}.MuiOutlinedInput-root.Mui-error{border-color:#d32f2f}.custom-validation-message{position:absolute;bottom:-20px;left:0;color:#d32f2f;font-size:.75rem;white-space:nowrap;background-color:#fff;padding:2px 4px;border-radius:4px;z-index:1000;box-shadow:0 1px 3px #0000001f}body{--irr-border-color: rgba(0, 0, 0, .23);--irr-text-color: rgba(0, 0, 0, .87);--irr-hover-border-color: rgba(0, 0, 0, .87);--irr-focus-color: #1976d2;--irr-error-color: #d32f2f}@media (prefers-color-scheme: light){input[type=date]{background-color:transparent;border:1px solid var(--irr-border-color);color:var(--irr-text-color)}input[type=date]:hover{border-color:var(--irr-hover-border-color)}input[type=date]:focus{border-color:var(--irr-focus-color)}}@media (prefers-color-scheme: dark){body{--irr-border-color: rgba(255, 255, 255, .23);--irr-text-color: rgba(255, 255, 255, .87);--irr-hover-border-color: rgba(255, 255, 255, .87);--irr-focus-color: #90caf9;--irr-error-color: #f44336}input[type=date]{background-color:transparent;color:var(--irr-text-color)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.custom-validation-message{background-color:#000000de;color:#f44336}}.scenario-container{border-radius:8px;background-color:#f9f9f9;margin-bottom:2rem;overflow:hidden}.scenario-header{background-color:#1976d2;color:#fff;padding:12px 20px;font-weight:500;display:flex;align-items:center;justify-content:space-between}.scenario-header h3{margin:0;font-size:1.1rem}.scenario-body{padding:20px}.scenario-section{margin-bottom:20px}.scenario-section:last-child{margin-bottom:0}.timeline-container{position:relative;padding-left:40px}.timeline-container:before{content:"";position:absolute;left:12px;top:8px;bottom:8px;width:2px;background-color:#e0e0e0}.timeline-item{position:relative;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.timeline-item:last-child{border-bottom:none}.timeline-marker{position:absolute;left:-32px;top:4px;width:16px;height:16px;border-radius:50%;background-color:#1976d2;display:flex;align-items:center;justify-content:center}.timeline-marker.deposit{background-color:#f44336}.timeline-marker.return{background-color:#4caf50}.timeline-marker.final{background-color:#ff9800}.timeline-phase{font-weight:500;margin-bottom:6px;color:#333}.timeline-details{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:8px}.timeline-detail{display:flex;flex-direction:column}.timeline-label{font-size:.8rem;color:#666;margin-bottom:2px}.timeline-value{font-weight:500}.timeline-value.highlight{color:#1976d2}.return-calculation{background-color:#1976d20d;border-left:3px solid #1976d2;padding:8px 12px;margin-top:8px;font-size:.9rem;border-radius:4px}.scenario-summary{background-color:#f5f5f5;padding:16px;border-radius:8px;margin-top:24px}.scenario-buttons{display:flex;gap:12px;margin-top:20px}.scenario-collapsible{overflow:hidden;transition:max-height .3s ease}body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f4f4f4}.App{padding:20px}button,.DataGrid{margin-top:20px}.react-resizable{position:relative}.custom-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;background:#007bff;cursor:se-resize;border-radius:50%;border:2px solid #fff;box-shadow:0 0 5px #150909c3}.z-index-mainscreen{z-index:500}.z-index-subscreen{z-index:800}.z-index-subEntry{z-index:10000}
