/* Todo Application css */ /*----------------------*/ .sidebar { width : 270px !important; } .content-right { width : calc(100% - 270px) !important; } .todo-application { border-radius : 0.25rem; } .todo-application .border-bottom, .todo-application .border, .todo-application .form-control { border-color : #E4E7ED !important; } .todo-application .sidebar { position : inherit; } .todo-application .sidebar .todo-sidebar { /* todo-sidebar menu */ width : 260px; height : calc(100vh - 8.5rem); border-top-right-radius : 0.25rem; border-bottom-right-radius : 0.25rem; } .todo-application .sidebar .todo-sidebar .sidebar-close-icon { position : absolute; left : 0.25rem; top : 0.25rem; cursor : pointer; font-size : 1.25rem; visibility : hidden; } .todo-application .sidebar .todo-sidebar .todo-app-menu { width : 100%; padding : 0.5rem 0; } .todo-application .sidebar .todo-sidebar .todo-app-menu .add-task { padding : 1px 1.5rem; margin-bottom : 0.25rem; } .todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list { padding : 0 1.5rem; position : relative; height : calc(100% - 5.4rem); } .todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .filter-label { font-family : 'Quicksand', Georgia, 'Times New Roman', Times, serif; letter-spacing : 1px; color : #BAC0C7; } .todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item { box-shadow : none; padding : 0.8rem 1rem; color : #6B6F82; font-weight : 500; background-color : transparent; border-radius : 0.25rem !important; } .todo-application .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list .list-group .list-group-item.active { background-color : #666EE8 !important; } .todo-application .todo-new-task-sidebar { /* todo-new-task-sidebar */ height : calc(100vh - 8.3rem); width : 400px; border-radius : 0.25rem; border-top-right-radius : 0; border-bottom-right-radius : 0; background-color : #FFFFFF; position : absolute; -webkit-transform : translateX(-120%); -ms-transform : translateX(-120%); transform : translateX(-120%); -webkit-transition : all 0.3s ease-in-out; transition : all 0.3s ease-in-out; z-index : 8; left : 2.6rem; bottom : 0; } .todo-application .todo-new-task-sidebar.show { -webkit-transform : translateX(-9%); -ms-transform : translateX(-9%); transform : translateX(-9%); } .todo-application .todo-new-task-sidebar .card .card-header .task-header { height : 32px; } .todo-application .todo-new-task-sidebar .card .card-header .mark-complete-btn i { top : 0; } .todo-application .todo-new-task-sidebar .card .card-header .dropdown-toggle { color : #6B6F82; } .todo-application .todo-new-task-sidebar .card .card-header .dropdown-toggle::after { display : none; } .todo-application .todo-new-task-sidebar .card .card-body { padding : 1.53rem; } .todo-application .todo-new-task-sidebar .close-icon { position : absolute; top : 13px; left : 10px; outline : none; } .todo-application .todo-new-task-sidebar .close-icon i { font-size : 1.75rem; } .todo-application .todo-new-task-sidebar .task-title { font-family : 'Quicksand', Georgia, 'Times New Roman', Times, serif; font-size : 1.1rem; } .todo-application .todo-new-task-sidebar .assigned .avatar .avatar-content { height : 30px; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single { border-color : #E4E7ED !important; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:hover { border : 1px solid #E4E5EC !important; outline : none; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single:focus { outline : none; border-color : #E4E5EC !important; box-shadow : none !important; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__arrow { display : none; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container .select2-selection--single .select2-selection__rendered { padding : 0; } .todo-application .todo-new-task-sidebar .assigned .select-box .select2-container.select2-container--open .select2-selection--single { border-color : #E4E7ED !important; } .todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:hover { border-color : #E4E5EC; } .todo-application .todo-new-task-sidebar .assigned .date-picker .pickadate:focus { border-color : #E4E5EC; box-shadow : none; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container.select2-container--disabled .select2-selection--multiple { background-color : transparent; border : none; box-shadow : none !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice { border-radius : 2rem; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice span { color : #6B6F82 !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title='Frontend'] { background-color : #E2ECFF !important; color : #666EE8 !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title='Backend'] { background-color : #D2FFE8 !important; color : #28D094 !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title='Issue'] { background-color : #FFDEDE !important; color : #FF4961 !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title='Design'] { background-color : #FFEED9 !important; color : #FF9149 !important; } .todo-application .todo-new-task-sidebar .select2-assign-label + .select2-container .select2-selection__rendered .select2-selection__choice[title='Wireframe'] { background-color : #CCF5F8 !important; color : #1E9FF2 !important; } .todo-application .todo-new-task-sidebar .snow-container { position : relative; } .todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow { border : none; } .todo-application .todo-new-task-sidebar .snow-container .ql-container.ql-snow .ql-tooltip { right : 0 !important; } .todo-application .todo-new-task-sidebar .snow-container .ql-toolbar { border : none; } .todo-application .todo-new-task-sidebar .snow-container .comment-btn { box-shadow : 0 2px 4px 0 rgba(102, 110, 232, 0.6); } .todo-application .todo-new-task-sidebar .ql-editor { min-height : 70px; padding-right : 0; padding-left : 0; } .todo-application .todo-new-task-sidebar .ql-editor.ql-blank::before { right : 0; } .todo-application .todo-new-task-sidebar .comment-editor .ql-editor { min-height : 120px; } .todo-application .todo-new-task-sidebar .avatar { background-color : #C3C3C3; border-radius : 50%; cursor : pointer; color : #FFFFFF; margin : 5px; } .todo-application .todo-new-task-sidebar .avatar i { left : 17px; bottom : 18px; } .todo-application .content-right .content-wrapper { padding : 0; } .todo-application .content-right .todo-app-list-wrapper { border-right : 1px solid #E4E5EC; } .todo-application .content-right .todo-app-list-wrapper .todo-fixed-search { /* Todo Fixed search */ padding : 0.51rem 0.1rem; border-bottom : 1px solid #E4E5EC; background-color : #FFFFFF; border-top-left-radius : 0.25rem; } .todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input { border : 0; font-family : 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } .todo-application .content-right .todo-app-list-wrapper .todo-fixed-search input:focus { box-shadow : none; } .todo-application .content-right .todo-app-list-wrapper .todo-fixed-search .todo-sort .sorting { padding : 0.6rem 1.2rem; border : 1px solid #E4E5EC; } .todo-application .content-right .todo-app-list-wrapper .sidebar-toggle { /* Sidebar toggle icon */ cursor : pointer; margin : 0.5rem 0.99rem; line-height : 1; } .todo-application .content-right .todo-app-list-wrapper .sidebar-toggle i { font-size : 1.75rem; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list { position : relative; height : calc(100vh - 12.12rem); border-bottom : 1px solid #E4E5EC; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper { margin : 0; background-color : #FFFFFF; -webkit-transition : all 0.3s ease-in-out; transition : all 0.3s ease-in-out; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item { /* todo item */ cursor : pointer; -webkit-animation : fadeIn 0.5s linear; animation : fadeIn 0.5s linear; -webkit-animation-fill-mode : both; animation-fill-mode : both; position : relative; padding : 0.8rem 0.5rem 0.4rem 1rem; border-top : 1px solid #E4E5EC; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title-area { width : 70%; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title-area i { font-size : 1.5rem; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .badge { text-transform : uppercase; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .handle { -webkit-transition : all 0.3s ease-out; transition : all 0.3s ease-out; opacity : 0; margin-left : 0.2rem; cursor : move; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover { box-shadow : 0 0 10px 0 rgba(58, 70, 93, 0.25); border-color : transparent; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item:hover .handle { opacity : 1; -webkit-transition : all 0.35s ease 0s !important; transition : all 0.35s ease 0s !important; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-title { font-family : 'Quicksand', Georgia, 'Times New Roman', Times, serif; color : #6B6F82; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-favorite, .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper .todo-item .todo-item-delete { color : #C7CFD6; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1) { -webkit-animation-delay : 0.1s; animation-delay : 0.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2) { -webkit-animation-delay : 0.2s; animation-delay : 0.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3) { -webkit-animation-delay : 0.3s; animation-delay : 0.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4) { -webkit-animation-delay : 0.4s; animation-delay : 0.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5) { -webkit-animation-delay : 0.5s; animation-delay : 0.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(6) { -webkit-animation-delay : 0.6s; animation-delay : 0.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(7) { -webkit-animation-delay : 0.7s; animation-delay : 0.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(8) { -webkit-animation-delay : 0.8s; animation-delay : 0.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(9) { -webkit-animation-delay : 0.9s; animation-delay : 0.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(10) { -webkit-animation-delay : 1s; animation-delay : 1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(11) { -webkit-animation-delay : 1.1s; animation-delay : 1.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(12) { -webkit-animation-delay : 1.2s; animation-delay : 1.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(13) { -webkit-animation-delay : 1.3s; animation-delay : 1.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(14) { -webkit-animation-delay : 1.4s; animation-delay : 1.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(15) { -webkit-animation-delay : 1.5s; animation-delay : 1.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(16) { -webkit-animation-delay : 1.6s; animation-delay : 1.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(17) { -webkit-animation-delay : 1.7s; animation-delay : 1.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(18) { -webkit-animation-delay : 1.8s; animation-delay : 1.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(19) { -webkit-animation-delay : 1.9s; animation-delay : 1.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(20) { -webkit-animation-delay : 2s; animation-delay : 2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(21) { -webkit-animation-delay : 2.1s; animation-delay : 2.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(22) { -webkit-animation-delay : 2.2s; animation-delay : 2.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(23) { -webkit-animation-delay : 2.3s; animation-delay : 2.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(24) { -webkit-animation-delay : 2.4s; animation-delay : 2.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(25) { -webkit-animation-delay : 2.5s; animation-delay : 2.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(26) { -webkit-animation-delay : 2.6s; animation-delay : 2.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(27) { -webkit-animation-delay : 2.7s; animation-delay : 2.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(28) { -webkit-animation-delay : 2.8s; animation-delay : 2.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(29) { -webkit-animation-delay : 2.9s; animation-delay : 2.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(30) { -webkit-animation-delay : 3s; animation-delay : 3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(31) { -webkit-animation-delay : 3.1s; animation-delay : 3.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(32) { -webkit-animation-delay : 3.2s; animation-delay : 3.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(33) { -webkit-animation-delay : 3.3s; animation-delay : 3.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(34) { -webkit-animation-delay : 3.4s; animation-delay : 3.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(35) { -webkit-animation-delay : 3.5s; animation-delay : 3.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(36) { -webkit-animation-delay : 3.6s; animation-delay : 3.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(37) { -webkit-animation-delay : 3.7s; animation-delay : 3.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(38) { -webkit-animation-delay : 3.8s; animation-delay : 3.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(39) { -webkit-animation-delay : 3.9s; animation-delay : 3.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(40) { -webkit-animation-delay : 4s; animation-delay : 4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(41) { -webkit-animation-delay : 4.1s; animation-delay : 4.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(42) { -webkit-animation-delay : 4.2s; animation-delay : 4.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(43) { -webkit-animation-delay : 4.3s; animation-delay : 4.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(44) { -webkit-animation-delay : 4.4s; animation-delay : 4.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(45) { -webkit-animation-delay : 4.5s; animation-delay : 4.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(46) { -webkit-animation-delay : 4.6s; animation-delay : 4.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(47) { -webkit-animation-delay : 4.7s; animation-delay : 4.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(48) { -webkit-animation-delay : 4.8s; animation-delay : 4.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(49) { -webkit-animation-delay : 4.9s; animation-delay : 4.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(50) { -webkit-animation-delay : 5s; animation-delay : 5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(51) { -webkit-animation-delay : 5.1s; animation-delay : 5.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(52) { -webkit-animation-delay : 5.2s; animation-delay : 5.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(53) { -webkit-animation-delay : 5.3s; animation-delay : 5.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(54) { -webkit-animation-delay : 5.4s; animation-delay : 5.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(55) { -webkit-animation-delay : 5.5s; animation-delay : 5.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(56) { -webkit-animation-delay : 5.6s; animation-delay : 5.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(57) { -webkit-animation-delay : 5.7s; animation-delay : 5.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(58) { -webkit-animation-delay : 5.8s; animation-delay : 5.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(59) { -webkit-animation-delay : 5.9s; animation-delay : 5.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(60) { -webkit-animation-delay : 6s; animation-delay : 6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(61) { -webkit-animation-delay : 6.1s; animation-delay : 6.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(62) { -webkit-animation-delay : 6.2s; animation-delay : 6.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(63) { -webkit-animation-delay : 6.3s; animation-delay : 6.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(64) { -webkit-animation-delay : 6.4s; animation-delay : 6.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(65) { -webkit-animation-delay : 6.5s; animation-delay : 6.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(66) { -webkit-animation-delay : 6.6s; animation-delay : 6.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(67) { -webkit-animation-delay : 6.7s; animation-delay : 6.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(68) { -webkit-animation-delay : 6.8s; animation-delay : 6.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(69) { -webkit-animation-delay : 6.9s; animation-delay : 6.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(70) { -webkit-animation-delay : 7s; animation-delay : 7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(71) { -webkit-animation-delay : 7.1s; animation-delay : 7.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(72) { -webkit-animation-delay : 7.2s; animation-delay : 7.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(73) { -webkit-animation-delay : 7.3s; animation-delay : 7.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(74) { -webkit-animation-delay : 7.4s; animation-delay : 7.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(75) { -webkit-animation-delay : 7.5s; animation-delay : 7.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(76) { -webkit-animation-delay : 7.6s; animation-delay : 7.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(77) { -webkit-animation-delay : 7.7s; animation-delay : 7.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(78) { -webkit-animation-delay : 7.8s; animation-delay : 7.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(79) { -webkit-animation-delay : 7.9s; animation-delay : 7.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(80) { -webkit-animation-delay : 8s; animation-delay : 8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(81) { -webkit-animation-delay : 8.1s; animation-delay : 8.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(82) { -webkit-animation-delay : 8.2s; animation-delay : 8.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(83) { -webkit-animation-delay : 8.3s; animation-delay : 8.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(84) { -webkit-animation-delay : 8.4s; animation-delay : 8.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(85) { -webkit-animation-delay : 8.5s; animation-delay : 8.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(86) { -webkit-animation-delay : 8.6s; animation-delay : 8.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(87) { -webkit-animation-delay : 8.7s; animation-delay : 8.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(88) { -webkit-animation-delay : 8.8s; animation-delay : 8.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(89) { -webkit-animation-delay : 8.9s; animation-delay : 8.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(90) { -webkit-animation-delay : 9s; animation-delay : 9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(91) { -webkit-animation-delay : 9.1s; animation-delay : 9.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(92) { -webkit-animation-delay : 9.2s; animation-delay : 9.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(93) { -webkit-animation-delay : 9.3s; animation-delay : 9.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(94) { -webkit-animation-delay : 9.4s; animation-delay : 9.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(95) { -webkit-animation-delay : 9.5s; animation-delay : 9.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(96) { -webkit-animation-delay : 9.6s; animation-delay : 9.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(97) { -webkit-animation-delay : 9.7s; animation-delay : 9.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(98) { -webkit-animation-delay : 9.8s; animation-delay : 9.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(99) { -webkit-animation-delay : 9.9s; animation-delay : 9.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(100) { -webkit-animation-delay : 10s; animation-delay : 10s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(101) { -webkit-animation-delay : 10.1s; animation-delay : 10.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(102) { -webkit-animation-delay : 10.2s; animation-delay : 10.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(103) { -webkit-animation-delay : 10.3s; animation-delay : 10.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(104) { -webkit-animation-delay : 10.4s; animation-delay : 10.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(105) { -webkit-animation-delay : 10.5s; animation-delay : 10.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(106) { -webkit-animation-delay : 10.6s; animation-delay : 10.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(107) { -webkit-animation-delay : 10.7s; animation-delay : 10.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(108) { -webkit-animation-delay : 10.8s; animation-delay : 10.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(109) { -webkit-animation-delay : 10.9s; animation-delay : 10.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(110) { -webkit-animation-delay : 11s; animation-delay : 11s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(111) { -webkit-animation-delay : 11.1s; animation-delay : 11.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(112) { -webkit-animation-delay : 11.2s; animation-delay : 11.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(113) { -webkit-animation-delay : 11.3s; animation-delay : 11.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(114) { -webkit-animation-delay : 11.4s; animation-delay : 11.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(115) { -webkit-animation-delay : 11.5s; animation-delay : 11.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(116) { -webkit-animation-delay : 11.6s; animation-delay : 11.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(117) { -webkit-animation-delay : 11.7s; animation-delay : 11.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(118) { -webkit-animation-delay : 11.8s; animation-delay : 11.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(119) { -webkit-animation-delay : 11.9s; animation-delay : 11.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(120) { -webkit-animation-delay : 12s; animation-delay : 12s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(121) { -webkit-animation-delay : 12.1s; animation-delay : 12.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(122) { -webkit-animation-delay : 12.2s; animation-delay : 12.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(123) { -webkit-animation-delay : 12.3s; animation-delay : 12.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(124) { -webkit-animation-delay : 12.4s; animation-delay : 12.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(125) { -webkit-animation-delay : 12.5s; animation-delay : 12.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(126) { -webkit-animation-delay : 12.6s; animation-delay : 12.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(127) { -webkit-animation-delay : 12.7s; animation-delay : 12.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(128) { -webkit-animation-delay : 12.8s; animation-delay : 12.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(129) { -webkit-animation-delay : 12.9s; animation-delay : 12.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(130) { -webkit-animation-delay : 13s; animation-delay : 13s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(131) { -webkit-animation-delay : 13.1s; animation-delay : 13.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(132) { -webkit-animation-delay : 13.2s; animation-delay : 13.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(133) { -webkit-animation-delay : 13.3s; animation-delay : 13.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(134) { -webkit-animation-delay : 13.4s; animation-delay : 13.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(135) { -webkit-animation-delay : 13.5s; animation-delay : 13.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(136) { -webkit-animation-delay : 13.6s; animation-delay : 13.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(137) { -webkit-animation-delay : 13.7s; animation-delay : 13.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(138) { -webkit-animation-delay : 13.8s; animation-delay : 13.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(139) { -webkit-animation-delay : 13.9s; animation-delay : 13.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(140) { -webkit-animation-delay : 14s; animation-delay : 14s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(141) { -webkit-animation-delay : 14.1s; animation-delay : 14.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(142) { -webkit-animation-delay : 14.2s; animation-delay : 14.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(143) { -webkit-animation-delay : 14.3s; animation-delay : 14.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(144) { -webkit-animation-delay : 14.4s; animation-delay : 14.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(145) { -webkit-animation-delay : 14.5s; animation-delay : 14.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(146) { -webkit-animation-delay : 14.6s; animation-delay : 14.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(147) { -webkit-animation-delay : 14.7s; animation-delay : 14.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(148) { -webkit-animation-delay : 14.8s; animation-delay : 14.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(149) { -webkit-animation-delay : 14.9s; animation-delay : 14.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(150) { -webkit-animation-delay : 15s; animation-delay : 15s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(151) { -webkit-animation-delay : 15.1s; animation-delay : 15.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(152) { -webkit-animation-delay : 15.2s; animation-delay : 15.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(153) { -webkit-animation-delay : 15.3s; animation-delay : 15.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(154) { -webkit-animation-delay : 15.4s; animation-delay : 15.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(155) { -webkit-animation-delay : 15.5s; animation-delay : 15.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(156) { -webkit-animation-delay : 15.6s; animation-delay : 15.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(157) { -webkit-animation-delay : 15.7s; animation-delay : 15.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(158) { -webkit-animation-delay : 15.8s; animation-delay : 15.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(159) { -webkit-animation-delay : 15.9s; animation-delay : 15.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(160) { -webkit-animation-delay : 16s; animation-delay : 16s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(161) { -webkit-animation-delay : 16.1s; animation-delay : 16.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(162) { -webkit-animation-delay : 16.2s; animation-delay : 16.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(163) { -webkit-animation-delay : 16.3s; animation-delay : 16.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(164) { -webkit-animation-delay : 16.4s; animation-delay : 16.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(165) { -webkit-animation-delay : 16.5s; animation-delay : 16.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(166) { -webkit-animation-delay : 16.6s; animation-delay : 16.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(167) { -webkit-animation-delay : 16.7s; animation-delay : 16.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(168) { -webkit-animation-delay : 16.8s; animation-delay : 16.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(169) { -webkit-animation-delay : 16.9s; animation-delay : 16.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(170) { -webkit-animation-delay : 17s; animation-delay : 17s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(171) { -webkit-animation-delay : 17.1s; animation-delay : 17.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(172) { -webkit-animation-delay : 17.2s; animation-delay : 17.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(173) { -webkit-animation-delay : 17.3s; animation-delay : 17.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(174) { -webkit-animation-delay : 17.4s; animation-delay : 17.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(175) { -webkit-animation-delay : 17.5s; animation-delay : 17.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(176) { -webkit-animation-delay : 17.6s; animation-delay : 17.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(177) { -webkit-animation-delay : 17.7s; animation-delay : 17.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(178) { -webkit-animation-delay : 17.8s; animation-delay : 17.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(179) { -webkit-animation-delay : 17.9s; animation-delay : 17.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(180) { -webkit-animation-delay : 18s; animation-delay : 18s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(181) { -webkit-animation-delay : 18.1s; animation-delay : 18.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(182) { -webkit-animation-delay : 18.2s; animation-delay : 18.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(183) { -webkit-animation-delay : 18.3s; animation-delay : 18.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(184) { -webkit-animation-delay : 18.4s; animation-delay : 18.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(185) { -webkit-animation-delay : 18.5s; animation-delay : 18.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(186) { -webkit-animation-delay : 18.6s; animation-delay : 18.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(187) { -webkit-animation-delay : 18.7s; animation-delay : 18.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(188) { -webkit-animation-delay : 18.8s; animation-delay : 18.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(189) { -webkit-animation-delay : 18.9s; animation-delay : 18.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(190) { -webkit-animation-delay : 19s; animation-delay : 19s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(191) { -webkit-animation-delay : 19.1s; animation-delay : 19.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(192) { -webkit-animation-delay : 19.2s; animation-delay : 19.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(193) { -webkit-animation-delay : 19.3s; animation-delay : 19.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(194) { -webkit-animation-delay : 19.4s; animation-delay : 19.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(195) { -webkit-animation-delay : 19.5s; animation-delay : 19.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(196) { -webkit-animation-delay : 19.6s; animation-delay : 19.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(197) { -webkit-animation-delay : 19.7s; animation-delay : 19.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(198) { -webkit-animation-delay : 19.8s; animation-delay : 19.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(199) { -webkit-animation-delay : 19.9s; animation-delay : 19.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(200) { -webkit-animation-delay : 20s; animation-delay : 20s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(201) { -webkit-animation-delay : 20.1s; animation-delay : 20.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(202) { -webkit-animation-delay : 20.2s; animation-delay : 20.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(203) { -webkit-animation-delay : 20.3s; animation-delay : 20.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(204) { -webkit-animation-delay : 20.4s; animation-delay : 20.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(205) { -webkit-animation-delay : 20.5s; animation-delay : 20.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(206) { -webkit-animation-delay : 20.6s; animation-delay : 20.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(207) { -webkit-animation-delay : 20.7s; animation-delay : 20.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(208) { -webkit-animation-delay : 20.8s; animation-delay : 20.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(209) { -webkit-animation-delay : 20.9s; animation-delay : 20.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(210) { -webkit-animation-delay : 21s; animation-delay : 21s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(211) { -webkit-animation-delay : 21.1s; animation-delay : 21.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(212) { -webkit-animation-delay : 21.2s; animation-delay : 21.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(213) { -webkit-animation-delay : 21.3s; animation-delay : 21.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(214) { -webkit-animation-delay : 21.4s; animation-delay : 21.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(215) { -webkit-animation-delay : 21.5s; animation-delay : 21.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(216) { -webkit-animation-delay : 21.6s; animation-delay : 21.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(217) { -webkit-animation-delay : 21.7s; animation-delay : 21.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(218) { -webkit-animation-delay : 21.8s; animation-delay : 21.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(219) { -webkit-animation-delay : 21.9s; animation-delay : 21.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(220) { -webkit-animation-delay : 22s; animation-delay : 22s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(221) { -webkit-animation-delay : 22.1s; animation-delay : 22.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(222) { -webkit-animation-delay : 22.2s; animation-delay : 22.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(223) { -webkit-animation-delay : 22.3s; animation-delay : 22.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(224) { -webkit-animation-delay : 22.4s; animation-delay : 22.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(225) { -webkit-animation-delay : 22.5s; animation-delay : 22.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(226) { -webkit-animation-delay : 22.6s; animation-delay : 22.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(227) { -webkit-animation-delay : 22.7s; animation-delay : 22.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(228) { -webkit-animation-delay : 22.8s; animation-delay : 22.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(229) { -webkit-animation-delay : 22.9s; animation-delay : 22.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(230) { -webkit-animation-delay : 23s; animation-delay : 23s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(231) { -webkit-animation-delay : 23.1s; animation-delay : 23.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(232) { -webkit-animation-delay : 23.2s; animation-delay : 23.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(233) { -webkit-animation-delay : 23.3s; animation-delay : 23.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(234) { -webkit-animation-delay : 23.4s; animation-delay : 23.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(235) { -webkit-animation-delay : 23.5s; animation-delay : 23.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(236) { -webkit-animation-delay : 23.6s; animation-delay : 23.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(237) { -webkit-animation-delay : 23.7s; animation-delay : 23.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(238) { -webkit-animation-delay : 23.8s; animation-delay : 23.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(239) { -webkit-animation-delay : 23.9s; animation-delay : 23.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(240) { -webkit-animation-delay : 24s; animation-delay : 24s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(241) { -webkit-animation-delay : 24.1s; animation-delay : 24.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(242) { -webkit-animation-delay : 24.2s; animation-delay : 24.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(243) { -webkit-animation-delay : 24.3s; animation-delay : 24.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(244) { -webkit-animation-delay : 24.4s; animation-delay : 24.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(245) { -webkit-animation-delay : 24.5s; animation-delay : 24.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(246) { -webkit-animation-delay : 24.6s; animation-delay : 24.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(247) { -webkit-animation-delay : 24.7s; animation-delay : 24.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(248) { -webkit-animation-delay : 24.8s; animation-delay : 24.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(249) { -webkit-animation-delay : 24.9s; animation-delay : 24.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(250) { -webkit-animation-delay : 25s; animation-delay : 25s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(251) { -webkit-animation-delay : 25.1s; animation-delay : 25.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(252) { -webkit-animation-delay : 25.2s; animation-delay : 25.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(253) { -webkit-animation-delay : 25.3s; animation-delay : 25.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(254) { -webkit-animation-delay : 25.4s; animation-delay : 25.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(255) { -webkit-animation-delay : 25.5s; animation-delay : 25.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(256) { -webkit-animation-delay : 25.6s; animation-delay : 25.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(257) { -webkit-animation-delay : 25.7s; animation-delay : 25.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(258) { -webkit-animation-delay : 25.8s; animation-delay : 25.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(259) { -webkit-animation-delay : 25.9s; animation-delay : 25.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(260) { -webkit-animation-delay : 26s; animation-delay : 26s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(261) { -webkit-animation-delay : 26.1s; animation-delay : 26.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(262) { -webkit-animation-delay : 26.2s; animation-delay : 26.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(263) { -webkit-animation-delay : 26.3s; animation-delay : 26.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(264) { -webkit-animation-delay : 26.4s; animation-delay : 26.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(265) { -webkit-animation-delay : 26.5s; animation-delay : 26.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(266) { -webkit-animation-delay : 26.6s; animation-delay : 26.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(267) { -webkit-animation-delay : 26.7s; animation-delay : 26.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(268) { -webkit-animation-delay : 26.8s; animation-delay : 26.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(269) { -webkit-animation-delay : 26.9s; animation-delay : 26.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(270) { -webkit-animation-delay : 27s; animation-delay : 27s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(271) { -webkit-animation-delay : 27.1s; animation-delay : 27.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(272) { -webkit-animation-delay : 27.2s; animation-delay : 27.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(273) { -webkit-animation-delay : 27.3s; animation-delay : 27.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(274) { -webkit-animation-delay : 27.4s; animation-delay : 27.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(275) { -webkit-animation-delay : 27.5s; animation-delay : 27.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(276) { -webkit-animation-delay : 27.6s; animation-delay : 27.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(277) { -webkit-animation-delay : 27.7s; animation-delay : 27.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(278) { -webkit-animation-delay : 27.8s; animation-delay : 27.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(279) { -webkit-animation-delay : 27.9s; animation-delay : 27.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(280) { -webkit-animation-delay : 28s; animation-delay : 28s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(281) { -webkit-animation-delay : 28.1s; animation-delay : 28.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(282) { -webkit-animation-delay : 28.2s; animation-delay : 28.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(283) { -webkit-animation-delay : 28.3s; animation-delay : 28.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(284) { -webkit-animation-delay : 28.4s; animation-delay : 28.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(285) { -webkit-animation-delay : 28.5s; animation-delay : 28.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(286) { -webkit-animation-delay : 28.6s; animation-delay : 28.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(287) { -webkit-animation-delay : 28.7s; animation-delay : 28.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(288) { -webkit-animation-delay : 28.8s; animation-delay : 28.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(289) { -webkit-animation-delay : 28.9s; animation-delay : 28.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(290) { -webkit-animation-delay : 29s; animation-delay : 29s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(291) { -webkit-animation-delay : 29.1s; animation-delay : 29.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(292) { -webkit-animation-delay : 29.2s; animation-delay : 29.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(293) { -webkit-animation-delay : 29.3s; animation-delay : 29.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(294) { -webkit-animation-delay : 29.4s; animation-delay : 29.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(295) { -webkit-animation-delay : 29.5s; animation-delay : 29.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(296) { -webkit-animation-delay : 29.6s; animation-delay : 29.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(297) { -webkit-animation-delay : 29.7s; animation-delay : 29.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(298) { -webkit-animation-delay : 29.8s; animation-delay : 29.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(299) { -webkit-animation-delay : 29.9s; animation-delay : 29.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(300) { -webkit-animation-delay : 30s; animation-delay : 30s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(301) { -webkit-animation-delay : 30.1s; animation-delay : 30.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(302) { -webkit-animation-delay : 30.2s; animation-delay : 30.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(303) { -webkit-animation-delay : 30.3s; animation-delay : 30.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(304) { -webkit-animation-delay : 30.4s; animation-delay : 30.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(305) { -webkit-animation-delay : 30.5s; animation-delay : 30.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(306) { -webkit-animation-delay : 30.6s; animation-delay : 30.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(307) { -webkit-animation-delay : 30.7s; animation-delay : 30.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(308) { -webkit-animation-delay : 30.8s; animation-delay : 30.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(309) { -webkit-animation-delay : 30.9s; animation-delay : 30.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(310) { -webkit-animation-delay : 31s; animation-delay : 31s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(311) { -webkit-animation-delay : 31.1s; animation-delay : 31.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(312) { -webkit-animation-delay : 31.2s; animation-delay : 31.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(313) { -webkit-animation-delay : 31.3s; animation-delay : 31.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(314) { -webkit-animation-delay : 31.4s; animation-delay : 31.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(315) { -webkit-animation-delay : 31.5s; animation-delay : 31.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(316) { -webkit-animation-delay : 31.6s; animation-delay : 31.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(317) { -webkit-animation-delay : 31.7s; animation-delay : 31.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(318) { -webkit-animation-delay : 31.8s; animation-delay : 31.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(319) { -webkit-animation-delay : 31.9s; animation-delay : 31.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(320) { -webkit-animation-delay : 32s; animation-delay : 32s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(321) { -webkit-animation-delay : 32.1s; animation-delay : 32.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(322) { -webkit-animation-delay : 32.2s; animation-delay : 32.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(323) { -webkit-animation-delay : 32.3s; animation-delay : 32.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(324) { -webkit-animation-delay : 32.4s; animation-delay : 32.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(325) { -webkit-animation-delay : 32.5s; animation-delay : 32.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(326) { -webkit-animation-delay : 32.6s; animation-delay : 32.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(327) { -webkit-animation-delay : 32.7s; animation-delay : 32.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(328) { -webkit-animation-delay : 32.8s; animation-delay : 32.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(329) { -webkit-animation-delay : 32.9s; animation-delay : 32.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(330) { -webkit-animation-delay : 33s; animation-delay : 33s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(331) { -webkit-animation-delay : 33.1s; animation-delay : 33.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(332) { -webkit-animation-delay : 33.2s; animation-delay : 33.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(333) { -webkit-animation-delay : 33.3s; animation-delay : 33.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(334) { -webkit-animation-delay : 33.4s; animation-delay : 33.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(335) { -webkit-animation-delay : 33.5s; animation-delay : 33.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(336) { -webkit-animation-delay : 33.6s; animation-delay : 33.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(337) { -webkit-animation-delay : 33.7s; animation-delay : 33.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(338) { -webkit-animation-delay : 33.8s; animation-delay : 33.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(339) { -webkit-animation-delay : 33.9s; animation-delay : 33.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(340) { -webkit-animation-delay : 34s; animation-delay : 34s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(341) { -webkit-animation-delay : 34.1s; animation-delay : 34.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(342) { -webkit-animation-delay : 34.2s; animation-delay : 34.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(343) { -webkit-animation-delay : 34.3s; animation-delay : 34.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(344) { -webkit-animation-delay : 34.4s; animation-delay : 34.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(345) { -webkit-animation-delay : 34.5s; animation-delay : 34.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(346) { -webkit-animation-delay : 34.6s; animation-delay : 34.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(347) { -webkit-animation-delay : 34.7s; animation-delay : 34.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(348) { -webkit-animation-delay : 34.8s; animation-delay : 34.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(349) { -webkit-animation-delay : 34.9s; animation-delay : 34.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(350) { -webkit-animation-delay : 35s; animation-delay : 35s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(351) { -webkit-animation-delay : 35.1s; animation-delay : 35.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(352) { -webkit-animation-delay : 35.2s; animation-delay : 35.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(353) { -webkit-animation-delay : 35.3s; animation-delay : 35.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(354) { -webkit-animation-delay : 35.4s; animation-delay : 35.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(355) { -webkit-animation-delay : 35.5s; animation-delay : 35.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(356) { -webkit-animation-delay : 35.6s; animation-delay : 35.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(357) { -webkit-animation-delay : 35.7s; animation-delay : 35.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(358) { -webkit-animation-delay : 35.8s; animation-delay : 35.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(359) { -webkit-animation-delay : 35.9s; animation-delay : 35.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(360) { -webkit-animation-delay : 36s; animation-delay : 36s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(361) { -webkit-animation-delay : 36.1s; animation-delay : 36.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(362) { -webkit-animation-delay : 36.2s; animation-delay : 36.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(363) { -webkit-animation-delay : 36.3s; animation-delay : 36.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(364) { -webkit-animation-delay : 36.4s; animation-delay : 36.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(365) { -webkit-animation-delay : 36.5s; animation-delay : 36.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(366) { -webkit-animation-delay : 36.6s; animation-delay : 36.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(367) { -webkit-animation-delay : 36.7s; animation-delay : 36.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(368) { -webkit-animation-delay : 36.8s; animation-delay : 36.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(369) { -webkit-animation-delay : 36.9s; animation-delay : 36.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(370) { -webkit-animation-delay : 37s; animation-delay : 37s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(371) { -webkit-animation-delay : 37.1s; animation-delay : 37.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(372) { -webkit-animation-delay : 37.2s; animation-delay : 37.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(373) { -webkit-animation-delay : 37.3s; animation-delay : 37.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(374) { -webkit-animation-delay : 37.4s; animation-delay : 37.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(375) { -webkit-animation-delay : 37.5s; animation-delay : 37.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(376) { -webkit-animation-delay : 37.6s; animation-delay : 37.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(377) { -webkit-animation-delay : 37.7s; animation-delay : 37.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(378) { -webkit-animation-delay : 37.8s; animation-delay : 37.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(379) { -webkit-animation-delay : 37.9s; animation-delay : 37.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(380) { -webkit-animation-delay : 38s; animation-delay : 38s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(381) { -webkit-animation-delay : 38.1s; animation-delay : 38.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(382) { -webkit-animation-delay : 38.2s; animation-delay : 38.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(383) { -webkit-animation-delay : 38.3s; animation-delay : 38.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(384) { -webkit-animation-delay : 38.4s; animation-delay : 38.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(385) { -webkit-animation-delay : 38.5s; animation-delay : 38.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(386) { -webkit-animation-delay : 38.6s; animation-delay : 38.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(387) { -webkit-animation-delay : 38.7s; animation-delay : 38.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(388) { -webkit-animation-delay : 38.8s; animation-delay : 38.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(389) { -webkit-animation-delay : 38.9s; animation-delay : 38.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(390) { -webkit-animation-delay : 39s; animation-delay : 39s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(391) { -webkit-animation-delay : 39.1s; animation-delay : 39.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(392) { -webkit-animation-delay : 39.2s; animation-delay : 39.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(393) { -webkit-animation-delay : 39.3s; animation-delay : 39.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(394) { -webkit-animation-delay : 39.4s; animation-delay : 39.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(395) { -webkit-animation-delay : 39.5s; animation-delay : 39.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(396) { -webkit-animation-delay : 39.6s; animation-delay : 39.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(397) { -webkit-animation-delay : 39.7s; animation-delay : 39.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(398) { -webkit-animation-delay : 39.8s; animation-delay : 39.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(399) { -webkit-animation-delay : 39.9s; animation-delay : 39.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(400) { -webkit-animation-delay : 40s; animation-delay : 40s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(401) { -webkit-animation-delay : 40.1s; animation-delay : 40.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(402) { -webkit-animation-delay : 40.2s; animation-delay : 40.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(403) { -webkit-animation-delay : 40.3s; animation-delay : 40.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(404) { -webkit-animation-delay : 40.4s; animation-delay : 40.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(405) { -webkit-animation-delay : 40.5s; animation-delay : 40.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(406) { -webkit-animation-delay : 40.6s; animation-delay : 40.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(407) { -webkit-animation-delay : 40.7s; animation-delay : 40.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(408) { -webkit-animation-delay : 40.8s; animation-delay : 40.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(409) { -webkit-animation-delay : 40.9s; animation-delay : 40.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(410) { -webkit-animation-delay : 41s; animation-delay : 41s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(411) { -webkit-animation-delay : 41.1s; animation-delay : 41.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(412) { -webkit-animation-delay : 41.2s; animation-delay : 41.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(413) { -webkit-animation-delay : 41.3s; animation-delay : 41.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(414) { -webkit-animation-delay : 41.4s; animation-delay : 41.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(415) { -webkit-animation-delay : 41.5s; animation-delay : 41.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(416) { -webkit-animation-delay : 41.6s; animation-delay : 41.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(417) { -webkit-animation-delay : 41.7s; animation-delay : 41.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(418) { -webkit-animation-delay : 41.8s; animation-delay : 41.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(419) { -webkit-animation-delay : 41.9s; animation-delay : 41.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(420) { -webkit-animation-delay : 42s; animation-delay : 42s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(421) { -webkit-animation-delay : 42.1s; animation-delay : 42.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(422) { -webkit-animation-delay : 42.2s; animation-delay : 42.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(423) { -webkit-animation-delay : 42.3s; animation-delay : 42.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(424) { -webkit-animation-delay : 42.4s; animation-delay : 42.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(425) { -webkit-animation-delay : 42.5s; animation-delay : 42.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(426) { -webkit-animation-delay : 42.6s; animation-delay : 42.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(427) { -webkit-animation-delay : 42.7s; animation-delay : 42.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(428) { -webkit-animation-delay : 42.8s; animation-delay : 42.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(429) { -webkit-animation-delay : 42.9s; animation-delay : 42.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(430) { -webkit-animation-delay : 43s; animation-delay : 43s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(431) { -webkit-animation-delay : 43.1s; animation-delay : 43.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(432) { -webkit-animation-delay : 43.2s; animation-delay : 43.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(433) { -webkit-animation-delay : 43.3s; animation-delay : 43.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(434) { -webkit-animation-delay : 43.4s; animation-delay : 43.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(435) { -webkit-animation-delay : 43.5s; animation-delay : 43.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(436) { -webkit-animation-delay : 43.6s; animation-delay : 43.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(437) { -webkit-animation-delay : 43.7s; animation-delay : 43.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(438) { -webkit-animation-delay : 43.8s; animation-delay : 43.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(439) { -webkit-animation-delay : 43.9s; animation-delay : 43.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(440) { -webkit-animation-delay : 44s; animation-delay : 44s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(441) { -webkit-animation-delay : 44.1s; animation-delay : 44.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(442) { -webkit-animation-delay : 44.2s; animation-delay : 44.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(443) { -webkit-animation-delay : 44.3s; animation-delay : 44.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(444) { -webkit-animation-delay : 44.4s; animation-delay : 44.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(445) { -webkit-animation-delay : 44.5s; animation-delay : 44.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(446) { -webkit-animation-delay : 44.6s; animation-delay : 44.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(447) { -webkit-animation-delay : 44.7s; animation-delay : 44.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(448) { -webkit-animation-delay : 44.8s; animation-delay : 44.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(449) { -webkit-animation-delay : 44.9s; animation-delay : 44.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(450) { -webkit-animation-delay : 45s; animation-delay : 45s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(451) { -webkit-animation-delay : 45.1s; animation-delay : 45.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(452) { -webkit-animation-delay : 45.2s; animation-delay : 45.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(453) { -webkit-animation-delay : 45.3s; animation-delay : 45.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(454) { -webkit-animation-delay : 45.4s; animation-delay : 45.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(455) { -webkit-animation-delay : 45.5s; animation-delay : 45.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(456) { -webkit-animation-delay : 45.6s; animation-delay : 45.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(457) { -webkit-animation-delay : 45.7s; animation-delay : 45.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(458) { -webkit-animation-delay : 45.8s; animation-delay : 45.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(459) { -webkit-animation-delay : 45.9s; animation-delay : 45.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(460) { -webkit-animation-delay : 46s; animation-delay : 46s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(461) { -webkit-animation-delay : 46.1s; animation-delay : 46.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(462) { -webkit-animation-delay : 46.2s; animation-delay : 46.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(463) { -webkit-animation-delay : 46.3s; animation-delay : 46.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(464) { -webkit-animation-delay : 46.4s; animation-delay : 46.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(465) { -webkit-animation-delay : 46.5s; animation-delay : 46.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(466) { -webkit-animation-delay : 46.6s; animation-delay : 46.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(467) { -webkit-animation-delay : 46.7s; animation-delay : 46.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(468) { -webkit-animation-delay : 46.8s; animation-delay : 46.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(469) { -webkit-animation-delay : 46.9s; animation-delay : 46.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(470) { -webkit-animation-delay : 47s; animation-delay : 47s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(471) { -webkit-animation-delay : 47.1s; animation-delay : 47.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(472) { -webkit-animation-delay : 47.2s; animation-delay : 47.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(473) { -webkit-animation-delay : 47.3s; animation-delay : 47.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(474) { -webkit-animation-delay : 47.4s; animation-delay : 47.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(475) { -webkit-animation-delay : 47.5s; animation-delay : 47.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(476) { -webkit-animation-delay : 47.6s; animation-delay : 47.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(477) { -webkit-animation-delay : 47.7s; animation-delay : 47.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(478) { -webkit-animation-delay : 47.8s; animation-delay : 47.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(479) { -webkit-animation-delay : 47.9s; animation-delay : 47.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(480) { -webkit-animation-delay : 48s; animation-delay : 48s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(481) { -webkit-animation-delay : 48.1s; animation-delay : 48.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(482) { -webkit-animation-delay : 48.2s; animation-delay : 48.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(483) { -webkit-animation-delay : 48.3s; animation-delay : 48.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(484) { -webkit-animation-delay : 48.4s; animation-delay : 48.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(485) { -webkit-animation-delay : 48.5s; animation-delay : 48.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(486) { -webkit-animation-delay : 48.6s; animation-delay : 48.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(487) { -webkit-animation-delay : 48.7s; animation-delay : 48.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(488) { -webkit-animation-delay : 48.8s; animation-delay : 48.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(489) { -webkit-animation-delay : 48.9s; animation-delay : 48.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(490) { -webkit-animation-delay : 49s; animation-delay : 49s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(491) { -webkit-animation-delay : 49.1s; animation-delay : 49.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(492) { -webkit-animation-delay : 49.2s; animation-delay : 49.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(493) { -webkit-animation-delay : 49.3s; animation-delay : 49.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(494) { -webkit-animation-delay : 49.4s; animation-delay : 49.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(495) { -webkit-animation-delay : 49.5s; animation-delay : 49.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(496) { -webkit-animation-delay : 49.6s; animation-delay : 49.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(497) { -webkit-animation-delay : 49.7s; animation-delay : 49.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(498) { -webkit-animation-delay : 49.8s; animation-delay : 49.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(499) { -webkit-animation-delay : 49.9s; animation-delay : 49.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(500) { -webkit-animation-delay : 50s; animation-delay : 50s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(501) { -webkit-animation-delay : 50.1s; animation-delay : 50.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(502) { -webkit-animation-delay : 50.2s; animation-delay : 50.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(503) { -webkit-animation-delay : 50.3s; animation-delay : 50.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(504) { -webkit-animation-delay : 50.4s; animation-delay : 50.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(505) { -webkit-animation-delay : 50.5s; animation-delay : 50.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(506) { -webkit-animation-delay : 50.6s; animation-delay : 50.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(507) { -webkit-animation-delay : 50.7s; animation-delay : 50.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(508) { -webkit-animation-delay : 50.8s; animation-delay : 50.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(509) { -webkit-animation-delay : 50.9s; animation-delay : 50.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(510) { -webkit-animation-delay : 51s; animation-delay : 51s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(511) { -webkit-animation-delay : 51.1s; animation-delay : 51.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(512) { -webkit-animation-delay : 51.2s; animation-delay : 51.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(513) { -webkit-animation-delay : 51.3s; animation-delay : 51.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(514) { -webkit-animation-delay : 51.4s; animation-delay : 51.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(515) { -webkit-animation-delay : 51.5s; animation-delay : 51.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(516) { -webkit-animation-delay : 51.6s; animation-delay : 51.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(517) { -webkit-animation-delay : 51.7s; animation-delay : 51.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(518) { -webkit-animation-delay : 51.8s; animation-delay : 51.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(519) { -webkit-animation-delay : 51.9s; animation-delay : 51.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(520) { -webkit-animation-delay : 52s; animation-delay : 52s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(521) { -webkit-animation-delay : 52.1s; animation-delay : 52.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(522) { -webkit-animation-delay : 52.2s; animation-delay : 52.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(523) { -webkit-animation-delay : 52.3s; animation-delay : 52.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(524) { -webkit-animation-delay : 52.4s; animation-delay : 52.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(525) { -webkit-animation-delay : 52.5s; animation-delay : 52.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(526) { -webkit-animation-delay : 52.6s; animation-delay : 52.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(527) { -webkit-animation-delay : 52.7s; animation-delay : 52.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(528) { -webkit-animation-delay : 52.8s; animation-delay : 52.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(529) { -webkit-animation-delay : 52.9s; animation-delay : 52.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(530) { -webkit-animation-delay : 53s; animation-delay : 53s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(531) { -webkit-animation-delay : 53.1s; animation-delay : 53.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(532) { -webkit-animation-delay : 53.2s; animation-delay : 53.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(533) { -webkit-animation-delay : 53.3s; animation-delay : 53.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(534) { -webkit-animation-delay : 53.4s; animation-delay : 53.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(535) { -webkit-animation-delay : 53.5s; animation-delay : 53.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(536) { -webkit-animation-delay : 53.6s; animation-delay : 53.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(537) { -webkit-animation-delay : 53.7s; animation-delay : 53.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(538) { -webkit-animation-delay : 53.8s; animation-delay : 53.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(539) { -webkit-animation-delay : 53.9s; animation-delay : 53.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(540) { -webkit-animation-delay : 54s; animation-delay : 54s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(541) { -webkit-animation-delay : 54.1s; animation-delay : 54.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(542) { -webkit-animation-delay : 54.2s; animation-delay : 54.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(543) { -webkit-animation-delay : 54.3s; animation-delay : 54.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(544) { -webkit-animation-delay : 54.4s; animation-delay : 54.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(545) { -webkit-animation-delay : 54.5s; animation-delay : 54.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(546) { -webkit-animation-delay : 54.6s; animation-delay : 54.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(547) { -webkit-animation-delay : 54.7s; animation-delay : 54.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(548) { -webkit-animation-delay : 54.8s; animation-delay : 54.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(549) { -webkit-animation-delay : 54.9s; animation-delay : 54.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(550) { -webkit-animation-delay : 55s; animation-delay : 55s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(551) { -webkit-animation-delay : 55.1s; animation-delay : 55.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(552) { -webkit-animation-delay : 55.2s; animation-delay : 55.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(553) { -webkit-animation-delay : 55.3s; animation-delay : 55.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(554) { -webkit-animation-delay : 55.4s; animation-delay : 55.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(555) { -webkit-animation-delay : 55.5s; animation-delay : 55.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(556) { -webkit-animation-delay : 55.6s; animation-delay : 55.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(557) { -webkit-animation-delay : 55.7s; animation-delay : 55.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(558) { -webkit-animation-delay : 55.8s; animation-delay : 55.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(559) { -webkit-animation-delay : 55.9s; animation-delay : 55.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(560) { -webkit-animation-delay : 56s; animation-delay : 56s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(561) { -webkit-animation-delay : 56.1s; animation-delay : 56.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(562) { -webkit-animation-delay : 56.2s; animation-delay : 56.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(563) { -webkit-animation-delay : 56.3s; animation-delay : 56.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(564) { -webkit-animation-delay : 56.4s; animation-delay : 56.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(565) { -webkit-animation-delay : 56.5s; animation-delay : 56.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(566) { -webkit-animation-delay : 56.6s; animation-delay : 56.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(567) { -webkit-animation-delay : 56.7s; animation-delay : 56.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(568) { -webkit-animation-delay : 56.8s; animation-delay : 56.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(569) { -webkit-animation-delay : 56.9s; animation-delay : 56.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(570) { -webkit-animation-delay : 57s; animation-delay : 57s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(571) { -webkit-animation-delay : 57.1s; animation-delay : 57.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(572) { -webkit-animation-delay : 57.2s; animation-delay : 57.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(573) { -webkit-animation-delay : 57.3s; animation-delay : 57.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(574) { -webkit-animation-delay : 57.4s; animation-delay : 57.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(575) { -webkit-animation-delay : 57.5s; animation-delay : 57.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(576) { -webkit-animation-delay : 57.6s; animation-delay : 57.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(577) { -webkit-animation-delay : 57.7s; animation-delay : 57.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(578) { -webkit-animation-delay : 57.8s; animation-delay : 57.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(579) { -webkit-animation-delay : 57.9s; animation-delay : 57.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(580) { -webkit-animation-delay : 58s; animation-delay : 58s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(581) { -webkit-animation-delay : 58.1s; animation-delay : 58.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(582) { -webkit-animation-delay : 58.2s; animation-delay : 58.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(583) { -webkit-animation-delay : 58.3s; animation-delay : 58.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(584) { -webkit-animation-delay : 58.4s; animation-delay : 58.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(585) { -webkit-animation-delay : 58.5s; animation-delay : 58.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(586) { -webkit-animation-delay : 58.6s; animation-delay : 58.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(587) { -webkit-animation-delay : 58.7s; animation-delay : 58.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(588) { -webkit-animation-delay : 58.8s; animation-delay : 58.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(589) { -webkit-animation-delay : 58.9s; animation-delay : 58.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(590) { -webkit-animation-delay : 59s; animation-delay : 59s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(591) { -webkit-animation-delay : 59.1s; animation-delay : 59.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(592) { -webkit-animation-delay : 59.2s; animation-delay : 59.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(593) { -webkit-animation-delay : 59.3s; animation-delay : 59.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(594) { -webkit-animation-delay : 59.4s; animation-delay : 59.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(595) { -webkit-animation-delay : 59.5s; animation-delay : 59.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(596) { -webkit-animation-delay : 59.6s; animation-delay : 59.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(597) { -webkit-animation-delay : 59.7s; animation-delay : 59.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(598) { -webkit-animation-delay : 59.8s; animation-delay : 59.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(599) { -webkit-animation-delay : 59.9s; animation-delay : 59.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(600) { -webkit-animation-delay : 60s; animation-delay : 60s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(601) { -webkit-animation-delay : 60.1s; animation-delay : 60.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(602) { -webkit-animation-delay : 60.2s; animation-delay : 60.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(603) { -webkit-animation-delay : 60.3s; animation-delay : 60.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(604) { -webkit-animation-delay : 60.4s; animation-delay : 60.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(605) { -webkit-animation-delay : 60.5s; animation-delay : 60.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(606) { -webkit-animation-delay : 60.6s; animation-delay : 60.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(607) { -webkit-animation-delay : 60.7s; animation-delay : 60.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(608) { -webkit-animation-delay : 60.8s; animation-delay : 60.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(609) { -webkit-animation-delay : 60.9s; animation-delay : 60.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(610) { -webkit-animation-delay : 61s; animation-delay : 61s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(611) { -webkit-animation-delay : 61.1s; animation-delay : 61.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(612) { -webkit-animation-delay : 61.2s; animation-delay : 61.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(613) { -webkit-animation-delay : 61.3s; animation-delay : 61.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(614) { -webkit-animation-delay : 61.4s; animation-delay : 61.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(615) { -webkit-animation-delay : 61.5s; animation-delay : 61.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(616) { -webkit-animation-delay : 61.6s; animation-delay : 61.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(617) { -webkit-animation-delay : 61.7s; animation-delay : 61.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(618) { -webkit-animation-delay : 61.8s; animation-delay : 61.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(619) { -webkit-animation-delay : 61.9s; animation-delay : 61.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(620) { -webkit-animation-delay : 62s; animation-delay : 62s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(621) { -webkit-animation-delay : 62.1s; animation-delay : 62.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(622) { -webkit-animation-delay : 62.2s; animation-delay : 62.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(623) { -webkit-animation-delay : 62.3s; animation-delay : 62.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(624) { -webkit-animation-delay : 62.4s; animation-delay : 62.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(625) { -webkit-animation-delay : 62.5s; animation-delay : 62.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(626) { -webkit-animation-delay : 62.6s; animation-delay : 62.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(627) { -webkit-animation-delay : 62.7s; animation-delay : 62.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(628) { -webkit-animation-delay : 62.8s; animation-delay : 62.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(629) { -webkit-animation-delay : 62.9s; animation-delay : 62.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(630) { -webkit-animation-delay : 63s; animation-delay : 63s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(631) { -webkit-animation-delay : 63.1s; animation-delay : 63.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(632) { -webkit-animation-delay : 63.2s; animation-delay : 63.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(633) { -webkit-animation-delay : 63.3s; animation-delay : 63.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(634) { -webkit-animation-delay : 63.4s; animation-delay : 63.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(635) { -webkit-animation-delay : 63.5s; animation-delay : 63.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(636) { -webkit-animation-delay : 63.6s; animation-delay : 63.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(637) { -webkit-animation-delay : 63.7s; animation-delay : 63.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(638) { -webkit-animation-delay : 63.8s; animation-delay : 63.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(639) { -webkit-animation-delay : 63.9s; animation-delay : 63.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(640) { -webkit-animation-delay : 64s; animation-delay : 64s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(641) { -webkit-animation-delay : 64.1s; animation-delay : 64.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(642) { -webkit-animation-delay : 64.2s; animation-delay : 64.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(643) { -webkit-animation-delay : 64.3s; animation-delay : 64.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(644) { -webkit-animation-delay : 64.4s; animation-delay : 64.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(645) { -webkit-animation-delay : 64.5s; animation-delay : 64.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(646) { -webkit-animation-delay : 64.6s; animation-delay : 64.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(647) { -webkit-animation-delay : 64.7s; animation-delay : 64.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(648) { -webkit-animation-delay : 64.8s; animation-delay : 64.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(649) { -webkit-animation-delay : 64.9s; animation-delay : 64.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(650) { -webkit-animation-delay : 65s; animation-delay : 65s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(651) { -webkit-animation-delay : 65.1s; animation-delay : 65.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(652) { -webkit-animation-delay : 65.2s; animation-delay : 65.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(653) { -webkit-animation-delay : 65.3s; animation-delay : 65.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(654) { -webkit-animation-delay : 65.4s; animation-delay : 65.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(655) { -webkit-animation-delay : 65.5s; animation-delay : 65.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(656) { -webkit-animation-delay : 65.6s; animation-delay : 65.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(657) { -webkit-animation-delay : 65.7s; animation-delay : 65.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(658) { -webkit-animation-delay : 65.8s; animation-delay : 65.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(659) { -webkit-animation-delay : 65.9s; animation-delay : 65.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(660) { -webkit-animation-delay : 66s; animation-delay : 66s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(661) { -webkit-animation-delay : 66.1s; animation-delay : 66.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(662) { -webkit-animation-delay : 66.2s; animation-delay : 66.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(663) { -webkit-animation-delay : 66.3s; animation-delay : 66.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(664) { -webkit-animation-delay : 66.4s; animation-delay : 66.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(665) { -webkit-animation-delay : 66.5s; animation-delay : 66.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(666) { -webkit-animation-delay : 66.6s; animation-delay : 66.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(667) { -webkit-animation-delay : 66.7s; animation-delay : 66.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(668) { -webkit-animation-delay : 66.8s; animation-delay : 66.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(669) { -webkit-animation-delay : 66.9s; animation-delay : 66.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(670) { -webkit-animation-delay : 67s; animation-delay : 67s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(671) { -webkit-animation-delay : 67.1s; animation-delay : 67.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(672) { -webkit-animation-delay : 67.2s; animation-delay : 67.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(673) { -webkit-animation-delay : 67.3s; animation-delay : 67.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(674) { -webkit-animation-delay : 67.4s; animation-delay : 67.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(675) { -webkit-animation-delay : 67.5s; animation-delay : 67.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(676) { -webkit-animation-delay : 67.6s; animation-delay : 67.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(677) { -webkit-animation-delay : 67.7s; animation-delay : 67.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(678) { -webkit-animation-delay : 67.8s; animation-delay : 67.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(679) { -webkit-animation-delay : 67.9s; animation-delay : 67.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(680) { -webkit-animation-delay : 68s; animation-delay : 68s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(681) { -webkit-animation-delay : 68.1s; animation-delay : 68.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(682) { -webkit-animation-delay : 68.2s; animation-delay : 68.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(683) { -webkit-animation-delay : 68.3s; animation-delay : 68.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(684) { -webkit-animation-delay : 68.4s; animation-delay : 68.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(685) { -webkit-animation-delay : 68.5s; animation-delay : 68.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(686) { -webkit-animation-delay : 68.6s; animation-delay : 68.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(687) { -webkit-animation-delay : 68.7s; animation-delay : 68.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(688) { -webkit-animation-delay : 68.8s; animation-delay : 68.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(689) { -webkit-animation-delay : 68.9s; animation-delay : 68.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(690) { -webkit-animation-delay : 69s; animation-delay : 69s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(691) { -webkit-animation-delay : 69.1s; animation-delay : 69.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(692) { -webkit-animation-delay : 69.2s; animation-delay : 69.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(693) { -webkit-animation-delay : 69.3s; animation-delay : 69.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(694) { -webkit-animation-delay : 69.4s; animation-delay : 69.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(695) { -webkit-animation-delay : 69.5s; animation-delay : 69.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(696) { -webkit-animation-delay : 69.6s; animation-delay : 69.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(697) { -webkit-animation-delay : 69.7s; animation-delay : 69.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(698) { -webkit-animation-delay : 69.8s; animation-delay : 69.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(699) { -webkit-animation-delay : 69.9s; animation-delay : 69.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(700) { -webkit-animation-delay : 70s; animation-delay : 70s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(701) { -webkit-animation-delay : 70.1s; animation-delay : 70.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(702) { -webkit-animation-delay : 70.2s; animation-delay : 70.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(703) { -webkit-animation-delay : 70.3s; animation-delay : 70.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(704) { -webkit-animation-delay : 70.4s; animation-delay : 70.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(705) { -webkit-animation-delay : 70.5s; animation-delay : 70.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(706) { -webkit-animation-delay : 70.6s; animation-delay : 70.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(707) { -webkit-animation-delay : 70.7s; animation-delay : 70.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(708) { -webkit-animation-delay : 70.8s; animation-delay : 70.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(709) { -webkit-animation-delay : 70.9s; animation-delay : 70.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(710) { -webkit-animation-delay : 71s; animation-delay : 71s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(711) { -webkit-animation-delay : 71.1s; animation-delay : 71.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(712) { -webkit-animation-delay : 71.2s; animation-delay : 71.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(713) { -webkit-animation-delay : 71.3s; animation-delay : 71.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(714) { -webkit-animation-delay : 71.4s; animation-delay : 71.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(715) { -webkit-animation-delay : 71.5s; animation-delay : 71.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(716) { -webkit-animation-delay : 71.6s; animation-delay : 71.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(717) { -webkit-animation-delay : 71.7s; animation-delay : 71.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(718) { -webkit-animation-delay : 71.8s; animation-delay : 71.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(719) { -webkit-animation-delay : 71.9s; animation-delay : 71.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(720) { -webkit-animation-delay : 72s; animation-delay : 72s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(721) { -webkit-animation-delay : 72.1s; animation-delay : 72.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(722) { -webkit-animation-delay : 72.2s; animation-delay : 72.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(723) { -webkit-animation-delay : 72.3s; animation-delay : 72.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(724) { -webkit-animation-delay : 72.4s; animation-delay : 72.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(725) { -webkit-animation-delay : 72.5s; animation-delay : 72.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(726) { -webkit-animation-delay : 72.6s; animation-delay : 72.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(727) { -webkit-animation-delay : 72.7s; animation-delay : 72.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(728) { -webkit-animation-delay : 72.8s; animation-delay : 72.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(729) { -webkit-animation-delay : 72.9s; animation-delay : 72.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(730) { -webkit-animation-delay : 73s; animation-delay : 73s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(731) { -webkit-animation-delay : 73.1s; animation-delay : 73.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(732) { -webkit-animation-delay : 73.2s; animation-delay : 73.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(733) { -webkit-animation-delay : 73.3s; animation-delay : 73.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(734) { -webkit-animation-delay : 73.4s; animation-delay : 73.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(735) { -webkit-animation-delay : 73.5s; animation-delay : 73.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(736) { -webkit-animation-delay : 73.6s; animation-delay : 73.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(737) { -webkit-animation-delay : 73.7s; animation-delay : 73.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(738) { -webkit-animation-delay : 73.8s; animation-delay : 73.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(739) { -webkit-animation-delay : 73.9s; animation-delay : 73.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(740) { -webkit-animation-delay : 74s; animation-delay : 74s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(741) { -webkit-animation-delay : 74.1s; animation-delay : 74.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(742) { -webkit-animation-delay : 74.2s; animation-delay : 74.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(743) { -webkit-animation-delay : 74.3s; animation-delay : 74.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(744) { -webkit-animation-delay : 74.4s; animation-delay : 74.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(745) { -webkit-animation-delay : 74.5s; animation-delay : 74.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(746) { -webkit-animation-delay : 74.6s; animation-delay : 74.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(747) { -webkit-animation-delay : 74.7s; animation-delay : 74.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(748) { -webkit-animation-delay : 74.8s; animation-delay : 74.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(749) { -webkit-animation-delay : 74.9s; animation-delay : 74.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(750) { -webkit-animation-delay : 75s; animation-delay : 75s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(751) { -webkit-animation-delay : 75.1s; animation-delay : 75.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(752) { -webkit-animation-delay : 75.2s; animation-delay : 75.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(753) { -webkit-animation-delay : 75.3s; animation-delay : 75.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(754) { -webkit-animation-delay : 75.4s; animation-delay : 75.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(755) { -webkit-animation-delay : 75.5s; animation-delay : 75.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(756) { -webkit-animation-delay : 75.6s; animation-delay : 75.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(757) { -webkit-animation-delay : 75.7s; animation-delay : 75.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(758) { -webkit-animation-delay : 75.8s; animation-delay : 75.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(759) { -webkit-animation-delay : 75.9s; animation-delay : 75.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(760) { -webkit-animation-delay : 76s; animation-delay : 76s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(761) { -webkit-animation-delay : 76.1s; animation-delay : 76.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(762) { -webkit-animation-delay : 76.2s; animation-delay : 76.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(763) { -webkit-animation-delay : 76.3s; animation-delay : 76.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(764) { -webkit-animation-delay : 76.4s; animation-delay : 76.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(765) { -webkit-animation-delay : 76.5s; animation-delay : 76.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(766) { -webkit-animation-delay : 76.6s; animation-delay : 76.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(767) { -webkit-animation-delay : 76.7s; animation-delay : 76.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(768) { -webkit-animation-delay : 76.8s; animation-delay : 76.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(769) { -webkit-animation-delay : 76.9s; animation-delay : 76.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(770) { -webkit-animation-delay : 77s; animation-delay : 77s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(771) { -webkit-animation-delay : 77.1s; animation-delay : 77.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(772) { -webkit-animation-delay : 77.2s; animation-delay : 77.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(773) { -webkit-animation-delay : 77.3s; animation-delay : 77.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(774) { -webkit-animation-delay : 77.4s; animation-delay : 77.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(775) { -webkit-animation-delay : 77.5s; animation-delay : 77.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(776) { -webkit-animation-delay : 77.6s; animation-delay : 77.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(777) { -webkit-animation-delay : 77.7s; animation-delay : 77.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(778) { -webkit-animation-delay : 77.8s; animation-delay : 77.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(779) { -webkit-animation-delay : 77.9s; animation-delay : 77.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(780) { -webkit-animation-delay : 78s; animation-delay : 78s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(781) { -webkit-animation-delay : 78.1s; animation-delay : 78.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(782) { -webkit-animation-delay : 78.2s; animation-delay : 78.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(783) { -webkit-animation-delay : 78.3s; animation-delay : 78.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(784) { -webkit-animation-delay : 78.4s; animation-delay : 78.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(785) { -webkit-animation-delay : 78.5s; animation-delay : 78.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(786) { -webkit-animation-delay : 78.6s; animation-delay : 78.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(787) { -webkit-animation-delay : 78.7s; animation-delay : 78.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(788) { -webkit-animation-delay : 78.8s; animation-delay : 78.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(789) { -webkit-animation-delay : 78.9s; animation-delay : 78.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(790) { -webkit-animation-delay : 79s; animation-delay : 79s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(791) { -webkit-animation-delay : 79.1s; animation-delay : 79.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(792) { -webkit-animation-delay : 79.2s; animation-delay : 79.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(793) { -webkit-animation-delay : 79.3s; animation-delay : 79.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(794) { -webkit-animation-delay : 79.4s; animation-delay : 79.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(795) { -webkit-animation-delay : 79.5s; animation-delay : 79.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(796) { -webkit-animation-delay : 79.6s; animation-delay : 79.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(797) { -webkit-animation-delay : 79.7s; animation-delay : 79.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(798) { -webkit-animation-delay : 79.8s; animation-delay : 79.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(799) { -webkit-animation-delay : 79.9s; animation-delay : 79.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(800) { -webkit-animation-delay : 80s; animation-delay : 80s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(801) { -webkit-animation-delay : 80.1s; animation-delay : 80.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(802) { -webkit-animation-delay : 80.2s; animation-delay : 80.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(803) { -webkit-animation-delay : 80.3s; animation-delay : 80.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(804) { -webkit-animation-delay : 80.4s; animation-delay : 80.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(805) { -webkit-animation-delay : 80.5s; animation-delay : 80.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(806) { -webkit-animation-delay : 80.6s; animation-delay : 80.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(807) { -webkit-animation-delay : 80.7s; animation-delay : 80.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(808) { -webkit-animation-delay : 80.8s; animation-delay : 80.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(809) { -webkit-animation-delay : 80.9s; animation-delay : 80.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(810) { -webkit-animation-delay : 81s; animation-delay : 81s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(811) { -webkit-animation-delay : 81.1s; animation-delay : 81.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(812) { -webkit-animation-delay : 81.2s; animation-delay : 81.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(813) { -webkit-animation-delay : 81.3s; animation-delay : 81.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(814) { -webkit-animation-delay : 81.4s; animation-delay : 81.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(815) { -webkit-animation-delay : 81.5s; animation-delay : 81.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(816) { -webkit-animation-delay : 81.6s; animation-delay : 81.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(817) { -webkit-animation-delay : 81.7s; animation-delay : 81.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(818) { -webkit-animation-delay : 81.8s; animation-delay : 81.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(819) { -webkit-animation-delay : 81.9s; animation-delay : 81.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(820) { -webkit-animation-delay : 82s; animation-delay : 82s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(821) { -webkit-animation-delay : 82.1s; animation-delay : 82.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(822) { -webkit-animation-delay : 82.2s; animation-delay : 82.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(823) { -webkit-animation-delay : 82.3s; animation-delay : 82.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(824) { -webkit-animation-delay : 82.4s; animation-delay : 82.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(825) { -webkit-animation-delay : 82.5s; animation-delay : 82.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(826) { -webkit-animation-delay : 82.6s; animation-delay : 82.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(827) { -webkit-animation-delay : 82.7s; animation-delay : 82.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(828) { -webkit-animation-delay : 82.8s; animation-delay : 82.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(829) { -webkit-animation-delay : 82.9s; animation-delay : 82.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(830) { -webkit-animation-delay : 83s; animation-delay : 83s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(831) { -webkit-animation-delay : 83.1s; animation-delay : 83.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(832) { -webkit-animation-delay : 83.2s; animation-delay : 83.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(833) { -webkit-animation-delay : 83.3s; animation-delay : 83.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(834) { -webkit-animation-delay : 83.4s; animation-delay : 83.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(835) { -webkit-animation-delay : 83.5s; animation-delay : 83.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(836) { -webkit-animation-delay : 83.6s; animation-delay : 83.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(837) { -webkit-animation-delay : 83.7s; animation-delay : 83.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(838) { -webkit-animation-delay : 83.8s; animation-delay : 83.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(839) { -webkit-animation-delay : 83.9s; animation-delay : 83.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(840) { -webkit-animation-delay : 84s; animation-delay : 84s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(841) { -webkit-animation-delay : 84.1s; animation-delay : 84.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(842) { -webkit-animation-delay : 84.2s; animation-delay : 84.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(843) { -webkit-animation-delay : 84.3s; animation-delay : 84.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(844) { -webkit-animation-delay : 84.4s; animation-delay : 84.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(845) { -webkit-animation-delay : 84.5s; animation-delay : 84.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(846) { -webkit-animation-delay : 84.6s; animation-delay : 84.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(847) { -webkit-animation-delay : 84.7s; animation-delay : 84.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(848) { -webkit-animation-delay : 84.8s; animation-delay : 84.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(849) { -webkit-animation-delay : 84.9s; animation-delay : 84.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(850) { -webkit-animation-delay : 85s; animation-delay : 85s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(851) { -webkit-animation-delay : 85.1s; animation-delay : 85.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(852) { -webkit-animation-delay : 85.2s; animation-delay : 85.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(853) { -webkit-animation-delay : 85.3s; animation-delay : 85.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(854) { -webkit-animation-delay : 85.4s; animation-delay : 85.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(855) { -webkit-animation-delay : 85.5s; animation-delay : 85.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(856) { -webkit-animation-delay : 85.6s; animation-delay : 85.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(857) { -webkit-animation-delay : 85.7s; animation-delay : 85.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(858) { -webkit-animation-delay : 85.8s; animation-delay : 85.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(859) { -webkit-animation-delay : 85.9s; animation-delay : 85.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(860) { -webkit-animation-delay : 86s; animation-delay : 86s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(861) { -webkit-animation-delay : 86.1s; animation-delay : 86.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(862) { -webkit-animation-delay : 86.2s; animation-delay : 86.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(863) { -webkit-animation-delay : 86.3s; animation-delay : 86.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(864) { -webkit-animation-delay : 86.4s; animation-delay : 86.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(865) { -webkit-animation-delay : 86.5s; animation-delay : 86.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(866) { -webkit-animation-delay : 86.6s; animation-delay : 86.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(867) { -webkit-animation-delay : 86.7s; animation-delay : 86.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(868) { -webkit-animation-delay : 86.8s; animation-delay : 86.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(869) { -webkit-animation-delay : 86.9s; animation-delay : 86.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(870) { -webkit-animation-delay : 87s; animation-delay : 87s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(871) { -webkit-animation-delay : 87.1s; animation-delay : 87.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(872) { -webkit-animation-delay : 87.2s; animation-delay : 87.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(873) { -webkit-animation-delay : 87.3s; animation-delay : 87.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(874) { -webkit-animation-delay : 87.4s; animation-delay : 87.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(875) { -webkit-animation-delay : 87.5s; animation-delay : 87.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(876) { -webkit-animation-delay : 87.6s; animation-delay : 87.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(877) { -webkit-animation-delay : 87.7s; animation-delay : 87.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(878) { -webkit-animation-delay : 87.8s; animation-delay : 87.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(879) { -webkit-animation-delay : 87.9s; animation-delay : 87.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(880) { -webkit-animation-delay : 88s; animation-delay : 88s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(881) { -webkit-animation-delay : 88.1s; animation-delay : 88.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(882) { -webkit-animation-delay : 88.2s; animation-delay : 88.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(883) { -webkit-animation-delay : 88.3s; animation-delay : 88.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(884) { -webkit-animation-delay : 88.4s; animation-delay : 88.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(885) { -webkit-animation-delay : 88.5s; animation-delay : 88.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(886) { -webkit-animation-delay : 88.6s; animation-delay : 88.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(887) { -webkit-animation-delay : 88.7s; animation-delay : 88.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(888) { -webkit-animation-delay : 88.8s; animation-delay : 88.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(889) { -webkit-animation-delay : 88.9s; animation-delay : 88.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(890) { -webkit-animation-delay : 89s; animation-delay : 89s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(891) { -webkit-animation-delay : 89.1s; animation-delay : 89.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(892) { -webkit-animation-delay : 89.2s; animation-delay : 89.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(893) { -webkit-animation-delay : 89.3s; animation-delay : 89.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(894) { -webkit-animation-delay : 89.4s; animation-delay : 89.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(895) { -webkit-animation-delay : 89.5s; animation-delay : 89.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(896) { -webkit-animation-delay : 89.6s; animation-delay : 89.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(897) { -webkit-animation-delay : 89.7s; animation-delay : 89.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(898) { -webkit-animation-delay : 89.8s; animation-delay : 89.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(899) { -webkit-animation-delay : 89.9s; animation-delay : 89.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(900) { -webkit-animation-delay : 90s; animation-delay : 90s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(901) { -webkit-animation-delay : 90.1s; animation-delay : 90.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(902) { -webkit-animation-delay : 90.2s; animation-delay : 90.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(903) { -webkit-animation-delay : 90.3s; animation-delay : 90.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(904) { -webkit-animation-delay : 90.4s; animation-delay : 90.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(905) { -webkit-animation-delay : 90.5s; animation-delay : 90.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(906) { -webkit-animation-delay : 90.6s; animation-delay : 90.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(907) { -webkit-animation-delay : 90.7s; animation-delay : 90.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(908) { -webkit-animation-delay : 90.8s; animation-delay : 90.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(909) { -webkit-animation-delay : 90.9s; animation-delay : 90.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(910) { -webkit-animation-delay : 91s; animation-delay : 91s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(911) { -webkit-animation-delay : 91.1s; animation-delay : 91.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(912) { -webkit-animation-delay : 91.2s; animation-delay : 91.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(913) { -webkit-animation-delay : 91.3s; animation-delay : 91.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(914) { -webkit-animation-delay : 91.4s; animation-delay : 91.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(915) { -webkit-animation-delay : 91.5s; animation-delay : 91.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(916) { -webkit-animation-delay : 91.6s; animation-delay : 91.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(917) { -webkit-animation-delay : 91.7s; animation-delay : 91.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(918) { -webkit-animation-delay : 91.8s; animation-delay : 91.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(919) { -webkit-animation-delay : 91.9s; animation-delay : 91.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(920) { -webkit-animation-delay : 92s; animation-delay : 92s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(921) { -webkit-animation-delay : 92.1s; animation-delay : 92.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(922) { -webkit-animation-delay : 92.2s; animation-delay : 92.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(923) { -webkit-animation-delay : 92.3s; animation-delay : 92.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(924) { -webkit-animation-delay : 92.4s; animation-delay : 92.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(925) { -webkit-animation-delay : 92.5s; animation-delay : 92.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(926) { -webkit-animation-delay : 92.6s; animation-delay : 92.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(927) { -webkit-animation-delay : 92.7s; animation-delay : 92.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(928) { -webkit-animation-delay : 92.8s; animation-delay : 92.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(929) { -webkit-animation-delay : 92.9s; animation-delay : 92.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(930) { -webkit-animation-delay : 93s; animation-delay : 93s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(931) { -webkit-animation-delay : 93.1s; animation-delay : 93.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(932) { -webkit-animation-delay : 93.2s; animation-delay : 93.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(933) { -webkit-animation-delay : 93.3s; animation-delay : 93.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(934) { -webkit-animation-delay : 93.4s; animation-delay : 93.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(935) { -webkit-animation-delay : 93.5s; animation-delay : 93.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(936) { -webkit-animation-delay : 93.6s; animation-delay : 93.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(937) { -webkit-animation-delay : 93.7s; animation-delay : 93.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(938) { -webkit-animation-delay : 93.8s; animation-delay : 93.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(939) { -webkit-animation-delay : 93.9s; animation-delay : 93.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(940) { -webkit-animation-delay : 94s; animation-delay : 94s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(941) { -webkit-animation-delay : 94.1s; animation-delay : 94.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(942) { -webkit-animation-delay : 94.2s; animation-delay : 94.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(943) { -webkit-animation-delay : 94.3s; animation-delay : 94.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(944) { -webkit-animation-delay : 94.4s; animation-delay : 94.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(945) { -webkit-animation-delay : 94.5s; animation-delay : 94.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(946) { -webkit-animation-delay : 94.6s; animation-delay : 94.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(947) { -webkit-animation-delay : 94.7s; animation-delay : 94.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(948) { -webkit-animation-delay : 94.8s; animation-delay : 94.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(949) { -webkit-animation-delay : 94.9s; animation-delay : 94.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(950) { -webkit-animation-delay : 95s; animation-delay : 95s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(951) { -webkit-animation-delay : 95.1s; animation-delay : 95.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(952) { -webkit-animation-delay : 95.2s; animation-delay : 95.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(953) { -webkit-animation-delay : 95.3s; animation-delay : 95.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(954) { -webkit-animation-delay : 95.4s; animation-delay : 95.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(955) { -webkit-animation-delay : 95.5s; animation-delay : 95.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(956) { -webkit-animation-delay : 95.6s; animation-delay : 95.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(957) { -webkit-animation-delay : 95.7s; animation-delay : 95.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(958) { -webkit-animation-delay : 95.8s; animation-delay : 95.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(959) { -webkit-animation-delay : 95.9s; animation-delay : 95.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(960) { -webkit-animation-delay : 96s; animation-delay : 96s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(961) { -webkit-animation-delay : 96.1s; animation-delay : 96.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(962) { -webkit-animation-delay : 96.2s; animation-delay : 96.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(963) { -webkit-animation-delay : 96.3s; animation-delay : 96.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(964) { -webkit-animation-delay : 96.4s; animation-delay : 96.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(965) { -webkit-animation-delay : 96.5s; animation-delay : 96.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(966) { -webkit-animation-delay : 96.6s; animation-delay : 96.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(967) { -webkit-animation-delay : 96.7s; animation-delay : 96.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(968) { -webkit-animation-delay : 96.8s; animation-delay : 96.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(969) { -webkit-animation-delay : 96.9s; animation-delay : 96.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(970) { -webkit-animation-delay : 97s; animation-delay : 97s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(971) { -webkit-animation-delay : 97.1s; animation-delay : 97.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(972) { -webkit-animation-delay : 97.2s; animation-delay : 97.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(973) { -webkit-animation-delay : 97.3s; animation-delay : 97.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(974) { -webkit-animation-delay : 97.4s; animation-delay : 97.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(975) { -webkit-animation-delay : 97.5s; animation-delay : 97.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(976) { -webkit-animation-delay : 97.6s; animation-delay : 97.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(977) { -webkit-animation-delay : 97.7s; animation-delay : 97.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(978) { -webkit-animation-delay : 97.8s; animation-delay : 97.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(979) { -webkit-animation-delay : 97.9s; animation-delay : 97.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(980) { -webkit-animation-delay : 98s; animation-delay : 98s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(981) { -webkit-animation-delay : 98.1s; animation-delay : 98.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(982) { -webkit-animation-delay : 98.2s; animation-delay : 98.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(983) { -webkit-animation-delay : 98.3s; animation-delay : 98.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(984) { -webkit-animation-delay : 98.4s; animation-delay : 98.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(985) { -webkit-animation-delay : 98.5s; animation-delay : 98.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(986) { -webkit-animation-delay : 98.6s; animation-delay : 98.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(987) { -webkit-animation-delay : 98.7s; animation-delay : 98.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(988) { -webkit-animation-delay : 98.8s; animation-delay : 98.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(989) { -webkit-animation-delay : 98.9s; animation-delay : 98.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(990) { -webkit-animation-delay : 99s; animation-delay : 99s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(991) { -webkit-animation-delay : 99.1s; animation-delay : 99.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(992) { -webkit-animation-delay : 99.2s; animation-delay : 99.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(993) { -webkit-animation-delay : 99.3s; animation-delay : 99.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(994) { -webkit-animation-delay : 99.4s; animation-delay : 99.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(995) { -webkit-animation-delay : 99.5s; animation-delay : 99.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(996) { -webkit-animation-delay : 99.6s; animation-delay : 99.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(997) { -webkit-animation-delay : 99.7s; animation-delay : 99.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(998) { -webkit-animation-delay : 99.8s; animation-delay : 99.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(999) { -webkit-animation-delay : 99.9s; animation-delay : 99.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1000) { -webkit-animation-delay : 100s; animation-delay : 100s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1001) { -webkit-animation-delay : 100.1s; animation-delay : 100.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1002) { -webkit-animation-delay : 100.2s; animation-delay : 100.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1003) { -webkit-animation-delay : 100.3s; animation-delay : 100.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1004) { -webkit-animation-delay : 100.4s; animation-delay : 100.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1005) { -webkit-animation-delay : 100.5s; animation-delay : 100.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1006) { -webkit-animation-delay : 100.6s; animation-delay : 100.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1007) { -webkit-animation-delay : 100.7s; animation-delay : 100.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1008) { -webkit-animation-delay : 100.8s; animation-delay : 100.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1009) { -webkit-animation-delay : 100.9s; animation-delay : 100.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1010) { -webkit-animation-delay : 101s; animation-delay : 101s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1011) { -webkit-animation-delay : 101.1s; animation-delay : 101.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1012) { -webkit-animation-delay : 101.2s; animation-delay : 101.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1013) { -webkit-animation-delay : 101.3s; animation-delay : 101.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1014) { -webkit-animation-delay : 101.4s; animation-delay : 101.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1015) { -webkit-animation-delay : 101.5s; animation-delay : 101.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1016) { -webkit-animation-delay : 101.6s; animation-delay : 101.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1017) { -webkit-animation-delay : 101.7s; animation-delay : 101.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1018) { -webkit-animation-delay : 101.8s; animation-delay : 101.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1019) { -webkit-animation-delay : 101.9s; animation-delay : 101.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1020) { -webkit-animation-delay : 102s; animation-delay : 102s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1021) { -webkit-animation-delay : 102.1s; animation-delay : 102.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1022) { -webkit-animation-delay : 102.2s; animation-delay : 102.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1023) { -webkit-animation-delay : 102.3s; animation-delay : 102.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1024) { -webkit-animation-delay : 102.4s; animation-delay : 102.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1025) { -webkit-animation-delay : 102.5s; animation-delay : 102.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1026) { -webkit-animation-delay : 102.6s; animation-delay : 102.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1027) { -webkit-animation-delay : 102.7s; animation-delay : 102.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1028) { -webkit-animation-delay : 102.8s; animation-delay : 102.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1029) { -webkit-animation-delay : 102.9s; animation-delay : 102.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1030) { -webkit-animation-delay : 103s; animation-delay : 103s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1031) { -webkit-animation-delay : 103.1s; animation-delay : 103.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1032) { -webkit-animation-delay : 103.2s; animation-delay : 103.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1033) { -webkit-animation-delay : 103.3s; animation-delay : 103.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1034) { -webkit-animation-delay : 103.4s; animation-delay : 103.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1035) { -webkit-animation-delay : 103.5s; animation-delay : 103.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1036) { -webkit-animation-delay : 103.6s; animation-delay : 103.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1037) { -webkit-animation-delay : 103.7s; animation-delay : 103.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1038) { -webkit-animation-delay : 103.8s; animation-delay : 103.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1039) { -webkit-animation-delay : 103.9s; animation-delay : 103.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1040) { -webkit-animation-delay : 104s; animation-delay : 104s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1041) { -webkit-animation-delay : 104.1s; animation-delay : 104.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1042) { -webkit-animation-delay : 104.2s; animation-delay : 104.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1043) { -webkit-animation-delay : 104.3s; animation-delay : 104.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1044) { -webkit-animation-delay : 104.4s; animation-delay : 104.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1045) { -webkit-animation-delay : 104.5s; animation-delay : 104.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1046) { -webkit-animation-delay : 104.6s; animation-delay : 104.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1047) { -webkit-animation-delay : 104.7s; animation-delay : 104.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1048) { -webkit-animation-delay : 104.8s; animation-delay : 104.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1049) { -webkit-animation-delay : 104.9s; animation-delay : 104.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1050) { -webkit-animation-delay : 105s; animation-delay : 105s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1051) { -webkit-animation-delay : 105.1s; animation-delay : 105.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1052) { -webkit-animation-delay : 105.2s; animation-delay : 105.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1053) { -webkit-animation-delay : 105.3s; animation-delay : 105.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1054) { -webkit-animation-delay : 105.4s; animation-delay : 105.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1055) { -webkit-animation-delay : 105.5s; animation-delay : 105.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1056) { -webkit-animation-delay : 105.6s; animation-delay : 105.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1057) { -webkit-animation-delay : 105.7s; animation-delay : 105.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1058) { -webkit-animation-delay : 105.8s; animation-delay : 105.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1059) { -webkit-animation-delay : 105.9s; animation-delay : 105.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1060) { -webkit-animation-delay : 106s; animation-delay : 106s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1061) { -webkit-animation-delay : 106.1s; animation-delay : 106.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1062) { -webkit-animation-delay : 106.2s; animation-delay : 106.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1063) { -webkit-animation-delay : 106.3s; animation-delay : 106.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1064) { -webkit-animation-delay : 106.4s; animation-delay : 106.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1065) { -webkit-animation-delay : 106.5s; animation-delay : 106.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1066) { -webkit-animation-delay : 106.6s; animation-delay : 106.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1067) { -webkit-animation-delay : 106.7s; animation-delay : 106.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1068) { -webkit-animation-delay : 106.8s; animation-delay : 106.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1069) { -webkit-animation-delay : 106.9s; animation-delay : 106.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1070) { -webkit-animation-delay : 107s; animation-delay : 107s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1071) { -webkit-animation-delay : 107.1s; animation-delay : 107.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1072) { -webkit-animation-delay : 107.2s; animation-delay : 107.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1073) { -webkit-animation-delay : 107.3s; animation-delay : 107.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1074) { -webkit-animation-delay : 107.4s; animation-delay : 107.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1075) { -webkit-animation-delay : 107.5s; animation-delay : 107.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1076) { -webkit-animation-delay : 107.6s; animation-delay : 107.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1077) { -webkit-animation-delay : 107.7s; animation-delay : 107.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1078) { -webkit-animation-delay : 107.8s; animation-delay : 107.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1079) { -webkit-animation-delay : 107.9s; animation-delay : 107.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1080) { -webkit-animation-delay : 108s; animation-delay : 108s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1081) { -webkit-animation-delay : 108.1s; animation-delay : 108.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1082) { -webkit-animation-delay : 108.2s; animation-delay : 108.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1083) { -webkit-animation-delay : 108.3s; animation-delay : 108.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1084) { -webkit-animation-delay : 108.4s; animation-delay : 108.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1085) { -webkit-animation-delay : 108.5s; animation-delay : 108.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1086) { -webkit-animation-delay : 108.6s; animation-delay : 108.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1087) { -webkit-animation-delay : 108.7s; animation-delay : 108.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1088) { -webkit-animation-delay : 108.8s; animation-delay : 108.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1089) { -webkit-animation-delay : 108.9s; animation-delay : 108.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1090) { -webkit-animation-delay : 109s; animation-delay : 109s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1091) { -webkit-animation-delay : 109.1s; animation-delay : 109.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1092) { -webkit-animation-delay : 109.2s; animation-delay : 109.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1093) { -webkit-animation-delay : 109.3s; animation-delay : 109.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1094) { -webkit-animation-delay : 109.4s; animation-delay : 109.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1095) { -webkit-animation-delay : 109.5s; animation-delay : 109.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1096) { -webkit-animation-delay : 109.6s; animation-delay : 109.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1097) { -webkit-animation-delay : 109.7s; animation-delay : 109.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1098) { -webkit-animation-delay : 109.8s; animation-delay : 109.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1099) { -webkit-animation-delay : 109.9s; animation-delay : 109.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1100) { -webkit-animation-delay : 110s; animation-delay : 110s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1101) { -webkit-animation-delay : 110.1s; animation-delay : 110.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1102) { -webkit-animation-delay : 110.2s; animation-delay : 110.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1103) { -webkit-animation-delay : 110.3s; animation-delay : 110.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1104) { -webkit-animation-delay : 110.4s; animation-delay : 110.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1105) { -webkit-animation-delay : 110.5s; animation-delay : 110.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1106) { -webkit-animation-delay : 110.6s; animation-delay : 110.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1107) { -webkit-animation-delay : 110.7s; animation-delay : 110.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1108) { -webkit-animation-delay : 110.8s; animation-delay : 110.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1109) { -webkit-animation-delay : 110.9s; animation-delay : 110.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1110) { -webkit-animation-delay : 111s; animation-delay : 111s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1111) { -webkit-animation-delay : 111.1s; animation-delay : 111.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1112) { -webkit-animation-delay : 111.2s; animation-delay : 111.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1113) { -webkit-animation-delay : 111.3s; animation-delay : 111.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1114) { -webkit-animation-delay : 111.4s; animation-delay : 111.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1115) { -webkit-animation-delay : 111.5s; animation-delay : 111.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1116) { -webkit-animation-delay : 111.6s; animation-delay : 111.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1117) { -webkit-animation-delay : 111.7s; animation-delay : 111.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1118) { -webkit-animation-delay : 111.8s; animation-delay : 111.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1119) { -webkit-animation-delay : 111.9s; animation-delay : 111.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1120) { -webkit-animation-delay : 112s; animation-delay : 112s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1121) { -webkit-animation-delay : 112.1s; animation-delay : 112.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1122) { -webkit-animation-delay : 112.2s; animation-delay : 112.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1123) { -webkit-animation-delay : 112.3s; animation-delay : 112.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1124) { -webkit-animation-delay : 112.4s; animation-delay : 112.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1125) { -webkit-animation-delay : 112.5s; animation-delay : 112.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1126) { -webkit-animation-delay : 112.6s; animation-delay : 112.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1127) { -webkit-animation-delay : 112.7s; animation-delay : 112.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1128) { -webkit-animation-delay : 112.8s; animation-delay : 112.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1129) { -webkit-animation-delay : 112.9s; animation-delay : 112.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1130) { -webkit-animation-delay : 113s; animation-delay : 113s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1131) { -webkit-animation-delay : 113.1s; animation-delay : 113.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1132) { -webkit-animation-delay : 113.2s; animation-delay : 113.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1133) { -webkit-animation-delay : 113.3s; animation-delay : 113.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1134) { -webkit-animation-delay : 113.4s; animation-delay : 113.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1135) { -webkit-animation-delay : 113.5s; animation-delay : 113.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1136) { -webkit-animation-delay : 113.6s; animation-delay : 113.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1137) { -webkit-animation-delay : 113.7s; animation-delay : 113.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1138) { -webkit-animation-delay : 113.8s; animation-delay : 113.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1139) { -webkit-animation-delay : 113.9s; animation-delay : 113.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1140) { -webkit-animation-delay : 114s; animation-delay : 114s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1141) { -webkit-animation-delay : 114.1s; animation-delay : 114.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1142) { -webkit-animation-delay : 114.2s; animation-delay : 114.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1143) { -webkit-animation-delay : 114.3s; animation-delay : 114.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1144) { -webkit-animation-delay : 114.4s; animation-delay : 114.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1145) { -webkit-animation-delay : 114.5s; animation-delay : 114.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1146) { -webkit-animation-delay : 114.6s; animation-delay : 114.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1147) { -webkit-animation-delay : 114.7s; animation-delay : 114.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1148) { -webkit-animation-delay : 114.8s; animation-delay : 114.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1149) { -webkit-animation-delay : 114.9s; animation-delay : 114.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1150) { -webkit-animation-delay : 115s; animation-delay : 115s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1151) { -webkit-animation-delay : 115.1s; animation-delay : 115.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1152) { -webkit-animation-delay : 115.2s; animation-delay : 115.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1153) { -webkit-animation-delay : 115.3s; animation-delay : 115.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1154) { -webkit-animation-delay : 115.4s; animation-delay : 115.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1155) { -webkit-animation-delay : 115.5s; animation-delay : 115.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1156) { -webkit-animation-delay : 115.6s; animation-delay : 115.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1157) { -webkit-animation-delay : 115.7s; animation-delay : 115.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1158) { -webkit-animation-delay : 115.8s; animation-delay : 115.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1159) { -webkit-animation-delay : 115.9s; animation-delay : 115.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1160) { -webkit-animation-delay : 116s; animation-delay : 116s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1161) { -webkit-animation-delay : 116.1s; animation-delay : 116.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1162) { -webkit-animation-delay : 116.2s; animation-delay : 116.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1163) { -webkit-animation-delay : 116.3s; animation-delay : 116.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1164) { -webkit-animation-delay : 116.4s; animation-delay : 116.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1165) { -webkit-animation-delay : 116.5s; animation-delay : 116.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1166) { -webkit-animation-delay : 116.6s; animation-delay : 116.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1167) { -webkit-animation-delay : 116.7s; animation-delay : 116.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1168) { -webkit-animation-delay : 116.8s; animation-delay : 116.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1169) { -webkit-animation-delay : 116.9s; animation-delay : 116.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1170) { -webkit-animation-delay : 117s; animation-delay : 117s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1171) { -webkit-animation-delay : 117.1s; animation-delay : 117.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1172) { -webkit-animation-delay : 117.2s; animation-delay : 117.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1173) { -webkit-animation-delay : 117.3s; animation-delay : 117.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1174) { -webkit-animation-delay : 117.4s; animation-delay : 117.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1175) { -webkit-animation-delay : 117.5s; animation-delay : 117.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1176) { -webkit-animation-delay : 117.6s; animation-delay : 117.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1177) { -webkit-animation-delay : 117.7s; animation-delay : 117.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1178) { -webkit-animation-delay : 117.8s; animation-delay : 117.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1179) { -webkit-animation-delay : 117.9s; animation-delay : 117.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1180) { -webkit-animation-delay : 118s; animation-delay : 118s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1181) { -webkit-animation-delay : 118.1s; animation-delay : 118.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1182) { -webkit-animation-delay : 118.2s; animation-delay : 118.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1183) { -webkit-animation-delay : 118.3s; animation-delay : 118.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1184) { -webkit-animation-delay : 118.4s; animation-delay : 118.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1185) { -webkit-animation-delay : 118.5s; animation-delay : 118.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1186) { -webkit-animation-delay : 118.6s; animation-delay : 118.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1187) { -webkit-animation-delay : 118.7s; animation-delay : 118.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1188) { -webkit-animation-delay : 118.8s; animation-delay : 118.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1189) { -webkit-animation-delay : 118.9s; animation-delay : 118.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1190) { -webkit-animation-delay : 119s; animation-delay : 119s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1191) { -webkit-animation-delay : 119.1s; animation-delay : 119.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1192) { -webkit-animation-delay : 119.2s; animation-delay : 119.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1193) { -webkit-animation-delay : 119.3s; animation-delay : 119.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1194) { -webkit-animation-delay : 119.4s; animation-delay : 119.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1195) { -webkit-animation-delay : 119.5s; animation-delay : 119.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1196) { -webkit-animation-delay : 119.6s; animation-delay : 119.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1197) { -webkit-animation-delay : 119.7s; animation-delay : 119.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1198) { -webkit-animation-delay : 119.8s; animation-delay : 119.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1199) { -webkit-animation-delay : 119.9s; animation-delay : 119.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1200) { -webkit-animation-delay : 120s; animation-delay : 120s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1201) { -webkit-animation-delay : 120.1s; animation-delay : 120.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1202) { -webkit-animation-delay : 120.2s; animation-delay : 120.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1203) { -webkit-animation-delay : 120.3s; animation-delay : 120.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1204) { -webkit-animation-delay : 120.4s; animation-delay : 120.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1205) { -webkit-animation-delay : 120.5s; animation-delay : 120.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1206) { -webkit-animation-delay : 120.6s; animation-delay : 120.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1207) { -webkit-animation-delay : 120.7s; animation-delay : 120.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1208) { -webkit-animation-delay : 120.8s; animation-delay : 120.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1209) { -webkit-animation-delay : 120.9s; animation-delay : 120.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1210) { -webkit-animation-delay : 121s; animation-delay : 121s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1211) { -webkit-animation-delay : 121.1s; animation-delay : 121.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1212) { -webkit-animation-delay : 121.2s; animation-delay : 121.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1213) { -webkit-animation-delay : 121.3s; animation-delay : 121.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1214) { -webkit-animation-delay : 121.4s; animation-delay : 121.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1215) { -webkit-animation-delay : 121.5s; animation-delay : 121.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1216) { -webkit-animation-delay : 121.6s; animation-delay : 121.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1217) { -webkit-animation-delay : 121.7s; animation-delay : 121.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1218) { -webkit-animation-delay : 121.8s; animation-delay : 121.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1219) { -webkit-animation-delay : 121.9s; animation-delay : 121.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1220) { -webkit-animation-delay : 122s; animation-delay : 122s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1221) { -webkit-animation-delay : 122.1s; animation-delay : 122.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1222) { -webkit-animation-delay : 122.2s; animation-delay : 122.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1223) { -webkit-animation-delay : 122.3s; animation-delay : 122.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1224) { -webkit-animation-delay : 122.4s; animation-delay : 122.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1225) { -webkit-animation-delay : 122.5s; animation-delay : 122.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1226) { -webkit-animation-delay : 122.6s; animation-delay : 122.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1227) { -webkit-animation-delay : 122.7s; animation-delay : 122.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1228) { -webkit-animation-delay : 122.8s; animation-delay : 122.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1229) { -webkit-animation-delay : 122.9s; animation-delay : 122.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1230) { -webkit-animation-delay : 123s; animation-delay : 123s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1231) { -webkit-animation-delay : 123.1s; animation-delay : 123.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1232) { -webkit-animation-delay : 123.2s; animation-delay : 123.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1233) { -webkit-animation-delay : 123.3s; animation-delay : 123.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1234) { -webkit-animation-delay : 123.4s; animation-delay : 123.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1235) { -webkit-animation-delay : 123.5s; animation-delay : 123.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1236) { -webkit-animation-delay : 123.6s; animation-delay : 123.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1237) { -webkit-animation-delay : 123.7s; animation-delay : 123.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1238) { -webkit-animation-delay : 123.8s; animation-delay : 123.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1239) { -webkit-animation-delay : 123.9s; animation-delay : 123.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1240) { -webkit-animation-delay : 124s; animation-delay : 124s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1241) { -webkit-animation-delay : 124.1s; animation-delay : 124.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1242) { -webkit-animation-delay : 124.2s; animation-delay : 124.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1243) { -webkit-animation-delay : 124.3s; animation-delay : 124.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1244) { -webkit-animation-delay : 124.4s; animation-delay : 124.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1245) { -webkit-animation-delay : 124.5s; animation-delay : 124.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1246) { -webkit-animation-delay : 124.6s; animation-delay : 124.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1247) { -webkit-animation-delay : 124.7s; animation-delay : 124.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1248) { -webkit-animation-delay : 124.8s; animation-delay : 124.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1249) { -webkit-animation-delay : 124.9s; animation-delay : 124.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1250) { -webkit-animation-delay : 125s; animation-delay : 125s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1251) { -webkit-animation-delay : 125.1s; animation-delay : 125.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1252) { -webkit-animation-delay : 125.2s; animation-delay : 125.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1253) { -webkit-animation-delay : 125.3s; animation-delay : 125.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1254) { -webkit-animation-delay : 125.4s; animation-delay : 125.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1255) { -webkit-animation-delay : 125.5s; animation-delay : 125.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1256) { -webkit-animation-delay : 125.6s; animation-delay : 125.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1257) { -webkit-animation-delay : 125.7s; animation-delay : 125.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1258) { -webkit-animation-delay : 125.8s; animation-delay : 125.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1259) { -webkit-animation-delay : 125.9s; animation-delay : 125.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1260) { -webkit-animation-delay : 126s; animation-delay : 126s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1261) { -webkit-animation-delay : 126.1s; animation-delay : 126.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1262) { -webkit-animation-delay : 126.2s; animation-delay : 126.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1263) { -webkit-animation-delay : 126.3s; animation-delay : 126.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1264) { -webkit-animation-delay : 126.4s; animation-delay : 126.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1265) { -webkit-animation-delay : 126.5s; animation-delay : 126.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1266) { -webkit-animation-delay : 126.6s; animation-delay : 126.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1267) { -webkit-animation-delay : 126.7s; animation-delay : 126.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1268) { -webkit-animation-delay : 126.8s; animation-delay : 126.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1269) { -webkit-animation-delay : 126.9s; animation-delay : 126.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1270) { -webkit-animation-delay : 127s; animation-delay : 127s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1271) { -webkit-animation-delay : 127.1s; animation-delay : 127.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1272) { -webkit-animation-delay : 127.2s; animation-delay : 127.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1273) { -webkit-animation-delay : 127.3s; animation-delay : 127.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1274) { -webkit-animation-delay : 127.4s; animation-delay : 127.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1275) { -webkit-animation-delay : 127.5s; animation-delay : 127.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1276) { -webkit-animation-delay : 127.6s; animation-delay : 127.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1277) { -webkit-animation-delay : 127.7s; animation-delay : 127.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1278) { -webkit-animation-delay : 127.8s; animation-delay : 127.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1279) { -webkit-animation-delay : 127.9s; animation-delay : 127.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1280) { -webkit-animation-delay : 128s; animation-delay : 128s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1281) { -webkit-animation-delay : 128.1s; animation-delay : 128.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1282) { -webkit-animation-delay : 128.2s; animation-delay : 128.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1283) { -webkit-animation-delay : 128.3s; animation-delay : 128.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1284) { -webkit-animation-delay : 128.4s; animation-delay : 128.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1285) { -webkit-animation-delay : 128.5s; animation-delay : 128.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1286) { -webkit-animation-delay : 128.6s; animation-delay : 128.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1287) { -webkit-animation-delay : 128.7s; animation-delay : 128.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1288) { -webkit-animation-delay : 128.8s; animation-delay : 128.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1289) { -webkit-animation-delay : 128.9s; animation-delay : 128.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1290) { -webkit-animation-delay : 129s; animation-delay : 129s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1291) { -webkit-animation-delay : 129.1s; animation-delay : 129.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1292) { -webkit-animation-delay : 129.2s; animation-delay : 129.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1293) { -webkit-animation-delay : 129.3s; animation-delay : 129.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1294) { -webkit-animation-delay : 129.4s; animation-delay : 129.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1295) { -webkit-animation-delay : 129.5s; animation-delay : 129.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1296) { -webkit-animation-delay : 129.6s; animation-delay : 129.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1297) { -webkit-animation-delay : 129.7s; animation-delay : 129.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1298) { -webkit-animation-delay : 129.8s; animation-delay : 129.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1299) { -webkit-animation-delay : 129.9s; animation-delay : 129.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1300) { -webkit-animation-delay : 130s; animation-delay : 130s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1301) { -webkit-animation-delay : 130.1s; animation-delay : 130.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1302) { -webkit-animation-delay : 130.2s; animation-delay : 130.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1303) { -webkit-animation-delay : 130.3s; animation-delay : 130.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1304) { -webkit-animation-delay : 130.4s; animation-delay : 130.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1305) { -webkit-animation-delay : 130.5s; animation-delay : 130.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1306) { -webkit-animation-delay : 130.6s; animation-delay : 130.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1307) { -webkit-animation-delay : 130.7s; animation-delay : 130.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1308) { -webkit-animation-delay : 130.8s; animation-delay : 130.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1309) { -webkit-animation-delay : 130.9s; animation-delay : 130.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1310) { -webkit-animation-delay : 131s; animation-delay : 131s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1311) { -webkit-animation-delay : 131.1s; animation-delay : 131.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1312) { -webkit-animation-delay : 131.2s; animation-delay : 131.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1313) { -webkit-animation-delay : 131.3s; animation-delay : 131.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1314) { -webkit-animation-delay : 131.4s; animation-delay : 131.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1315) { -webkit-animation-delay : 131.5s; animation-delay : 131.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1316) { -webkit-animation-delay : 131.6s; animation-delay : 131.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1317) { -webkit-animation-delay : 131.7s; animation-delay : 131.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1318) { -webkit-animation-delay : 131.8s; animation-delay : 131.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1319) { -webkit-animation-delay : 131.9s; animation-delay : 131.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1320) { -webkit-animation-delay : 132s; animation-delay : 132s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1321) { -webkit-animation-delay : 132.1s; animation-delay : 132.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1322) { -webkit-animation-delay : 132.2s; animation-delay : 132.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1323) { -webkit-animation-delay : 132.3s; animation-delay : 132.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1324) { -webkit-animation-delay : 132.4s; animation-delay : 132.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1325) { -webkit-animation-delay : 132.5s; animation-delay : 132.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1326) { -webkit-animation-delay : 132.6s; animation-delay : 132.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1327) { -webkit-animation-delay : 132.7s; animation-delay : 132.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1328) { -webkit-animation-delay : 132.8s; animation-delay : 132.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1329) { -webkit-animation-delay : 132.9s; animation-delay : 132.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1330) { -webkit-animation-delay : 133s; animation-delay : 133s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1331) { -webkit-animation-delay : 133.1s; animation-delay : 133.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1332) { -webkit-animation-delay : 133.2s; animation-delay : 133.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1333) { -webkit-animation-delay : 133.3s; animation-delay : 133.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1334) { -webkit-animation-delay : 133.4s; animation-delay : 133.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1335) { -webkit-animation-delay : 133.5s; animation-delay : 133.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1336) { -webkit-animation-delay : 133.6s; animation-delay : 133.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1337) { -webkit-animation-delay : 133.7s; animation-delay : 133.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1338) { -webkit-animation-delay : 133.8s; animation-delay : 133.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1339) { -webkit-animation-delay : 133.9s; animation-delay : 133.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1340) { -webkit-animation-delay : 134s; animation-delay : 134s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1341) { -webkit-animation-delay : 134.1s; animation-delay : 134.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1342) { -webkit-animation-delay : 134.2s; animation-delay : 134.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1343) { -webkit-animation-delay : 134.3s; animation-delay : 134.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1344) { -webkit-animation-delay : 134.4s; animation-delay : 134.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1345) { -webkit-animation-delay : 134.5s; animation-delay : 134.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1346) { -webkit-animation-delay : 134.6s; animation-delay : 134.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1347) { -webkit-animation-delay : 134.7s; animation-delay : 134.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1348) { -webkit-animation-delay : 134.8s; animation-delay : 134.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1349) { -webkit-animation-delay : 134.9s; animation-delay : 134.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1350) { -webkit-animation-delay : 135s; animation-delay : 135s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1351) { -webkit-animation-delay : 135.1s; animation-delay : 135.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1352) { -webkit-animation-delay : 135.2s; animation-delay : 135.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1353) { -webkit-animation-delay : 135.3s; animation-delay : 135.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1354) { -webkit-animation-delay : 135.4s; animation-delay : 135.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1355) { -webkit-animation-delay : 135.5s; animation-delay : 135.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1356) { -webkit-animation-delay : 135.6s; animation-delay : 135.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1357) { -webkit-animation-delay : 135.7s; animation-delay : 135.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1358) { -webkit-animation-delay : 135.8s; animation-delay : 135.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1359) { -webkit-animation-delay : 135.9s; animation-delay : 135.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1360) { -webkit-animation-delay : 136s; animation-delay : 136s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1361) { -webkit-animation-delay : 136.1s; animation-delay : 136.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1362) { -webkit-animation-delay : 136.2s; animation-delay : 136.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1363) { -webkit-animation-delay : 136.3s; animation-delay : 136.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1364) { -webkit-animation-delay : 136.4s; animation-delay : 136.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1365) { -webkit-animation-delay : 136.5s; animation-delay : 136.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1366) { -webkit-animation-delay : 136.6s; animation-delay : 136.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1367) { -webkit-animation-delay : 136.7s; animation-delay : 136.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1368) { -webkit-animation-delay : 136.8s; animation-delay : 136.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1369) { -webkit-animation-delay : 136.9s; animation-delay : 136.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1370) { -webkit-animation-delay : 137s; animation-delay : 137s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1371) { -webkit-animation-delay : 137.1s; animation-delay : 137.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1372) { -webkit-animation-delay : 137.2s; animation-delay : 137.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1373) { -webkit-animation-delay : 137.3s; animation-delay : 137.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1374) { -webkit-animation-delay : 137.4s; animation-delay : 137.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1375) { -webkit-animation-delay : 137.5s; animation-delay : 137.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1376) { -webkit-animation-delay : 137.6s; animation-delay : 137.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1377) { -webkit-animation-delay : 137.7s; animation-delay : 137.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1378) { -webkit-animation-delay : 137.8s; animation-delay : 137.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1379) { -webkit-animation-delay : 137.9s; animation-delay : 137.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1380) { -webkit-animation-delay : 138s; animation-delay : 138s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1381) { -webkit-animation-delay : 138.1s; animation-delay : 138.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1382) { -webkit-animation-delay : 138.2s; animation-delay : 138.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1383) { -webkit-animation-delay : 138.3s; animation-delay : 138.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1384) { -webkit-animation-delay : 138.4s; animation-delay : 138.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1385) { -webkit-animation-delay : 138.5s; animation-delay : 138.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1386) { -webkit-animation-delay : 138.6s; animation-delay : 138.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1387) { -webkit-animation-delay : 138.7s; animation-delay : 138.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1388) { -webkit-animation-delay : 138.8s; animation-delay : 138.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1389) { -webkit-animation-delay : 138.9s; animation-delay : 138.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1390) { -webkit-animation-delay : 139s; animation-delay : 139s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1391) { -webkit-animation-delay : 139.1s; animation-delay : 139.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1392) { -webkit-animation-delay : 139.2s; animation-delay : 139.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1393) { -webkit-animation-delay : 139.3s; animation-delay : 139.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1394) { -webkit-animation-delay : 139.4s; animation-delay : 139.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1395) { -webkit-animation-delay : 139.5s; animation-delay : 139.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1396) { -webkit-animation-delay : 139.6s; animation-delay : 139.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1397) { -webkit-animation-delay : 139.7s; animation-delay : 139.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1398) { -webkit-animation-delay : 139.8s; animation-delay : 139.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1399) { -webkit-animation-delay : 139.9s; animation-delay : 139.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1400) { -webkit-animation-delay : 140s; animation-delay : 140s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1401) { -webkit-animation-delay : 140.1s; animation-delay : 140.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1402) { -webkit-animation-delay : 140.2s; animation-delay : 140.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1403) { -webkit-animation-delay : 140.3s; animation-delay : 140.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1404) { -webkit-animation-delay : 140.4s; animation-delay : 140.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1405) { -webkit-animation-delay : 140.5s; animation-delay : 140.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1406) { -webkit-animation-delay : 140.6s; animation-delay : 140.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1407) { -webkit-animation-delay : 140.7s; animation-delay : 140.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1408) { -webkit-animation-delay : 140.8s; animation-delay : 140.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1409) { -webkit-animation-delay : 140.9s; animation-delay : 140.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1410) { -webkit-animation-delay : 141s; animation-delay : 141s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1411) { -webkit-animation-delay : 141.1s; animation-delay : 141.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1412) { -webkit-animation-delay : 141.2s; animation-delay : 141.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1413) { -webkit-animation-delay : 141.3s; animation-delay : 141.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1414) { -webkit-animation-delay : 141.4s; animation-delay : 141.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1415) { -webkit-animation-delay : 141.5s; animation-delay : 141.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1416) { -webkit-animation-delay : 141.6s; animation-delay : 141.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1417) { -webkit-animation-delay : 141.7s; animation-delay : 141.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1418) { -webkit-animation-delay : 141.8s; animation-delay : 141.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1419) { -webkit-animation-delay : 141.9s; animation-delay : 141.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1420) { -webkit-animation-delay : 142s; animation-delay : 142s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1421) { -webkit-animation-delay : 142.1s; animation-delay : 142.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1422) { -webkit-animation-delay : 142.2s; animation-delay : 142.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1423) { -webkit-animation-delay : 142.3s; animation-delay : 142.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1424) { -webkit-animation-delay : 142.4s; animation-delay : 142.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1425) { -webkit-animation-delay : 142.5s; animation-delay : 142.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1426) { -webkit-animation-delay : 142.6s; animation-delay : 142.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1427) { -webkit-animation-delay : 142.7s; animation-delay : 142.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1428) { -webkit-animation-delay : 142.8s; animation-delay : 142.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1429) { -webkit-animation-delay : 142.9s; animation-delay : 142.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1430) { -webkit-animation-delay : 143s; animation-delay : 143s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1431) { -webkit-animation-delay : 143.1s; animation-delay : 143.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1432) { -webkit-animation-delay : 143.2s; animation-delay : 143.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1433) { -webkit-animation-delay : 143.3s; animation-delay : 143.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1434) { -webkit-animation-delay : 143.4s; animation-delay : 143.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1435) { -webkit-animation-delay : 143.5s; animation-delay : 143.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1436) { -webkit-animation-delay : 143.6s; animation-delay : 143.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1437) { -webkit-animation-delay : 143.7s; animation-delay : 143.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1438) { -webkit-animation-delay : 143.8s; animation-delay : 143.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1439) { -webkit-animation-delay : 143.9s; animation-delay : 143.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1440) { -webkit-animation-delay : 144s; animation-delay : 144s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1441) { -webkit-animation-delay : 144.1s; animation-delay : 144.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1442) { -webkit-animation-delay : 144.2s; animation-delay : 144.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1443) { -webkit-animation-delay : 144.3s; animation-delay : 144.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1444) { -webkit-animation-delay : 144.4s; animation-delay : 144.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1445) { -webkit-animation-delay : 144.5s; animation-delay : 144.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1446) { -webkit-animation-delay : 144.6s; animation-delay : 144.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1447) { -webkit-animation-delay : 144.7s; animation-delay : 144.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1448) { -webkit-animation-delay : 144.8s; animation-delay : 144.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1449) { -webkit-animation-delay : 144.9s; animation-delay : 144.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1450) { -webkit-animation-delay : 145s; animation-delay : 145s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1451) { -webkit-animation-delay : 145.1s; animation-delay : 145.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1452) { -webkit-animation-delay : 145.2s; animation-delay : 145.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1453) { -webkit-animation-delay : 145.3s; animation-delay : 145.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1454) { -webkit-animation-delay : 145.4s; animation-delay : 145.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1455) { -webkit-animation-delay : 145.5s; animation-delay : 145.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1456) { -webkit-animation-delay : 145.6s; animation-delay : 145.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1457) { -webkit-animation-delay : 145.7s; animation-delay : 145.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1458) { -webkit-animation-delay : 145.8s; animation-delay : 145.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1459) { -webkit-animation-delay : 145.9s; animation-delay : 145.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1460) { -webkit-animation-delay : 146s; animation-delay : 146s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1461) { -webkit-animation-delay : 146.1s; animation-delay : 146.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1462) { -webkit-animation-delay : 146.2s; animation-delay : 146.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1463) { -webkit-animation-delay : 146.3s; animation-delay : 146.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1464) { -webkit-animation-delay : 146.4s; animation-delay : 146.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1465) { -webkit-animation-delay : 146.5s; animation-delay : 146.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1466) { -webkit-animation-delay : 146.6s; animation-delay : 146.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1467) { -webkit-animation-delay : 146.7s; animation-delay : 146.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1468) { -webkit-animation-delay : 146.8s; animation-delay : 146.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1469) { -webkit-animation-delay : 146.9s; animation-delay : 146.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1470) { -webkit-animation-delay : 147s; animation-delay : 147s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1471) { -webkit-animation-delay : 147.1s; animation-delay : 147.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1472) { -webkit-animation-delay : 147.2s; animation-delay : 147.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1473) { -webkit-animation-delay : 147.3s; animation-delay : 147.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1474) { -webkit-animation-delay : 147.4s; animation-delay : 147.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1475) { -webkit-animation-delay : 147.5s; animation-delay : 147.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1476) { -webkit-animation-delay : 147.6s; animation-delay : 147.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1477) { -webkit-animation-delay : 147.7s; animation-delay : 147.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1478) { -webkit-animation-delay : 147.8s; animation-delay : 147.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1479) { -webkit-animation-delay : 147.9s; animation-delay : 147.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1480) { -webkit-animation-delay : 148s; animation-delay : 148s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1481) { -webkit-animation-delay : 148.1s; animation-delay : 148.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1482) { -webkit-animation-delay : 148.2s; animation-delay : 148.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1483) { -webkit-animation-delay : 148.3s; animation-delay : 148.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1484) { -webkit-animation-delay : 148.4s; animation-delay : 148.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1485) { -webkit-animation-delay : 148.5s; animation-delay : 148.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1486) { -webkit-animation-delay : 148.6s; animation-delay : 148.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1487) { -webkit-animation-delay : 148.7s; animation-delay : 148.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1488) { -webkit-animation-delay : 148.8s; animation-delay : 148.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1489) { -webkit-animation-delay : 148.9s; animation-delay : 148.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1490) { -webkit-animation-delay : 149s; animation-delay : 149s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1491) { -webkit-animation-delay : 149.1s; animation-delay : 149.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1492) { -webkit-animation-delay : 149.2s; animation-delay : 149.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1493) { -webkit-animation-delay : 149.3s; animation-delay : 149.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1494) { -webkit-animation-delay : 149.4s; animation-delay : 149.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1495) { -webkit-animation-delay : 149.5s; animation-delay : 149.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1496) { -webkit-animation-delay : 149.6s; animation-delay : 149.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1497) { -webkit-animation-delay : 149.7s; animation-delay : 149.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1498) { -webkit-animation-delay : 149.8s; animation-delay : 149.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1499) { -webkit-animation-delay : 149.9s; animation-delay : 149.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1500) { -webkit-animation-delay : 150s; animation-delay : 150s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1501) { -webkit-animation-delay : 150.1s; animation-delay : 150.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1502) { -webkit-animation-delay : 150.2s; animation-delay : 150.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1503) { -webkit-animation-delay : 150.3s; animation-delay : 150.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1504) { -webkit-animation-delay : 150.4s; animation-delay : 150.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1505) { -webkit-animation-delay : 150.5s; animation-delay : 150.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1506) { -webkit-animation-delay : 150.6s; animation-delay : 150.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1507) { -webkit-animation-delay : 150.7s; animation-delay : 150.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1508) { -webkit-animation-delay : 150.8s; animation-delay : 150.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1509) { -webkit-animation-delay : 150.9s; animation-delay : 150.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1510) { -webkit-animation-delay : 151s; animation-delay : 151s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1511) { -webkit-animation-delay : 151.1s; animation-delay : 151.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1512) { -webkit-animation-delay : 151.2s; animation-delay : 151.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1513) { -webkit-animation-delay : 151.3s; animation-delay : 151.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1514) { -webkit-animation-delay : 151.4s; animation-delay : 151.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1515) { -webkit-animation-delay : 151.5s; animation-delay : 151.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1516) { -webkit-animation-delay : 151.6s; animation-delay : 151.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1517) { -webkit-animation-delay : 151.7s; animation-delay : 151.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1518) { -webkit-animation-delay : 151.8s; animation-delay : 151.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1519) { -webkit-animation-delay : 151.9s; animation-delay : 151.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1520) { -webkit-animation-delay : 152s; animation-delay : 152s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1521) { -webkit-animation-delay : 152.1s; animation-delay : 152.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1522) { -webkit-animation-delay : 152.2s; animation-delay : 152.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1523) { -webkit-animation-delay : 152.3s; animation-delay : 152.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1524) { -webkit-animation-delay : 152.4s; animation-delay : 152.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1525) { -webkit-animation-delay : 152.5s; animation-delay : 152.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1526) { -webkit-animation-delay : 152.6s; animation-delay : 152.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1527) { -webkit-animation-delay : 152.7s; animation-delay : 152.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1528) { -webkit-animation-delay : 152.8s; animation-delay : 152.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1529) { -webkit-animation-delay : 152.9s; animation-delay : 152.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1530) { -webkit-animation-delay : 153s; animation-delay : 153s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1531) { -webkit-animation-delay : 153.1s; animation-delay : 153.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1532) { -webkit-animation-delay : 153.2s; animation-delay : 153.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1533) { -webkit-animation-delay : 153.3s; animation-delay : 153.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1534) { -webkit-animation-delay : 153.4s; animation-delay : 153.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1535) { -webkit-animation-delay : 153.5s; animation-delay : 153.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1536) { -webkit-animation-delay : 153.6s; animation-delay : 153.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1537) { -webkit-animation-delay : 153.7s; animation-delay : 153.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1538) { -webkit-animation-delay : 153.8s; animation-delay : 153.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1539) { -webkit-animation-delay : 153.9s; animation-delay : 153.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1540) { -webkit-animation-delay : 154s; animation-delay : 154s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1541) { -webkit-animation-delay : 154.1s; animation-delay : 154.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1542) { -webkit-animation-delay : 154.2s; animation-delay : 154.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1543) { -webkit-animation-delay : 154.3s; animation-delay : 154.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1544) { -webkit-animation-delay : 154.4s; animation-delay : 154.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1545) { -webkit-animation-delay : 154.5s; animation-delay : 154.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1546) { -webkit-animation-delay : 154.6s; animation-delay : 154.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1547) { -webkit-animation-delay : 154.7s; animation-delay : 154.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1548) { -webkit-animation-delay : 154.8s; animation-delay : 154.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1549) { -webkit-animation-delay : 154.9s; animation-delay : 154.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1550) { -webkit-animation-delay : 155s; animation-delay : 155s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1551) { -webkit-animation-delay : 155.1s; animation-delay : 155.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1552) { -webkit-animation-delay : 155.2s; animation-delay : 155.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1553) { -webkit-animation-delay : 155.3s; animation-delay : 155.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1554) { -webkit-animation-delay : 155.4s; animation-delay : 155.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1555) { -webkit-animation-delay : 155.5s; animation-delay : 155.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1556) { -webkit-animation-delay : 155.6s; animation-delay : 155.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1557) { -webkit-animation-delay : 155.7s; animation-delay : 155.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1558) { -webkit-animation-delay : 155.8s; animation-delay : 155.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1559) { -webkit-animation-delay : 155.9s; animation-delay : 155.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1560) { -webkit-animation-delay : 156s; animation-delay : 156s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1561) { -webkit-animation-delay : 156.1s; animation-delay : 156.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1562) { -webkit-animation-delay : 156.2s; animation-delay : 156.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1563) { -webkit-animation-delay : 156.3s; animation-delay : 156.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1564) { -webkit-animation-delay : 156.4s; animation-delay : 156.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1565) { -webkit-animation-delay : 156.5s; animation-delay : 156.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1566) { -webkit-animation-delay : 156.6s; animation-delay : 156.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1567) { -webkit-animation-delay : 156.7s; animation-delay : 156.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1568) { -webkit-animation-delay : 156.8s; animation-delay : 156.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1569) { -webkit-animation-delay : 156.9s; animation-delay : 156.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1570) { -webkit-animation-delay : 157s; animation-delay : 157s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1571) { -webkit-animation-delay : 157.1s; animation-delay : 157.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1572) { -webkit-animation-delay : 157.2s; animation-delay : 157.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1573) { -webkit-animation-delay : 157.3s; animation-delay : 157.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1574) { -webkit-animation-delay : 157.4s; animation-delay : 157.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1575) { -webkit-animation-delay : 157.5s; animation-delay : 157.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1576) { -webkit-animation-delay : 157.6s; animation-delay : 157.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1577) { -webkit-animation-delay : 157.7s; animation-delay : 157.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1578) { -webkit-animation-delay : 157.8s; animation-delay : 157.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1579) { -webkit-animation-delay : 157.9s; animation-delay : 157.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1580) { -webkit-animation-delay : 158s; animation-delay : 158s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1581) { -webkit-animation-delay : 158.1s; animation-delay : 158.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1582) { -webkit-animation-delay : 158.2s; animation-delay : 158.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1583) { -webkit-animation-delay : 158.3s; animation-delay : 158.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1584) { -webkit-animation-delay : 158.4s; animation-delay : 158.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1585) { -webkit-animation-delay : 158.5s; animation-delay : 158.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1586) { -webkit-animation-delay : 158.6s; animation-delay : 158.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1587) { -webkit-animation-delay : 158.7s; animation-delay : 158.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1588) { -webkit-animation-delay : 158.8s; animation-delay : 158.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1589) { -webkit-animation-delay : 158.9s; animation-delay : 158.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1590) { -webkit-animation-delay : 159s; animation-delay : 159s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1591) { -webkit-animation-delay : 159.1s; animation-delay : 159.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1592) { -webkit-animation-delay : 159.2s; animation-delay : 159.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1593) { -webkit-animation-delay : 159.3s; animation-delay : 159.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1594) { -webkit-animation-delay : 159.4s; animation-delay : 159.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1595) { -webkit-animation-delay : 159.5s; animation-delay : 159.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1596) { -webkit-animation-delay : 159.6s; animation-delay : 159.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1597) { -webkit-animation-delay : 159.7s; animation-delay : 159.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1598) { -webkit-animation-delay : 159.8s; animation-delay : 159.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1599) { -webkit-animation-delay : 159.9s; animation-delay : 159.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1600) { -webkit-animation-delay : 160s; animation-delay : 160s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1601) { -webkit-animation-delay : 160.1s; animation-delay : 160.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1602) { -webkit-animation-delay : 160.2s; animation-delay : 160.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1603) { -webkit-animation-delay : 160.3s; animation-delay : 160.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1604) { -webkit-animation-delay : 160.4s; animation-delay : 160.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1605) { -webkit-animation-delay : 160.5s; animation-delay : 160.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1606) { -webkit-animation-delay : 160.6s; animation-delay : 160.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1607) { -webkit-animation-delay : 160.7s; animation-delay : 160.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1608) { -webkit-animation-delay : 160.8s; animation-delay : 160.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1609) { -webkit-animation-delay : 160.9s; animation-delay : 160.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1610) { -webkit-animation-delay : 161s; animation-delay : 161s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1611) { -webkit-animation-delay : 161.1s; animation-delay : 161.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1612) { -webkit-animation-delay : 161.2s; animation-delay : 161.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1613) { -webkit-animation-delay : 161.3s; animation-delay : 161.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1614) { -webkit-animation-delay : 161.4s; animation-delay : 161.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1615) { -webkit-animation-delay : 161.5s; animation-delay : 161.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1616) { -webkit-animation-delay : 161.6s; animation-delay : 161.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1617) { -webkit-animation-delay : 161.7s; animation-delay : 161.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1618) { -webkit-animation-delay : 161.8s; animation-delay : 161.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1619) { -webkit-animation-delay : 161.9s; animation-delay : 161.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1620) { -webkit-animation-delay : 162s; animation-delay : 162s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1621) { -webkit-animation-delay : 162.1s; animation-delay : 162.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1622) { -webkit-animation-delay : 162.2s; animation-delay : 162.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1623) { -webkit-animation-delay : 162.3s; animation-delay : 162.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1624) { -webkit-animation-delay : 162.4s; animation-delay : 162.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1625) { -webkit-animation-delay : 162.5s; animation-delay : 162.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1626) { -webkit-animation-delay : 162.6s; animation-delay : 162.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1627) { -webkit-animation-delay : 162.7s; animation-delay : 162.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1628) { -webkit-animation-delay : 162.8s; animation-delay : 162.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1629) { -webkit-animation-delay : 162.9s; animation-delay : 162.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1630) { -webkit-animation-delay : 163s; animation-delay : 163s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1631) { -webkit-animation-delay : 163.1s; animation-delay : 163.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1632) { -webkit-animation-delay : 163.2s; animation-delay : 163.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1633) { -webkit-animation-delay : 163.3s; animation-delay : 163.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1634) { -webkit-animation-delay : 163.4s; animation-delay : 163.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1635) { -webkit-animation-delay : 163.5s; animation-delay : 163.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1636) { -webkit-animation-delay : 163.6s; animation-delay : 163.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1637) { -webkit-animation-delay : 163.7s; animation-delay : 163.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1638) { -webkit-animation-delay : 163.8s; animation-delay : 163.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1639) { -webkit-animation-delay : 163.9s; animation-delay : 163.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1640) { -webkit-animation-delay : 164s; animation-delay : 164s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1641) { -webkit-animation-delay : 164.1s; animation-delay : 164.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1642) { -webkit-animation-delay : 164.2s; animation-delay : 164.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1643) { -webkit-animation-delay : 164.3s; animation-delay : 164.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1644) { -webkit-animation-delay : 164.4s; animation-delay : 164.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1645) { -webkit-animation-delay : 164.5s; animation-delay : 164.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1646) { -webkit-animation-delay : 164.6s; animation-delay : 164.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1647) { -webkit-animation-delay : 164.7s; animation-delay : 164.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1648) { -webkit-animation-delay : 164.8s; animation-delay : 164.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1649) { -webkit-animation-delay : 164.9s; animation-delay : 164.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1650) { -webkit-animation-delay : 165s; animation-delay : 165s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1651) { -webkit-animation-delay : 165.1s; animation-delay : 165.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1652) { -webkit-animation-delay : 165.2s; animation-delay : 165.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1653) { -webkit-animation-delay : 165.3s; animation-delay : 165.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1654) { -webkit-animation-delay : 165.4s; animation-delay : 165.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1655) { -webkit-animation-delay : 165.5s; animation-delay : 165.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1656) { -webkit-animation-delay : 165.6s; animation-delay : 165.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1657) { -webkit-animation-delay : 165.7s; animation-delay : 165.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1658) { -webkit-animation-delay : 165.8s; animation-delay : 165.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1659) { -webkit-animation-delay : 165.9s; animation-delay : 165.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1660) { -webkit-animation-delay : 166s; animation-delay : 166s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1661) { -webkit-animation-delay : 166.1s; animation-delay : 166.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1662) { -webkit-animation-delay : 166.2s; animation-delay : 166.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1663) { -webkit-animation-delay : 166.3s; animation-delay : 166.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1664) { -webkit-animation-delay : 166.4s; animation-delay : 166.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1665) { -webkit-animation-delay : 166.5s; animation-delay : 166.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1666) { -webkit-animation-delay : 166.6s; animation-delay : 166.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1667) { -webkit-animation-delay : 166.7s; animation-delay : 166.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1668) { -webkit-animation-delay : 166.8s; animation-delay : 166.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1669) { -webkit-animation-delay : 166.9s; animation-delay : 166.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1670) { -webkit-animation-delay : 167s; animation-delay : 167s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1671) { -webkit-animation-delay : 167.1s; animation-delay : 167.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1672) { -webkit-animation-delay : 167.2s; animation-delay : 167.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1673) { -webkit-animation-delay : 167.3s; animation-delay : 167.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1674) { -webkit-animation-delay : 167.4s; animation-delay : 167.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1675) { -webkit-animation-delay : 167.5s; animation-delay : 167.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1676) { -webkit-animation-delay : 167.6s; animation-delay : 167.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1677) { -webkit-animation-delay : 167.7s; animation-delay : 167.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1678) { -webkit-animation-delay : 167.8s; animation-delay : 167.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1679) { -webkit-animation-delay : 167.9s; animation-delay : 167.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1680) { -webkit-animation-delay : 168s; animation-delay : 168s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1681) { -webkit-animation-delay : 168.1s; animation-delay : 168.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1682) { -webkit-animation-delay : 168.2s; animation-delay : 168.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1683) { -webkit-animation-delay : 168.3s; animation-delay : 168.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1684) { -webkit-animation-delay : 168.4s; animation-delay : 168.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1685) { -webkit-animation-delay : 168.5s; animation-delay : 168.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1686) { -webkit-animation-delay : 168.6s; animation-delay : 168.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1687) { -webkit-animation-delay : 168.7s; animation-delay : 168.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1688) { -webkit-animation-delay : 168.8s; animation-delay : 168.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1689) { -webkit-animation-delay : 168.9s; animation-delay : 168.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1690) { -webkit-animation-delay : 169s; animation-delay : 169s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1691) { -webkit-animation-delay : 169.1s; animation-delay : 169.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1692) { -webkit-animation-delay : 169.2s; animation-delay : 169.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1693) { -webkit-animation-delay : 169.3s; animation-delay : 169.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1694) { -webkit-animation-delay : 169.4s; animation-delay : 169.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1695) { -webkit-animation-delay : 169.5s; animation-delay : 169.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1696) { -webkit-animation-delay : 169.6s; animation-delay : 169.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1697) { -webkit-animation-delay : 169.7s; animation-delay : 169.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1698) { -webkit-animation-delay : 169.8s; animation-delay : 169.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1699) { -webkit-animation-delay : 169.9s; animation-delay : 169.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1700) { -webkit-animation-delay : 170s; animation-delay : 170s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1701) { -webkit-animation-delay : 170.1s; animation-delay : 170.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1702) { -webkit-animation-delay : 170.2s; animation-delay : 170.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1703) { -webkit-animation-delay : 170.3s; animation-delay : 170.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1704) { -webkit-animation-delay : 170.4s; animation-delay : 170.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1705) { -webkit-animation-delay : 170.5s; animation-delay : 170.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1706) { -webkit-animation-delay : 170.6s; animation-delay : 170.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1707) { -webkit-animation-delay : 170.7s; animation-delay : 170.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1708) { -webkit-animation-delay : 170.8s; animation-delay : 170.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1709) { -webkit-animation-delay : 170.9s; animation-delay : 170.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1710) { -webkit-animation-delay : 171s; animation-delay : 171s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1711) { -webkit-animation-delay : 171.1s; animation-delay : 171.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1712) { -webkit-animation-delay : 171.2s; animation-delay : 171.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1713) { -webkit-animation-delay : 171.3s; animation-delay : 171.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1714) { -webkit-animation-delay : 171.4s; animation-delay : 171.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1715) { -webkit-animation-delay : 171.5s; animation-delay : 171.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1716) { -webkit-animation-delay : 171.6s; animation-delay : 171.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1717) { -webkit-animation-delay : 171.7s; animation-delay : 171.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1718) { -webkit-animation-delay : 171.8s; animation-delay : 171.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1719) { -webkit-animation-delay : 171.9s; animation-delay : 171.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1720) { -webkit-animation-delay : 172s; animation-delay : 172s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1721) { -webkit-animation-delay : 172.1s; animation-delay : 172.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1722) { -webkit-animation-delay : 172.2s; animation-delay : 172.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1723) { -webkit-animation-delay : 172.3s; animation-delay : 172.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1724) { -webkit-animation-delay : 172.4s; animation-delay : 172.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1725) { -webkit-animation-delay : 172.5s; animation-delay : 172.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1726) { -webkit-animation-delay : 172.6s; animation-delay : 172.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1727) { -webkit-animation-delay : 172.7s; animation-delay : 172.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1728) { -webkit-animation-delay : 172.8s; animation-delay : 172.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1729) { -webkit-animation-delay : 172.9s; animation-delay : 172.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1730) { -webkit-animation-delay : 173s; animation-delay : 173s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1731) { -webkit-animation-delay : 173.1s; animation-delay : 173.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1732) { -webkit-animation-delay : 173.2s; animation-delay : 173.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1733) { -webkit-animation-delay : 173.3s; animation-delay : 173.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1734) { -webkit-animation-delay : 173.4s; animation-delay : 173.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1735) { -webkit-animation-delay : 173.5s; animation-delay : 173.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1736) { -webkit-animation-delay : 173.6s; animation-delay : 173.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1737) { -webkit-animation-delay : 173.7s; animation-delay : 173.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1738) { -webkit-animation-delay : 173.8s; animation-delay : 173.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1739) { -webkit-animation-delay : 173.9s; animation-delay : 173.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1740) { -webkit-animation-delay : 174s; animation-delay : 174s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1741) { -webkit-animation-delay : 174.1s; animation-delay : 174.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1742) { -webkit-animation-delay : 174.2s; animation-delay : 174.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1743) { -webkit-animation-delay : 174.3s; animation-delay : 174.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1744) { -webkit-animation-delay : 174.4s; animation-delay : 174.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1745) { -webkit-animation-delay : 174.5s; animation-delay : 174.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1746) { -webkit-animation-delay : 174.6s; animation-delay : 174.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1747) { -webkit-animation-delay : 174.7s; animation-delay : 174.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1748) { -webkit-animation-delay : 174.8s; animation-delay : 174.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1749) { -webkit-animation-delay : 174.9s; animation-delay : 174.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1750) { -webkit-animation-delay : 175s; animation-delay : 175s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1751) { -webkit-animation-delay : 175.1s; animation-delay : 175.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1752) { -webkit-animation-delay : 175.2s; animation-delay : 175.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1753) { -webkit-animation-delay : 175.3s; animation-delay : 175.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1754) { -webkit-animation-delay : 175.4s; animation-delay : 175.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1755) { -webkit-animation-delay : 175.5s; animation-delay : 175.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1756) { -webkit-animation-delay : 175.6s; animation-delay : 175.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1757) { -webkit-animation-delay : 175.7s; animation-delay : 175.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1758) { -webkit-animation-delay : 175.8s; animation-delay : 175.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1759) { -webkit-animation-delay : 175.9s; animation-delay : 175.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1760) { -webkit-animation-delay : 176s; animation-delay : 176s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1761) { -webkit-animation-delay : 176.1s; animation-delay : 176.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1762) { -webkit-animation-delay : 176.2s; animation-delay : 176.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1763) { -webkit-animation-delay : 176.3s; animation-delay : 176.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1764) { -webkit-animation-delay : 176.4s; animation-delay : 176.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1765) { -webkit-animation-delay : 176.5s; animation-delay : 176.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1766) { -webkit-animation-delay : 176.6s; animation-delay : 176.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1767) { -webkit-animation-delay : 176.7s; animation-delay : 176.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1768) { -webkit-animation-delay : 176.8s; animation-delay : 176.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1769) { -webkit-animation-delay : 176.9s; animation-delay : 176.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1770) { -webkit-animation-delay : 177s; animation-delay : 177s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1771) { -webkit-animation-delay : 177.1s; animation-delay : 177.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1772) { -webkit-animation-delay : 177.2s; animation-delay : 177.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1773) { -webkit-animation-delay : 177.3s; animation-delay : 177.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1774) { -webkit-animation-delay : 177.4s; animation-delay : 177.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1775) { -webkit-animation-delay : 177.5s; animation-delay : 177.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1776) { -webkit-animation-delay : 177.6s; animation-delay : 177.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1777) { -webkit-animation-delay : 177.7s; animation-delay : 177.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1778) { -webkit-animation-delay : 177.8s; animation-delay : 177.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1779) { -webkit-animation-delay : 177.9s; animation-delay : 177.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1780) { -webkit-animation-delay : 178s; animation-delay : 178s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1781) { -webkit-animation-delay : 178.1s; animation-delay : 178.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1782) { -webkit-animation-delay : 178.2s; animation-delay : 178.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1783) { -webkit-animation-delay : 178.3s; animation-delay : 178.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1784) { -webkit-animation-delay : 178.4s; animation-delay : 178.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1785) { -webkit-animation-delay : 178.5s; animation-delay : 178.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1786) { -webkit-animation-delay : 178.6s; animation-delay : 178.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1787) { -webkit-animation-delay : 178.7s; animation-delay : 178.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1788) { -webkit-animation-delay : 178.8s; animation-delay : 178.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1789) { -webkit-animation-delay : 178.9s; animation-delay : 178.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1790) { -webkit-animation-delay : 179s; animation-delay : 179s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1791) { -webkit-animation-delay : 179.1s; animation-delay : 179.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1792) { -webkit-animation-delay : 179.2s; animation-delay : 179.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1793) { -webkit-animation-delay : 179.3s; animation-delay : 179.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1794) { -webkit-animation-delay : 179.4s; animation-delay : 179.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1795) { -webkit-animation-delay : 179.5s; animation-delay : 179.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1796) { -webkit-animation-delay : 179.6s; animation-delay : 179.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1797) { -webkit-animation-delay : 179.7s; animation-delay : 179.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1798) { -webkit-animation-delay : 179.8s; animation-delay : 179.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1799) { -webkit-animation-delay : 179.9s; animation-delay : 179.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1800) { -webkit-animation-delay : 180s; animation-delay : 180s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1801) { -webkit-animation-delay : 180.1s; animation-delay : 180.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1802) { -webkit-animation-delay : 180.2s; animation-delay : 180.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1803) { -webkit-animation-delay : 180.3s; animation-delay : 180.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1804) { -webkit-animation-delay : 180.4s; animation-delay : 180.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1805) { -webkit-animation-delay : 180.5s; animation-delay : 180.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1806) { -webkit-animation-delay : 180.6s; animation-delay : 180.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1807) { -webkit-animation-delay : 180.7s; animation-delay : 180.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1808) { -webkit-animation-delay : 180.8s; animation-delay : 180.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1809) { -webkit-animation-delay : 180.9s; animation-delay : 180.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1810) { -webkit-animation-delay : 181s; animation-delay : 181s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1811) { -webkit-animation-delay : 181.1s; animation-delay : 181.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1812) { -webkit-animation-delay : 181.2s; animation-delay : 181.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1813) { -webkit-animation-delay : 181.3s; animation-delay : 181.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1814) { -webkit-animation-delay : 181.4s; animation-delay : 181.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1815) { -webkit-animation-delay : 181.5s; animation-delay : 181.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1816) { -webkit-animation-delay : 181.6s; animation-delay : 181.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1817) { -webkit-animation-delay : 181.7s; animation-delay : 181.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1818) { -webkit-animation-delay : 181.8s; animation-delay : 181.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1819) { -webkit-animation-delay : 181.9s; animation-delay : 181.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1820) { -webkit-animation-delay : 182s; animation-delay : 182s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1821) { -webkit-animation-delay : 182.1s; animation-delay : 182.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1822) { -webkit-animation-delay : 182.2s; animation-delay : 182.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1823) { -webkit-animation-delay : 182.3s; animation-delay : 182.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1824) { -webkit-animation-delay : 182.4s; animation-delay : 182.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1825) { -webkit-animation-delay : 182.5s; animation-delay : 182.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1826) { -webkit-animation-delay : 182.6s; animation-delay : 182.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1827) { -webkit-animation-delay : 182.7s; animation-delay : 182.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1828) { -webkit-animation-delay : 182.8s; animation-delay : 182.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1829) { -webkit-animation-delay : 182.9s; animation-delay : 182.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1830) { -webkit-animation-delay : 183s; animation-delay : 183s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1831) { -webkit-animation-delay : 183.1s; animation-delay : 183.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1832) { -webkit-animation-delay : 183.2s; animation-delay : 183.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1833) { -webkit-animation-delay : 183.3s; animation-delay : 183.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1834) { -webkit-animation-delay : 183.4s; animation-delay : 183.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1835) { -webkit-animation-delay : 183.5s; animation-delay : 183.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1836) { -webkit-animation-delay : 183.6s; animation-delay : 183.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1837) { -webkit-animation-delay : 183.7s; animation-delay : 183.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1838) { -webkit-animation-delay : 183.8s; animation-delay : 183.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1839) { -webkit-animation-delay : 183.9s; animation-delay : 183.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1840) { -webkit-animation-delay : 184s; animation-delay : 184s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1841) { -webkit-animation-delay : 184.1s; animation-delay : 184.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1842) { -webkit-animation-delay : 184.2s; animation-delay : 184.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1843) { -webkit-animation-delay : 184.3s; animation-delay : 184.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1844) { -webkit-animation-delay : 184.4s; animation-delay : 184.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1845) { -webkit-animation-delay : 184.5s; animation-delay : 184.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1846) { -webkit-animation-delay : 184.6s; animation-delay : 184.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1847) { -webkit-animation-delay : 184.7s; animation-delay : 184.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1848) { -webkit-animation-delay : 184.8s; animation-delay : 184.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1849) { -webkit-animation-delay : 184.9s; animation-delay : 184.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1850) { -webkit-animation-delay : 185s; animation-delay : 185s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1851) { -webkit-animation-delay : 185.1s; animation-delay : 185.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1852) { -webkit-animation-delay : 185.2s; animation-delay : 185.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1853) { -webkit-animation-delay : 185.3s; animation-delay : 185.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1854) { -webkit-animation-delay : 185.4s; animation-delay : 185.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1855) { -webkit-animation-delay : 185.5s; animation-delay : 185.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1856) { -webkit-animation-delay : 185.6s; animation-delay : 185.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1857) { -webkit-animation-delay : 185.7s; animation-delay : 185.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1858) { -webkit-animation-delay : 185.8s; animation-delay : 185.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1859) { -webkit-animation-delay : 185.9s; animation-delay : 185.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1860) { -webkit-animation-delay : 186s; animation-delay : 186s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1861) { -webkit-animation-delay : 186.1s; animation-delay : 186.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1862) { -webkit-animation-delay : 186.2s; animation-delay : 186.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1863) { -webkit-animation-delay : 186.3s; animation-delay : 186.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1864) { -webkit-animation-delay : 186.4s; animation-delay : 186.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1865) { -webkit-animation-delay : 186.5s; animation-delay : 186.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1866) { -webkit-animation-delay : 186.6s; animation-delay : 186.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1867) { -webkit-animation-delay : 186.7s; animation-delay : 186.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1868) { -webkit-animation-delay : 186.8s; animation-delay : 186.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1869) { -webkit-animation-delay : 186.9s; animation-delay : 186.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1870) { -webkit-animation-delay : 187s; animation-delay : 187s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1871) { -webkit-animation-delay : 187.1s; animation-delay : 187.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1872) { -webkit-animation-delay : 187.2s; animation-delay : 187.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1873) { -webkit-animation-delay : 187.3s; animation-delay : 187.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1874) { -webkit-animation-delay : 187.4s; animation-delay : 187.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1875) { -webkit-animation-delay : 187.5s; animation-delay : 187.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1876) { -webkit-animation-delay : 187.6s; animation-delay : 187.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1877) { -webkit-animation-delay : 187.7s; animation-delay : 187.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1878) { -webkit-animation-delay : 187.8s; animation-delay : 187.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1879) { -webkit-animation-delay : 187.9s; animation-delay : 187.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1880) { -webkit-animation-delay : 188s; animation-delay : 188s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1881) { -webkit-animation-delay : 188.1s; animation-delay : 188.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1882) { -webkit-animation-delay : 188.2s; animation-delay : 188.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1883) { -webkit-animation-delay : 188.3s; animation-delay : 188.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1884) { -webkit-animation-delay : 188.4s; animation-delay : 188.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1885) { -webkit-animation-delay : 188.5s; animation-delay : 188.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1886) { -webkit-animation-delay : 188.6s; animation-delay : 188.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1887) { -webkit-animation-delay : 188.7s; animation-delay : 188.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1888) { -webkit-animation-delay : 188.8s; animation-delay : 188.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1889) { -webkit-animation-delay : 188.9s; animation-delay : 188.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1890) { -webkit-animation-delay : 189s; animation-delay : 189s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1891) { -webkit-animation-delay : 189.1s; animation-delay : 189.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1892) { -webkit-animation-delay : 189.2s; animation-delay : 189.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1893) { -webkit-animation-delay : 189.3s; animation-delay : 189.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1894) { -webkit-animation-delay : 189.4s; animation-delay : 189.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1895) { -webkit-animation-delay : 189.5s; animation-delay : 189.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1896) { -webkit-animation-delay : 189.6s; animation-delay : 189.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1897) { -webkit-animation-delay : 189.7s; animation-delay : 189.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1898) { -webkit-animation-delay : 189.8s; animation-delay : 189.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1899) { -webkit-animation-delay : 189.9s; animation-delay : 189.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1900) { -webkit-animation-delay : 190s; animation-delay : 190s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1901) { -webkit-animation-delay : 190.1s; animation-delay : 190.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1902) { -webkit-animation-delay : 190.2s; animation-delay : 190.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1903) { -webkit-animation-delay : 190.3s; animation-delay : 190.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1904) { -webkit-animation-delay : 190.4s; animation-delay : 190.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1905) { -webkit-animation-delay : 190.5s; animation-delay : 190.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1906) { -webkit-animation-delay : 190.6s; animation-delay : 190.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1907) { -webkit-animation-delay : 190.7s; animation-delay : 190.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1908) { -webkit-animation-delay : 190.8s; animation-delay : 190.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1909) { -webkit-animation-delay : 190.9s; animation-delay : 190.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1910) { -webkit-animation-delay : 191s; animation-delay : 191s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1911) { -webkit-animation-delay : 191.1s; animation-delay : 191.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1912) { -webkit-animation-delay : 191.2s; animation-delay : 191.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1913) { -webkit-animation-delay : 191.3s; animation-delay : 191.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1914) { -webkit-animation-delay : 191.4s; animation-delay : 191.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1915) { -webkit-animation-delay : 191.5s; animation-delay : 191.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1916) { -webkit-animation-delay : 191.6s; animation-delay : 191.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1917) { -webkit-animation-delay : 191.7s; animation-delay : 191.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1918) { -webkit-animation-delay : 191.8s; animation-delay : 191.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1919) { -webkit-animation-delay : 191.9s; animation-delay : 191.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1920) { -webkit-animation-delay : 192s; animation-delay : 192s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1921) { -webkit-animation-delay : 192.1s; animation-delay : 192.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1922) { -webkit-animation-delay : 192.2s; animation-delay : 192.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1923) { -webkit-animation-delay : 192.3s; animation-delay : 192.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1924) { -webkit-animation-delay : 192.4s; animation-delay : 192.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1925) { -webkit-animation-delay : 192.5s; animation-delay : 192.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1926) { -webkit-animation-delay : 192.6s; animation-delay : 192.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1927) { -webkit-animation-delay : 192.7s; animation-delay : 192.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1928) { -webkit-animation-delay : 192.8s; animation-delay : 192.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1929) { -webkit-animation-delay : 192.9s; animation-delay : 192.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1930) { -webkit-animation-delay : 193s; animation-delay : 193s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1931) { -webkit-animation-delay : 193.1s; animation-delay : 193.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1932) { -webkit-animation-delay : 193.2s; animation-delay : 193.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1933) { -webkit-animation-delay : 193.3s; animation-delay : 193.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1934) { -webkit-animation-delay : 193.4s; animation-delay : 193.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1935) { -webkit-animation-delay : 193.5s; animation-delay : 193.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1936) { -webkit-animation-delay : 193.6s; animation-delay : 193.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1937) { -webkit-animation-delay : 193.7s; animation-delay : 193.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1938) { -webkit-animation-delay : 193.8s; animation-delay : 193.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1939) { -webkit-animation-delay : 193.9s; animation-delay : 193.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1940) { -webkit-animation-delay : 194s; animation-delay : 194s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1941) { -webkit-animation-delay : 194.1s; animation-delay : 194.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1942) { -webkit-animation-delay : 194.2s; animation-delay : 194.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1943) { -webkit-animation-delay : 194.3s; animation-delay : 194.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1944) { -webkit-animation-delay : 194.4s; animation-delay : 194.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1945) { -webkit-animation-delay : 194.5s; animation-delay : 194.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1946) { -webkit-animation-delay : 194.6s; animation-delay : 194.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1947) { -webkit-animation-delay : 194.7s; animation-delay : 194.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1948) { -webkit-animation-delay : 194.8s; animation-delay : 194.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1949) { -webkit-animation-delay : 194.9s; animation-delay : 194.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1950) { -webkit-animation-delay : 195s; animation-delay : 195s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1951) { -webkit-animation-delay : 195.1s; animation-delay : 195.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1952) { -webkit-animation-delay : 195.2s; animation-delay : 195.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1953) { -webkit-animation-delay : 195.3s; animation-delay : 195.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1954) { -webkit-animation-delay : 195.4s; animation-delay : 195.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1955) { -webkit-animation-delay : 195.5s; animation-delay : 195.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1956) { -webkit-animation-delay : 195.6s; animation-delay : 195.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1957) { -webkit-animation-delay : 195.7s; animation-delay : 195.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1958) { -webkit-animation-delay : 195.8s; animation-delay : 195.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1959) { -webkit-animation-delay : 195.9s; animation-delay : 195.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1960) { -webkit-animation-delay : 196s; animation-delay : 196s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1961) { -webkit-animation-delay : 196.1s; animation-delay : 196.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1962) { -webkit-animation-delay : 196.2s; animation-delay : 196.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1963) { -webkit-animation-delay : 196.3s; animation-delay : 196.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1964) { -webkit-animation-delay : 196.4s; animation-delay : 196.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1965) { -webkit-animation-delay : 196.5s; animation-delay : 196.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1966) { -webkit-animation-delay : 196.6s; animation-delay : 196.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1967) { -webkit-animation-delay : 196.7s; animation-delay : 196.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1968) { -webkit-animation-delay : 196.8s; animation-delay : 196.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1969) { -webkit-animation-delay : 196.9s; animation-delay : 196.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1970) { -webkit-animation-delay : 197s; animation-delay : 197s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1971) { -webkit-animation-delay : 197.1s; animation-delay : 197.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1972) { -webkit-animation-delay : 197.2s; animation-delay : 197.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1973) { -webkit-animation-delay : 197.3s; animation-delay : 197.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1974) { -webkit-animation-delay : 197.4s; animation-delay : 197.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1975) { -webkit-animation-delay : 197.5s; animation-delay : 197.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1976) { -webkit-animation-delay : 197.6s; animation-delay : 197.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1977) { -webkit-animation-delay : 197.7s; animation-delay : 197.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1978) { -webkit-animation-delay : 197.8s; animation-delay : 197.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1979) { -webkit-animation-delay : 197.9s; animation-delay : 197.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1980) { -webkit-animation-delay : 198s; animation-delay : 198s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1981) { -webkit-animation-delay : 198.1s; animation-delay : 198.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1982) { -webkit-animation-delay : 198.2s; animation-delay : 198.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1983) { -webkit-animation-delay : 198.3s; animation-delay : 198.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1984) { -webkit-animation-delay : 198.4s; animation-delay : 198.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1985) { -webkit-animation-delay : 198.5s; animation-delay : 198.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1986) { -webkit-animation-delay : 198.6s; animation-delay : 198.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1987) { -webkit-animation-delay : 198.7s; animation-delay : 198.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1988) { -webkit-animation-delay : 198.8s; animation-delay : 198.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1989) { -webkit-animation-delay : 198.9s; animation-delay : 198.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1990) { -webkit-animation-delay : 199s; animation-delay : 199s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1991) { -webkit-animation-delay : 199.1s; animation-delay : 199.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1992) { -webkit-animation-delay : 199.2s; animation-delay : 199.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1993) { -webkit-animation-delay : 199.3s; animation-delay : 199.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1994) { -webkit-animation-delay : 199.4s; animation-delay : 199.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1995) { -webkit-animation-delay : 199.5s; animation-delay : 199.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1996) { -webkit-animation-delay : 199.6s; animation-delay : 199.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1997) { -webkit-animation-delay : 199.7s; animation-delay : 199.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1998) { -webkit-animation-delay : 199.8s; animation-delay : 199.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(1999) { -webkit-animation-delay : 199.9s; animation-delay : 199.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2000) { -webkit-animation-delay : 200s; animation-delay : 200s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2001) { -webkit-animation-delay : 200.1s; animation-delay : 200.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2002) { -webkit-animation-delay : 200.2s; animation-delay : 200.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2003) { -webkit-animation-delay : 200.3s; animation-delay : 200.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2004) { -webkit-animation-delay : 200.4s; animation-delay : 200.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2005) { -webkit-animation-delay : 200.5s; animation-delay : 200.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2006) { -webkit-animation-delay : 200.6s; animation-delay : 200.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2007) { -webkit-animation-delay : 200.7s; animation-delay : 200.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2008) { -webkit-animation-delay : 200.8s; animation-delay : 200.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2009) { -webkit-animation-delay : 200.9s; animation-delay : 200.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2010) { -webkit-animation-delay : 201s; animation-delay : 201s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2011) { -webkit-animation-delay : 201.1s; animation-delay : 201.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2012) { -webkit-animation-delay : 201.2s; animation-delay : 201.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2013) { -webkit-animation-delay : 201.3s; animation-delay : 201.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2014) { -webkit-animation-delay : 201.4s; animation-delay : 201.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2015) { -webkit-animation-delay : 201.5s; animation-delay : 201.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2016) { -webkit-animation-delay : 201.6s; animation-delay : 201.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2017) { -webkit-animation-delay : 201.7s; animation-delay : 201.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2018) { -webkit-animation-delay : 201.8s; animation-delay : 201.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2019) { -webkit-animation-delay : 201.9s; animation-delay : 201.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2020) { -webkit-animation-delay : 202s; animation-delay : 202s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2021) { -webkit-animation-delay : 202.1s; animation-delay : 202.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2022) { -webkit-animation-delay : 202.2s; animation-delay : 202.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2023) { -webkit-animation-delay : 202.3s; animation-delay : 202.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2024) { -webkit-animation-delay : 202.4s; animation-delay : 202.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2025) { -webkit-animation-delay : 202.5s; animation-delay : 202.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2026) { -webkit-animation-delay : 202.6s; animation-delay : 202.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2027) { -webkit-animation-delay : 202.7s; animation-delay : 202.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2028) { -webkit-animation-delay : 202.8s; animation-delay : 202.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2029) { -webkit-animation-delay : 202.9s; animation-delay : 202.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2030) { -webkit-animation-delay : 203s; animation-delay : 203s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2031) { -webkit-animation-delay : 203.1s; animation-delay : 203.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2032) { -webkit-animation-delay : 203.2s; animation-delay : 203.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2033) { -webkit-animation-delay : 203.3s; animation-delay : 203.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2034) { -webkit-animation-delay : 203.4s; animation-delay : 203.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2035) { -webkit-animation-delay : 203.5s; animation-delay : 203.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2036) { -webkit-animation-delay : 203.6s; animation-delay : 203.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2037) { -webkit-animation-delay : 203.7s; animation-delay : 203.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2038) { -webkit-animation-delay : 203.8s; animation-delay : 203.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2039) { -webkit-animation-delay : 203.9s; animation-delay : 203.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2040) { -webkit-animation-delay : 204s; animation-delay : 204s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2041) { -webkit-animation-delay : 204.1s; animation-delay : 204.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2042) { -webkit-animation-delay : 204.2s; animation-delay : 204.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2043) { -webkit-animation-delay : 204.3s; animation-delay : 204.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2044) { -webkit-animation-delay : 204.4s; animation-delay : 204.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2045) { -webkit-animation-delay : 204.5s; animation-delay : 204.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2046) { -webkit-animation-delay : 204.6s; animation-delay : 204.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2047) { -webkit-animation-delay : 204.7s; animation-delay : 204.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2048) { -webkit-animation-delay : 204.8s; animation-delay : 204.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2049) { -webkit-animation-delay : 204.9s; animation-delay : 204.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2050) { -webkit-animation-delay : 205s; animation-delay : 205s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2051) { -webkit-animation-delay : 205.1s; animation-delay : 205.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2052) { -webkit-animation-delay : 205.2s; animation-delay : 205.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2053) { -webkit-animation-delay : 205.3s; animation-delay : 205.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2054) { -webkit-animation-delay : 205.4s; animation-delay : 205.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2055) { -webkit-animation-delay : 205.5s; animation-delay : 205.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2056) { -webkit-animation-delay : 205.6s; animation-delay : 205.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2057) { -webkit-animation-delay : 205.7s; animation-delay : 205.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2058) { -webkit-animation-delay : 205.8s; animation-delay : 205.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2059) { -webkit-animation-delay : 205.9s; animation-delay : 205.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2060) { -webkit-animation-delay : 206s; animation-delay : 206s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2061) { -webkit-animation-delay : 206.1s; animation-delay : 206.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2062) { -webkit-animation-delay : 206.2s; animation-delay : 206.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2063) { -webkit-animation-delay : 206.3s; animation-delay : 206.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2064) { -webkit-animation-delay : 206.4s; animation-delay : 206.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2065) { -webkit-animation-delay : 206.5s; animation-delay : 206.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2066) { -webkit-animation-delay : 206.6s; animation-delay : 206.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2067) { -webkit-animation-delay : 206.7s; animation-delay : 206.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2068) { -webkit-animation-delay : 206.8s; animation-delay : 206.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2069) { -webkit-animation-delay : 206.9s; animation-delay : 206.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2070) { -webkit-animation-delay : 207s; animation-delay : 207s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2071) { -webkit-animation-delay : 207.1s; animation-delay : 207.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2072) { -webkit-animation-delay : 207.2s; animation-delay : 207.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2073) { -webkit-animation-delay : 207.3s; animation-delay : 207.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2074) { -webkit-animation-delay : 207.4s; animation-delay : 207.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2075) { -webkit-animation-delay : 207.5s; animation-delay : 207.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2076) { -webkit-animation-delay : 207.6s; animation-delay : 207.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2077) { -webkit-animation-delay : 207.7s; animation-delay : 207.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2078) { -webkit-animation-delay : 207.8s; animation-delay : 207.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2079) { -webkit-animation-delay : 207.9s; animation-delay : 207.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2080) { -webkit-animation-delay : 208s; animation-delay : 208s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2081) { -webkit-animation-delay : 208.1s; animation-delay : 208.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2082) { -webkit-animation-delay : 208.2s; animation-delay : 208.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2083) { -webkit-animation-delay : 208.3s; animation-delay : 208.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2084) { -webkit-animation-delay : 208.4s; animation-delay : 208.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2085) { -webkit-animation-delay : 208.5s; animation-delay : 208.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2086) { -webkit-animation-delay : 208.6s; animation-delay : 208.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2087) { -webkit-animation-delay : 208.7s; animation-delay : 208.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2088) { -webkit-animation-delay : 208.8s; animation-delay : 208.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2089) { -webkit-animation-delay : 208.9s; animation-delay : 208.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2090) { -webkit-animation-delay : 209s; animation-delay : 209s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2091) { -webkit-animation-delay : 209.1s; animation-delay : 209.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2092) { -webkit-animation-delay : 209.2s; animation-delay : 209.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2093) { -webkit-animation-delay : 209.3s; animation-delay : 209.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2094) { -webkit-animation-delay : 209.4s; animation-delay : 209.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2095) { -webkit-animation-delay : 209.5s; animation-delay : 209.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2096) { -webkit-animation-delay : 209.6s; animation-delay : 209.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2097) { -webkit-animation-delay : 209.7s; animation-delay : 209.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2098) { -webkit-animation-delay : 209.8s; animation-delay : 209.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2099) { -webkit-animation-delay : 209.9s; animation-delay : 209.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2100) { -webkit-animation-delay : 210s; animation-delay : 210s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2101) { -webkit-animation-delay : 210.1s; animation-delay : 210.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2102) { -webkit-animation-delay : 210.2s; animation-delay : 210.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2103) { -webkit-animation-delay : 210.3s; animation-delay : 210.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2104) { -webkit-animation-delay : 210.4s; animation-delay : 210.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2105) { -webkit-animation-delay : 210.5s; animation-delay : 210.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2106) { -webkit-animation-delay : 210.6s; animation-delay : 210.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2107) { -webkit-animation-delay : 210.7s; animation-delay : 210.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2108) { -webkit-animation-delay : 210.8s; animation-delay : 210.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2109) { -webkit-animation-delay : 210.9s; animation-delay : 210.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2110) { -webkit-animation-delay : 211s; animation-delay : 211s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2111) { -webkit-animation-delay : 211.1s; animation-delay : 211.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2112) { -webkit-animation-delay : 211.2s; animation-delay : 211.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2113) { -webkit-animation-delay : 211.3s; animation-delay : 211.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2114) { -webkit-animation-delay : 211.4s; animation-delay : 211.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2115) { -webkit-animation-delay : 211.5s; animation-delay : 211.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2116) { -webkit-animation-delay : 211.6s; animation-delay : 211.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2117) { -webkit-animation-delay : 211.7s; animation-delay : 211.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2118) { -webkit-animation-delay : 211.8s; animation-delay : 211.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2119) { -webkit-animation-delay : 211.9s; animation-delay : 211.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2120) { -webkit-animation-delay : 212s; animation-delay : 212s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2121) { -webkit-animation-delay : 212.1s; animation-delay : 212.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2122) { -webkit-animation-delay : 212.2s; animation-delay : 212.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2123) { -webkit-animation-delay : 212.3s; animation-delay : 212.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2124) { -webkit-animation-delay : 212.4s; animation-delay : 212.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2125) { -webkit-animation-delay : 212.5s; animation-delay : 212.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2126) { -webkit-animation-delay : 212.6s; animation-delay : 212.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2127) { -webkit-animation-delay : 212.7s; animation-delay : 212.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2128) { -webkit-animation-delay : 212.8s; animation-delay : 212.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2129) { -webkit-animation-delay : 212.9s; animation-delay : 212.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2130) { -webkit-animation-delay : 213s; animation-delay : 213s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2131) { -webkit-animation-delay : 213.1s; animation-delay : 213.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2132) { -webkit-animation-delay : 213.2s; animation-delay : 213.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2133) { -webkit-animation-delay : 213.3s; animation-delay : 213.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2134) { -webkit-animation-delay : 213.4s; animation-delay : 213.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2135) { -webkit-animation-delay : 213.5s; animation-delay : 213.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2136) { -webkit-animation-delay : 213.6s; animation-delay : 213.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2137) { -webkit-animation-delay : 213.7s; animation-delay : 213.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2138) { -webkit-animation-delay : 213.8s; animation-delay : 213.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2139) { -webkit-animation-delay : 213.9s; animation-delay : 213.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2140) { -webkit-animation-delay : 214s; animation-delay : 214s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2141) { -webkit-animation-delay : 214.1s; animation-delay : 214.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2142) { -webkit-animation-delay : 214.2s; animation-delay : 214.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2143) { -webkit-animation-delay : 214.3s; animation-delay : 214.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2144) { -webkit-animation-delay : 214.4s; animation-delay : 214.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2145) { -webkit-animation-delay : 214.5s; animation-delay : 214.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2146) { -webkit-animation-delay : 214.6s; animation-delay : 214.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2147) { -webkit-animation-delay : 214.7s; animation-delay : 214.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2148) { -webkit-animation-delay : 214.8s; animation-delay : 214.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2149) { -webkit-animation-delay : 214.9s; animation-delay : 214.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2150) { -webkit-animation-delay : 215s; animation-delay : 215s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2151) { -webkit-animation-delay : 215.1s; animation-delay : 215.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2152) { -webkit-animation-delay : 215.2s; animation-delay : 215.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2153) { -webkit-animation-delay : 215.3s; animation-delay : 215.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2154) { -webkit-animation-delay : 215.4s; animation-delay : 215.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2155) { -webkit-animation-delay : 215.5s; animation-delay : 215.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2156) { -webkit-animation-delay : 215.6s; animation-delay : 215.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2157) { -webkit-animation-delay : 215.7s; animation-delay : 215.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2158) { -webkit-animation-delay : 215.8s; animation-delay : 215.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2159) { -webkit-animation-delay : 215.9s; animation-delay : 215.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2160) { -webkit-animation-delay : 216s; animation-delay : 216s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2161) { -webkit-animation-delay : 216.1s; animation-delay : 216.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2162) { -webkit-animation-delay : 216.2s; animation-delay : 216.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2163) { -webkit-animation-delay : 216.3s; animation-delay : 216.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2164) { -webkit-animation-delay : 216.4s; animation-delay : 216.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2165) { -webkit-animation-delay : 216.5s; animation-delay : 216.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2166) { -webkit-animation-delay : 216.6s; animation-delay : 216.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2167) { -webkit-animation-delay : 216.7s; animation-delay : 216.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2168) { -webkit-animation-delay : 216.8s; animation-delay : 216.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2169) { -webkit-animation-delay : 216.9s; animation-delay : 216.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2170) { -webkit-animation-delay : 217s; animation-delay : 217s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2171) { -webkit-animation-delay : 217.1s; animation-delay : 217.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2172) { -webkit-animation-delay : 217.2s; animation-delay : 217.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2173) { -webkit-animation-delay : 217.3s; animation-delay : 217.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2174) { -webkit-animation-delay : 217.4s; animation-delay : 217.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2175) { -webkit-animation-delay : 217.5s; animation-delay : 217.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2176) { -webkit-animation-delay : 217.6s; animation-delay : 217.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2177) { -webkit-animation-delay : 217.7s; animation-delay : 217.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2178) { -webkit-animation-delay : 217.8s; animation-delay : 217.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2179) { -webkit-animation-delay : 217.9s; animation-delay : 217.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2180) { -webkit-animation-delay : 218s; animation-delay : 218s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2181) { -webkit-animation-delay : 218.1s; animation-delay : 218.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2182) { -webkit-animation-delay : 218.2s; animation-delay : 218.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2183) { -webkit-animation-delay : 218.3s; animation-delay : 218.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2184) { -webkit-animation-delay : 218.4s; animation-delay : 218.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2185) { -webkit-animation-delay : 218.5s; animation-delay : 218.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2186) { -webkit-animation-delay : 218.6s; animation-delay : 218.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2187) { -webkit-animation-delay : 218.7s; animation-delay : 218.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2188) { -webkit-animation-delay : 218.8s; animation-delay : 218.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2189) { -webkit-animation-delay : 218.9s; animation-delay : 218.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2190) { -webkit-animation-delay : 219s; animation-delay : 219s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2191) { -webkit-animation-delay : 219.1s; animation-delay : 219.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2192) { -webkit-animation-delay : 219.2s; animation-delay : 219.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2193) { -webkit-animation-delay : 219.3s; animation-delay : 219.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2194) { -webkit-animation-delay : 219.4s; animation-delay : 219.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2195) { -webkit-animation-delay : 219.5s; animation-delay : 219.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2196) { -webkit-animation-delay : 219.6s; animation-delay : 219.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2197) { -webkit-animation-delay : 219.7s; animation-delay : 219.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2198) { -webkit-animation-delay : 219.8s; animation-delay : 219.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2199) { -webkit-animation-delay : 219.9s; animation-delay : 219.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2200) { -webkit-animation-delay : 220s; animation-delay : 220s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2201) { -webkit-animation-delay : 220.1s; animation-delay : 220.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2202) { -webkit-animation-delay : 220.2s; animation-delay : 220.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2203) { -webkit-animation-delay : 220.3s; animation-delay : 220.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2204) { -webkit-animation-delay : 220.4s; animation-delay : 220.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2205) { -webkit-animation-delay : 220.5s; animation-delay : 220.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2206) { -webkit-animation-delay : 220.6s; animation-delay : 220.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2207) { -webkit-animation-delay : 220.7s; animation-delay : 220.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2208) { -webkit-animation-delay : 220.8s; animation-delay : 220.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2209) { -webkit-animation-delay : 220.9s; animation-delay : 220.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2210) { -webkit-animation-delay : 221s; animation-delay : 221s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2211) { -webkit-animation-delay : 221.1s; animation-delay : 221.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2212) { -webkit-animation-delay : 221.2s; animation-delay : 221.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2213) { -webkit-animation-delay : 221.3s; animation-delay : 221.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2214) { -webkit-animation-delay : 221.4s; animation-delay : 221.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2215) { -webkit-animation-delay : 221.5s; animation-delay : 221.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2216) { -webkit-animation-delay : 221.6s; animation-delay : 221.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2217) { -webkit-animation-delay : 221.7s; animation-delay : 221.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2218) { -webkit-animation-delay : 221.8s; animation-delay : 221.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2219) { -webkit-animation-delay : 221.9s; animation-delay : 221.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2220) { -webkit-animation-delay : 222s; animation-delay : 222s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2221) { -webkit-animation-delay : 222.1s; animation-delay : 222.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2222) { -webkit-animation-delay : 222.2s; animation-delay : 222.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2223) { -webkit-animation-delay : 222.3s; animation-delay : 222.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2224) { -webkit-animation-delay : 222.4s; animation-delay : 222.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2225) { -webkit-animation-delay : 222.5s; animation-delay : 222.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2226) { -webkit-animation-delay : 222.6s; animation-delay : 222.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2227) { -webkit-animation-delay : 222.7s; animation-delay : 222.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2228) { -webkit-animation-delay : 222.8s; animation-delay : 222.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2229) { -webkit-animation-delay : 222.9s; animation-delay : 222.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2230) { -webkit-animation-delay : 223s; animation-delay : 223s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2231) { -webkit-animation-delay : 223.1s; animation-delay : 223.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2232) { -webkit-animation-delay : 223.2s; animation-delay : 223.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2233) { -webkit-animation-delay : 223.3s; animation-delay : 223.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2234) { -webkit-animation-delay : 223.4s; animation-delay : 223.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2235) { -webkit-animation-delay : 223.5s; animation-delay : 223.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2236) { -webkit-animation-delay : 223.6s; animation-delay : 223.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2237) { -webkit-animation-delay : 223.7s; animation-delay : 223.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2238) { -webkit-animation-delay : 223.8s; animation-delay : 223.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2239) { -webkit-animation-delay : 223.9s; animation-delay : 223.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2240) { -webkit-animation-delay : 224s; animation-delay : 224s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2241) { -webkit-animation-delay : 224.1s; animation-delay : 224.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2242) { -webkit-animation-delay : 224.2s; animation-delay : 224.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2243) { -webkit-animation-delay : 224.3s; animation-delay : 224.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2244) { -webkit-animation-delay : 224.4s; animation-delay : 224.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2245) { -webkit-animation-delay : 224.5s; animation-delay : 224.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2246) { -webkit-animation-delay : 224.6s; animation-delay : 224.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2247) { -webkit-animation-delay : 224.7s; animation-delay : 224.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2248) { -webkit-animation-delay : 224.8s; animation-delay : 224.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2249) { -webkit-animation-delay : 224.9s; animation-delay : 224.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2250) { -webkit-animation-delay : 225s; animation-delay : 225s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2251) { -webkit-animation-delay : 225.1s; animation-delay : 225.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2252) { -webkit-animation-delay : 225.2s; animation-delay : 225.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2253) { -webkit-animation-delay : 225.3s; animation-delay : 225.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2254) { -webkit-animation-delay : 225.4s; animation-delay : 225.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2255) { -webkit-animation-delay : 225.5s; animation-delay : 225.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2256) { -webkit-animation-delay : 225.6s; animation-delay : 225.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2257) { -webkit-animation-delay : 225.7s; animation-delay : 225.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2258) { -webkit-animation-delay : 225.8s; animation-delay : 225.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2259) { -webkit-animation-delay : 225.9s; animation-delay : 225.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2260) { -webkit-animation-delay : 226s; animation-delay : 226s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2261) { -webkit-animation-delay : 226.1s; animation-delay : 226.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2262) { -webkit-animation-delay : 226.2s; animation-delay : 226.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2263) { -webkit-animation-delay : 226.3s; animation-delay : 226.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2264) { -webkit-animation-delay : 226.4s; animation-delay : 226.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2265) { -webkit-animation-delay : 226.5s; animation-delay : 226.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2266) { -webkit-animation-delay : 226.6s; animation-delay : 226.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2267) { -webkit-animation-delay : 226.7s; animation-delay : 226.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2268) { -webkit-animation-delay : 226.8s; animation-delay : 226.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2269) { -webkit-animation-delay : 226.9s; animation-delay : 226.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2270) { -webkit-animation-delay : 227s; animation-delay : 227s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2271) { -webkit-animation-delay : 227.1s; animation-delay : 227.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2272) { -webkit-animation-delay : 227.2s; animation-delay : 227.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2273) { -webkit-animation-delay : 227.3s; animation-delay : 227.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2274) { -webkit-animation-delay : 227.4s; animation-delay : 227.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2275) { -webkit-animation-delay : 227.5s; animation-delay : 227.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2276) { -webkit-animation-delay : 227.6s; animation-delay : 227.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2277) { -webkit-animation-delay : 227.7s; animation-delay : 227.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2278) { -webkit-animation-delay : 227.8s; animation-delay : 227.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2279) { -webkit-animation-delay : 227.9s; animation-delay : 227.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2280) { -webkit-animation-delay : 228s; animation-delay : 228s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2281) { -webkit-animation-delay : 228.1s; animation-delay : 228.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2282) { -webkit-animation-delay : 228.2s; animation-delay : 228.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2283) { -webkit-animation-delay : 228.3s; animation-delay : 228.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2284) { -webkit-animation-delay : 228.4s; animation-delay : 228.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2285) { -webkit-animation-delay : 228.5s; animation-delay : 228.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2286) { -webkit-animation-delay : 228.6s; animation-delay : 228.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2287) { -webkit-animation-delay : 228.7s; animation-delay : 228.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2288) { -webkit-animation-delay : 228.8s; animation-delay : 228.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2289) { -webkit-animation-delay : 228.9s; animation-delay : 228.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2290) { -webkit-animation-delay : 229s; animation-delay : 229s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2291) { -webkit-animation-delay : 229.1s; animation-delay : 229.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2292) { -webkit-animation-delay : 229.2s; animation-delay : 229.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2293) { -webkit-animation-delay : 229.3s; animation-delay : 229.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2294) { -webkit-animation-delay : 229.4s; animation-delay : 229.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2295) { -webkit-animation-delay : 229.5s; animation-delay : 229.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2296) { -webkit-animation-delay : 229.6s; animation-delay : 229.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2297) { -webkit-animation-delay : 229.7s; animation-delay : 229.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2298) { -webkit-animation-delay : 229.8s; animation-delay : 229.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2299) { -webkit-animation-delay : 229.9s; animation-delay : 229.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2300) { -webkit-animation-delay : 230s; animation-delay : 230s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2301) { -webkit-animation-delay : 230.1s; animation-delay : 230.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2302) { -webkit-animation-delay : 230.2s; animation-delay : 230.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2303) { -webkit-animation-delay : 230.3s; animation-delay : 230.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2304) { -webkit-animation-delay : 230.4s; animation-delay : 230.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2305) { -webkit-animation-delay : 230.5s; animation-delay : 230.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2306) { -webkit-animation-delay : 230.6s; animation-delay : 230.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2307) { -webkit-animation-delay : 230.7s; animation-delay : 230.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2308) { -webkit-animation-delay : 230.8s; animation-delay : 230.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2309) { -webkit-animation-delay : 230.9s; animation-delay : 230.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2310) { -webkit-animation-delay : 231s; animation-delay : 231s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2311) { -webkit-animation-delay : 231.1s; animation-delay : 231.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2312) { -webkit-animation-delay : 231.2s; animation-delay : 231.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2313) { -webkit-animation-delay : 231.3s; animation-delay : 231.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2314) { -webkit-animation-delay : 231.4s; animation-delay : 231.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2315) { -webkit-animation-delay : 231.5s; animation-delay : 231.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2316) { -webkit-animation-delay : 231.6s; animation-delay : 231.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2317) { -webkit-animation-delay : 231.7s; animation-delay : 231.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2318) { -webkit-animation-delay : 231.8s; animation-delay : 231.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2319) { -webkit-animation-delay : 231.9s; animation-delay : 231.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2320) { -webkit-animation-delay : 232s; animation-delay : 232s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2321) { -webkit-animation-delay : 232.1s; animation-delay : 232.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2322) { -webkit-animation-delay : 232.2s; animation-delay : 232.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2323) { -webkit-animation-delay : 232.3s; animation-delay : 232.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2324) { -webkit-animation-delay : 232.4s; animation-delay : 232.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2325) { -webkit-animation-delay : 232.5s; animation-delay : 232.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2326) { -webkit-animation-delay : 232.6s; animation-delay : 232.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2327) { -webkit-animation-delay : 232.7s; animation-delay : 232.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2328) { -webkit-animation-delay : 232.8s; animation-delay : 232.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2329) { -webkit-animation-delay : 232.9s; animation-delay : 232.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2330) { -webkit-animation-delay : 233s; animation-delay : 233s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2331) { -webkit-animation-delay : 233.1s; animation-delay : 233.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2332) { -webkit-animation-delay : 233.2s; animation-delay : 233.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2333) { -webkit-animation-delay : 233.3s; animation-delay : 233.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2334) { -webkit-animation-delay : 233.4s; animation-delay : 233.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2335) { -webkit-animation-delay : 233.5s; animation-delay : 233.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2336) { -webkit-animation-delay : 233.6s; animation-delay : 233.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2337) { -webkit-animation-delay : 233.7s; animation-delay : 233.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2338) { -webkit-animation-delay : 233.8s; animation-delay : 233.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2339) { -webkit-animation-delay : 233.9s; animation-delay : 233.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2340) { -webkit-animation-delay : 234s; animation-delay : 234s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2341) { -webkit-animation-delay : 234.1s; animation-delay : 234.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2342) { -webkit-animation-delay : 234.2s; animation-delay : 234.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2343) { -webkit-animation-delay : 234.3s; animation-delay : 234.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2344) { -webkit-animation-delay : 234.4s; animation-delay : 234.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2345) { -webkit-animation-delay : 234.5s; animation-delay : 234.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2346) { -webkit-animation-delay : 234.6s; animation-delay : 234.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2347) { -webkit-animation-delay : 234.7s; animation-delay : 234.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2348) { -webkit-animation-delay : 234.8s; animation-delay : 234.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2349) { -webkit-animation-delay : 234.9s; animation-delay : 234.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2350) { -webkit-animation-delay : 235s; animation-delay : 235s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2351) { -webkit-animation-delay : 235.1s; animation-delay : 235.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2352) { -webkit-animation-delay : 235.2s; animation-delay : 235.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2353) { -webkit-animation-delay : 235.3s; animation-delay : 235.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2354) { -webkit-animation-delay : 235.4s; animation-delay : 235.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2355) { -webkit-animation-delay : 235.5s; animation-delay : 235.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2356) { -webkit-animation-delay : 235.6s; animation-delay : 235.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2357) { -webkit-animation-delay : 235.7s; animation-delay : 235.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2358) { -webkit-animation-delay : 235.8s; animation-delay : 235.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2359) { -webkit-animation-delay : 235.9s; animation-delay : 235.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2360) { -webkit-animation-delay : 236s; animation-delay : 236s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2361) { -webkit-animation-delay : 236.1s; animation-delay : 236.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2362) { -webkit-animation-delay : 236.2s; animation-delay : 236.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2363) { -webkit-animation-delay : 236.3s; animation-delay : 236.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2364) { -webkit-animation-delay : 236.4s; animation-delay : 236.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2365) { -webkit-animation-delay : 236.5s; animation-delay : 236.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2366) { -webkit-animation-delay : 236.6s; animation-delay : 236.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2367) { -webkit-animation-delay : 236.7s; animation-delay : 236.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2368) { -webkit-animation-delay : 236.8s; animation-delay : 236.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2369) { -webkit-animation-delay : 236.9s; animation-delay : 236.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2370) { -webkit-animation-delay : 237s; animation-delay : 237s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2371) { -webkit-animation-delay : 237.1s; animation-delay : 237.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2372) { -webkit-animation-delay : 237.2s; animation-delay : 237.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2373) { -webkit-animation-delay : 237.3s; animation-delay : 237.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2374) { -webkit-animation-delay : 237.4s; animation-delay : 237.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2375) { -webkit-animation-delay : 237.5s; animation-delay : 237.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2376) { -webkit-animation-delay : 237.6s; animation-delay : 237.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2377) { -webkit-animation-delay : 237.7s; animation-delay : 237.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2378) { -webkit-animation-delay : 237.8s; animation-delay : 237.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2379) { -webkit-animation-delay : 237.9s; animation-delay : 237.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2380) { -webkit-animation-delay : 238s; animation-delay : 238s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2381) { -webkit-animation-delay : 238.1s; animation-delay : 238.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2382) { -webkit-animation-delay : 238.2s; animation-delay : 238.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2383) { -webkit-animation-delay : 238.3s; animation-delay : 238.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2384) { -webkit-animation-delay : 238.4s; animation-delay : 238.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2385) { -webkit-animation-delay : 238.5s; animation-delay : 238.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2386) { -webkit-animation-delay : 238.6s; animation-delay : 238.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2387) { -webkit-animation-delay : 238.7s; animation-delay : 238.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2388) { -webkit-animation-delay : 238.8s; animation-delay : 238.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2389) { -webkit-animation-delay : 238.9s; animation-delay : 238.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2390) { -webkit-animation-delay : 239s; animation-delay : 239s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2391) { -webkit-animation-delay : 239.1s; animation-delay : 239.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2392) { -webkit-animation-delay : 239.2s; animation-delay : 239.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2393) { -webkit-animation-delay : 239.3s; animation-delay : 239.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2394) { -webkit-animation-delay : 239.4s; animation-delay : 239.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2395) { -webkit-animation-delay : 239.5s; animation-delay : 239.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2396) { -webkit-animation-delay : 239.6s; animation-delay : 239.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2397) { -webkit-animation-delay : 239.7s; animation-delay : 239.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2398) { -webkit-animation-delay : 239.8s; animation-delay : 239.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2399) { -webkit-animation-delay : 239.9s; animation-delay : 239.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2400) { -webkit-animation-delay : 240s; animation-delay : 240s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2401) { -webkit-animation-delay : 240.1s; animation-delay : 240.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2402) { -webkit-animation-delay : 240.2s; animation-delay : 240.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2403) { -webkit-animation-delay : 240.3s; animation-delay : 240.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2404) { -webkit-animation-delay : 240.4s; animation-delay : 240.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2405) { -webkit-animation-delay : 240.5s; animation-delay : 240.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2406) { -webkit-animation-delay : 240.6s; animation-delay : 240.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2407) { -webkit-animation-delay : 240.7s; animation-delay : 240.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2408) { -webkit-animation-delay : 240.8s; animation-delay : 240.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2409) { -webkit-animation-delay : 240.9s; animation-delay : 240.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2410) { -webkit-animation-delay : 241s; animation-delay : 241s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2411) { -webkit-animation-delay : 241.1s; animation-delay : 241.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2412) { -webkit-animation-delay : 241.2s; animation-delay : 241.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2413) { -webkit-animation-delay : 241.3s; animation-delay : 241.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2414) { -webkit-animation-delay : 241.4s; animation-delay : 241.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2415) { -webkit-animation-delay : 241.5s; animation-delay : 241.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2416) { -webkit-animation-delay : 241.6s; animation-delay : 241.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2417) { -webkit-animation-delay : 241.7s; animation-delay : 241.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2418) { -webkit-animation-delay : 241.8s; animation-delay : 241.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2419) { -webkit-animation-delay : 241.9s; animation-delay : 241.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2420) { -webkit-animation-delay : 242s; animation-delay : 242s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2421) { -webkit-animation-delay : 242.1s; animation-delay : 242.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2422) { -webkit-animation-delay : 242.2s; animation-delay : 242.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2423) { -webkit-animation-delay : 242.3s; animation-delay : 242.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2424) { -webkit-animation-delay : 242.4s; animation-delay : 242.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2425) { -webkit-animation-delay : 242.5s; animation-delay : 242.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2426) { -webkit-animation-delay : 242.6s; animation-delay : 242.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2427) { -webkit-animation-delay : 242.7s; animation-delay : 242.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2428) { -webkit-animation-delay : 242.8s; animation-delay : 242.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2429) { -webkit-animation-delay : 242.9s; animation-delay : 242.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2430) { -webkit-animation-delay : 243s; animation-delay : 243s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2431) { -webkit-animation-delay : 243.1s; animation-delay : 243.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2432) { -webkit-animation-delay : 243.2s; animation-delay : 243.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2433) { -webkit-animation-delay : 243.3s; animation-delay : 243.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2434) { -webkit-animation-delay : 243.4s; animation-delay : 243.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2435) { -webkit-animation-delay : 243.5s; animation-delay : 243.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2436) { -webkit-animation-delay : 243.6s; animation-delay : 243.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2437) { -webkit-animation-delay : 243.7s; animation-delay : 243.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2438) { -webkit-animation-delay : 243.8s; animation-delay : 243.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2439) { -webkit-animation-delay : 243.9s; animation-delay : 243.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2440) { -webkit-animation-delay : 244s; animation-delay : 244s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2441) { -webkit-animation-delay : 244.1s; animation-delay : 244.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2442) { -webkit-animation-delay : 244.2s; animation-delay : 244.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2443) { -webkit-animation-delay : 244.3s; animation-delay : 244.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2444) { -webkit-animation-delay : 244.4s; animation-delay : 244.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2445) { -webkit-animation-delay : 244.5s; animation-delay : 244.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2446) { -webkit-animation-delay : 244.6s; animation-delay : 244.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2447) { -webkit-animation-delay : 244.7s; animation-delay : 244.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2448) { -webkit-animation-delay : 244.8s; animation-delay : 244.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2449) { -webkit-animation-delay : 244.9s; animation-delay : 244.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2450) { -webkit-animation-delay : 245s; animation-delay : 245s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2451) { -webkit-animation-delay : 245.1s; animation-delay : 245.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2452) { -webkit-animation-delay : 245.2s; animation-delay : 245.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2453) { -webkit-animation-delay : 245.3s; animation-delay : 245.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2454) { -webkit-animation-delay : 245.4s; animation-delay : 245.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2455) { -webkit-animation-delay : 245.5s; animation-delay : 245.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2456) { -webkit-animation-delay : 245.6s; animation-delay : 245.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2457) { -webkit-animation-delay : 245.7s; animation-delay : 245.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2458) { -webkit-animation-delay : 245.8s; animation-delay : 245.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2459) { -webkit-animation-delay : 245.9s; animation-delay : 245.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2460) { -webkit-animation-delay : 246s; animation-delay : 246s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2461) { -webkit-animation-delay : 246.1s; animation-delay : 246.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2462) { -webkit-animation-delay : 246.2s; animation-delay : 246.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2463) { -webkit-animation-delay : 246.3s; animation-delay : 246.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2464) { -webkit-animation-delay : 246.4s; animation-delay : 246.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2465) { -webkit-animation-delay : 246.5s; animation-delay : 246.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2466) { -webkit-animation-delay : 246.6s; animation-delay : 246.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2467) { -webkit-animation-delay : 246.7s; animation-delay : 246.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2468) { -webkit-animation-delay : 246.8s; animation-delay : 246.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2469) { -webkit-animation-delay : 246.9s; animation-delay : 246.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2470) { -webkit-animation-delay : 247s; animation-delay : 247s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2471) { -webkit-animation-delay : 247.1s; animation-delay : 247.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2472) { -webkit-animation-delay : 247.2s; animation-delay : 247.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2473) { -webkit-animation-delay : 247.3s; animation-delay : 247.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2474) { -webkit-animation-delay : 247.4s; animation-delay : 247.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2475) { -webkit-animation-delay : 247.5s; animation-delay : 247.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2476) { -webkit-animation-delay : 247.6s; animation-delay : 247.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2477) { -webkit-animation-delay : 247.7s; animation-delay : 247.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2478) { -webkit-animation-delay : 247.8s; animation-delay : 247.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2479) { -webkit-animation-delay : 247.9s; animation-delay : 247.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2480) { -webkit-animation-delay : 248s; animation-delay : 248s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2481) { -webkit-animation-delay : 248.1s; animation-delay : 248.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2482) { -webkit-animation-delay : 248.2s; animation-delay : 248.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2483) { -webkit-animation-delay : 248.3s; animation-delay : 248.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2484) { -webkit-animation-delay : 248.4s; animation-delay : 248.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2485) { -webkit-animation-delay : 248.5s; animation-delay : 248.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2486) { -webkit-animation-delay : 248.6s; animation-delay : 248.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2487) { -webkit-animation-delay : 248.7s; animation-delay : 248.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2488) { -webkit-animation-delay : 248.8s; animation-delay : 248.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2489) { -webkit-animation-delay : 248.9s; animation-delay : 248.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2490) { -webkit-animation-delay : 249s; animation-delay : 249s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2491) { -webkit-animation-delay : 249.1s; animation-delay : 249.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2492) { -webkit-animation-delay : 249.2s; animation-delay : 249.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2493) { -webkit-animation-delay : 249.3s; animation-delay : 249.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2494) { -webkit-animation-delay : 249.4s; animation-delay : 249.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2495) { -webkit-animation-delay : 249.5s; animation-delay : 249.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2496) { -webkit-animation-delay : 249.6s; animation-delay : 249.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2497) { -webkit-animation-delay : 249.7s; animation-delay : 249.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2498) { -webkit-animation-delay : 249.8s; animation-delay : 249.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2499) { -webkit-animation-delay : 249.9s; animation-delay : 249.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2500) { -webkit-animation-delay : 250s; animation-delay : 250s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2501) { -webkit-animation-delay : 250.1s; animation-delay : 250.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2502) { -webkit-animation-delay : 250.2s; animation-delay : 250.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2503) { -webkit-animation-delay : 250.3s; animation-delay : 250.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2504) { -webkit-animation-delay : 250.4s; animation-delay : 250.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2505) { -webkit-animation-delay : 250.5s; animation-delay : 250.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2506) { -webkit-animation-delay : 250.6s; animation-delay : 250.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2507) { -webkit-animation-delay : 250.7s; animation-delay : 250.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2508) { -webkit-animation-delay : 250.8s; animation-delay : 250.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2509) { -webkit-animation-delay : 250.9s; animation-delay : 250.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2510) { -webkit-animation-delay : 251s; animation-delay : 251s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2511) { -webkit-animation-delay : 251.1s; animation-delay : 251.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2512) { -webkit-animation-delay : 251.2s; animation-delay : 251.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2513) { -webkit-animation-delay : 251.3s; animation-delay : 251.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2514) { -webkit-animation-delay : 251.4s; animation-delay : 251.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2515) { -webkit-animation-delay : 251.5s; animation-delay : 251.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2516) { -webkit-animation-delay : 251.6s; animation-delay : 251.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2517) { -webkit-animation-delay : 251.7s; animation-delay : 251.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2518) { -webkit-animation-delay : 251.8s; animation-delay : 251.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2519) { -webkit-animation-delay : 251.9s; animation-delay : 251.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2520) { -webkit-animation-delay : 252s; animation-delay : 252s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2521) { -webkit-animation-delay : 252.1s; animation-delay : 252.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2522) { -webkit-animation-delay : 252.2s; animation-delay : 252.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2523) { -webkit-animation-delay : 252.3s; animation-delay : 252.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2524) { -webkit-animation-delay : 252.4s; animation-delay : 252.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2525) { -webkit-animation-delay : 252.5s; animation-delay : 252.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2526) { -webkit-animation-delay : 252.6s; animation-delay : 252.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2527) { -webkit-animation-delay : 252.7s; animation-delay : 252.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2528) { -webkit-animation-delay : 252.8s; animation-delay : 252.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2529) { -webkit-animation-delay : 252.9s; animation-delay : 252.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2530) { -webkit-animation-delay : 253s; animation-delay : 253s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2531) { -webkit-animation-delay : 253.1s; animation-delay : 253.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2532) { -webkit-animation-delay : 253.2s; animation-delay : 253.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2533) { -webkit-animation-delay : 253.3s; animation-delay : 253.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2534) { -webkit-animation-delay : 253.4s; animation-delay : 253.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2535) { -webkit-animation-delay : 253.5s; animation-delay : 253.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2536) { -webkit-animation-delay : 253.6s; animation-delay : 253.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2537) { -webkit-animation-delay : 253.7s; animation-delay : 253.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2538) { -webkit-animation-delay : 253.8s; animation-delay : 253.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2539) { -webkit-animation-delay : 253.9s; animation-delay : 253.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2540) { -webkit-animation-delay : 254s; animation-delay : 254s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2541) { -webkit-animation-delay : 254.1s; animation-delay : 254.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2542) { -webkit-animation-delay : 254.2s; animation-delay : 254.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2543) { -webkit-animation-delay : 254.3s; animation-delay : 254.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2544) { -webkit-animation-delay : 254.4s; animation-delay : 254.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2545) { -webkit-animation-delay : 254.5s; animation-delay : 254.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2546) { -webkit-animation-delay : 254.6s; animation-delay : 254.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2547) { -webkit-animation-delay : 254.7s; animation-delay : 254.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2548) { -webkit-animation-delay : 254.8s; animation-delay : 254.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2549) { -webkit-animation-delay : 254.9s; animation-delay : 254.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2550) { -webkit-animation-delay : 255s; animation-delay : 255s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2551) { -webkit-animation-delay : 255.1s; animation-delay : 255.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2552) { -webkit-animation-delay : 255.2s; animation-delay : 255.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2553) { -webkit-animation-delay : 255.3s; animation-delay : 255.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2554) { -webkit-animation-delay : 255.4s; animation-delay : 255.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2555) { -webkit-animation-delay : 255.5s; animation-delay : 255.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2556) { -webkit-animation-delay : 255.6s; animation-delay : 255.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2557) { -webkit-animation-delay : 255.7s; animation-delay : 255.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2558) { -webkit-animation-delay : 255.8s; animation-delay : 255.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2559) { -webkit-animation-delay : 255.9s; animation-delay : 255.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2560) { -webkit-animation-delay : 256s; animation-delay : 256s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2561) { -webkit-animation-delay : 256.1s; animation-delay : 256.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2562) { -webkit-animation-delay : 256.2s; animation-delay : 256.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2563) { -webkit-animation-delay : 256.3s; animation-delay : 256.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2564) { -webkit-animation-delay : 256.4s; animation-delay : 256.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2565) { -webkit-animation-delay : 256.5s; animation-delay : 256.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2566) { -webkit-animation-delay : 256.6s; animation-delay : 256.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2567) { -webkit-animation-delay : 256.7s; animation-delay : 256.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2568) { -webkit-animation-delay : 256.8s; animation-delay : 256.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2569) { -webkit-animation-delay : 256.9s; animation-delay : 256.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2570) { -webkit-animation-delay : 257s; animation-delay : 257s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2571) { -webkit-animation-delay : 257.1s; animation-delay : 257.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2572) { -webkit-animation-delay : 257.2s; animation-delay : 257.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2573) { -webkit-animation-delay : 257.3s; animation-delay : 257.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2574) { -webkit-animation-delay : 257.4s; animation-delay : 257.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2575) { -webkit-animation-delay : 257.5s; animation-delay : 257.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2576) { -webkit-animation-delay : 257.6s; animation-delay : 257.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2577) { -webkit-animation-delay : 257.7s; animation-delay : 257.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2578) { -webkit-animation-delay : 257.8s; animation-delay : 257.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2579) { -webkit-animation-delay : 257.9s; animation-delay : 257.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2580) { -webkit-animation-delay : 258s; animation-delay : 258s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2581) { -webkit-animation-delay : 258.1s; animation-delay : 258.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2582) { -webkit-animation-delay : 258.2s; animation-delay : 258.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2583) { -webkit-animation-delay : 258.3s; animation-delay : 258.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2584) { -webkit-animation-delay : 258.4s; animation-delay : 258.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2585) { -webkit-animation-delay : 258.5s; animation-delay : 258.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2586) { -webkit-animation-delay : 258.6s; animation-delay : 258.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2587) { -webkit-animation-delay : 258.7s; animation-delay : 258.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2588) { -webkit-animation-delay : 258.8s; animation-delay : 258.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2589) { -webkit-animation-delay : 258.9s; animation-delay : 258.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2590) { -webkit-animation-delay : 259s; animation-delay : 259s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2591) { -webkit-animation-delay : 259.1s; animation-delay : 259.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2592) { -webkit-animation-delay : 259.2s; animation-delay : 259.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2593) { -webkit-animation-delay : 259.3s; animation-delay : 259.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2594) { -webkit-animation-delay : 259.4s; animation-delay : 259.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2595) { -webkit-animation-delay : 259.5s; animation-delay : 259.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2596) { -webkit-animation-delay : 259.6s; animation-delay : 259.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2597) { -webkit-animation-delay : 259.7s; animation-delay : 259.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2598) { -webkit-animation-delay : 259.8s; animation-delay : 259.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2599) { -webkit-animation-delay : 259.9s; animation-delay : 259.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2600) { -webkit-animation-delay : 260s; animation-delay : 260s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2601) { -webkit-animation-delay : 260.1s; animation-delay : 260.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2602) { -webkit-animation-delay : 260.2s; animation-delay : 260.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2603) { -webkit-animation-delay : 260.3s; animation-delay : 260.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2604) { -webkit-animation-delay : 260.4s; animation-delay : 260.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2605) { -webkit-animation-delay : 260.5s; animation-delay : 260.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2606) { -webkit-animation-delay : 260.6s; animation-delay : 260.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2607) { -webkit-animation-delay : 260.7s; animation-delay : 260.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2608) { -webkit-animation-delay : 260.8s; animation-delay : 260.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2609) { -webkit-animation-delay : 260.9s; animation-delay : 260.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2610) { -webkit-animation-delay : 261s; animation-delay : 261s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2611) { -webkit-animation-delay : 261.1s; animation-delay : 261.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2612) { -webkit-animation-delay : 261.2s; animation-delay : 261.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2613) { -webkit-animation-delay : 261.3s; animation-delay : 261.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2614) { -webkit-animation-delay : 261.4s; animation-delay : 261.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2615) { -webkit-animation-delay : 261.5s; animation-delay : 261.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2616) { -webkit-animation-delay : 261.6s; animation-delay : 261.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2617) { -webkit-animation-delay : 261.7s; animation-delay : 261.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2618) { -webkit-animation-delay : 261.8s; animation-delay : 261.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2619) { -webkit-animation-delay : 261.9s; animation-delay : 261.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2620) { -webkit-animation-delay : 262s; animation-delay : 262s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2621) { -webkit-animation-delay : 262.1s; animation-delay : 262.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2622) { -webkit-animation-delay : 262.2s; animation-delay : 262.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2623) { -webkit-animation-delay : 262.3s; animation-delay : 262.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2624) { -webkit-animation-delay : 262.4s; animation-delay : 262.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2625) { -webkit-animation-delay : 262.5s; animation-delay : 262.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2626) { -webkit-animation-delay : 262.6s; animation-delay : 262.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2627) { -webkit-animation-delay : 262.7s; animation-delay : 262.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2628) { -webkit-animation-delay : 262.8s; animation-delay : 262.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2629) { -webkit-animation-delay : 262.9s; animation-delay : 262.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2630) { -webkit-animation-delay : 263s; animation-delay : 263s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2631) { -webkit-animation-delay : 263.1s; animation-delay : 263.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2632) { -webkit-animation-delay : 263.2s; animation-delay : 263.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2633) { -webkit-animation-delay : 263.3s; animation-delay : 263.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2634) { -webkit-animation-delay : 263.4s; animation-delay : 263.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2635) { -webkit-animation-delay : 263.5s; animation-delay : 263.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2636) { -webkit-animation-delay : 263.6s; animation-delay : 263.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2637) { -webkit-animation-delay : 263.7s; animation-delay : 263.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2638) { -webkit-animation-delay : 263.8s; animation-delay : 263.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2639) { -webkit-animation-delay : 263.9s; animation-delay : 263.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2640) { -webkit-animation-delay : 264s; animation-delay : 264s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2641) { -webkit-animation-delay : 264.1s; animation-delay : 264.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2642) { -webkit-animation-delay : 264.2s; animation-delay : 264.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2643) { -webkit-animation-delay : 264.3s; animation-delay : 264.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2644) { -webkit-animation-delay : 264.4s; animation-delay : 264.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2645) { -webkit-animation-delay : 264.5s; animation-delay : 264.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2646) { -webkit-animation-delay : 264.6s; animation-delay : 264.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2647) { -webkit-animation-delay : 264.7s; animation-delay : 264.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2648) { -webkit-animation-delay : 264.8s; animation-delay : 264.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2649) { -webkit-animation-delay : 264.9s; animation-delay : 264.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2650) { -webkit-animation-delay : 265s; animation-delay : 265s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2651) { -webkit-animation-delay : 265.1s; animation-delay : 265.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2652) { -webkit-animation-delay : 265.2s; animation-delay : 265.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2653) { -webkit-animation-delay : 265.3s; animation-delay : 265.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2654) { -webkit-animation-delay : 265.4s; animation-delay : 265.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2655) { -webkit-animation-delay : 265.5s; animation-delay : 265.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2656) { -webkit-animation-delay : 265.6s; animation-delay : 265.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2657) { -webkit-animation-delay : 265.7s; animation-delay : 265.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2658) { -webkit-animation-delay : 265.8s; animation-delay : 265.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2659) { -webkit-animation-delay : 265.9s; animation-delay : 265.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2660) { -webkit-animation-delay : 266s; animation-delay : 266s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2661) { -webkit-animation-delay : 266.1s; animation-delay : 266.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2662) { -webkit-animation-delay : 266.2s; animation-delay : 266.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2663) { -webkit-animation-delay : 266.3s; animation-delay : 266.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2664) { -webkit-animation-delay : 266.4s; animation-delay : 266.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2665) { -webkit-animation-delay : 266.5s; animation-delay : 266.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2666) { -webkit-animation-delay : 266.6s; animation-delay : 266.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2667) { -webkit-animation-delay : 266.7s; animation-delay : 266.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2668) { -webkit-animation-delay : 266.8s; animation-delay : 266.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2669) { -webkit-animation-delay : 266.9s; animation-delay : 266.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2670) { -webkit-animation-delay : 267s; animation-delay : 267s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2671) { -webkit-animation-delay : 267.1s; animation-delay : 267.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2672) { -webkit-animation-delay : 267.2s; animation-delay : 267.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2673) { -webkit-animation-delay : 267.3s; animation-delay : 267.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2674) { -webkit-animation-delay : 267.4s; animation-delay : 267.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2675) { -webkit-animation-delay : 267.5s; animation-delay : 267.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2676) { -webkit-animation-delay : 267.6s; animation-delay : 267.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2677) { -webkit-animation-delay : 267.7s; animation-delay : 267.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2678) { -webkit-animation-delay : 267.8s; animation-delay : 267.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2679) { -webkit-animation-delay : 267.9s; animation-delay : 267.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2680) { -webkit-animation-delay : 268s; animation-delay : 268s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2681) { -webkit-animation-delay : 268.1s; animation-delay : 268.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2682) { -webkit-animation-delay : 268.2s; animation-delay : 268.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2683) { -webkit-animation-delay : 268.3s; animation-delay : 268.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2684) { -webkit-animation-delay : 268.4s; animation-delay : 268.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2685) { -webkit-animation-delay : 268.5s; animation-delay : 268.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2686) { -webkit-animation-delay : 268.6s; animation-delay : 268.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2687) { -webkit-animation-delay : 268.7s; animation-delay : 268.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2688) { -webkit-animation-delay : 268.8s; animation-delay : 268.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2689) { -webkit-animation-delay : 268.9s; animation-delay : 268.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2690) { -webkit-animation-delay : 269s; animation-delay : 269s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2691) { -webkit-animation-delay : 269.1s; animation-delay : 269.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2692) { -webkit-animation-delay : 269.2s; animation-delay : 269.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2693) { -webkit-animation-delay : 269.3s; animation-delay : 269.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2694) { -webkit-animation-delay : 269.4s; animation-delay : 269.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2695) { -webkit-animation-delay : 269.5s; animation-delay : 269.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2696) { -webkit-animation-delay : 269.6s; animation-delay : 269.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2697) { -webkit-animation-delay : 269.7s; animation-delay : 269.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2698) { -webkit-animation-delay : 269.8s; animation-delay : 269.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2699) { -webkit-animation-delay : 269.9s; animation-delay : 269.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2700) { -webkit-animation-delay : 270s; animation-delay : 270s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2701) { -webkit-animation-delay : 270.1s; animation-delay : 270.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2702) { -webkit-animation-delay : 270.2s; animation-delay : 270.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2703) { -webkit-animation-delay : 270.3s; animation-delay : 270.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2704) { -webkit-animation-delay : 270.4s; animation-delay : 270.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2705) { -webkit-animation-delay : 270.5s; animation-delay : 270.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2706) { -webkit-animation-delay : 270.6s; animation-delay : 270.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2707) { -webkit-animation-delay : 270.7s; animation-delay : 270.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2708) { -webkit-animation-delay : 270.8s; animation-delay : 270.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2709) { -webkit-animation-delay : 270.9s; animation-delay : 270.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2710) { -webkit-animation-delay : 271s; animation-delay : 271s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2711) { -webkit-animation-delay : 271.1s; animation-delay : 271.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2712) { -webkit-animation-delay : 271.2s; animation-delay : 271.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2713) { -webkit-animation-delay : 271.3s; animation-delay : 271.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2714) { -webkit-animation-delay : 271.4s; animation-delay : 271.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2715) { -webkit-animation-delay : 271.5s; animation-delay : 271.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2716) { -webkit-animation-delay : 271.6s; animation-delay : 271.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2717) { -webkit-animation-delay : 271.7s; animation-delay : 271.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2718) { -webkit-animation-delay : 271.8s; animation-delay : 271.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2719) { -webkit-animation-delay : 271.9s; animation-delay : 271.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2720) { -webkit-animation-delay : 272s; animation-delay : 272s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2721) { -webkit-animation-delay : 272.1s; animation-delay : 272.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2722) { -webkit-animation-delay : 272.2s; animation-delay : 272.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2723) { -webkit-animation-delay : 272.3s; animation-delay : 272.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2724) { -webkit-animation-delay : 272.4s; animation-delay : 272.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2725) { -webkit-animation-delay : 272.5s; animation-delay : 272.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2726) { -webkit-animation-delay : 272.6s; animation-delay : 272.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2727) { -webkit-animation-delay : 272.7s; animation-delay : 272.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2728) { -webkit-animation-delay : 272.8s; animation-delay : 272.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2729) { -webkit-animation-delay : 272.9s; animation-delay : 272.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2730) { -webkit-animation-delay : 273s; animation-delay : 273s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2731) { -webkit-animation-delay : 273.1s; animation-delay : 273.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2732) { -webkit-animation-delay : 273.2s; animation-delay : 273.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2733) { -webkit-animation-delay : 273.3s; animation-delay : 273.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2734) { -webkit-animation-delay : 273.4s; animation-delay : 273.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2735) { -webkit-animation-delay : 273.5s; animation-delay : 273.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2736) { -webkit-animation-delay : 273.6s; animation-delay : 273.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2737) { -webkit-animation-delay : 273.7s; animation-delay : 273.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2738) { -webkit-animation-delay : 273.8s; animation-delay : 273.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2739) { -webkit-animation-delay : 273.9s; animation-delay : 273.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2740) { -webkit-animation-delay : 274s; animation-delay : 274s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2741) { -webkit-animation-delay : 274.1s; animation-delay : 274.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2742) { -webkit-animation-delay : 274.2s; animation-delay : 274.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2743) { -webkit-animation-delay : 274.3s; animation-delay : 274.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2744) { -webkit-animation-delay : 274.4s; animation-delay : 274.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2745) { -webkit-animation-delay : 274.5s; animation-delay : 274.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2746) { -webkit-animation-delay : 274.6s; animation-delay : 274.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2747) { -webkit-animation-delay : 274.7s; animation-delay : 274.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2748) { -webkit-animation-delay : 274.8s; animation-delay : 274.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2749) { -webkit-animation-delay : 274.9s; animation-delay : 274.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2750) { -webkit-animation-delay : 275s; animation-delay : 275s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2751) { -webkit-animation-delay : 275.1s; animation-delay : 275.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2752) { -webkit-animation-delay : 275.2s; animation-delay : 275.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2753) { -webkit-animation-delay : 275.3s; animation-delay : 275.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2754) { -webkit-animation-delay : 275.4s; animation-delay : 275.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2755) { -webkit-animation-delay : 275.5s; animation-delay : 275.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2756) { -webkit-animation-delay : 275.6s; animation-delay : 275.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2757) { -webkit-animation-delay : 275.7s; animation-delay : 275.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2758) { -webkit-animation-delay : 275.8s; animation-delay : 275.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2759) { -webkit-animation-delay : 275.9s; animation-delay : 275.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2760) { -webkit-animation-delay : 276s; animation-delay : 276s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2761) { -webkit-animation-delay : 276.1s; animation-delay : 276.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2762) { -webkit-animation-delay : 276.2s; animation-delay : 276.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2763) { -webkit-animation-delay : 276.3s; animation-delay : 276.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2764) { -webkit-animation-delay : 276.4s; animation-delay : 276.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2765) { -webkit-animation-delay : 276.5s; animation-delay : 276.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2766) { -webkit-animation-delay : 276.6s; animation-delay : 276.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2767) { -webkit-animation-delay : 276.7s; animation-delay : 276.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2768) { -webkit-animation-delay : 276.8s; animation-delay : 276.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2769) { -webkit-animation-delay : 276.9s; animation-delay : 276.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2770) { -webkit-animation-delay : 277s; animation-delay : 277s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2771) { -webkit-animation-delay : 277.1s; animation-delay : 277.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2772) { -webkit-animation-delay : 277.2s; animation-delay : 277.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2773) { -webkit-animation-delay : 277.3s; animation-delay : 277.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2774) { -webkit-animation-delay : 277.4s; animation-delay : 277.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2775) { -webkit-animation-delay : 277.5s; animation-delay : 277.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2776) { -webkit-animation-delay : 277.6s; animation-delay : 277.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2777) { -webkit-animation-delay : 277.7s; animation-delay : 277.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2778) { -webkit-animation-delay : 277.8s; animation-delay : 277.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2779) { -webkit-animation-delay : 277.9s; animation-delay : 277.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2780) { -webkit-animation-delay : 278s; animation-delay : 278s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2781) { -webkit-animation-delay : 278.1s; animation-delay : 278.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2782) { -webkit-animation-delay : 278.2s; animation-delay : 278.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2783) { -webkit-animation-delay : 278.3s; animation-delay : 278.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2784) { -webkit-animation-delay : 278.4s; animation-delay : 278.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2785) { -webkit-animation-delay : 278.5s; animation-delay : 278.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2786) { -webkit-animation-delay : 278.6s; animation-delay : 278.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2787) { -webkit-animation-delay : 278.7s; animation-delay : 278.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2788) { -webkit-animation-delay : 278.8s; animation-delay : 278.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2789) { -webkit-animation-delay : 278.9s; animation-delay : 278.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2790) { -webkit-animation-delay : 279s; animation-delay : 279s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2791) { -webkit-animation-delay : 279.1s; animation-delay : 279.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2792) { -webkit-animation-delay : 279.2s; animation-delay : 279.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2793) { -webkit-animation-delay : 279.3s; animation-delay : 279.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2794) { -webkit-animation-delay : 279.4s; animation-delay : 279.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2795) { -webkit-animation-delay : 279.5s; animation-delay : 279.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2796) { -webkit-animation-delay : 279.6s; animation-delay : 279.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2797) { -webkit-animation-delay : 279.7s; animation-delay : 279.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2798) { -webkit-animation-delay : 279.8s; animation-delay : 279.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2799) { -webkit-animation-delay : 279.9s; animation-delay : 279.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2800) { -webkit-animation-delay : 280s; animation-delay : 280s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2801) { -webkit-animation-delay : 280.1s; animation-delay : 280.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2802) { -webkit-animation-delay : 280.2s; animation-delay : 280.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2803) { -webkit-animation-delay : 280.3s; animation-delay : 280.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2804) { -webkit-animation-delay : 280.4s; animation-delay : 280.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2805) { -webkit-animation-delay : 280.5s; animation-delay : 280.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2806) { -webkit-animation-delay : 280.6s; animation-delay : 280.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2807) { -webkit-animation-delay : 280.7s; animation-delay : 280.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2808) { -webkit-animation-delay : 280.8s; animation-delay : 280.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2809) { -webkit-animation-delay : 280.9s; animation-delay : 280.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2810) { -webkit-animation-delay : 281s; animation-delay : 281s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2811) { -webkit-animation-delay : 281.1s; animation-delay : 281.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2812) { -webkit-animation-delay : 281.2s; animation-delay : 281.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2813) { -webkit-animation-delay : 281.3s; animation-delay : 281.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2814) { -webkit-animation-delay : 281.4s; animation-delay : 281.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2815) { -webkit-animation-delay : 281.5s; animation-delay : 281.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2816) { -webkit-animation-delay : 281.6s; animation-delay : 281.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2817) { -webkit-animation-delay : 281.7s; animation-delay : 281.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2818) { -webkit-animation-delay : 281.8s; animation-delay : 281.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2819) { -webkit-animation-delay : 281.9s; animation-delay : 281.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2820) { -webkit-animation-delay : 282s; animation-delay : 282s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2821) { -webkit-animation-delay : 282.1s; animation-delay : 282.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2822) { -webkit-animation-delay : 282.2s; animation-delay : 282.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2823) { -webkit-animation-delay : 282.3s; animation-delay : 282.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2824) { -webkit-animation-delay : 282.4s; animation-delay : 282.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2825) { -webkit-animation-delay : 282.5s; animation-delay : 282.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2826) { -webkit-animation-delay : 282.6s; animation-delay : 282.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2827) { -webkit-animation-delay : 282.7s; animation-delay : 282.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2828) { -webkit-animation-delay : 282.8s; animation-delay : 282.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2829) { -webkit-animation-delay : 282.9s; animation-delay : 282.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2830) { -webkit-animation-delay : 283s; animation-delay : 283s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2831) { -webkit-animation-delay : 283.1s; animation-delay : 283.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2832) { -webkit-animation-delay : 283.2s; animation-delay : 283.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2833) { -webkit-animation-delay : 283.3s; animation-delay : 283.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2834) { -webkit-animation-delay : 283.4s; animation-delay : 283.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2835) { -webkit-animation-delay : 283.5s; animation-delay : 283.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2836) { -webkit-animation-delay : 283.6s; animation-delay : 283.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2837) { -webkit-animation-delay : 283.7s; animation-delay : 283.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2838) { -webkit-animation-delay : 283.8s; animation-delay : 283.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2839) { -webkit-animation-delay : 283.9s; animation-delay : 283.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2840) { -webkit-animation-delay : 284s; animation-delay : 284s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2841) { -webkit-animation-delay : 284.1s; animation-delay : 284.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2842) { -webkit-animation-delay : 284.2s; animation-delay : 284.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2843) { -webkit-animation-delay : 284.3s; animation-delay : 284.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2844) { -webkit-animation-delay : 284.4s; animation-delay : 284.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2845) { -webkit-animation-delay : 284.5s; animation-delay : 284.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2846) { -webkit-animation-delay : 284.6s; animation-delay : 284.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2847) { -webkit-animation-delay : 284.7s; animation-delay : 284.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2848) { -webkit-animation-delay : 284.8s; animation-delay : 284.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2849) { -webkit-animation-delay : 284.9s; animation-delay : 284.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2850) { -webkit-animation-delay : 285s; animation-delay : 285s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2851) { -webkit-animation-delay : 285.1s; animation-delay : 285.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2852) { -webkit-animation-delay : 285.2s; animation-delay : 285.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2853) { -webkit-animation-delay : 285.3s; animation-delay : 285.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2854) { -webkit-animation-delay : 285.4s; animation-delay : 285.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2855) { -webkit-animation-delay : 285.5s; animation-delay : 285.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2856) { -webkit-animation-delay : 285.6s; animation-delay : 285.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2857) { -webkit-animation-delay : 285.7s; animation-delay : 285.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2858) { -webkit-animation-delay : 285.8s; animation-delay : 285.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2859) { -webkit-animation-delay : 285.9s; animation-delay : 285.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2860) { -webkit-animation-delay : 286s; animation-delay : 286s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2861) { -webkit-animation-delay : 286.1s; animation-delay : 286.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2862) { -webkit-animation-delay : 286.2s; animation-delay : 286.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2863) { -webkit-animation-delay : 286.3s; animation-delay : 286.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2864) { -webkit-animation-delay : 286.4s; animation-delay : 286.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2865) { -webkit-animation-delay : 286.5s; animation-delay : 286.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2866) { -webkit-animation-delay : 286.6s; animation-delay : 286.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2867) { -webkit-animation-delay : 286.7s; animation-delay : 286.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2868) { -webkit-animation-delay : 286.8s; animation-delay : 286.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2869) { -webkit-animation-delay : 286.9s; animation-delay : 286.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2870) { -webkit-animation-delay : 287s; animation-delay : 287s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2871) { -webkit-animation-delay : 287.1s; animation-delay : 287.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2872) { -webkit-animation-delay : 287.2s; animation-delay : 287.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2873) { -webkit-animation-delay : 287.3s; animation-delay : 287.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2874) { -webkit-animation-delay : 287.4s; animation-delay : 287.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2875) { -webkit-animation-delay : 287.5s; animation-delay : 287.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2876) { -webkit-animation-delay : 287.6s; animation-delay : 287.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2877) { -webkit-animation-delay : 287.7s; animation-delay : 287.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2878) { -webkit-animation-delay : 287.8s; animation-delay : 287.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2879) { -webkit-animation-delay : 287.9s; animation-delay : 287.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2880) { -webkit-animation-delay : 288s; animation-delay : 288s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2881) { -webkit-animation-delay : 288.1s; animation-delay : 288.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2882) { -webkit-animation-delay : 288.2s; animation-delay : 288.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2883) { -webkit-animation-delay : 288.3s; animation-delay : 288.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2884) { -webkit-animation-delay : 288.4s; animation-delay : 288.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2885) { -webkit-animation-delay : 288.5s; animation-delay : 288.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2886) { -webkit-animation-delay : 288.6s; animation-delay : 288.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2887) { -webkit-animation-delay : 288.7s; animation-delay : 288.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2888) { -webkit-animation-delay : 288.8s; animation-delay : 288.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2889) { -webkit-animation-delay : 288.9s; animation-delay : 288.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2890) { -webkit-animation-delay : 289s; animation-delay : 289s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2891) { -webkit-animation-delay : 289.1s; animation-delay : 289.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2892) { -webkit-animation-delay : 289.2s; animation-delay : 289.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2893) { -webkit-animation-delay : 289.3s; animation-delay : 289.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2894) { -webkit-animation-delay : 289.4s; animation-delay : 289.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2895) { -webkit-animation-delay : 289.5s; animation-delay : 289.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2896) { -webkit-animation-delay : 289.6s; animation-delay : 289.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2897) { -webkit-animation-delay : 289.7s; animation-delay : 289.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2898) { -webkit-animation-delay : 289.8s; animation-delay : 289.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2899) { -webkit-animation-delay : 289.9s; animation-delay : 289.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2900) { -webkit-animation-delay : 290s; animation-delay : 290s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2901) { -webkit-animation-delay : 290.1s; animation-delay : 290.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2902) { -webkit-animation-delay : 290.2s; animation-delay : 290.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2903) { -webkit-animation-delay : 290.3s; animation-delay : 290.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2904) { -webkit-animation-delay : 290.4s; animation-delay : 290.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2905) { -webkit-animation-delay : 290.5s; animation-delay : 290.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2906) { -webkit-animation-delay : 290.6s; animation-delay : 290.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2907) { -webkit-animation-delay : 290.7s; animation-delay : 290.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2908) { -webkit-animation-delay : 290.8s; animation-delay : 290.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2909) { -webkit-animation-delay : 290.9s; animation-delay : 290.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2910) { -webkit-animation-delay : 291s; animation-delay : 291s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2911) { -webkit-animation-delay : 291.1s; animation-delay : 291.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2912) { -webkit-animation-delay : 291.2s; animation-delay : 291.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2913) { -webkit-animation-delay : 291.3s; animation-delay : 291.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2914) { -webkit-animation-delay : 291.4s; animation-delay : 291.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2915) { -webkit-animation-delay : 291.5s; animation-delay : 291.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2916) { -webkit-animation-delay : 291.6s; animation-delay : 291.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2917) { -webkit-animation-delay : 291.7s; animation-delay : 291.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2918) { -webkit-animation-delay : 291.8s; animation-delay : 291.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2919) { -webkit-animation-delay : 291.9s; animation-delay : 291.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2920) { -webkit-animation-delay : 292s; animation-delay : 292s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2921) { -webkit-animation-delay : 292.1s; animation-delay : 292.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2922) { -webkit-animation-delay : 292.2s; animation-delay : 292.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2923) { -webkit-animation-delay : 292.3s; animation-delay : 292.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2924) { -webkit-animation-delay : 292.4s; animation-delay : 292.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2925) { -webkit-animation-delay : 292.5s; animation-delay : 292.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2926) { -webkit-animation-delay : 292.6s; animation-delay : 292.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2927) { -webkit-animation-delay : 292.7s; animation-delay : 292.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2928) { -webkit-animation-delay : 292.8s; animation-delay : 292.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2929) { -webkit-animation-delay : 292.9s; animation-delay : 292.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2930) { -webkit-animation-delay : 293s; animation-delay : 293s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2931) { -webkit-animation-delay : 293.1s; animation-delay : 293.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2932) { -webkit-animation-delay : 293.2s; animation-delay : 293.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2933) { -webkit-animation-delay : 293.3s; animation-delay : 293.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2934) { -webkit-animation-delay : 293.4s; animation-delay : 293.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2935) { -webkit-animation-delay : 293.5s; animation-delay : 293.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2936) { -webkit-animation-delay : 293.6s; animation-delay : 293.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2937) { -webkit-animation-delay : 293.7s; animation-delay : 293.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2938) { -webkit-animation-delay : 293.8s; animation-delay : 293.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2939) { -webkit-animation-delay : 293.9s; animation-delay : 293.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2940) { -webkit-animation-delay : 294s; animation-delay : 294s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2941) { -webkit-animation-delay : 294.1s; animation-delay : 294.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2942) { -webkit-animation-delay : 294.2s; animation-delay : 294.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2943) { -webkit-animation-delay : 294.3s; animation-delay : 294.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2944) { -webkit-animation-delay : 294.4s; animation-delay : 294.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2945) { -webkit-animation-delay : 294.5s; animation-delay : 294.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2946) { -webkit-animation-delay : 294.6s; animation-delay : 294.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2947) { -webkit-animation-delay : 294.7s; animation-delay : 294.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2948) { -webkit-animation-delay : 294.8s; animation-delay : 294.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2949) { -webkit-animation-delay : 294.9s; animation-delay : 294.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2950) { -webkit-animation-delay : 295s; animation-delay : 295s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2951) { -webkit-animation-delay : 295.1s; animation-delay : 295.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2952) { -webkit-animation-delay : 295.2s; animation-delay : 295.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2953) { -webkit-animation-delay : 295.3s; animation-delay : 295.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2954) { -webkit-animation-delay : 295.4s; animation-delay : 295.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2955) { -webkit-animation-delay : 295.5s; animation-delay : 295.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2956) { -webkit-animation-delay : 295.6s; animation-delay : 295.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2957) { -webkit-animation-delay : 295.7s; animation-delay : 295.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2958) { -webkit-animation-delay : 295.8s; animation-delay : 295.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2959) { -webkit-animation-delay : 295.9s; animation-delay : 295.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2960) { -webkit-animation-delay : 296s; animation-delay : 296s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2961) { -webkit-animation-delay : 296.1s; animation-delay : 296.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2962) { -webkit-animation-delay : 296.2s; animation-delay : 296.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2963) { -webkit-animation-delay : 296.3s; animation-delay : 296.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2964) { -webkit-animation-delay : 296.4s; animation-delay : 296.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2965) { -webkit-animation-delay : 296.5s; animation-delay : 296.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2966) { -webkit-animation-delay : 296.6s; animation-delay : 296.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2967) { -webkit-animation-delay : 296.7s; animation-delay : 296.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2968) { -webkit-animation-delay : 296.8s; animation-delay : 296.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2969) { -webkit-animation-delay : 296.9s; animation-delay : 296.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2970) { -webkit-animation-delay : 297s; animation-delay : 297s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2971) { -webkit-animation-delay : 297.1s; animation-delay : 297.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2972) { -webkit-animation-delay : 297.2s; animation-delay : 297.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2973) { -webkit-animation-delay : 297.3s; animation-delay : 297.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2974) { -webkit-animation-delay : 297.4s; animation-delay : 297.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2975) { -webkit-animation-delay : 297.5s; animation-delay : 297.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2976) { -webkit-animation-delay : 297.6s; animation-delay : 297.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2977) { -webkit-animation-delay : 297.7s; animation-delay : 297.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2978) { -webkit-animation-delay : 297.8s; animation-delay : 297.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2979) { -webkit-animation-delay : 297.9s; animation-delay : 297.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2980) { -webkit-animation-delay : 298s; animation-delay : 298s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2981) { -webkit-animation-delay : 298.1s; animation-delay : 298.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2982) { -webkit-animation-delay : 298.2s; animation-delay : 298.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2983) { -webkit-animation-delay : 298.3s; animation-delay : 298.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2984) { -webkit-animation-delay : 298.4s; animation-delay : 298.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2985) { -webkit-animation-delay : 298.5s; animation-delay : 298.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2986) { -webkit-animation-delay : 298.6s; animation-delay : 298.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2987) { -webkit-animation-delay : 298.7s; animation-delay : 298.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2988) { -webkit-animation-delay : 298.8s; animation-delay : 298.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2989) { -webkit-animation-delay : 298.9s; animation-delay : 298.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2990) { -webkit-animation-delay : 299s; animation-delay : 299s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2991) { -webkit-animation-delay : 299.1s; animation-delay : 299.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2992) { -webkit-animation-delay : 299.2s; animation-delay : 299.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2993) { -webkit-animation-delay : 299.3s; animation-delay : 299.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2994) { -webkit-animation-delay : 299.4s; animation-delay : 299.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2995) { -webkit-animation-delay : 299.5s; animation-delay : 299.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2996) { -webkit-animation-delay : 299.6s; animation-delay : 299.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2997) { -webkit-animation-delay : 299.7s; animation-delay : 299.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2998) { -webkit-animation-delay : 299.8s; animation-delay : 299.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(2999) { -webkit-animation-delay : 299.9s; animation-delay : 299.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3000) { -webkit-animation-delay : 300s; animation-delay : 300s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3001) { -webkit-animation-delay : 300.1s; animation-delay : 300.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3002) { -webkit-animation-delay : 300.2s; animation-delay : 300.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3003) { -webkit-animation-delay : 300.3s; animation-delay : 300.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3004) { -webkit-animation-delay : 300.4s; animation-delay : 300.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3005) { -webkit-animation-delay : 300.5s; animation-delay : 300.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3006) { -webkit-animation-delay : 300.6s; animation-delay : 300.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3007) { -webkit-animation-delay : 300.7s; animation-delay : 300.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3008) { -webkit-animation-delay : 300.8s; animation-delay : 300.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3009) { -webkit-animation-delay : 300.9s; animation-delay : 300.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3010) { -webkit-animation-delay : 301s; animation-delay : 301s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3011) { -webkit-animation-delay : 301.1s; animation-delay : 301.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3012) { -webkit-animation-delay : 301.2s; animation-delay : 301.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3013) { -webkit-animation-delay : 301.3s; animation-delay : 301.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3014) { -webkit-animation-delay : 301.4s; animation-delay : 301.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3015) { -webkit-animation-delay : 301.5s; animation-delay : 301.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3016) { -webkit-animation-delay : 301.6s; animation-delay : 301.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3017) { -webkit-animation-delay : 301.7s; animation-delay : 301.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3018) { -webkit-animation-delay : 301.8s; animation-delay : 301.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3019) { -webkit-animation-delay : 301.9s; animation-delay : 301.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3020) { -webkit-animation-delay : 302s; animation-delay : 302s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3021) { -webkit-animation-delay : 302.1s; animation-delay : 302.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3022) { -webkit-animation-delay : 302.2s; animation-delay : 302.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3023) { -webkit-animation-delay : 302.3s; animation-delay : 302.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3024) { -webkit-animation-delay : 302.4s; animation-delay : 302.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3025) { -webkit-animation-delay : 302.5s; animation-delay : 302.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3026) { -webkit-animation-delay : 302.6s; animation-delay : 302.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3027) { -webkit-animation-delay : 302.7s; animation-delay : 302.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3028) { -webkit-animation-delay : 302.8s; animation-delay : 302.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3029) { -webkit-animation-delay : 302.9s; animation-delay : 302.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3030) { -webkit-animation-delay : 303s; animation-delay : 303s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3031) { -webkit-animation-delay : 303.1s; animation-delay : 303.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3032) { -webkit-animation-delay : 303.2s; animation-delay : 303.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3033) { -webkit-animation-delay : 303.3s; animation-delay : 303.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3034) { -webkit-animation-delay : 303.4s; animation-delay : 303.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3035) { -webkit-animation-delay : 303.5s; animation-delay : 303.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3036) { -webkit-animation-delay : 303.6s; animation-delay : 303.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3037) { -webkit-animation-delay : 303.7s; animation-delay : 303.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3038) { -webkit-animation-delay : 303.8s; animation-delay : 303.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3039) { -webkit-animation-delay : 303.9s; animation-delay : 303.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3040) { -webkit-animation-delay : 304s; animation-delay : 304s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3041) { -webkit-animation-delay : 304.1s; animation-delay : 304.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3042) { -webkit-animation-delay : 304.2s; animation-delay : 304.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3043) { -webkit-animation-delay : 304.3s; animation-delay : 304.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3044) { -webkit-animation-delay : 304.4s; animation-delay : 304.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3045) { -webkit-animation-delay : 304.5s; animation-delay : 304.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3046) { -webkit-animation-delay : 304.6s; animation-delay : 304.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3047) { -webkit-animation-delay : 304.7s; animation-delay : 304.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3048) { -webkit-animation-delay : 304.8s; animation-delay : 304.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3049) { -webkit-animation-delay : 304.9s; animation-delay : 304.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3050) { -webkit-animation-delay : 305s; animation-delay : 305s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3051) { -webkit-animation-delay : 305.1s; animation-delay : 305.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3052) { -webkit-animation-delay : 305.2s; animation-delay : 305.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3053) { -webkit-animation-delay : 305.3s; animation-delay : 305.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3054) { -webkit-animation-delay : 305.4s; animation-delay : 305.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3055) { -webkit-animation-delay : 305.5s; animation-delay : 305.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3056) { -webkit-animation-delay : 305.6s; animation-delay : 305.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3057) { -webkit-animation-delay : 305.7s; animation-delay : 305.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3058) { -webkit-animation-delay : 305.8s; animation-delay : 305.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3059) { -webkit-animation-delay : 305.9s; animation-delay : 305.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3060) { -webkit-animation-delay : 306s; animation-delay : 306s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3061) { -webkit-animation-delay : 306.1s; animation-delay : 306.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3062) { -webkit-animation-delay : 306.2s; animation-delay : 306.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3063) { -webkit-animation-delay : 306.3s; animation-delay : 306.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3064) { -webkit-animation-delay : 306.4s; animation-delay : 306.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3065) { -webkit-animation-delay : 306.5s; animation-delay : 306.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3066) { -webkit-animation-delay : 306.6s; animation-delay : 306.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3067) { -webkit-animation-delay : 306.7s; animation-delay : 306.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3068) { -webkit-animation-delay : 306.8s; animation-delay : 306.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3069) { -webkit-animation-delay : 306.9s; animation-delay : 306.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3070) { -webkit-animation-delay : 307s; animation-delay : 307s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3071) { -webkit-animation-delay : 307.1s; animation-delay : 307.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3072) { -webkit-animation-delay : 307.2s; animation-delay : 307.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3073) { -webkit-animation-delay : 307.3s; animation-delay : 307.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3074) { -webkit-animation-delay : 307.4s; animation-delay : 307.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3075) { -webkit-animation-delay : 307.5s; animation-delay : 307.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3076) { -webkit-animation-delay : 307.6s; animation-delay : 307.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3077) { -webkit-animation-delay : 307.7s; animation-delay : 307.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3078) { -webkit-animation-delay : 307.8s; animation-delay : 307.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3079) { -webkit-animation-delay : 307.9s; animation-delay : 307.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3080) { -webkit-animation-delay : 308s; animation-delay : 308s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3081) { -webkit-animation-delay : 308.1s; animation-delay : 308.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3082) { -webkit-animation-delay : 308.2s; animation-delay : 308.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3083) { -webkit-animation-delay : 308.3s; animation-delay : 308.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3084) { -webkit-animation-delay : 308.4s; animation-delay : 308.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3085) { -webkit-animation-delay : 308.5s; animation-delay : 308.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3086) { -webkit-animation-delay : 308.6s; animation-delay : 308.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3087) { -webkit-animation-delay : 308.7s; animation-delay : 308.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3088) { -webkit-animation-delay : 308.8s; animation-delay : 308.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3089) { -webkit-animation-delay : 308.9s; animation-delay : 308.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3090) { -webkit-animation-delay : 309s; animation-delay : 309s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3091) { -webkit-animation-delay : 309.1s; animation-delay : 309.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3092) { -webkit-animation-delay : 309.2s; animation-delay : 309.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3093) { -webkit-animation-delay : 309.3s; animation-delay : 309.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3094) { -webkit-animation-delay : 309.4s; animation-delay : 309.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3095) { -webkit-animation-delay : 309.5s; animation-delay : 309.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3096) { -webkit-animation-delay : 309.6s; animation-delay : 309.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3097) { -webkit-animation-delay : 309.7s; animation-delay : 309.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3098) { -webkit-animation-delay : 309.8s; animation-delay : 309.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3099) { -webkit-animation-delay : 309.9s; animation-delay : 309.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3100) { -webkit-animation-delay : 310s; animation-delay : 310s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3101) { -webkit-animation-delay : 310.1s; animation-delay : 310.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3102) { -webkit-animation-delay : 310.2s; animation-delay : 310.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3103) { -webkit-animation-delay : 310.3s; animation-delay : 310.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3104) { -webkit-animation-delay : 310.4s; animation-delay : 310.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3105) { -webkit-animation-delay : 310.5s; animation-delay : 310.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3106) { -webkit-animation-delay : 310.6s; animation-delay : 310.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3107) { -webkit-animation-delay : 310.7s; animation-delay : 310.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3108) { -webkit-animation-delay : 310.8s; animation-delay : 310.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3109) { -webkit-animation-delay : 310.9s; animation-delay : 310.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3110) { -webkit-animation-delay : 311s; animation-delay : 311s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3111) { -webkit-animation-delay : 311.1s; animation-delay : 311.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3112) { -webkit-animation-delay : 311.2s; animation-delay : 311.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3113) { -webkit-animation-delay : 311.3s; animation-delay : 311.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3114) { -webkit-animation-delay : 311.4s; animation-delay : 311.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3115) { -webkit-animation-delay : 311.5s; animation-delay : 311.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3116) { -webkit-animation-delay : 311.6s; animation-delay : 311.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3117) { -webkit-animation-delay : 311.7s; animation-delay : 311.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3118) { -webkit-animation-delay : 311.8s; animation-delay : 311.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3119) { -webkit-animation-delay : 311.9s; animation-delay : 311.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3120) { -webkit-animation-delay : 312s; animation-delay : 312s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3121) { -webkit-animation-delay : 312.1s; animation-delay : 312.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3122) { -webkit-animation-delay : 312.2s; animation-delay : 312.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3123) { -webkit-animation-delay : 312.3s; animation-delay : 312.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3124) { -webkit-animation-delay : 312.4s; animation-delay : 312.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3125) { -webkit-animation-delay : 312.5s; animation-delay : 312.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3126) { -webkit-animation-delay : 312.6s; animation-delay : 312.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3127) { -webkit-animation-delay : 312.7s; animation-delay : 312.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3128) { -webkit-animation-delay : 312.8s; animation-delay : 312.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3129) { -webkit-animation-delay : 312.9s; animation-delay : 312.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3130) { -webkit-animation-delay : 313s; animation-delay : 313s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3131) { -webkit-animation-delay : 313.1s; animation-delay : 313.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3132) { -webkit-animation-delay : 313.2s; animation-delay : 313.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3133) { -webkit-animation-delay : 313.3s; animation-delay : 313.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3134) { -webkit-animation-delay : 313.4s; animation-delay : 313.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3135) { -webkit-animation-delay : 313.5s; animation-delay : 313.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3136) { -webkit-animation-delay : 313.6s; animation-delay : 313.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3137) { -webkit-animation-delay : 313.7s; animation-delay : 313.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3138) { -webkit-animation-delay : 313.8s; animation-delay : 313.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3139) { -webkit-animation-delay : 313.9s; animation-delay : 313.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3140) { -webkit-animation-delay : 314s; animation-delay : 314s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3141) { -webkit-animation-delay : 314.1s; animation-delay : 314.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3142) { -webkit-animation-delay : 314.2s; animation-delay : 314.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3143) { -webkit-animation-delay : 314.3s; animation-delay : 314.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3144) { -webkit-animation-delay : 314.4s; animation-delay : 314.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3145) { -webkit-animation-delay : 314.5s; animation-delay : 314.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3146) { -webkit-animation-delay : 314.6s; animation-delay : 314.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3147) { -webkit-animation-delay : 314.7s; animation-delay : 314.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3148) { -webkit-animation-delay : 314.8s; animation-delay : 314.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3149) { -webkit-animation-delay : 314.9s; animation-delay : 314.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3150) { -webkit-animation-delay : 315s; animation-delay : 315s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3151) { -webkit-animation-delay : 315.1s; animation-delay : 315.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3152) { -webkit-animation-delay : 315.2s; animation-delay : 315.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3153) { -webkit-animation-delay : 315.3s; animation-delay : 315.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3154) { -webkit-animation-delay : 315.4s; animation-delay : 315.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3155) { -webkit-animation-delay : 315.5s; animation-delay : 315.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3156) { -webkit-animation-delay : 315.6s; animation-delay : 315.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3157) { -webkit-animation-delay : 315.7s; animation-delay : 315.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3158) { -webkit-animation-delay : 315.8s; animation-delay : 315.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3159) { -webkit-animation-delay : 315.9s; animation-delay : 315.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3160) { -webkit-animation-delay : 316s; animation-delay : 316s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3161) { -webkit-animation-delay : 316.1s; animation-delay : 316.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3162) { -webkit-animation-delay : 316.2s; animation-delay : 316.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3163) { -webkit-animation-delay : 316.3s; animation-delay : 316.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3164) { -webkit-animation-delay : 316.4s; animation-delay : 316.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3165) { -webkit-animation-delay : 316.5s; animation-delay : 316.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3166) { -webkit-animation-delay : 316.6s; animation-delay : 316.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3167) { -webkit-animation-delay : 316.7s; animation-delay : 316.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3168) { -webkit-animation-delay : 316.8s; animation-delay : 316.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3169) { -webkit-animation-delay : 316.9s; animation-delay : 316.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3170) { -webkit-animation-delay : 317s; animation-delay : 317s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3171) { -webkit-animation-delay : 317.1s; animation-delay : 317.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3172) { -webkit-animation-delay : 317.2s; animation-delay : 317.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3173) { -webkit-animation-delay : 317.3s; animation-delay : 317.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3174) { -webkit-animation-delay : 317.4s; animation-delay : 317.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3175) { -webkit-animation-delay : 317.5s; animation-delay : 317.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3176) { -webkit-animation-delay : 317.6s; animation-delay : 317.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3177) { -webkit-animation-delay : 317.7s; animation-delay : 317.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3178) { -webkit-animation-delay : 317.8s; animation-delay : 317.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3179) { -webkit-animation-delay : 317.9s; animation-delay : 317.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3180) { -webkit-animation-delay : 318s; animation-delay : 318s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3181) { -webkit-animation-delay : 318.1s; animation-delay : 318.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3182) { -webkit-animation-delay : 318.2s; animation-delay : 318.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3183) { -webkit-animation-delay : 318.3s; animation-delay : 318.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3184) { -webkit-animation-delay : 318.4s; animation-delay : 318.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3185) { -webkit-animation-delay : 318.5s; animation-delay : 318.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3186) { -webkit-animation-delay : 318.6s; animation-delay : 318.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3187) { -webkit-animation-delay : 318.7s; animation-delay : 318.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3188) { -webkit-animation-delay : 318.8s; animation-delay : 318.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3189) { -webkit-animation-delay : 318.9s; animation-delay : 318.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3190) { -webkit-animation-delay : 319s; animation-delay : 319s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3191) { -webkit-animation-delay : 319.1s; animation-delay : 319.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3192) { -webkit-animation-delay : 319.2s; animation-delay : 319.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3193) { -webkit-animation-delay : 319.3s; animation-delay : 319.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3194) { -webkit-animation-delay : 319.4s; animation-delay : 319.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3195) { -webkit-animation-delay : 319.5s; animation-delay : 319.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3196) { -webkit-animation-delay : 319.6s; animation-delay : 319.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3197) { -webkit-animation-delay : 319.7s; animation-delay : 319.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3198) { -webkit-animation-delay : 319.8s; animation-delay : 319.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3199) { -webkit-animation-delay : 319.9s; animation-delay : 319.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3200) { -webkit-animation-delay : 320s; animation-delay : 320s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3201) { -webkit-animation-delay : 320.1s; animation-delay : 320.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3202) { -webkit-animation-delay : 320.2s; animation-delay : 320.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3203) { -webkit-animation-delay : 320.3s; animation-delay : 320.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3204) { -webkit-animation-delay : 320.4s; animation-delay : 320.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3205) { -webkit-animation-delay : 320.5s; animation-delay : 320.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3206) { -webkit-animation-delay : 320.6s; animation-delay : 320.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3207) { -webkit-animation-delay : 320.7s; animation-delay : 320.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3208) { -webkit-animation-delay : 320.8s; animation-delay : 320.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3209) { -webkit-animation-delay : 320.9s; animation-delay : 320.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3210) { -webkit-animation-delay : 321s; animation-delay : 321s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3211) { -webkit-animation-delay : 321.1s; animation-delay : 321.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3212) { -webkit-animation-delay : 321.2s; animation-delay : 321.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3213) { -webkit-animation-delay : 321.3s; animation-delay : 321.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3214) { -webkit-animation-delay : 321.4s; animation-delay : 321.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3215) { -webkit-animation-delay : 321.5s; animation-delay : 321.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3216) { -webkit-animation-delay : 321.6s; animation-delay : 321.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3217) { -webkit-animation-delay : 321.7s; animation-delay : 321.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3218) { -webkit-animation-delay : 321.8s; animation-delay : 321.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3219) { -webkit-animation-delay : 321.9s; animation-delay : 321.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3220) { -webkit-animation-delay : 322s; animation-delay : 322s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3221) { -webkit-animation-delay : 322.1s; animation-delay : 322.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3222) { -webkit-animation-delay : 322.2s; animation-delay : 322.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3223) { -webkit-animation-delay : 322.3s; animation-delay : 322.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3224) { -webkit-animation-delay : 322.4s; animation-delay : 322.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3225) { -webkit-animation-delay : 322.5s; animation-delay : 322.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3226) { -webkit-animation-delay : 322.6s; animation-delay : 322.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3227) { -webkit-animation-delay : 322.7s; animation-delay : 322.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3228) { -webkit-animation-delay : 322.8s; animation-delay : 322.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3229) { -webkit-animation-delay : 322.9s; animation-delay : 322.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3230) { -webkit-animation-delay : 323s; animation-delay : 323s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3231) { -webkit-animation-delay : 323.1s; animation-delay : 323.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3232) { -webkit-animation-delay : 323.2s; animation-delay : 323.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3233) { -webkit-animation-delay : 323.3s; animation-delay : 323.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3234) { -webkit-animation-delay : 323.4s; animation-delay : 323.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3235) { -webkit-animation-delay : 323.5s; animation-delay : 323.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3236) { -webkit-animation-delay : 323.6s; animation-delay : 323.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3237) { -webkit-animation-delay : 323.7s; animation-delay : 323.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3238) { -webkit-animation-delay : 323.8s; animation-delay : 323.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3239) { -webkit-animation-delay : 323.9s; animation-delay : 323.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3240) { -webkit-animation-delay : 324s; animation-delay : 324s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3241) { -webkit-animation-delay : 324.1s; animation-delay : 324.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3242) { -webkit-animation-delay : 324.2s; animation-delay : 324.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3243) { -webkit-animation-delay : 324.3s; animation-delay : 324.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3244) { -webkit-animation-delay : 324.4s; animation-delay : 324.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3245) { -webkit-animation-delay : 324.5s; animation-delay : 324.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3246) { -webkit-animation-delay : 324.6s; animation-delay : 324.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3247) { -webkit-animation-delay : 324.7s; animation-delay : 324.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3248) { -webkit-animation-delay : 324.8s; animation-delay : 324.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3249) { -webkit-animation-delay : 324.9s; animation-delay : 324.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3250) { -webkit-animation-delay : 325s; animation-delay : 325s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3251) { -webkit-animation-delay : 325.1s; animation-delay : 325.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3252) { -webkit-animation-delay : 325.2s; animation-delay : 325.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3253) { -webkit-animation-delay : 325.3s; animation-delay : 325.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3254) { -webkit-animation-delay : 325.4s; animation-delay : 325.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3255) { -webkit-animation-delay : 325.5s; animation-delay : 325.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3256) { -webkit-animation-delay : 325.6s; animation-delay : 325.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3257) { -webkit-animation-delay : 325.7s; animation-delay : 325.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3258) { -webkit-animation-delay : 325.8s; animation-delay : 325.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3259) { -webkit-animation-delay : 325.9s; animation-delay : 325.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3260) { -webkit-animation-delay : 326s; animation-delay : 326s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3261) { -webkit-animation-delay : 326.1s; animation-delay : 326.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3262) { -webkit-animation-delay : 326.2s; animation-delay : 326.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3263) { -webkit-animation-delay : 326.3s; animation-delay : 326.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3264) { -webkit-animation-delay : 326.4s; animation-delay : 326.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3265) { -webkit-animation-delay : 326.5s; animation-delay : 326.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3266) { -webkit-animation-delay : 326.6s; animation-delay : 326.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3267) { -webkit-animation-delay : 326.7s; animation-delay : 326.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3268) { -webkit-animation-delay : 326.8s; animation-delay : 326.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3269) { -webkit-animation-delay : 326.9s; animation-delay : 326.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3270) { -webkit-animation-delay : 327s; animation-delay : 327s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3271) { -webkit-animation-delay : 327.1s; animation-delay : 327.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3272) { -webkit-animation-delay : 327.2s; animation-delay : 327.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3273) { -webkit-animation-delay : 327.3s; animation-delay : 327.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3274) { -webkit-animation-delay : 327.4s; animation-delay : 327.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3275) { -webkit-animation-delay : 327.5s; animation-delay : 327.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3276) { -webkit-animation-delay : 327.6s; animation-delay : 327.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3277) { -webkit-animation-delay : 327.7s; animation-delay : 327.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3278) { -webkit-animation-delay : 327.8s; animation-delay : 327.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3279) { -webkit-animation-delay : 327.9s; animation-delay : 327.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3280) { -webkit-animation-delay : 328s; animation-delay : 328s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3281) { -webkit-animation-delay : 328.1s; animation-delay : 328.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3282) { -webkit-animation-delay : 328.2s; animation-delay : 328.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3283) { -webkit-animation-delay : 328.3s; animation-delay : 328.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3284) { -webkit-animation-delay : 328.4s; animation-delay : 328.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3285) { -webkit-animation-delay : 328.5s; animation-delay : 328.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3286) { -webkit-animation-delay : 328.6s; animation-delay : 328.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3287) { -webkit-animation-delay : 328.7s; animation-delay : 328.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3288) { -webkit-animation-delay : 328.8s; animation-delay : 328.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3289) { -webkit-animation-delay : 328.9s; animation-delay : 328.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3290) { -webkit-animation-delay : 329s; animation-delay : 329s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3291) { -webkit-animation-delay : 329.1s; animation-delay : 329.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3292) { -webkit-animation-delay : 329.2s; animation-delay : 329.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3293) { -webkit-animation-delay : 329.3s; animation-delay : 329.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3294) { -webkit-animation-delay : 329.4s; animation-delay : 329.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3295) { -webkit-animation-delay : 329.5s; animation-delay : 329.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3296) { -webkit-animation-delay : 329.6s; animation-delay : 329.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3297) { -webkit-animation-delay : 329.7s; animation-delay : 329.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3298) { -webkit-animation-delay : 329.8s; animation-delay : 329.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3299) { -webkit-animation-delay : 329.9s; animation-delay : 329.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3300) { -webkit-animation-delay : 330s; animation-delay : 330s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3301) { -webkit-animation-delay : 330.1s; animation-delay : 330.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3302) { -webkit-animation-delay : 330.2s; animation-delay : 330.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3303) { -webkit-animation-delay : 330.3s; animation-delay : 330.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3304) { -webkit-animation-delay : 330.4s; animation-delay : 330.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3305) { -webkit-animation-delay : 330.5s; animation-delay : 330.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3306) { -webkit-animation-delay : 330.6s; animation-delay : 330.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3307) { -webkit-animation-delay : 330.7s; animation-delay : 330.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3308) { -webkit-animation-delay : 330.8s; animation-delay : 330.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3309) { -webkit-animation-delay : 330.9s; animation-delay : 330.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3310) { -webkit-animation-delay : 331s; animation-delay : 331s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3311) { -webkit-animation-delay : 331.1s; animation-delay : 331.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3312) { -webkit-animation-delay : 331.2s; animation-delay : 331.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3313) { -webkit-animation-delay : 331.3s; animation-delay : 331.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3314) { -webkit-animation-delay : 331.4s; animation-delay : 331.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3315) { -webkit-animation-delay : 331.5s; animation-delay : 331.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3316) { -webkit-animation-delay : 331.6s; animation-delay : 331.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3317) { -webkit-animation-delay : 331.7s; animation-delay : 331.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3318) { -webkit-animation-delay : 331.8s; animation-delay : 331.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3319) { -webkit-animation-delay : 331.9s; animation-delay : 331.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3320) { -webkit-animation-delay : 332s; animation-delay : 332s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3321) { -webkit-animation-delay : 332.1s; animation-delay : 332.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3322) { -webkit-animation-delay : 332.2s; animation-delay : 332.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3323) { -webkit-animation-delay : 332.3s; animation-delay : 332.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3324) { -webkit-animation-delay : 332.4s; animation-delay : 332.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3325) { -webkit-animation-delay : 332.5s; animation-delay : 332.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3326) { -webkit-animation-delay : 332.6s; animation-delay : 332.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3327) { -webkit-animation-delay : 332.7s; animation-delay : 332.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3328) { -webkit-animation-delay : 332.8s; animation-delay : 332.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3329) { -webkit-animation-delay : 332.9s; animation-delay : 332.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3330) { -webkit-animation-delay : 333s; animation-delay : 333s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3331) { -webkit-animation-delay : 333.1s; animation-delay : 333.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3332) { -webkit-animation-delay : 333.2s; animation-delay : 333.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3333) { -webkit-animation-delay : 333.3s; animation-delay : 333.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3334) { -webkit-animation-delay : 333.4s; animation-delay : 333.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3335) { -webkit-animation-delay : 333.5s; animation-delay : 333.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3336) { -webkit-animation-delay : 333.6s; animation-delay : 333.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3337) { -webkit-animation-delay : 333.7s; animation-delay : 333.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3338) { -webkit-animation-delay : 333.8s; animation-delay : 333.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3339) { -webkit-animation-delay : 333.9s; animation-delay : 333.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3340) { -webkit-animation-delay : 334s; animation-delay : 334s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3341) { -webkit-animation-delay : 334.1s; animation-delay : 334.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3342) { -webkit-animation-delay : 334.2s; animation-delay : 334.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3343) { -webkit-animation-delay : 334.3s; animation-delay : 334.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3344) { -webkit-animation-delay : 334.4s; animation-delay : 334.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3345) { -webkit-animation-delay : 334.5s; animation-delay : 334.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3346) { -webkit-animation-delay : 334.6s; animation-delay : 334.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3347) { -webkit-animation-delay : 334.7s; animation-delay : 334.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3348) { -webkit-animation-delay : 334.8s; animation-delay : 334.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3349) { -webkit-animation-delay : 334.9s; animation-delay : 334.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3350) { -webkit-animation-delay : 335s; animation-delay : 335s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3351) { -webkit-animation-delay : 335.1s; animation-delay : 335.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3352) { -webkit-animation-delay : 335.2s; animation-delay : 335.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3353) { -webkit-animation-delay : 335.3s; animation-delay : 335.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3354) { -webkit-animation-delay : 335.4s; animation-delay : 335.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3355) { -webkit-animation-delay : 335.5s; animation-delay : 335.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3356) { -webkit-animation-delay : 335.6s; animation-delay : 335.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3357) { -webkit-animation-delay : 335.7s; animation-delay : 335.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3358) { -webkit-animation-delay : 335.8s; animation-delay : 335.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3359) { -webkit-animation-delay : 335.9s; animation-delay : 335.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3360) { -webkit-animation-delay : 336s; animation-delay : 336s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3361) { -webkit-animation-delay : 336.1s; animation-delay : 336.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3362) { -webkit-animation-delay : 336.2s; animation-delay : 336.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3363) { -webkit-animation-delay : 336.3s; animation-delay : 336.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3364) { -webkit-animation-delay : 336.4s; animation-delay : 336.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3365) { -webkit-animation-delay : 336.5s; animation-delay : 336.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3366) { -webkit-animation-delay : 336.6s; animation-delay : 336.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3367) { -webkit-animation-delay : 336.7s; animation-delay : 336.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3368) { -webkit-animation-delay : 336.8s; animation-delay : 336.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3369) { -webkit-animation-delay : 336.9s; animation-delay : 336.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3370) { -webkit-animation-delay : 337s; animation-delay : 337s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3371) { -webkit-animation-delay : 337.1s; animation-delay : 337.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3372) { -webkit-animation-delay : 337.2s; animation-delay : 337.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3373) { -webkit-animation-delay : 337.3s; animation-delay : 337.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3374) { -webkit-animation-delay : 337.4s; animation-delay : 337.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3375) { -webkit-animation-delay : 337.5s; animation-delay : 337.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3376) { -webkit-animation-delay : 337.6s; animation-delay : 337.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3377) { -webkit-animation-delay : 337.7s; animation-delay : 337.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3378) { -webkit-animation-delay : 337.8s; animation-delay : 337.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3379) { -webkit-animation-delay : 337.9s; animation-delay : 337.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3380) { -webkit-animation-delay : 338s; animation-delay : 338s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3381) { -webkit-animation-delay : 338.1s; animation-delay : 338.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3382) { -webkit-animation-delay : 338.2s; animation-delay : 338.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3383) { -webkit-animation-delay : 338.3s; animation-delay : 338.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3384) { -webkit-animation-delay : 338.4s; animation-delay : 338.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3385) { -webkit-animation-delay : 338.5s; animation-delay : 338.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3386) { -webkit-animation-delay : 338.6s; animation-delay : 338.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3387) { -webkit-animation-delay : 338.7s; animation-delay : 338.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3388) { -webkit-animation-delay : 338.8s; animation-delay : 338.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3389) { -webkit-animation-delay : 338.9s; animation-delay : 338.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3390) { -webkit-animation-delay : 339s; animation-delay : 339s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3391) { -webkit-animation-delay : 339.1s; animation-delay : 339.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3392) { -webkit-animation-delay : 339.2s; animation-delay : 339.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3393) { -webkit-animation-delay : 339.3s; animation-delay : 339.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3394) { -webkit-animation-delay : 339.4s; animation-delay : 339.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3395) { -webkit-animation-delay : 339.5s; animation-delay : 339.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3396) { -webkit-animation-delay : 339.6s; animation-delay : 339.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3397) { -webkit-animation-delay : 339.7s; animation-delay : 339.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3398) { -webkit-animation-delay : 339.8s; animation-delay : 339.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3399) { -webkit-animation-delay : 339.9s; animation-delay : 339.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3400) { -webkit-animation-delay : 340s; animation-delay : 340s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3401) { -webkit-animation-delay : 340.1s; animation-delay : 340.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3402) { -webkit-animation-delay : 340.2s; animation-delay : 340.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3403) { -webkit-animation-delay : 340.3s; animation-delay : 340.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3404) { -webkit-animation-delay : 340.4s; animation-delay : 340.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3405) { -webkit-animation-delay : 340.5s; animation-delay : 340.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3406) { -webkit-animation-delay : 340.6s; animation-delay : 340.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3407) { -webkit-animation-delay : 340.7s; animation-delay : 340.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3408) { -webkit-animation-delay : 340.8s; animation-delay : 340.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3409) { -webkit-animation-delay : 340.9s; animation-delay : 340.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3410) { -webkit-animation-delay : 341s; animation-delay : 341s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3411) { -webkit-animation-delay : 341.1s; animation-delay : 341.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3412) { -webkit-animation-delay : 341.2s; animation-delay : 341.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3413) { -webkit-animation-delay : 341.3s; animation-delay : 341.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3414) { -webkit-animation-delay : 341.4s; animation-delay : 341.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3415) { -webkit-animation-delay : 341.5s; animation-delay : 341.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3416) { -webkit-animation-delay : 341.6s; animation-delay : 341.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3417) { -webkit-animation-delay : 341.7s; animation-delay : 341.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3418) { -webkit-animation-delay : 341.8s; animation-delay : 341.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3419) { -webkit-animation-delay : 341.9s; animation-delay : 341.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3420) { -webkit-animation-delay : 342s; animation-delay : 342s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3421) { -webkit-animation-delay : 342.1s; animation-delay : 342.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3422) { -webkit-animation-delay : 342.2s; animation-delay : 342.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3423) { -webkit-animation-delay : 342.3s; animation-delay : 342.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3424) { -webkit-animation-delay : 342.4s; animation-delay : 342.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3425) { -webkit-animation-delay : 342.5s; animation-delay : 342.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3426) { -webkit-animation-delay : 342.6s; animation-delay : 342.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3427) { -webkit-animation-delay : 342.7s; animation-delay : 342.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3428) { -webkit-animation-delay : 342.8s; animation-delay : 342.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3429) { -webkit-animation-delay : 342.9s; animation-delay : 342.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3430) { -webkit-animation-delay : 343s; animation-delay : 343s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3431) { -webkit-animation-delay : 343.1s; animation-delay : 343.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3432) { -webkit-animation-delay : 343.2s; animation-delay : 343.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3433) { -webkit-animation-delay : 343.3s; animation-delay : 343.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3434) { -webkit-animation-delay : 343.4s; animation-delay : 343.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3435) { -webkit-animation-delay : 343.5s; animation-delay : 343.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3436) { -webkit-animation-delay : 343.6s; animation-delay : 343.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3437) { -webkit-animation-delay : 343.7s; animation-delay : 343.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3438) { -webkit-animation-delay : 343.8s; animation-delay : 343.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3439) { -webkit-animation-delay : 343.9s; animation-delay : 343.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3440) { -webkit-animation-delay : 344s; animation-delay : 344s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3441) { -webkit-animation-delay : 344.1s; animation-delay : 344.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3442) { -webkit-animation-delay : 344.2s; animation-delay : 344.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3443) { -webkit-animation-delay : 344.3s; animation-delay : 344.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3444) { -webkit-animation-delay : 344.4s; animation-delay : 344.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3445) { -webkit-animation-delay : 344.5s; animation-delay : 344.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3446) { -webkit-animation-delay : 344.6s; animation-delay : 344.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3447) { -webkit-animation-delay : 344.7s; animation-delay : 344.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3448) { -webkit-animation-delay : 344.8s; animation-delay : 344.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3449) { -webkit-animation-delay : 344.9s; animation-delay : 344.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3450) { -webkit-animation-delay : 345s; animation-delay : 345s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3451) { -webkit-animation-delay : 345.1s; animation-delay : 345.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3452) { -webkit-animation-delay : 345.2s; animation-delay : 345.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3453) { -webkit-animation-delay : 345.3s; animation-delay : 345.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3454) { -webkit-animation-delay : 345.4s; animation-delay : 345.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3455) { -webkit-animation-delay : 345.5s; animation-delay : 345.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3456) { -webkit-animation-delay : 345.6s; animation-delay : 345.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3457) { -webkit-animation-delay : 345.7s; animation-delay : 345.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3458) { -webkit-animation-delay : 345.8s; animation-delay : 345.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3459) { -webkit-animation-delay : 345.9s; animation-delay : 345.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3460) { -webkit-animation-delay : 346s; animation-delay : 346s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3461) { -webkit-animation-delay : 346.1s; animation-delay : 346.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3462) { -webkit-animation-delay : 346.2s; animation-delay : 346.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3463) { -webkit-animation-delay : 346.3s; animation-delay : 346.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3464) { -webkit-animation-delay : 346.4s; animation-delay : 346.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3465) { -webkit-animation-delay : 346.5s; animation-delay : 346.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3466) { -webkit-animation-delay : 346.6s; animation-delay : 346.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3467) { -webkit-animation-delay : 346.7s; animation-delay : 346.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3468) { -webkit-animation-delay : 346.8s; animation-delay : 346.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3469) { -webkit-animation-delay : 346.9s; animation-delay : 346.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3470) { -webkit-animation-delay : 347s; animation-delay : 347s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3471) { -webkit-animation-delay : 347.1s; animation-delay : 347.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3472) { -webkit-animation-delay : 347.2s; animation-delay : 347.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3473) { -webkit-animation-delay : 347.3s; animation-delay : 347.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3474) { -webkit-animation-delay : 347.4s; animation-delay : 347.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3475) { -webkit-animation-delay : 347.5s; animation-delay : 347.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3476) { -webkit-animation-delay : 347.6s; animation-delay : 347.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3477) { -webkit-animation-delay : 347.7s; animation-delay : 347.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3478) { -webkit-animation-delay : 347.8s; animation-delay : 347.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3479) { -webkit-animation-delay : 347.9s; animation-delay : 347.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3480) { -webkit-animation-delay : 348s; animation-delay : 348s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3481) { -webkit-animation-delay : 348.1s; animation-delay : 348.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3482) { -webkit-animation-delay : 348.2s; animation-delay : 348.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3483) { -webkit-animation-delay : 348.3s; animation-delay : 348.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3484) { -webkit-animation-delay : 348.4s; animation-delay : 348.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3485) { -webkit-animation-delay : 348.5s; animation-delay : 348.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3486) { -webkit-animation-delay : 348.6s; animation-delay : 348.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3487) { -webkit-animation-delay : 348.7s; animation-delay : 348.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3488) { -webkit-animation-delay : 348.8s; animation-delay : 348.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3489) { -webkit-animation-delay : 348.9s; animation-delay : 348.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3490) { -webkit-animation-delay : 349s; animation-delay : 349s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3491) { -webkit-animation-delay : 349.1s; animation-delay : 349.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3492) { -webkit-animation-delay : 349.2s; animation-delay : 349.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3493) { -webkit-animation-delay : 349.3s; animation-delay : 349.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3494) { -webkit-animation-delay : 349.4s; animation-delay : 349.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3495) { -webkit-animation-delay : 349.5s; animation-delay : 349.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3496) { -webkit-animation-delay : 349.6s; animation-delay : 349.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3497) { -webkit-animation-delay : 349.7s; animation-delay : 349.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3498) { -webkit-animation-delay : 349.8s; animation-delay : 349.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3499) { -webkit-animation-delay : 349.9s; animation-delay : 349.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3500) { -webkit-animation-delay : 350s; animation-delay : 350s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3501) { -webkit-animation-delay : 350.1s; animation-delay : 350.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3502) { -webkit-animation-delay : 350.2s; animation-delay : 350.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3503) { -webkit-animation-delay : 350.3s; animation-delay : 350.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3504) { -webkit-animation-delay : 350.4s; animation-delay : 350.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3505) { -webkit-animation-delay : 350.5s; animation-delay : 350.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3506) { -webkit-animation-delay : 350.6s; animation-delay : 350.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3507) { -webkit-animation-delay : 350.7s; animation-delay : 350.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3508) { -webkit-animation-delay : 350.8s; animation-delay : 350.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3509) { -webkit-animation-delay : 350.9s; animation-delay : 350.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3510) { -webkit-animation-delay : 351s; animation-delay : 351s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3511) { -webkit-animation-delay : 351.1s; animation-delay : 351.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3512) { -webkit-animation-delay : 351.2s; animation-delay : 351.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3513) { -webkit-animation-delay : 351.3s; animation-delay : 351.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3514) { -webkit-animation-delay : 351.4s; animation-delay : 351.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3515) { -webkit-animation-delay : 351.5s; animation-delay : 351.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3516) { -webkit-animation-delay : 351.6s; animation-delay : 351.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3517) { -webkit-animation-delay : 351.7s; animation-delay : 351.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3518) { -webkit-animation-delay : 351.8s; animation-delay : 351.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3519) { -webkit-animation-delay : 351.9s; animation-delay : 351.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3520) { -webkit-animation-delay : 352s; animation-delay : 352s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3521) { -webkit-animation-delay : 352.1s; animation-delay : 352.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3522) { -webkit-animation-delay : 352.2s; animation-delay : 352.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3523) { -webkit-animation-delay : 352.3s; animation-delay : 352.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3524) { -webkit-animation-delay : 352.4s; animation-delay : 352.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3525) { -webkit-animation-delay : 352.5s; animation-delay : 352.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3526) { -webkit-animation-delay : 352.6s; animation-delay : 352.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3527) { -webkit-animation-delay : 352.7s; animation-delay : 352.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3528) { -webkit-animation-delay : 352.8s; animation-delay : 352.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3529) { -webkit-animation-delay : 352.9s; animation-delay : 352.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3530) { -webkit-animation-delay : 353s; animation-delay : 353s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3531) { -webkit-animation-delay : 353.1s; animation-delay : 353.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3532) { -webkit-animation-delay : 353.2s; animation-delay : 353.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3533) { -webkit-animation-delay : 353.3s; animation-delay : 353.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3534) { -webkit-animation-delay : 353.4s; animation-delay : 353.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3535) { -webkit-animation-delay : 353.5s; animation-delay : 353.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3536) { -webkit-animation-delay : 353.6s; animation-delay : 353.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3537) { -webkit-animation-delay : 353.7s; animation-delay : 353.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3538) { -webkit-animation-delay : 353.8s; animation-delay : 353.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3539) { -webkit-animation-delay : 353.9s; animation-delay : 353.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3540) { -webkit-animation-delay : 354s; animation-delay : 354s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3541) { -webkit-animation-delay : 354.1s; animation-delay : 354.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3542) { -webkit-animation-delay : 354.2s; animation-delay : 354.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3543) { -webkit-animation-delay : 354.3s; animation-delay : 354.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3544) { -webkit-animation-delay : 354.4s; animation-delay : 354.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3545) { -webkit-animation-delay : 354.5s; animation-delay : 354.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3546) { -webkit-animation-delay : 354.6s; animation-delay : 354.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3547) { -webkit-animation-delay : 354.7s; animation-delay : 354.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3548) { -webkit-animation-delay : 354.8s; animation-delay : 354.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3549) { -webkit-animation-delay : 354.9s; animation-delay : 354.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3550) { -webkit-animation-delay : 355s; animation-delay : 355s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3551) { -webkit-animation-delay : 355.1s; animation-delay : 355.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3552) { -webkit-animation-delay : 355.2s; animation-delay : 355.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3553) { -webkit-animation-delay : 355.3s; animation-delay : 355.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3554) { -webkit-animation-delay : 355.4s; animation-delay : 355.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3555) { -webkit-animation-delay : 355.5s; animation-delay : 355.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3556) { -webkit-animation-delay : 355.6s; animation-delay : 355.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3557) { -webkit-animation-delay : 355.7s; animation-delay : 355.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3558) { -webkit-animation-delay : 355.8s; animation-delay : 355.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3559) { -webkit-animation-delay : 355.9s; animation-delay : 355.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3560) { -webkit-animation-delay : 356s; animation-delay : 356s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3561) { -webkit-animation-delay : 356.1s; animation-delay : 356.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3562) { -webkit-animation-delay : 356.2s; animation-delay : 356.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3563) { -webkit-animation-delay : 356.3s; animation-delay : 356.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3564) { -webkit-animation-delay : 356.4s; animation-delay : 356.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3565) { -webkit-animation-delay : 356.5s; animation-delay : 356.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3566) { -webkit-animation-delay : 356.6s; animation-delay : 356.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3567) { -webkit-animation-delay : 356.7s; animation-delay : 356.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3568) { -webkit-animation-delay : 356.8s; animation-delay : 356.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3569) { -webkit-animation-delay : 356.9s; animation-delay : 356.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3570) { -webkit-animation-delay : 357s; animation-delay : 357s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3571) { -webkit-animation-delay : 357.1s; animation-delay : 357.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3572) { -webkit-animation-delay : 357.2s; animation-delay : 357.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3573) { -webkit-animation-delay : 357.3s; animation-delay : 357.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3574) { -webkit-animation-delay : 357.4s; animation-delay : 357.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3575) { -webkit-animation-delay : 357.5s; animation-delay : 357.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3576) { -webkit-animation-delay : 357.6s; animation-delay : 357.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3577) { -webkit-animation-delay : 357.7s; animation-delay : 357.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3578) { -webkit-animation-delay : 357.8s; animation-delay : 357.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3579) { -webkit-animation-delay : 357.9s; animation-delay : 357.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3580) { -webkit-animation-delay : 358s; animation-delay : 358s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3581) { -webkit-animation-delay : 358.1s; animation-delay : 358.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3582) { -webkit-animation-delay : 358.2s; animation-delay : 358.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3583) { -webkit-animation-delay : 358.3s; animation-delay : 358.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3584) { -webkit-animation-delay : 358.4s; animation-delay : 358.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3585) { -webkit-animation-delay : 358.5s; animation-delay : 358.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3586) { -webkit-animation-delay : 358.6s; animation-delay : 358.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3587) { -webkit-animation-delay : 358.7s; animation-delay : 358.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3588) { -webkit-animation-delay : 358.8s; animation-delay : 358.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3589) { -webkit-animation-delay : 358.9s; animation-delay : 358.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3590) { -webkit-animation-delay : 359s; animation-delay : 359s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3591) { -webkit-animation-delay : 359.1s; animation-delay : 359.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3592) { -webkit-animation-delay : 359.2s; animation-delay : 359.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3593) { -webkit-animation-delay : 359.3s; animation-delay : 359.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3594) { -webkit-animation-delay : 359.4s; animation-delay : 359.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3595) { -webkit-animation-delay : 359.5s; animation-delay : 359.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3596) { -webkit-animation-delay : 359.6s; animation-delay : 359.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3597) { -webkit-animation-delay : 359.7s; animation-delay : 359.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3598) { -webkit-animation-delay : 359.8s; animation-delay : 359.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3599) { -webkit-animation-delay : 359.9s; animation-delay : 359.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3600) { -webkit-animation-delay : 360s; animation-delay : 360s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3601) { -webkit-animation-delay : 360.1s; animation-delay : 360.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3602) { -webkit-animation-delay : 360.2s; animation-delay : 360.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3603) { -webkit-animation-delay : 360.3s; animation-delay : 360.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3604) { -webkit-animation-delay : 360.4s; animation-delay : 360.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3605) { -webkit-animation-delay : 360.5s; animation-delay : 360.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3606) { -webkit-animation-delay : 360.6s; animation-delay : 360.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3607) { -webkit-animation-delay : 360.7s; animation-delay : 360.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3608) { -webkit-animation-delay : 360.8s; animation-delay : 360.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3609) { -webkit-animation-delay : 360.9s; animation-delay : 360.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3610) { -webkit-animation-delay : 361s; animation-delay : 361s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3611) { -webkit-animation-delay : 361.1s; animation-delay : 361.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3612) { -webkit-animation-delay : 361.2s; animation-delay : 361.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3613) { -webkit-animation-delay : 361.3s; animation-delay : 361.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3614) { -webkit-animation-delay : 361.4s; animation-delay : 361.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3615) { -webkit-animation-delay : 361.5s; animation-delay : 361.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3616) { -webkit-animation-delay : 361.6s; animation-delay : 361.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3617) { -webkit-animation-delay : 361.7s; animation-delay : 361.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3618) { -webkit-animation-delay : 361.8s; animation-delay : 361.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3619) { -webkit-animation-delay : 361.9s; animation-delay : 361.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3620) { -webkit-animation-delay : 362s; animation-delay : 362s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3621) { -webkit-animation-delay : 362.1s; animation-delay : 362.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3622) { -webkit-animation-delay : 362.2s; animation-delay : 362.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3623) { -webkit-animation-delay : 362.3s; animation-delay : 362.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3624) { -webkit-animation-delay : 362.4s; animation-delay : 362.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3625) { -webkit-animation-delay : 362.5s; animation-delay : 362.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3626) { -webkit-animation-delay : 362.6s; animation-delay : 362.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3627) { -webkit-animation-delay : 362.7s; animation-delay : 362.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3628) { -webkit-animation-delay : 362.8s; animation-delay : 362.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3629) { -webkit-animation-delay : 362.9s; animation-delay : 362.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3630) { -webkit-animation-delay : 363s; animation-delay : 363s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3631) { -webkit-animation-delay : 363.1s; animation-delay : 363.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3632) { -webkit-animation-delay : 363.2s; animation-delay : 363.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3633) { -webkit-animation-delay : 363.3s; animation-delay : 363.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3634) { -webkit-animation-delay : 363.4s; animation-delay : 363.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3635) { -webkit-animation-delay : 363.5s; animation-delay : 363.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3636) { -webkit-animation-delay : 363.6s; animation-delay : 363.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3637) { -webkit-animation-delay : 363.7s; animation-delay : 363.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3638) { -webkit-animation-delay : 363.8s; animation-delay : 363.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3639) { -webkit-animation-delay : 363.9s; animation-delay : 363.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3640) { -webkit-animation-delay : 364s; animation-delay : 364s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3641) { -webkit-animation-delay : 364.1s; animation-delay : 364.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3642) { -webkit-animation-delay : 364.2s; animation-delay : 364.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3643) { -webkit-animation-delay : 364.3s; animation-delay : 364.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3644) { -webkit-animation-delay : 364.4s; animation-delay : 364.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3645) { -webkit-animation-delay : 364.5s; animation-delay : 364.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3646) { -webkit-animation-delay : 364.6s; animation-delay : 364.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3647) { -webkit-animation-delay : 364.7s; animation-delay : 364.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3648) { -webkit-animation-delay : 364.8s; animation-delay : 364.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3649) { -webkit-animation-delay : 364.9s; animation-delay : 364.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3650) { -webkit-animation-delay : 365s; animation-delay : 365s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3651) { -webkit-animation-delay : 365.1s; animation-delay : 365.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3652) { -webkit-animation-delay : 365.2s; animation-delay : 365.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3653) { -webkit-animation-delay : 365.3s; animation-delay : 365.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3654) { -webkit-animation-delay : 365.4s; animation-delay : 365.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3655) { -webkit-animation-delay : 365.5s; animation-delay : 365.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3656) { -webkit-animation-delay : 365.6s; animation-delay : 365.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3657) { -webkit-animation-delay : 365.7s; animation-delay : 365.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3658) { -webkit-animation-delay : 365.8s; animation-delay : 365.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3659) { -webkit-animation-delay : 365.9s; animation-delay : 365.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3660) { -webkit-animation-delay : 366s; animation-delay : 366s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3661) { -webkit-animation-delay : 366.1s; animation-delay : 366.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3662) { -webkit-animation-delay : 366.2s; animation-delay : 366.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3663) { -webkit-animation-delay : 366.3s; animation-delay : 366.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3664) { -webkit-animation-delay : 366.4s; animation-delay : 366.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3665) { -webkit-animation-delay : 366.5s; animation-delay : 366.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3666) { -webkit-animation-delay : 366.6s; animation-delay : 366.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3667) { -webkit-animation-delay : 366.7s; animation-delay : 366.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3668) { -webkit-animation-delay : 366.8s; animation-delay : 366.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3669) { -webkit-animation-delay : 366.9s; animation-delay : 366.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3670) { -webkit-animation-delay : 367s; animation-delay : 367s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3671) { -webkit-animation-delay : 367.1s; animation-delay : 367.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3672) { -webkit-animation-delay : 367.2s; animation-delay : 367.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3673) { -webkit-animation-delay : 367.3s; animation-delay : 367.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3674) { -webkit-animation-delay : 367.4s; animation-delay : 367.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3675) { -webkit-animation-delay : 367.5s; animation-delay : 367.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3676) { -webkit-animation-delay : 367.6s; animation-delay : 367.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3677) { -webkit-animation-delay : 367.7s; animation-delay : 367.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3678) { -webkit-animation-delay : 367.8s; animation-delay : 367.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3679) { -webkit-animation-delay : 367.9s; animation-delay : 367.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3680) { -webkit-animation-delay : 368s; animation-delay : 368s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3681) { -webkit-animation-delay : 368.1s; animation-delay : 368.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3682) { -webkit-animation-delay : 368.2s; animation-delay : 368.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3683) { -webkit-animation-delay : 368.3s; animation-delay : 368.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3684) { -webkit-animation-delay : 368.4s; animation-delay : 368.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3685) { -webkit-animation-delay : 368.5s; animation-delay : 368.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3686) { -webkit-animation-delay : 368.6s; animation-delay : 368.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3687) { -webkit-animation-delay : 368.7s; animation-delay : 368.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3688) { -webkit-animation-delay : 368.8s; animation-delay : 368.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3689) { -webkit-animation-delay : 368.9s; animation-delay : 368.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3690) { -webkit-animation-delay : 369s; animation-delay : 369s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3691) { -webkit-animation-delay : 369.1s; animation-delay : 369.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3692) { -webkit-animation-delay : 369.2s; animation-delay : 369.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3693) { -webkit-animation-delay : 369.3s; animation-delay : 369.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3694) { -webkit-animation-delay : 369.4s; animation-delay : 369.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3695) { -webkit-animation-delay : 369.5s; animation-delay : 369.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3696) { -webkit-animation-delay : 369.6s; animation-delay : 369.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3697) { -webkit-animation-delay : 369.7s; animation-delay : 369.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3698) { -webkit-animation-delay : 369.8s; animation-delay : 369.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3699) { -webkit-animation-delay : 369.9s; animation-delay : 369.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3700) { -webkit-animation-delay : 370s; animation-delay : 370s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3701) { -webkit-animation-delay : 370.1s; animation-delay : 370.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3702) { -webkit-animation-delay : 370.2s; animation-delay : 370.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3703) { -webkit-animation-delay : 370.3s; animation-delay : 370.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3704) { -webkit-animation-delay : 370.4s; animation-delay : 370.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3705) { -webkit-animation-delay : 370.5s; animation-delay : 370.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3706) { -webkit-animation-delay : 370.6s; animation-delay : 370.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3707) { -webkit-animation-delay : 370.7s; animation-delay : 370.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3708) { -webkit-animation-delay : 370.8s; animation-delay : 370.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3709) { -webkit-animation-delay : 370.9s; animation-delay : 370.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3710) { -webkit-animation-delay : 371s; animation-delay : 371s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3711) { -webkit-animation-delay : 371.1s; animation-delay : 371.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3712) { -webkit-animation-delay : 371.2s; animation-delay : 371.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3713) { -webkit-animation-delay : 371.3s; animation-delay : 371.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3714) { -webkit-animation-delay : 371.4s; animation-delay : 371.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3715) { -webkit-animation-delay : 371.5s; animation-delay : 371.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3716) { -webkit-animation-delay : 371.6s; animation-delay : 371.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3717) { -webkit-animation-delay : 371.7s; animation-delay : 371.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3718) { -webkit-animation-delay : 371.8s; animation-delay : 371.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3719) { -webkit-animation-delay : 371.9s; animation-delay : 371.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3720) { -webkit-animation-delay : 372s; animation-delay : 372s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3721) { -webkit-animation-delay : 372.1s; animation-delay : 372.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3722) { -webkit-animation-delay : 372.2s; animation-delay : 372.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3723) { -webkit-animation-delay : 372.3s; animation-delay : 372.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3724) { -webkit-animation-delay : 372.4s; animation-delay : 372.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3725) { -webkit-animation-delay : 372.5s; animation-delay : 372.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3726) { -webkit-animation-delay : 372.6s; animation-delay : 372.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3727) { -webkit-animation-delay : 372.7s; animation-delay : 372.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3728) { -webkit-animation-delay : 372.8s; animation-delay : 372.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3729) { -webkit-animation-delay : 372.9s; animation-delay : 372.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3730) { -webkit-animation-delay : 373s; animation-delay : 373s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3731) { -webkit-animation-delay : 373.1s; animation-delay : 373.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3732) { -webkit-animation-delay : 373.2s; animation-delay : 373.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3733) { -webkit-animation-delay : 373.3s; animation-delay : 373.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3734) { -webkit-animation-delay : 373.4s; animation-delay : 373.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3735) { -webkit-animation-delay : 373.5s; animation-delay : 373.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3736) { -webkit-animation-delay : 373.6s; animation-delay : 373.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3737) { -webkit-animation-delay : 373.7s; animation-delay : 373.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3738) { -webkit-animation-delay : 373.8s; animation-delay : 373.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3739) { -webkit-animation-delay : 373.9s; animation-delay : 373.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3740) { -webkit-animation-delay : 374s; animation-delay : 374s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3741) { -webkit-animation-delay : 374.1s; animation-delay : 374.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3742) { -webkit-animation-delay : 374.2s; animation-delay : 374.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3743) { -webkit-animation-delay : 374.3s; animation-delay : 374.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3744) { -webkit-animation-delay : 374.4s; animation-delay : 374.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3745) { -webkit-animation-delay : 374.5s; animation-delay : 374.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3746) { -webkit-animation-delay : 374.6s; animation-delay : 374.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3747) { -webkit-animation-delay : 374.7s; animation-delay : 374.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3748) { -webkit-animation-delay : 374.8s; animation-delay : 374.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3749) { -webkit-animation-delay : 374.9s; animation-delay : 374.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3750) { -webkit-animation-delay : 375s; animation-delay : 375s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3751) { -webkit-animation-delay : 375.1s; animation-delay : 375.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3752) { -webkit-animation-delay : 375.2s; animation-delay : 375.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3753) { -webkit-animation-delay : 375.3s; animation-delay : 375.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3754) { -webkit-animation-delay : 375.4s; animation-delay : 375.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3755) { -webkit-animation-delay : 375.5s; animation-delay : 375.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3756) { -webkit-animation-delay : 375.6s; animation-delay : 375.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3757) { -webkit-animation-delay : 375.7s; animation-delay : 375.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3758) { -webkit-animation-delay : 375.8s; animation-delay : 375.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3759) { -webkit-animation-delay : 375.9s; animation-delay : 375.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3760) { -webkit-animation-delay : 376s; animation-delay : 376s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3761) { -webkit-animation-delay : 376.1s; animation-delay : 376.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3762) { -webkit-animation-delay : 376.2s; animation-delay : 376.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3763) { -webkit-animation-delay : 376.3s; animation-delay : 376.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3764) { -webkit-animation-delay : 376.4s; animation-delay : 376.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3765) { -webkit-animation-delay : 376.5s; animation-delay : 376.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3766) { -webkit-animation-delay : 376.6s; animation-delay : 376.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3767) { -webkit-animation-delay : 376.7s; animation-delay : 376.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3768) { -webkit-animation-delay : 376.8s; animation-delay : 376.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3769) { -webkit-animation-delay : 376.9s; animation-delay : 376.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3770) { -webkit-animation-delay : 377s; animation-delay : 377s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3771) { -webkit-animation-delay : 377.1s; animation-delay : 377.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3772) { -webkit-animation-delay : 377.2s; animation-delay : 377.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3773) { -webkit-animation-delay : 377.3s; animation-delay : 377.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3774) { -webkit-animation-delay : 377.4s; animation-delay : 377.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3775) { -webkit-animation-delay : 377.5s; animation-delay : 377.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3776) { -webkit-animation-delay : 377.6s; animation-delay : 377.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3777) { -webkit-animation-delay : 377.7s; animation-delay : 377.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3778) { -webkit-animation-delay : 377.8s; animation-delay : 377.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3779) { -webkit-animation-delay : 377.9s; animation-delay : 377.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3780) { -webkit-animation-delay : 378s; animation-delay : 378s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3781) { -webkit-animation-delay : 378.1s; animation-delay : 378.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3782) { -webkit-animation-delay : 378.2s; animation-delay : 378.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3783) { -webkit-animation-delay : 378.3s; animation-delay : 378.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3784) { -webkit-animation-delay : 378.4s; animation-delay : 378.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3785) { -webkit-animation-delay : 378.5s; animation-delay : 378.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3786) { -webkit-animation-delay : 378.6s; animation-delay : 378.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3787) { -webkit-animation-delay : 378.7s; animation-delay : 378.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3788) { -webkit-animation-delay : 378.8s; animation-delay : 378.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3789) { -webkit-animation-delay : 378.9s; animation-delay : 378.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3790) { -webkit-animation-delay : 379s; animation-delay : 379s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3791) { -webkit-animation-delay : 379.1s; animation-delay : 379.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3792) { -webkit-animation-delay : 379.2s; animation-delay : 379.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3793) { -webkit-animation-delay : 379.3s; animation-delay : 379.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3794) { -webkit-animation-delay : 379.4s; animation-delay : 379.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3795) { -webkit-animation-delay : 379.5s; animation-delay : 379.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3796) { -webkit-animation-delay : 379.6s; animation-delay : 379.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3797) { -webkit-animation-delay : 379.7s; animation-delay : 379.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3798) { -webkit-animation-delay : 379.8s; animation-delay : 379.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3799) { -webkit-animation-delay : 379.9s; animation-delay : 379.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3800) { -webkit-animation-delay : 380s; animation-delay : 380s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3801) { -webkit-animation-delay : 380.1s; animation-delay : 380.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3802) { -webkit-animation-delay : 380.2s; animation-delay : 380.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3803) { -webkit-animation-delay : 380.3s; animation-delay : 380.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3804) { -webkit-animation-delay : 380.4s; animation-delay : 380.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3805) { -webkit-animation-delay : 380.5s; animation-delay : 380.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3806) { -webkit-animation-delay : 380.6s; animation-delay : 380.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3807) { -webkit-animation-delay : 380.7s; animation-delay : 380.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3808) { -webkit-animation-delay : 380.8s; animation-delay : 380.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3809) { -webkit-animation-delay : 380.9s; animation-delay : 380.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3810) { -webkit-animation-delay : 381s; animation-delay : 381s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3811) { -webkit-animation-delay : 381.1s; animation-delay : 381.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3812) { -webkit-animation-delay : 381.2s; animation-delay : 381.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3813) { -webkit-animation-delay : 381.3s; animation-delay : 381.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3814) { -webkit-animation-delay : 381.4s; animation-delay : 381.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3815) { -webkit-animation-delay : 381.5s; animation-delay : 381.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3816) { -webkit-animation-delay : 381.6s; animation-delay : 381.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3817) { -webkit-animation-delay : 381.7s; animation-delay : 381.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3818) { -webkit-animation-delay : 381.8s; animation-delay : 381.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3819) { -webkit-animation-delay : 381.9s; animation-delay : 381.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3820) { -webkit-animation-delay : 382s; animation-delay : 382s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3821) { -webkit-animation-delay : 382.1s; animation-delay : 382.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3822) { -webkit-animation-delay : 382.2s; animation-delay : 382.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3823) { -webkit-animation-delay : 382.3s; animation-delay : 382.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3824) { -webkit-animation-delay : 382.4s; animation-delay : 382.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3825) { -webkit-animation-delay : 382.5s; animation-delay : 382.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3826) { -webkit-animation-delay : 382.6s; animation-delay : 382.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3827) { -webkit-animation-delay : 382.7s; animation-delay : 382.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3828) { -webkit-animation-delay : 382.8s; animation-delay : 382.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3829) { -webkit-animation-delay : 382.9s; animation-delay : 382.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3830) { -webkit-animation-delay : 383s; animation-delay : 383s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3831) { -webkit-animation-delay : 383.1s; animation-delay : 383.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3832) { -webkit-animation-delay : 383.2s; animation-delay : 383.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3833) { -webkit-animation-delay : 383.3s; animation-delay : 383.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3834) { -webkit-animation-delay : 383.4s; animation-delay : 383.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3835) { -webkit-animation-delay : 383.5s; animation-delay : 383.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3836) { -webkit-animation-delay : 383.6s; animation-delay : 383.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3837) { -webkit-animation-delay : 383.7s; animation-delay : 383.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3838) { -webkit-animation-delay : 383.8s; animation-delay : 383.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3839) { -webkit-animation-delay : 383.9s; animation-delay : 383.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3840) { -webkit-animation-delay : 384s; animation-delay : 384s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3841) { -webkit-animation-delay : 384.1s; animation-delay : 384.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3842) { -webkit-animation-delay : 384.2s; animation-delay : 384.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3843) { -webkit-animation-delay : 384.3s; animation-delay : 384.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3844) { -webkit-animation-delay : 384.4s; animation-delay : 384.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3845) { -webkit-animation-delay : 384.5s; animation-delay : 384.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3846) { -webkit-animation-delay : 384.6s; animation-delay : 384.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3847) { -webkit-animation-delay : 384.7s; animation-delay : 384.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3848) { -webkit-animation-delay : 384.8s; animation-delay : 384.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3849) { -webkit-animation-delay : 384.9s; animation-delay : 384.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3850) { -webkit-animation-delay : 385s; animation-delay : 385s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3851) { -webkit-animation-delay : 385.1s; animation-delay : 385.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3852) { -webkit-animation-delay : 385.2s; animation-delay : 385.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3853) { -webkit-animation-delay : 385.3s; animation-delay : 385.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3854) { -webkit-animation-delay : 385.4s; animation-delay : 385.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3855) { -webkit-animation-delay : 385.5s; animation-delay : 385.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3856) { -webkit-animation-delay : 385.6s; animation-delay : 385.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3857) { -webkit-animation-delay : 385.7s; animation-delay : 385.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3858) { -webkit-animation-delay : 385.8s; animation-delay : 385.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3859) { -webkit-animation-delay : 385.9s; animation-delay : 385.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3860) { -webkit-animation-delay : 386s; animation-delay : 386s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3861) { -webkit-animation-delay : 386.1s; animation-delay : 386.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3862) { -webkit-animation-delay : 386.2s; animation-delay : 386.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3863) { -webkit-animation-delay : 386.3s; animation-delay : 386.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3864) { -webkit-animation-delay : 386.4s; animation-delay : 386.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3865) { -webkit-animation-delay : 386.5s; animation-delay : 386.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3866) { -webkit-animation-delay : 386.6s; animation-delay : 386.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3867) { -webkit-animation-delay : 386.7s; animation-delay : 386.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3868) { -webkit-animation-delay : 386.8s; animation-delay : 386.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3869) { -webkit-animation-delay : 386.9s; animation-delay : 386.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3870) { -webkit-animation-delay : 387s; animation-delay : 387s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3871) { -webkit-animation-delay : 387.1s; animation-delay : 387.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3872) { -webkit-animation-delay : 387.2s; animation-delay : 387.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3873) { -webkit-animation-delay : 387.3s; animation-delay : 387.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3874) { -webkit-animation-delay : 387.4s; animation-delay : 387.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3875) { -webkit-animation-delay : 387.5s; animation-delay : 387.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3876) { -webkit-animation-delay : 387.6s; animation-delay : 387.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3877) { -webkit-animation-delay : 387.7s; animation-delay : 387.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3878) { -webkit-animation-delay : 387.8s; animation-delay : 387.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3879) { -webkit-animation-delay : 387.9s; animation-delay : 387.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3880) { -webkit-animation-delay : 388s; animation-delay : 388s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3881) { -webkit-animation-delay : 388.1s; animation-delay : 388.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3882) { -webkit-animation-delay : 388.2s; animation-delay : 388.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3883) { -webkit-animation-delay : 388.3s; animation-delay : 388.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3884) { -webkit-animation-delay : 388.4s; animation-delay : 388.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3885) { -webkit-animation-delay : 388.5s; animation-delay : 388.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3886) { -webkit-animation-delay : 388.6s; animation-delay : 388.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3887) { -webkit-animation-delay : 388.7s; animation-delay : 388.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3888) { -webkit-animation-delay : 388.8s; animation-delay : 388.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3889) { -webkit-animation-delay : 388.9s; animation-delay : 388.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3890) { -webkit-animation-delay : 389s; animation-delay : 389s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3891) { -webkit-animation-delay : 389.1s; animation-delay : 389.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3892) { -webkit-animation-delay : 389.2s; animation-delay : 389.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3893) { -webkit-animation-delay : 389.3s; animation-delay : 389.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3894) { -webkit-animation-delay : 389.4s; animation-delay : 389.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3895) { -webkit-animation-delay : 389.5s; animation-delay : 389.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3896) { -webkit-animation-delay : 389.6s; animation-delay : 389.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3897) { -webkit-animation-delay : 389.7s; animation-delay : 389.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3898) { -webkit-animation-delay : 389.8s; animation-delay : 389.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3899) { -webkit-animation-delay : 389.9s; animation-delay : 389.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3900) { -webkit-animation-delay : 390s; animation-delay : 390s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3901) { -webkit-animation-delay : 390.1s; animation-delay : 390.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3902) { -webkit-animation-delay : 390.2s; animation-delay : 390.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3903) { -webkit-animation-delay : 390.3s; animation-delay : 390.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3904) { -webkit-animation-delay : 390.4s; animation-delay : 390.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3905) { -webkit-animation-delay : 390.5s; animation-delay : 390.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3906) { -webkit-animation-delay : 390.6s; animation-delay : 390.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3907) { -webkit-animation-delay : 390.7s; animation-delay : 390.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3908) { -webkit-animation-delay : 390.8s; animation-delay : 390.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3909) { -webkit-animation-delay : 390.9s; animation-delay : 390.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3910) { -webkit-animation-delay : 391s; animation-delay : 391s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3911) { -webkit-animation-delay : 391.1s; animation-delay : 391.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3912) { -webkit-animation-delay : 391.2s; animation-delay : 391.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3913) { -webkit-animation-delay : 391.3s; animation-delay : 391.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3914) { -webkit-animation-delay : 391.4s; animation-delay : 391.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3915) { -webkit-animation-delay : 391.5s; animation-delay : 391.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3916) { -webkit-animation-delay : 391.6s; animation-delay : 391.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3917) { -webkit-animation-delay : 391.7s; animation-delay : 391.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3918) { -webkit-animation-delay : 391.8s; animation-delay : 391.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3919) { -webkit-animation-delay : 391.9s; animation-delay : 391.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3920) { -webkit-animation-delay : 392s; animation-delay : 392s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3921) { -webkit-animation-delay : 392.1s; animation-delay : 392.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3922) { -webkit-animation-delay : 392.2s; animation-delay : 392.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3923) { -webkit-animation-delay : 392.3s; animation-delay : 392.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3924) { -webkit-animation-delay : 392.4s; animation-delay : 392.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3925) { -webkit-animation-delay : 392.5s; animation-delay : 392.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3926) { -webkit-animation-delay : 392.6s; animation-delay : 392.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3927) { -webkit-animation-delay : 392.7s; animation-delay : 392.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3928) { -webkit-animation-delay : 392.8s; animation-delay : 392.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3929) { -webkit-animation-delay : 392.9s; animation-delay : 392.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3930) { -webkit-animation-delay : 393s; animation-delay : 393s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3931) { -webkit-animation-delay : 393.1s; animation-delay : 393.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3932) { -webkit-animation-delay : 393.2s; animation-delay : 393.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3933) { -webkit-animation-delay : 393.3s; animation-delay : 393.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3934) { -webkit-animation-delay : 393.4s; animation-delay : 393.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3935) { -webkit-animation-delay : 393.5s; animation-delay : 393.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3936) { -webkit-animation-delay : 393.6s; animation-delay : 393.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3937) { -webkit-animation-delay : 393.7s; animation-delay : 393.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3938) { -webkit-animation-delay : 393.8s; animation-delay : 393.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3939) { -webkit-animation-delay : 393.9s; animation-delay : 393.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3940) { -webkit-animation-delay : 394s; animation-delay : 394s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3941) { -webkit-animation-delay : 394.1s; animation-delay : 394.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3942) { -webkit-animation-delay : 394.2s; animation-delay : 394.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3943) { -webkit-animation-delay : 394.3s; animation-delay : 394.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3944) { -webkit-animation-delay : 394.4s; animation-delay : 394.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3945) { -webkit-animation-delay : 394.5s; animation-delay : 394.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3946) { -webkit-animation-delay : 394.6s; animation-delay : 394.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3947) { -webkit-animation-delay : 394.7s; animation-delay : 394.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3948) { -webkit-animation-delay : 394.8s; animation-delay : 394.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3949) { -webkit-animation-delay : 394.9s; animation-delay : 394.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3950) { -webkit-animation-delay : 395s; animation-delay : 395s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3951) { -webkit-animation-delay : 395.1s; animation-delay : 395.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3952) { -webkit-animation-delay : 395.2s; animation-delay : 395.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3953) { -webkit-animation-delay : 395.3s; animation-delay : 395.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3954) { -webkit-animation-delay : 395.4s; animation-delay : 395.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3955) { -webkit-animation-delay : 395.5s; animation-delay : 395.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3956) { -webkit-animation-delay : 395.6s; animation-delay : 395.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3957) { -webkit-animation-delay : 395.7s; animation-delay : 395.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3958) { -webkit-animation-delay : 395.8s; animation-delay : 395.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3959) { -webkit-animation-delay : 395.9s; animation-delay : 395.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3960) { -webkit-animation-delay : 396s; animation-delay : 396s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3961) { -webkit-animation-delay : 396.1s; animation-delay : 396.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3962) { -webkit-animation-delay : 396.2s; animation-delay : 396.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3963) { -webkit-animation-delay : 396.3s; animation-delay : 396.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3964) { -webkit-animation-delay : 396.4s; animation-delay : 396.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3965) { -webkit-animation-delay : 396.5s; animation-delay : 396.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3966) { -webkit-animation-delay : 396.6s; animation-delay : 396.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3967) { -webkit-animation-delay : 396.7s; animation-delay : 396.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3968) { -webkit-animation-delay : 396.8s; animation-delay : 396.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3969) { -webkit-animation-delay : 396.9s; animation-delay : 396.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3970) { -webkit-animation-delay : 397s; animation-delay : 397s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3971) { -webkit-animation-delay : 397.1s; animation-delay : 397.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3972) { -webkit-animation-delay : 397.2s; animation-delay : 397.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3973) { -webkit-animation-delay : 397.3s; animation-delay : 397.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3974) { -webkit-animation-delay : 397.4s; animation-delay : 397.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3975) { -webkit-animation-delay : 397.5s; animation-delay : 397.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3976) { -webkit-animation-delay : 397.6s; animation-delay : 397.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3977) { -webkit-animation-delay : 397.7s; animation-delay : 397.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3978) { -webkit-animation-delay : 397.8s; animation-delay : 397.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3979) { -webkit-animation-delay : 397.9s; animation-delay : 397.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3980) { -webkit-animation-delay : 398s; animation-delay : 398s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3981) { -webkit-animation-delay : 398.1s; animation-delay : 398.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3982) { -webkit-animation-delay : 398.2s; animation-delay : 398.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3983) { -webkit-animation-delay : 398.3s; animation-delay : 398.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3984) { -webkit-animation-delay : 398.4s; animation-delay : 398.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3985) { -webkit-animation-delay : 398.5s; animation-delay : 398.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3986) { -webkit-animation-delay : 398.6s; animation-delay : 398.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3987) { -webkit-animation-delay : 398.7s; animation-delay : 398.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3988) { -webkit-animation-delay : 398.8s; animation-delay : 398.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3989) { -webkit-animation-delay : 398.9s; animation-delay : 398.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3990) { -webkit-animation-delay : 399s; animation-delay : 399s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3991) { -webkit-animation-delay : 399.1s; animation-delay : 399.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3992) { -webkit-animation-delay : 399.2s; animation-delay : 399.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3993) { -webkit-animation-delay : 399.3s; animation-delay : 399.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3994) { -webkit-animation-delay : 399.4s; animation-delay : 399.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3995) { -webkit-animation-delay : 399.5s; animation-delay : 399.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3996) { -webkit-animation-delay : 399.6s; animation-delay : 399.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3997) { -webkit-animation-delay : 399.7s; animation-delay : 399.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3998) { -webkit-animation-delay : 399.8s; animation-delay : 399.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(3999) { -webkit-animation-delay : 399.9s; animation-delay : 399.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4000) { -webkit-animation-delay : 400s; animation-delay : 400s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4001) { -webkit-animation-delay : 400.1s; animation-delay : 400.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4002) { -webkit-animation-delay : 400.2s; animation-delay : 400.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4003) { -webkit-animation-delay : 400.3s; animation-delay : 400.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4004) { -webkit-animation-delay : 400.4s; animation-delay : 400.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4005) { -webkit-animation-delay : 400.5s; animation-delay : 400.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4006) { -webkit-animation-delay : 400.6s; animation-delay : 400.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4007) { -webkit-animation-delay : 400.7s; animation-delay : 400.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4008) { -webkit-animation-delay : 400.8s; animation-delay : 400.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4009) { -webkit-animation-delay : 400.9s; animation-delay : 400.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4010) { -webkit-animation-delay : 401s; animation-delay : 401s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4011) { -webkit-animation-delay : 401.1s; animation-delay : 401.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4012) { -webkit-animation-delay : 401.2s; animation-delay : 401.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4013) { -webkit-animation-delay : 401.3s; animation-delay : 401.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4014) { -webkit-animation-delay : 401.4s; animation-delay : 401.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4015) { -webkit-animation-delay : 401.5s; animation-delay : 401.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4016) { -webkit-animation-delay : 401.6s; animation-delay : 401.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4017) { -webkit-animation-delay : 401.7s; animation-delay : 401.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4018) { -webkit-animation-delay : 401.8s; animation-delay : 401.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4019) { -webkit-animation-delay : 401.9s; animation-delay : 401.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4020) { -webkit-animation-delay : 402s; animation-delay : 402s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4021) { -webkit-animation-delay : 402.1s; animation-delay : 402.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4022) { -webkit-animation-delay : 402.2s; animation-delay : 402.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4023) { -webkit-animation-delay : 402.3s; animation-delay : 402.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4024) { -webkit-animation-delay : 402.4s; animation-delay : 402.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4025) { -webkit-animation-delay : 402.5s; animation-delay : 402.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4026) { -webkit-animation-delay : 402.6s; animation-delay : 402.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4027) { -webkit-animation-delay : 402.7s; animation-delay : 402.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4028) { -webkit-animation-delay : 402.8s; animation-delay : 402.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4029) { -webkit-animation-delay : 402.9s; animation-delay : 402.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4030) { -webkit-animation-delay : 403s; animation-delay : 403s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4031) { -webkit-animation-delay : 403.1s; animation-delay : 403.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4032) { -webkit-animation-delay : 403.2s; animation-delay : 403.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4033) { -webkit-animation-delay : 403.3s; animation-delay : 403.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4034) { -webkit-animation-delay : 403.4s; animation-delay : 403.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4035) { -webkit-animation-delay : 403.5s; animation-delay : 403.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4036) { -webkit-animation-delay : 403.6s; animation-delay : 403.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4037) { -webkit-animation-delay : 403.7s; animation-delay : 403.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4038) { -webkit-animation-delay : 403.8s; animation-delay : 403.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4039) { -webkit-animation-delay : 403.9s; animation-delay : 403.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4040) { -webkit-animation-delay : 404s; animation-delay : 404s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4041) { -webkit-animation-delay : 404.1s; animation-delay : 404.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4042) { -webkit-animation-delay : 404.2s; animation-delay : 404.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4043) { -webkit-animation-delay : 404.3s; animation-delay : 404.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4044) { -webkit-animation-delay : 404.4s; animation-delay : 404.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4045) { -webkit-animation-delay : 404.5s; animation-delay : 404.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4046) { -webkit-animation-delay : 404.6s; animation-delay : 404.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4047) { -webkit-animation-delay : 404.7s; animation-delay : 404.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4048) { -webkit-animation-delay : 404.8s; animation-delay : 404.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4049) { -webkit-animation-delay : 404.9s; animation-delay : 404.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4050) { -webkit-animation-delay : 405s; animation-delay : 405s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4051) { -webkit-animation-delay : 405.1s; animation-delay : 405.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4052) { -webkit-animation-delay : 405.2s; animation-delay : 405.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4053) { -webkit-animation-delay : 405.3s; animation-delay : 405.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4054) { -webkit-animation-delay : 405.4s; animation-delay : 405.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4055) { -webkit-animation-delay : 405.5s; animation-delay : 405.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4056) { -webkit-animation-delay : 405.6s; animation-delay : 405.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4057) { -webkit-animation-delay : 405.7s; animation-delay : 405.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4058) { -webkit-animation-delay : 405.8s; animation-delay : 405.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4059) { -webkit-animation-delay : 405.9s; animation-delay : 405.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4060) { -webkit-animation-delay : 406s; animation-delay : 406s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4061) { -webkit-animation-delay : 406.1s; animation-delay : 406.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4062) { -webkit-animation-delay : 406.2s; animation-delay : 406.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4063) { -webkit-animation-delay : 406.3s; animation-delay : 406.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4064) { -webkit-animation-delay : 406.4s; animation-delay : 406.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4065) { -webkit-animation-delay : 406.5s; animation-delay : 406.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4066) { -webkit-animation-delay : 406.6s; animation-delay : 406.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4067) { -webkit-animation-delay : 406.7s; animation-delay : 406.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4068) { -webkit-animation-delay : 406.8s; animation-delay : 406.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4069) { -webkit-animation-delay : 406.9s; animation-delay : 406.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4070) { -webkit-animation-delay : 407s; animation-delay : 407s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4071) { -webkit-animation-delay : 407.1s; animation-delay : 407.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4072) { -webkit-animation-delay : 407.2s; animation-delay : 407.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4073) { -webkit-animation-delay : 407.3s; animation-delay : 407.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4074) { -webkit-animation-delay : 407.4s; animation-delay : 407.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4075) { -webkit-animation-delay : 407.5s; animation-delay : 407.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4076) { -webkit-animation-delay : 407.6s; animation-delay : 407.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4077) { -webkit-animation-delay : 407.7s; animation-delay : 407.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4078) { -webkit-animation-delay : 407.8s; animation-delay : 407.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4079) { -webkit-animation-delay : 407.9s; animation-delay : 407.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4080) { -webkit-animation-delay : 408s; animation-delay : 408s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4081) { -webkit-animation-delay : 408.1s; animation-delay : 408.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4082) { -webkit-animation-delay : 408.2s; animation-delay : 408.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4083) { -webkit-animation-delay : 408.3s; animation-delay : 408.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4084) { -webkit-animation-delay : 408.4s; animation-delay : 408.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4085) { -webkit-animation-delay : 408.5s; animation-delay : 408.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4086) { -webkit-animation-delay : 408.6s; animation-delay : 408.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4087) { -webkit-animation-delay : 408.7s; animation-delay : 408.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4088) { -webkit-animation-delay : 408.8s; animation-delay : 408.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4089) { -webkit-animation-delay : 408.9s; animation-delay : 408.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4090) { -webkit-animation-delay : 409s; animation-delay : 409s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4091) { -webkit-animation-delay : 409.1s; animation-delay : 409.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4092) { -webkit-animation-delay : 409.2s; animation-delay : 409.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4093) { -webkit-animation-delay : 409.3s; animation-delay : 409.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4094) { -webkit-animation-delay : 409.4s; animation-delay : 409.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4095) { -webkit-animation-delay : 409.5s; animation-delay : 409.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4096) { -webkit-animation-delay : 409.6s; animation-delay : 409.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4097) { -webkit-animation-delay : 409.7s; animation-delay : 409.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4098) { -webkit-animation-delay : 409.8s; animation-delay : 409.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4099) { -webkit-animation-delay : 409.9s; animation-delay : 409.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4100) { -webkit-animation-delay : 410s; animation-delay : 410s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4101) { -webkit-animation-delay : 410.1s; animation-delay : 410.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4102) { -webkit-animation-delay : 410.2s; animation-delay : 410.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4103) { -webkit-animation-delay : 410.3s; animation-delay : 410.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4104) { -webkit-animation-delay : 410.4s; animation-delay : 410.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4105) { -webkit-animation-delay : 410.5s; animation-delay : 410.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4106) { -webkit-animation-delay : 410.6s; animation-delay : 410.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4107) { -webkit-animation-delay : 410.7s; animation-delay : 410.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4108) { -webkit-animation-delay : 410.8s; animation-delay : 410.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4109) { -webkit-animation-delay : 410.9s; animation-delay : 410.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4110) { -webkit-animation-delay : 411s; animation-delay : 411s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4111) { -webkit-animation-delay : 411.1s; animation-delay : 411.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4112) { -webkit-animation-delay : 411.2s; animation-delay : 411.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4113) { -webkit-animation-delay : 411.3s; animation-delay : 411.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4114) { -webkit-animation-delay : 411.4s; animation-delay : 411.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4115) { -webkit-animation-delay : 411.5s; animation-delay : 411.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4116) { -webkit-animation-delay : 411.6s; animation-delay : 411.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4117) { -webkit-animation-delay : 411.7s; animation-delay : 411.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4118) { -webkit-animation-delay : 411.8s; animation-delay : 411.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4119) { -webkit-animation-delay : 411.9s; animation-delay : 411.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4120) { -webkit-animation-delay : 412s; animation-delay : 412s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4121) { -webkit-animation-delay : 412.1s; animation-delay : 412.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4122) { -webkit-animation-delay : 412.2s; animation-delay : 412.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4123) { -webkit-animation-delay : 412.3s; animation-delay : 412.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4124) { -webkit-animation-delay : 412.4s; animation-delay : 412.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4125) { -webkit-animation-delay : 412.5s; animation-delay : 412.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4126) { -webkit-animation-delay : 412.6s; animation-delay : 412.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4127) { -webkit-animation-delay : 412.7s; animation-delay : 412.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4128) { -webkit-animation-delay : 412.8s; animation-delay : 412.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4129) { -webkit-animation-delay : 412.9s; animation-delay : 412.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4130) { -webkit-animation-delay : 413s; animation-delay : 413s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4131) { -webkit-animation-delay : 413.1s; animation-delay : 413.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4132) { -webkit-animation-delay : 413.2s; animation-delay : 413.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4133) { -webkit-animation-delay : 413.3s; animation-delay : 413.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4134) { -webkit-animation-delay : 413.4s; animation-delay : 413.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4135) { -webkit-animation-delay : 413.5s; animation-delay : 413.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4136) { -webkit-animation-delay : 413.6s; animation-delay : 413.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4137) { -webkit-animation-delay : 413.7s; animation-delay : 413.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4138) { -webkit-animation-delay : 413.8s; animation-delay : 413.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4139) { -webkit-animation-delay : 413.9s; animation-delay : 413.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4140) { -webkit-animation-delay : 414s; animation-delay : 414s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4141) { -webkit-animation-delay : 414.1s; animation-delay : 414.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4142) { -webkit-animation-delay : 414.2s; animation-delay : 414.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4143) { -webkit-animation-delay : 414.3s; animation-delay : 414.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4144) { -webkit-animation-delay : 414.4s; animation-delay : 414.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4145) { -webkit-animation-delay : 414.5s; animation-delay : 414.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4146) { -webkit-animation-delay : 414.6s; animation-delay : 414.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4147) { -webkit-animation-delay : 414.7s; animation-delay : 414.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4148) { -webkit-animation-delay : 414.8s; animation-delay : 414.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4149) { -webkit-animation-delay : 414.9s; animation-delay : 414.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4150) { -webkit-animation-delay : 415s; animation-delay : 415s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4151) { -webkit-animation-delay : 415.1s; animation-delay : 415.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4152) { -webkit-animation-delay : 415.2s; animation-delay : 415.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4153) { -webkit-animation-delay : 415.3s; animation-delay : 415.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4154) { -webkit-animation-delay : 415.4s; animation-delay : 415.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4155) { -webkit-animation-delay : 415.5s; animation-delay : 415.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4156) { -webkit-animation-delay : 415.6s; animation-delay : 415.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4157) { -webkit-animation-delay : 415.7s; animation-delay : 415.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4158) { -webkit-animation-delay : 415.8s; animation-delay : 415.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4159) { -webkit-animation-delay : 415.9s; animation-delay : 415.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4160) { -webkit-animation-delay : 416s; animation-delay : 416s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4161) { -webkit-animation-delay : 416.1s; animation-delay : 416.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4162) { -webkit-animation-delay : 416.2s; animation-delay : 416.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4163) { -webkit-animation-delay : 416.3s; animation-delay : 416.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4164) { -webkit-animation-delay : 416.4s; animation-delay : 416.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4165) { -webkit-animation-delay : 416.5s; animation-delay : 416.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4166) { -webkit-animation-delay : 416.6s; animation-delay : 416.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4167) { -webkit-animation-delay : 416.7s; animation-delay : 416.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4168) { -webkit-animation-delay : 416.8s; animation-delay : 416.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4169) { -webkit-animation-delay : 416.9s; animation-delay : 416.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4170) { -webkit-animation-delay : 417s; animation-delay : 417s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4171) { -webkit-animation-delay : 417.1s; animation-delay : 417.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4172) { -webkit-animation-delay : 417.2s; animation-delay : 417.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4173) { -webkit-animation-delay : 417.3s; animation-delay : 417.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4174) { -webkit-animation-delay : 417.4s; animation-delay : 417.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4175) { -webkit-animation-delay : 417.5s; animation-delay : 417.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4176) { -webkit-animation-delay : 417.6s; animation-delay : 417.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4177) { -webkit-animation-delay : 417.7s; animation-delay : 417.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4178) { -webkit-animation-delay : 417.8s; animation-delay : 417.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4179) { -webkit-animation-delay : 417.9s; animation-delay : 417.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4180) { -webkit-animation-delay : 418s; animation-delay : 418s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4181) { -webkit-animation-delay : 418.1s; animation-delay : 418.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4182) { -webkit-animation-delay : 418.2s; animation-delay : 418.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4183) { -webkit-animation-delay : 418.3s; animation-delay : 418.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4184) { -webkit-animation-delay : 418.4s; animation-delay : 418.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4185) { -webkit-animation-delay : 418.5s; animation-delay : 418.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4186) { -webkit-animation-delay : 418.6s; animation-delay : 418.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4187) { -webkit-animation-delay : 418.7s; animation-delay : 418.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4188) { -webkit-animation-delay : 418.8s; animation-delay : 418.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4189) { -webkit-animation-delay : 418.9s; animation-delay : 418.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4190) { -webkit-animation-delay : 419s; animation-delay : 419s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4191) { -webkit-animation-delay : 419.1s; animation-delay : 419.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4192) { -webkit-animation-delay : 419.2s; animation-delay : 419.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4193) { -webkit-animation-delay : 419.3s; animation-delay : 419.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4194) { -webkit-animation-delay : 419.4s; animation-delay : 419.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4195) { -webkit-animation-delay : 419.5s; animation-delay : 419.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4196) { -webkit-animation-delay : 419.6s; animation-delay : 419.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4197) { -webkit-animation-delay : 419.7s; animation-delay : 419.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4198) { -webkit-animation-delay : 419.8s; animation-delay : 419.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4199) { -webkit-animation-delay : 419.9s; animation-delay : 419.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4200) { -webkit-animation-delay : 420s; animation-delay : 420s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4201) { -webkit-animation-delay : 420.1s; animation-delay : 420.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4202) { -webkit-animation-delay : 420.2s; animation-delay : 420.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4203) { -webkit-animation-delay : 420.3s; animation-delay : 420.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4204) { -webkit-animation-delay : 420.4s; animation-delay : 420.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4205) { -webkit-animation-delay : 420.5s; animation-delay : 420.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4206) { -webkit-animation-delay : 420.6s; animation-delay : 420.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4207) { -webkit-animation-delay : 420.7s; animation-delay : 420.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4208) { -webkit-animation-delay : 420.8s; animation-delay : 420.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4209) { -webkit-animation-delay : 420.9s; animation-delay : 420.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4210) { -webkit-animation-delay : 421s; animation-delay : 421s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4211) { -webkit-animation-delay : 421.1s; animation-delay : 421.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4212) { -webkit-animation-delay : 421.2s; animation-delay : 421.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4213) { -webkit-animation-delay : 421.3s; animation-delay : 421.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4214) { -webkit-animation-delay : 421.4s; animation-delay : 421.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4215) { -webkit-animation-delay : 421.5s; animation-delay : 421.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4216) { -webkit-animation-delay : 421.6s; animation-delay : 421.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4217) { -webkit-animation-delay : 421.7s; animation-delay : 421.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4218) { -webkit-animation-delay : 421.8s; animation-delay : 421.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4219) { -webkit-animation-delay : 421.9s; animation-delay : 421.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4220) { -webkit-animation-delay : 422s; animation-delay : 422s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4221) { -webkit-animation-delay : 422.1s; animation-delay : 422.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4222) { -webkit-animation-delay : 422.2s; animation-delay : 422.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4223) { -webkit-animation-delay : 422.3s; animation-delay : 422.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4224) { -webkit-animation-delay : 422.4s; animation-delay : 422.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4225) { -webkit-animation-delay : 422.5s; animation-delay : 422.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4226) { -webkit-animation-delay : 422.6s; animation-delay : 422.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4227) { -webkit-animation-delay : 422.7s; animation-delay : 422.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4228) { -webkit-animation-delay : 422.8s; animation-delay : 422.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4229) { -webkit-animation-delay : 422.9s; animation-delay : 422.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4230) { -webkit-animation-delay : 423s; animation-delay : 423s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4231) { -webkit-animation-delay : 423.1s; animation-delay : 423.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4232) { -webkit-animation-delay : 423.2s; animation-delay : 423.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4233) { -webkit-animation-delay : 423.3s; animation-delay : 423.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4234) { -webkit-animation-delay : 423.4s; animation-delay : 423.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4235) { -webkit-animation-delay : 423.5s; animation-delay : 423.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4236) { -webkit-animation-delay : 423.6s; animation-delay : 423.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4237) { -webkit-animation-delay : 423.7s; animation-delay : 423.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4238) { -webkit-animation-delay : 423.8s; animation-delay : 423.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4239) { -webkit-animation-delay : 423.9s; animation-delay : 423.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4240) { -webkit-animation-delay : 424s; animation-delay : 424s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4241) { -webkit-animation-delay : 424.1s; animation-delay : 424.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4242) { -webkit-animation-delay : 424.2s; animation-delay : 424.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4243) { -webkit-animation-delay : 424.3s; animation-delay : 424.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4244) { -webkit-animation-delay : 424.4s; animation-delay : 424.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4245) { -webkit-animation-delay : 424.5s; animation-delay : 424.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4246) { -webkit-animation-delay : 424.6s; animation-delay : 424.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4247) { -webkit-animation-delay : 424.7s; animation-delay : 424.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4248) { -webkit-animation-delay : 424.8s; animation-delay : 424.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4249) { -webkit-animation-delay : 424.9s; animation-delay : 424.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4250) { -webkit-animation-delay : 425s; animation-delay : 425s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4251) { -webkit-animation-delay : 425.1s; animation-delay : 425.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4252) { -webkit-animation-delay : 425.2s; animation-delay : 425.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4253) { -webkit-animation-delay : 425.3s; animation-delay : 425.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4254) { -webkit-animation-delay : 425.4s; animation-delay : 425.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4255) { -webkit-animation-delay : 425.5s; animation-delay : 425.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4256) { -webkit-animation-delay : 425.6s; animation-delay : 425.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4257) { -webkit-animation-delay : 425.7s; animation-delay : 425.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4258) { -webkit-animation-delay : 425.8s; animation-delay : 425.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4259) { -webkit-animation-delay : 425.9s; animation-delay : 425.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4260) { -webkit-animation-delay : 426s; animation-delay : 426s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4261) { -webkit-animation-delay : 426.1s; animation-delay : 426.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4262) { -webkit-animation-delay : 426.2s; animation-delay : 426.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4263) { -webkit-animation-delay : 426.3s; animation-delay : 426.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4264) { -webkit-animation-delay : 426.4s; animation-delay : 426.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4265) { -webkit-animation-delay : 426.5s; animation-delay : 426.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4266) { -webkit-animation-delay : 426.6s; animation-delay : 426.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4267) { -webkit-animation-delay : 426.7s; animation-delay : 426.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4268) { -webkit-animation-delay : 426.8s; animation-delay : 426.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4269) { -webkit-animation-delay : 426.9s; animation-delay : 426.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4270) { -webkit-animation-delay : 427s; animation-delay : 427s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4271) { -webkit-animation-delay : 427.1s; animation-delay : 427.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4272) { -webkit-animation-delay : 427.2s; animation-delay : 427.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4273) { -webkit-animation-delay : 427.3s; animation-delay : 427.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4274) { -webkit-animation-delay : 427.4s; animation-delay : 427.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4275) { -webkit-animation-delay : 427.5s; animation-delay : 427.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4276) { -webkit-animation-delay : 427.6s; animation-delay : 427.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4277) { -webkit-animation-delay : 427.7s; animation-delay : 427.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4278) { -webkit-animation-delay : 427.8s; animation-delay : 427.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4279) { -webkit-animation-delay : 427.9s; animation-delay : 427.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4280) { -webkit-animation-delay : 428s; animation-delay : 428s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4281) { -webkit-animation-delay : 428.1s; animation-delay : 428.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4282) { -webkit-animation-delay : 428.2s; animation-delay : 428.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4283) { -webkit-animation-delay : 428.3s; animation-delay : 428.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4284) { -webkit-animation-delay : 428.4s; animation-delay : 428.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4285) { -webkit-animation-delay : 428.5s; animation-delay : 428.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4286) { -webkit-animation-delay : 428.6s; animation-delay : 428.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4287) { -webkit-animation-delay : 428.7s; animation-delay : 428.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4288) { -webkit-animation-delay : 428.8s; animation-delay : 428.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4289) { -webkit-animation-delay : 428.9s; animation-delay : 428.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4290) { -webkit-animation-delay : 429s; animation-delay : 429s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4291) { -webkit-animation-delay : 429.1s; animation-delay : 429.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4292) { -webkit-animation-delay : 429.2s; animation-delay : 429.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4293) { -webkit-animation-delay : 429.3s; animation-delay : 429.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4294) { -webkit-animation-delay : 429.4s; animation-delay : 429.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4295) { -webkit-animation-delay : 429.5s; animation-delay : 429.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4296) { -webkit-animation-delay : 429.6s; animation-delay : 429.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4297) { -webkit-animation-delay : 429.7s; animation-delay : 429.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4298) { -webkit-animation-delay : 429.8s; animation-delay : 429.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4299) { -webkit-animation-delay : 429.9s; animation-delay : 429.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4300) { -webkit-animation-delay : 430s; animation-delay : 430s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4301) { -webkit-animation-delay : 430.1s; animation-delay : 430.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4302) { -webkit-animation-delay : 430.2s; animation-delay : 430.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4303) { -webkit-animation-delay : 430.3s; animation-delay : 430.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4304) { -webkit-animation-delay : 430.4s; animation-delay : 430.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4305) { -webkit-animation-delay : 430.5s; animation-delay : 430.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4306) { -webkit-animation-delay : 430.6s; animation-delay : 430.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4307) { -webkit-animation-delay : 430.7s; animation-delay : 430.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4308) { -webkit-animation-delay : 430.8s; animation-delay : 430.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4309) { -webkit-animation-delay : 430.9s; animation-delay : 430.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4310) { -webkit-animation-delay : 431s; animation-delay : 431s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4311) { -webkit-animation-delay : 431.1s; animation-delay : 431.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4312) { -webkit-animation-delay : 431.2s; animation-delay : 431.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4313) { -webkit-animation-delay : 431.3s; animation-delay : 431.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4314) { -webkit-animation-delay : 431.4s; animation-delay : 431.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4315) { -webkit-animation-delay : 431.5s; animation-delay : 431.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4316) { -webkit-animation-delay : 431.6s; animation-delay : 431.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4317) { -webkit-animation-delay : 431.7s; animation-delay : 431.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4318) { -webkit-animation-delay : 431.8s; animation-delay : 431.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4319) { -webkit-animation-delay : 431.9s; animation-delay : 431.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4320) { -webkit-animation-delay : 432s; animation-delay : 432s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4321) { -webkit-animation-delay : 432.1s; animation-delay : 432.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4322) { -webkit-animation-delay : 432.2s; animation-delay : 432.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4323) { -webkit-animation-delay : 432.3s; animation-delay : 432.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4324) { -webkit-animation-delay : 432.4s; animation-delay : 432.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4325) { -webkit-animation-delay : 432.5s; animation-delay : 432.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4326) { -webkit-animation-delay : 432.6s; animation-delay : 432.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4327) { -webkit-animation-delay : 432.7s; animation-delay : 432.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4328) { -webkit-animation-delay : 432.8s; animation-delay : 432.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4329) { -webkit-animation-delay : 432.9s; animation-delay : 432.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4330) { -webkit-animation-delay : 433s; animation-delay : 433s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4331) { -webkit-animation-delay : 433.1s; animation-delay : 433.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4332) { -webkit-animation-delay : 433.2s; animation-delay : 433.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4333) { -webkit-animation-delay : 433.3s; animation-delay : 433.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4334) { -webkit-animation-delay : 433.4s; animation-delay : 433.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4335) { -webkit-animation-delay : 433.5s; animation-delay : 433.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4336) { -webkit-animation-delay : 433.6s; animation-delay : 433.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4337) { -webkit-animation-delay : 433.7s; animation-delay : 433.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4338) { -webkit-animation-delay : 433.8s; animation-delay : 433.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4339) { -webkit-animation-delay : 433.9s; animation-delay : 433.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4340) { -webkit-animation-delay : 434s; animation-delay : 434s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4341) { -webkit-animation-delay : 434.1s; animation-delay : 434.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4342) { -webkit-animation-delay : 434.2s; animation-delay : 434.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4343) { -webkit-animation-delay : 434.3s; animation-delay : 434.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4344) { -webkit-animation-delay : 434.4s; animation-delay : 434.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4345) { -webkit-animation-delay : 434.5s; animation-delay : 434.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4346) { -webkit-animation-delay : 434.6s; animation-delay : 434.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4347) { -webkit-animation-delay : 434.7s; animation-delay : 434.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4348) { -webkit-animation-delay : 434.8s; animation-delay : 434.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4349) { -webkit-animation-delay : 434.9s; animation-delay : 434.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4350) { -webkit-animation-delay : 435s; animation-delay : 435s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4351) { -webkit-animation-delay : 435.1s; animation-delay : 435.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4352) { -webkit-animation-delay : 435.2s; animation-delay : 435.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4353) { -webkit-animation-delay : 435.3s; animation-delay : 435.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4354) { -webkit-animation-delay : 435.4s; animation-delay : 435.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4355) { -webkit-animation-delay : 435.5s; animation-delay : 435.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4356) { -webkit-animation-delay : 435.6s; animation-delay : 435.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4357) { -webkit-animation-delay : 435.7s; animation-delay : 435.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4358) { -webkit-animation-delay : 435.8s; animation-delay : 435.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4359) { -webkit-animation-delay : 435.9s; animation-delay : 435.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4360) { -webkit-animation-delay : 436s; animation-delay : 436s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4361) { -webkit-animation-delay : 436.1s; animation-delay : 436.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4362) { -webkit-animation-delay : 436.2s; animation-delay : 436.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4363) { -webkit-animation-delay : 436.3s; animation-delay : 436.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4364) { -webkit-animation-delay : 436.4s; animation-delay : 436.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4365) { -webkit-animation-delay : 436.5s; animation-delay : 436.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4366) { -webkit-animation-delay : 436.6s; animation-delay : 436.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4367) { -webkit-animation-delay : 436.7s; animation-delay : 436.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4368) { -webkit-animation-delay : 436.8s; animation-delay : 436.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4369) { -webkit-animation-delay : 436.9s; animation-delay : 436.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4370) { -webkit-animation-delay : 437s; animation-delay : 437s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4371) { -webkit-animation-delay : 437.1s; animation-delay : 437.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4372) { -webkit-animation-delay : 437.2s; animation-delay : 437.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4373) { -webkit-animation-delay : 437.3s; animation-delay : 437.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4374) { -webkit-animation-delay : 437.4s; animation-delay : 437.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4375) { -webkit-animation-delay : 437.5s; animation-delay : 437.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4376) { -webkit-animation-delay : 437.6s; animation-delay : 437.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4377) { -webkit-animation-delay : 437.7s; animation-delay : 437.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4378) { -webkit-animation-delay : 437.8s; animation-delay : 437.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4379) { -webkit-animation-delay : 437.9s; animation-delay : 437.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4380) { -webkit-animation-delay : 438s; animation-delay : 438s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4381) { -webkit-animation-delay : 438.1s; animation-delay : 438.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4382) { -webkit-animation-delay : 438.2s; animation-delay : 438.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4383) { -webkit-animation-delay : 438.3s; animation-delay : 438.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4384) { -webkit-animation-delay : 438.4s; animation-delay : 438.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4385) { -webkit-animation-delay : 438.5s; animation-delay : 438.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4386) { -webkit-animation-delay : 438.6s; animation-delay : 438.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4387) { -webkit-animation-delay : 438.7s; animation-delay : 438.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4388) { -webkit-animation-delay : 438.8s; animation-delay : 438.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4389) { -webkit-animation-delay : 438.9s; animation-delay : 438.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4390) { -webkit-animation-delay : 439s; animation-delay : 439s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4391) { -webkit-animation-delay : 439.1s; animation-delay : 439.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4392) { -webkit-animation-delay : 439.2s; animation-delay : 439.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4393) { -webkit-animation-delay : 439.3s; animation-delay : 439.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4394) { -webkit-animation-delay : 439.4s; animation-delay : 439.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4395) { -webkit-animation-delay : 439.5s; animation-delay : 439.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4396) { -webkit-animation-delay : 439.6s; animation-delay : 439.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4397) { -webkit-animation-delay : 439.7s; animation-delay : 439.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4398) { -webkit-animation-delay : 439.8s; animation-delay : 439.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4399) { -webkit-animation-delay : 439.9s; animation-delay : 439.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4400) { -webkit-animation-delay : 440s; animation-delay : 440s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4401) { -webkit-animation-delay : 440.1s; animation-delay : 440.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4402) { -webkit-animation-delay : 440.2s; animation-delay : 440.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4403) { -webkit-animation-delay : 440.3s; animation-delay : 440.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4404) { -webkit-animation-delay : 440.4s; animation-delay : 440.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4405) { -webkit-animation-delay : 440.5s; animation-delay : 440.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4406) { -webkit-animation-delay : 440.6s; animation-delay : 440.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4407) { -webkit-animation-delay : 440.7s; animation-delay : 440.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4408) { -webkit-animation-delay : 440.8s; animation-delay : 440.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4409) { -webkit-animation-delay : 440.9s; animation-delay : 440.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4410) { -webkit-animation-delay : 441s; animation-delay : 441s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4411) { -webkit-animation-delay : 441.1s; animation-delay : 441.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4412) { -webkit-animation-delay : 441.2s; animation-delay : 441.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4413) { -webkit-animation-delay : 441.3s; animation-delay : 441.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4414) { -webkit-animation-delay : 441.4s; animation-delay : 441.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4415) { -webkit-animation-delay : 441.5s; animation-delay : 441.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4416) { -webkit-animation-delay : 441.6s; animation-delay : 441.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4417) { -webkit-animation-delay : 441.7s; animation-delay : 441.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4418) { -webkit-animation-delay : 441.8s; animation-delay : 441.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4419) { -webkit-animation-delay : 441.9s; animation-delay : 441.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4420) { -webkit-animation-delay : 442s; animation-delay : 442s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4421) { -webkit-animation-delay : 442.1s; animation-delay : 442.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4422) { -webkit-animation-delay : 442.2s; animation-delay : 442.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4423) { -webkit-animation-delay : 442.3s; animation-delay : 442.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4424) { -webkit-animation-delay : 442.4s; animation-delay : 442.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4425) { -webkit-animation-delay : 442.5s; animation-delay : 442.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4426) { -webkit-animation-delay : 442.6s; animation-delay : 442.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4427) { -webkit-animation-delay : 442.7s; animation-delay : 442.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4428) { -webkit-animation-delay : 442.8s; animation-delay : 442.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4429) { -webkit-animation-delay : 442.9s; animation-delay : 442.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4430) { -webkit-animation-delay : 443s; animation-delay : 443s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4431) { -webkit-animation-delay : 443.1s; animation-delay : 443.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4432) { -webkit-animation-delay : 443.2s; animation-delay : 443.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4433) { -webkit-animation-delay : 443.3s; animation-delay : 443.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4434) { -webkit-animation-delay : 443.4s; animation-delay : 443.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4435) { -webkit-animation-delay : 443.5s; animation-delay : 443.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4436) { -webkit-animation-delay : 443.6s; animation-delay : 443.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4437) { -webkit-animation-delay : 443.7s; animation-delay : 443.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4438) { -webkit-animation-delay : 443.8s; animation-delay : 443.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4439) { -webkit-animation-delay : 443.9s; animation-delay : 443.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4440) { -webkit-animation-delay : 444s; animation-delay : 444s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4441) { -webkit-animation-delay : 444.1s; animation-delay : 444.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4442) { -webkit-animation-delay : 444.2s; animation-delay : 444.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4443) { -webkit-animation-delay : 444.3s; animation-delay : 444.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4444) { -webkit-animation-delay : 444.4s; animation-delay : 444.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4445) { -webkit-animation-delay : 444.5s; animation-delay : 444.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4446) { -webkit-animation-delay : 444.6s; animation-delay : 444.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4447) { -webkit-animation-delay : 444.7s; animation-delay : 444.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4448) { -webkit-animation-delay : 444.8s; animation-delay : 444.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4449) { -webkit-animation-delay : 444.9s; animation-delay : 444.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4450) { -webkit-animation-delay : 445s; animation-delay : 445s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4451) { -webkit-animation-delay : 445.1s; animation-delay : 445.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4452) { -webkit-animation-delay : 445.2s; animation-delay : 445.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4453) { -webkit-animation-delay : 445.3s; animation-delay : 445.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4454) { -webkit-animation-delay : 445.4s; animation-delay : 445.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4455) { -webkit-animation-delay : 445.5s; animation-delay : 445.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4456) { -webkit-animation-delay : 445.6s; animation-delay : 445.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4457) { -webkit-animation-delay : 445.7s; animation-delay : 445.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4458) { -webkit-animation-delay : 445.8s; animation-delay : 445.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4459) { -webkit-animation-delay : 445.9s; animation-delay : 445.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4460) { -webkit-animation-delay : 446s; animation-delay : 446s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4461) { -webkit-animation-delay : 446.1s; animation-delay : 446.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4462) { -webkit-animation-delay : 446.2s; animation-delay : 446.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4463) { -webkit-animation-delay : 446.3s; animation-delay : 446.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4464) { -webkit-animation-delay : 446.4s; animation-delay : 446.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4465) { -webkit-animation-delay : 446.5s; animation-delay : 446.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4466) { -webkit-animation-delay : 446.6s; animation-delay : 446.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4467) { -webkit-animation-delay : 446.7s; animation-delay : 446.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4468) { -webkit-animation-delay : 446.8s; animation-delay : 446.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4469) { -webkit-animation-delay : 446.9s; animation-delay : 446.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4470) { -webkit-animation-delay : 447s; animation-delay : 447s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4471) { -webkit-animation-delay : 447.1s; animation-delay : 447.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4472) { -webkit-animation-delay : 447.2s; animation-delay : 447.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4473) { -webkit-animation-delay : 447.3s; animation-delay : 447.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4474) { -webkit-animation-delay : 447.4s; animation-delay : 447.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4475) { -webkit-animation-delay : 447.5s; animation-delay : 447.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4476) { -webkit-animation-delay : 447.6s; animation-delay : 447.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4477) { -webkit-animation-delay : 447.7s; animation-delay : 447.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4478) { -webkit-animation-delay : 447.8s; animation-delay : 447.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4479) { -webkit-animation-delay : 447.9s; animation-delay : 447.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4480) { -webkit-animation-delay : 448s; animation-delay : 448s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4481) { -webkit-animation-delay : 448.1s; animation-delay : 448.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4482) { -webkit-animation-delay : 448.2s; animation-delay : 448.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4483) { -webkit-animation-delay : 448.3s; animation-delay : 448.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4484) { -webkit-animation-delay : 448.4s; animation-delay : 448.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4485) { -webkit-animation-delay : 448.5s; animation-delay : 448.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4486) { -webkit-animation-delay : 448.6s; animation-delay : 448.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4487) { -webkit-animation-delay : 448.7s; animation-delay : 448.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4488) { -webkit-animation-delay : 448.8s; animation-delay : 448.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4489) { -webkit-animation-delay : 448.9s; animation-delay : 448.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4490) { -webkit-animation-delay : 449s; animation-delay : 449s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4491) { -webkit-animation-delay : 449.1s; animation-delay : 449.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4492) { -webkit-animation-delay : 449.2s; animation-delay : 449.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4493) { -webkit-animation-delay : 449.3s; animation-delay : 449.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4494) { -webkit-animation-delay : 449.4s; animation-delay : 449.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4495) { -webkit-animation-delay : 449.5s; animation-delay : 449.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4496) { -webkit-animation-delay : 449.6s; animation-delay : 449.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4497) { -webkit-animation-delay : 449.7s; animation-delay : 449.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4498) { -webkit-animation-delay : 449.8s; animation-delay : 449.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4499) { -webkit-animation-delay : 449.9s; animation-delay : 449.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4500) { -webkit-animation-delay : 450s; animation-delay : 450s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4501) { -webkit-animation-delay : 450.1s; animation-delay : 450.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4502) { -webkit-animation-delay : 450.2s; animation-delay : 450.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4503) { -webkit-animation-delay : 450.3s; animation-delay : 450.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4504) { -webkit-animation-delay : 450.4s; animation-delay : 450.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4505) { -webkit-animation-delay : 450.5s; animation-delay : 450.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4506) { -webkit-animation-delay : 450.6s; animation-delay : 450.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4507) { -webkit-animation-delay : 450.7s; animation-delay : 450.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4508) { -webkit-animation-delay : 450.8s; animation-delay : 450.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4509) { -webkit-animation-delay : 450.9s; animation-delay : 450.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4510) { -webkit-animation-delay : 451s; animation-delay : 451s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4511) { -webkit-animation-delay : 451.1s; animation-delay : 451.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4512) { -webkit-animation-delay : 451.2s; animation-delay : 451.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4513) { -webkit-animation-delay : 451.3s; animation-delay : 451.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4514) { -webkit-animation-delay : 451.4s; animation-delay : 451.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4515) { -webkit-animation-delay : 451.5s; animation-delay : 451.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4516) { -webkit-animation-delay : 451.6s; animation-delay : 451.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4517) { -webkit-animation-delay : 451.7s; animation-delay : 451.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4518) { -webkit-animation-delay : 451.8s; animation-delay : 451.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4519) { -webkit-animation-delay : 451.9s; animation-delay : 451.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4520) { -webkit-animation-delay : 452s; animation-delay : 452s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4521) { -webkit-animation-delay : 452.1s; animation-delay : 452.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4522) { -webkit-animation-delay : 452.2s; animation-delay : 452.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4523) { -webkit-animation-delay : 452.3s; animation-delay : 452.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4524) { -webkit-animation-delay : 452.4s; animation-delay : 452.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4525) { -webkit-animation-delay : 452.5s; animation-delay : 452.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4526) { -webkit-animation-delay : 452.6s; animation-delay : 452.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4527) { -webkit-animation-delay : 452.7s; animation-delay : 452.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4528) { -webkit-animation-delay : 452.8s; animation-delay : 452.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4529) { -webkit-animation-delay : 452.9s; animation-delay : 452.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4530) { -webkit-animation-delay : 453s; animation-delay : 453s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4531) { -webkit-animation-delay : 453.1s; animation-delay : 453.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4532) { -webkit-animation-delay : 453.2s; animation-delay : 453.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4533) { -webkit-animation-delay : 453.3s; animation-delay : 453.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4534) { -webkit-animation-delay : 453.4s; animation-delay : 453.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4535) { -webkit-animation-delay : 453.5s; animation-delay : 453.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4536) { -webkit-animation-delay : 453.6s; animation-delay : 453.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4537) { -webkit-animation-delay : 453.7s; animation-delay : 453.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4538) { -webkit-animation-delay : 453.8s; animation-delay : 453.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4539) { -webkit-animation-delay : 453.9s; animation-delay : 453.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4540) { -webkit-animation-delay : 454s; animation-delay : 454s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4541) { -webkit-animation-delay : 454.1s; animation-delay : 454.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4542) { -webkit-animation-delay : 454.2s; animation-delay : 454.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4543) { -webkit-animation-delay : 454.3s; animation-delay : 454.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4544) { -webkit-animation-delay : 454.4s; animation-delay : 454.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4545) { -webkit-animation-delay : 454.5s; animation-delay : 454.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4546) { -webkit-animation-delay : 454.6s; animation-delay : 454.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4547) { -webkit-animation-delay : 454.7s; animation-delay : 454.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4548) { -webkit-animation-delay : 454.8s; animation-delay : 454.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4549) { -webkit-animation-delay : 454.9s; animation-delay : 454.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4550) { -webkit-animation-delay : 455s; animation-delay : 455s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4551) { -webkit-animation-delay : 455.1s; animation-delay : 455.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4552) { -webkit-animation-delay : 455.2s; animation-delay : 455.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4553) { -webkit-animation-delay : 455.3s; animation-delay : 455.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4554) { -webkit-animation-delay : 455.4s; animation-delay : 455.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4555) { -webkit-animation-delay : 455.5s; animation-delay : 455.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4556) { -webkit-animation-delay : 455.6s; animation-delay : 455.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4557) { -webkit-animation-delay : 455.7s; animation-delay : 455.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4558) { -webkit-animation-delay : 455.8s; animation-delay : 455.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4559) { -webkit-animation-delay : 455.9s; animation-delay : 455.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4560) { -webkit-animation-delay : 456s; animation-delay : 456s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4561) { -webkit-animation-delay : 456.1s; animation-delay : 456.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4562) { -webkit-animation-delay : 456.2s; animation-delay : 456.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4563) { -webkit-animation-delay : 456.3s; animation-delay : 456.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4564) { -webkit-animation-delay : 456.4s; animation-delay : 456.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4565) { -webkit-animation-delay : 456.5s; animation-delay : 456.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4566) { -webkit-animation-delay : 456.6s; animation-delay : 456.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4567) { -webkit-animation-delay : 456.7s; animation-delay : 456.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4568) { -webkit-animation-delay : 456.8s; animation-delay : 456.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4569) { -webkit-animation-delay : 456.9s; animation-delay : 456.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4570) { -webkit-animation-delay : 457s; animation-delay : 457s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4571) { -webkit-animation-delay : 457.1s; animation-delay : 457.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4572) { -webkit-animation-delay : 457.2s; animation-delay : 457.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4573) { -webkit-animation-delay : 457.3s; animation-delay : 457.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4574) { -webkit-animation-delay : 457.4s; animation-delay : 457.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4575) { -webkit-animation-delay : 457.5s; animation-delay : 457.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4576) { -webkit-animation-delay : 457.6s; animation-delay : 457.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4577) { -webkit-animation-delay : 457.7s; animation-delay : 457.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4578) { -webkit-animation-delay : 457.8s; animation-delay : 457.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4579) { -webkit-animation-delay : 457.9s; animation-delay : 457.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4580) { -webkit-animation-delay : 458s; animation-delay : 458s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4581) { -webkit-animation-delay : 458.1s; animation-delay : 458.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4582) { -webkit-animation-delay : 458.2s; animation-delay : 458.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4583) { -webkit-animation-delay : 458.3s; animation-delay : 458.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4584) { -webkit-animation-delay : 458.4s; animation-delay : 458.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4585) { -webkit-animation-delay : 458.5s; animation-delay : 458.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4586) { -webkit-animation-delay : 458.6s; animation-delay : 458.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4587) { -webkit-animation-delay : 458.7s; animation-delay : 458.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4588) { -webkit-animation-delay : 458.8s; animation-delay : 458.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4589) { -webkit-animation-delay : 458.9s; animation-delay : 458.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4590) { -webkit-animation-delay : 459s; animation-delay : 459s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4591) { -webkit-animation-delay : 459.1s; animation-delay : 459.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4592) { -webkit-animation-delay : 459.2s; animation-delay : 459.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4593) { -webkit-animation-delay : 459.3s; animation-delay : 459.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4594) { -webkit-animation-delay : 459.4s; animation-delay : 459.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4595) { -webkit-animation-delay : 459.5s; animation-delay : 459.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4596) { -webkit-animation-delay : 459.6s; animation-delay : 459.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4597) { -webkit-animation-delay : 459.7s; animation-delay : 459.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4598) { -webkit-animation-delay : 459.8s; animation-delay : 459.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4599) { -webkit-animation-delay : 459.9s; animation-delay : 459.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4600) { -webkit-animation-delay : 460s; animation-delay : 460s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4601) { -webkit-animation-delay : 460.1s; animation-delay : 460.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4602) { -webkit-animation-delay : 460.2s; animation-delay : 460.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4603) { -webkit-animation-delay : 460.3s; animation-delay : 460.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4604) { -webkit-animation-delay : 460.4s; animation-delay : 460.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4605) { -webkit-animation-delay : 460.5s; animation-delay : 460.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4606) { -webkit-animation-delay : 460.6s; animation-delay : 460.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4607) { -webkit-animation-delay : 460.7s; animation-delay : 460.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4608) { -webkit-animation-delay : 460.8s; animation-delay : 460.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4609) { -webkit-animation-delay : 460.9s; animation-delay : 460.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4610) { -webkit-animation-delay : 461s; animation-delay : 461s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4611) { -webkit-animation-delay : 461.1s; animation-delay : 461.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4612) { -webkit-animation-delay : 461.2s; animation-delay : 461.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4613) { -webkit-animation-delay : 461.3s; animation-delay : 461.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4614) { -webkit-animation-delay : 461.4s; animation-delay : 461.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4615) { -webkit-animation-delay : 461.5s; animation-delay : 461.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4616) { -webkit-animation-delay : 461.6s; animation-delay : 461.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4617) { -webkit-animation-delay : 461.7s; animation-delay : 461.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4618) { -webkit-animation-delay : 461.8s; animation-delay : 461.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4619) { -webkit-animation-delay : 461.9s; animation-delay : 461.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4620) { -webkit-animation-delay : 462s; animation-delay : 462s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4621) { -webkit-animation-delay : 462.1s; animation-delay : 462.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4622) { -webkit-animation-delay : 462.2s; animation-delay : 462.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4623) { -webkit-animation-delay : 462.3s; animation-delay : 462.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4624) { -webkit-animation-delay : 462.4s; animation-delay : 462.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4625) { -webkit-animation-delay : 462.5s; animation-delay : 462.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4626) { -webkit-animation-delay : 462.6s; animation-delay : 462.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4627) { -webkit-animation-delay : 462.7s; animation-delay : 462.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4628) { -webkit-animation-delay : 462.8s; animation-delay : 462.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4629) { -webkit-animation-delay : 462.9s; animation-delay : 462.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4630) { -webkit-animation-delay : 463s; animation-delay : 463s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4631) { -webkit-animation-delay : 463.1s; animation-delay : 463.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4632) { -webkit-animation-delay : 463.2s; animation-delay : 463.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4633) { -webkit-animation-delay : 463.3s; animation-delay : 463.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4634) { -webkit-animation-delay : 463.4s; animation-delay : 463.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4635) { -webkit-animation-delay : 463.5s; animation-delay : 463.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4636) { -webkit-animation-delay : 463.6s; animation-delay : 463.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4637) { -webkit-animation-delay : 463.7s; animation-delay : 463.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4638) { -webkit-animation-delay : 463.8s; animation-delay : 463.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4639) { -webkit-animation-delay : 463.9s; animation-delay : 463.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4640) { -webkit-animation-delay : 464s; animation-delay : 464s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4641) { -webkit-animation-delay : 464.1s; animation-delay : 464.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4642) { -webkit-animation-delay : 464.2s; animation-delay : 464.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4643) { -webkit-animation-delay : 464.3s; animation-delay : 464.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4644) { -webkit-animation-delay : 464.4s; animation-delay : 464.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4645) { -webkit-animation-delay : 464.5s; animation-delay : 464.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4646) { -webkit-animation-delay : 464.6s; animation-delay : 464.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4647) { -webkit-animation-delay : 464.7s; animation-delay : 464.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4648) { -webkit-animation-delay : 464.8s; animation-delay : 464.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4649) { -webkit-animation-delay : 464.9s; animation-delay : 464.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4650) { -webkit-animation-delay : 465s; animation-delay : 465s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4651) { -webkit-animation-delay : 465.1s; animation-delay : 465.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4652) { -webkit-animation-delay : 465.2s; animation-delay : 465.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4653) { -webkit-animation-delay : 465.3s; animation-delay : 465.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4654) { -webkit-animation-delay : 465.4s; animation-delay : 465.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4655) { -webkit-animation-delay : 465.5s; animation-delay : 465.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4656) { -webkit-animation-delay : 465.6s; animation-delay : 465.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4657) { -webkit-animation-delay : 465.7s; animation-delay : 465.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4658) { -webkit-animation-delay : 465.8s; animation-delay : 465.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4659) { -webkit-animation-delay : 465.9s; animation-delay : 465.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4660) { -webkit-animation-delay : 466s; animation-delay : 466s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4661) { -webkit-animation-delay : 466.1s; animation-delay : 466.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4662) { -webkit-animation-delay : 466.2s; animation-delay : 466.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4663) { -webkit-animation-delay : 466.3s; animation-delay : 466.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4664) { -webkit-animation-delay : 466.4s; animation-delay : 466.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4665) { -webkit-animation-delay : 466.5s; animation-delay : 466.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4666) { -webkit-animation-delay : 466.6s; animation-delay : 466.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4667) { -webkit-animation-delay : 466.7s; animation-delay : 466.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4668) { -webkit-animation-delay : 466.8s; animation-delay : 466.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4669) { -webkit-animation-delay : 466.9s; animation-delay : 466.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4670) { -webkit-animation-delay : 467s; animation-delay : 467s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4671) { -webkit-animation-delay : 467.1s; animation-delay : 467.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4672) { -webkit-animation-delay : 467.2s; animation-delay : 467.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4673) { -webkit-animation-delay : 467.3s; animation-delay : 467.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4674) { -webkit-animation-delay : 467.4s; animation-delay : 467.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4675) { -webkit-animation-delay : 467.5s; animation-delay : 467.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4676) { -webkit-animation-delay : 467.6s; animation-delay : 467.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4677) { -webkit-animation-delay : 467.7s; animation-delay : 467.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4678) { -webkit-animation-delay : 467.8s; animation-delay : 467.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4679) { -webkit-animation-delay : 467.9s; animation-delay : 467.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4680) { -webkit-animation-delay : 468s; animation-delay : 468s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4681) { -webkit-animation-delay : 468.1s; animation-delay : 468.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4682) { -webkit-animation-delay : 468.2s; animation-delay : 468.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4683) { -webkit-animation-delay : 468.3s; animation-delay : 468.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4684) { -webkit-animation-delay : 468.4s; animation-delay : 468.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4685) { -webkit-animation-delay : 468.5s; animation-delay : 468.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4686) { -webkit-animation-delay : 468.6s; animation-delay : 468.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4687) { -webkit-animation-delay : 468.7s; animation-delay : 468.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4688) { -webkit-animation-delay : 468.8s; animation-delay : 468.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4689) { -webkit-animation-delay : 468.9s; animation-delay : 468.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4690) { -webkit-animation-delay : 469s; animation-delay : 469s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4691) { -webkit-animation-delay : 469.1s; animation-delay : 469.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4692) { -webkit-animation-delay : 469.2s; animation-delay : 469.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4693) { -webkit-animation-delay : 469.3s; animation-delay : 469.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4694) { -webkit-animation-delay : 469.4s; animation-delay : 469.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4695) { -webkit-animation-delay : 469.5s; animation-delay : 469.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4696) { -webkit-animation-delay : 469.6s; animation-delay : 469.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4697) { -webkit-animation-delay : 469.7s; animation-delay : 469.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4698) { -webkit-animation-delay : 469.8s; animation-delay : 469.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4699) { -webkit-animation-delay : 469.9s; animation-delay : 469.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4700) { -webkit-animation-delay : 470s; animation-delay : 470s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4701) { -webkit-animation-delay : 470.1s; animation-delay : 470.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4702) { -webkit-animation-delay : 470.2s; animation-delay : 470.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4703) { -webkit-animation-delay : 470.3s; animation-delay : 470.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4704) { -webkit-animation-delay : 470.4s; animation-delay : 470.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4705) { -webkit-animation-delay : 470.5s; animation-delay : 470.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4706) { -webkit-animation-delay : 470.6s; animation-delay : 470.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4707) { -webkit-animation-delay : 470.7s; animation-delay : 470.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4708) { -webkit-animation-delay : 470.8s; animation-delay : 470.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4709) { -webkit-animation-delay : 470.9s; animation-delay : 470.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4710) { -webkit-animation-delay : 471s; animation-delay : 471s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4711) { -webkit-animation-delay : 471.1s; animation-delay : 471.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4712) { -webkit-animation-delay : 471.2s; animation-delay : 471.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4713) { -webkit-animation-delay : 471.3s; animation-delay : 471.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4714) { -webkit-animation-delay : 471.4s; animation-delay : 471.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4715) { -webkit-animation-delay : 471.5s; animation-delay : 471.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4716) { -webkit-animation-delay : 471.6s; animation-delay : 471.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4717) { -webkit-animation-delay : 471.7s; animation-delay : 471.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4718) { -webkit-animation-delay : 471.8s; animation-delay : 471.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4719) { -webkit-animation-delay : 471.9s; animation-delay : 471.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4720) { -webkit-animation-delay : 472s; animation-delay : 472s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4721) { -webkit-animation-delay : 472.1s; animation-delay : 472.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4722) { -webkit-animation-delay : 472.2s; animation-delay : 472.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4723) { -webkit-animation-delay : 472.3s; animation-delay : 472.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4724) { -webkit-animation-delay : 472.4s; animation-delay : 472.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4725) { -webkit-animation-delay : 472.5s; animation-delay : 472.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4726) { -webkit-animation-delay : 472.6s; animation-delay : 472.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4727) { -webkit-animation-delay : 472.7s; animation-delay : 472.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4728) { -webkit-animation-delay : 472.8s; animation-delay : 472.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4729) { -webkit-animation-delay : 472.9s; animation-delay : 472.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4730) { -webkit-animation-delay : 473s; animation-delay : 473s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4731) { -webkit-animation-delay : 473.1s; animation-delay : 473.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4732) { -webkit-animation-delay : 473.2s; animation-delay : 473.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4733) { -webkit-animation-delay : 473.3s; animation-delay : 473.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4734) { -webkit-animation-delay : 473.4s; animation-delay : 473.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4735) { -webkit-animation-delay : 473.5s; animation-delay : 473.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4736) { -webkit-animation-delay : 473.6s; animation-delay : 473.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4737) { -webkit-animation-delay : 473.7s; animation-delay : 473.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4738) { -webkit-animation-delay : 473.8s; animation-delay : 473.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4739) { -webkit-animation-delay : 473.9s; animation-delay : 473.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4740) { -webkit-animation-delay : 474s; animation-delay : 474s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4741) { -webkit-animation-delay : 474.1s; animation-delay : 474.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4742) { -webkit-animation-delay : 474.2s; animation-delay : 474.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4743) { -webkit-animation-delay : 474.3s; animation-delay : 474.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4744) { -webkit-animation-delay : 474.4s; animation-delay : 474.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4745) { -webkit-animation-delay : 474.5s; animation-delay : 474.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4746) { -webkit-animation-delay : 474.6s; animation-delay : 474.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4747) { -webkit-animation-delay : 474.7s; animation-delay : 474.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4748) { -webkit-animation-delay : 474.8s; animation-delay : 474.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4749) { -webkit-animation-delay : 474.9s; animation-delay : 474.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4750) { -webkit-animation-delay : 475s; animation-delay : 475s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4751) { -webkit-animation-delay : 475.1s; animation-delay : 475.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4752) { -webkit-animation-delay : 475.2s; animation-delay : 475.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4753) { -webkit-animation-delay : 475.3s; animation-delay : 475.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4754) { -webkit-animation-delay : 475.4s; animation-delay : 475.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4755) { -webkit-animation-delay : 475.5s; animation-delay : 475.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4756) { -webkit-animation-delay : 475.6s; animation-delay : 475.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4757) { -webkit-animation-delay : 475.7s; animation-delay : 475.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4758) { -webkit-animation-delay : 475.8s; animation-delay : 475.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4759) { -webkit-animation-delay : 475.9s; animation-delay : 475.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4760) { -webkit-animation-delay : 476s; animation-delay : 476s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4761) { -webkit-animation-delay : 476.1s; animation-delay : 476.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4762) { -webkit-animation-delay : 476.2s; animation-delay : 476.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4763) { -webkit-animation-delay : 476.3s; animation-delay : 476.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4764) { -webkit-animation-delay : 476.4s; animation-delay : 476.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4765) { -webkit-animation-delay : 476.5s; animation-delay : 476.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4766) { -webkit-animation-delay : 476.6s; animation-delay : 476.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4767) { -webkit-animation-delay : 476.7s; animation-delay : 476.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4768) { -webkit-animation-delay : 476.8s; animation-delay : 476.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4769) { -webkit-animation-delay : 476.9s; animation-delay : 476.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4770) { -webkit-animation-delay : 477s; animation-delay : 477s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4771) { -webkit-animation-delay : 477.1s; animation-delay : 477.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4772) { -webkit-animation-delay : 477.2s; animation-delay : 477.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4773) { -webkit-animation-delay : 477.3s; animation-delay : 477.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4774) { -webkit-animation-delay : 477.4s; animation-delay : 477.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4775) { -webkit-animation-delay : 477.5s; animation-delay : 477.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4776) { -webkit-animation-delay : 477.6s; animation-delay : 477.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4777) { -webkit-animation-delay : 477.7s; animation-delay : 477.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4778) { -webkit-animation-delay : 477.8s; animation-delay : 477.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4779) { -webkit-animation-delay : 477.9s; animation-delay : 477.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4780) { -webkit-animation-delay : 478s; animation-delay : 478s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4781) { -webkit-animation-delay : 478.1s; animation-delay : 478.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4782) { -webkit-animation-delay : 478.2s; animation-delay : 478.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4783) { -webkit-animation-delay : 478.3s; animation-delay : 478.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4784) { -webkit-animation-delay : 478.4s; animation-delay : 478.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4785) { -webkit-animation-delay : 478.5s; animation-delay : 478.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4786) { -webkit-animation-delay : 478.6s; animation-delay : 478.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4787) { -webkit-animation-delay : 478.7s; animation-delay : 478.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4788) { -webkit-animation-delay : 478.8s; animation-delay : 478.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4789) { -webkit-animation-delay : 478.9s; animation-delay : 478.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4790) { -webkit-animation-delay : 479s; animation-delay : 479s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4791) { -webkit-animation-delay : 479.1s; animation-delay : 479.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4792) { -webkit-animation-delay : 479.2s; animation-delay : 479.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4793) { -webkit-animation-delay : 479.3s; animation-delay : 479.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4794) { -webkit-animation-delay : 479.4s; animation-delay : 479.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4795) { -webkit-animation-delay : 479.5s; animation-delay : 479.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4796) { -webkit-animation-delay : 479.6s; animation-delay : 479.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4797) { -webkit-animation-delay : 479.7s; animation-delay : 479.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4798) { -webkit-animation-delay : 479.8s; animation-delay : 479.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4799) { -webkit-animation-delay : 479.9s; animation-delay : 479.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4800) { -webkit-animation-delay : 480s; animation-delay : 480s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4801) { -webkit-animation-delay : 480.1s; animation-delay : 480.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4802) { -webkit-animation-delay : 480.2s; animation-delay : 480.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4803) { -webkit-animation-delay : 480.3s; animation-delay : 480.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4804) { -webkit-animation-delay : 480.4s; animation-delay : 480.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4805) { -webkit-animation-delay : 480.5s; animation-delay : 480.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4806) { -webkit-animation-delay : 480.6s; animation-delay : 480.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4807) { -webkit-animation-delay : 480.7s; animation-delay : 480.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4808) { -webkit-animation-delay : 480.8s; animation-delay : 480.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4809) { -webkit-animation-delay : 480.9s; animation-delay : 480.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4810) { -webkit-animation-delay : 481s; animation-delay : 481s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4811) { -webkit-animation-delay : 481.1s; animation-delay : 481.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4812) { -webkit-animation-delay : 481.2s; animation-delay : 481.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4813) { -webkit-animation-delay : 481.3s; animation-delay : 481.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4814) { -webkit-animation-delay : 481.4s; animation-delay : 481.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4815) { -webkit-animation-delay : 481.5s; animation-delay : 481.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4816) { -webkit-animation-delay : 481.6s; animation-delay : 481.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4817) { -webkit-animation-delay : 481.7s; animation-delay : 481.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4818) { -webkit-animation-delay : 481.8s; animation-delay : 481.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4819) { -webkit-animation-delay : 481.9s; animation-delay : 481.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4820) { -webkit-animation-delay : 482s; animation-delay : 482s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4821) { -webkit-animation-delay : 482.1s; animation-delay : 482.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4822) { -webkit-animation-delay : 482.2s; animation-delay : 482.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4823) { -webkit-animation-delay : 482.3s; animation-delay : 482.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4824) { -webkit-animation-delay : 482.4s; animation-delay : 482.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4825) { -webkit-animation-delay : 482.5s; animation-delay : 482.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4826) { -webkit-animation-delay : 482.6s; animation-delay : 482.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4827) { -webkit-animation-delay : 482.7s; animation-delay : 482.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4828) { -webkit-animation-delay : 482.8s; animation-delay : 482.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4829) { -webkit-animation-delay : 482.9s; animation-delay : 482.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4830) { -webkit-animation-delay : 483s; animation-delay : 483s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4831) { -webkit-animation-delay : 483.1s; animation-delay : 483.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4832) { -webkit-animation-delay : 483.2s; animation-delay : 483.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4833) { -webkit-animation-delay : 483.3s; animation-delay : 483.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4834) { -webkit-animation-delay : 483.4s; animation-delay : 483.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4835) { -webkit-animation-delay : 483.5s; animation-delay : 483.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4836) { -webkit-animation-delay : 483.6s; animation-delay : 483.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4837) { -webkit-animation-delay : 483.7s; animation-delay : 483.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4838) { -webkit-animation-delay : 483.8s; animation-delay : 483.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4839) { -webkit-animation-delay : 483.9s; animation-delay : 483.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4840) { -webkit-animation-delay : 484s; animation-delay : 484s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4841) { -webkit-animation-delay : 484.1s; animation-delay : 484.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4842) { -webkit-animation-delay : 484.2s; animation-delay : 484.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4843) { -webkit-animation-delay : 484.3s; animation-delay : 484.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4844) { -webkit-animation-delay : 484.4s; animation-delay : 484.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4845) { -webkit-animation-delay : 484.5s; animation-delay : 484.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4846) { -webkit-animation-delay : 484.6s; animation-delay : 484.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4847) { -webkit-animation-delay : 484.7s; animation-delay : 484.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4848) { -webkit-animation-delay : 484.8s; animation-delay : 484.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4849) { -webkit-animation-delay : 484.9s; animation-delay : 484.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4850) { -webkit-animation-delay : 485s; animation-delay : 485s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4851) { -webkit-animation-delay : 485.1s; animation-delay : 485.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4852) { -webkit-animation-delay : 485.2s; animation-delay : 485.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4853) { -webkit-animation-delay : 485.3s; animation-delay : 485.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4854) { -webkit-animation-delay : 485.4s; animation-delay : 485.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4855) { -webkit-animation-delay : 485.5s; animation-delay : 485.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4856) { -webkit-animation-delay : 485.6s; animation-delay : 485.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4857) { -webkit-animation-delay : 485.7s; animation-delay : 485.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4858) { -webkit-animation-delay : 485.8s; animation-delay : 485.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4859) { -webkit-animation-delay : 485.9s; animation-delay : 485.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4860) { -webkit-animation-delay : 486s; animation-delay : 486s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4861) { -webkit-animation-delay : 486.1s; animation-delay : 486.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4862) { -webkit-animation-delay : 486.2s; animation-delay : 486.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4863) { -webkit-animation-delay : 486.3s; animation-delay : 486.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4864) { -webkit-animation-delay : 486.4s; animation-delay : 486.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4865) { -webkit-animation-delay : 486.5s; animation-delay : 486.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4866) { -webkit-animation-delay : 486.6s; animation-delay : 486.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4867) { -webkit-animation-delay : 486.7s; animation-delay : 486.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4868) { -webkit-animation-delay : 486.8s; animation-delay : 486.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4869) { -webkit-animation-delay : 486.9s; animation-delay : 486.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4870) { -webkit-animation-delay : 487s; animation-delay : 487s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4871) { -webkit-animation-delay : 487.1s; animation-delay : 487.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4872) { -webkit-animation-delay : 487.2s; animation-delay : 487.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4873) { -webkit-animation-delay : 487.3s; animation-delay : 487.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4874) { -webkit-animation-delay : 487.4s; animation-delay : 487.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4875) { -webkit-animation-delay : 487.5s; animation-delay : 487.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4876) { -webkit-animation-delay : 487.6s; animation-delay : 487.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4877) { -webkit-animation-delay : 487.7s; animation-delay : 487.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4878) { -webkit-animation-delay : 487.8s; animation-delay : 487.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4879) { -webkit-animation-delay : 487.9s; animation-delay : 487.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4880) { -webkit-animation-delay : 488s; animation-delay : 488s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4881) { -webkit-animation-delay : 488.1s; animation-delay : 488.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4882) { -webkit-animation-delay : 488.2s; animation-delay : 488.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4883) { -webkit-animation-delay : 488.3s; animation-delay : 488.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4884) { -webkit-animation-delay : 488.4s; animation-delay : 488.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4885) { -webkit-animation-delay : 488.5s; animation-delay : 488.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4886) { -webkit-animation-delay : 488.6s; animation-delay : 488.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4887) { -webkit-animation-delay : 488.7s; animation-delay : 488.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4888) { -webkit-animation-delay : 488.8s; animation-delay : 488.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4889) { -webkit-animation-delay : 488.9s; animation-delay : 488.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4890) { -webkit-animation-delay : 489s; animation-delay : 489s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4891) { -webkit-animation-delay : 489.1s; animation-delay : 489.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4892) { -webkit-animation-delay : 489.2s; animation-delay : 489.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4893) { -webkit-animation-delay : 489.3s; animation-delay : 489.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4894) { -webkit-animation-delay : 489.4s; animation-delay : 489.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4895) { -webkit-animation-delay : 489.5s; animation-delay : 489.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4896) { -webkit-animation-delay : 489.6s; animation-delay : 489.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4897) { -webkit-animation-delay : 489.7s; animation-delay : 489.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4898) { -webkit-animation-delay : 489.8s; animation-delay : 489.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4899) { -webkit-animation-delay : 489.9s; animation-delay : 489.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4900) { -webkit-animation-delay : 490s; animation-delay : 490s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4901) { -webkit-animation-delay : 490.1s; animation-delay : 490.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4902) { -webkit-animation-delay : 490.2s; animation-delay : 490.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4903) { -webkit-animation-delay : 490.3s; animation-delay : 490.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4904) { -webkit-animation-delay : 490.4s; animation-delay : 490.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4905) { -webkit-animation-delay : 490.5s; animation-delay : 490.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4906) { -webkit-animation-delay : 490.6s; animation-delay : 490.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4907) { -webkit-animation-delay : 490.7s; animation-delay : 490.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4908) { -webkit-animation-delay : 490.8s; animation-delay : 490.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4909) { -webkit-animation-delay : 490.9s; animation-delay : 490.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4910) { -webkit-animation-delay : 491s; animation-delay : 491s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4911) { -webkit-animation-delay : 491.1s; animation-delay : 491.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4912) { -webkit-animation-delay : 491.2s; animation-delay : 491.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4913) { -webkit-animation-delay : 491.3s; animation-delay : 491.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4914) { -webkit-animation-delay : 491.4s; animation-delay : 491.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4915) { -webkit-animation-delay : 491.5s; animation-delay : 491.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4916) { -webkit-animation-delay : 491.6s; animation-delay : 491.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4917) { -webkit-animation-delay : 491.7s; animation-delay : 491.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4918) { -webkit-animation-delay : 491.8s; animation-delay : 491.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4919) { -webkit-animation-delay : 491.9s; animation-delay : 491.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4920) { -webkit-animation-delay : 492s; animation-delay : 492s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4921) { -webkit-animation-delay : 492.1s; animation-delay : 492.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4922) { -webkit-animation-delay : 492.2s; animation-delay : 492.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4923) { -webkit-animation-delay : 492.3s; animation-delay : 492.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4924) { -webkit-animation-delay : 492.4s; animation-delay : 492.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4925) { -webkit-animation-delay : 492.5s; animation-delay : 492.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4926) { -webkit-animation-delay : 492.6s; animation-delay : 492.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4927) { -webkit-animation-delay : 492.7s; animation-delay : 492.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4928) { -webkit-animation-delay : 492.8s; animation-delay : 492.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4929) { -webkit-animation-delay : 492.9s; animation-delay : 492.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4930) { -webkit-animation-delay : 493s; animation-delay : 493s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4931) { -webkit-animation-delay : 493.1s; animation-delay : 493.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4932) { -webkit-animation-delay : 493.2s; animation-delay : 493.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4933) { -webkit-animation-delay : 493.3s; animation-delay : 493.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4934) { -webkit-animation-delay : 493.4s; animation-delay : 493.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4935) { -webkit-animation-delay : 493.5s; animation-delay : 493.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4936) { -webkit-animation-delay : 493.6s; animation-delay : 493.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4937) { -webkit-animation-delay : 493.7s; animation-delay : 493.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4938) { -webkit-animation-delay : 493.8s; animation-delay : 493.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4939) { -webkit-animation-delay : 493.9s; animation-delay : 493.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4940) { -webkit-animation-delay : 494s; animation-delay : 494s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4941) { -webkit-animation-delay : 494.1s; animation-delay : 494.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4942) { -webkit-animation-delay : 494.2s; animation-delay : 494.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4943) { -webkit-animation-delay : 494.3s; animation-delay : 494.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4944) { -webkit-animation-delay : 494.4s; animation-delay : 494.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4945) { -webkit-animation-delay : 494.5s; animation-delay : 494.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4946) { -webkit-animation-delay : 494.6s; animation-delay : 494.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4947) { -webkit-animation-delay : 494.7s; animation-delay : 494.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4948) { -webkit-animation-delay : 494.8s; animation-delay : 494.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4949) { -webkit-animation-delay : 494.9s; animation-delay : 494.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4950) { -webkit-animation-delay : 495s; animation-delay : 495s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4951) { -webkit-animation-delay : 495.1s; animation-delay : 495.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4952) { -webkit-animation-delay : 495.2s; animation-delay : 495.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4953) { -webkit-animation-delay : 495.3s; animation-delay : 495.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4954) { -webkit-animation-delay : 495.4s; animation-delay : 495.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4955) { -webkit-animation-delay : 495.5s; animation-delay : 495.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4956) { -webkit-animation-delay : 495.6s; animation-delay : 495.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4957) { -webkit-animation-delay : 495.7s; animation-delay : 495.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4958) { -webkit-animation-delay : 495.8s; animation-delay : 495.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4959) { -webkit-animation-delay : 495.9s; animation-delay : 495.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4960) { -webkit-animation-delay : 496s; animation-delay : 496s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4961) { -webkit-animation-delay : 496.1s; animation-delay : 496.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4962) { -webkit-animation-delay : 496.2s; animation-delay : 496.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4963) { -webkit-animation-delay : 496.3s; animation-delay : 496.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4964) { -webkit-animation-delay : 496.4s; animation-delay : 496.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4965) { -webkit-animation-delay : 496.5s; animation-delay : 496.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4966) { -webkit-animation-delay : 496.6s; animation-delay : 496.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4967) { -webkit-animation-delay : 496.7s; animation-delay : 496.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4968) { -webkit-animation-delay : 496.8s; animation-delay : 496.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4969) { -webkit-animation-delay : 496.9s; animation-delay : 496.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4970) { -webkit-animation-delay : 497s; animation-delay : 497s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4971) { -webkit-animation-delay : 497.1s; animation-delay : 497.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4972) { -webkit-animation-delay : 497.2s; animation-delay : 497.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4973) { -webkit-animation-delay : 497.3s; animation-delay : 497.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4974) { -webkit-animation-delay : 497.4s; animation-delay : 497.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4975) { -webkit-animation-delay : 497.5s; animation-delay : 497.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4976) { -webkit-animation-delay : 497.6s; animation-delay : 497.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4977) { -webkit-animation-delay : 497.7s; animation-delay : 497.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4978) { -webkit-animation-delay : 497.8s; animation-delay : 497.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4979) { -webkit-animation-delay : 497.9s; animation-delay : 497.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4980) { -webkit-animation-delay : 498s; animation-delay : 498s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4981) { -webkit-animation-delay : 498.1s; animation-delay : 498.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4982) { -webkit-animation-delay : 498.2s; animation-delay : 498.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4983) { -webkit-animation-delay : 498.3s; animation-delay : 498.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4984) { -webkit-animation-delay : 498.4s; animation-delay : 498.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4985) { -webkit-animation-delay : 498.5s; animation-delay : 498.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4986) { -webkit-animation-delay : 498.6s; animation-delay : 498.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4987) { -webkit-animation-delay : 498.7s; animation-delay : 498.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4988) { -webkit-animation-delay : 498.8s; animation-delay : 498.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4989) { -webkit-animation-delay : 498.9s; animation-delay : 498.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4990) { -webkit-animation-delay : 499s; animation-delay : 499s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4991) { -webkit-animation-delay : 499.1s; animation-delay : 499.1s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4992) { -webkit-animation-delay : 499.2s; animation-delay : 499.2s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4993) { -webkit-animation-delay : 499.3s; animation-delay : 499.3s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4994) { -webkit-animation-delay : 499.4s; animation-delay : 499.4s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4995) { -webkit-animation-delay : 499.5s; animation-delay : 499.5s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4996) { -webkit-animation-delay : 499.6s; animation-delay : 499.6s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4997) { -webkit-animation-delay : 499.7s; animation-delay : 499.7s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4998) { -webkit-animation-delay : 499.8s; animation-delay : 499.8s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(4999) { -webkit-animation-delay : 499.9s; animation-delay : 499.9s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .todo-task-list-wrapper li:nth-child(5000) { -webkit-animation-delay : 500s; animation-delay : 500s; } .todo-application .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list .completed .todo-title { text-decoration : line-through; } .todo-application .content-right .todo-app-list-wrapper .no-results { /* When searching for item and no-results found */ display : none; padding : 1.5rem; text-align : center; } .todo-application .content-right .todo-app-list-wrapper .no-results.show { display : block; } .todo-application .content-right .app-content-overlay { /* Content area overlay */ top : 0; right : 0; left : 0; bottom : 0; position : absolute; display : block; z-index : 4; visibility : hidden; opacity : 0; -webkit-transition : all 0.3s ease; transition : all 0.3s ease; } .todo-application .content-right .app-content-overlay.show { visibility : visible; -webkit-transition : all 0.3s ease; transition : all 0.3s ease; opacity : 1; background-color : rgba(0, 0, 0, 0.2); border-radius : 0.25rem; } .todo-application.horizontal-layout { height : auto !important; } .todo-application.horizontal-layout .sidebar .todo-sidebar { height : calc(100vh - 16.5rem); } .todo-application.horizontal-layout .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list { height : calc(100% - 2.4rem); } .todo-application.horizontal-layout .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list { height : calc(100vh - 17.5rem); } .todo-application.horizontal-layout .todo-new-task-sidebar { height : calc(100vh - 13.7rem); bottom : 0.1rem; position : absolute; } .todo-application.horizontal-layout.horizontal-menu-padding .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list { height : calc(100vh - 19rem); } .todo-application.horizontal-layout.horizontal-menu-padding .todo-new-task-sidebar { height : calc(100vh - 15.2rem); } .todo-application.horizontal-layout.horizontal-menu-padding .content-header { margin-bottom : 0; } @-webkit-keyframes fadeIn { 0% { opacity : 0; top : 100px; } 75% { opacity : 0.5; top : 0; } 100% { opacity : 1; } } @keyframes fadeIn { 0% { opacity : 0; top : 100px; } 75% { opacity : 0.5; top : 0; } 100% { opacity : 1; } } @media (max-width: 575.98px) { .todo-application .todo-new-task-sidebar { width : auto; left : calc(100% - 88%) !important; } .todo-application .todo-new-task-sidebar.show { -webkit-transform : translateX(-8%) translateY(1px); -ms-transform : translateX(-8%) translateY(1px); transform : translateX(-8%) translateY(1px); } .todo-application .todo-new-task-sidebar .assigned { -webkit-flex-wrap : wrap; -ms-flex-wrap : wrap; flex-wrap : wrap; } } @media (max-width: 767.98px) { .todo-application .todo-sidebar .sidebar-close-icon { visibility : visible !important; } .todo-application .todo-new-task-sidebar { left : 2.4rem !important; } } @media (max-width: 991.98px) { .todo-application .app-content .sidebar-left .todo-sidebar { /* sidebar menu position on medium screeen */ -webkit-transform : translateX(130%); -ms-transform : translateX(130%); transform : translateX(130%); -webkit-transition : all 0.3s ease-in-out; transition : all 0.3s ease-in-out; background-color : #FFFFFF; right : 0; position : absolute; z-index : 5; bottom : 0; height : calc(100vh - 8.4rem); } .todo-application .app-content .sidebar-left.show .todo-sidebar { -webkit-transform : translateX(0); -ms-transform : translateX(0); transform : translateX(0); } .todo-application .app-content .content-right { width : 100% !important; } .todo-application .app-content .content-right .todo-app-list-wrapper { border-right : 0; } .todo-application .app-content .todo-app-list .todo-task-list { position : relative; height : calc(100vh - 12.9rem); } } @media screen and (max-width: 675px) { .todo-task-list-wrapper .todo-item .todo-title-wrapper { -webkit-flex-wrap : wrap; -ms-flex-wrap : wrap; flex-wrap : wrap; } .todo-task-list-wrapper .todo-item .todo-title-wrapper .todo-title-area { width : 100% !important; } } @media (max-width: 349.98px) { .todo-application .sidebar .todo-sidebar { width : 230px; } } @media (max-width: 1200px) { .todo-application.horizontal-menu-padding .app-content .todo-task-list { height : calc(100vh - 13.6rem); } .todo-application.horizontal-menu-padding .app-content .todo-sidebar { height : calc(100vh - 9.6rem); } .todo-application.horizontal-menu-padding .app-content .todo-new-task-sidebar { height : calc(100vh - 9.7rem); bottom : 0rem; } .todo-application.horizontal-menu-padding .app-content .sidebar-left .todo-sidebar { height : calc(100vh - 9.6rem); } .todo-application.horizontal-menu-padding .app-content .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list { height : calc(100vh - 13.6rem); } .todo-application.horizontal-layout { height : auto !important; } .todo-application.horizontal-layout .sidebar .todo-sidebar { height : calc(100vh - 8.35rem); } .todo-application.horizontal-layout .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list { height : calc(100% - 2.4rem); } .todo-application.horizontal-layout .content-right .todo-app-list-wrapper .todo-app-list .todo-task-list { height : calc(100vh - 12.12rem); } .todo-application.horizontal-layout .todo-new-task-sidebar { height : calc(100vh - 8.3rem); } } span { font-size : 1rem; } .todo-sort .btn:focus { color : #000000; }