.MuiButtonBase-root.buttonHover:hover{background:#242424}.MuiButtonBase-root.buttonHover{background:#474747}.contact-lists-container{display:flex;flex-direction:column;height:100%;min-height:100vh;box-sizing:border-box;padding:32px 0;justify-content:flex-start;align-items:center;grid-gap:24px;gap:24px;overflow:hidden}.contact-lists-header,.contact-lists-table-wrapper{width:min(1100px,100%);margin:0 auto}.contact-lists-header{flex-shrink:0;padding:16px 32px 14px}.contact-lists-table-wrapper{flex:1 1;width:min(1100px,100%);display:flex;padding:0 32px 32px}.contact-lists-table-wrapper .MuiPaper-root{width:100%;max-height:calc(100vh - 180px);display:flex;flex-direction:column}@media (max-width:960px){.contact-lists-container{padding:24px 0;grid-gap:18px;gap:18px}.contact-lists-header{padding:14px 20px 12px}.contact-lists-table-wrapper{padding:0 20px 24px}.contact-lists-table-wrapper .MuiPaper-root{max-height:calc(100vh - 220px)}}.event-container{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.delete-icon,.edit-icon{opacity:0;transition:opacity .3s;margin-left:5px;z-index:1}.event-container:hover .delete-icon,.event-container:hover .edit-icon{opacity:1}.edgebutton{width:20px;height:20px;background:#eee;border:1px solid #fff;cursor:pointer;border-radius:50%;font-size:12px;line-height:1;justify-content:center;display:flex;align-self:center;align-items:center}.edgebutton:hover{box-shadow:0 0 6px 2px rgba(0,0,0,.08)}.edgebutton-foreignobject body{background:transparent;width:40px;height:40px;display:flex;justify-content:center;align-items:center;min-height:40px}.react-flow__edge-path{stroke-width:6px}.react-flow__edge.selected .react-flow__edge-path{stroke:#00f}