.form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px}.loader-container{display:flex;justify-content:center;align-items:center}.loader{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div{font-family:Arial,sans-serif}.notes-section{margin-bottom:2rem}.notes-section h2{color:#333;font-size:24px}.note{background-color:#f9f9f9;border-left:5px solid #007bff;margin:10px 0;padding:10px 15px;border-radius:5px}form{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:500px;margin:auto}form h2{color:#333;font-size:24px;margin-bottom:20px}form label{font-weight:700;margin-top:10px}.form-container1{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:95%}.client-account-div{display:flex;justify-content:space-between;width:100%;margin:5px 0}.form-button1{width:20%;padding:10px;margin:20px 30px 20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button1:hover{background-color:#287272}.form-container-agents-details{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:95%}.client-account-div-agents-details{display:flex;justify-content:space-between;width:100%;margin:5px 0}.form-button2-agents-details{width:20%;padding:10px;margin:20px 0;background-color:red;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button2-agents-details:hover{background-color:#b60101}.form-button3-agents-details{width:200px;padding:10px;margin:20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button3-agents-details:hover{background-color:#287272}.form-input1-client-details{padding:10px;margin:10px 10px 10px 0;border:1px solid rgb(68,92,92);color:#445c5c;border-radius:4px;box-sizing:border-box;width:200px}.presentation_photo{width:100%}.line-container{border-width:2px;border-style:solid;display:flex;width:90%;margin-left:5%;margin-right:5%;align-items:center}.line-container>p{width:25%;padding-left:10px}.mamaMia{border-radius:10px;border-width:2px;border-style:solid}.form-container2{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:95%}#form-container3{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:0;box-shadow:0 0 #0000;padding:0;margin:0;width:100%;max-width:100%}.client-account-div{display:flex;justify-content:space-between;width:100%;margin:5px 0;align-items:center}.client-accounts-button-row{display:flex;justify-content:left;width:100%}.form-button2{width:20%;padding:10px;margin:20px 30px 20px 0;background-color:red;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button2:hover{background-color:#b60101}.form-input1{padding:10px;margin:10px 10px 10px 0;border:1px solid rgb(68,92,92);color:#445c5c;border-radius:4px;box-sizing:border-box;width:200px}.form-button3{width:200px;padding:10px;margin:20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button3:hover{background-color:#287272}.client-account-div-to4{display:flex;width:100%;align-items:center;padding:10px 0}.client-account-div-to4>p{width:25%}.form-button{width:95%;padding:10px;margin:20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button:hover{background-color:#287272}.form-input{width:90%;padding:10px;margin:10px 0;border:1px solid rgb(68,92,92);color:#445c5c;border-radius:4px;box-sizing:border-box}.note-container{padding:10px;margin:20px 0;border:1px solid #ccc;border-radius:5px}.note-title{color:#333}.note-content{color:#666}.note-date{color:#999;font-size:.8rem}.delete-button{background-color:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s}.delete-button:hover{background-color:#d32f2f}.form-container-agent-info{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:50px auto;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:70%}.form-input-agent-info{width:90%;padding:10px;margin:10px 0;border:1px solid rgb(68,92,92);color:#445c5c;border-radius:4px;box-sizing:border-box}.form-container-agent-info-div{display:flex;width:100%;justify-content:left;margin-left:10%;color:#445c5c}.form-button-agent-info{width:95%;padding:10px;margin:20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button-agent-info:hover{background-color:#287272}.sidebar{width:60px;background-color:#f7f4f4;color:#445c5c;padding:20px;position:fixed;height:100vh;top:0;left:0;box-shadow:2px 0 5px #0003;z-index:1000;display:flex;flex-direction:column;transition:width .3s ease-in-out;box-sizing:unset}.sidebar:hover{width:250px}.sidebar-header{margin-bottom:30px;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap}.sidebar-header #SidebarBarIcon{font-size:24px;margin-right:10px;transition:margin-right .3s ease}.sidebar:not(:hover) .sidebar-header #SidebarBarIcon{transform:translate(60px)}.sidebar:hover .sidebar-header #SidebarBarIcon{transform:translate(0);opacity:0}.sidebar-header h2{color:#445c5c;margin:0;font-size:1.5em;transition:opacity .3s ease,transform .3s ease}.sidebar:not(:hover) .sidebar-header h2{opacity:0;transform:translate(-20px)}.sidebar:hover .sidebar-header h2{opacity:1;transform:translate(-70px)}.sidebar-section-group{margin-bottom:15px}.sidebar-section-name{font-size:.8em;color:#445c5c;margin:30px 0 5px;padding-left:5px;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:opacity .3s ease,transform .3s ease}.sidebar:not(:hover) .sidebar-section-name{opacity:0;transform:translate(-20px)}.sidebar:hover .sidebar-section-name{opacity:1;transform:translate(0)}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:5px}.sidebar-link{color:#445c5c;text-decoration:none;padding:10px 15px;display:flex;align-items:center;border-radius:5px;transition:background-color .3s ease}.sidebar-link:hover{background-color:#445c5c;color:#fff}.sidebar-nav li.active .sidebar-link{color:#fff;background-color:#445c5c}.sidebar:hover .sidebar-nav li.active .sidebar-link{background-color:#fff;color:#445c5c}.sidebar .sidebar-nav li.active .sidebar-link:hover{background-color:#445c5c;color:#fff}.sidebar-icon{font-size:20px;margin-right:10px;min-width:20px;text-align:center;opacity:1;transform:translate(0);transition:margin-right .3s ease}.sidebar:not(:hover) .sidebar-icon{margin-right:0}.sidebar-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:opacity .3s ease,width .3s ease,transform .3s ease;width:auto}.sidebar:not(:hover) .sidebar-text{opacity:0;width:0;transform:translate(-20px);pointer-events:none}.sidebar-footer{margin-top:auto;padding-top:20px;border-top:1px solid #444;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:opacity .3s ease,transform .3s ease}.sidebar:not(:hover) .sidebar-footer{opacity:0;transform:translate(-20px);pointer-events:none}.sidebar:hover .sidebar-footer{opacity:1;transform:translate(0);pointer-events:auto}*{margin:0;padding:0;box-sizing:border-box}#inputBox{height:50%}#controlsBox{height:20%;border-top:1px solid rgb(68,92,92);border-bottom:1px solid rgb(68,92,92);box-shadow:2px 0 20px #0003;justify-content:space-evenly;align-items:center}#databaseBox{height:30%;padding:0 10px;overflow-y:scroll}#databaseBox::-webkit-scrollbar{display:none}.boxHeader{margin-left:20px;margin-top:10px;font-size:.8em;text-transform:uppercase;font-weight:700;color:#445c5c}#controlsBox>div{display:flex;width:40%;height:40%;padding:20px;justify-content:space-evenly;align-items:center;border-radius:20px;border:solid 2px rgb(68,92,92)}.formBox{width:100%;height:100%;margin-top:10px;padding-left:5px;padding-right:5px;padding-bottom:40px;overflow-y:scroll;color:#445c5c}.formBox::-webkit-scrollbar{display:none}#createDatabaseButton{display:flex;width:100%;padding:5px;text-transform:uppercase;color:#445c5c;border:0;border-radius:0;justify-content:center;align-items:center;background-color:#fff;cursor:pointer}#createDatabaseButton:hover{background-color:#445c5c;color:#fff}.control-button-database{display:flex;cursor:pointer;background-color:#445c5c;width:40%;height:40%;justify-content:space-evenly;align-items:center;border-radius:12px}.control-button-database:hover{background-color:#287272}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.tableBox{background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:2px 2px 5px #0003;min-width:400px;font-family:sans-serif}.tableBox h2{background-color:#445c5c;margin:0;padding:10px;text-align:center;border-bottom:1px solid #eee;font-size:1.2em;color:#fff;border-top-left-radius:7px;border-top-right-radius:7px}.headerBox{display:flex;justify-content:space-around;align-items:center;padding:5px 0;background-color:#e9e9e9;border-bottom:1px solid #ddd;font-weight:700;font-size:.85em;color:#445c5c;white-space:nowrap}.headerBox span{flex:1;text-align:center;overflow:hidden;font-size:10px}.ContentBox{display:flex;align-items:center;justify-content:space-around;padding:8px 0;border-bottom:1px solid #eee;background-color:#fff;position:relative;min-height:40px;font-size:.9em;color:#445c5c}.ContentBox:last-child{border-bottom:none}.ContentBox span{flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.react-flow__handle{background:#445c5c;width:12px;height:12px;border-radius:50%;transform:translateY(-50%);top:50%;z-index:1000;border:1px solid white;transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.react-flow__handle-left{left:-6px}.react-flow__handle-right{right:-6px}.react-flow__handle-valid{background-color:#28a745;border-color:#28a745}.react-flow__handle-connecting.react-flow__handle-invalid{background-color:#dc3545;border-color:#dc3545}.selected-field{background-color:#e0f2f7;font-weight:700;border-radius:3px;box-shadow:0 0 5px #0096c84d;transition:background-color .2s ease-in-out}.selected-node{border:2px black solid}.database-field{display:flex;justify-content:space-between;padding:10px;background-color:#fff;color:#445c5c;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.database-field:hover{color:#fff;background-color:#445c5c}.activeDatabase{border-left:10px solid rgb(68,92,92);padding-left:5px}.save-icon{margin-right:10px}.database-actions{display:flex;align-items:center}.sales-type-switcher{display:flex;border:1px solid #ccc;border-radius:5px;overflow:hidden;width:fit-content;margin:10px 0;background-color:#f9f9f9;width:100%}.switcher-button{flex:1;padding:8px 15px;background-color:transparent;border:none;cursor:pointer;font-size:14px;color:#555;transition:background-color .2s,color .2s;white-space:nowrap}.switcher-button:first-child{border-right:1px solid #ccc}.switcher-button:not(:first-child){border-left:none}.switcher-button:hover{background-color:#445c5c;color:#fff}.switcher-button.active{background-color:#445c5c;color:#fff;font-weight:700}.custom-table-node{border:1px solid #ddd;border-radius:5px;background-color:#fff;box-shadow:0 2px 5px #0000001a;min-width:200px;font-size:13px;overflow:hidden}.custom-table-node.selected-node{border-color:#007bff;box-shadow:0 0 0 2px #007bff}.node-header{background-color:#445c5c;padding:8px 10px;border-bottom:1px solid #ddd;font-weight:700;display:flex;align-items:center;justify-content:space-between}.node-label{flex-grow:1;color:#fff;font-size:20px}.node-info{cursor:help;margin-left:5px;color:#888}#node-title{color:#fff}.wide-sales-content{display:flex;flex-direction:column}.columns-header{display:flex;background-color:#e9ecef;border-bottom:1px solid #dee2e6}.column-header-item{padding:6px 8px;border-right:1px solid #dee2e6;font-weight:700;text-align:center;flex-grow:1;width:200px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;cursor:pointer;position:relative}.column-header-item:last-child{border-right:none}.column-header-item .column-name{margin-right:5px}.column-header-item.selected-column{background-color:#cce5ff}.column-header-item .icon-pk,.column-header-item .icon-unique,.column-header-item .icon-not-nullable{font-size:.9em;margin-left:3px;color:#007bff}.rows-container{overflow-y:auto}.table-row{display:flex;border-bottom:1px solid #f0f0f0;cursor:pointer}.table-row:last-child{border-bottom:none}.table-row.selected-row{background-color:#e0eaff}.table-cell{padding:6px 8px;border-right:1px solid #f0f0f0;flex-grow:1;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.table-cell:last-child{border-right:none}.table-cell.selected-cell{background-color:#adf;border:1px solid #007bff}.empty-rows-message{padding:15px;text-align:center;color:#888;font-style:italic}.react-flow__handle{width:10px;height:10px}.formBox input[type=text],.formBox select,.formBox input[type=number],.formBox textarea{width:100%;padding:8px;margin-top:5px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.formBox input[type=checkbox]{margin-right:5px}.formBox label{margin-top:10px;display:block;font-weight:700}.formBox input[type=submit]{background-color:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:15px;width:100%}.formBox input[type=submit]:hover{background-color:#0056b3}.formBox .flex-row-label{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:5px}.form-button3-sales{width:95%;padding:10px;margin:20px 0;background-color:#445c5c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}.form-button3-sales:hover{background-color:#287272}.form-button2-sales{background-color:red;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:15px;width:100%}.form-button2-sales:hover{background-color:#b60101}.form-submit-sales-button{background-color:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:15px;width:100%}.form-submit-sales-button:hover{background-color:#0056b3}#controlsBoxSales{height:20%;border-top:1px solid rgb(68,92,92);border-bottom:1px solid rgb(68,92,92);box-shadow:2px 0 20px #0003;justify-content:space-evenly;align-items:center}.deep-sales-button-first-half{width:30%;height:100%;display:flex;font-size:30px;align-items:center;justify-content:center;color:#fff}.deep-sales-button-second-half{width:70%;font-size:13px;height:100%;justify-content:center;align-items:center;display:flex;font-weight:700;color:#fff}.control-button-sales{display:flex;cursor:pointer;background-color:#445c5c;width:40%;height:40%;justify-content:space-evenly;align-items:center;border-radius:12px}.control-button-sales:hover{background-color:#287272}.deep-sales-node{border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 4px 8px #0000001a;padding:10px;min-width:180px;max-width:250px;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;color:#333;position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease-in-out}.selected-node{border-color:#007bff;box-shadow:0 0 0 2px #007bff,0 6px 12px #00000026;transform:translateY(-2px)}.node-header{display:flex;align-items:center;justify-content:center;margin-bottom:8px;padding-bottom:5px;border-bottom:1px solid #eee}.node-icon{font-size:1.2em;margin-right:8px;color:#007bff}.node-title{font-weight:700;color:#0056b3;font-size:1.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-body{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:5px 0}.node-description{margin:0;font-size:.9em;color:#666;line-height:1.4;white-space:pre-wrap;word-wrap:break-word;max-height:4.2em;overflow:hidden;text-overflow:ellipsis}.react-flow__handle{width:12px;height:12px;background:#555!important;border:1px solid #333!important;border-radius:50%;box-shadow:0 2px 4px #0003;transition:background .2s ease-in-out}.react-flow__handle-top{top:-4px}.react-flow__handle-bottom{position:relative;bottom:-25px}.react-flow__handle.react-flow__handle-connecting{background:#28a745!important;border-color:#1e7e34!important;transform:scale(1.2)}.react-flow__handle.react-flow__handle-valid{background:#007bff!important;border-color:#0056b3!important}.node-description-display{max-height:120px;overflow-y:auto;padding:5px;border:1px dashed #ddd;margin-top:8px;text-align:left;font-size:.85em;color:#444}.chat-main-div{border:1px solid #ccc;border-radius:0 8px 8px 0;border-width:1px 1px 1px 0;background-color:#f9f9f9;width:70%;height:100vh;position:fixed;left:30%;top:0;box-shadow:0 2px 5px #0000000d}.cart-main_div{border:1px solid #ccc;border-radius:8px 0 0 8px;border-width:1px 0 1px 1px;background-color:#fff;width:30%;height:100vh;position:fixed;left:0;top:0;box-shadow:0 2px 5px #0000000d}.chat-text-overview-main-div{height:82vh;overflow-y:auto;border:1px solid #eee;padding:10px;background-image:linear-gradient(#0000,#00000080),url(/assets/restaurant-BuEslHfB.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column}.chat-main-div-text{text-align:left;color:#445c5c;font-weight:400;font-size:24px}.send-message-in-chat:focus{border:0;outline:0}.restaurant-card{width:90%;background-size:cover;background-position:center;background-image:linear-gradient(#0000,#00000080),url(/assets/reustarant_card-ChbVwiTb.jpg);border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0003;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;margin:20px;position:relative}.restaurant-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.card-content{padding:15px;z-index:2;position:relative}.restaurant-card h2{margin-top:0;margin-bottom:5px;font-size:1.8em;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.card-slogan{font-style:italic;font-size:.9em;margin-bottom:10px;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.restaurant-card p{margin:3px 0;font-size:.95em;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.icon{margin-right:5px}.card-features{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.feature-tag{background-color:#fff3;padding:4px 10px;border-radius:15px;font-size:.8em}.book-button{background-color:#4caf50;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;margin-top:15px;font-size:1em;width:100%;transition:background-color .3s ease}.book-button:hover{background-color:#45a049}.demo-for-deen-chat-container{display:flex;flex-direction:column;max-width:600px;margin:20px auto;border:1px solid #ccc;border-radius:8px;overflow:hidden;box-shadow:0 0 10px #0000001a;height:80vh}.demo-for-deen-h1{text-align:center;padding:10px;background-color:#f0f0f0;margin:0;border-bottom:1px solid #eee}.demo-for-deen-messages-window{flex-grow:1;padding:15px;overflow-y:auto;background-color:#f9f9f9}.demo-for-deen-message{margin-bottom:10px;padding:8px 12px;border-radius:15px;max-width:80%;word-wrap:break-word}.demo-for-deen-message.user{background-color:#e0efff;align-self:flex-end;margin-left:auto}.demo-for-deen-message.assistant{background-color:#f0f0f0;align-self:flex-start;margin-right:auto}.demo-for-deen-message.error{background-color:#ffe0e0;color:#c00;border:1px solid #ffaaaa;text-align:center}.demo-for-deen-input-area{display:flex;padding:15px;border-top:1px solid #eee;background-color:#fff}.demo-for-deen-input-area textarea{flex-grow:1;padding:10px;border:1px solid #ddd;border-radius:5px;margin-right:10px;resize:vertical;min-height:50px;font-family:inherit}.demo-for-deen-input-area button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .2s}.demo-for-deen-input-area button:hover:not(:disabled){background-color:#0056b3}.demo-for-deen-input-area button:disabled{background-color:#ccc;cursor:not-allowed}
