:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light dark;color:#000;background-color:#f4f6fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;display:inline-block}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:20px}::-webkit-scrollbar-thumb{background:#888;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}html{scroll-behavior:smooth}.container{background-color:#fff;height:4rem;display:flex;align-items:center;padding:0 1rem;box-shadow:0 4px 20px #3f3f3f1c;width:100%}.kanban-board{display:flex;justify-content:space-around;padding:15px 20px 0;width:100%}.kanban-column{padding:10px;border-radius:5px}.kanban-ticket{background:#fff;margin-bottom:10px;padding:10px;border-radius:5px;box-shadow:0 2px 5px #0000001a}.display-btn{border:1px solid #c2c1c1;padding:5px 8px;cursor:pointer;border-radius:5px;background-color:#fff;color:#000;display:flex;align-items:center;gap:5px}.modal-container{position:fixed;top:3.5rem;left:1rem;width:100vw;height:100vh;z-index:1000}.modal-content{background-color:#fff;padding:20px 20px 10px;border-radius:8px;width:300px;box-shadow:0 2px 4px #b3b3b333;border:1px solid #ccc}.option{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between;margin-bottom:10px;color:#6e6b6b;font-size:.9rem}.option label{display:block;margin-bottom:5px}.option select{width:150px;padding:6px;border:1px solid #ccc;border-radius:6px;background-color:transparent;color:#000;font-size:.9rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.99583%2012.75C9.89583%2012.75%209.80208%2012.7326%209.71458%2012.6979C9.62708%2012.6632%209.5486%2012.6111%209.47916%2012.5416L5.52791%208.59038C5.37041%208.43288%205.29513%208.25343%205.30208%208.05204C5.30902%207.85065%205.38888%207.67357%205.54166%207.52079C5.69444%207.36801%205.87152%207.29163%206.07291%207.29163C6.2743%207.29163%206.45138%207.36801%206.60416%207.52079L9.99999%2010.9375L13.4167%207.52079C13.5694%207.36801%2013.7465%207.2951%2013.9479%207.30204C14.1493%207.30899%2014.3264%207.38885%2014.4792%207.54163C14.6319%207.6944%2014.7083%207.87149%2014.7083%208.07288C14.7083%208.27426%2014.6296%208.45329%2014.4721%208.60996L10.5208%2012.5416C10.4458%2012.6111%2010.3646%2012.6632%2010.2771%2012.6979C10.1896%2012.7326%2010.0958%2012.75%209.99583%2012.75Z'%20fill='%23535961'/%3e%3c/svg%3e") no-repeat right 10px center;background-size:20px}.option select:focus{outline:none}.kanban-ticket{border:.5px solid #f4f4f4;border-radius:10px;width:450px;padding:10px 20px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:15px}.grey-circle{background-color:#ccc;width:10px;height:10px;border-radius:50%;border:2px solid white}.priority .grey-circle{margin-left:0}.status .top-row{display:flex;flex-grow:1;justify-content:space-between;align-items:center}.ticket-id{color:#666}.ticket-title{font-size:1rem;font-weight:500;margin-top:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;margin-bottom:0}.aligner{display:flex;gap:5px;align-items:center;margin-bottom:2px;border:.5px solid rgba(206,206,206,.377);padding:4px 8px;border-radius:6px;margin-left:10px}.middle-container{display:flex;gap:10px;margin-bottom:auto;flex-grow:1;align-items:self-start}.bottom-container{display:flex;align-items:center;margin-top:auto;bottom:0}.top-row{display:flex;justify-content:space-between;align-items:center}.status-icon{height:15px;width:auto;margin-top:4px}.ticket{margin:0}.priority .bottom-container{margin-top:20px}.priority .aligner{margin-left:0;margin-bottom:6px}.priority-icon{border:.5px solid rgba(206,206,206,.377);padding:5px 8px 3px;border-radius:6px}.col-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;width:450px}.left-section{display:flex;gap:15px;align-items:center}.right-section{display:flex;gap:10px;margin-right:5px}.cta-icons{width:20px;height:auto}.ticket-count{color:#666}.user-info{position:relative}.user-profile-picture{width:30px;height:30px;border-radius:50%}.availability-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;border:2px solid white}.available{background-color:#4caf50}.not-available{background-color:#f44336}
