#tasks .tasks-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 93px);overflow:hidden;position:relative}#tasks .task-update-notification{background-color:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:default;overflow:hidden;position:fixed;right:20px;top:20px;-webkit-transition:all .3s ease;transition:all .3s ease;width:350px;z-index:1000}#tasks .task-update-notification:hover{-webkit-box-shadow:0 6px 16px rgba(0,0,0,.2);box-shadow:0 6px 16px rgba(0,0,0,.2);-webkit-transform:translateY(-2px);transform:translateY(-2px)}#tasks .task-update-notification:before{background:-webkit-gradient(linear,left top,right top,from(#1890ff),to(#52c41a));background:linear-gradient(90deg,#1890ff,#52c41a);content:"";height:3px;left:0;position:absolute;top:0;width:100%}#tasks .task-update-notification .notification-close{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;-webkit-transition:background-color .3s;transition:background-color .3s;width:24px;z-index:2}#tasks .task-update-notification .notification-close:hover{background-color:rgba(0,0,0,.05)}#tasks .task-update-notification .notification-close .material-icons{color:#999;font-size:18px}#tasks .task-update-notification .notification-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px}#tasks .task-update-notification .notification-content .notification-icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(24,144,255,.1);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;justify-content:center;margin-right:12px;width:40px}#tasks .task-update-notification .notification-content .notification-icon .material-icons{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;color:#1890ff;font-size:22px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#tasks .task-update-notification .notification-content .notification-message{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:16px}#tasks .task-update-notification .notification-content .notification-message .notification-title{color:#333;font-size:16px;font-weight:600;margin-bottom:4px}#tasks .task-update-notification .notification-content .notification-message .notification-description{color:#666;font-size:14px;margin-bottom:12px}#tasks .task-update-notification .notification-content .notification-message .notification-description .update-count{color:#1890ff;font-weight:600}#tasks .task-update-notification .notification-content .notification-message .notification-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}#tasks .task-update-notification .notification-content .notification-message .notification-actions .ant-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px}#tasks .task-update-notification .notification-content .notification-message .notification-actions .ant-btn .material-icons{font-size:16px;margin-right:4px}#tasks .task-update-notification .notification-content .notification-message .notification-actions .ant-btn-primary{background-color:#1890ff;border-color:#1890ff}#tasks .task-update-notification .notification-content .notification-message .notification-actions .ant-btn-primary:hover{background-color:#40a9ff;border-color:#40a9ff}#tasks .fade-enter-active,#tasks .fade-leave-active{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}#tasks .fade-enter,#tasks .fade-leave-to{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}#tasks .classic-new-select{width:200px}#tasks .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#ec4b1d;border-color:#ec4b1d;color:#fff!important;z-index:1}#tasks .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background:#ec4b1d}#tasks .ant-radio-button-wrapper{padding:0 40px}#tasks .ant-radio-button-wrapper:hover{color:#ec4b1d}#tasks .head-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--color-bg-neutral-default);border-bottom:1px solid var(--color-border-default);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:space-between;min-height:50px}#tasks .head-bar .title{color:#333338;font-size:24px;font-weight:400;letter-spacing:0;line-height:36px}#tasks .actions-button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}#tasks .actions-button .dropdown{padding:10px}#tasks .more-also:hover{background-color:hsla(0,0%,89%,.53);border-radius:20px;padding:3px}#tasks .more-also.material-icons{padding:10px}#tasks .board{height:calc(100% - 50px);margin:0;padding:0;width:100%}#tasks .board .board-content{padding:30px}#tasks .board .board-todos{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}#tasks .board .board-todos .control-panel{background-color:#fff;width:260px}#tasks .radio-group-container{display:grid;grid-template-columns:1fr}#tasks .avatar-content,#tasks .avatar-content .avatar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#tasks .avatar-content .avatar{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#444;border-radius:50%;color:#fff;font-size:12px;font-weight:700;height:25px;justify-content:center;margin-right:5px;overflow:hidden;width:25px}#tasks .avatar-content .avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#tasks .avatar-content .text-avatar{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;font-weight:700;justify-content:center}#tasks .avatar-content .more{background-color:#555}#tasks .avatar-container{position:relative;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}#tasks .avatar-container:hover{-webkit-transform:scale(1.2);transform:scale(1.2);z-index:10}#tasks .custom-select{background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;cursor:pointer;position:relative;width:200px}#tasks .options-workflow{background-color:#fff;border:1px solid #dcdcdc;border-top:none;left:0;position:absolute;top:100%;width:100%;z-index:1000}#tasks .option-workflow{border-bottom:1px solid #dcdcdc;padding:10px}#tasks .option-workflow:hover{background-color:#f0f0f0}#tasks .task-users-popover .ant-popover-inner-content{max-height:200px;overflow-y:auto;padding:0}#tasks .task-users-popover .ant-popover-inner-content::-webkit-scrollbar{width:6px}#tasks .task-users-popover .ant-popover-inner-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#tasks .task-users-popover .ant-popover-inner-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}#tasks .task-users-popover .ant-popover-inner-content::-webkit-scrollbar-thumb:hover{background:#555}#tasks .task-users-popover .ant-popover-inner-content>div{padding:12px}#tasks .task-users-popover .ant-popover-inner-content>div>div{border-radius:4px;padding:8px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}#tasks .task-users-popover .ant-popover-inner-content>div>div:hover{background-color:rgba(0,0,0,.04)}#tasks .workflow-select-container{margin-left:15px;margin-right:15px}#tasks .task-action-button,#tasks .task-actions-container,#tasks .workflow-select-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}#tasks .task-action-button{border-radius:6px;cursor:pointer;gap:8px;padding:6px 12px;-webkit-transition:all .2s ease;transition:all .2s ease}#tasks .task-action-button .action-icon{font-size:20px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}#tasks .task-action-button .action-text{font-size:13px;font-weight:500;white-space:nowrap}#tasks .task-action-button:hover{background-color:rgba(0,0,0,.05)}#tasks .task-action-button:hover .action-icon{-webkit-transform:scale(1.1);transform:scale(1.1)}#tasks .task-action-button .create-icon{color:#52c41a}#tasks .task-action-button .archive-icon{color:#1890ff}#tasks .task-action-button .done-icon{color:#722ed1}#tasks .action-divider{background-color:#e0e0e0;height:24px;margin:0 5px;width:1px}