diff --git a/www/assets2/css/bootstrap-extended.css b/www/assets2/css/bootstrap-extended.css
new file mode 100644
index 0000000..4309755
--- /dev/null
+++ b/www/assets2/css/bootstrap-extended.css
@@ -0,0 +1,3666 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+a:focus {
+ outline : none;
+}
+
+.font-small-1 {
+ font-size : 0.7rem !important;
+}
+
+.font-small-2 {
+ font-size : 0.8rem !important;
+}
+
+.font-small-3 {
+ font-size : 0.9rem !important;
+}
+
+.font-medium-1 {
+ font-size : 1.1rem !important;
+}
+
+.font-medium-2 {
+ font-size : 1.2rem !important;
+}
+
+.font-medium-3 {
+ font-size : 1.3rem !important;
+}
+
+.font-medium-4 {
+ font-size : 1.4rem !important;
+}
+
+.font-medium-5 {
+ font-size : 1.5rem !important;
+}
+
+.font-large-1 {
+ font-size : 2rem !important;
+}
+
+.font-large-2 {
+ font-size : 3rem !important;
+}
+
+.font-large-3 {
+ font-size : 4rem !important;
+}
+
+.font-large-4 {
+ font-size : 5rem !important;
+}
+
+.font-large-5 {
+ font-size : 6rem !important;
+}
+
+.text-bold-300 {
+ font-weight : 300;
+}
+
+.text-bold-400 {
+ font-weight : 400;
+}
+
+.text-bold-500 {
+ font-weight : 500;
+}
+
+.text-bold-600 {
+ font-weight : 600;
+}
+
+.text-bold-700 {
+ font-weight : 700;
+}
+
+.text-italic {
+ font-style : italic;
+}
+
+.text-highlight {
+ padding : 4px 6px;
+}
+
+code {
+ padding : 0.1rem 0.4rem;
+ font-size : 90%;
+ color : #E83E8C;
+ background-color : #EEEEEE;
+ border-radius : 0.25rem;
+}
+
+pre {
+ background-color : #F7F7F9;
+}
+pre code {
+ background-color : transparent !important;
+}
+
+.bd-example-row .row + .row {
+ margin-top : 1rem;
+}
+
+.bd-example-row .row > .col, .bd-example-row .row > [class^='col-'] {
+ padding-top : 0.75rem;
+ padding-bottom : 0.75rem;
+ background-color : rgba(86, 61, 124, 0.15);
+ border : 1px solid rgba(86, 61, 124, 0.2);
+}
+
+.bd-example-row .flex-items-top, .bd-example-row .flex-items-middle, .bd-example-row .flex-items-bottom {
+ min-height : 6rem;
+ background-color : rgba(255, 0, 0, 0.1);
+}
+
+.bd-example-row-flex-cols .row {
+ min-height : 10rem;
+ background-color : rgba(255, 0, 0, 0.1);
+}
+
+.bd-highlight {
+ background-color : rgba(86, 61, 124, 0.15);
+ border : 1px solid rgba(86, 61, 124, 0.15);
+}
+
+.example-container {
+ width : 800px;
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+ margin-right : auto;
+ margin-left : auto;
+}
+
+.example-row {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ margin-right : -14px;
+ margin-left : -14px;
+}
+
+.example-content-main {
+ position : relative;
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+}
+@media (min-width: 576px) {
+ .example-content-main {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+}
+@media (min-width: 992px) {
+ .example-content-main {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+ }
+}
+
+.example-content-secondary {
+ position : relative;
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+}
+@media (min-width: 576px) {
+ .example-content-secondary {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+}
+@media (min-width: 992px) {
+ .example-content-secondary {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+ }
+}
+
+.table-white-space th, .table-white-space td {
+ white-space : nowrap;
+}
+
+.table thead th {
+ vertical-align : top;
+}
+
+.table th, .table td {
+ padding : 1rem;
+ vertical-align : middle;
+}
+
+.table th {
+ font-size : 0.85rem;
+}
+
+.table-inverse {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+}
+
+.table-hover-animation {
+ background-color : #F8F8F8;
+}
+.table-hover-animation thead th {
+ border-top : 2px solid #F8F8F8;
+ border-bottom : 0;
+ background-color : #FFFFFF;
+}
+.table-hover-animation th, .table-hover-animation td {
+ border : 0;
+}
+.table-hover-animation tbody tr {
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ background-color : #FFFFFF;
+}
+.table-hover-animation tbody tr:hover {
+ -webkit-transform : translateY(-4px);
+ -ms-transform : translateY(-4px);
+ transform : translateY(-4px);
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .table-hover-animation tr:hover {
+ border-bottom-color : #F8F8F8;
+ }
+}
+
+.form-control::-webkit-input-placeholder {
+ font-size : 0.85rem;
+ color : rgba(34, 41, 47, 0.4);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control::-moz-placeholder {
+ font-size : 0.85rem;
+ color : rgba(34, 41, 47, 0.4);
+ -moz-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:-ms-input-placeholder {
+ font-size : 0.85rem;
+ color : rgba(34, 41, 47, 0.4);
+ -ms-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control::-ms-input-placeholder {
+ font-size : 0.85rem;
+ color : rgba(34, 41, 47, 0.4);
+ -ms-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control::placeholder {
+ font-size : 0.85rem;
+ color : rgba(34, 41, 47, 0.4);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:-ms-input-placeholder {
+ color : #C5C5C5;
+}
+
+.form-control:focus::-webkit-input-placeholder {
+ -webkit-transform : translate(5px);
+ transform : translate(5px);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:focus::-moz-placeholder {
+ transform : translate(5px);
+ -moz-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:focus:-ms-input-placeholder {
+ -ms-transform : translate(5px);
+ transform : translate(5px);
+ -ms-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:focus::-ms-input-placeholder {
+ -ms-transform : translate(5px);
+ transform : translate(5px);
+ -ms-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:focus::placeholder {
+ -webkit-transform : translate(5px);
+ -ms-transform : translate(5px);
+ transform : translate(5px);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+
+.form-control:focus ~ .form-control-position i {
+ color : #7367F0;
+}
+
+/* Form specific Scss */
+label {
+ color : #464646;
+ font-size : 0.85rem;
+ margin-bottom : 0;
+ padding-left : 0.2rem;
+}
+
+textarea.form-control {
+ line-height : 1.6rem;
+ font-size : 1rem;
+}
+
+.form-group {
+ margin-bottom : 1.5rem;
+}
+
+.form-control {
+ border : 1px solid #D9D9D9;
+ color : #5F5F5F;
+}
+
+.form-section {
+ color : #B8C2CC;
+ line-height : 3rem;
+ margin-bottom : 20px;
+ border-bottom : 1px solid #B8C2CC;
+}
+.form-section i {
+ font-size : 20px;
+ margin-left : 5px;
+ margin-right : 10px;
+}
+
+/* .form-body{
+ overflow: hidden;
+} */
+.form-actions {
+ border-top : 1px solid #DFDFDF;
+ padding : 20px 0;
+ margin-top : 20px;
+}
+.form-actions.filled {
+ background-color : #F8F8F8;
+}
+.form-actions.center {
+ text-align : center;
+}
+.form-actions.right {
+ text-align : right;
+}
+.form-actions.top {
+ border-top : 0;
+ border-bottom : 1px solid #DFDFDF;
+ margin-top : 0;
+ margin-bottom : 20px;
+}
+@media (max-width: 767.98px) {
+ .form-actions .buttons-group {
+ float : left !important;
+ margin-bottom : 10px;
+ }
+}
+
+@media (min-width: 576px) {
+ .form-horizontal .form-group .label-control {
+ text-align : right;
+ }
+}
+
+.form-control.form-control-lg {
+ padding : 1rem;
+}
+.form-control.form-control-lg::-webkit-input-placeholder {
+ font-size : 1.25rem;
+}
+.form-control.form-control-lg::-moz-placeholder {
+ font-size : 1.25rem;
+}
+.form-control.form-control-lg:-ms-input-placeholder {
+ font-size : 1.25rem;
+}
+.form-control.form-control-lg::-ms-input-placeholder {
+ font-size : 1.25rem;
+}
+.form-control.form-control-lg::placeholder {
+ font-size : 1.25rem;
+}
+
+.form-control.form-control-sm {
+ padding : 0.6rem;
+}
+.form-control.form-control-sm::-webkit-input-placeholder {
+ font-size : 0.7rem;
+}
+.form-control.form-control-sm::-moz-placeholder {
+ font-size : 0.7rem;
+}
+.form-control.form-control-sm:-ms-input-placeholder {
+ font-size : 0.7rem;
+}
+.form-control.form-control-sm::-ms-input-placeholder {
+ font-size : 0.7rem;
+}
+.form-control.form-control-sm::placeholder {
+ font-size : 0.7rem;
+}
+
+.custom-file-label {
+ padding : 0.375rem 0.75rem;
+}
+.custom-file-label::after {
+ padding : 0.375rem 0.75rem;
+ height : auto;
+}
+
+select.form-control:not([multiple='multiple']) {
+ background-image : url('../../app-assets/images/pages/arrow-down.png');
+ background-position : calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
+ background-size : 12px 12px, 10px 10px;
+ background-repeat : no-repeat;
+ -webkit-appearance : none;
+ -moz-appearance : none;
+ padding-right : 1.5rem;
+}
+
+.custom-select {
+ -moz-appearance : none;
+ -webkit-appearance : none;
+}
+
+.input-group-addon {
+ background-color : #ECEFF1;
+ border-color : #BABFC7;
+}
+
+.custom-control-label::before, .custom-control-label::after {
+ width : 1.143rem;
+ height : 1.143rem;
+ top : 0.08rem;
+}
+
+.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+
+/* Floating label Group */
+.form-label-group {
+ position : relative;
+ margin-bottom : 1.5rem;
+}
+.form-label-group .form-control-lg ~ label {
+ font-size : 1.25rem;
+ padding : 1rem;
+}
+.form-label-group .form-control-sm ~ label {
+ font-size : 0.7rem;
+}
+.form-label-group > label {
+ position : absolute;
+ top : 0;
+ left : 0;
+ display : block;
+ -webkit-transition : all 0.25s ease-in-out;
+ transition : all 0.25s ease-in-out;
+ padding : 0.6rem;
+ pointer-events : none;
+ cursor : text;
+ color : rgba(34, 41, 47, 0.4);
+ font-size : 0.85rem;
+ opacity : 0;
+}
+.form-label-group > input, .form-label-group textarea {
+ padding : 0.6rem;
+}
+.form-label-group > input:focus:not(:placeholder-shown) ~ label, .form-label-group > input:not(:active):not(:placeholder-shown) ~ label, .form-label-group textarea:focus:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
+ color : #7367F0 !important;
+ -webkit-transition : all 0.25s ease-in-out;
+ transition : all 0.25s ease-in-out;
+ opacity : 1;
+}
+.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, .form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
+ color : rgba(34, 41, 47, 0.4) !important;
+}
+.form-label-group > input:not(:placeholder-shown) ~ label, .form-label-group textarea:not(:placeholder-shown) ~ label {
+ padding : 0.25rem 0;
+ font-size : 0.7rem;
+ top : -20px;
+ left : 3px;
+}
+.form-label-group.has-icon-left > label {
+ left : 36px;
+}
+
+/* Vuexy Custom Checkbox */
+.vs-checkbox-con {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ margin : 0.25rem 0;
+}
+.vs-checkbox-con input {
+ position : absolute;
+ width : 100%;
+ height : 100%;
+ opacity : 0;
+ z-index : 200;
+ cursor : pointer;
+ top : 0;
+}
+.vs-checkbox-con input:checked ~ .vs-checkbox {
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ border-color : #7367F0;
+}
+.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check {
+ -webkit-transform : translate(0);
+ -ms-transform : translate(0);
+ transform : translate(0);
+ background-color : #7367F0;
+}
+.vs-checkbox-con input:checked ~ .vs-checkbox .vs-checkbox--check .vs-icon {
+ -webkit-transform : translate(0);
+ -ms-transform : translate(0);
+ transform : translate(0);
+ line-height : 1.2;
+ opacity : 1;
+}
+.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-sm .vs-checkbox--check .vs-icon {
+ font-size : 0.75rem;
+}
+.vs-checkbox-con input:checked ~ .vs-checkbox.vs-checkbox-lg .vs-checkbox--check .vs-icon {
+ font-size : 1.2rem;
+}
+.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check {
+ -webkit-transform : translate(3px);
+ -ms-transform : translate(3px);
+ transform : translate(3px);
+ background-color : #7367F0;
+}
+.vs-checkbox-con input:active:checked + .vs-checkbox .vs-checkbox--check .vs-icon {
+ opacity : 1;
+ -webkit-transform : translate(6px);
+ -ms-transform : translate(6px);
+ transform : translate(6px);
+}
+.vs-checkbox-con input:disabled {
+ cursor : default;
+ pointer-events : none;
+}
+.vs-checkbox-con input:disabled + .vs-checkbox {
+ cursor : default;
+ opacity : 0.5;
+}
+.vs-checkbox-con .vs-checkbox {
+ cursor : pointer;
+ position : relative;
+ width : 20px;
+ height : 20px;
+ border-width : 2px;
+ border-style : solid;
+ border-color : #B8C2CC;
+ border-radius : 2px;
+ -webkit-transform : rotate(-90deg);
+ -ms-transform : rotate(-90deg);
+ transform : rotate(-90deg);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ overflow : hidden;
+ margin-right : 0.5rem;
+}
+.vs-checkbox-con .vs-checkbox.vs-checkbox-sm {
+ width : 15px;
+ height : 15px;
+}
+.vs-checkbox-con .vs-checkbox.vs-checkbox-lg {
+ width : 24px;
+ height : 24px;
+}
+.vs-checkbox-con .vs-checkbox .vs-checkbox--check {
+ width : 100%;
+ height : 100%;
+ position : absolute;
+ left : 0;
+ -webkit-transform : translate(100%);
+ -ms-transform : translate(100%);
+ transform : translate(100%);
+ -webkit-transform-origin : right;
+ -ms-transform-origin : right;
+ transform-origin : right;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ z-index : 10;
+}
+.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ color : #FFFFFF;
+}
+
+/* Vuexy Custom Radio */
+.vs-radio-con {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ margin : 0.25rem 0;
+}
+.vs-radio-con input {
+ position : absolute;
+ width : 100%;
+ height : 100%;
+ opacity : 0;
+ z-index : 200;
+ cursor : pointer;
+}
+.vs-radio-con input:checked ~ .vs-radio {
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ outline : 0;
+}
+.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
+ background : #7367F0;
+ box-shadow : 0 3px 12px 0 rgba(115, 103, 240, 0.4);
+ opacity : 1;
+ -webkit-transform : scale(1);
+ -ms-transform : scale(1);
+ transform : scale(1);
+}
+.vs-radio-con input:checked ~ .vs-radio .vs-radio--border {
+ opacity : 0;
+ -webkit-transform : scale(0.3);
+ -ms-transform : scale(0.3);
+ transform : scale(0.3);
+}
+.vs-radio-con input:disabled {
+ cursor : default;
+ pointer-events : none;
+}
+.vs-radio-con input:disabled + .vs-radio {
+ cursor : default;
+ opacity : 0.5;
+}
+.vs-radio-con input:active ~ .vs-radio {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+.vs-radio-con .vs-radio {
+ cursor : pointer;
+ position : relative;
+ width : 18px;
+ height : 18px;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ margin-right : 0.5rem;
+}
+.vs-radio-con .vs-radio.vs-radio-sm {
+ width : 13px;
+ height : 13px;
+}
+.vs-radio-con .vs-radio.vs-radio-lg {
+ width : 22px;
+ height : 22px;
+}
+.vs-radio-con .vs-radio .vs-radio--border, .vs-radio-con .vs-radio .vs-radio--circle {
+ width : 100%;
+ height : 100%;
+ position : absolute;
+ left : 0;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ top : 0;
+ border-radius : 50%;
+}
+.vs-radio-con .vs-radio .vs-radio--border {
+ background : transparent;
+ border : 2px solid #B8C2CC;
+}
+.vs-radio-con .vs-radio .vs-radio--circle {
+ opacity : 0;
+ -webkit-transform : scale(0.1);
+ -ms-transform : scale(0.1);
+ transform : scale(0.1);
+}
+
+/* Switches */
+.custom-switch {
+ padding-left : 0;
+ /*For Switch label*/
+ /*For Switch Handle Animation*/
+}
+.custom-switch .custom-control-label {
+ height : 1.571rem;
+ width : 3.1rem;
+ padding : 0;
+ /* For bg color of switch*/
+ /*For Switch handle*/
+ /*For Switch text*/
+}
+.custom-switch .custom-control-label::before {
+ border : none;
+ background-color : #E2E2E2;
+ height : 1.571rem;
+ left : -0.2857rem;
+ box-shadow : none !important;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+ top : 0;
+ left : 0;
+}
+.custom-switch .custom-control-label:after {
+ position : absolute;
+ top : 2px;
+ left : 2px;
+ box-shadow : none;
+ background-color : #FFFFFF;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.custom-switch .custom-control-label .switch-text-left, .custom-switch .custom-control-label .switch-text-right, .custom-switch .custom-control-label .switch-icon-left, .custom-switch .custom-control-label .switch-icon-right {
+ position : absolute;
+ top : 5px;
+ font-size : 0.7rem;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.custom-switch .custom-control-label .switch-text-left, .custom-switch .custom-control-label .switch-icon-left {
+ left : 7px;
+ color : #FFFFFF;
+}
+.custom-switch .custom-control-label .switch-text-right, .custom-switch .custom-control-label .switch-icon-right {
+ right : 7px;
+}
+.custom-switch .custom-control-label:focus {
+ outline : 0;
+}
+.custom-switch .switch-label {
+ padding-left : 1rem;
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
+ box-shadow : none;
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
+ -webkit-transform : translateX(1.4rem);
+ -ms-transform : translateX(1.4rem);
+ transform : translateX(1.4rem);
+}
+.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-left {
+ opacity : 0;
+}
+.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-text-right {
+ opacity : 1;
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-right {
+ opacity : 0;
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-text-left {
+ opacity : 1;
+}
+.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+ background-color : #E2E2E2;
+}
+.custom-switch.switch-md .custom-control-label {
+ width : 4rem;
+ height : 1.571rem;
+}
+.custom-switch.switch-md .custom-control-label::before {
+ width : 4rem;
+ border : none;
+ background-color : #E2E2E2;
+ height : 1.571rem;
+ left : -0.2857rem;
+ box-shadow : none !important;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.custom-switch.switch-md .custom-control-label:after {
+ box-shadow : none;
+ background-color : #FFFFFF;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+ position : absolute;
+ top : 2px;
+ left : -2px;
+}
+.custom-switch.switch-md .custom-control-label .switch-text-right, .custom-switch.switch-md .custom-control-label .switch-icon-right {
+ right : 9px;
+}
+.custom-switch.switch-md .custom-control-label .switch-text-left, .custom-switch.switch-md .custom-control-label .switch-icon-left {
+ left : 5px;
+}
+.custom-switch.switch-md .custom-control-input:checked ~ .custom-control-label::after {
+ -webkit-transform : translateX(2.3rem);
+ -ms-transform : translateX(2.3rem);
+ transform : translateX(2.3rem);
+}
+.custom-switch.switch-lg .custom-control-label {
+ width : 5.5rem;
+ height : 1.571rem;
+}
+.custom-switch.switch-lg .custom-control-label::before {
+ width : 5.5rem;
+ border : none;
+ background-color : #E2E2E2;
+ height : 1.571rem;
+ left : -0.2857rem;
+ box-shadow : none !important;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.custom-switch.switch-lg .custom-control-label:after {
+ position : absolute;
+ top : 2px;
+ left : -2px;
+ box-shadow : none;
+ background-color : #FFFFFF;
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ cursor : pointer;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.custom-switch.switch-lg .custom-control-label .switch-text-right, .custom-switch.switch-lg .custom-control-label .switch-icon-right {
+ right : 10px;
+}
+.custom-switch.switch-lg .custom-control-input:checked ~ .custom-control-label::after {
+ -webkit-transform : translateX(3.8rem);
+ -ms-transform : translateX(3.8rem);
+ transform : translateX(3.8rem);
+}
+
+/* Textarea with Counter */
+.counter-value {
+ background-color : #7367F0;
+ color : #FFFFFF;
+ padding : 1px 6px;
+ font-size : 0.6rem;
+ border-radius : 0 0 5px 5px;
+ margin-right : 1rem;
+}
+
+/* Input box with icon divider */
+.form-group.input-divider-left .form-control-position i {
+ padding : 0.2rem 0.5rem;
+ border-right : 1px solid #D9D9D9;
+}
+
+.form-group.input-divider-right .form-control-position i {
+ padding : 0.2rem 0.5rem;
+ border-left : 1px solid #D9D9D9;
+}
+
+/* input-groups-lg and input-groups-sm */
+.input-group-lg .form-control, .input-group-sm .form-control {
+ padding : 0.7rem;
+}
+
+/* Bootstrap touchspin */
+.bootstrap-touchspin.input-group {
+ width : 8.4rem;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.bootstrap-touchspin.input-group .form-control {
+ padding : 5px;
+ height : auto;
+ border : 0;
+ background-color : #F8F8F8;
+ border-radius : 5px !important;
+ text-align : center;
+ font-weight : 500;
+}
+.bootstrap-touchspin.input-group .form-control:focus {
+ z-index : 1;
+ box-shadow : none;
+}
+
+.bootstrap-touchspin .bootstrap-touchspin-injected {
+ margin : 0 !important;
+}
+.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
+ padding : 0;
+ min-width : 22px;
+ min-height : 22px;
+ border-radius : 5px !important;
+ position : relative;
+}
+.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i {
+ font-size : 0.8rem;
+ position : relative;
+ top : -1px;
+}
+.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down {
+ left : 12px;
+}
+.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
+ right : 12px;
+}
+
+.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
+ background-color : rgba(0, 0, 0, 0.5) !important;
+ cursor : default;
+ opacity : 0.5;
+}
+
+.bootstrap-touchspin.input-group-lg {
+ width : 9.375rem;
+}
+.bootstrap-touchspin.input-group-lg .touchspin.form-control {
+ height : auto !important;
+}
+.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i {
+ font-size : 1rem;
+}
+
+.bootstrap-touchspin.input-group-sm {
+ width : 6.25rem;
+}
+.bootstrap-touchspin.input-group-sm .touchspin.form-control {
+ height : auto !important;
+}
+.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up {
+ min-width : 16px;
+ min-height : 16px;
+ padding-top : 2.2px;
+}
+.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i {
+ font-size : 0.6rem;
+}
+
+.btn.disabled-max-min {
+ background-color : rgba(0, 0, 0, 0.5) !important;
+ cursor : default;
+}
+
+/* Number Type Input Box Scss for - Remove arrow on hover */
+input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
+ -webkit-appearance : none;
+}
+
+/* Number Type Input Box Scss for Touchspin - Remove arrow for firefox */
+.bootstrap-touchspin.input-group input[type=number] {
+ -moz-appearance : textfield;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .form-label-group label {
+ display : none;
+ }
+ select.form-control:not([multiple='multiple']) {
+ background : none;
+ }
+ .custom-file-label::after {
+ padding : 1.34rem 0.7rem 1.25rem;
+ }
+}
+
+.picker__input.form-control {
+ background-color : #FFFFFF;
+}
+
+.input-group .form-control {
+ height : auto;
+}
+
+.input-group .input-group-prepend .dropdown-toggle::after, .input-group .input-group-append .dropdown-toggle::after {
+ left : 0;
+}
+
+.input-group .input-group-prepend .vs-checkbox-con, .input-group .input-group-prepend .vs-checkbox, .input-group .input-group-prepend .vs-radio-con, .input-group .input-group-prepend .vs-radio, .input-group .input-group-append .vs-checkbox-con, .input-group .input-group-append .vs-checkbox, .input-group .input-group-append .vs-radio-con, .input-group .input-group-append .vs-radio {
+ margin : 0;
+}
+
+.input-group.input-group-lg .form-control::-webkit-input-placeholder {
+ font-size : 1.25rem;
+}
+
+.input-group.input-group-lg .form-control::-moz-placeholder {
+ font-size : 1.25rem;
+}
+
+.input-group.input-group-lg .form-control:-ms-input-placeholder {
+ font-size : 1.25rem;
+}
+
+.input-group.input-group-lg .form-control::-ms-input-placeholder {
+ font-size : 1.25rem;
+}
+
+.input-group.input-group-lg .form-control::placeholder {
+ font-size : 1.25rem;
+}
+
+.input-group.input-group-lg .input-group-prepend .btn, .input-group.input-group-lg .input-group-append .btn {
+ line-height : 1.3;
+ font-size : 1.3rem;
+}
+
+.input-group.input-group-sm .form-control::-webkit-input-placeholder {
+ font-size : 0.7rem;
+}
+
+.input-group.input-group-sm .form-control::-moz-placeholder {
+ font-size : 0.7rem;
+}
+
+.input-group.input-group-sm .form-control:-ms-input-placeholder {
+ font-size : 0.7rem;
+}
+
+.input-group.input-group-sm .form-control::-ms-input-placeholder {
+ font-size : 0.7rem;
+}
+
+.input-group.input-group-sm .form-control::placeholder {
+ font-size : 0.7rem;
+}
+
+.btn:disabled {
+ cursor : default;
+}
+
+.btn.btn-white {
+ color : #626262;
+}
+.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
+ color : #626262 !important;
+}
+
+.btn[class*='bg-gradient-']:hover {
+ box-shadow : 0 8px 25px -8px #AAAAAA;
+}
+
+.btn.btn-secondary {
+ color : #FFFFFF;
+}
+.btn.btn-secondary:hover {
+ box-shadow : 0 8px 25px -8px #6C757D;
+}
+
+.btn.btn-dark:hover {
+ box-shadow : 0 8px 25px -8px #343A40;
+}
+
+.btn.btn-light:hover {
+ box-shadow : 0 8px 25px -8px #F8F9FA;
+}
+
+.btn.btn-outline-secondary, .btn.btn-outline-dark, .btn.btn-outline-light {
+ border : 1px solid;
+}
+
+.btn.btn-flat-secondary:hover {
+ background-color : rgba(108, 117, 125, 0.1);
+}
+
+.btn.btn-flat-secondary:active, .btn.btn-flat-secondary:focus {
+ background : #6C757D;
+}
+
+.btn.btn-flat-dark:hover {
+ background-color : rgba(52, 58, 64, 0.1);
+}
+
+.btn.btn-flat-dark:active, .btn.btn-flat-dark:focus {
+ background : #343A40;
+ color : #FFFFFF;
+}
+
+.btn.btn-flat-light:hover {
+ background-color : rgba(248, 249, 250, 0.1);
+}
+
+.btn.btn-flat-light:active, .btn.btn-flat-light:focus {
+ background : #F8F9FA;
+}
+
+.btn[class*='btn-outline-'] {
+ padding-top : calc(0.9rem - 1px);
+ padding-bottom : calc(0.9rem - 1px);
+}
+.btn[class*='btn-outline-'].btn-sm {
+ padding-top : calc(0.5rem - 1px);
+ padding-bottom : calc(0.5rem - 1px);
+}
+
+.btn.btn-relief-secondary {
+ background-color : #6C757D;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn.btn-relief-secondary:hover {
+ color : #FFFFFF;
+}
+.btn.btn-relief-secondary:active, .btn.btn-relief-secondary:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn.btn-relief-light {
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn.btn-relief-light:hover {
+ color : #FFFFFF;
+}
+.btn.btn-relief-light:active, .btn.btn-relief-light:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn.btn-relief-dark {
+ background-color : #343A40;
+ box-shadow : inset 0 -3px 0 0 rgba(255, 255, 255, 0.1);
+ color : #FFFFFF;
+}
+.btn.btn-relief-dark:hover {
+ color : #FFFFFF;
+}
+.btn.btn-relief-dark:active, .btn.btn-relief-dark:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn.btn-icon {
+ padding : 0.715rem 0.736rem;
+}
+
+.btn.btn-sm.btn-icon {
+ padding : 0.5rem;
+}
+
+.btn.btn-lg.btn-icon {
+ padding : 1rem;
+}
+
+.btn.btn-square {
+ border-radius : 0;
+}
+
+.btn.btn-round {
+ border-radius : 2rem;
+}
+
+.btn:focus, .btn.focus, .btn:active, .btn.active {
+ outline : none;
+ box-shadow : none !important;
+}
+
+.btn.btn-icon i {
+ font-size : 1.1rem;
+}
+
+.btn.btn-outline-white:hover, .btn-white:hover {
+ color : #22292F !important;
+}
+
+button, html [type='button'], [type='reset'], [type='submit'] {
+ cursor : pointer;
+}
+
+.waves-button-input {
+ padding : unset;
+}
+
+.collapse-icon .card-header {
+ position : relative;
+}
+
+.collapse-icon [data-toggle='collapse']:after {
+ position : absolute;
+ top : 48%;
+ right : 20px;
+ margin-top : -8px;
+ font-family : 'feather';
+ content : '\e845';
+ -webkit-transition : all 300ms linear 0s;
+ transition : all 300ms linear 0s;
+ font-size : 0.9rem;
+}
+
+.collapse-icon [data-toggle='collapse']:before {
+ position : absolute;
+ top : 48%;
+ right : 20px;
+ margin-top : -8px;
+ font-family : 'feather';
+ content : '\e842';
+ -webkit-transition : all 300ms linear 0s;
+ transition : all 300ms linear 0s;
+ font-size : 0.9rem;
+}
+
+.collapse-icon.left a {
+ padding-left : 28px;
+}
+.collapse-icon.left a:before, .collapse-icon.left a:after {
+ left : 20px;
+ right : auto;
+}
+
+.collapse-icon [aria-expanded='true']:before {
+ opacity : 0;
+}
+
+.collapse-icon [aria-expanded='false']:after {
+ opacity : 0;
+}
+
+.collapse-icon.accordion-icon-rotate [aria-expanded='true']:before {
+ -webkit-transform : rotate(180deg);
+ -ms-transform : rotate(180deg);
+ transform : rotate(180deg);
+}
+
+.collapse-icon.accordion-icon-rotate [aria-expanded='false']:after {
+ -webkit-transform : rotate(-180deg);
+ -ms-transform : rotate(-180deg);
+ transform : rotate(-180deg);
+}
+
+.dropdown.show .btn-outline-warning.dropdown-toggle, .dropdown.show .btn-outline-light.dropdown-toggle {
+ color : #FFFFFF;
+}
+
+.dropdown .btn:not(.btn-sm):not(.btn-lg), .dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle {
+ padding : 0.85rem 1.5rem;
+}
+.dropdown .btn:not(.btn-sm):not(.btn-lg).btn-round, .dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle.btn-round {
+ border-radius : 2rem;
+}
+
+.dropdown .btn.dropdown-toggle.dropdown-toggle-split {
+ padding : 0.85rem 1rem;
+ border-left-color : rgba(255, 255, 255, 0.2) !important;
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+}
+
+.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split {
+ border-left : 0 !important;
+}
+.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split:active {
+ color : #FFFFFF;
+}
+
+.dropdown .dropdown-menu {
+ border : 1px solid rgba(0, 0, 0, 0.05);
+ border-radius : 5px;
+ -webkit-transform : scale(1, 0);
+ -ms-transform : scale(1, 0);
+ transform : scale(1, 0);
+ box-shadow : 0 5px 25px rgba(0, 0, 0, 0.1);
+ min-width : 8rem;
+}
+.dropdown .dropdown-menu::before {
+ content : '';
+ position : absolute;
+ top : -1px;
+ left : 1.2rem;
+ width : 0.75rem;
+ height : 0.75rem;
+ display : block;
+ background : #FFFFFF;
+ -webkit-transform : rotate(45deg) translate(-7px);
+ -ms-transform : rotate(45deg) translate(-7px);
+ transform : rotate(45deg) translate(-7px);
+ border-top : 1px solid rgba(0, 0, 0, 0.1);
+ border-left : 1px solid rgba(0, 0, 0, 0.1);
+ z-index : 10;
+ box-sizing : border-box;
+}
+.dropdown .dropdown-menu.dropdown-menu-right::before {
+ right : 0.6rem;
+ left : auto;
+}
+.dropdown .dropdown-menu .dropdown-header {
+ padding : 0.714rem 1.428rem;
+ margin-top : 0.714rem;
+}
+.dropdown .dropdown-menu .dropdown-item {
+ padding : 0.5rem 1rem;
+ color : #626262;
+ width : auto;
+ cursor : pointer;
+}
+.dropdown .dropdown-menu .dropdown-item:hover {
+ background-color : #F8F8F8;
+ color : #7367F0;
+}
+.dropdown .dropdown-menu .dropdown-item.active {
+ color : #FFFFFF;
+}
+.dropdown .dropdown-menu .dropdown-item:active {
+ background-color : transparent;
+ color : #212529;
+}
+
+.dropdown i {
+ margin-right : 0.5rem;
+}
+
+.dropdown.no-arrow .dropdown-toggle:after {
+ display : none;
+}
+
+.dropdown.no-arrow .dropdown-toggle i {
+ margin-right : 0;
+}
+
+.dropdown, .dropup, .dropright, .dropleft {
+ position : relative;
+}
+.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item {
+ padding : 0.714rem 1.428rem;
+}
+
+.show > .dropdown-menu {
+ -webkit-transform : scale(1, 1);
+ -ms-transform : scale(1, 1);
+ transform : scale(1, 1);
+ opacity : 1;
+ display : block;
+}
+
+.dropdown-toggle::after {
+ border : none !important;
+ font-family : 'feather';
+ content : '\e842' !important;
+ position : relative;
+ top : 1px;
+ right : 0;
+ left : 0.714rem;
+ padding : 0;
+ margin : 0;
+ vertical-align : 0;
+}
+
+.dropdown-toggle.dropdown-toggle-split {
+ border-left : 1px solid rgba(255, 255, 255, 0.2);
+}
+.dropdown-toggle.dropdown-toggle-split:after {
+ left : 0;
+}
+
+.dropdown-toggle.nav-hide-arrow::after {
+ display : none;
+}
+
+.dropdown-toggle:focus {
+ outline : 0;
+}
+
+/* .dropdown-menu-right {
+ left: auto !important; // Input group with dropdown issue for dropdown-menu-right
+ right: 0;
+} */
+.btn-secondary ~ .dropdown-menu .dropdown-item.active, .btn-secondary ~ .dropdown-menu .dropdown-item:hover {
+ background-color : #CCCCCC;
+}
+
+.dropup {
+ position : relative;
+}
+.dropup .btn, .dropup .btn.dropdown-toggle {
+ padding : 0.85rem 1.5rem;
+}
+.dropup .btn.dropdown-toggle.dropdown-toggle-split {
+ padding : 0.85rem 1rem;
+ border-color : rgba(255, 255, 255, 0.2) !important;
+}
+.dropup .dropdown-toggle::after {
+ content : '\e845' !important;
+ vertical-align : 0.05rem;
+}
+.dropup .dropdown-menu::before {
+ content : '';
+ position : absolute;
+ bottom : -0.714rem;
+ left : 1.214rem;
+ width : 0.714rem;
+ height : 0.714rem;
+ display : block;
+ background : #FFFFFF;
+ -webkit-transform : rotate(45deg) translate(-7px);
+ -ms-transform : rotate(45deg) translate(-7px);
+ transform : rotate(45deg) translate(-7px);
+ border-bottom : 1px solid rgba(0, 0, 0, 0.1);
+ border-right : 1px solid rgba(0, 0, 0, 0.1);
+ z-index : 10;
+ box-sizing : border-box;
+}
+.dropup .dropdown-menu.dropdown-menu-right::before {
+ left : auto;
+ right : 0.714rem;
+}
+.dropup .dropdown-submenu .dropdown-menu {
+ bottom : auto;
+ top : 0;
+}
+
+.dropleft .btn, .dropleft .btn.dropdown-toggle {
+ padding : 0.85rem 1.5rem;
+}
+
+.dropleft .btn.dropdown-toggle.dropdown-toggle-split {
+ padding : 0.85rem 1rem;
+}
+
+.dropleft .dropdown-toggle::before {
+ border : none !important;
+ font-family : 'feather';
+ content : '\e843' !important;
+}
+
+.dropleft .dropdown-menu::before {
+ content : '';
+ position : absolute;
+ top : 1.285rem;
+ right : 0;
+ width : 0.714rem;
+ height : 0.714rem;
+ display : block;
+ background : #FFFFFF;
+ -webkit-transform : rotate(130deg) translate(-8px);
+ -ms-transform : rotate(130deg) translate(-8px);
+ transform : rotate(130deg) translate(-8px);
+ border-top : 1px solid rgba(0, 0, 0, 0.1);
+ border-left : 1px solid rgba(0, 0, 0, 0.1);
+ z-index : 10;
+ box-sizing : border-box;
+}
+
+.dropright .btn, .dropright .btn.dropdown-toggle {
+ padding : 0.85rem 1.5rem;
+}
+
+.dropright .btn.dropdown-toggle.dropdown-toggle-split {
+ padding : 0.85rem 1rem;
+}
+
+.dropright .dropdown-toggle::after {
+ border : none !important;
+ font-family : 'feather';
+ content : '\e844' !important;
+}
+
+.dropright .dropdown-menu::before {
+ content : '';
+ position : absolute;
+ top : 1.285rem;
+ left : -0.9rem;
+ width : 0.714rem;
+ height : 0.714rem;
+ display : block;
+ background : #FFFFFF;
+ -webkit-transform : rotate(140deg) translate(-9px);
+ -ms-transform : rotate(140deg) translate(-9px);
+ transform : rotate(140deg) translate(-9px);
+ border-bottom : 1px solid rgba(0, 0, 0, 0.1);
+ border-right : 1px solid rgba(0, 0, 0, 0.1);
+ z-index : 10;
+ box-sizing : border-box;
+}
+
+.dropdown.dropdown-icon-wrapper .dropdown-toggle:after, .dropup.dropdown-icon-wrapper .dropdown-toggle:after {
+ display : none;
+}
+
+.dropdown.dropdown-icon-wrapper .dropdown-menu, .dropup.dropdown-icon-wrapper .dropdown-menu {
+ min-width : auto;
+}
+.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
+ padding : 0.5rem 1.1rem;
+ cursor : pointer;
+}
+.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i {
+ font-size : 1.3rem;
+ color : #626262;
+}
+.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover {
+ color : #FFFFFF;
+}
+
+.btn.btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {
+ color : #626262 !important;
+}
+
+.btn.btn-white ~ .dropdown-menu .dropdown-item.active {
+ color : #626262;
+}
+
+.horizontal-menu-wrapper .dropdown-menu, .header-navbar .dropdown-menu {
+ -webkit-animation-duration : 0.3s;
+ animation-duration : 0.3s;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ -webkit-animation-name : slideIn;
+ animation-name : slideIn;
+}
+
+@-webkit-keyframes slideIn {
+ 0% {
+ -webkit-transform : translateY(1rem);
+ transform : translateY(1rem);
+ opacity : 0;
+ }
+ 100% {
+ -webkit-transform : translateY(0rem);
+ transform : translateY(0rem);
+ opacity : 1;
+ }
+ 0% {
+ -webkit-transform : translateY(1rem);
+ transform : translateY(1rem);
+ opacity : 0;
+ }
+}
+
+@keyframes slideIn {
+ 0% {
+ -webkit-transform : translateY(1rem);
+ transform : translateY(1rem);
+ opacity : 0;
+ }
+ 100% {
+ -webkit-transform : translateY(0rem);
+ transform : translateY(0rem);
+ opacity : 1;
+ }
+ 0% {
+ -webkit-transform : translateY(1rem);
+ transform : translateY(1rem);
+ opacity : 0;
+ }
+}
+
+/* ===============================================================================================
+ File Name: navbar.scss
+ Description: Contain header navigation bar, vertical main navigation bar and
+ horiznotal main navigation bar related SCSS.
+ ----------------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+================================================================================================*/
+.navbar-dark .hamburger-inner, .navbar-dark .hamburger-inner::before, .navbar-dark .hamburger-inner::after {
+ background-color : #FFFFFF;
+}
+
+.header-navbar-shadow {
+ display : none;
+}
+
+.navbar-floating .header-navbar-shadow {
+ display : block;
+ background : -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
+ background : linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
+ padding-top : 2.2rem;
+ background-repeat : repeat;
+ width : 100%;
+ height : 102px;
+ position : fixed;
+ top : 0;
+ z-index : 11;
+}
+
+.header-navbar {
+ padding : 0;
+ min-height : 4.5rem;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ -webkit-transition : 300ms ease all;
+ transition : 300ms ease all;
+ background : -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
+ background : linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
+ z-index : 997;
+ /* For sm screen*/
+}
+.header-navbar.fixed-top {
+ left : 260px;
+}
+.header-navbar[class*='bg-'] .navbar-nav .nav-item > a {
+ color : #FFFFFF !important;
+}
+.header-navbar[class*='bg-'] .navbar-nav .nav-item > a i, .header-navbar[class*='bg-'] .navbar-nav .nav-item > a span {
+ color : #FFFFFF !important;
+}
+.header-navbar[class*='bg-'] .navbar-nav .nav-item .dropdown-menu i {
+ color : inherit !important;
+}
+.header-navbar[class*='bg-'] .navbar-nav .search-input .input, .header-navbar[class*='bg-'] .navbar-nav .search-input .search-list .auto-suggestion span {
+ color : #626262 !important;
+}
+.header-navbar.floating-nav {
+ margin : 1.3rem 2.2rem 0;
+ border-radius : 0.5rem;
+ position : fixed;
+ width : calc( 100vw - (100vw - 100%) - calc(2.2rem * 2) - 260px);
+ z-index : 12;
+ right : 0;
+}
+.header-navbar.navbar-static-top {
+ background : transparent;
+ box-shadow : none !important;
+ top : 0;
+ right : 0;
+ left : 260px;
+ width : calc(100vw - (100vw - 100%) - 260px);
+}
+.header-navbar .navbar-wrapper {
+ width : 100%;
+}
+.header-navbar.navbar-border {
+ border-bottom : 1px solid #E4E7ED;
+}
+.header-navbar.navbar-dark.navbar-border {
+ border-bottom : 1px solid #8596B5;
+}
+.header-navbar.navbar-shadow {
+ box-shadow : 0 4px 20px 0 rgba(0, 0, 0, 0.05);
+}
+.header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after {
+ display : none;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-language {
+ padding-right : 0;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-language .selected-language {
+ font-size : 0.97rem;
+ letter-spacing : -0.25px;
+ font-weight : 500;
+}
+.header-navbar .navbar-container {
+ padding-left : 1rem;
+ -webkit-transition : 300ms ease all;
+ transition : 300ms ease all;
+ background : inherit;
+ margin-left : 0;
+}
+.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link {
+ padding : 1.4rem 0.5rem 1.35rem;
+}
+.header-navbar .navbar-container .bookmark-wrapper ul.nav li > a.nav-link i:hover {
+ color : #7367F0;
+}
+.header-navbar .navbar-container .bookmark-input {
+ z-index : 1;
+}
+.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
+ top : 48px;
+}
+.header-navbar .navbar-container ul.nav li .badge {
+ padding : 0.42em 0.6em 0.25rem;
+}
+.header-navbar .navbar-container ul.nav li .badge.badge-up {
+ position : absolute;
+ top : 12px;
+ right : -2px;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-language > a.nav-link {
+ padding : 1.65rem 0.5rem;
+}
+.header-navbar .navbar-container ul.nav li > a.nav-link {
+ color : #626262;
+ padding : 1.6rem 0.5rem 1.35rem 1rem;
+}
+.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
+ margin-right : 0.5rem;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
+ right : 12px;
+ left : auto;
+ padding : 0.5rem;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item {
+ padding : 10px;
+}
+.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
+ background : #7367F0;
+ color : #FFFFFF !important;
+}
+.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
+ padding : 0.7rem 1rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
+ display : inline-block;
+ margin-bottom : 0.435rem;
+ margin-left : 0.2rem;
+}
+.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {
+ font-size : smaller;
+}
+.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
+}
+.header-navbar .navbar-container ul.nav li a.menu-toggle {
+ padding : 1.34rem 0.22rem 1.35rem 0;
+}
+.header-navbar .navbar-container ul.nav li a.menu-toggle i {
+ font-size : 1.75rem;
+}
+.header-navbar .navbar-container ul.nav li a.nav-link-label {
+ padding : 1.6rem 0rem 1.35rem 0.8rem;
+}
+.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ -webkit-box-align : end;
+ -webkit-align-items : flex-end;
+ -ms-flex-align : end;
+ align-items : flex-end;
+ float : left;
+ margin-right : 0.8rem;
+}
+.header-navbar .navbar-container ul.nav li div.input-group {
+ padding : 0.7rem 1rem;
+}
+.header-navbar .navbar-container ul.nav li i.ficon {
+ font-size : 1.5rem;
+ color : #626262;
+}
+.header-navbar .navbar-container ul.nav li i.ficon:hover {
+ color : #7367F0;
+}
+.header-navbar .navbar-container ul.nav li .media-list {
+ max-height : 25rem;
+}
+.header-navbar .navbar-container ul.nav li .scrollable-container {
+ position : relative;
+}
+.header-navbar .navbar-container .dropdown-menu-media {
+ width : 26rem;
+}
+.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
+ padding : 1rem;
+ border : none;
+ border-bottom : 1px solid #DAE1E7;
+}
+.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover {
+ background : #F8F8F8;
+}
+.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta {
+ color : #626262;
+}
+.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media {
+ border-bottom : none;
+}
+.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
+ border-bottom : 1px solid #DAE1E7;
+}
+.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
+ padding : 0.3rem;
+ border-top : 1px solid #DAE1E7;
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart.empty-cart:before {
+ background : #FFFFFF;
+ border-color : rgba(0, 0, 0, 0.1);
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .cart-item {
+ color : #626262;
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media {
+ padding : 0;
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left {
+ width : 100px;
+ text-align : center;
+ padding-right : 0;
+ margin-right : 1rem;
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left img {
+ height : 100%;
+}
+.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-body {
+ padding : 1rem;
+ padding-left : 0;
+ overflow : hidden;
+}
+.header-navbar.navbar-without-menu .navbar-container {
+ margin-left : 0;
+}
+.header-navbar .nav-item + .nav-item {
+ margin-left : 0rem;
+}
+@media (max-width: 767.98px) {
+ .header-navbar .navbar-header {
+ width : 100% !important;
+ padding : 0.5rem 1rem;
+ position : relative;
+ }
+ .header-navbar .navbar-header .menu-toggle {
+ top : 2px;
+ position : relative;
+ }
+ .header-navbar .navbar-header .open-navbar-container i {
+ font-size : 1.8rem;
+ }
+ .header-navbar .navbar-header .navbar-brand {
+ position : absolute;
+ left : 50%;
+ top : 0;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+ }
+ .header-navbar.navbar-with-menu .navbar-container {
+ width : 100%;
+ display : table;
+ margin : 0;
+ height : auto;
+ }
+}
+
+/* Modern menu For md screen*/
+@media (max-width: 991.98px) {
+ [data-menu='vertical-menu-modern'] .header-navbar .navbar-header {
+ width : 100% !important;
+ padding : 0.5rem 1rem;
+ position : relative;
+ }
+ [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .menu-toggle {
+ top : 2px;
+ position : relative;
+ }
+ [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .open-navbar-container i {
+ font-size : 1.8rem;
+ }
+ [data-menu='vertical-menu-modern'] .header-navbar .navbar-header .navbar-brand {
+ position : absolute;
+ left : 50%;
+ top : 0;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+ }
+ [data-menu='vertical-menu-modern'] .header-navbar.navbar-with-menu .navbar-container {
+ width : 100%;
+ display : table;
+ margin : 0;
+ height : auto;
+ }
+ [data-menu='vertical-menu-modern'] .navbar-dark .navbar-header .navbar-nav .nav-link, [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
+ color : #FFFFFF;
+ }
+ [data-menu='vertical-menu-modern'] .navbar-dark .navbar-container .navbar-nav .nav-link, [data-menu='vertical-menu-modern'] .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
+ color : #B8C2CC;
+ }
+ [data-menu='vertical-menu-modern'] .navbar-light .navbar-header .navbar-nav .nav-link {
+ color : #B8C2CC;
+ }
+}
+
+.navbar-light {
+ background : #FFFFFF;
+}
+.navbar-light.navbar-horizontal {
+ background : #FFFFFF;
+}
+.navbar-light .navbar-nav li {
+ line-height : 1;
+}
+.navbar-light .navbar-nav .active.nav-link {
+ background-color : rgba(0, 0, 0, 0.03);
+}
+.navbar-light .navbar-nav .disabled.nav-link {
+ color : #6C757D;
+}
+
+.navbar-dark {
+ background : #B8C2CC;
+}
+.navbar-dark .navbar-brand {
+ color : #FFFFFF !important;
+}
+.navbar-dark.navbar-horizontal {
+ background : #B8C2CC;
+}
+.navbar-dark .nav-search .form-control, .navbar-dark .nav-search .btn-secondary {
+ color : #FFFFFF;
+ background : #B8C2CC;
+}
+.navbar-dark .navbar-nav li {
+ line-height : 1;
+}
+.navbar-dark .navbar-nav .active.nav-link {
+ background-color : rgba(255, 255, 255, 0.05);
+}
+.navbar-dark .navbar-nav .disabled.nav-link {
+ color : #DAE1E7;
+}
+
+.navbar-semi-dark {
+ background : #FFFFFF;
+}
+.navbar-semi-dark .navbar-header {
+ background : #B8C2CC;
+}
+.navbar-semi-dark .navbar-header .brand-text {
+ color : #FFFFFF;
+}
+.navbar-semi-dark .navbar-nav li {
+ line-height : 1;
+}
+.navbar-semi-dark .navbar-nav .nav-link {
+ color : #B8C2CC;
+}
+.navbar-semi-dark .navbar-nav .active.nav-link {
+ background-color : rgba(0, 0, 0, 0.03);
+}
+.navbar-semi-dark .navbar-nav .disabled.nav-link {
+ color : #6C757D;
+}
+
+.navbar-semi-light {
+ background : #B8C2CC;
+}
+.navbar-semi-light .navbar-header {
+ background : #FFFFFF;
+}
+.navbar-semi-light .navbar-header .brand-text {
+ color : #B8C2CC;
+}
+.navbar-semi-light .navbar-nav li {
+ line-height : 1;
+}
+.navbar-semi-light .navbar-nav .nav-link {
+ color : #FFFFFF;
+}
+.navbar-semi-light .navbar-nav .active.nav-link {
+ background-color : rgba(0, 0, 0, 0.03);
+}
+.navbar-semi-light .navbar-nav .disabled.nav-link {
+ color : #6C757D;
+}
+
+@-moz-document url-prefix() {
+ ul li a .children-in {
+ position : relative;
+ right : 3px;
+ top : -14px;
+ }
+}
+
+.navbar-menu-icon span {
+ display : block;
+ position : absolute;
+ height : 2px;
+ width : 100%;
+ background : #B8C2CC;
+ border-radius : 9px;
+ opacity : 1;
+ left : 0;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ -webkit-transition : 0.25s ease-in-out;
+ transition : 0.25s ease-in-out;
+}
+
+.navbar-menu-icon span:nth-child(1) {
+ top : 0;
+}
+
+.navbar-menu-icon span:nth-child(2) {
+ top : 10px;
+}
+
+.navbar-menu-icon span:nth-child(3) {
+ top : 20px;
+}
+
+.navbar-menu-icon.show span:nth-child(1) {
+ top : 10px;
+ -webkit-transform : rotate(135deg);
+ -ms-transform : rotate(135deg);
+ transform : rotate(135deg);
+}
+
+.navbar-menu-icon.show span:nth-child(2) {
+ opacity : 0;
+ left : -60px;
+}
+
+.navbar-menu-icon.show span:nth-child(3) {
+ top : 10px;
+ -webkit-transform : rotate(-135deg);
+ -ms-transform : rotate(-135deg);
+ transform : rotate(-135deg);
+}
+
+@media (max-width: 767.98px) {
+ .header-navbar .navbar-nav .show {
+ position : static;
+ }
+ .header-navbar .navbar-nav .open-navbar-container {
+ padding-top : 0.625rem;
+ }
+ .header-navbar .navbar-container .show .dropdown-menu {
+ right : 0;
+ left : 0 !important;
+ float : none;
+ width : auto;
+ margin-top : 0;
+ overflow : hidden;
+ }
+ .header-navbar .navbar-container .dropdown-user .dropdown-menu-right {
+ right : 0 !important;
+ }
+ .header-navbar .navbar-container ul.nav li.nav-item i {
+ margin-right : 0.2rem;
+ }
+ .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
+ padding : 0.8rem 0.6rem;
+ }
+ .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
+ margin-right : 0;
+ margin-left : -2px;
+ }
+ .navbar-dark .hamburger-inner, .navbar-dark .hamburger-inner::before, .navbar-dark .hamburger-inner::after, .navbar-semi-dark .hamburger-inner, .navbar-semi-dark .hamburger-inner::before, .navbar-semi-dark .hamburger-inner::after {
+ background-color : #FFFFFF;
+ }
+ .navbar-dark .navbar-header .navbar-nav .nav-link, .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
+ color : #FFFFFF;
+ }
+ .navbar-dark .navbar-container .navbar-nav .nav-link, .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
+ color : #B8C2CC;
+ }
+ .navbar-light .navbar-header .navbar-nav .nav-link, .navbar-semi-light .navbar-header .navbar-nav .nav-link {
+ color : #B8C2CC;
+ }
+ .navbar-light .navbar-container .navbar-nav .nav-link, .navbar-semi-light .navbar-container .navbar-nav .nav-link {
+ color : #B8C2CC;
+ }
+}
+
+.headroom {
+ will-change : transform;
+ -webkit-transition : -webkit-transform 200ms linear;
+ transition : -webkit-transform 200ms linear;
+ transition : transform 200ms linear;
+ transition : transform 200ms linear, -webkit-transform 200ms linear;
+}
+
+.headroom--pinned-top {
+ -webkit-transform : translateY(0%);
+ -ms-transform : translateY(0%);
+ transform : translateY(0%);
+}
+
+.headroom--unpinned-top {
+ -webkit-transform : translateY(-100%);
+ -ms-transform : translateY(-100%);
+ transform : translateY(-100%);
+}
+
+.headroom--pinned-bottom {
+ -webkit-transform : translateY(0%);
+ -ms-transform : translateY(0%);
+ transform : translateY(0%);
+}
+
+.headroom--unpinned-bottom {
+ -webkit-transform : translateY(100%);
+ -ms-transform : translateY(100%);
+ transform : translateY(100%);
+}
+
+@media (max-width: 575.98px) {
+ .header-navbar .navbar-container ul.nav li .selected-language {
+ display : none;
+ }
+}
+
+body[data-col='1-column'] .header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
+}
+
+@media (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ body:not([data-col='1-columns']) .header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - 60px - 260px);
+ }
+}
+
+@media (max-width: 1199.98px) {
+ .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
+ padding : 0.7rem 1.23rem;
+ }
+ .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
+ margin-right : 0;
+ margin-left : -2px;
+ }
+ .header-navbar.navbar-static-top {
+ left : 0;
+ width : 100%;
+ }
+}
+
+@media (max-width: 767px) {
+ #navbar-mobile.navbar-collapse .navbar-nav {
+ margin : 0;
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ }
+ #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
+ float : left;
+ }
+}
+
+@media (max-width: 991.98px) {
+ #navbar-mobile.navbar-collapse .navbar-nav {
+ margin : 0;
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ }
+ #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
+ float : left;
+ }
+}
+
+/* ----------- iPhone 5, 5S iPhone 6----------- */
+/* Landscape */
+@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
+ .header-navbar .navbar-container .show .dropdown-menu {
+ max-height : 180px;
+ }
+}
+
+/* ----------- iPhone 6+ ----------- */
+/* Landscape */
+@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
+ .header-navbar .navbar-container .show .dropdown-menu {
+ max-height : 280px;
+ }
+}
+
+/*----------------------------- For Navbar Component -------------------------*/
+#navbar-component .navbar {
+ z-index : auto !important;
+}
+#navbar-component .navbar.floating-nav {
+ border-radius : 0.5rem;
+}
+#navbar-component .navbar .navbar-nav .nav-item a {
+ color : inherit;
+}
+#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link {
+ color : #FFFFFF;
+}
+#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link i {
+ color : #FFFFFF;
+}
+#navbar-component .navbar .navbar-nav .dropdown-language.show, #navbar-component .navbar .navbar-nav .dropdown-notification.show, #navbar-component .navbar .navbar-nav .dropdown-user.show {
+ position : relative;
+}
+#navbar-component .navbar .navbar-nav .dropdown-language .dropdown-menu.show, #navbar-component .navbar .navbar-nav .dropdown-notification .dropdown-menu.show, #navbar-component .navbar .navbar-nav .dropdown-user .dropdown-menu.show {
+ position : absolute;
+ right : 0;
+ left : auto !important;
+}
+#navbar-component .navbar.navbar-dark .navbar-toggler, #navbar-component .navbar.navbar-light .navbar-toggler {
+ font-size : 1.2rem;
+}
+#navbar-component .navbar.navbar-dark .navbar-toggler:focus, #navbar-component .navbar.navbar-light .navbar-toggler:focus {
+ outline : 0;
+}
+
+#navbar-component #navbar-collapsed .navbar {
+ border-radius : 0;
+}
+
+@media (min-width: 992px) {
+ #navbar-component .navbar .navbar-container {
+ background : inherit;
+ }
+ #navbar-component .nav .dropdown-language {
+ float : right;
+ }
+}
+
+@media (max-width: 992px) {
+ #navbar-component .navbar .navbar-container {
+ background : inherit;
+ }
+ #navbar-component .navbar .navbar-container .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+}
+
+@media (max-width: 1201px) {
+ .header-navbar.fixed-top {
+ left : 0;
+ }
+ .horizontal-layout .header-navbar .navbar-container {
+ padding-left : 1.5rem;
+ padding-right : 1.2rem;
+ }
+}
+
+@media (max-width: 1199px) {
+ .header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
+ margin-bottom : 0;
+ }
+}
+
+@media (max-width: 768px) {
+ #navbar-component .navbar .navbar-nav .dropdown-notification.show {
+ position : static;
+ }
+}
+
+@media (max-width: 575.98px) {
+ .header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - 2.4rem) !important;
+ margin-left : 1.2rem;
+ margin-right : 1.2rem;
+ }
+ .content.app-content .content-area-wrapper {
+ margin-left : 1.2rem !important;
+ margin-right : 1.2rem !important;
+ }
+ .header-navbar .navbar-container {
+ padding-left : 1rem !important;
+ padding-right : 0 !important;
+ }
+}
+
+@media (max-width: 992px) {
+ .navbar-container #navbar-mobile .nav-back {
+ margin-top : 5px;
+ }
+}
+
+.card-group, .card-deck {
+ margin-bottom : 0.75rem;
+}
+
+.card {
+ margin-bottom : 2.2rem;
+ border : none;
+ border-radius : 0.5rem;
+ box-shadow : 0 4px 25px 0 rgba(0, 0, 0, 0.1);
+ -webkit-transition : all 0.3s ease-in-out;
+ transition : all 0.3s ease-in-out;
+}
+.card .card {
+ box-shadow : none !important;
+}
+.card .card-subtitle {
+ margin-top : 0.5rem;
+}
+.card .card-title {
+ font-weight : 500;
+ letter-spacing : 0.05rem;
+ font-size : 1.32rem;
+ margin-bottom : 0.5rem;
+}
+.card .card-bordered {
+ border : 1px solid rgba(0, 0, 0, 0.125);
+}
+.card .card-img {
+ -o-object-fit : cover;
+ object-fit : cover;
+}
+.card .card-img-overlay {
+ border-radius : 0.25rem;
+}
+.card.card-fullscreen {
+ display : block;
+ z-index : 9999;
+ position : fixed;
+ width : 100% !important;
+ height : 100% !important;
+ top : 0;
+ right : 0;
+ left : 0;
+ bottom : 0;
+ overflow : auto;
+}
+.card .card-body[class*='border-bottom-'] {
+ border-bottom-width : 2px !important;
+}
+.card .card-img-overlay.bg-overlay {
+ background : rgba(0, 0, 0, 0.45);
+}
+.card .card-img-overlay .text-muted {
+ color : #1E1E1E !important;
+}
+.card.card-minimal {
+ border : none;
+ box-shadow : none;
+}
+.card .card-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ border-bottom : none;
+ padding : 1.5rem 1.5rem 0;
+ background-color : transparent;
+}
+.card .card-header .card-title {
+ margin-bottom : 0;
+}
+.card .card-header .heading-elements, .card .card-header .heading-elements-toggle {
+ background-color : inherit;
+ position : absolute;
+ top : 17px;
+ right : 21px;
+ cursor : pointer;
+}
+.card .card-header .heading-elements.heading-top-elements .page-item, .card .card-header .heading-elements-toggle.heading-top-elements .page-item {
+ display : inline-block;
+}
+.card .card-header .heading-elements a, .card .card-header .heading-elements-toggle a {
+ padding : 0;
+ padding-left : 8px;
+}
+.card .card-header .heading-elements a.btn, .card .card-header .heading-elements-toggle a.btn {
+ padding-top : 6px;
+ padding-bottom : 6px;
+}
+.card .card-header .heading-elements a[data-action='collapse'] i, .card .card-header .heading-elements-toggle a[data-action='collapse'] i {
+ -webkit-transition : all 0.25s ease-out;
+ transition : all 0.25s ease-out;
+ display : inline-block;
+}
+.card .card-header .heading-elements a[data-action='collapse'].rotate i, .card .card-header .heading-elements-toggle a[data-action='collapse'].rotate i {
+ -webkit-transform : rotate(-180deg);
+ -ms-transform : rotate(-180deg);
+ transform : rotate(-180deg);
+}
+.card .card-footer {
+ border-top : 1px solid #DAE1E7;
+}
+
+.card-columns .card {
+ margin-bottom : 2.2rem;
+}
+
+.text-white .card-text {
+ color : white;
+}
+
+.text-white .card-img-overlay .text-muted {
+ color : #FFFFFF !important;
+}
+
+.text-white code {
+ background-color : white;
+}
+
+.text-white .heading-elements i {
+ color : #FFFFFF;
+}
+
+.card-head-inverse {
+ color : #FFFFFF;
+}
+.card-head-inverse .heading-elements i {
+ color : #FFFFFF;
+}
+
+.card-transparent {
+ background-color : transparent;
+}
+
+@media (max-width: 991.98px) {
+ .heading-elements {
+ text-align : center;
+ }
+ .heading-elements .list-inline {
+ display : none;
+ }
+ .heading-elements.visible {
+ top : 22px !important;
+ display : block;
+ margin-top : 0;
+ top : 100%;
+ top : 50px;
+ height : auto;
+ left : 0;
+ z-index : 997;
+ position : absolute;
+ width : 100%;
+ }
+ .heading-elements.visible .list-inline {
+ background-color : #FFFFFF;
+ display : block;
+ position : absolute;
+ top : 12px;
+ right : 15px;
+ }
+}
+
+@media (min-width: 992px) {
+ .heading-elements-toggle {
+ display : none;
+ }
+}
+
+.overlay-img-card .card-img-overlay, .overlay-img-card img {
+ max-height : 34.64rem;
+}
+
+.activity-timeline.timeline-left {
+ border-left : 2px solid #DAE1E7;
+ padding-left : 40px;
+ margin-left : 1.5rem;
+}
+.activity-timeline.timeline-left li {
+ position : relative;
+ margin-bottom : 20px;
+}
+.activity-timeline.timeline-left li p {
+ margin-bottom : 0;
+}
+.activity-timeline.timeline-left li .timeline-icon {
+ position : absolute;
+ top : 0;
+ left : -4.3rem;
+ padding : 0.7rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ border-radius : 50%;
+ color : #FFFFFF;
+}
+.activity-timeline.timeline-left li .timeline-icon i {
+ vertical-align : sub;
+}
+
+.activity-timeline.timeline-right {
+ border-right : 2px solid #DAE1E7;
+ padding-right : 40px;
+ margin-right : 1.5rem;
+}
+.activity-timeline.timeline-right li {
+ position : relative;
+ margin-bottom : 20px;
+ text-align : right;
+}
+.activity-timeline.timeline-right li p {
+ margin-bottom : 0;
+}
+.activity-timeline.timeline-right li .timeline-icon {
+ position : absolute;
+ top : 0;
+ right : -4.3rem;
+ padding : 0.6rem 0.7rem;
+ border-radius : 50%;
+ color : #FFFFFF;
+}
+.activity-timeline.timeline-right li .timeline-icon i {
+ vertical-align : sub;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .card-body, .card-content {
+ min-height : 1px;
+ }
+ .profile-card-2 .card .card-header {
+ display : block;
+ }
+ .profile-card-1 .card .avatar, .profile-card-3 .card .avatar {
+ margin-left : auto;
+ margin-right : auto;
+ }
+}
+
+.breadcrumb {
+ font-size : 1rem;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ background-color : transparent;
+ padding : 0.5rem 0 0.5rem 1rem !important;
+ border-left : 1px solid #D6DCE1;
+ border-radius : 0;
+ /* .breadcrumb-item:first-child{
+ a{
+ &:after{
+ content: "\e965";
+ font-family: 'feather';
+ }
+ }
+ } */
+}
+.breadcrumb > li + li::before {
+ padding-right : 0.6rem;
+ padding-left : 0.6rem;
+}
+.breadcrumb .breadcrumb-item + .breadcrumb-item {
+ padding-left : 0;
+}
+.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '\e847';
+ font-family : 'feather';
+ color : #626262;
+}
+.breadcrumb .breadcrumb-item.active {
+ color : #626262;
+}
+
+/* Custom scss for page headers style */
+.breadcrumbs-right .breadcrumb {
+ float : right;
+}
+
+.breadcrumbs-top .breadcrumb {
+ margin : 0;
+ padding : 0;
+}
+
+/* Component Specific */
+#component-breadcrumbs .breadcrumb {
+ border : none;
+}
+#component-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ font-family : none;
+ padding : 0 1rem;
+}
+
+#component-breadcrumbs .default-breadcrumb.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '/';
+}
+
+#component-breadcrumbs .breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '.';
+ position : relative;
+ top : -4px;
+}
+
+#component-breadcrumbs .breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '-';
+}
+
+#component-breadcrumbs .breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '|';
+}
+
+#component-breadcrumbs .breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
+ content : '\e844';
+ font-family : 'feather';
+ position : relative;
+ top : 1px;
+}
+
+#breadcrumb-alignment .breadcrumb-wrapper {
+ box-shadow : 1px 1px 10px rgba(0, 0, 0, 0.1);
+ padding : 1px;
+ border-radius : 10px;
+}
+#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb {
+ margin-top : 0.8rem;
+}
+
+.badge {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ font-weight : 400;
+}
+.badge[class*='badge-'] [class*='icon-'] {
+ line-height : 1;
+}
+.badge[class*='badge-'] a {
+ color : #FFFFFF;
+}
+.badge[class*='badge-'] i {
+ vertical-align : middle;
+}
+.badge[class*='badge-'] .dropdown-toggle span, .badge[class*='badge-'] .dropdown-toggle i, .badge[class*='badge-'].dropdown-toggle span, .badge[class*='badge-'].dropdown-toggle i {
+ vertical-align : text-top;
+}
+.badge[class*='badge-'] .dropdown-toggle i, .badge[class*='badge-'].dropdown-toggle i {
+ padding-left : 0.2rem;
+}
+.badge[class*='badge-'] .dropdown-toggle::after, .badge[class*='badge-'].dropdown-toggle::after {
+ position : relative;
+ top : 0;
+ left : 0;
+ font-size : 1rem;
+}
+.badge[class*='badge-'] .dropdown-menu a {
+ color : #212529;
+}
+.badge.badge-square {
+ border-radius : 0;
+}
+.badge.badge-up {
+ position : absolute;
+ top : -1rem;
+ right : -1rem;
+}
+.badge.badge-up.badge-sm {
+ top : -0.5rem;
+ right : -0.5rem;
+}
+
+.badge-xl {
+ font-size : 1.8rem;
+}
+
+.badge-lg {
+ font-size : 1.2rem;
+}
+
+.badge-md {
+ font-size : 1rem;
+}
+
+.badge-sm {
+ font-size : 0.7rem;
+}
+
+.badge-icon i {
+ font-size : 100%;
+ margin-right : 5px;
+}
+
+.dropup .badge {
+ cursor : pointer;
+}
+
+.nav {
+ border-radius : 0.25rem;
+}
+.nav.wrap-border {
+ border : 1px solid #DDDDDD;
+}
+.nav.wrap-border li.nav-header {
+ margin : 0 0.5rem;
+}
+.nav.wrap-border li.nav-item, .nav.wrap-border div {
+ padding : 2px 0.714rem;
+}
+.nav.square-border {
+ border-radius : 0;
+}
+.nav.square-border .nav-item .nav-link.active {
+ border-radius : 0;
+}
+.nav .modern-nav-toggle {
+ padding : 1.571rem 0;
+}
+.nav.nav-pills {
+ margin-bottom : 1rem;
+}
+.nav.nav-pills .nav-item .nav-link {
+ border-radius : 0.357rem;
+ padding : 0.2rem 1rem;
+ padding-top : 0.3rem;
+ font-size : 0.98rem;
+ margin-right : 0.5rem;
+ color : #000000;
+}
+.nav.nav-pills .nav-item .nav-link.active {
+ color : #FFFFFF;
+}
+.nav.nav-pills .nav-item .nav-link.disabled {
+ color : #B8C2CC;
+}
+.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after {
+ top : 1px;
+ left : 1px;
+}
+.nav.nav-pills .nav-item.dropdown.show .nav-link {
+ color : #FFFFFF;
+}
+.nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover {
+ color : #7367F0;
+}
+.nav.nav-pills.nav-justified {
+ width : 100%;
+}
+.nav.nav-pills.nav-justified .nav-item {
+ float : none;
+}
+.nav.nav-pills.nav-justified .nav-link {
+ text-align : center;
+ margin-bottom : 5px;
+}
+.nav.nav-pills.nav-justified > .dropdown .dropdown-menu {
+ top : auto;
+ left : auto;
+}
+@media (min-width: 576px) {
+ .nav.nav-pills.nav-justified .nav-item {
+ display : block;
+ width : 1%;
+ }
+ .nav.nav-pills.nav-justified .nav-link {
+ margin-bottom : 0;
+ }
+}
+.nav.nav-pills.nav-justified .nav-link {
+ margin-right : 0;
+ border-radius : 0.5rem;
+}
+@media (min-width: 576px) {
+ .nav.nav-pills.nav-justified .nav-link.active, .nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
+ border-bottom-color : transparent;
+ }
+}
+.nav.nav-pills.nav-justified .nav-link {
+ display : block;
+}
+.nav.nav-pills.nav-justified .nav-link.active {
+ border : none;
+}
+.nav.nav-pills.nav-justified .nav-link.active:hover, .nav.nav-pills.nav-justified .nav-link.active:focus {
+ border : none;
+}
+.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active {
+ border : 1px solid #7367F0;
+ border-radius : 0.25rem;
+ color : #7367F0;
+ background-color : #FFFFFF;
+}
+.nav.nav-tabs {
+ border : none;
+ margin-bottom : 1rem;
+ position : relative;
+ border-radius : 0;
+}
+.nav.nav-tabs .nav-item {
+ position : relative;
+}
+.nav.nav-tabs .nav-item .nav-link {
+ color : #626262;
+ font-size : 0.95rem;
+ border : none;
+ min-width : auto;
+ font-weight : 450;
+ padding : 0.61rem 0.635rem;
+ border-radius : 0;
+}
+.nav.nav-tabs .nav-item .nav-link.active {
+ border : none;
+ position : relative;
+ color : #7367F0;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ background-color : transparent;
+}
+.nav.nav-tabs .nav-item .nav-link.active:after {
+ content : attr(data-before);
+ height : 2px;
+ width : 100%;
+ left : 0;
+ position : absolute;
+ bottom : 0;
+ top : 100%;
+ background : -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
+ background : linear-gradient(30deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
+ box-shadow : 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
+ -webkit-transform : translateY(0px);
+ -ms-transform : translateY(0px);
+ transform : translateY(0px);
+ -webkit-transition : all 0.2s linear;
+ transition : all 0.2s linear;
+}
+.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after {
+ top : 1px;
+ left : 1px;
+}
+.nav.nav-tabs .nav-item .nav-link.disabled {
+ color : #ADB5BD;
+}
+.nav.nav-tabs.nav-justified {
+ width : 100%;
+}
+.nav.nav-tabs.nav-justified .nav-item {
+ float : none;
+}
+.nav.nav-tabs.nav-justified .nav-link {
+ text-align : center;
+ margin-bottom : 5px;
+}
+.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+ top : auto;
+ left : auto;
+}
+@media (min-width: 576px) {
+ .nav.nav-tabs.nav-justified .nav-item {
+ display : block;
+ width : 1%;
+ }
+ .nav.nav-tabs.nav-justified .nav-link {
+ margin-bottom : 0;
+ }
+}
+.nav.nav-tabs.nav-justified .nav-link {
+ margin-right : 0;
+ border-radius : 0.5rem;
+}
+@media (min-width: 576px) {
+ .nav.nav-tabs.nav-justified .nav-link.active, .nav.nav-tabs.nav-justified .nav-link.active:hover, .nav.nav-tabs.nav-justified .nav-link.active:focus {
+ border-bottom-color : transparent;
+ }
+}
+.nav.nav-tabs.nav-justified .nav-item a.nav-link {
+ display : block;
+ border-radius : 0;
+}
+.nav.nav-tabs.nav-justified .nav-item a.nav-link.active {
+ border : none;
+ background-color : #FFFFFF;
+}
+.nav.nav-tabs.nav-justified .nav-item a.nav-link:hover {
+ border-color : transparent;
+}
+
+.nav-vertical {
+ overflow : hidden;
+}
+.nav-vertical .nav.nav-tabs .nav-item .nav-link {
+ border : none;
+ margin-bottom : 0;
+}
+.nav-vertical .nav.nav-tabs .nav-item .nav-link.active {
+ border : none;
+ border-radius : 0;
+}
+.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+ left : auto;
+ right : -1.5rem;
+ bottom : 100%;
+ top : 1.25rem;
+ width : 2.14rem;
+}
+.nav-vertical .nav.nav-tabs .nav-item .nav-link:hover {
+ border-right : none;
+}
+.nav-vertical .nav.nav-tabs.nav-left {
+ float : left;
+ display : table;
+ margin-right : 1rem;
+}
+.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
+ display : none;
+ background-color : #FFFFFF;
+ overflow-y : auto;
+}
+.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active {
+ display : block;
+}
+.nav-vertical .nav.nav-tabs.nav-right {
+ float : right;
+ display : table;
+ margin-left : 1rem;
+}
+.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
+ left : -1.5rem;
+}
+.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
+ display : none;
+ background-color : #FFFFFF;
+ overflow-y : auto;
+ padding-right : 1rem;
+}
+.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active {
+ display : block;
+}
+
+@media (max-width: 576px) {
+ .nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
+ height : 0;
+ }
+}
+
+.alert {
+ font-weight : 500;
+ border : none;
+}
+.alert .close:focus {
+ outline : 0;
+}
+.alert p {
+ font-weight : 500;
+ padding : 2px 0;
+ margin-bottom : 0;
+ vertical-align : middle;
+}
+.alert span {
+ vertical-align : middle;
+}
+.alert .alert-heading {
+ font-weight : 700;
+ font-size : 0.9rem;
+ padding : 0;
+ padding-bottom : 8px;
+}
+.alert.alert-dark .alert-heading {
+ box-shadow : rgba(52, 58, 64, 0.4) 0 6px 15px -7px;
+}
+.alert.alert-light .alert-heading {
+ box-shadow : rgba(248, 249, 250, 0.4) 0 6px 15px -7px;
+}
+
+.media-list .media {
+ padding : 1.25rem;
+ width : 100%;
+ margin-top : 0;
+}
+.media-list .media .media-left {
+ padding-right : 1rem;
+}
+.media-list .media .media-right {
+ padding-left : 1rem;
+}
+
+.media-list a.media {
+ color : #B8C2CC !important;
+}
+
+.media-bordered .media {
+ border-top : 1px solid #E4E7ED;
+}
+.media-bordered .media:first-child {
+ border-top : 0;
+}
+
+/*=========================================================================================
+ File Name: progress.scss
+ Description: Extended bootstrap progress bar scss.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+ ----------------------------------------------------------------------------------------
+
+ Modifiers: `progress-lg`
+ `progress-md`
+ `progress-sm`
+ `progress-xs`
+
+==========================================================================================*/
+.progress {
+ margin-bottom : 3rem;
+}
+.progress:last-child {
+ margin-bottom : 1rem;
+}
+.progress.progress-xl {
+ height : 1.14rem;
+}
+.progress.progress-lg {
+ height : 0.857rem;
+}
+.progress.progress-md {
+ height : 0.57rem;
+}
+.progress.progress-sm {
+ height : 0.143rem;
+}
+.progress .progress-bar {
+ border-radius : 1.28rem;
+}
+
+/* ===============================================================================================
+ File Name: list-group.scss
+ Description: Contain list item, list group related extended SCSS.
+ ----------------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+================================================================================================*/
+ul.list-inline li {
+ display : inline-block;
+}
+
+ul.list-inline.list-inline-pipe > li + li:before {
+ content : ' | ';
+ padding-right : 2px;
+}
+
+.list-group .list-group-item {
+ line-height : 1.5;
+}
+.list-group .list-group-item.active:hover {
+ background-color : #7367F0;
+}
+.list-group .list-group-item.active:focus {
+ outline : 0;
+}
+.list-group .list-group-item.active:focus:hover {
+ color : #FFFFFF;
+}
+.list-group .list-group-item:hover {
+ background-color : #F8F8F8;
+}
+.list-group .list-group-item i {
+ font-size : 1.2rem;
+ font-weight : 100;
+ position : relative;
+}
+.list-group .list-group-item:not(.active):focus:active {
+ color : inherit;
+}
+
+.list-group .list-group-item-action:focus {
+ outline : 0;
+}
+
+.list-group-item.gu-mirror {
+ border-radius : 0;
+}
+
+.users-list li + li {
+ margin-left : -0.785rem;
+}
+
+.users-list li img {
+ border : 2px solid #FFFFFF;
+ box-shadow : 0 2px 10px 0 rgba(184, 194, 204, 0.3);
+}
+
+.users-list li .badge {
+ color : #22292F;
+}
+
+.toast-bs-container {
+ z-index : 1040;
+ position : fixed;
+ top : 0;
+ left : 0;
+ width : 100%;
+}
+.toast-bs-container .toast-position {
+ position : relative;
+ top : 0;
+ right : 0;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ -webkit-flex-wrap : wrap-reverse;
+ -ms-flex-wrap : wrap-reverse;
+ flex-wrap : wrap-reverse;
+}
+.toast-bs-container .toast-position .toast.show {
+ opacity : 1;
+ z-index : 1030;
+}
+
+.toast-placement {
+ position : static;
+ top : 0;
+}
+.toast-placement .toast {
+ position : fixed;
+ top : 0;
+ z-index : 1030;
+}
+
+.toast {
+ display : none;
+ background-color : white;
+ margin-top : 0.75rem;
+}
+.toast .toast-header .close:focus, .toast .toast-header .close:active {
+ outline : none;
+}
+
+.toast.show.toast-wrapper {
+ position : static;
+}
+
+.toast.toast-translucent {
+ opacity : 1;
+ display : block;
+}
+
+.toast-header img {
+ width : 35px;
+ height : 24px;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .toast-bs-container {
+ position : fixed !important;
+ left : 74% !important;
+ }
+}
+
+_:-ms-lang(x), .toast-bs-container {
+ position : fixed !important;
+ left : 74% !important;
+}
+
+.accordion .collapse-title, .collapse-bordered .collapse-title {
+ font-weight : 400;
+ font-size : 1.2rem;
+}
+
+.accordion .card-header, .collapse-bordered .card-header {
+ cursor : pointer;
+}
+
+.collapse-title {
+ color : inherit;
+}
+.collapse-title:hover {
+ color : inherit;
+}
+
+.collapse-bordered .card:first-child {
+ border-top : 0;
+}
+
+.collapse-bordered .card:last-child {
+ border-bottom : 0;
+}
+
+.collapse-bordered .card {
+ margin-bottom : 0;
+ border-bottom : 1px solid rgba(0, 0, 0, 0.04);
+ border-radius : 0;
+}
+.collapse-bordered .card .card-header {
+ padding : 1rem;
+}
+.collapse-bordered .card .card-body {
+ padding : 1rem;
+ line-height : 1.5;
+}
+
+.accordion .collapse-border-item.card {
+ border : 1px solid rgba(0, 0, 0, 0.1);
+ margin-bottom : 0;
+}
+.accordion .collapse-border-item.card:first-child {
+ border-bottom : 0;
+}
+.accordion .collapse-border-item.card .card-header {
+ padding : 1rem;
+}
+.accordion .collapse-border-item.card .card-body {
+ padding : 1rem;
+ line-height : 1.5;
+}
+
+.accordion-shadow {
+ box-shadow : 0 0 4px 0 rgba(0, 0, 0, 0.1);
+ padding : 0.15rem 0.75rem;
+ border-radius : 0.5rem;
+}
+.accordion-shadow .card.open {
+ border-radius : 0.571rem;
+ margin : 10px 0;
+ border : 0;
+ box-shadow : 0 0 8px 0 rgba(0, 0, 0, 0.1) !important;
+}
+.accordion-shadow .card:first-child {
+ border-top-left-radius : 0.571rem;
+ border-top-right-radius : 0.571rem;
+}
+.accordion-shadow .card:last-child {
+ border-bottom-left-radius : 0.571rem;
+ border-bottom-right-radius : 0.571rem;
+}
+
+.collapse-border {
+ border : 1px solid rgba(0, 0, 0, 0.1);
+ border-radius : 0.5rem;
+}
+.collapse-border + .collapse.show {
+ border : 1px solid rgba(0, 0, 0, 0.1);
+}
+
+.collapse-margin {
+ margin-top : 0.71rem;
+ margin-bottom : 0.71rem !important;
+ box-shadow : 0 2px 15px 0 rgba(0, 0, 0, 0.05);
+ border-radius : 5px;
+ border-bottom : 0 solid transparent !important;
+}
+.collapse-margin .card-header {
+ padding : 1rem;
+ border-radius : 5px;
+}
+.collapse-margin .card-body {
+ padding : 1rem;
+ line-height : 1.5rem;
+}
+
+.pagination .page-item {
+ border-radius : 5rem;
+}
+.pagination .page-item.prev-item .page-link, .pagination .page-item.next-item .page-link, .pagination .page-item.first .page-link, .pagination .page-item.last .page-link {
+ color : #7367F0;
+}
+.pagination .page-item.prev-item.disabled .page-link, .pagination .page-item.next-item.disabled .page-link, .pagination .page-item.first.disabled .page-link, .pagination .page-item.last.disabled .page-link {
+ color : #6C757D;
+}
+.pagination .page-item:not(.prev-item) .page-link, .pagination .page-item:not(.next-item) .page-link, .pagination .page-item:not(.first) .page-link, .pagination .page-item:not(.last) .page-link, .pagination .page-item:not(.active) .page-link {
+ line-height : 1.3;
+}
+.pagination .page-item.prev-item {
+ margin-right : 0.3571rem;
+}
+.pagination .page-item.prev-item .page-link {
+ background-color : #F0F0F0;
+ padding : 0.572rem 0.651rem;
+ border-radius : 50%;
+}
+.pagination .page-item.prev-item .page-link:before {
+ content : '\e843';
+ font-family : 'feather';
+}
+.pagination .page-item.prev-item .page-link:hover {
+ background : #7367F0;
+ color : #FFFFFF;
+}
+.pagination .page-item.prev-item ~ .page-item:nth-child(2) {
+ border-top-left-radius : 5rem;
+ border-bottom-left-radius : 5rem;
+}
+.pagination .page-item.prev-item ~ .page-item:nth-child(2) .page-link {
+ border-top-left-radius : 5rem !important;
+ border-bottom-left-radius : 5rem !important;
+}
+.pagination .page-item.prev-item ~ .page-item:nth-last-child(2) {
+ border-top-right-radius : 5rem;
+ border-bottom-right-radius : 5rem;
+}
+.pagination .page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
+ border-top-right-radius : 5rem !important;
+ border-bottom-right-radius : 5rem !important;
+}
+.pagination .page-item.next-item {
+ margin-left : 0.3571rem;
+}
+.pagination .page-item.next-item .page-link {
+ background-color : #F0F0F0;
+ padding : 0.572rem 0.651rem;
+ border-radius : 50%;
+}
+.pagination .page-item.next-item .page-link:after {
+ content : '\e844';
+ font-family : 'feather';
+}
+.pagination .page-item.next-item .page-link:hover {
+ background : #7367F0;
+ color : #FFFFFF;
+}
+.pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before {
+ content : '\e843';
+ font-family : 'feather';
+}
+.pagination .page-item.next .page-link:after {
+ content : '\e844';
+ font-family : 'feather';
+}
+.pagination .page-item .page-link {
+ border : none;
+ margin : 0;
+ color : rgba(0, 0, 0, 0.6);
+ background-color : #F0F0F0;
+ margin-left : 0;
+ font-size : 1rem;
+ font-weight : 700;
+}
+.pagination .page-item .page-link i {
+ position : relative;
+ top : 1px;
+}
+.pagination .page-item .page-link:focus {
+ box-shadow : none;
+}
+.pagination .page-item .page-link:hover {
+ color : #7367F0;
+}
+.pagination .page-item.active {
+ background-color : #F0F0F0;
+ border-radius : 0;
+}
+.pagination .page-item.active .page-link {
+ z-index : 3;
+ border-radius : 5rem;
+ background-color : #7367F0;
+ color : #FFFFFF;
+ -webkit-transform : scale(1.05);
+ -ms-transform : scale(1.05);
+ transform : scale(1.05);
+}
+.pagination .page-item:first-child:not(.prev-item).active {
+ border-top-left-radius : 1.428rem;
+ border-bottom-left-radius : 1.428rem;
+}
+.pagination .page-item:first-child:not(.prev-item).active .page-link {
+ border-radius : 5rem;
+}
+.pagination .page-item:first-child:not(.prev-item) .page-link {
+ border-top-left-radius : 1.428rem;
+ border-bottom-left-radius : 1.428rem;
+}
+.pagination .page-item:last-child:not(.next-item).active {
+ border-top-right-radius : 1.428rem;
+ border-bottom-right-radius : 1.428rem;
+}
+.pagination .page-item:last-child:not(.next-item).active .page-link {
+ border-radius : 5rem;
+}
+.pagination .page-item:last-child:not(.next-item) .page-link {
+ border-top-right-radius : 1.428rem;
+ border-bottom-right-radius : 1.428rem;
+}
+
+.pagination.pagination-lg .page-item .page-link {
+ font-size : 1.5rem;
+ -webkit-transform : scale(1);
+ -ms-transform : scale(1);
+ transform : scale(1);
+}
+
+.modal .modal-header {
+ background-color : #F8F8F8;
+ border-radius : 0.42rem;
+ padding : 0.8rem;
+ border-bottom : none;
+}
+.modal .modal-header .close {
+ padding : 0.2rem 0.62rem;
+ box-shadow : 0 5px 20px 0 rgba(0, 0, 0, 0.1);
+ border-radius : 0.357rem;
+ background : #FFFFFF;
+ opacity : 1;
+ -webkit-transition : all 0.23s ease 0.1s;
+ transition : all 0.23s ease 0.1s;
+ position : relative;
+ -webkit-transform : translate(8px, -2px);
+ -ms-transform : translate(8px, -2px);
+ transform : translate(8px, -2px);
+}
+.modal .modal-header .close span {
+ font-weight : 400;
+ font-size : 2rem;
+ color : #7367F0;
+}
+.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
+ opacity : 1;
+ outline : none;
+ -webkit-transform : translate(5px, 3px);
+ -ms-transform : translate(5px, 3px);
+ transform : translate(5px, 3px);
+ box-shadow : none;
+}
+.modal .modal-header[class*='bg-'] {
+ color : #FFFFFF;
+ border-bottom-left-radius : 5px;
+ border-bottom-right-radius : 5px;
+}
+.modal .modal-header[class*='bg-'] .modal-title {
+ color : #FFFFFF;
+}
+.modal .modal-header.bg-primary .close span {
+ color : #7367F0;
+}
+.modal .modal-header.bg-success .close span {
+ color : #28A745;
+}
+.modal .modal-header.bg-info .close span {
+ color : #00CFE8;
+}
+.modal .modal-header.bg-danger .close span {
+ color : #DC3545;
+}
+.modal .modal-header.bg-warning .close span {
+ color : #FF9F43;
+}
+.modal .modal-header.bg-dark .close span {
+ color : #343A40;
+}
+
+.modal .modal-content {
+ border : none;
+ overflow : visible;
+ box-shadow : 0 5px 20px 0 rgba(0, 0, 0, 0.1);
+}
+
+.modal .modal-footer {
+ border-color : rgba(0, 0, 0, 0.05);
+}
+
+.modal-sm {
+ max-width : 400px;
+}
+
+.modal-xs {
+ max-width : 300px;
+}
+
+.modal-xl {
+ max-width : 94%;
+ margin-left : 3%;
+ margin-right : 3%;
+}
+
+@media (max-width: 576px) {
+ .modal {
+ padding-right : 1rem;
+ padding-left : 1rem;
+ }
+ .modal .modal-xs, .modal .modal-sm {
+ max-width : unset;
+ }
+}
+
+.popover {
+ z-index : 10;
+}
+.popover .popover-header {
+ color : #FFFFFF;
+ border : none;
+ border-top-left-radius : 0.3rem;
+ border-top-right-radius : 0.3rem;
+}
+.popover.bs-popover-bottom .arrow:after {
+ border-bottom-color : #7367F0;
+}
+
+.icon-bg-circle {
+ color : #FFFFFF;
+ padding : 0.5rem;
+ border-radius : 50%;
+}
+
+.icon-left {
+ margin-right : 0.5rem;
+}
+
+.icon-right {
+ margin-right : 0.5rem;
+}
+
+.icon-spin {
+ display : inline-block;
+ -webkit-animation : spin 1s infinite linear;
+ animation : spin 1s infinite linear;
+}
+
+.blockOverlay {
+ z-index : 1050 !important;
+}
+
+.blockElement, .blockPage {
+ z-index : 1051 !important;
+}
+
+@-webkit-keyframes spin {
+ from {
+ -webkit-transform : rotate(0deg);
+ }
+ to {
+ -webkit-transform : rotate(360deg);
+ }
+}
+
+@keyframes spin {
+ from {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ to {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.hidden {
+ display : none;
+ visibility : hidden;
+}
+
+a:hover {
+ cursor : pointer;
+}
+
+.round {
+ border-radius : 1.5rem;
+}
+
+.square {
+ border-radius : 0;
+}
+
+.icon-line-height {
+ line-height : 1.5rem !important;
+}
+
+.table-middle td {
+ vertical-align : middle;
+}
+
+.spinner {
+ display : inline-block;
+ -webkit-animation : spin 1s linear infinite;
+ animation : spin 1s linear infinite;
+}
+
+@keyframes spin {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+button:focus {
+ outline : none;
+}
\ No newline at end of file
diff --git a/www/assets2/css/bootstrap-extended.min.css b/www/assets2/css/bootstrap-extended.min.css
new file mode 100644
index 0000000..9932c20
--- /dev/null
+++ b/www/assets2/css/bootstrap-extended.min.css
@@ -0,0 +1 @@
+a:focus{outline:0}.font-small-1{font-size:.7rem!important}.font-small-2{font-size:.8rem!important}.font-small-3{font-size:.9rem!important}.font-medium-1{font-size:1.1rem!important}.font-medium-2{font-size:1.2rem!important}.font-medium-3{font-size:1.3rem!important}.font-medium-4{font-size:1.4rem!important}.font-medium-5{font-size:1.5rem!important}.font-large-1{font-size:2rem!important}.font-large-2{font-size:3rem!important}.font-large-3{font-size:4rem!important}.font-large-4{font-size:5rem!important}.font-large-5{font-size:6rem!important}.text-bold-300{font-weight:300}.text-bold-400{font-weight:400}.text-bold-500{font-weight:500}.text-bold-600{font-weight:600}.text-bold-700{font-weight:700}.text-italic{font-style:italic}.text-highlight{padding:4px 6px}code{padding:.1rem .4rem;font-size:90%;color:#E83E8C;background-color:#EEE;border-radius:.25rem}.table th,label{font-size:.85rem}pre{background-color:#F7F7F9}pre code{background-color:transparent!important}.bd-example-row .row+.row{margin-top:1rem}.bd-example-row .row>.col,.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bd-example-row .flex-items-bottom,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-top{min-height:6rem;background-color:rgba(255,0,0,.1)}.bd-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,.1)}.bd-highlight{background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.15)}.example-container{width:800px;width:100%;padding-right:14px;padding-left:14px;margin-right:auto;margin-left:auto}.example-content-main,.example-content-secondary{width:100%;padding-right:14px;padding-left:14px;position:relative}.example-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-14px;margin-left:-14px}@media (min-width:576px){.example-content-main{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-main{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width:576px){.example-content-secondary{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-secondary{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}.table-white-space td,.table-white-space th{white-space:nowrap}.table thead th{vertical-align:top}.table td,.table th{padding:1rem;vertical-align:middle}.table-inverse{color:#FFF;background-color:#00CFE8}.table-hover-animation{background-color:#F8F8F8}.table-hover-animation thead th{border-top:2px solid #F8F8F8;border-bottom:0;background-color:#FFF}.table-hover-animation td,.table-hover-animation th{border:0}.table-hover-animation tbody tr{-webkit-transition:all .25s ease;transition:all .25s ease;background-color:#FFF}.table-hover-animation tbody tr:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.table-hover-animation tr:hover{border-bottom-color:#F8F8F8}}.form-control::-webkit-input-placeholder{font-size:.85rem;color:rgba(34,41,47,.4);-webkit-transition:all .2s ease;transition:all .2s ease}.form-control::-moz-placeholder{font-size:.85rem;color:rgba(34,41,47,.4);-moz-transition:all .2s ease;transition:all .2s ease}.form-control:-ms-input-placeholder{font-size:.85rem;-ms-transition:all .2s ease;transition:all .2s ease}.form-control::-ms-input-placeholder{font-size:.85rem;color:rgba(34,41,47,.4);-ms-transition:all .2s ease;transition:all .2s ease}.form-control::placeholder{font-size:.85rem;color:rgba(34,41,47,.4);-webkit-transition:all .2s ease;transition:all .2s ease}.form-control:-ms-input-placeholder{color:#C5C5C5}.form-control:focus::-webkit-input-placeholder{-webkit-transform:translate(5px);transform:translate(5px);-webkit-transition:all .2s ease;transition:all .2s ease}.form-control:focus::-moz-placeholder{transform:translate(5px);-moz-transition:all .2s ease;transition:all .2s ease}.form-control:focus:-ms-input-placeholder{-ms-transform:translate(5px);transform:translate(5px);-ms-transition:all .2s ease;transition:all .2s ease}.form-control:focus::-ms-input-placeholder{-ms-transform:translate(5px);transform:translate(5px);-ms-transition:all .2s ease;transition:all .2s ease}.form-control:focus::placeholder{-webkit-transform:translate(5px);-ms-transform:translate(5px);transform:translate(5px);-webkit-transition:all .2s ease;transition:all .2s ease}.form-control:focus~.form-control-position i{color:#7367F0}label{color:#464646;margin-bottom:0;padding-left:.2rem}textarea.form-control{line-height:1.6rem;font-size:1rem}.form-group{margin-bottom:1.5rem}.form-control{border:1px solid #D9D9D9;color:#5F5F5F}.form-section{color:#B8C2CC;line-height:3rem;margin-bottom:20px;border-bottom:1px solid #B8C2CC}.form-section i{font-size:20px;margin-left:5px;margin-right:10px}.form-actions{border-top:1px solid #DFDFDF;padding:20px 0;margin-top:20px}.form-actions.filled{background-color:#F8F8F8}.form-actions.center{text-align:center}.form-actions.right{text-align:right}.form-actions.top{border-top:0;border-bottom:1px solid #DFDFDF;margin-top:0;margin-bottom:20px}@media (max-width:767.98px){.form-actions .buttons-group{float:left!important;margin-bottom:10px}}@media (min-width:576px){.form-horizontal .form-group .label-control{text-align:right}}.form-control.form-control-lg{padding:1rem}.form-control.form-control-lg::-webkit-input-placeholder{font-size:1.25rem}.form-control.form-control-lg::-moz-placeholder{font-size:1.25rem}.form-control.form-control-lg:-ms-input-placeholder{font-size:1.25rem}.form-control.form-control-lg::-ms-input-placeholder{font-size:1.25rem}.form-control.form-control-lg::placeholder{font-size:1.25rem}.form-control.form-control-sm{padding:.6rem}.form-control.form-control-sm::-webkit-input-placeholder{font-size:.7rem}.form-control.form-control-sm::-moz-placeholder{font-size:.7rem}.form-control.form-control-sm:-ms-input-placeholder{font-size:.7rem}.form-control.form-control-sm::-ms-input-placeholder{font-size:.7rem}.form-control.form-control-sm::placeholder{font-size:.7rem}.custom-file-label{padding:.375rem .75rem}.custom-file-label::after{padding:.375rem .75rem;height:auto}select.form-control:not([multiple=multiple]){background-image:url(../../app-assets/images/pages/arrow-down.png);background-position:calc(100% - 12px) 13px,calc(100% - 20px) 13px,100% 0;background-size:12px 12px,10px 10px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;padding-right:1.5rem}.custom-select{-moz-appearance:none;-webkit-appearance:none}.input-group-addon{background-color:#ECEFF1;border-color:#BABFC7}.custom-control-label::after,.custom-control-label::before{width:1.143rem;height:1.143rem;top:.08rem}.custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#7367F0;border-color:#7367F0}.form-label-group{position:relative;margin-bottom:1.5rem}.form-label-group .form-control-lg~label{font-size:1.25rem;padding:1rem}.form-label-group .form-control-sm~label{font-size:.7rem}.form-label-group>label{position:absolute;top:0;left:0;display:block;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;padding:.6rem;pointer-events:none;cursor:text;color:rgba(34,41,47,.4);font-size:.85rem;opacity:0}.form-label-group textarea,.form-label-group>input{padding:.6rem}.form-label-group textarea:focus:not(:placeholder-shown)~label,.form-label-group textarea:not(:active):not(:placeholder-shown)~label,.form-label-group>input:focus:not(:placeholder-shown)~label,.form-label-group>input:not(:active):not(:placeholder-shown)~label{color:#7367F0!important;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;opacity:1}.form-label-group textarea:not(:focus):not(:placeholder-shown)~label,.form-label-group>input:not(:focus):not(:placeholder-shown)~label{color:rgba(34,41,47,.4)!important}.form-label-group textarea:not(:placeholder-shown)~label,.form-label-group>input:not(:placeholder-shown)~label{padding:.25rem 0;font-size:.7rem;top:-20px;left:3px}.form-label-group.has-icon-left>label{left:36px}.vs-checkbox-con{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:.25rem 0}.vs-checkbox-con input{position:absolute;width:100%;height:100%;opacity:0;z-index:200;cursor:pointer;top:0}.vs-checkbox-con input:checked~.vs-checkbox{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);border-color:#7367F0}.vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-color:#7367F0}.vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);line-height:1.2;opacity:1}.vs-checkbox-con input:checked~.vs-checkbox.vs-checkbox-sm .vs-checkbox--check .vs-icon{font-size:.75rem}.vs-checkbox-con input:checked~.vs-checkbox.vs-checkbox-lg .vs-checkbox--check .vs-icon{font-size:1.2rem}.vs-checkbox-con input:active:checked+.vs-checkbox .vs-checkbox--check{-webkit-transform:translate(3px);-ms-transform:translate(3px);transform:translate(3px);background-color:#7367F0}.vs-checkbox-con input:active:checked+.vs-checkbox .vs-checkbox--check .vs-icon{opacity:1;-webkit-transform:translate(6px);-ms-transform:translate(6px);transform:translate(6px)}.vs-checkbox-con input:disabled{cursor:default;pointer-events:none}.vs-checkbox-con input:disabled+.vs-checkbox{cursor:default;opacity:.5}.vs-checkbox-con .vs-checkbox{cursor:pointer;position:relative;width:20px;height:20px;border-width:2px;border-style:solid;border-color:#B8C2CC;border-radius:2px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden;margin-right:.5rem}.vs-checkbox-con .vs-checkbox.vs-checkbox-sm{width:15px;height:15px}.vs-checkbox-con .vs-checkbox.vs-checkbox-lg{width:24px;height:24px}.vs-checkbox-con .vs-checkbox .vs-checkbox--check{width:100%;height:100%;position:absolute;left:0;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:10}.vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#FFF}.vs-radio-con{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:.25rem 0}.vs-radio-con input{position:absolute;width:100%;height:100%;opacity:0;z-index:200;cursor:pointer}.vs-radio-con input:checked~.vs-radio{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);outline:0}.vs-radio-con input:checked~.vs-radio .vs-radio--circle{background:#7367F0;box-shadow:0 3px 12px 0 rgba(115,103,240,.4);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.vs-radio-con input:checked~.vs-radio .vs-radio--border{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}.vs-radio-con input:disabled{cursor:default;pointer-events:none}.vs-radio-con input:disabled+.vs-radio{cursor:default;opacity:.5}.vs-radio-con input:active~.vs-radio{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.vs-radio-con .vs-radio{cursor:pointer;position:relative;width:18px;height:18px;-webkit-transition:all .2s ease;transition:all .2s ease;margin-right:.5rem}.vs-radio-con .vs-radio.vs-radio-sm{width:13px;height:13px}.vs-radio-con .vs-radio.vs-radio-lg{width:22px;height:22px}.vs-radio-con .vs-radio .vs-radio--border,.vs-radio-con .vs-radio .vs-radio--circle{width:100%;height:100%;position:absolute;left:0;-webkit-transition:all .25s ease;transition:all .25s ease;top:0;border-radius:50%}.vs-radio-con .vs-radio .vs-radio--border{background:0 0;border:2px solid #B8C2CC}.vs-radio-con .vs-radio .vs-radio--circle{opacity:0;-webkit-transform:scale(.1);-ms-transform:scale(.1);transform:scale(.1)}.custom-switch{padding-left:0}.custom-switch .custom-control-label{height:1.571rem;width:3.1rem;padding:0}.custom-switch .custom-control-label::before{border:none;background-color:#E2E2E2;height:1.571rem;box-shadow:none!important;-webkit-transition:all .25s ease;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:0;left:0}.custom-switch .custom-control-label:after{position:absolute;top:2px;left:2px;box-shadow:none;background-color:#FFF;-webkit-transition:all .25s ease;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-switch .custom-control-label .switch-icon-left,.custom-switch .custom-control-label .switch-icon-right,.custom-switch .custom-control-label .switch-text-left,.custom-switch .custom-control-label .switch-text-right{position:absolute;top:5px;font-size:.7rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-switch .custom-control-label .switch-icon-left,.custom-switch .custom-control-label .switch-text-left{left:7px;color:#FFF}.custom-switch .custom-control-label .switch-icon-right,.custom-switch .custom-control-label .switch-text-right{right:7px}.custom-switch .custom-control-label:focus{outline:0}.custom-switch .switch-label{padding-left:1rem}.custom-switch .custom-control-input:checked~.custom-control-label::before{box-shadow:none}.custom-switch .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(1.4rem);-ms-transform:translateX(1.4rem);transform:translateX(1.4rem)}.custom-switch .custom-control-input:not(:checked)~.custom-control-label .switch-text-left{opacity:0}.custom-switch .custom-control-input:not(:checked)~.custom-control-label .switch-text-right{opacity:1}.custom-switch .custom-control-input:checked~.custom-control-label .switch-text-right{opacity:0}.custom-switch .custom-control-input:checked~.custom-control-label .switch-text-left{opacity:1}.custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#E2E2E2}.custom-switch.switch-md .custom-control-label{width:4rem;height:1.571rem}.custom-switch.switch-md .custom-control-label::before{width:4rem;border:none;background-color:#E2E2E2;height:1.571rem;left:-.2857rem;box-shadow:none!important;-webkit-transition:all .25s ease;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-switch.switch-lg .custom-control-label::before,.custom-switch.switch-md .custom-control-label:after{-webkit-transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer}.custom-switch.switch-md .custom-control-label:after{box-shadow:none;background-color:#FFF;transition:all .25s ease;user-select:none;position:absolute;top:2px;left:-2px}.custom-switch.switch-md .custom-control-label .switch-icon-right,.custom-switch.switch-md .custom-control-label .switch-text-right{right:9px}.custom-switch.switch-md .custom-control-label .switch-icon-left,.custom-switch.switch-md .custom-control-label .switch-text-left{left:5px}.custom-switch.switch-md .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(2.3rem);-ms-transform:translateX(2.3rem);transform:translateX(2.3rem)}.custom-switch.switch-lg .custom-control-label{width:5.5rem;height:1.571rem}.custom-switch.switch-lg .custom-control-label::before{width:5.5rem;border:none;background-color:#E2E2E2;height:1.571rem;left:-.2857rem;box-shadow:none!important;transition:all .25s ease;user-select:none}.custom-switch.switch-lg .custom-control-label:after{position:absolute;top:2px;left:-2px;box-shadow:none;background-color:#FFF;-webkit-transition:all .25s ease;transition:all .25s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-switch.switch-lg .custom-control-label .switch-icon-right,.custom-switch.switch-lg .custom-control-label .switch-text-right{right:10px}.custom-switch.switch-lg .custom-control-input:checked~.custom-control-label::after{-webkit-transform:translateX(3.8rem);-ms-transform:translateX(3.8rem);transform:translateX(3.8rem)}.counter-value{background-color:#7367F0;color:#FFF;padding:1px 6px;font-size:.6rem;border-radius:0 0 5px 5px;margin-right:1rem}.form-group.input-divider-left .form-control-position i{padding:.2rem .5rem;border-right:1px solid #D9D9D9}.form-group.input-divider-right .form-control-position i{padding:.2rem .5rem;border-left:1px solid #D9D9D9}.input-group-lg .form-control,.input-group-sm .form-control{padding:.7rem}.bootstrap-touchspin.input-group{width:8.4rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.bootstrap-touchspin.input-group .form-control{padding:5px;height:auto;border:0;background-color:#F8F8F8;border-radius:5px!important;text-align:center;font-weight:500}.bootstrap-touchspin.input-group-lg .touchspin.form-control,.bootstrap-touchspin.input-group-sm .touchspin.form-control{height:auto!important}.bootstrap-touchspin.input-group .form-control:focus{z-index:1;box-shadow:none}.bootstrap-touchspin .bootstrap-touchspin-injected{margin:0!important}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up{padding:0;min-width:22px;min-height:22px;border-radius:5px!important;position:relative}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i,.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i{font-size:.8rem;position:relative;top:-1px}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down{left:12px}.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up{right:12px}.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down,.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up{background-color:rgba(0,0,0,.5)!important;cursor:default;opacity:.5}.bootstrap-touchspin.input-group-lg{width:9.375rem}.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i,.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i{font-size:1rem}.bootstrap-touchspin.input-group-sm{width:6.25rem}.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down,.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up{min-width:16px;min-height:16px;padding-top:2.2px}.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i,.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i{font-size:.6rem}.btn.disabled-max-min{background-color:rgba(0,0,0,.5)!important;cursor:default}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.bootstrap-touchspin.input-group input[type=number]{-moz-appearance:textfield}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.form-label-group label{display:none}select.form-control:not([multiple=multiple]){background:0 0}.custom-file-label::after{padding:1.34rem .7rem 1.25rem}}.picker__input.form-control{background-color:#FFF}.input-group .form-control{height:auto}.input-group .input-group-append .dropdown-toggle::after,.input-group .input-group-prepend .dropdown-toggle::after{left:0}.input-group .input-group-append .vs-checkbox,.input-group .input-group-append .vs-checkbox-con,.input-group .input-group-append .vs-radio,.input-group .input-group-append .vs-radio-con,.input-group .input-group-prepend .vs-checkbox,.input-group .input-group-prepend .vs-checkbox-con,.input-group .input-group-prepend .vs-radio,.input-group .input-group-prepend .vs-radio-con{margin:0}.input-group.input-group-lg .form-control::-webkit-input-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control::-moz-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control:-ms-input-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control::-ms-input-placeholder{font-size:1.25rem}.input-group.input-group-lg .form-control::placeholder{font-size:1.25rem}.input-group.input-group-lg .input-group-append .btn,.input-group.input-group-lg .input-group-prepend .btn{line-height:1.3;font-size:1.3rem}.badge[class*=badge-] [class*=icon-],.navbar-dark .navbar-nav li,.navbar-light .navbar-nav li,.navbar-semi-dark .navbar-nav li,.navbar-semi-light .navbar-nav li{line-height:1}.input-group.input-group-sm .form-control::-webkit-input-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control::-moz-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control:-ms-input-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control::-ms-input-placeholder{font-size:.7rem}.input-group.input-group-sm .form-control::placeholder{font-size:.7rem}.btn:disabled{cursor:default}.btn.btn-white{color:#626262}.btn.btn-white:active,.btn.btn-white:focus,.btn.btn-white:hover{color:#626262!important}.btn[class*=bg-gradient-]:hover{box-shadow:0 8px 25px -8px #AAA}.btn.btn-secondary{color:#FFF}.btn.btn-secondary:hover{box-shadow:0 8px 25px -8px #6C757D}.btn.btn-dark:hover{box-shadow:0 8px 25px -8px #343A40}.btn.btn-light:hover{box-shadow:0 8px 25px -8px #F8F9FA}.btn.btn-relief-light,.btn.btn-relief-secondary{box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn.btn-outline-dark,.btn.btn-outline-light,.btn.btn-outline-secondary{border:1px solid}.btn.btn-flat-secondary:hover{background-color:rgba(108,117,125,.1)}.btn.btn-flat-secondary:active,.btn.btn-flat-secondary:focus{background:#6C757D}.btn.btn-flat-dark:hover{background-color:rgba(52,58,64,.1)}.btn.btn-flat-dark:active,.btn.btn-flat-dark:focus{background:#343A40;color:#FFF}.btn.btn-flat-light:hover{background-color:rgba(248,249,250,.1)}.btn.btn-flat-light:active,.btn.btn-flat-light:focus{background:#F8F9FA}.btn[class*=btn-outline-]{padding-top:calc(.9rem - 1px);padding-bottom:calc(.9rem - 1px)}.btn[class*=btn-outline-].btn-sm{padding-top:calc(.5rem - 1px);padding-bottom:calc(.5rem - 1px)}.btn.btn-relief-secondary{background-color:#6C757D}.btn.btn-relief-secondary:hover{color:#FFF}.btn.btn-relief-secondary:active,.btn.btn-relief-secondary:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn.btn-relief-light:hover{color:#FFF}.btn.btn-relief-light:active,.btn.btn-relief-light:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn.btn-relief-dark{background-color:#343A40;box-shadow:inset 0 -3px 0 0 rgba(255,255,255,.1);color:#FFF}.btn.btn-relief-dark:hover{color:#FFF}.btn.btn-relief-dark:active,.btn.btn-relief-dark:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn.btn-icon{padding:.715rem .736rem}.btn.btn-sm.btn-icon{padding:.5rem}.btn.btn-lg.btn-icon{padding:1rem}.btn.btn-square{border-radius:0}.btn.btn-round,.dropdown .btn:not(.btn-sm):not(.btn-lg).btn-round,.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle.btn-round{border-radius:2rem}.btn.active,.btn.focus,.btn:active,.btn:focus{outline:0;box-shadow:none!important}.btn.btn-icon i{font-size:1.1rem}.btn-white:hover,.btn.btn-outline-white:hover{color:#22292F!important}.dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split:active,.dropdown.show .btn-outline-light.dropdown-toggle,.dropdown.show .btn-outline-warning.dropdown-toggle{color:#FFF}[type=reset],[type=submit],button,html [type=button]{cursor:pointer}.waves-button-input{padding:unset}.collapse-icon .card-header{position:relative}.collapse-icon [data-toggle=collapse]:after{position:absolute;top:48%;right:20px;margin-top:-8px;font-family:feather;content:'\e845';-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s;font-size:.9rem}.collapse-icon [data-toggle=collapse]:before{position:absolute;top:48%;right:20px;margin-top:-8px;font-family:feather;content:'\e842';-webkit-transition:all .3s linear 0s;transition:all .3s linear 0s;font-size:.9rem}.collapse-icon.left a{padding-left:28px}.collapse-icon.left a:after,.collapse-icon.left a:before{left:20px;right:auto}.collapse-icon [aria-expanded=true]:before,.collapse-icon [aria-expanded=false]:after{opacity:0}.collapse-icon.accordion-icon-rotate [aria-expanded=true]:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.collapse-icon.accordion-icon-rotate [aria-expanded=false]:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown .btn:not(.btn-sm):not(.btn-lg),.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle{padding:.85rem 1.5rem}.dropdown .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem;border-left-color:rgba(255,255,255,.2)!important;border-top-left-radius:0;border-bottom-left-radius:0}.dropdown [class*=btn-outline-].dropdown-toggle.dropdown-toggle-split{border-left:0!important}.dropdown .dropdown-menu{border:1px solid rgba(0,0,0,.05);border-radius:5px;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);box-shadow:0 5px 25px rgba(0,0,0,.1);min-width:8rem}.dropdown .dropdown-menu::before{content:'';position:absolute;top:-1px;left:1.2rem;width:.75rem;height:.75rem;display:block;background:#FFF;-webkit-transform:rotate(45deg) translate(-7px);-ms-transform:rotate(45deg) translate(-7px);transform:rotate(45deg) translate(-7px);border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);z-index:10;box-sizing:border-box}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown .dropdown-menu.dropdown-menu-right::before{right:.6rem;left:auto}.dropdown .dropdown-menu .dropdown-header{padding:.714rem 1.428rem;margin-top:.714rem}.dropdown .dropdown-menu .dropdown-item{color:#626262;width:auto;cursor:pointer}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#F8F8F8;color:#7367F0}.dropdown .dropdown-menu .dropdown-item.active{color:#FFF}.dropdown .dropdown-menu .dropdown-item:active{background-color:transparent;color:#212529}.dropdown i{margin-right:.5rem}.dropdown.no-arrow .dropdown-toggle:after{display:none}.dropdown.no-arrow .dropdown-toggle i{margin-right:0}.dropdown .dropdown-menu .dropdown-item,.dropleft .dropdown-menu .dropdown-item,.dropright .dropdown-menu .dropdown-item,.dropup .dropdown-menu .dropdown-item{padding:.714rem 1.428rem}.show>.dropdown-menu{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);opacity:1;display:block}.dropdown-toggle::after{border:none!important;font-family:feather;content:'\e842'!important;position:relative;top:1px;right:0;left:.714rem;padding:0;margin:0;vertical-align:0}.dropdown-toggle.dropdown-toggle-split{border-left:1px solid rgba(255,255,255,.2)}.dropdown-toggle.dropdown-toggle-split:after{left:0}.dropdown-toggle.nav-hide-arrow::after{display:none}.dropdown-toggle:focus{outline:0}.btn-secondary~.dropdown-menu .dropdown-item.active,.btn-secondary~.dropdown-menu .dropdown-item:hover{background-color:#CCC}.dropup .btn,.dropup .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropup .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem;border-color:rgba(255,255,255,.2)!important}.dropup .dropdown-toggle::after{content:'\e845'!important;vertical-align:.05rem}.activity-timeline.timeline-left li .timeline-icon i,.activity-timeline.timeline-right li .timeline-icon i{vertical-align:sub}.dropup .dropdown-menu::before{content:'';position:absolute;bottom:-.714rem;left:1.214rem;width:.714rem;height:.714rem;display:block;background:#FFF;-webkit-transform:rotate(45deg) translate(-7px);-ms-transform:rotate(45deg) translate(-7px);transform:rotate(45deg) translate(-7px);border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);z-index:10;box-sizing:border-box}.dropup .dropdown-menu.dropdown-menu-right::before{left:auto;right:.714rem}.dropup .dropdown-submenu .dropdown-menu{bottom:auto;top:0}.dropleft .dropdown-menu::before,.dropright .dropdown-menu::before{position:absolute;top:1.285rem;width:.714rem;height:.714rem;display:block;background:#FFF;z-index:10;box-sizing:border-box}.dropleft .btn,.dropleft .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropleft .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem}.dropleft .dropdown-toggle::before{border:none!important;font-family:feather;content:'\e843'!important}.dropleft .dropdown-menu::before{content:'';right:0;-webkit-transform:rotate(130deg) translate(-8px);-ms-transform:rotate(130deg) translate(-8px);transform:rotate(130deg) translate(-8px);border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}.dropright .btn,.dropright .btn.dropdown-toggle{padding:.85rem 1.5rem}.dropright .btn.dropdown-toggle.dropdown-toggle-split{padding:.85rem 1rem}.dropright .dropdown-toggle::after{border:none!important;font-family:feather;content:'\e844'!important}.breadcrumb,.header-navbar{font-family:Montserrat,Helvetica,Arial,serif}.dropright .dropdown-menu::before{content:'';left:-.9rem;-webkit-transform:rotate(140deg) translate(-9px);-ms-transform:rotate(140deg) translate(-9px);transform:rotate(140deg) translate(-9px);border-bottom:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,.dropup.dropdown-icon-wrapper .dropdown-toggle:after,.header-navbar-shadow{display:none}.dropdown.dropdown-icon-wrapper .dropdown-menu,.dropup.dropdown-icon-wrapper .dropdown-menu{min-width:auto}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item{padding:.5rem 1.1rem;cursor:pointer}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i{font-size:1.3rem;color:#626262}.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover,.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item:hover{color:#FFF}.btn.btn-white~.dropdown-menu .dropdown-item:not(.acitve):hover{color:#626262!important}.btn.btn-white~.dropdown-menu .dropdown-item.active{color:#626262}.header-navbar .dropdown-menu,.horizontal-menu-wrapper .dropdown-menu{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slideIn;animation-name:slideIn}@-webkit-keyframes slideIn{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}0%{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0}}@keyframes slideIn{100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}0%{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0}}.navbar-dark .hamburger-inner,.navbar-dark .hamburger-inner::after,.navbar-dark .hamburger-inner::before{background-color:#FFF}.navbar-floating .header-navbar-shadow{display:block;background:-webkit-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:linear-gradient(180deg,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));padding-top:2.2rem;background-repeat:repeat;width:100%;height:102px;position:fixed;top:0;z-index:11}.header-navbar{padding:0;min-height:4.5rem;-webkit-transition:.3s ease all;transition:.3s ease all;background:-webkit-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));background:linear-gradient(180deg,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0));z-index:997}.header-navbar.fixed-top{left:260px}.header-navbar[class*=bg-] .navbar-nav .nav-item>a,.header-navbar[class*=bg-] .navbar-nav .nav-item>a i,.header-navbar[class*=bg-] .navbar-nav .nav-item>a span{color:#FFF!important}.header-navbar[class*=bg-] .navbar-nav .nav-item .dropdown-menu i{color:inherit!important}.header-navbar[class*=bg-] .navbar-nav .search-input .input,.header-navbar[class*=bg-] .navbar-nav .search-input .search-list .auto-suggestion span{color:#626262!important}.header-navbar.floating-nav{margin:1.3rem 2.2rem 0;border-radius:.5rem;position:fixed;width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2) - 260px);z-index:12;right:0}.header-navbar.navbar-static-top{background:0 0;box-shadow:none!important;top:0;right:0;left:260px;width:calc(100vw - (100vw - 100%) - 260px)}.header-navbar .navbar-wrapper{width:100%}.header-navbar.navbar-border{border-bottom:1px solid #E4E7ED}.header-navbar.navbar-dark.navbar-border{border-bottom:1px solid #8596B5}.header-navbar.navbar-shadow{box-shadow:0 4px 20px 0 rgba(0,0,0,.05)}.header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after{display:none}.header-navbar .navbar-container ul.nav li.dropdown-language{padding-right:0}.header-navbar .navbar-container ul.nav li.dropdown-language .selected-language{font-size:.97rem;letter-spacing:-.25px;font-weight:500}.header-navbar .navbar-container{padding-left:1rem;-webkit-transition:.3s ease all;transition:.3s ease all;background:inherit;margin-left:0}.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link{padding:1.4rem .5rem 1.35rem}.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link i:hover{color:#7367F0}.header-navbar .navbar-container .bookmark-input{z-index:1}.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu{top:48px}.header-navbar .navbar-container ul.nav li .badge{padding:.42em .6em .25rem}.header-navbar .navbar-container ul.nav li .badge.badge-up{position:absolute;top:12px;right:-2px}.header-navbar .navbar-container ul.nav li.dropdown-language>a.nav-link{padding:1.65rem .5rem}.header-navbar .navbar-container ul.nav li>a.nav-link{color:#626262;padding:1.6rem .5rem 1.35rem 1rem}.header-navbar .navbar-container ul.nav li>a.nav-link i.flag-icon{margin-right:.5rem}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right{right:12px;left:auto;padding:.5rem}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item{padding:10px}.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active,.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover{background:#7367F0;color:#FFF!important}.header-navbar .navbar-container ul.nav li a.dropdown-user-link{padding:.7rem 1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{display:inline-block;margin-bottom:.435rem;margin-left:.2rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status{font-size:smaller}.header-navbar .navbar-container ul.nav li a.dropdown-user-link img{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.header-navbar .navbar-container ul.nav li a.menu-toggle{padding:1.34rem .22rem 1.35rem 0}.header-navbar .navbar-container ul.nav li a.menu-toggle i{font-size:1.75rem}.header-navbar .navbar-container ul.nav li a.nav-link-label{padding:1.6rem 0 1.35rem .8rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;float:left;margin-right:.8rem}.header-navbar .navbar-container ul.nav li div.input-group{padding:.7rem 1rem}.header-navbar .navbar-container ul.nav li i.ficon{font-size:1.5rem;color:#626262}.header-navbar .navbar-container ul.nav li i.ficon:hover{color:#7367F0}.header-navbar .navbar-container .dropdown-menu-media .media-list .media .media-meta,.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .cart-item{color:#626262}.header-navbar .navbar-container ul.nav li .media-list{max-height:25rem}.header-navbar .navbar-container ul.nav li .scrollable-container{position:relative}.header-navbar .navbar-container .dropdown-menu-media{width:26rem}.header-navbar .navbar-container .dropdown-menu-media .media-list .media{padding:1rem;border:none;border-bottom:1px solid #DAE1E7}.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover{background:#F8F8F8}.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media{border-bottom:none}.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header{border-bottom:1px solid #DAE1E7}.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a{padding:.3rem;border-top:1px solid #DAE1E7}.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart.empty-cart:before{background:#FFF;border-color:rgba(0,0,0,.1)}.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media{padding:0}.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left{width:100px;text-align:center;padding-right:0;margin-right:1rem}.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-left img{height:100%}.header-navbar .navbar-container .dropdown-menu-media.dropdown-cart .media .media-body{padding:1rem 1rem 1rem 0;overflow:hidden}.header-navbar .nav-item+.nav-item,.header-navbar.navbar-without-menu .navbar-container{margin-left:0}@media (max-width:767.98px){.header-navbar .navbar-header{width:100%!important;padding:.5rem 1rem;position:relative}.header-navbar .navbar-header .menu-toggle{top:2px;position:relative}.header-navbar .navbar-header .open-navbar-container i{font-size:1.8rem}.header-navbar .navbar-header .navbar-brand{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.header-navbar.navbar-with-menu .navbar-container{width:100%;display:table;margin:0;height:auto}}@media (max-width:991.98px){[data-menu=vertical-menu-modern] .header-navbar .navbar-header{width:100%!important;padding:.5rem 1rem;position:relative}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .menu-toggle{top:2px;position:relative}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .open-navbar-container i{font-size:1.8rem}[data-menu=vertical-menu-modern] .header-navbar .navbar-header .navbar-brand{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-menu=vertical-menu-modern] .header-navbar.navbar-with-menu .navbar-container{width:100%;display:table;margin:0;height:auto}[data-menu=vertical-menu-modern] .navbar-dark .navbar-header .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-header .navbar-nav .nav-link{color:#FFF}[data-menu=vertical-menu-modern] .navbar-dark .navbar-container .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-light .navbar-header .navbar-nav .nav-link,[data-menu=vertical-menu-modern] .navbar-semi-dark .navbar-container .navbar-nav .nav-link{color:#B8C2CC}}.navbar-light,.navbar-light.navbar-horizontal{background:#FFF}.navbar-light .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-dark,.navbar-dark.navbar-horizontal{background:#B8C2CC}.navbar-light .navbar-nav .disabled.nav-link{color:#6C757D}.navbar-dark .navbar-brand{color:#FFF!important}.navbar-dark .nav-search .btn-secondary,.navbar-dark .nav-search .form-control{color:#FFF;background:#B8C2CC}.navbar-dark .navbar-nav .active.nav-link{background-color:rgba(255,255,255,.05)}.navbar-dark .navbar-nav .disabled.nav-link{color:#DAE1E7}.navbar-semi-dark{background:#FFF}.navbar-semi-dark .navbar-header{background:#B8C2CC}.navbar-semi-dark .navbar-header .brand-text{color:#FFF}.navbar-semi-dark .navbar-nav .nav-link{color:#B8C2CC}.navbar-semi-dark .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-semi-dark .navbar-nav .disabled.nav-link{color:#6C757D}.navbar-semi-light{background:#B8C2CC}.navbar-semi-light .navbar-header{background:#FFF}.navbar-semi-light .navbar-header .brand-text{color:#B8C2CC}.navbar-semi-light .navbar-nav .nav-link{color:#FFF}.navbar-semi-light .navbar-nav .active.nav-link{background-color:rgba(0,0,0,.03)}.navbar-semi-light .navbar-nav .disabled.nav-link{color:#6C757D}@-moz-document url-prefix(){ul li a .children-in{position:relative;right:3px;top:-14px}}.navbar-menu-icon span{display:block;position:absolute;height:2px;width:100%;background:#B8C2CC;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.navbar-menu-icon span:nth-child(1){top:0}.navbar-menu-icon span:nth-child(2){top:10px}.navbar-menu-icon span:nth-child(3){top:20px}.navbar-menu-icon.show span:nth-child(1){top:10px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.navbar-menu-icon.show span:nth-child(2){opacity:0;left:-60px}.navbar-menu-icon.show span:nth-child(3){top:10px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}@media (max-width:767.98px){.header-navbar .navbar-nav .show{position:static}.header-navbar .navbar-nav .open-navbar-container{padding-top:.625rem}.header-navbar .navbar-container .show .dropdown-menu{right:0;left:0!important;float:none;width:auto;margin-top:0;overflow:hidden}.header-navbar .navbar-container .dropdown-user .dropdown-menu-right{right:0!important}.header-navbar .navbar-container ul.nav li.nav-item i{margin-right:.2rem}.header-navbar .navbar-container ul.nav li a.dropdown-user-link{padding:.8rem .6rem}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after{margin-right:0;margin-left:-2px}.navbar-dark .hamburger-inner,.navbar-dark .hamburger-inner::after,.navbar-dark .hamburger-inner::before,.navbar-semi-dark .hamburger-inner,.navbar-semi-dark .hamburger-inner::after,.navbar-semi-dark .hamburger-inner::before{background-color:#FFF}.navbar-dark .navbar-header .navbar-nav .nav-link,.navbar-semi-dark .navbar-header .navbar-nav .nav-link{color:#FFF}.navbar-dark .navbar-container .navbar-nav .nav-link,.navbar-light .navbar-container .navbar-nav .nav-link,.navbar-light .navbar-header .navbar-nav .nav-link,.navbar-semi-dark .navbar-container .navbar-nav .nav-link,.navbar-semi-light .navbar-container .navbar-nav .nav-link,.navbar-semi-light .navbar-header .navbar-nav .nav-link{color:#B8C2CC}}.headroom{will-change:transform;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.headroom--pinned-top{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.headroom--unpinned-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.headroom--pinned-bottom{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.headroom--unpinned-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}body[data-col='1-column'] .header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2))}@media (min-width:1200px) and (-ms-high-contrast:active),(-ms-high-contrast:none){body:not([data-col='1-columns']) .header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - 60px - 260px)}}@media (max-width:1199.98px){.header-navbar .navbar-container ul.nav li a.dropdown-user-link{padding:.7rem 1.23rem}.header-navbar .navbar-container ul.nav li .dropdown-toggle::after{margin-right:0;margin-left:-2px}.header-navbar.navbar-static-top{left:0;width:100%}}@media (max-width:767px){#navbar-mobile.navbar-collapse .navbar-nav{margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu{position:absolute}#navbar-mobile.navbar-collapse .navbar-nav .nav-item{float:left}}@media (max-width:991.98px){#navbar-mobile.navbar-collapse .navbar-nav{margin:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}#navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu{position:absolute}#navbar-mobile.navbar-collapse .navbar-nav .nav-item{float:left}}@media only screen and (min-device-width:26.78em) and (max-device-width:47.64em) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.header-navbar .navbar-container .show .dropdown-menu{max-height:180px}}@media only screen and (min-device-width:29.57em) and (max-device-width:52.57em) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape){.header-navbar .navbar-container .show .dropdown-menu{max-height:280px}}#navbar-component .navbar{z-index:auto!important}#navbar-component .navbar.floating-nav{border-radius:.5rem}#navbar-component .navbar .navbar-nav .nav-item a{color:inherit}#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link,#navbar-component .navbar.header-navbar.navbar-dark .navbar-nav .nav-link i{color:#FFF}#navbar-component .navbar .navbar-nav .dropdown-language.show,#navbar-component .navbar .navbar-nav .dropdown-notification.show,#navbar-component .navbar .navbar-nav .dropdown-user.show{position:relative}#navbar-component .navbar .navbar-nav .dropdown-language .dropdown-menu.show,#navbar-component .navbar .navbar-nav .dropdown-notification .dropdown-menu.show,#navbar-component .navbar .navbar-nav .dropdown-user .dropdown-menu.show{position:absolute;right:0;left:auto!important}#navbar-component .navbar.navbar-dark .navbar-toggler,#navbar-component .navbar.navbar-light .navbar-toggler{font-size:1.2rem}#navbar-component .navbar.navbar-dark .navbar-toggler:focus,#navbar-component .navbar.navbar-light .navbar-toggler:focus{outline:0}#navbar-component #navbar-collapsed .navbar{border-radius:0}@media (min-width:992px){#navbar-component .navbar .navbar-container{background:inherit}#navbar-component .nav .dropdown-language{float:right}}@media (max-width:1201px){.header-navbar.fixed-top{left:0}.horizontal-layout .header-navbar .navbar-container{padding-left:1.5rem;padding-right:1.2rem}}@media (max-width:1199px){.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{margin-bottom:0}}@media (max-width:768px){#navbar-component .navbar .navbar-nav .dropdown-notification.show{position:static}}@media (max-width:575.98px){.header-navbar .navbar-container ul.nav li .selected-language{display:none}.header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - 2.4rem)!important;margin-left:1.2rem;margin-right:1.2rem}.content.app-content .content-area-wrapper{margin-left:1.2rem!important;margin-right:1.2rem!important}.header-navbar .navbar-container{padding-left:1rem!important;padding-right:0!important}}@media (max-width:992px){#navbar-component .navbar .navbar-container{background:inherit}#navbar-component .navbar .navbar-container .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-container #navbar-mobile .nav-back{margin-top:5px}}.card-deck,.card-group{margin-bottom:.75rem}.card{margin-bottom:2.2rem;border:none;border-radius:.5rem;box-shadow:0 4px 25px 0 rgba(0,0,0,.1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.card .card{box-shadow:none!important}.card .card-subtitle{margin-top:.5rem}.card .card-title{font-weight:500;letter-spacing:.05rem;font-size:1.32rem;margin-bottom:.5rem}.card .card-bordered{border:1px solid rgba(0,0,0,.125)}.card .card-img{-o-object-fit:cover;object-fit:cover}.card .card-img-overlay{border-radius:.25rem}.card.card-fullscreen{display:block;z-index:9999;position:fixed;width:100%!important;height:100%!important;top:0;right:0;left:0;bottom:0;overflow:auto}.card .card-body[class*=border-bottom-]{border-bottom-width:2px!important}.card .card-img-overlay.bg-overlay{background:rgba(0,0,0,.45)}.card .card-img-overlay .text-muted{color:#1E1E1E!important}.card.card-minimal{border:none;box-shadow:none}.card .card-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:none;padding:1.5rem 1.5rem 0;background-color:transparent}.card .card-header .card-title{margin-bottom:0}.card .card-header .heading-elements,.card .card-header .heading-elements-toggle{background-color:inherit;position:absolute;top:17px;right:21px;cursor:pointer}.card .card-header .heading-elements-toggle.heading-top-elements .page-item,.card .card-header .heading-elements.heading-top-elements .page-item{display:inline-block}.card .card-header .heading-elements a,.card .card-header .heading-elements-toggle a{padding:0 0 0 8px}.card .card-header .heading-elements a.btn,.card .card-header .heading-elements-toggle a.btn{padding-top:6px;padding-bottom:6px}.card .card-header .heading-elements a[data-action=collapse] i,.card .card-header .heading-elements-toggle a[data-action=collapse] i{-webkit-transition:all .25s ease-out;transition:all .25s ease-out;display:inline-block}.card .card-header .heading-elements a[data-action=collapse].rotate i,.card .card-header .heading-elements-toggle a[data-action=collapse].rotate i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.card .card-footer{border-top:1px solid #DAE1E7}.card-columns .card{margin-bottom:2.2rem}.text-white .card-text{color:#fff}.text-white .card-img-overlay .text-muted{color:#FFF!important}.text-white code{background-color:#fff}.card-head-inverse,.card-head-inverse .heading-elements i,.text-white .heading-elements i{color:#FFF}.card-transparent{background-color:transparent}@media (max-width:991.98px){.heading-elements{text-align:center}.heading-elements .list-inline{display:none}.heading-elements.visible{top:22px!important;display:block;margin-top:0;height:auto;left:0;z-index:997;position:absolute;width:100%}.heading-elements.visible .list-inline{background-color:#FFF;display:block;position:absolute;top:12px;right:15px}}@media (min-width:992px){.heading-elements-toggle{display:none}}.overlay-img-card .card-img-overlay,.overlay-img-card img{max-height:34.64rem}.activity-timeline.timeline-left{border-left:2px solid #DAE1E7;padding-left:40px;margin-left:1.5rem}.activity-timeline.timeline-left li{position:relative;margin-bottom:20px}.activity-timeline.timeline-left li p{margin-bottom:0}.activity-timeline.timeline-left li .timeline-icon{position:absolute;top:0;left:-4.3rem;padding:.7rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;color:#FFF}.activity-timeline.timeline-right{border-right:2px solid #DAE1E7;padding-right:40px;margin-right:1.5rem}.activity-timeline.timeline-right li{position:relative;margin-bottom:20px;text-align:right}.activity-timeline.timeline-right li p{margin-bottom:0}.activity-timeline.timeline-right li .timeline-icon{position:absolute;top:0;right:-4.3rem;padding:.6rem .7rem;border-radius:50%;color:#FFF}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.card-body,.card-content{min-height:1px}.profile-card-2 .card .card-header{display:block}.profile-card-1 .card .avatar,.profile-card-3 .card .avatar{margin-left:auto;margin-right:auto}}.breadcrumb{font-size:1rem;background-color:transparent;padding:.5rem 0 .5rem 1rem!important;border-left:1px solid #D6DCE1;border-radius:0}.breadcrumb>li+li::before{padding-right:.6rem;padding-left:.6rem}.breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'\e847';font-family:feather;color:#626262}.breadcrumb .breadcrumb-item.active{color:#626262}.badge,.badge[class*=badge-] a{color:#FFF}.breadcrumbs-right .breadcrumb{float:right}.nav.nav-pills.nav-justified .nav-item,.nav.nav-tabs.nav-justified .nav-item{float:none}.breadcrumbs-top .breadcrumb{margin:0;padding:0}#component-breadcrumbs .breadcrumb{border:none}#component-breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-family:none;padding:0 1rem}#component-breadcrumbs .default-breadcrumb.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'/'}#component-breadcrumbs .breadcrumb-dots.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'.';position:relative;top:-4px}#component-breadcrumbs .breadcrumb-dashes.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'-'}#component-breadcrumbs .breadcrumb-pipes.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'|'}#component-breadcrumbs .breadcrumb-chevron.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:'\e844';font-family:feather;position:relative;top:1px}#breadcrumb-alignment .breadcrumb-wrapper{box-shadow:1px 1px 10px rgba(0,0,0,.1);padding:1px;border-radius:10px}#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb{margin-top:.8rem}.badge{background-color:#7367F0;font-weight:400}.badge[class*=badge-] i{vertical-align:middle}.badge[class*=badge-] .dropdown-toggle i,.badge[class*=badge-] .dropdown-toggle span,.badge[class*=badge-].dropdown-toggle i,.badge[class*=badge-].dropdown-toggle span{vertical-align:text-top}.alert p,.alert span,.table-middle td{vertical-align:middle}.badge[class*=badge-] .dropdown-toggle i,.badge[class*=badge-].dropdown-toggle i{padding-left:.2rem}.badge[class*=badge-] .dropdown-toggle::after,.badge[class*=badge-].dropdown-toggle::after{position:relative;top:0;left:0;font-size:1rem}.badge[class*=badge-] .dropdown-menu a{color:#212529}.badge.badge-square{border-radius:0}.badge.badge-up{position:absolute;top:-1rem;right:-1rem}.nav.nav-tabs,.nav.nav-tabs .nav-item{position:relative}.badge.badge-up.badge-sm{top:-.5rem;right:-.5rem}.badge-xl{font-size:1.8rem}.badge-lg{font-size:1.2rem}.badge-md{font-size:1rem}.badge-sm{font-size:.7rem}.badge-icon i{font-size:100%;margin-right:5px}.dropup .badge{cursor:pointer}.nav{border-radius:.25rem}.nav.wrap-border{border:1px solid #DDD}.nav.wrap-border li.nav-header{margin:0 .5rem}.nav.wrap-border div,.nav.wrap-border li.nav-item{padding:2px .714rem}.nav.square-border,.nav.square-border .nav-item .nav-link.active{border-radius:0}.nav .modern-nav-toggle{padding:1.571rem 0}.nav.nav-pills{margin-bottom:1rem}.nav.nav-pills .nav-item .nav-link{border-radius:.357rem;padding:.3rem 1rem .2rem;font-size:.98rem;margin-right:.5rem;color:#000}.nav.nav-pills .nav-item .nav-link.active{color:#FFF}.nav.nav-pills .nav-item .nav-link.disabled{color:#B8C2CC}.nav.nav-pills .nav-item .nav-link.dropdown-toggle::after{top:1px;left:1px}.nav.nav-pills .nav-item.dropdown.show .nav-link{color:#FFF}.nav.nav-pills .nav-item.dropdown.show .dropdown-item.active:hover{color:#7367F0}.nav.nav-pills.nav-justified{width:100%}.nav.nav-pills.nav-justified .nav-link{text-align:center;margin-bottom:5px;margin-right:0;border-radius:.5rem;display:block}.nav.nav-pills.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:576px){.nav.nav-pills.nav-justified .nav-item{display:block;width:1%}.nav.nav-pills.nav-justified .nav-link{margin-bottom:0}.nav.nav-pills.nav-justified .nav-link.active,.nav.nav-pills.nav-justified .nav-link.active:focus,.nav.nav-pills.nav-justified .nav-link.active:hover{border-bottom-color:transparent}}.nav.nav-pills.nav-justified .nav-link.active,.nav.nav-pills.nav-justified .nav-link.active:focus,.nav.nav-pills.nav-justified .nav-link.active:hover{border:none}.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active{border:1px solid #7367F0;border-radius:.25rem;color:#7367F0;background-color:#FFF}.nav.nav-tabs{border:none;margin-bottom:1rem;border-radius:0}.nav.nav-tabs .nav-item .nav-link{color:#626262;font-size:.95rem;border:none;min-width:auto;font-weight:450;padding:.61rem .635rem;border-radius:0}.alert,.alert p{font-weight:500}.nav.nav-tabs .nav-item .nav-link.active{border:none;position:relative;color:#7367F0;-webkit-transition:all .2s ease;transition:all .2s ease;background-color:transparent}.nav.nav-tabs .nav-item .nav-link.active:after{content:attr(data-before);height:2px;width:100%;left:0;position:absolute;bottom:0;top:100%;background:-webkit-linear-gradient(60deg,#7367F0,rgba(115,103,240,.5))!important;background:linear-gradient(30deg,#7367F0,rgba(115,103,240,.5))!important;box-shadow:0 0 8px 0 rgba(115,103,240,.5)!important;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .2s linear;transition:all .2s linear}.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after{top:1px;left:1px}.nav.nav-tabs .nav-item .nav-link.disabled{color:#ADB5BD}.nav.nav-tabs.nav-justified{width:100%}.nav.nav-tabs.nav-justified .nav-link{text-align:center;margin-bottom:5px;margin-right:0;border-radius:.5rem}.nav.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:576px){.nav.nav-tabs.nav-justified .nav-item{display:block;width:1%}.nav.nav-tabs.nav-justified .nav-link{margin-bottom:0}.nav.nav-tabs.nav-justified .nav-link.active,.nav.nav-tabs.nav-justified .nav-link.active:focus,.nav.nav-tabs.nav-justified .nav-link.active:hover{border-bottom-color:transparent}}.nav.nav-tabs.nav-justified .nav-item a.nav-link{display:block;border-radius:0}.nav.nav-tabs.nav-justified .nav-item a.nav-link.active{border:none;background-color:#FFF}.nav.nav-tabs.nav-justified .nav-item a.nav-link:hover{border-color:transparent}.nav-vertical{overflow:hidden}.nav-vertical .nav.nav-tabs .nav-item .nav-link{border:none;margin-bottom:0}.nav-vertical .nav.nav-tabs .nav-item .nav-link.active{border:none;border-radius:0}.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:-1.5rem;bottom:100%;top:1.25rem;width:2.14rem}.nav-vertical .nav.nav-tabs .nav-item .nav-link:hover{border-right:none}.nav-vertical .nav.nav-tabs.nav-left{float:left;display:table;margin-right:1rem}.nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane{display:none;background-color:#FFF;overflow-y:auto}.nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane.active{display:block}.nav-vertical .nav.nav-tabs.nav-right{float:right;display:table;margin-left:1rem}.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after{left:-1.5rem}.nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane{display:none;background-color:#FFF;overflow-y:auto;padding-right:1rem}.nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane.active{display:block}@media (max-width:576px){.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after{height:0}}.alert{border:none}.alert .close:focus{outline:0}.alert p{padding:2px 0;margin-bottom:0}.alert .alert-heading{font-weight:700;font-size:.9rem;padding:0 0 8px}.alert.alert-dark .alert-heading{box-shadow:rgba(52,58,64,.4) 0 6px 15px -7px}.alert.alert-light .alert-heading{box-shadow:rgba(248,249,250,.4) 0 6px 15px -7px}.media-list .media{padding:1.25rem;width:100%;margin-top:0}.media-list .media .media-left{padding-right:1rem}.media-list .media .media-right{padding-left:1rem}.media-list a.media{color:#B8C2CC!important}.media-bordered .media{border-top:1px solid #E4E7ED}.media-bordered .media:first-child{border-top:0}.progress{margin-bottom:3rem}.progress:last-child{margin-bottom:1rem}.progress.progress-xl{height:1.14rem}.progress.progress-lg{height:.857rem}.progress.progress-md{height:.57rem}.progress.progress-sm{height:.143rem}.progress .progress-bar{border-radius:1.28rem}ul.list-inline li{display:inline-block}ul.list-inline.list-inline-pipe>li+li:before{content:' | ';padding-right:2px}.list-group .list-group-item{line-height:1.5}.list-group .list-group-item.active:hover{background-color:#7367F0}.list-group .list-group-item.active:focus{outline:0}.list-group .list-group-item.active:focus:hover{color:#FFF}.list-group .list-group-item:hover{background-color:#F8F8F8}.list-group .list-group-item i{font-size:1.2rem;font-weight:100;position:relative}.list-group .list-group-item:not(.active):focus:active{color:inherit}.list-group .list-group-item-action:focus{outline:0}.list-group-item.gu-mirror{border-radius:0}.users-list li+li{margin-left:-.785rem}.users-list li img{border:2px solid #FFF;box-shadow:0 2px 10px 0 rgba(184,194,204,.3)}.users-list li .badge{color:#22292F}.toast-bs-container{z-index:1040;position:fixed;top:0;left:0;width:100%}.toast-bs-container .toast-position{position:relative;top:0;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.toast-bs-container .toast-position .toast.show{opacity:1;z-index:1030}.toast-placement{position:static;top:0}.toast-placement .toast{position:fixed;top:0;z-index:1030}.toast{display:none;background-color:#fff;margin-top:.75rem}.toast .toast-header .close:active,.toast .toast-header .close:focus{outline:0}.toast.show.toast-wrapper{position:static}.toast.toast-translucent{opacity:1;display:block}.toast-header img{width:35px;height:24px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.toast-bs-container{position:fixed!important;left:74%!important}}.toast-bs-container,_:-ms-lang(x){position:fixed!important;left:74%!important}.accordion .collapse-title,.collapse-bordered .collapse-title{font-weight:400;font-size:1.2rem}.accordion .card-header,.collapse-bordered .card-header{cursor:pointer}.collapse-title,.collapse-title:hover{color:inherit}.collapse-bordered .card:first-child{border-top:0}.collapse-bordered .card:last-child{border-bottom:0}.collapse-bordered .card{margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.04);border-radius:0}.collapse-bordered .card .card-header{padding:1rem}.collapse-bordered .card .card-body{padding:1rem;line-height:1.5}.accordion .collapse-border-item.card{border:1px solid rgba(0,0,0,.1);margin-bottom:0}.accordion .collapse-border-item.card:first-child{border-bottom:0}.accordion .collapse-border-item.card .card-header{padding:1rem}.accordion .collapse-border-item.card .card-body{padding:1rem;line-height:1.5}.accordion-shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.1);padding:.15rem .75rem;border-radius:.5rem}.accordion-shadow .card.open{border-radius:.571rem;margin:10px 0;border:0;box-shadow:0 0 8px 0 rgba(0,0,0,.1)!important}.accordion-shadow .card:first-child{border-top-left-radius:.571rem;border-top-right-radius:.571rem}.accordion-shadow .card:last-child{border-bottom-left-radius:.571rem;border-bottom-right-radius:.571rem}.collapse-border{border:1px solid rgba(0,0,0,.1);border-radius:.5rem}.collapse-border+.collapse.show{border:1px solid rgba(0,0,0,.1)}.collapse-margin{margin-top:.71rem;margin-bottom:.71rem!important;box-shadow:0 2px 15px 0 rgba(0,0,0,.05);border-radius:5px;border-bottom:0 solid transparent!important}.collapse-margin .card-header{padding:1rem;border-radius:5px}.collapse-margin .card-body{padding:1rem;line-height:1.5rem}.pagination .page-item{border-radius:5rem}.pagination .page-item.first .page-link,.pagination .page-item.last .page-link,.pagination .page-item.next-item .page-link,.pagination .page-item.prev-item .page-link{color:#7367F0}.pagination .page-item.first.disabled .page-link,.pagination .page-item.last.disabled .page-link,.pagination .page-item.next-item.disabled .page-link,.pagination .page-item.prev-item.disabled .page-link{color:#6C757D}.pagination .page-item:not(.active) .page-link,.pagination .page-item:not(.first) .page-link,.pagination .page-item:not(.last) .page-link,.pagination .page-item:not(.next-item) .page-link,.pagination .page-item:not(.prev-item) .page-link{line-height:1.3}.pagination .page-item.prev-item{margin-right:.3571rem}.pagination .page-item.prev-item .page-link{background-color:#F0F0F0;padding:.572rem .651rem;border-radius:50%}.pagination .page-item.prev-item .page-link:before{content:'\e843';font-family:feather}.pagination .page-item.prev-item .page-link:hover{background:#7367F0;color:#FFF}.pagination .page-item.prev-item~.page-item:nth-child(2){border-top-left-radius:5rem;border-bottom-left-radius:5rem}.pagination .page-item.prev-item~.page-item:nth-child(2) .page-link{border-top-left-radius:5rem!important;border-bottom-left-radius:5rem!important}.pagination .page-item.prev-item~.page-item:nth-last-child(2){border-top-right-radius:5rem;border-bottom-right-radius:5rem}.pagination .page-item.prev-item~.page-item:nth-last-child(2) .page-link{border-top-right-radius:5rem!important;border-bottom-right-radius:5rem!important}.pagination .page-item.next-item{margin-left:.3571rem}.pagination .page-item.next-item .page-link{background-color:#F0F0F0;padding:.572rem .651rem;border-radius:50%}.pagination .page-item.next-item .page-link:after{content:'\e844';font-family:feather}.pagination .page-item.next-item .page-link:hover{background:#7367F0;color:#FFF}.pagination .page-item.prev .page-link:before,.pagination .page-item.previous .page-link:before{content:'\e843';font-family:feather}.pagination .page-item.next .page-link:after{content:'\e844';font-family:feather}.pagination .page-item .page-link{border:none;margin:0;color:rgba(0,0,0,.6);background-color:#F0F0F0;font-size:1rem;font-weight:700}.pagination .page-item .page-link i{position:relative;top:1px}.pagination .page-item .page-link:focus{box-shadow:none}.pagination .page-item .page-link:hover{color:#7367F0}.pagination .page-item.active{background-color:#F0F0F0;border-radius:0}.pagination .page-item.active .page-link{z-index:3;border-radius:5rem;background-color:#7367F0;color:#FFF;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.pagination .page-item:first-child:not(.prev-item).active{border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}.pagination .page-item:first-child:not(.prev-item).active .page-link{border-radius:5rem}.pagination .page-item:first-child:not(.prev-item) .page-link{border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}.pagination .page-item:last-child:not(.next-item).active{border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}.pagination .page-item:last-child:not(.next-item).active .page-link{border-radius:5rem}.pagination .page-item:last-child:not(.next-item) .page-link{border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}.pagination.pagination-lg .page-item .page-link{font-size:1.5rem;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.modal .modal-header{background-color:#F8F8F8;border-radius:.42rem;padding:.8rem;border-bottom:none}.modal .modal-header .close{padding:.2rem .62rem;box-shadow:0 5px 20px 0 rgba(0,0,0,.1);border-radius:.357rem;background:#FFF;opacity:1;-webkit-transition:all .23s ease .1s;transition:all .23s ease .1s;position:relative;-webkit-transform:translate(8px,-2px);-ms-transform:translate(8px,-2px);transform:translate(8px,-2px)}.modal .modal-header .close span{font-weight:400;font-size:2rem;color:#7367F0}.modal .modal-header .close:active,.modal .modal-header .close:focus,.modal .modal-header .close:hover{opacity:1;outline:0;-webkit-transform:translate(5px,3px);-ms-transform:translate(5px,3px);transform:translate(5px,3px);box-shadow:none}.modal .modal-header[class*=bg-]{color:#FFF;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.modal .modal-header[class*=bg-] .modal-title{color:#FFF}.modal .modal-header.bg-primary .close span{color:#7367F0}.modal .modal-header.bg-success .close span{color:#28A745}.modal .modal-header.bg-info .close span{color:#00CFE8}.modal .modal-header.bg-danger .close span{color:#DC3545}.modal .modal-header.bg-warning .close span{color:#FF9F43}.modal .modal-header.bg-dark .close span{color:#343A40}.modal .modal-content{border:none;overflow:visible;box-shadow:0 5px 20px 0 rgba(0,0,0,.1)}.modal .modal-footer{border-color:rgba(0,0,0,.05)}.modal-sm{max-width:400px}.modal-xs{max-width:300px}.modal-xl{max-width:94%;margin-left:3%;margin-right:3%}@media (max-width:576px){.modal{padding-right:1rem;padding-left:1rem}.modal .modal-sm,.modal .modal-xs{max-width:unset}}.popover{z-index:10}.popover .popover-header{color:#FFF;border:none;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.popover.bs-popover-bottom .arrow:after{border-bottom-color:#7367F0}.icon-bg-circle{color:#FFF;padding:.5rem;border-radius:50%}.icon-left,.icon-right{margin-right:.5rem}.icon-spin{display:inline-block;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.blockOverlay{z-index:1050!important}.blockElement,.blockPage{z-index:1051!important}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}.hidden{display:none;visibility:hidden}a:hover{cursor:pointer}.round{border-radius:1.5rem}.square{border-radius:0}.icon-line-height{line-height:1.5rem!important}.spinner{display:inline-block;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@keyframes spin{0%,from{-webkit-transform:rotate(0);transform:rotate(0)}100%,to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}button:focus{outline:0}
\ No newline at end of file
diff --git a/www/assets2/css/bootstrap.css b/www/assets2/css/bootstrap.css
new file mode 100644
index 0000000..0663e09
--- /dev/null
+++ b/www/assets2/css/bootstrap.css
@@ -0,0 +1,10630 @@
+/*!
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*!
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+:root {
+ --blue : #00CFE8;
+ --indigo : #6610F2;
+ --purple : #6F42C1;
+ --pink : #E83E8C;
+ --red : #EA5455;
+ --orange : #FF9F43;
+ --yellow : #FFC107;
+ --green : #28C76F;
+ --teal : #20C997;
+ --cyan : #7367F0;
+ --white : #FFFFFF;
+ --gray : #B8C2CC;
+ --gray-dark : #1E1E1E;
+ --primary : #7367F0;
+ --secondary : #B8C2CC;
+ --success : #28C76F;
+ --info : #00CFE8;
+ --warning : #FF9F43;
+ --danger : #EA5455;
+ --light : #BABFC7;
+ --dark : #1E1E1E;
+ --breakpoint-xs : 0;
+ --breakpoint-sm : 576px;
+ --breakpoint-md : 768px;
+ --breakpoint-lg : 992px;
+ --breakpoint-xl : 1200px;
+ --font-family-sans-serif : 'Montserrat', Helvetica, Arial, serif;
+ --font-family-monospace : 'Montserrat', Helvetica, Arial, serif;
+}
+
+*, *::before, *::after {
+ box-sizing : border-box;
+}
+
+html {
+ font-family : sans-serif;
+ line-height : 1.15;
+ -webkit-text-size-adjust : 100%;
+ -webkit-tap-highlight-color : rgba(34, 41, 47, 0);
+}
+
+article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
+ display : block;
+}
+
+body {
+ margin : 0;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-size : 1rem;
+ font-weight : 400;
+ line-height : 1.45;
+ color : #626262;
+ text-align : left;
+ background-color : #F8F8F8;
+}
+
+[tabindex='-1']:focus {
+ outline : 0 !important;
+}
+
+hr {
+ box-sizing : content-box;
+ height : 0;
+ overflow : visible;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ margin-top : 0;
+ margin-bottom : 0.5rem;
+}
+
+p {
+ margin-top : 0;
+ margin-bottom : 1rem;
+}
+
+abbr[title], abbr[data-original-title] {
+ text-decoration : underline;
+ -webkit-text-decoration : underline dotted;
+ text-decoration : underline dotted;
+ cursor : help;
+ border-bottom : 0;
+ -webkit-text-decoration-skip-ink : none;
+ text-decoration-skip-ink : none;
+}
+
+address {
+ margin-bottom : 1rem;
+ font-style : normal;
+ line-height : inherit;
+}
+
+ol, ul, dl {
+ margin-top : 0;
+ margin-bottom : 1rem;
+}
+
+ol ol, ul ul, ol ul, ul ol {
+ margin-bottom : 0;
+}
+
+dt {
+ font-weight : 700;
+}
+
+dd {
+ margin-bottom : 0.5rem;
+ margin-left : 0;
+}
+
+blockquote {
+ margin : 0 0 1rem;
+}
+
+b, strong {
+ font-weight : bolder;
+}
+
+small {
+ font-size : 80%;
+}
+
+sub, sup {
+ position : relative;
+ font-size : 75%;
+ line-height : 0;
+ vertical-align : baseline;
+}
+
+sub {
+ bottom : -0.25em;
+}
+
+sup {
+ top : -0.5em;
+}
+
+a {
+ color : #7367F0;
+ text-decoration : none;
+ background-color : transparent;
+}
+a:hover {
+ color : #5E50EE;
+ text-decoration : none;
+}
+
+a:not([href]):not([tabindex]) {
+ color : inherit;
+ text-decoration : none;
+}
+a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+ color : inherit;
+ text-decoration : none;
+}
+a:not([href]):not([tabindex]):focus {
+ outline : 0;
+}
+
+pre, code, kbd, samp {
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-size : 1em;
+}
+
+pre {
+ margin-top : 0;
+ margin-bottom : 1rem;
+ overflow : auto;
+}
+
+figure {
+ margin : 0 0 1rem;
+}
+
+img {
+ vertical-align : middle;
+ border-style : none;
+}
+
+svg {
+ overflow : hidden;
+ vertical-align : middle;
+}
+
+table {
+ border-collapse : collapse;
+}
+
+caption {
+ padding-top : 0.75rem;
+ padding-bottom : 0.75rem;
+ color : #B8C2CC;
+ text-align : left;
+ caption-side : bottom;
+}
+
+th {
+ text-align : inherit;
+}
+
+label {
+ display : inline-block;
+ margin-bottom : 0.5rem;
+}
+
+button {
+ border-radius : 0;
+}
+
+button:focus {
+ outline : 1px dotted;
+ outline : 5px auto -webkit-focus-ring-color;
+}
+
+input, button, select, optgroup, textarea {
+ margin : 0;
+ font-family : inherit;
+ font-size : inherit;
+ line-height : inherit;
+}
+
+button, input {
+ overflow : visible;
+}
+
+button, select {
+ text-transform : none;
+}
+
+select {
+ word-wrap : normal;
+}
+
+button, [type='button'], [type='reset'], [type='submit'] {
+ -webkit-appearance : button;
+}
+
+button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
+ cursor : pointer;
+}
+
+button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
+ padding : 0;
+ border-style : none;
+}
+
+input[type='radio'], input[type='checkbox'] {
+ box-sizing : border-box;
+ padding : 0;
+}
+
+input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] {
+ -webkit-appearance : listbox;
+}
+
+textarea {
+ overflow : auto;
+ resize : vertical;
+}
+
+fieldset {
+ min-width : 0;
+ padding : 0;
+ margin : 0;
+ border : 0;
+}
+
+legend {
+ display : block;
+ width : 100%;
+ max-width : 100%;
+ padding : 0;
+ margin-bottom : 0.5rem;
+ font-size : 1.5rem;
+ line-height : inherit;
+ color : inherit;
+ white-space : normal;
+}
+
+progress {
+ vertical-align : baseline;
+}
+
+[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
+ height : auto;
+}
+
+[type='search'] {
+ outline-offset : -2px;
+ -webkit-appearance : none;
+}
+
+[type='search']::-webkit-search-decoration {
+ -webkit-appearance : none;
+}
+
+::-webkit-file-upload-button {
+ font : inherit;
+ -webkit-appearance : button;
+}
+
+output {
+ display : inline-block;
+}
+
+summary {
+ display : list-item;
+ cursor : pointer;
+}
+
+template {
+ display : none;
+}
+
+[hidden] {
+ display : none !important;
+}
+
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
+ margin-bottom : 0.5rem;
+ font-family : inherit;
+ font-weight : 500;
+ line-height : 1.2;
+ color : #2C2C2C;
+}
+
+h1, .h1 {
+ font-size : 2rem;
+}
+
+h2, .h2 {
+ font-size : 1.74rem;
+}
+
+h3, .h3 {
+ font-size : 1.51rem;
+}
+
+h4, .h4 {
+ font-size : 1.32rem;
+}
+
+h5, .h5 {
+ font-size : 1.14rem;
+}
+
+h6, .h6 {
+ font-size : 1rem;
+}
+
+.lead {
+ font-size : 1.25rem;
+ font-weight : 300;
+}
+
+.display-1 {
+ font-size : 6rem;
+ font-weight : 300;
+ line-height : 1.2;
+}
+
+.display-2 {
+ font-size : 5.5rem;
+ font-weight : 300;
+ line-height : 1.2;
+}
+
+.display-3 {
+ font-size : 4.5rem;
+ font-weight : 300;
+ line-height : 1.2;
+}
+
+.display-4 {
+ font-size : 3.5rem;
+ font-weight : 300;
+ line-height : 1.2;
+}
+
+hr {
+ margin-top : 1rem;
+ margin-bottom : 1rem;
+ border : 0;
+ border-top : 1px solid rgba(34, 41, 47, 0.1);
+}
+
+small, .small {
+ font-size : smaller;
+ font-weight : 400;
+}
+
+mark, .mark {
+ padding : 0.2em;
+ background-color : #FCF8E3;
+}
+
+.list-unstyled {
+ padding-left : 0;
+ list-style : none;
+}
+
+.list-inline {
+ padding-left : 0;
+ list-style : none;
+}
+
+.list-inline-item {
+ display : inline-block;
+}
+.list-inline-item:not(:last-child) {
+ margin-right : 0.5rem;
+}
+
+.initialism {
+ font-size : 90%;
+ text-transform : uppercase;
+}
+
+.blockquote {
+ margin-bottom : 1rem;
+ font-size : 1.25rem;
+}
+
+.blockquote-footer {
+ display : block;
+ font-size : smaller;
+ color : #B8C2CC;
+}
+.blockquote-footer::before {
+ content : '\2014\00A0';
+}
+
+.img-fluid {
+ max-width : 100%;
+ height : auto;
+}
+
+.img-thumbnail {
+ padding : 0.25rem;
+ background-color : #F8F8F8;
+ border : 1px solid #DAE1E7;
+ border-radius : 0.5rem;
+ max-width : 100%;
+ height : auto;
+}
+
+.figure {
+ display : inline-block;
+}
+
+.figure-img {
+ margin-bottom : 0.5rem;
+ line-height : 1;
+}
+
+.figure-caption {
+ font-size : 90%;
+ color : #B8C2CC;
+}
+
+code {
+ font-size : 90%;
+ color : #E83E8C;
+ word-break : break-word;
+}
+a > code {
+ color : inherit;
+}
+
+kbd {
+ padding : 0.2rem 0.4rem;
+ font-size : 90%;
+ color : #FFFFFF;
+ background-color : #EEEEEE;
+ border-radius : 0.25rem;
+}
+kbd kbd {
+ padding : 0;
+ font-size : 100%;
+ font-weight : 700;
+}
+
+pre {
+ display : block;
+ font-size : 90%;
+ color : #2A2E30;
+}
+pre code {
+ font-size : inherit;
+ color : inherit;
+ word-break : normal;
+}
+
+.pre-scrollable {
+ max-height : 340px;
+ overflow-y : scroll;
+}
+
+.container {
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+ margin-right : auto;
+ margin-left : auto;
+}
+@media (min-width: 576px) {
+ .container {
+ max-width : 540px;
+ }
+}
+@media (min-width: 768px) {
+ .container {
+ max-width : 720px;
+ }
+}
+@media (min-width: 992px) {
+ .container {
+ max-width : 960px;
+ }
+}
+@media (min-width: 1200px) {
+ .container {
+ max-width : 1140px;
+ }
+}
+
+.container-fluid {
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+ margin-right : auto;
+ margin-left : auto;
+}
+
+.row {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ margin-right : -14px;
+ margin-left : -14px;
+}
+
+.no-gutters {
+ margin-right : 0;
+ margin-left : 0;
+}
+.no-gutters > .col, .no-gutters > [class*='col-'] {
+ padding-right : 0;
+ padding-left : 0;
+}
+
+.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
+ position : relative;
+ width : 100%;
+ padding-right : 14px;
+ padding-left : 14px;
+}
+
+.col {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ max-width : 100%;
+}
+
+.col-auto {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ width : auto;
+ max-width : 100%;
+}
+
+.col-1 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 8.33333%;
+ -ms-flex : 0 0 8.33333%;
+ flex : 0 0 8.33333%;
+ max-width : 8.33333%;
+}
+
+.col-2 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 16.66667%;
+ -ms-flex : 0 0 16.66667%;
+ flex : 0 0 16.66667%;
+ max-width : 16.66667%;
+}
+
+.col-3 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 25%;
+ -ms-flex : 0 0 25%;
+ flex : 0 0 25%;
+ max-width : 25%;
+}
+
+.col-4 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+}
+
+.col-5 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 41.66667%;
+ -ms-flex : 0 0 41.66667%;
+ flex : 0 0 41.66667%;
+ max-width : 41.66667%;
+}
+
+.col-6 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+}
+
+.col-7 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 58.33333%;
+ -ms-flex : 0 0 58.33333%;
+ flex : 0 0 58.33333%;
+ max-width : 58.33333%;
+}
+
+.col-8 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+}
+
+.col-9 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 75%;
+ -ms-flex : 0 0 75%;
+ flex : 0 0 75%;
+ max-width : 75%;
+}
+
+.col-10 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 83.33333%;
+ -ms-flex : 0 0 83.33333%;
+ flex : 0 0 83.33333%;
+ max-width : 83.33333%;
+}
+
+.col-11 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 91.66667%;
+ -ms-flex : 0 0 91.66667%;
+ flex : 0 0 91.66667%;
+ max-width : 91.66667%;
+}
+
+.col-12 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 100%;
+ -ms-flex : 0 0 100%;
+ flex : 0 0 100%;
+ max-width : 100%;
+}
+
+.order-first {
+ -webkit-box-ordinal-group : 0;
+ -webkit-order : -1;
+ -ms-flex-order : -1;
+ order : -1;
+}
+
+.order-last {
+ -webkit-box-ordinal-group : 14;
+ -webkit-order : 13;
+ -ms-flex-order : 13;
+ order : 13;
+}
+
+.order-0 {
+ -webkit-box-ordinal-group : 1;
+ -webkit-order : 0;
+ -ms-flex-order : 0;
+ order : 0;
+}
+
+.order-1 {
+ -webkit-box-ordinal-group : 2;
+ -webkit-order : 1;
+ -ms-flex-order : 1;
+ order : 1;
+}
+
+.order-2 {
+ -webkit-box-ordinal-group : 3;
+ -webkit-order : 2;
+ -ms-flex-order : 2;
+ order : 2;
+}
+
+.order-3 {
+ -webkit-box-ordinal-group : 4;
+ -webkit-order : 3;
+ -ms-flex-order : 3;
+ order : 3;
+}
+
+.order-4 {
+ -webkit-box-ordinal-group : 5;
+ -webkit-order : 4;
+ -ms-flex-order : 4;
+ order : 4;
+}
+
+.order-5 {
+ -webkit-box-ordinal-group : 6;
+ -webkit-order : 5;
+ -ms-flex-order : 5;
+ order : 5;
+}
+
+.order-6 {
+ -webkit-box-ordinal-group : 7;
+ -webkit-order : 6;
+ -ms-flex-order : 6;
+ order : 6;
+}
+
+.order-7 {
+ -webkit-box-ordinal-group : 8;
+ -webkit-order : 7;
+ -ms-flex-order : 7;
+ order : 7;
+}
+
+.order-8 {
+ -webkit-box-ordinal-group : 9;
+ -webkit-order : 8;
+ -ms-flex-order : 8;
+ order : 8;
+}
+
+.order-9 {
+ -webkit-box-ordinal-group : 10;
+ -webkit-order : 9;
+ -ms-flex-order : 9;
+ order : 9;
+}
+
+.order-10 {
+ -webkit-box-ordinal-group : 11;
+ -webkit-order : 10;
+ -ms-flex-order : 10;
+ order : 10;
+}
+
+.order-11 {
+ -webkit-box-ordinal-group : 12;
+ -webkit-order : 11;
+ -ms-flex-order : 11;
+ order : 11;
+}
+
+.order-12 {
+ -webkit-box-ordinal-group : 13;
+ -webkit-order : 12;
+ -ms-flex-order : 12;
+ order : 12;
+}
+
+.offset-1 {
+ margin-left : 8.33333%;
+}
+
+.offset-2 {
+ margin-left : 16.66667%;
+}
+
+.offset-3 {
+ margin-left : 25%;
+}
+
+.offset-4 {
+ margin-left : 33.33333%;
+}
+
+.offset-5 {
+ margin-left : 41.66667%;
+}
+
+.offset-6 {
+ margin-left : 50%;
+}
+
+.offset-7 {
+ margin-left : 58.33333%;
+}
+
+.offset-8 {
+ margin-left : 66.66667%;
+}
+
+.offset-9 {
+ margin-left : 75%;
+}
+
+.offset-10 {
+ margin-left : 83.33333%;
+}
+
+.offset-11 {
+ margin-left : 91.66667%;
+}
+
+@media (min-width: 576px) {
+ .col-sm {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ max-width : 100%;
+ }
+ .col-sm-auto {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ width : auto;
+ max-width : 100%;
+ }
+ .col-sm-1 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 8.33333%;
+ -ms-flex : 0 0 8.33333%;
+ flex : 0 0 8.33333%;
+ max-width : 8.33333%;
+ }
+ .col-sm-2 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 16.66667%;
+ -ms-flex : 0 0 16.66667%;
+ flex : 0 0 16.66667%;
+ max-width : 16.66667%;
+ }
+ .col-sm-3 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 25%;
+ -ms-flex : 0 0 25%;
+ flex : 0 0 25%;
+ max-width : 25%;
+ }
+ .col-sm-4 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+ }
+ .col-sm-5 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 41.66667%;
+ -ms-flex : 0 0 41.66667%;
+ flex : 0 0 41.66667%;
+ max-width : 41.66667%;
+ }
+ .col-sm-6 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+ .col-sm-7 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 58.33333%;
+ -ms-flex : 0 0 58.33333%;
+ flex : 0 0 58.33333%;
+ max-width : 58.33333%;
+ }
+ .col-sm-8 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+ }
+ .col-sm-9 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 75%;
+ -ms-flex : 0 0 75%;
+ flex : 0 0 75%;
+ max-width : 75%;
+ }
+ .col-sm-10 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 83.33333%;
+ -ms-flex : 0 0 83.33333%;
+ flex : 0 0 83.33333%;
+ max-width : 83.33333%;
+ }
+ .col-sm-11 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 91.66667%;
+ -ms-flex : 0 0 91.66667%;
+ flex : 0 0 91.66667%;
+ max-width : 91.66667%;
+ }
+ .col-sm-12 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 100%;
+ -ms-flex : 0 0 100%;
+ flex : 0 0 100%;
+ max-width : 100%;
+ }
+ .order-sm-first {
+ -webkit-box-ordinal-group : 0;
+ -webkit-order : -1;
+ -ms-flex-order : -1;
+ order : -1;
+ }
+ .order-sm-last {
+ -webkit-box-ordinal-group : 14;
+ -webkit-order : 13;
+ -ms-flex-order : 13;
+ order : 13;
+ }
+ .order-sm-0 {
+ -webkit-box-ordinal-group : 1;
+ -webkit-order : 0;
+ -ms-flex-order : 0;
+ order : 0;
+ }
+ .order-sm-1 {
+ -webkit-box-ordinal-group : 2;
+ -webkit-order : 1;
+ -ms-flex-order : 1;
+ order : 1;
+ }
+ .order-sm-2 {
+ -webkit-box-ordinal-group : 3;
+ -webkit-order : 2;
+ -ms-flex-order : 2;
+ order : 2;
+ }
+ .order-sm-3 {
+ -webkit-box-ordinal-group : 4;
+ -webkit-order : 3;
+ -ms-flex-order : 3;
+ order : 3;
+ }
+ .order-sm-4 {
+ -webkit-box-ordinal-group : 5;
+ -webkit-order : 4;
+ -ms-flex-order : 4;
+ order : 4;
+ }
+ .order-sm-5 {
+ -webkit-box-ordinal-group : 6;
+ -webkit-order : 5;
+ -ms-flex-order : 5;
+ order : 5;
+ }
+ .order-sm-6 {
+ -webkit-box-ordinal-group : 7;
+ -webkit-order : 6;
+ -ms-flex-order : 6;
+ order : 6;
+ }
+ .order-sm-7 {
+ -webkit-box-ordinal-group : 8;
+ -webkit-order : 7;
+ -ms-flex-order : 7;
+ order : 7;
+ }
+ .order-sm-8 {
+ -webkit-box-ordinal-group : 9;
+ -webkit-order : 8;
+ -ms-flex-order : 8;
+ order : 8;
+ }
+ .order-sm-9 {
+ -webkit-box-ordinal-group : 10;
+ -webkit-order : 9;
+ -ms-flex-order : 9;
+ order : 9;
+ }
+ .order-sm-10 {
+ -webkit-box-ordinal-group : 11;
+ -webkit-order : 10;
+ -ms-flex-order : 10;
+ order : 10;
+ }
+ .order-sm-11 {
+ -webkit-box-ordinal-group : 12;
+ -webkit-order : 11;
+ -ms-flex-order : 11;
+ order : 11;
+ }
+ .order-sm-12 {
+ -webkit-box-ordinal-group : 13;
+ -webkit-order : 12;
+ -ms-flex-order : 12;
+ order : 12;
+ }
+ .offset-sm-0 {
+ margin-left : 0;
+ }
+ .offset-sm-1 {
+ margin-left : 8.33333%;
+ }
+ .offset-sm-2 {
+ margin-left : 16.66667%;
+ }
+ .offset-sm-3 {
+ margin-left : 25%;
+ }
+ .offset-sm-4 {
+ margin-left : 33.33333%;
+ }
+ .offset-sm-5 {
+ margin-left : 41.66667%;
+ }
+ .offset-sm-6 {
+ margin-left : 50%;
+ }
+ .offset-sm-7 {
+ margin-left : 58.33333%;
+ }
+ .offset-sm-8 {
+ margin-left : 66.66667%;
+ }
+ .offset-sm-9 {
+ margin-left : 75%;
+ }
+ .offset-sm-10 {
+ margin-left : 83.33333%;
+ }
+ .offset-sm-11 {
+ margin-left : 91.66667%;
+ }
+}
+
+@media (min-width: 768px) {
+ .col-md {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ max-width : 100%;
+ }
+ .col-md-auto {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ width : auto;
+ max-width : 100%;
+ }
+ .col-md-1 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 8.33333%;
+ -ms-flex : 0 0 8.33333%;
+ flex : 0 0 8.33333%;
+ max-width : 8.33333%;
+ }
+ .col-md-2 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 16.66667%;
+ -ms-flex : 0 0 16.66667%;
+ flex : 0 0 16.66667%;
+ max-width : 16.66667%;
+ }
+ .col-md-3 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 25%;
+ -ms-flex : 0 0 25%;
+ flex : 0 0 25%;
+ max-width : 25%;
+ }
+ .col-md-4 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+ }
+ .col-md-5 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 41.66667%;
+ -ms-flex : 0 0 41.66667%;
+ flex : 0 0 41.66667%;
+ max-width : 41.66667%;
+ }
+ .col-md-6 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+ .col-md-7 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 58.33333%;
+ -ms-flex : 0 0 58.33333%;
+ flex : 0 0 58.33333%;
+ max-width : 58.33333%;
+ }
+ .col-md-8 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+ }
+ .col-md-9 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 75%;
+ -ms-flex : 0 0 75%;
+ flex : 0 0 75%;
+ max-width : 75%;
+ }
+ .col-md-10 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 83.33333%;
+ -ms-flex : 0 0 83.33333%;
+ flex : 0 0 83.33333%;
+ max-width : 83.33333%;
+ }
+ .col-md-11 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 91.66667%;
+ -ms-flex : 0 0 91.66667%;
+ flex : 0 0 91.66667%;
+ max-width : 91.66667%;
+ }
+ .col-md-12 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 100%;
+ -ms-flex : 0 0 100%;
+ flex : 0 0 100%;
+ max-width : 100%;
+ }
+ .order-md-first {
+ -webkit-box-ordinal-group : 0;
+ -webkit-order : -1;
+ -ms-flex-order : -1;
+ order : -1;
+ }
+ .order-md-last {
+ -webkit-box-ordinal-group : 14;
+ -webkit-order : 13;
+ -ms-flex-order : 13;
+ order : 13;
+ }
+ .order-md-0 {
+ -webkit-box-ordinal-group : 1;
+ -webkit-order : 0;
+ -ms-flex-order : 0;
+ order : 0;
+ }
+ .order-md-1 {
+ -webkit-box-ordinal-group : 2;
+ -webkit-order : 1;
+ -ms-flex-order : 1;
+ order : 1;
+ }
+ .order-md-2 {
+ -webkit-box-ordinal-group : 3;
+ -webkit-order : 2;
+ -ms-flex-order : 2;
+ order : 2;
+ }
+ .order-md-3 {
+ -webkit-box-ordinal-group : 4;
+ -webkit-order : 3;
+ -ms-flex-order : 3;
+ order : 3;
+ }
+ .order-md-4 {
+ -webkit-box-ordinal-group : 5;
+ -webkit-order : 4;
+ -ms-flex-order : 4;
+ order : 4;
+ }
+ .order-md-5 {
+ -webkit-box-ordinal-group : 6;
+ -webkit-order : 5;
+ -ms-flex-order : 5;
+ order : 5;
+ }
+ .order-md-6 {
+ -webkit-box-ordinal-group : 7;
+ -webkit-order : 6;
+ -ms-flex-order : 6;
+ order : 6;
+ }
+ .order-md-7 {
+ -webkit-box-ordinal-group : 8;
+ -webkit-order : 7;
+ -ms-flex-order : 7;
+ order : 7;
+ }
+ .order-md-8 {
+ -webkit-box-ordinal-group : 9;
+ -webkit-order : 8;
+ -ms-flex-order : 8;
+ order : 8;
+ }
+ .order-md-9 {
+ -webkit-box-ordinal-group : 10;
+ -webkit-order : 9;
+ -ms-flex-order : 9;
+ order : 9;
+ }
+ .order-md-10 {
+ -webkit-box-ordinal-group : 11;
+ -webkit-order : 10;
+ -ms-flex-order : 10;
+ order : 10;
+ }
+ .order-md-11 {
+ -webkit-box-ordinal-group : 12;
+ -webkit-order : 11;
+ -ms-flex-order : 11;
+ order : 11;
+ }
+ .order-md-12 {
+ -webkit-box-ordinal-group : 13;
+ -webkit-order : 12;
+ -ms-flex-order : 12;
+ order : 12;
+ }
+ .offset-md-0 {
+ margin-left : 0;
+ }
+ .offset-md-1 {
+ margin-left : 8.33333%;
+ }
+ .offset-md-2 {
+ margin-left : 16.66667%;
+ }
+ .offset-md-3 {
+ margin-left : 25%;
+ }
+ .offset-md-4 {
+ margin-left : 33.33333%;
+ }
+ .offset-md-5 {
+ margin-left : 41.66667%;
+ }
+ .offset-md-6 {
+ margin-left : 50%;
+ }
+ .offset-md-7 {
+ margin-left : 58.33333%;
+ }
+ .offset-md-8 {
+ margin-left : 66.66667%;
+ }
+ .offset-md-9 {
+ margin-left : 75%;
+ }
+ .offset-md-10 {
+ margin-left : 83.33333%;
+ }
+ .offset-md-11 {
+ margin-left : 91.66667%;
+ }
+}
+
+@media (min-width: 992px) {
+ .col-lg {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ max-width : 100%;
+ }
+ .col-lg-auto {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ width : auto;
+ max-width : 100%;
+ }
+ .col-lg-1 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 8.33333%;
+ -ms-flex : 0 0 8.33333%;
+ flex : 0 0 8.33333%;
+ max-width : 8.33333%;
+ }
+ .col-lg-2 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 16.66667%;
+ -ms-flex : 0 0 16.66667%;
+ flex : 0 0 16.66667%;
+ max-width : 16.66667%;
+ }
+ .col-lg-3 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 25%;
+ -ms-flex : 0 0 25%;
+ flex : 0 0 25%;
+ max-width : 25%;
+ }
+ .col-lg-4 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+ }
+ .col-lg-5 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 41.66667%;
+ -ms-flex : 0 0 41.66667%;
+ flex : 0 0 41.66667%;
+ max-width : 41.66667%;
+ }
+ .col-lg-6 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+ .col-lg-7 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 58.33333%;
+ -ms-flex : 0 0 58.33333%;
+ flex : 0 0 58.33333%;
+ max-width : 58.33333%;
+ }
+ .col-lg-8 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+ }
+ .col-lg-9 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 75%;
+ -ms-flex : 0 0 75%;
+ flex : 0 0 75%;
+ max-width : 75%;
+ }
+ .col-lg-10 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 83.33333%;
+ -ms-flex : 0 0 83.33333%;
+ flex : 0 0 83.33333%;
+ max-width : 83.33333%;
+ }
+ .col-lg-11 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 91.66667%;
+ -ms-flex : 0 0 91.66667%;
+ flex : 0 0 91.66667%;
+ max-width : 91.66667%;
+ }
+ .col-lg-12 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 100%;
+ -ms-flex : 0 0 100%;
+ flex : 0 0 100%;
+ max-width : 100%;
+ }
+ .order-lg-first {
+ -webkit-box-ordinal-group : 0;
+ -webkit-order : -1;
+ -ms-flex-order : -1;
+ order : -1;
+ }
+ .order-lg-last {
+ -webkit-box-ordinal-group : 14;
+ -webkit-order : 13;
+ -ms-flex-order : 13;
+ order : 13;
+ }
+ .order-lg-0 {
+ -webkit-box-ordinal-group : 1;
+ -webkit-order : 0;
+ -ms-flex-order : 0;
+ order : 0;
+ }
+ .order-lg-1 {
+ -webkit-box-ordinal-group : 2;
+ -webkit-order : 1;
+ -ms-flex-order : 1;
+ order : 1;
+ }
+ .order-lg-2 {
+ -webkit-box-ordinal-group : 3;
+ -webkit-order : 2;
+ -ms-flex-order : 2;
+ order : 2;
+ }
+ .order-lg-3 {
+ -webkit-box-ordinal-group : 4;
+ -webkit-order : 3;
+ -ms-flex-order : 3;
+ order : 3;
+ }
+ .order-lg-4 {
+ -webkit-box-ordinal-group : 5;
+ -webkit-order : 4;
+ -ms-flex-order : 4;
+ order : 4;
+ }
+ .order-lg-5 {
+ -webkit-box-ordinal-group : 6;
+ -webkit-order : 5;
+ -ms-flex-order : 5;
+ order : 5;
+ }
+ .order-lg-6 {
+ -webkit-box-ordinal-group : 7;
+ -webkit-order : 6;
+ -ms-flex-order : 6;
+ order : 6;
+ }
+ .order-lg-7 {
+ -webkit-box-ordinal-group : 8;
+ -webkit-order : 7;
+ -ms-flex-order : 7;
+ order : 7;
+ }
+ .order-lg-8 {
+ -webkit-box-ordinal-group : 9;
+ -webkit-order : 8;
+ -ms-flex-order : 8;
+ order : 8;
+ }
+ .order-lg-9 {
+ -webkit-box-ordinal-group : 10;
+ -webkit-order : 9;
+ -ms-flex-order : 9;
+ order : 9;
+ }
+ .order-lg-10 {
+ -webkit-box-ordinal-group : 11;
+ -webkit-order : 10;
+ -ms-flex-order : 10;
+ order : 10;
+ }
+ .order-lg-11 {
+ -webkit-box-ordinal-group : 12;
+ -webkit-order : 11;
+ -ms-flex-order : 11;
+ order : 11;
+ }
+ .order-lg-12 {
+ -webkit-box-ordinal-group : 13;
+ -webkit-order : 12;
+ -ms-flex-order : 12;
+ order : 12;
+ }
+ .offset-lg-0 {
+ margin-left : 0;
+ }
+ .offset-lg-1 {
+ margin-left : 8.33333%;
+ }
+ .offset-lg-2 {
+ margin-left : 16.66667%;
+ }
+ .offset-lg-3 {
+ margin-left : 25%;
+ }
+ .offset-lg-4 {
+ margin-left : 33.33333%;
+ }
+ .offset-lg-5 {
+ margin-left : 41.66667%;
+ }
+ .offset-lg-6 {
+ margin-left : 50%;
+ }
+ .offset-lg-7 {
+ margin-left : 58.33333%;
+ }
+ .offset-lg-8 {
+ margin-left : 66.66667%;
+ }
+ .offset-lg-9 {
+ margin-left : 75%;
+ }
+ .offset-lg-10 {
+ margin-left : 83.33333%;
+ }
+ .offset-lg-11 {
+ margin-left : 91.66667%;
+ }
+}
+
+@media (min-width: 1200px) {
+ .col-xl {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ max-width : 100%;
+ }
+ .col-xl-auto {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ width : auto;
+ max-width : 100%;
+ }
+ .col-xl-1 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 8.33333%;
+ -ms-flex : 0 0 8.33333%;
+ flex : 0 0 8.33333%;
+ max-width : 8.33333%;
+ }
+ .col-xl-2 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 16.66667%;
+ -ms-flex : 0 0 16.66667%;
+ flex : 0 0 16.66667%;
+ max-width : 16.66667%;
+ }
+ .col-xl-3 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 25%;
+ -ms-flex : 0 0 25%;
+ flex : 0 0 25%;
+ max-width : 25%;
+ }
+ .col-xl-4 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 33.33333%;
+ -ms-flex : 0 0 33.33333%;
+ flex : 0 0 33.33333%;
+ max-width : 33.33333%;
+ }
+ .col-xl-5 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 41.66667%;
+ -ms-flex : 0 0 41.66667%;
+ flex : 0 0 41.66667%;
+ max-width : 41.66667%;
+ }
+ .col-xl-6 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 50%;
+ -ms-flex : 0 0 50%;
+ flex : 0 0 50%;
+ max-width : 50%;
+ }
+ .col-xl-7 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 58.33333%;
+ -ms-flex : 0 0 58.33333%;
+ flex : 0 0 58.33333%;
+ max-width : 58.33333%;
+ }
+ .col-xl-8 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 66.66667%;
+ -ms-flex : 0 0 66.66667%;
+ flex : 0 0 66.66667%;
+ max-width : 66.66667%;
+ }
+ .col-xl-9 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 75%;
+ -ms-flex : 0 0 75%;
+ flex : 0 0 75%;
+ max-width : 75%;
+ }
+ .col-xl-10 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 83.33333%;
+ -ms-flex : 0 0 83.33333%;
+ flex : 0 0 83.33333%;
+ max-width : 83.33333%;
+ }
+ .col-xl-11 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 91.66667%;
+ -ms-flex : 0 0 91.66667%;
+ flex : 0 0 91.66667%;
+ max-width : 91.66667%;
+ }
+ .col-xl-12 {
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 100%;
+ -ms-flex : 0 0 100%;
+ flex : 0 0 100%;
+ max-width : 100%;
+ }
+ .order-xl-first {
+ -webkit-box-ordinal-group : 0;
+ -webkit-order : -1;
+ -ms-flex-order : -1;
+ order : -1;
+ }
+ .order-xl-last {
+ -webkit-box-ordinal-group : 14;
+ -webkit-order : 13;
+ -ms-flex-order : 13;
+ order : 13;
+ }
+ .order-xl-0 {
+ -webkit-box-ordinal-group : 1;
+ -webkit-order : 0;
+ -ms-flex-order : 0;
+ order : 0;
+ }
+ .order-xl-1 {
+ -webkit-box-ordinal-group : 2;
+ -webkit-order : 1;
+ -ms-flex-order : 1;
+ order : 1;
+ }
+ .order-xl-2 {
+ -webkit-box-ordinal-group : 3;
+ -webkit-order : 2;
+ -ms-flex-order : 2;
+ order : 2;
+ }
+ .order-xl-3 {
+ -webkit-box-ordinal-group : 4;
+ -webkit-order : 3;
+ -ms-flex-order : 3;
+ order : 3;
+ }
+ .order-xl-4 {
+ -webkit-box-ordinal-group : 5;
+ -webkit-order : 4;
+ -ms-flex-order : 4;
+ order : 4;
+ }
+ .order-xl-5 {
+ -webkit-box-ordinal-group : 6;
+ -webkit-order : 5;
+ -ms-flex-order : 5;
+ order : 5;
+ }
+ .order-xl-6 {
+ -webkit-box-ordinal-group : 7;
+ -webkit-order : 6;
+ -ms-flex-order : 6;
+ order : 6;
+ }
+ .order-xl-7 {
+ -webkit-box-ordinal-group : 8;
+ -webkit-order : 7;
+ -ms-flex-order : 7;
+ order : 7;
+ }
+ .order-xl-8 {
+ -webkit-box-ordinal-group : 9;
+ -webkit-order : 8;
+ -ms-flex-order : 8;
+ order : 8;
+ }
+ .order-xl-9 {
+ -webkit-box-ordinal-group : 10;
+ -webkit-order : 9;
+ -ms-flex-order : 9;
+ order : 9;
+ }
+ .order-xl-10 {
+ -webkit-box-ordinal-group : 11;
+ -webkit-order : 10;
+ -ms-flex-order : 10;
+ order : 10;
+ }
+ .order-xl-11 {
+ -webkit-box-ordinal-group : 12;
+ -webkit-order : 11;
+ -ms-flex-order : 11;
+ order : 11;
+ }
+ .order-xl-12 {
+ -webkit-box-ordinal-group : 13;
+ -webkit-order : 12;
+ -ms-flex-order : 12;
+ order : 12;
+ }
+ .offset-xl-0 {
+ margin-left : 0;
+ }
+ .offset-xl-1 {
+ margin-left : 8.33333%;
+ }
+ .offset-xl-2 {
+ margin-left : 16.66667%;
+ }
+ .offset-xl-3 {
+ margin-left : 25%;
+ }
+ .offset-xl-4 {
+ margin-left : 33.33333%;
+ }
+ .offset-xl-5 {
+ margin-left : 41.66667%;
+ }
+ .offset-xl-6 {
+ margin-left : 50%;
+ }
+ .offset-xl-7 {
+ margin-left : 58.33333%;
+ }
+ .offset-xl-8 {
+ margin-left : 66.66667%;
+ }
+ .offset-xl-9 {
+ margin-left : 75%;
+ }
+ .offset-xl-10 {
+ margin-left : 83.33333%;
+ }
+ .offset-xl-11 {
+ margin-left : 91.66667%;
+ }
+}
+
+.table {
+ width : 100%;
+ margin-bottom : 1rem;
+ color : #626262;
+}
+.table th, .table td {
+ padding : 0.75rem;
+ vertical-align : top;
+ border-top : 1px solid #F8F8F8;
+}
+.table thead th {
+ vertical-align : bottom;
+ border-bottom : 2px solid #F8F8F8;
+}
+.table tbody + tbody {
+ border-top : 2px solid #F8F8F8;
+}
+
+.table-sm th, .table-sm td {
+ padding : 0.3rem;
+}
+
+.table-bordered {
+ border : 1px solid #F8F8F8;
+}
+.table-bordered th, .table-bordered td {
+ border : 1px solid #F8F8F8;
+}
+.table-bordered thead th, .table-bordered thead td {
+ border-bottom-width : 2px;
+}
+
+.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
+ border : 0;
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+ background-color : rgba(34, 41, 47, 0.05);
+}
+
+.table-hover tbody tr:hover {
+ color : #626262;
+ background-color : rgba(34, 41, 47, 0.075);
+}
+
+.table-primary, .table-primary > th, .table-primary > td {
+ background-color : #D8D4FB;
+}
+
+.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
+ border-color : #B6B0F7;
+}
+
+.table-hover .table-primary:hover {
+ background-color : #C3BDF9;
+}
+.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
+ background-color : #C3BDF9;
+}
+
+.table-secondary, .table-secondary > th, .table-secondary > td {
+ background-color : #EBEEF1;
+}
+
+.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
+ border-color : #DADFE4;
+}
+
+.table-hover .table-secondary:hover {
+ background-color : #DCE1E7;
+}
+.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
+ background-color : #DCE1E7;
+}
+
+.table-success, .table-success > th, .table-success > td {
+ background-color : #C3EFD7;
+}
+
+.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
+ border-color : #8FE2B4;
+}
+
+.table-hover .table-success:hover {
+ background-color : #AFEACA;
+}
+.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
+ background-color : #AFEACA;
+}
+
+.table-info, .table-info > th, .table-info > td {
+ background-color : #B8F2F9;
+}
+
+.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
+ border-color : #7AE6F3;
+}
+
+.table-hover .table-info:hover {
+ background-color : #A0EEF7;
+}
+.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
+ background-color : #A0EEF7;
+}
+
+.table-warning, .table-warning > th, .table-warning > td {
+ background-color : #FFE4CA;
+}
+
+.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
+ border-color : #FFCD9D;
+}
+
+.table-hover .table-warning:hover {
+ background-color : #FFD7B1;
+}
+.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
+ background-color : #FFD7B1;
+}
+
+.table-danger, .table-danger > th, .table-danger > td {
+ background-color : #F9CFCF;
+}
+
+.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
+ border-color : #F4A6A7;
+}
+
+.table-hover .table-danger:hover {
+ background-color : #F6B8B8;
+}
+.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
+ background-color : #F6B8B8;
+}
+
+.table-light, .table-light > th, .table-light > td {
+ background-color : #ECEDEF;
+}
+
+.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
+ border-color : #DBDEE2;
+}
+
+.table-hover .table-light:hover {
+ background-color : #DEE0E3;
+}
+.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
+ background-color : #DEE0E3;
+}
+
+.table-dark, .table-dark > th, .table-dark > td {
+ background-color : silver;
+}
+
+.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
+ border-color : #8A8A8A;
+}
+
+.table-hover .table-dark:hover {
+ background-color : #B3B3B3;
+}
+.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
+ background-color : #B3B3B3;
+}
+
+.table-active, .table-active > th, .table-active > td {
+ background-color : rgba(34, 41, 47, 0.075);
+}
+
+.table-hover .table-active:hover {
+ background-color : rgba(23, 28, 32, 0.075);
+}
+.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
+ background-color : rgba(23, 28, 32, 0.075);
+}
+
+.table .thead-dark th {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #313131;
+}
+
+.table .thead-light th {
+ color : #4E5154;
+ background-color : #EDEDED;
+ border-color : #F8F8F8;
+}
+
+.table-dark {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+}
+.table-dark th, .table-dark td, .table-dark thead th {
+ border-color : #313131;
+}
+.table-dark.table-bordered {
+ border : 0;
+}
+.table-dark.table-striped tbody tr:nth-of-type(odd) {
+ background-color : rgba(255, 255, 255, 0.05);
+}
+.table-dark.table-hover tbody tr:hover {
+ color : #FFFFFF;
+ background-color : rgba(255, 255, 255, 0.075);
+}
+
+@media (max-width: 575.98px) {
+ .table-responsive-sm {
+ display : block;
+ width : 100%;
+ overflow-x : auto;
+ -webkit-overflow-scrolling : touch;
+ }
+ .table-responsive-sm > .table-bordered {
+ border : 0;
+ }
+}
+
+@media (max-width: 767.98px) {
+ .table-responsive-md {
+ display : block;
+ width : 100%;
+ overflow-x : auto;
+ -webkit-overflow-scrolling : touch;
+ }
+ .table-responsive-md > .table-bordered {
+ border : 0;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .table-responsive-lg {
+ display : block;
+ width : 100%;
+ overflow-x : auto;
+ -webkit-overflow-scrolling : touch;
+ }
+ .table-responsive-lg > .table-bordered {
+ border : 0;
+ }
+}
+
+@media (max-width: 1199.98px) {
+ .table-responsive-xl {
+ display : block;
+ width : 100%;
+ overflow-x : auto;
+ -webkit-overflow-scrolling : touch;
+ }
+ .table-responsive-xl > .table-bordered {
+ border : 0;
+ }
+}
+
+.table-responsive {
+ display : block;
+ width : 100%;
+ overflow-x : auto;
+ -webkit-overflow-scrolling : touch;
+}
+.table-responsive > .table-bordered {
+ border : 0;
+}
+
+.form-control {
+ display : block;
+ width : 100%;
+ height : calc(1.25em + 1.4rem + 1px);
+ padding : 0.7rem 0.7rem;
+ font-size : 0.96rem;
+ font-weight : 400;
+ line-height : 1.25;
+ color : #4E5154;
+ background-color : #FFFFFF;
+ background-clip : padding-box;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+ border-radius : 5px;
+ -webkit-transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .form-control {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.form-control::-ms-expand {
+ background-color : transparent;
+ border : 0;
+}
+.form-control:focus {
+ color : #4E5154;
+ background-color : #FFFFFF;
+ border-color : #7367F0;
+ outline : 0;
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.form-control::-webkit-input-placeholder {
+ color : rgba(0, 0, 0, 0.5);
+ opacity : 1;
+}
+.form-control::-moz-placeholder {
+ color : rgba(0, 0, 0, 0.5);
+ opacity : 1;
+}
+.form-control:-ms-input-placeholder {
+ color : rgba(0, 0, 0, 0.5);
+ opacity : 1;
+}
+.form-control::-ms-input-placeholder {
+ color : rgba(0, 0, 0, 0.5);
+ opacity : 1;
+}
+.form-control::placeholder {
+ color : rgba(0, 0, 0, 0.5);
+ opacity : 1;
+}
+.form-control:disabled, .form-control[readonly] {
+ background-color : #F5F5F1;
+ opacity : 1;
+}
+
+select.form-control:focus::-ms-value {
+ color : #4E5154;
+ background-color : #FFFFFF;
+}
+
+.form-control-file, .form-control-range {
+ display : block;
+ width : 100%;
+}
+
+.col-form-label {
+ padding-top : calc(0.7rem + 1px);
+ padding-bottom : calc(0.7rem + 1px);
+ margin-bottom : 0;
+ font-size : inherit;
+ line-height : 1.25;
+}
+
+.col-form-label-lg {
+ padding-top : calc(1rem + 1px);
+ padding-bottom : calc(1rem + 1px);
+ font-size : 1.25rem;
+ line-height : 1.25;
+}
+
+.col-form-label-sm {
+ padding-top : calc(0.5rem + 1px);
+ padding-bottom : calc(0.5rem + 1px);
+ font-size : 0.7rem;
+ line-height : 1;
+}
+
+.form-control-plaintext {
+ display : block;
+ width : 100%;
+ padding-top : 0.7rem;
+ padding-bottom : 0.7rem;
+ margin-bottom : 0;
+ line-height : 1.25;
+ color : #ADB5BD;
+ background-color : transparent;
+ border : solid transparent;
+ border-width : 1px 0;
+}
+.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
+ padding-right : 0;
+ padding-left : 0;
+}
+
+.form-control-sm {
+ height : calc(1em + 1rem + 2px);
+ padding : 0.5rem 1.5rem;
+ font-size : 0.7rem;
+ line-height : 1;
+ border-radius : 4px;
+}
+
+.form-control-lg {
+ height : calc(1.25em + 2rem + 2px);
+ padding : 1rem 2.5rem;
+ font-size : 1.25rem;
+ line-height : 1.25;
+ border-radius : 6px;
+}
+
+select.form-control[size], select.form-control[multiple] {
+ height : auto;
+}
+
+textarea.form-control {
+ height : auto;
+}
+
+.form-group {
+ margin-bottom : 1rem;
+}
+
+.form-text {
+ display : block;
+ margin-top : 0.25rem;
+}
+
+.form-row {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ margin-right : -5px;
+ margin-left : -5px;
+}
+.form-row > .col, .form-row > [class*='col-'] {
+ padding-right : 5px;
+ padding-left : 5px;
+}
+
+.form-check {
+ position : relative;
+ display : block;
+ padding-left : 1.25rem;
+}
+
+.form-check-input {
+ position : absolute;
+ margin-top : 0.3rem;
+ margin-left : -1.25rem;
+}
+.form-check-input:disabled ~ .form-check-label {
+ color : #B8C2CC;
+}
+
+.form-check-label {
+ margin-bottom : 0;
+}
+
+.form-check-inline {
+ display : -webkit-inline-box;
+ display : -webkit-inline-flex;
+ display : -ms-inline-flexbox;
+ display : inline-flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ padding-left : 0;
+ margin-right : 0.75rem;
+}
+.form-check-inline .form-check-input {
+ position : static;
+ margin-top : 0;
+ margin-right : 0.3125rem;
+ margin-left : 0;
+}
+
+.valid-feedback {
+ display : none;
+ width : 100%;
+ margin-top : 0.25rem;
+ font-size : smaller;
+ color : #28C76F;
+}
+
+.valid-tooltip {
+ position : absolute;
+ top : 100%;
+ z-index : 5;
+ display : none;
+ max-width : 100%;
+ padding : 0.4rem 0.775rem;
+ margin-top : 0.1rem;
+ font-size : 0.857rem;
+ line-height : 1.45;
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-radius : 0.428rem;
+}
+
+.was-validated .form-control:valid, .form-control.is-valid {
+ border-color : #28C76F;
+ padding-right : calc(1.25em + 1.4rem);
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
+ background-repeat : no-repeat;
+ background-position : center right calc(0.3125em + 0.35rem);
+ background-size : calc(0.625em + 0.7rem) calc(0.625em + 0.7rem);
+}
+.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
+ border-color : #28C76F;
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.25);
+}
+.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
+ padding-right : calc(1.25em + 1.4rem);
+ background-position : top calc(0.3125em + 0.35rem) right calc(0.3125em + 0.35rem);
+}
+
+.was-validated .custom-select:valid, .custom-select.is-valid {
+ border-color : #28C76F;
+ padding-right : calc((1em + 1.4rem) * 3 / 4 + 1.7rem);
+ background : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right 0.7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') #FFFFFF no-repeat center right 1.7rem/calc(0.625em + 0.7rem) calc(0.625em + 0.7rem);
+}
+.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
+ border-color : #28C76F;
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.25);
+}
+.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
+ color : #28C76F;
+}
+
+.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
+ color : #28C76F;
+}
+.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
+ border-color : #28C76F;
+}
+
+.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
+ border-color : #48DA89;
+ background-color : #48DA89;
+}
+
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.25);
+}
+
+.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color : #28C76F;
+}
+
+.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
+ border-color : #28C76F;
+}
+
+.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
+ border-color : #28C76F;
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.25);
+}
+
+.invalid-feedback {
+ display : none;
+ width : 100%;
+ margin-top : 0.25rem;
+ font-size : smaller;
+ color : #EA5455;
+}
+
+.invalid-tooltip {
+ position : absolute;
+ top : 100%;
+ z-index : 5;
+ display : none;
+ max-width : 100%;
+ padding : 0.4rem 0.775rem;
+ margin-top : 0.1rem;
+ font-size : 0.857rem;
+ line-height : 1.45;
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-radius : 0.428rem;
+}
+
+.was-validated .form-control:invalid, .form-control.is-invalid {
+ border-color : #EA5455;
+ padding-right : calc(1.25em + 1.4rem);
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E');
+ background-repeat : no-repeat;
+ background-position : center right calc(0.3125em + 0.35rem);
+ background-size : calc(0.625em + 0.7rem) calc(0.625em + 0.7rem);
+}
+.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
+ border-color : #EA5455;
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.25);
+}
+.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
+ padding-right : calc(1.25em + 1.4rem);
+ background-position : top calc(0.3125em + 0.35rem) right calc(0.3125em + 0.35rem);
+}
+
+.was-validated .custom-select:invalid, .custom-select.is-invalid {
+ border-color : #EA5455;
+ padding-right : calc((1em + 1.4rem) * 3 / 4 + 1.7rem);
+ background : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right 0.7rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') #FFFFFF no-repeat center right 1.7rem/calc(0.625em + 0.7rem) calc(0.625em + 0.7rem);
+}
+.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
+ border-color : #EA5455;
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.25);
+}
+.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
+ color : #EA5455;
+}
+
+.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
+ color : #EA5455;
+}
+.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
+ border-color : #EA5455;
+}
+
+.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
+ border-color : #F08182;
+ background-color : #F08182;
+}
+
+.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.25);
+}
+
+.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
+ border-color : #EA5455;
+}
+
+.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
+ border-color : #EA5455;
+}
+
+.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
+ display : block;
+}
+
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
+ border-color : #EA5455;
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.25);
+}
+
+.form-inline {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.form-inline .form-check {
+ width : 100%;
+}
+@media (min-width: 576px) {
+ .form-inline label {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ margin-bottom : 0;
+ }
+ .form-inline .form-group {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 0 auto;
+ -ms-flex : 0 0 auto;
+ flex : 0 0 auto;
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ margin-bottom : 0;
+ }
+ .form-inline .form-control {
+ display : inline-block;
+ width : auto;
+ vertical-align : middle;
+ }
+ .form-inline .form-control-plaintext {
+ display : inline-block;
+ }
+ .form-inline .input-group, .form-inline .custom-select {
+ width : auto;
+ }
+ .form-inline .form-check {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ width : auto;
+ padding-left : 0;
+ }
+ .form-inline .form-check-input {
+ position : relative;
+ -webkit-flex-shrink : 0;
+ -ms-flex-negative : 0;
+ flex-shrink : 0;
+ margin-top : 0;
+ margin-right : 0.25rem;
+ margin-left : 0;
+ }
+ .form-inline .custom-control {
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ }
+ .form-inline .custom-control-label {
+ margin-bottom : 0;
+ }
+}
+
+.btn {
+ display : inline-block;
+ font-weight : 400;
+ color : #626262;
+ text-align : center;
+ vertical-align : middle;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+ background-color : transparent;
+ border : 0 solid transparent;
+ padding : 0.9rem 2rem;
+ font-size : 1rem;
+ line-height : 1;
+ border-radius : 0.4285rem;
+ -webkit-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .btn {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.btn:hover {
+ color : #626262;
+ text-decoration : none;
+}
+.btn:focus, .btn.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+}
+.btn.disabled, .btn:disabled {
+ opacity : 0.65;
+}
+
+a.btn.disabled, fieldset:disabled a.btn {
+ pointer-events : none;
+}
+
+.btn-primary {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-primary:hover {
+ color : #FFFFFF;
+ background-color : #5344ED;
+ border-color : #4839EB;
+}
+.btn-primary:focus, .btn-primary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+}
+.btn-primary.disabled, .btn-primary:disabled {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #4839EB;
+ border-color : #3E2DEA;
+}
+.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+}
+
+.btn-secondary {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-secondary:hover {
+ color : #2A2E30;
+ background-color : #A2AFBC;
+ border-color : #9AA9B7;
+}
+.btn-secondary:focus, .btn-secondary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
+}
+.btn-secondary.disabled, .btn-secondary:disabled {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #9AA9B7;
+ border-color : #93A2B1;
+}
+.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
+}
+
+.btn-success {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-success:hover {
+ color : #FFFFFF;
+ background-color : #22A75D;
+ border-color : #1F9D57;
+}
+.btn-success:focus, .btn-success.focus {
+ box-shadow : 0 0 0 0.2rem rgba(72, 207, 133, 0.5);
+}
+.btn-success.disabled, .btn-success:disabled {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1F9D57;
+ border-color : #1D9251;
+}
+.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(72, 207, 133, 0.5);
+}
+
+.btn-info {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-info:hover {
+ color : #FFFFFF;
+ background-color : #00ADC2;
+ border-color : #00A1B5;
+}
+.btn-info:focus, .btn-info.focus {
+ box-shadow : 0 0 0 0.2rem rgba(38, 214, 235, 0.5);
+}
+.btn-info.disabled, .btn-info:disabled {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #00A1B5;
+ border-color : #0096A8;
+}
+.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(38, 214, 235, 0.5);
+}
+
+.btn-warning {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-warning:hover {
+ color : #2A2E30;
+ background-color : #FF8B1D;
+ border-color : #FF8510;
+}
+.btn-warning:focus, .btn-warning.focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 142, 64, 0.5);
+}
+.btn-warning.disabled, .btn-warning:disabled {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #FF8510;
+ border-color : #FF7E03;
+}
+.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 142, 64, 0.5);
+}
+
+.btn-danger {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-danger:hover {
+ color : #FFFFFF;
+ background-color : #E63233;
+ border-color : #E42728;
+}
+.btn-danger:focus, .btn-danger.focus {
+ box-shadow : 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
+}
+.btn-danger.disabled, .btn-danger:disabled {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #E42728;
+ border-color : #E21C1D;
+}
+.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
+}
+
+.btn-light {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-light:hover {
+ color : #2A2E30;
+ background-color : #A5ABB6;
+ border-color : #9EA5B0;
+}
+.btn-light:focus, .btn-light.focus {
+ box-shadow : 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
+}
+.btn-light.disabled, .btn-light:disabled {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #9EA5B0;
+ border-color : #979EAA;
+}
+.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
+}
+
+.btn-dark {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-dark:hover {
+ color : #FFFFFF;
+ background-color : #0B0B0B;
+ border-color : #050505;
+}
+.btn-dark:focus, .btn-dark.focus {
+ box-shadow : 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
+}
+.btn-dark.disabled, .btn-dark:disabled {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #050505;
+ border-color : black;
+}
+.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
+}
+
+.btn-outline-primary {
+ color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:hover {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:focus, .btn-outline-primary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+}
+.btn-outline-primary.disabled, .btn-outline-primary:disabled {
+ color : #7367F0;
+ background-color : transparent;
+}
+.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+}
+
+.btn-outline-secondary {
+ color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:hover {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:focus, .btn-outline-secondary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
+}
+.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+ color : #B8C2CC;
+ background-color : transparent;
+}
+.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
+}
+
+.btn-outline-success {
+ color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:hover {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:focus, .btn-outline-success.focus {
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
+}
+.btn-outline-success.disabled, .btn-outline-success:disabled {
+ color : #28C76F;
+ background-color : transparent;
+}
+.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
+}
+
+.btn-outline-info {
+ color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:hover {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:focus, .btn-outline-info.focus {
+ box-shadow : 0 0 0 0.2rem rgba(0, 207, 232, 0.5);
+}
+.btn-outline-info.disabled, .btn-outline-info:disabled {
+ color : #00CFE8;
+ background-color : transparent;
+}
+.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(0, 207, 232, 0.5);
+}
+
+.btn-outline-warning {
+ color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:hover {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:focus, .btn-outline-warning.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 159, 67, 0.5);
+}
+.btn-outline-warning.disabled, .btn-outline-warning:disabled {
+ color : #FF9F43;
+ background-color : transparent;
+}
+.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 159, 67, 0.5);
+}
+
+.btn-outline-danger {
+ color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:hover {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:focus, .btn-outline-danger.focus {
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
+}
+.btn-outline-danger.disabled, .btn-outline-danger:disabled {
+ color : #EA5455;
+ background-color : transparent;
+}
+.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
+}
+
+.btn-outline-light {
+ color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:hover {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:focus, .btn-outline-light.focus {
+ box-shadow : 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
+}
+.btn-outline-light.disabled, .btn-outline-light:disabled {
+ color : #BABFC7;
+ background-color : transparent;
+}
+.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
+}
+
+.btn-outline-dark {
+ color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:hover {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:focus, .btn-outline-dark.focus {
+ box-shadow : 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
+}
+.btn-outline-dark.disabled, .btn-outline-dark:disabled {
+ color : #1E1E1E;
+ background-color : transparent;
+}
+.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
+}
+
+.btn-link {
+ font-weight : 400;
+ color : #7367F0;
+ text-decoration : none;
+}
+.btn-link:hover {
+ color : #5E50EE;
+ text-decoration : none;
+}
+.btn-link:focus, .btn-link.focus {
+ text-decoration : none;
+ box-shadow : none;
+}
+.btn-link:disabled, .btn-link.disabled {
+ color : #B8C2CC;
+ pointer-events : none;
+}
+
+.btn-lg, .btn-group-lg > .btn {
+ padding : 1rem 2.5rem;
+ font-size : 1.25rem;
+ line-height : 1.25;
+ border-radius : 0.4285rem;
+}
+
+.btn-sm, .btn-group-sm > .btn {
+ padding : 0.5rem 1.5rem;
+ font-size : 0.7rem;
+ line-height : 1;
+ border-radius : 0.4285rem;
+}
+
+.btn-block {
+ display : block;
+ width : 100%;
+}
+.btn-block + .btn-block {
+ margin-top : 0.5rem;
+}
+
+input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
+ width : 100%;
+}
+
+.fade {
+ -webkit-transition : opacity 0.15s linear;
+ transition : opacity 0.15s linear;
+}
+@media (prefers-reduced-motion: reduce) {
+ .fade {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.fade:not(.show) {
+ opacity : 0;
+}
+
+.collapse:not(.show) {
+ display : none;
+}
+
+.collapsing {
+ position : relative;
+ height : 0;
+ overflow : hidden;
+ -webkit-transition : height 0.35s ease;
+ transition : height 0.35s ease;
+}
+@media (prefers-reduced-motion: reduce) {
+ .collapsing {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+
+.dropup, .dropright, .dropdown, .dropleft {
+ position : relative;
+}
+
+.dropdown-toggle {
+ white-space : nowrap;
+}
+.dropdown-toggle::after {
+ display : inline-block;
+ margin-left : 0.255em;
+ vertical-align : 0.255em;
+ content : '';
+ border-top : 0.3em solid;
+ border-right : 0.3em solid transparent;
+ border-bottom : 0;
+ border-left : 0.3em solid transparent;
+}
+.dropdown-toggle:empty::after {
+ margin-left : 0;
+}
+
+.dropdown-menu {
+ position : absolute;
+ top : 100%;
+ left : 0;
+ z-index : 10;
+ display : none;
+ float : left;
+ min-width : 10rem;
+ padding : 0.5rem 0;
+ margin : 0.5rem 0 0;
+ font-size : 0.9375rem;
+ color : #626262;
+ text-align : left;
+ list-style : none;
+ background-color : #FFFFFF;
+ background-clip : padding-box;
+ border : 1px solid rgba(34, 41, 47, 0.15);
+ border-radius : 5px;
+}
+
+.dropdown-menu-left {
+ right : auto;
+ left : 0;
+}
+
+.dropdown-menu-right {
+ right : 0;
+ left : auto;
+}
+
+@media (min-width: 576px) {
+ .dropdown-menu-sm-left {
+ right : auto;
+ left : 0;
+ }
+ .dropdown-menu-sm-right {
+ right : 0;
+ left : auto;
+ }
+}
+
+@media (min-width: 768px) {
+ .dropdown-menu-md-left {
+ right : auto;
+ left : 0;
+ }
+ .dropdown-menu-md-right {
+ right : 0;
+ left : auto;
+ }
+}
+
+@media (min-width: 992px) {
+ .dropdown-menu-lg-left {
+ right : auto;
+ left : 0;
+ }
+ .dropdown-menu-lg-right {
+ right : 0;
+ left : auto;
+ }
+}
+
+@media (min-width: 1200px) {
+ .dropdown-menu-xl-left {
+ right : auto;
+ left : 0;
+ }
+ .dropdown-menu-xl-right {
+ right : 0;
+ left : auto;
+ }
+}
+
+.dropup .dropdown-menu {
+ top : auto;
+ bottom : 100%;
+ margin-top : 0;
+ margin-bottom : 0.5rem;
+}
+
+.dropup .dropdown-toggle::after {
+ display : inline-block;
+ margin-left : 0.255em;
+ vertical-align : 0.255em;
+ content : '';
+ border-top : 0;
+ border-right : 0.3em solid transparent;
+ border-bottom : 0.3em solid;
+ border-left : 0.3em solid transparent;
+}
+
+.dropup .dropdown-toggle:empty::after {
+ margin-left : 0;
+}
+
+.dropright .dropdown-menu {
+ top : 0;
+ right : auto;
+ left : 100%;
+ margin-top : 0;
+ margin-left : 0.5rem;
+}
+
+.dropright .dropdown-toggle::after {
+ display : inline-block;
+ margin-left : 0.255em;
+ vertical-align : 0.255em;
+ content : '';
+ border-top : 0.3em solid transparent;
+ border-right : 0;
+ border-bottom : 0.3em solid transparent;
+ border-left : 0.3em solid;
+}
+
+.dropright .dropdown-toggle:empty::after {
+ margin-left : 0;
+}
+
+.dropright .dropdown-toggle::after {
+ vertical-align : 0;
+}
+
+.dropleft .dropdown-menu {
+ top : 0;
+ right : 100%;
+ left : auto;
+ margin-top : 0;
+ margin-right : 0.5rem;
+}
+
+.dropleft .dropdown-toggle::after {
+ display : inline-block;
+ margin-left : 0.255em;
+ vertical-align : 0.255em;
+ content : '';
+}
+
+.dropleft .dropdown-toggle::after {
+ display : none;
+}
+
+.dropleft .dropdown-toggle::before {
+ display : inline-block;
+ margin-right : 0.255em;
+ vertical-align : 0.255em;
+ content : '';
+ border-top : 0.3em solid transparent;
+ border-right : 0.3em solid;
+ border-bottom : 0.3em solid transparent;
+}
+
+.dropleft .dropdown-toggle:empty::after {
+ margin-left : 0;
+}
+
+.dropleft .dropdown-toggle::before {
+ vertical-align : 0;
+}
+
+.dropdown-menu[x-placement^='top'], .dropdown-menu[x-placement^='right'], .dropdown-menu[x-placement^='bottom'], .dropdown-menu[x-placement^='left'] {
+ right : auto;
+ bottom : auto;
+}
+
+.dropdown-divider {
+ height : 0;
+ margin : 0.5rem 0;
+ overflow : hidden;
+ border-top : 1px solid rgba(0, 0, 0, 0.08);
+}
+
+.dropdown-item {
+ display : block;
+ width : 100%;
+ padding : 0.25rem 1.5rem;
+ clear : both;
+ font-weight : 400;
+ color : #2A2E30;
+ text-align : inherit;
+ white-space : nowrap;
+ background-color : transparent;
+ border : 0;
+}
+.dropdown-item:hover, .dropdown-item:focus {
+ color : #1E2122;
+ text-decoration : none;
+ background-color : #F8F8F8;
+}
+.dropdown-item.active, .dropdown-item:active {
+ color : #FFFFFF;
+ text-decoration : none;
+ background-color : #7367F0;
+}
+.dropdown-item.disabled, .dropdown-item:disabled {
+ color : #B8C2CC;
+ pointer-events : none;
+ background-color : transparent;
+}
+
+.dropdown-menu.show {
+ display : block;
+}
+
+.dropdown-header {
+ display : block;
+ padding : 0.5rem 1.5rem;
+ margin-bottom : 0;
+ font-size : 1rem;
+ color : #B8C2CC;
+ white-space : nowrap;
+}
+
+.dropdown-item-text {
+ display : block;
+ padding : 0.25rem 1.5rem;
+ color : #2A2E30;
+}
+
+.btn-group, .btn-group-vertical {
+ position : relative;
+ display : -webkit-inline-box;
+ display : -webkit-inline-flex;
+ display : -ms-inline-flexbox;
+ display : inline-flex;
+ vertical-align : middle;
+}
+.btn-group > .btn, .btn-group-vertical > .btn {
+ position : relative;
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 1 auto;
+ -ms-flex : 1 1 auto;
+ flex : 1 1 auto;
+}
+.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
+ z-index : 1;
+}
+.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
+ z-index : 1;
+}
+
+.btn-toolbar {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+}
+.btn-toolbar .input-group {
+ width : auto;
+}
+
+.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
+ margin-left : 0;
+}
+
+.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+}
+
+.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+}
+
+.dropdown-toggle-split {
+ padding-right : 1.5rem;
+ padding-left : 1.5rem;
+}
+.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
+ margin-left : 0;
+}
+.dropleft .dropdown-toggle-split::before {
+ margin-right : 0;
+}
+
+.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
+ padding-right : 1.125rem;
+ padding-left : 1.125rem;
+}
+
+.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
+ padding-right : 1.875rem;
+ padding-left : 1.875rem;
+}
+
+.btn-group-vertical {
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ -webkit-box-align : start;
+ -webkit-align-items : flex-start;
+ -ms-flex-align : start;
+ align-items : flex-start;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+}
+.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
+ width : 100%;
+}
+.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
+ margin-top : 0;
+}
+.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
+ border-bottom-right-radius : 0;
+ border-bottom-left-radius : 0;
+}
+.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
+ border-top-left-radius : 0;
+ border-top-right-radius : 0;
+}
+
+.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
+ margin-bottom : 0;
+}
+.btn-group-toggle > .btn input[type='radio'], .btn-group-toggle > .btn input[type='checkbox'], .btn-group-toggle > .btn-group > .btn input[type='radio'], .btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
+ position : absolute;
+ clip : rect(0, 0, 0, 0);
+ pointer-events : none;
+}
+
+.input-group {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-align : stretch;
+ -webkit-align-items : stretch;
+ -ms-flex-align : stretch;
+ align-items : stretch;
+ width : 100%;
+}
+.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
+ position : relative;
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 1 auto;
+ -ms-flex : 1 1 auto;
+ flex : 1 1 auto;
+ width : 1%;
+ margin-bottom : 0;
+}
+.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
+ margin-left : -1px;
+}
+.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
+ z-index : 3;
+}
+.input-group > .custom-file .custom-file-input:focus {
+ z-index : 4;
+}
+.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+}
+.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+}
+.input-group > .custom-file {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+}
+.input-group > .custom-file:not(:first-child) .custom-file-label {
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+}
+
+.input-group-prepend, .input-group-append {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+}
+.input-group-prepend .btn, .input-group-append .btn {
+ position : relative;
+ z-index : 2;
+}
+.input-group-prepend .btn:focus, .input-group-append .btn:focus {
+ z-index : 3;
+}
+.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
+ margin-left : -1px;
+}
+
+.input-group-prepend {
+ margin-right : -1px;
+}
+
+.input-group-append {
+ margin-left : -1px;
+}
+
+.input-group-text {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ padding : 0.7rem 0.7rem;
+ margin-bottom : 0;
+ font-size : 0.96rem;
+ font-weight : 400;
+ line-height : 1.25;
+ color : #4E5154;
+ text-align : center;
+ white-space : nowrap;
+ background-color : #EDEDED;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+ border-radius : 5px;
+}
+.input-group-text input[type='radio'], .input-group-text input[type='checkbox'] {
+ margin-top : 0;
+}
+
+.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
+ height : calc(1.25em + 2rem + 2px);
+}
+
+.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
+ padding : 1rem 2.5rem;
+ font-size : 1.25rem;
+ line-height : 1.25;
+ border-radius : 6px;
+}
+
+.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
+ height : calc(1em + 1rem + 2px);
+}
+
+.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
+ padding : 0.5rem 1.5rem;
+ font-size : 0.7rem;
+ line-height : 1;
+ border-radius : 4px;
+}
+
+.input-group-lg > .custom-select, .input-group-sm > .custom-select {
+ padding-right : 1.7rem;
+}
+
+.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+}
+
+.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+}
+
+.custom-control {
+ position : relative;
+ display : block;
+ min-height : 1.45rem;
+ padding-left : 1.5rem;
+}
+
+.custom-control-inline {
+ display : -webkit-inline-box;
+ display : -webkit-inline-flex;
+ display : -ms-inline-flexbox;
+ display : inline-flex;
+ margin-right : 1rem;
+}
+
+.custom-control-input {
+ position : absolute;
+ z-index : -1;
+ opacity : 0;
+}
+.custom-control-input:checked ~ .custom-control-label::before {
+ color : #FFFFFF;
+ border-color : #7367F0;
+ background-color : #7367F0;
+}
+.custom-control-input:focus ~ .custom-control-label::before {
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
+ border-color : #7367F0;
+}
+.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+ color : #FFFFFF;
+ background-color : white;
+ border-color : white;
+}
+.custom-control-input:disabled ~ .custom-control-label {
+ color : #B8C2CC;
+}
+.custom-control-input:disabled ~ .custom-control-label::before {
+ background-color : #F5F5F1;
+}
+
+.custom-control-label {
+ position : relative;
+ margin-bottom : 0;
+ vertical-align : top;
+}
+.custom-control-label::before {
+ position : absolute;
+ top : 0.225rem;
+ left : -1.5rem;
+ display : block;
+ width : 1rem;
+ height : 1rem;
+ pointer-events : none;
+ content : '';
+ background-color : #FFFFFF;
+ border : #ADB5BD solid 1px;
+}
+.custom-control-label::after {
+ position : absolute;
+ top : 0.225rem;
+ left : -1.5rem;
+ display : block;
+ width : 1rem;
+ height : 1rem;
+ content : '';
+ background : no-repeat 50% / 50% 50%;
+}
+
+.custom-checkbox .custom-control-label::before {
+ border-radius : 0.25rem;
+}
+
+.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e');
+}
+
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
+ border-color : #7367F0;
+ background-color : #7367F0;
+}
+
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e');
+}
+
+.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
+ background-color : rgba(115, 103, 240, 0.5);
+}
+
+.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
+ background-color : rgba(115, 103, 240, 0.5);
+}
+
+.custom-radio .custom-control-label::before {
+ border-radius : 50%;
+}
+
+.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e');
+}
+
+.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
+ background-color : rgba(115, 103, 240, 0.5);
+}
+
+.custom-switch {
+ padding-left : 3.5rem;
+}
+.custom-switch .custom-control-label::before {
+ left : -3.5rem;
+ width : 3rem;
+ pointer-events : all;
+ border-radius : 0.857rem;
+}
+.custom-switch .custom-control-label::after {
+ top : calc(0.225rem + 2px);
+ left : calc(-3.5rem + 2px);
+ width : 1.286rem;
+ height : 1.286rem;
+ background-color : #ADB5BD;
+ border-radius : 0.857rem;
+ -webkit-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
+ transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
+ transition : transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .custom-switch .custom-control-label::after {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
+ background-color : #FFFFFF;
+ -webkit-transform : translateX(2rem);
+ -ms-transform : translateX(2rem);
+ transform : translateX(2rem);
+}
+.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
+ background-color : rgba(115, 103, 240, 0.5);
+}
+
+.custom-select {
+ display : inline-block;
+ width : 100%;
+ height : calc(1.25em + 1.4rem + 1px);
+ padding : 0.7rem 1.7rem 0.7rem 0.7rem;
+ font-size : 0.96rem;
+ font-weight : 400;
+ line-height : 1.25;
+ color : #4E5154;
+ vertical-align : middle;
+ background : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right 0.7rem center/8px 10px;
+ background-color : #FFFFFF;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+ border-radius : 5px;
+ -webkit-appearance : none;
+ -moz-appearance : none;
+ appearance : none;
+}
+.custom-select:focus {
+ border-color : #7367F0;
+ outline : 0;
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-select:focus::-ms-value {
+ color : #4E5154;
+ background-color : #FFFFFF;
+}
+.custom-select[multiple], .custom-select[size]:not([size='1']) {
+ height : auto;
+ padding-right : 0.7rem;
+ background-image : none;
+}
+.custom-select:disabled {
+ color : #B8C2CC;
+ background-color : #EDEDED;
+}
+.custom-select::-ms-expand {
+ display : none;
+}
+
+.custom-select-sm {
+ height : calc(1em + 1rem + 2px);
+ padding-top : 0.5rem;
+ padding-bottom : 0.5rem;
+ padding-left : 1.5rem;
+ font-size : 0.7rem;
+}
+
+.custom-select-lg {
+ height : calc(1.25em + 2rem + 2px);
+ padding-top : 1rem;
+ padding-bottom : 1rem;
+ padding-left : 2.5rem;
+ font-size : 1.25rem;
+}
+
+.custom-file {
+ position : relative;
+ display : inline-block;
+ width : 100%;
+ height : calc(1.25em + 1.4rem + 1px);
+ margin-bottom : 0;
+}
+
+.custom-file-input {
+ position : relative;
+ z-index : 2;
+ width : 100%;
+ height : calc(1.25em + 1.4rem + 1px);
+ margin : 0;
+ opacity : 0;
+}
+.custom-file-input:focus ~ .custom-file-label {
+ border-color : #7367F0;
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-file-input:disabled ~ .custom-file-label {
+ background-color : #F5F5F1;
+}
+.custom-file-input:lang(en) ~ .custom-file-label::after {
+ content : 'Browse';
+}
+.custom-file-input ~ .custom-file-label[data-browse]::after {
+ content : attr(data-browse);
+}
+
+.custom-file-label {
+ position : absolute;
+ top : 0;
+ right : 0;
+ left : 0;
+ z-index : 1;
+ height : calc(1.25em + 1.4rem + 1px);
+ padding : 0.7rem 0.7rem;
+ font-weight : 400;
+ line-height : 1.5rem;
+ color : #4E5154;
+ background-color : #FFFFFF;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+ border-radius : 5px;
+}
+.custom-file-label::after {
+ position : absolute;
+ top : 0;
+ right : 0;
+ bottom : 0;
+ z-index : 3;
+ display : block;
+ height : calc(1.25em + 1.4rem);
+ padding : 0.7rem 0.7rem;
+ line-height : 1.5rem;
+ color : #4E5154;
+ content : 'Browse';
+ background-color : #EDEDED;
+ border-left : inherit;
+ border-radius : 0 5px 5px 0;
+}
+
+.custom-range {
+ width : 100%;
+ height : calc(1rem + 0.4rem);
+ padding : 0;
+ background-color : transparent;
+ -webkit-appearance : none;
+ -moz-appearance : none;
+ appearance : none;
+}
+.custom-range:focus {
+ outline : none;
+}
+.custom-range:focus::-webkit-slider-thumb {
+ box-shadow : 0 0 0 1px #F8F8F8, 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-range:focus::-moz-range-thumb {
+ box-shadow : 0 0 0 1px #F8F8F8, 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-range:focus::-ms-thumb {
+ box-shadow : 0 0 0 1px #F8F8F8, 0 3px 10px 0 rgba(0, 0, 0, 0.15);
+}
+.custom-range::-moz-focus-outer {
+ border : 0;
+}
+.custom-range::-webkit-slider-thumb {
+ width : 1rem;
+ height : 1rem;
+ margin-top : -0.25rem;
+ background-color : #7367F0;
+ border : 0;
+ border-radius : 1rem;
+ -webkit-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ -webkit-appearance : none;
+ appearance : none;
+}
+@media (prefers-reduced-motion: reduce) {
+ .custom-range::-webkit-slider-thumb {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.custom-range::-webkit-slider-thumb:active {
+ background-color : white;
+}
+.custom-range::-webkit-slider-runnable-track {
+ width : 100%;
+ height : 0.5rem;
+ color : transparent;
+ cursor : pointer;
+ background-color : #DAE1E7;
+ border-color : transparent;
+ border-radius : 1rem;
+}
+.custom-range::-moz-range-thumb {
+ width : 1rem;
+ height : 1rem;
+ background-color : #7367F0;
+ border : 0;
+ border-radius : 1rem;
+ -moz-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ -moz-appearance : none;
+ appearance : none;
+}
+@media (prefers-reduced-motion: reduce) {
+ .custom-range::-moz-range-thumb {
+ -moz-transition : none;
+ transition : none;
+ }
+}
+.custom-range::-moz-range-thumb:active {
+ background-color : white;
+}
+.custom-range::-moz-range-track {
+ width : 100%;
+ height : 0.5rem;
+ color : transparent;
+ cursor : pointer;
+ background-color : #DAE1E7;
+ border-color : transparent;
+ border-radius : 1rem;
+}
+.custom-range::-ms-thumb {
+ width : 1rem;
+ height : 1rem;
+ margin-top : 0;
+ margin-right : 0.2rem;
+ margin-left : 0.2rem;
+ background-color : #7367F0;
+ border : 0;
+ border-radius : 1rem;
+ -ms-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ appearance : none;
+}
+@media (prefers-reduced-motion: reduce) {
+ .custom-range::-ms-thumb {
+ -ms-transition : none;
+ transition : none;
+ }
+}
+.custom-range::-ms-thumb:active {
+ background-color : white;
+}
+.custom-range::-ms-track {
+ width : 100%;
+ height : 0.5rem;
+ color : transparent;
+ cursor : pointer;
+ background-color : transparent;
+ border-color : transparent;
+ border-width : 0.5rem;
+}
+.custom-range::-ms-fill-lower {
+ background-color : #DAE1E7;
+ border-radius : 1rem;
+}
+.custom-range::-ms-fill-upper {
+ margin-right : 15px;
+ background-color : #DAE1E7;
+ border-radius : 1rem;
+}
+.custom-range:disabled::-webkit-slider-thumb {
+ background-color : #ADB5BD;
+}
+.custom-range:disabled::-webkit-slider-runnable-track {
+ cursor : default;
+}
+.custom-range:disabled::-moz-range-thumb {
+ background-color : #ADB5BD;
+}
+.custom-range:disabled::-moz-range-track {
+ cursor : default;
+}
+.custom-range:disabled::-ms-thumb {
+ background-color : #ADB5BD;
+}
+
+.custom-control-label::before, .custom-file-label, .custom-select {
+ -webkit-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .custom-control-label::before, .custom-file-label, .custom-select {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+
+.nav {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ padding-left : 0;
+ margin-bottom : 0;
+ list-style : none;
+}
+
+.nav-link {
+ display : block;
+ padding : 0.357rem 0.5rem;
+}
+.nav-link:hover, .nav-link:focus {
+ text-decoration : none;
+}
+.nav-link.disabled {
+ color : #B8C2CC;
+ pointer-events : none;
+ cursor : default;
+}
+
+.nav-tabs {
+ border-bottom : 1px solid #DAE1E7;
+}
+.nav-tabs .nav-item {
+ margin-bottom : -1px;
+}
+.nav-tabs .nav-link {
+ border : 1px solid transparent;
+ border-top-left-radius : 0.5rem;
+ border-top-right-radius : 0.5rem;
+}
+.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
+ border-color : #EDEDED #EDEDED #DAE1E7;
+}
+.nav-tabs .nav-link.disabled {
+ color : #B8C2CC;
+ background-color : transparent;
+ border-color : transparent;
+}
+.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
+ color : #4E5154;
+ background-color : #F8F8F8;
+ border-color : #DAE1E7 #DAE1E7 #F8F8F8;
+}
+.nav-tabs .dropdown-menu {
+ margin-top : -1px;
+ border-top-left-radius : 0;
+ border-top-right-radius : 0;
+}
+
+.nav-pills .nav-link {
+ border-radius : 0.5rem;
+}
+
+.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
+ color : #FFFFFF;
+ background-color : #7367F0;
+}
+
+.nav-fill .nav-item {
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 1 auto;
+ -ms-flex : 1 1 auto;
+ flex : 1 1 auto;
+ text-align : center;
+}
+
+.nav-justified .nav-item {
+ -webkit-flex-basis : 0;
+ -ms-flex-preferred-size : 0;
+ flex-basis : 0;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ text-align : center;
+}
+
+.tab-content > .tab-pane {
+ display : none;
+}
+
+.tab-content > .active {
+ display : block;
+}
+
+.navbar {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ padding : 0.5rem 1rem;
+}
+.navbar > .container, .navbar > .container-fluid {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+}
+
+.navbar-brand {
+ display : inline-block;
+ padding-top : -0.368rem;
+ padding-bottom : -0.368rem;
+ margin-right : 1rem;
+ font-size : 2rem;
+ line-height : inherit;
+ white-space : nowrap;
+}
+.navbar-brand:hover, .navbar-brand:focus {
+ text-decoration : none;
+}
+
+.navbar-nav {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ padding-left : 0;
+ margin-bottom : 0;
+ list-style : none;
+}
+.navbar-nav .nav-link {
+ padding-right : 0;
+ padding-left : 0;
+}
+.navbar-nav .dropdown-menu {
+ position : static;
+ float : none;
+}
+
+.navbar-text {
+ display : inline-block;
+ padding-top : 0.357rem;
+ padding-bottom : 0.357rem;
+}
+
+.navbar-collapse {
+ -webkit-flex-basis : 100%;
+ -ms-flex-preferred-size : 100%;
+ flex-basis : 100%;
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+
+.navbar-toggler {
+ padding : 0.25rem 0.75rem;
+ font-size : 2rem;
+ line-height : 1;
+ background-color : transparent;
+ border : 1px solid transparent;
+ border-radius : 0.4285rem;
+}
+.navbar-toggler:hover, .navbar-toggler:focus {
+ text-decoration : none;
+}
+
+.navbar-toggler-icon {
+ display : inline-block;
+ width : 1.5em;
+ height : 1.5em;
+ vertical-align : middle;
+ content : '';
+ background : no-repeat center center;
+ background-size : 100% 100%;
+}
+
+@media (max-width: 575.98px) {
+ .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
+ padding-right : 0;
+ padding-left : 0;
+ }
+}
+
+@media (min-width: 576px) {
+ .navbar-expand-sm {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row nowrap;
+ -ms-flex-flow : row nowrap;
+ flex-flow : row nowrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ }
+ .navbar-expand-sm .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .navbar-expand-sm .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ .navbar-expand-sm .navbar-nav .nav-link {
+ padding-right : 0.5rem;
+ padding-left : 0.5rem;
+ }
+ .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
+ -webkit-flex-wrap : nowrap;
+ -ms-flex-wrap : nowrap;
+ flex-wrap : nowrap;
+ }
+ .navbar-expand-sm .navbar-collapse {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ -webkit-flex-basis : auto;
+ -ms-flex-preferred-size : auto;
+ flex-basis : auto;
+ }
+ .navbar-expand-sm .navbar-toggler {
+ display : none;
+ }
+}
+
+@media (max-width: 767.98px) {
+ .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
+ padding-right : 0;
+ padding-left : 0;
+ }
+}
+
+@media (min-width: 768px) {
+ .navbar-expand-md {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row nowrap;
+ -ms-flex-flow : row nowrap;
+ flex-flow : row nowrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ }
+ .navbar-expand-md .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .navbar-expand-md .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ .navbar-expand-md .navbar-nav .nav-link {
+ padding-right : 0.5rem;
+ padding-left : 0.5rem;
+ }
+ .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
+ -webkit-flex-wrap : nowrap;
+ -ms-flex-wrap : nowrap;
+ flex-wrap : nowrap;
+ }
+ .navbar-expand-md .navbar-collapse {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ -webkit-flex-basis : auto;
+ -ms-flex-preferred-size : auto;
+ flex-basis : auto;
+ }
+ .navbar-expand-md .navbar-toggler {
+ display : none;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
+ padding-right : 0;
+ padding-left : 0;
+ }
+}
+
+@media (min-width: 992px) {
+ .navbar-expand-lg {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row nowrap;
+ -ms-flex-flow : row nowrap;
+ flex-flow : row nowrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ }
+ .navbar-expand-lg .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .navbar-expand-lg .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ .navbar-expand-lg .navbar-nav .nav-link {
+ padding-right : 0.5rem;
+ padding-left : 0.5rem;
+ }
+ .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
+ -webkit-flex-wrap : nowrap;
+ -ms-flex-wrap : nowrap;
+ flex-wrap : nowrap;
+ }
+ .navbar-expand-lg .navbar-collapse {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ -webkit-flex-basis : auto;
+ -ms-flex-preferred-size : auto;
+ flex-basis : auto;
+ }
+ .navbar-expand-lg .navbar-toggler {
+ display : none;
+ }
+}
+
+@media (max-width: 1199.98px) {
+ .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
+ padding-right : 0;
+ padding-left : 0;
+ }
+}
+
+@media (min-width: 1200px) {
+ .navbar-expand-xl {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row nowrap;
+ -ms-flex-flow : row nowrap;
+ flex-flow : row nowrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ }
+ .navbar-expand-xl .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .navbar-expand-xl .navbar-nav .dropdown-menu {
+ position : absolute;
+ }
+ .navbar-expand-xl .navbar-nav .nav-link {
+ padding-right : 0.5rem;
+ padding-left : 0.5rem;
+ }
+ .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
+ -webkit-flex-wrap : nowrap;
+ -ms-flex-wrap : nowrap;
+ flex-wrap : nowrap;
+ }
+ .navbar-expand-xl .navbar-collapse {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ -webkit-flex-basis : auto;
+ -ms-flex-preferred-size : auto;
+ flex-basis : auto;
+ }
+ .navbar-expand-xl .navbar-toggler {
+ display : none;
+ }
+}
+
+.navbar-expand {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row nowrap;
+ -ms-flex-flow : row nowrap;
+ flex-flow : row nowrap;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+}
+.navbar-expand > .container, .navbar-expand > .container-fluid {
+ padding-right : 0;
+ padding-left : 0;
+}
+.navbar-expand .navbar-nav {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+}
+.navbar-expand .navbar-nav .dropdown-menu {
+ position : absolute;
+}
+.navbar-expand .navbar-nav .nav-link {
+ padding-right : 0.5rem;
+ padding-left : 0.5rem;
+}
+.navbar-expand > .container, .navbar-expand > .container-fluid {
+ -webkit-flex-wrap : nowrap;
+ -ms-flex-wrap : nowrap;
+ flex-wrap : nowrap;
+}
+.navbar-expand .navbar-collapse {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ -webkit-flex-basis : auto;
+ -ms-flex-preferred-size : auto;
+ flex-basis : auto;
+}
+.navbar-expand .navbar-toggler {
+ display : none;
+}
+
+.navbar-light .navbar-brand {
+ color : rgba(34, 41, 47, 0.9);
+}
+.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
+ color : rgba(34, 41, 47, 0.9);
+}
+
+.navbar-light .navbar-nav .nav-link {
+ color : rgba(34, 41, 47, 0.5);
+}
+.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
+ color : rgba(34, 41, 47, 0.7);
+}
+.navbar-light .navbar-nav .nav-link.disabled {
+ color : rgba(34, 41, 47, 0.3);
+}
+
+.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
+ color : rgba(34, 41, 47, 0.9);
+}
+
+.navbar-light .navbar-toggler {
+ color : rgba(34, 41, 47, 0.5);
+ border-color : rgba(34, 41, 47, 0.1);
+}
+
+.navbar-light .navbar-toggler-icon {
+ background-image : url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(34, 41, 47, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
+}
+
+.navbar-light .navbar-text {
+ color : rgba(34, 41, 47, 0.5);
+}
+.navbar-light .navbar-text a {
+ color : rgba(34, 41, 47, 0.9);
+}
+.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
+ color : rgba(34, 41, 47, 0.9);
+}
+
+.navbar-dark .navbar-brand {
+ color : #FFFFFF;
+}
+.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
+ color : #FFFFFF;
+}
+
+.navbar-dark .navbar-nav .nav-link {
+ color : rgba(255, 255, 255, 0.5);
+}
+.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
+ color : rgba(255, 255, 255, 0.75);
+}
+.navbar-dark .navbar-nav .nav-link.disabled {
+ color : rgba(255, 255, 255, 0.25);
+}
+
+.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
+ color : #FFFFFF;
+}
+
+.navbar-dark .navbar-toggler {
+ color : rgba(255, 255, 255, 0.5);
+ border-color : rgba(255, 255, 255, 0.1);
+}
+
+.navbar-dark .navbar-toggler-icon {
+ background-image : url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e');
+}
+
+.navbar-dark .navbar-text {
+ color : rgba(255, 255, 255, 0.5);
+}
+.navbar-dark .navbar-text a {
+ color : #FFFFFF;
+}
+.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
+ color : #FFFFFF;
+}
+
+.card {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ min-width : 0;
+ word-wrap : break-word;
+ background-color : #FFFFFF;
+ background-clip : border-box;
+ border : 1px solid rgba(34, 41, 47, 0.125);
+ border-radius : 0.5rem;
+}
+.card > hr {
+ margin-right : 0;
+ margin-left : 0;
+}
+.card > .list-group:first-child .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-top-right-radius : 0.5rem;
+}
+.card > .list-group:last-child .list-group-item:last-child {
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+}
+
+.card-body {
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 1 auto;
+ -ms-flex : 1 1 auto;
+ flex : 1 1 auto;
+ padding : 1.5rem;
+}
+
+.card-title {
+ margin-bottom : 1.5rem;
+}
+
+.card-subtitle {
+ margin-top : -0.75rem;
+ margin-bottom : 0;
+}
+
+.card-text:last-child {
+ margin-bottom : 0;
+}
+
+.card-link:hover {
+ text-decoration : none;
+}
+
+.card-link + .card-link {
+ margin-left : 1.5rem;
+}
+
+.card-header {
+ padding : 1.5rem 1.5rem;
+ margin-bottom : 0;
+ background-color : rgba(34, 41, 47, 0.03);
+ border-bottom : 1px solid rgba(34, 41, 47, 0.125);
+}
+.card-header:first-child {
+ border-radius : calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
+}
+.card-header + .list-group .list-group-item:first-child {
+ border-top : 0;
+}
+
+.card-footer {
+ padding : 1.5rem 1.5rem;
+ background-color : rgba(34, 41, 47, 0.03);
+ border-top : 1px solid rgba(34, 41, 47, 0.125);
+}
+.card-footer:last-child {
+ border-radius : 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
+}
+
+.card-header-tabs {
+ margin-right : -0.75rem;
+ margin-bottom : -1.5rem;
+ margin-left : -0.75rem;
+ border-bottom : 0;
+}
+
+.card-header-pills {
+ margin-right : -0.75rem;
+ margin-left : -0.75rem;
+}
+
+.card-img-overlay {
+ position : absolute;
+ top : 0;
+ right : 0;
+ bottom : 0;
+ left : 0;
+ padding : 1.25rem;
+}
+
+.card-img {
+ width : 100%;
+ border-radius : calc(0.5rem - 1px);
+}
+
+.card-img-top {
+ width : 100%;
+ border-top-left-radius : calc(0.5rem - 1px);
+ border-top-right-radius : calc(0.5rem - 1px);
+}
+
+.card-img-bottom {
+ width : 100%;
+ border-bottom-right-radius : calc(0.5rem - 1px);
+ border-bottom-left-radius : calc(0.5rem - 1px);
+}
+
+.card-deck {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+}
+.card-deck .card {
+ margin-bottom : 14px;
+}
+@media (min-width: 576px) {
+ .card-deck {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ margin-right : -14px;
+ margin-left : -14px;
+ }
+ .card-deck .card {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 0 0;
+ -ms-flex : 1 0 0;
+ flex : 1 0 0;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ margin-right : 14px;
+ margin-bottom : 0;
+ margin-left : 14px;
+ }
+}
+
+.card-group {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+}
+.card-group > .card {
+ margin-bottom : 14px;
+}
+@media (min-width: 576px) {
+ .card-group {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-flow : row wrap;
+ -ms-flex-flow : row wrap;
+ flex-flow : row wrap;
+ }
+ .card-group > .card {
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 0 0;
+ -ms-flex : 1 0 0;
+ flex : 1 0 0;
+ margin-bottom : 0;
+ }
+ .card-group > .card + .card {
+ margin-left : 0;
+ border-left : 0;
+ }
+ .card-group > .card:not(:last-child) {
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+ }
+ .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
+ border-top-right-radius : 0;
+ }
+ .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
+ border-bottom-right-radius : 0;
+ }
+ .card-group > .card:not(:first-child) {
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+ }
+ .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
+ border-top-left-radius : 0;
+ }
+ .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
+ border-bottom-left-radius : 0;
+ }
+}
+
+.card-columns .card {
+ margin-bottom : 1.5rem;
+}
+
+@media (min-width: 576px) {
+ .card-columns {
+ -webkit-column-count : 3;
+ -moz-column-count : 3;
+ column-count : 3;
+ -webkit-column-gap : 1.25rem;
+ -moz-column-gap : 1.25rem;
+ column-gap : 1.25rem;
+ orphans : 1;
+ widows : 1;
+ }
+ .card-columns .card {
+ display : inline-block;
+ width : 100%;
+ }
+}
+
+.accordion > .card {
+ overflow : hidden;
+}
+.accordion > .card:not(:first-of-type) .card-header:first-child {
+ border-radius : 0;
+}
+.accordion > .card:not(:first-of-type):not(:last-of-type) {
+ border-bottom : 0;
+ border-radius : 0;
+}
+.accordion > .card:first-of-type {
+ border-bottom : 0;
+ border-bottom-right-radius : 0;
+ border-bottom-left-radius : 0;
+}
+.accordion > .card:last-of-type {
+ border-top-left-radius : 0;
+ border-top-right-radius : 0;
+}
+.accordion > .card .card-header {
+ margin-bottom : -1px;
+}
+
+.breadcrumb {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ padding : 0.75rem 1rem;
+ margin-bottom : 1rem;
+ list-style : none;
+ background-color : #EDEDED;
+ border-radius : 0.5rem;
+}
+
+.breadcrumb-item + .breadcrumb-item {
+ padding-left : 0.5rem;
+}
+.breadcrumb-item + .breadcrumb-item::before {
+ display : inline-block;
+ padding-right : 0.5rem;
+ color : #B8C2CC;
+ content : '/';
+}
+
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration : underline;
+}
+
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration : none;
+}
+
+.breadcrumb-item.active {
+ color : #B8C2CC;
+}
+
+.pagination {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ padding-left : 0;
+ list-style : none;
+ border-radius : 0.5rem;
+}
+
+.page-link {
+ position : relative;
+ display : block;
+ padding : 0.65rem 0.911rem;
+ margin-left : -1px;
+ line-height : 1.25;
+ color : #7367F0;
+ background-color : #FFFFFF;
+ border : 1px solid #DAE1E7;
+}
+.page-link:hover {
+ z-index : 2;
+ color : #5E50EE;
+ text-decoration : none;
+ background-color : #EDEDED;
+ border-color : #DAE1E7;
+}
+.page-link:focus {
+ z-index : 2;
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+}
+
+.page-item:first-child .page-link {
+ margin-left : 0;
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+}
+
+.page-item:last-child .page-link {
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+}
+
+.page-item.active .page-link {
+ z-index : 1;
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+
+.page-item.disabled .page-link {
+ color : #B8C2CC;
+ pointer-events : none;
+ cursor : auto;
+ background-color : #FFFFFF;
+ border-color : #DAE1E7;
+}
+
+.pagination-lg .page-link {
+ padding : 0.5rem 1rem;
+ font-size : 2rem;
+ line-height : 1.25;
+}
+
+.pagination-lg .page-item:first-child .page-link {
+ border-top-left-radius : 0.6rem;
+ border-bottom-left-radius : 0.6rem;
+}
+
+.pagination-lg .page-item:last-child .page-link {
+ border-top-right-radius : 0.6rem;
+ border-bottom-right-radius : 0.6rem;
+}
+
+.pagination-sm .page-link {
+ padding : 0.5rem 0.75rem;
+ font-size : 1rem;
+ line-height : 1;
+}
+
+.pagination-sm .page-item:first-child .page-link {
+ border-top-left-radius : 0.25rem;
+ border-bottom-left-radius : 0.25rem;
+}
+
+.pagination-sm .page-item:last-child .page-link {
+ border-top-right-radius : 0.25rem;
+ border-bottom-right-radius : 0.25rem;
+}
+
+.badge {
+ display : inline-block;
+ padding : 0.35em 0.4em;
+ font-size : 80%;
+ font-weight : 700;
+ line-height : 1;
+ text-align : center;
+ white-space : nowrap;
+ vertical-align : baseline;
+ border-radius : 0.25rem;
+ -webkit-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .badge {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+a.badge:hover, a.badge:focus {
+ text-decoration : none;
+}
+.badge:empty {
+ display : none;
+}
+
+.btn .badge {
+ position : relative;
+ top : -1px;
+}
+
+.badge-pill {
+ padding-right : 0.6em;
+ padding-left : 0.6em;
+ border-radius : 10rem;
+}
+
+.badge-primary {
+ color : #FFFFFF;
+ background-color : #7367F0;
+}
+a.badge-primary:hover, a.badge-primary:focus {
+ color : #FFFFFF;
+ background-color : #4839EB;
+}
+a.badge-primary:focus, a.badge-primary.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+}
+
+.badge-secondary {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+}
+a.badge-secondary:hover, a.badge-secondary:focus {
+ color : #2A2E30;
+ background-color : #9AA9B7;
+}
+a.badge-secondary:focus, a.badge-secondary.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
+}
+
+.badge-success {
+ color : #FFFFFF;
+ background-color : #28C76F;
+}
+a.badge-success:hover, a.badge-success:focus {
+ color : #FFFFFF;
+ background-color : #1F9D57;
+}
+a.badge-success:focus, a.badge-success.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
+}
+
+.badge-info {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+}
+a.badge-info:hover, a.badge-info:focus {
+ color : #FFFFFF;
+ background-color : #00A1B5;
+}
+a.badge-info:focus, a.badge-info.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(0, 207, 232, 0.5);
+}
+
+.badge-warning {
+ color : #2A2E30;
+ background-color : #FF9F43;
+}
+a.badge-warning:hover, a.badge-warning:focus {
+ color : #2A2E30;
+ background-color : #FF8510;
+}
+a.badge-warning:focus, a.badge-warning.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(255, 159, 67, 0.5);
+}
+
+.badge-danger {
+ color : #FFFFFF;
+ background-color : #EA5455;
+}
+a.badge-danger:hover, a.badge-danger:focus {
+ color : #FFFFFF;
+ background-color : #E42728;
+}
+a.badge-danger:focus, a.badge-danger.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
+}
+
+.badge-light {
+ color : #2A2E30;
+ background-color : #BABFC7;
+}
+a.badge-light:hover, a.badge-light:focus {
+ color : #2A2E30;
+ background-color : #9EA5B0;
+}
+a.badge-light:focus, a.badge-light.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
+}
+
+.badge-dark {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+}
+a.badge-dark:hover, a.badge-dark:focus {
+ color : #FFFFFF;
+ background-color : #050505;
+}
+a.badge-dark:focus, a.badge-dark.focus {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
+}
+
+.jumbotron {
+ padding : 2rem 1rem;
+ margin-bottom : 2rem;
+ background-color : #EDEDED;
+ border-radius : 0.6rem;
+}
+@media (min-width: 576px) {
+ .jumbotron {
+ padding : 4rem 2rem;
+ }
+}
+
+.jumbotron-fluid {
+ padding-right : 0;
+ padding-left : 0;
+ border-radius : 0;
+}
+
+.alert {
+ position : relative;
+ padding : 0.71rem 0.71rem;
+ margin-bottom : 1rem;
+ border : 1px solid transparent;
+ border-radius : 0.5rem;
+}
+
+.alert-heading {
+ color : inherit;
+}
+
+.alert-link {
+ font-weight : 700;
+}
+
+.alert-dismissible {
+ padding-right : 2.92rem;
+}
+.alert-dismissible .close {
+ position : absolute;
+ top : 0;
+ right : 0;
+ padding : 0.71rem 0.71rem;
+ color : inherit;
+}
+
+.alert-primary {
+ color : #4C4993;
+ background-color : #E3E1FC;
+ border-color : #D8D4FB;
+}
+.alert-primary hr {
+ border-top-color : #C3BDF9;
+}
+.alert-primary .alert-link {
+ color : #3A3871;
+}
+
+.alert-secondary {
+ color : #707981;
+ background-color : #F1F3F5;
+ border-color : #EBEEF1;
+}
+.alert-secondary hr {
+ border-top-color : #DCE1E7;
+}
+.alert-secondary .alert-link {
+ color : #585F66;
+}
+
+.alert-success {
+ color : #257B50;
+ background-color : #D4F4E2;
+ border-color : #C3EFD7;
+}
+.alert-success hr {
+ border-top-color : #AFEACA;
+}
+.alert-success .alert-link {
+ color : #195437;
+}
+
+.alert-info {
+ color : #107F8F;
+ background-color : #CCF5FA;
+ border-color : #B8F2F9;
+}
+.alert-info hr {
+ border-top-color : #A0EEF7;
+}
+.alert-info .alert-link {
+ color : #0B5661;
+}
+
+.alert-warning {
+ color : #956639;
+ background-color : #FFECD9;
+ border-color : #FFE4CA;
+}
+.alert-warning hr {
+ border-top-color : #FFD7B1;
+}
+.alert-warning .alert-link {
+ color : #704D2B;
+}
+
+.alert-danger {
+ color : #8A3F43;
+ background-color : #FBDDDD;
+ border-color : #F9CFCF;
+}
+.alert-danger hr {
+ border-top-color : #F6B8B8;
+}
+.alert-danger .alert-link {
+ color : #672F32;
+}
+
+.alert-light {
+ color : #71777E;
+ background-color : #F1F2F4;
+ border-color : #ECEDEF;
+}
+.alert-light hr {
+ border-top-color : #DEE0E3;
+}
+.alert-light .alert-link {
+ color : #595E63;
+}
+
+.alert-dark {
+ color : #202326;
+ background-color : #D2D2D2;
+ border-color : silver;
+}
+.alert-dark hr {
+ border-top-color : #B3B3B3;
+}
+.alert-dark .alert-link {
+ color : #090A0A;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position : 0.357rem 0;
+ }
+ to {
+ background-position : 0 0;
+ }
+}
+
+@keyframes progress-bar-stripes {
+ from {
+ background-position : 0.357rem 0;
+ }
+ to {
+ background-position : 0 0;
+ }
+}
+
+.progress {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ height : 0.357rem;
+ overflow : hidden;
+ font-size : 0.75rem;
+ background-color : #EDEDED;
+ border-radius : 1.28rem;
+}
+
+.progress-bar {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ color : #FFFFFF;
+ text-align : center;
+ white-space : nowrap;
+ background-color : #7367F0;
+ -webkit-transition : width 0.6s ease;
+ transition : width 0.6s ease;
+}
+@media (prefers-reduced-motion: reduce) {
+ .progress-bar {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+
+.progress-bar-striped {
+ background-image : -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image : linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size : 0.357rem 0.357rem;
+}
+
+.progress-bar-animated {
+ -webkit-animation : progress-bar-stripes 1s linear infinite;
+ animation : progress-bar-stripes 1s linear infinite;
+}
+@media (prefers-reduced-motion: reduce) {
+ .progress-bar-animated {
+ -webkit-animation : none;
+ animation : none;
+ }
+}
+
+.media {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : start;
+ -webkit-align-items : flex-start;
+ -ms-flex-align : start;
+ align-items : flex-start;
+}
+
+.media-body {
+ -webkit-box-flex : 1;
+ -webkit-flex : 1;
+ -ms-flex : 1;
+ flex : 1;
+}
+
+.list-group {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ padding-left : 0;
+ margin-bottom : 0;
+}
+
+.list-group-item-action {
+ width : 100%;
+ color : #4E5154;
+ text-align : inherit;
+}
+.list-group-item-action:hover, .list-group-item-action:focus {
+ z-index : 1;
+ color : #4E5154;
+ text-decoration : none;
+ background-color : #BABFC7;
+}
+.list-group-item-action:active {
+ color : #626262;
+ background-color : #EDEDED;
+}
+
+.list-group-item {
+ position : relative;
+ display : block;
+ padding : 0.75rem 1.25rem;
+ margin-bottom : -1px;
+ background-color : #FFFFFF;
+ border : 1px solid rgba(34, 41, 47, 0.125);
+}
+.list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-top-right-radius : 0.5rem;
+}
+.list-group-item:last-child {
+ margin-bottom : 0;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+}
+.list-group-item.disabled, .list-group-item:disabled {
+ color : #B8C2CC;
+ pointer-events : none;
+ background-color : #FFFFFF;
+}
+.list-group-item.active {
+ z-index : 2;
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+
+.list-group-horizontal {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+}
+.list-group-horizontal .list-group-item {
+ margin-right : -1px;
+ margin-bottom : 0;
+}
+.list-group-horizontal .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+ border-top-right-radius : 0;
+}
+.list-group-horizontal .list-group-item:last-child {
+ margin-right : 0;
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0;
+}
+
+@media (min-width: 576px) {
+ .list-group-horizontal-sm {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .list-group-horizontal-sm .list-group-item {
+ margin-right : -1px;
+ margin-bottom : 0;
+ }
+ .list-group-horizontal-sm .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+ border-top-right-radius : 0;
+ }
+ .list-group-horizontal-sm .list-group-item:last-child {
+ margin-right : 0;
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0;
+ }
+}
+
+@media (min-width: 768px) {
+ .list-group-horizontal-md {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .list-group-horizontal-md .list-group-item {
+ margin-right : -1px;
+ margin-bottom : 0;
+ }
+ .list-group-horizontal-md .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+ border-top-right-radius : 0;
+ }
+ .list-group-horizontal-md .list-group-item:last-child {
+ margin-right : 0;
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0;
+ }
+}
+
+@media (min-width: 992px) {
+ .list-group-horizontal-lg {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .list-group-horizontal-lg .list-group-item {
+ margin-right : -1px;
+ margin-bottom : 0;
+ }
+ .list-group-horizontal-lg .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+ border-top-right-radius : 0;
+ }
+ .list-group-horizontal-lg .list-group-item:last-child {
+ margin-right : 0;
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0;
+ }
+}
+
+@media (min-width: 1200px) {
+ .list-group-horizontal-xl {
+ -webkit-box-orient : horizontal;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : row;
+ -ms-flex-direction : row;
+ flex-direction : row;
+ }
+ .list-group-horizontal-xl .list-group-item {
+ margin-right : -1px;
+ margin-bottom : 0;
+ }
+ .list-group-horizontal-xl .list-group-item:first-child {
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+ border-top-right-radius : 0;
+ }
+ .list-group-horizontal-xl .list-group-item:last-child {
+ margin-right : 0;
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+ border-bottom-left-radius : 0;
+ }
+}
+
+.list-group-flush .list-group-item {
+ border-right : 0;
+ border-left : 0;
+ border-radius : 0;
+}
+.list-group-flush .list-group-item:last-child {
+ margin-bottom : -1px;
+}
+
+.list-group-flush:first-child .list-group-item:first-child {
+ border-top : 0;
+}
+
+.list-group-flush:last-child .list-group-item:last-child {
+ margin-bottom : 0;
+ border-bottom : 0;
+}
+
+.list-group-item-primary {
+ color : #4C4993;
+ background-color : #D8D4FB;
+}
+.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
+ color : #4C4993;
+ background-color : #C3BDF9;
+}
+.list-group-item-primary.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #4C4993;
+ border-color : #4C4993;
+}
+
+.list-group-item-secondary {
+ color : #707981;
+ background-color : #EBEEF1;
+}
+.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
+ color : #707981;
+ background-color : #DCE1E7;
+}
+.list-group-item-secondary.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #707981;
+ border-color : #707981;
+}
+
+.list-group-item-success {
+ color : #257B50;
+ background-color : #C3EFD7;
+}
+.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
+ color : #257B50;
+ background-color : #AFEACA;
+}
+.list-group-item-success.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #257B50;
+ border-color : #257B50;
+}
+
+.list-group-item-info {
+ color : #107F8F;
+ background-color : #B8F2F9;
+}
+.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
+ color : #107F8F;
+ background-color : #A0EEF7;
+}
+.list-group-item-info.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #107F8F;
+ border-color : #107F8F;
+}
+
+.list-group-item-warning {
+ color : #956639;
+ background-color : #FFE4CA;
+}
+.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
+ color : #956639;
+ background-color : #FFD7B1;
+}
+.list-group-item-warning.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #956639;
+ border-color : #956639;
+}
+
+.list-group-item-danger {
+ color : #8A3F43;
+ background-color : #F9CFCF;
+}
+.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
+ color : #8A3F43;
+ background-color : #F6B8B8;
+}
+.list-group-item-danger.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #8A3F43;
+ border-color : #8A3F43;
+}
+
+.list-group-item-light {
+ color : #71777E;
+ background-color : #ECEDEF;
+}
+.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
+ color : #71777E;
+ background-color : #DEE0E3;
+}
+.list-group-item-light.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #71777E;
+ border-color : #71777E;
+}
+
+.list-group-item-dark {
+ color : #202326;
+ background-color : silver;
+}
+.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
+ color : #202326;
+ background-color : #B3B3B3;
+}
+.list-group-item-dark.list-group-item-action.active {
+ color : #FFFFFF;
+ background-color : #202326;
+ border-color : #202326;
+}
+
+.close {
+ float : right;
+ font-size : 1.5rem;
+ font-weight : 700;
+ line-height : 1;
+ color : #22292F;
+ text-shadow : 0 1px 0 #FFFFFF;
+ opacity : 0.5;
+}
+.close:hover {
+ color : #22292F;
+ text-decoration : none;
+}
+.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
+ opacity : 0.75;
+}
+
+button.close {
+ padding : 0;
+ background-color : transparent;
+ border : 0;
+ -webkit-appearance : none;
+ -moz-appearance : none;
+ appearance : none;
+}
+
+a.close.disabled {
+ pointer-events : none;
+}
+
+.toast {
+ max-width : 350px;
+ overflow : hidden;
+ font-size : 0.875rem;
+ background-color : rgba(255, 255, 255, 0.85);
+ background-clip : padding-box;
+ border : 1px solid rgba(0, 0, 0, 0.1);
+ box-shadow : 0 0.25rem 0.75rem rgba(34, 41, 47, 0.1);
+ -webkit-backdrop-filter : blur(10px);
+ backdrop-filter : blur(10px);
+ opacity : 0;
+ border-radius : 0.25rem;
+}
+.toast:not(:last-child) {
+ margin-bottom : 0.75rem;
+}
+.toast.showing {
+ opacity : 1;
+}
+.toast.show {
+ display : block;
+ opacity : 1;
+}
+.toast.hide {
+ display : none;
+}
+
+.toast-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ padding : 0.25rem 0.75rem;
+ color : #B8C2CC;
+ background-color : rgba(255, 255, 255, 0.85);
+ background-clip : padding-box;
+ border-bottom : 1px solid rgba(0, 0, 0, 0.05);
+}
+
+.toast-body {
+ padding : 0.75rem;
+}
+
+.modal-open {
+ overflow : hidden;
+}
+.modal-open .modal {
+ overflow-x : hidden;
+ overflow-y : auto;
+}
+
+.modal {
+ position : fixed;
+ top : 0;
+ left : 0;
+ z-index : 1050;
+ display : none;
+ width : 100%;
+ height : 100%;
+ overflow : hidden;
+ outline : 0;
+}
+
+.modal-dialog {
+ position : relative;
+ width : auto;
+ margin : 0.5rem;
+ pointer-events : none;
+}
+.modal.fade .modal-dialog {
+ -webkit-transition : -webkit-transform 0.3s ease-out;
+ transition : -webkit-transform 0.3s ease-out;
+ transition : transform 0.3s ease-out;
+ transition : transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
+ -webkit-transform : translate(0, -50px);
+ -ms-transform : translate(0, -50px);
+ transform : translate(0, -50px);
+}
+@media (prefers-reduced-motion: reduce) {
+ .modal.fade .modal-dialog {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.modal.show .modal-dialog {
+ -webkit-transform : none;
+ -ms-transform : none;
+ transform : none;
+}
+
+.modal-dialog-scrollable {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ max-height : calc(100% - 1rem);
+}
+.modal-dialog-scrollable .modal-content {
+ max-height : calc(100vh - 1rem);
+ overflow : hidden;
+}
+.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
+ -webkit-flex-shrink : 0;
+ -ms-flex-negative : 0;
+ flex-shrink : 0;
+}
+.modal-dialog-scrollable .modal-body {
+ overflow-y : auto;
+}
+
+.modal-dialog-centered {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ min-height : calc(100% - 1rem);
+}
+.modal-dialog-centered::before {
+ display : block;
+ height : calc(100vh - 1rem);
+ content : '';
+}
+.modal-dialog-centered.modal-dialog-scrollable {
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ height : 100%;
+}
+.modal-dialog-centered.modal-dialog-scrollable .modal-content {
+ max-height : none;
+}
+.modal-dialog-centered.modal-dialog-scrollable::before {
+ content : none;
+}
+
+.modal-content {
+ position : relative;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ width : 100%;
+ pointer-events : auto;
+ background-color : #FFFFFF;
+ background-clip : padding-box;
+ border : 1px solid rgba(34, 41, 47, 0.2);
+ border-radius : 0.6rem;
+ outline : 0;
+}
+
+.modal-backdrop {
+ position : fixed;
+ top : 0;
+ left : 0;
+ z-index : 1040;
+ width : 100vw;
+ height : 100vh;
+ background-color : #22292F;
+}
+.modal-backdrop.fade {
+ opacity : 0;
+}
+.modal-backdrop.show {
+ opacity : 0.5;
+}
+
+.modal-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : start;
+ -webkit-align-items : flex-start;
+ -ms-flex-align : start;
+ align-items : flex-start;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ padding : 1rem 1rem;
+ border-bottom : 1px solid #EDEDED;
+ border-top-left-radius : 0.6rem;
+ border-top-right-radius : 0.6rem;
+}
+.modal-header .close {
+ padding : 1rem 1rem;
+ margin : -1rem -1rem -1rem auto;
+}
+
+.modal-title {
+ margin-bottom : 0;
+ line-height : 1.45;
+}
+
+.modal-body {
+ position : relative;
+ -webkit-box-flex : 1;
+ -webkit-flex : 1 1 auto;
+ -ms-flex : 1 1 auto;
+ flex : 1 1 auto;
+ padding : 1rem;
+}
+
+.modal-footer {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : end;
+ -webkit-justify-content : flex-end;
+ -ms-flex-pack : end;
+ justify-content : flex-end;
+ padding : 1rem;
+ border-top : 1px solid #EDEDED;
+ border-bottom-right-radius : 0.6rem;
+ border-bottom-left-radius : 0.6rem;
+}
+.modal-footer > :not(:first-child) {
+ margin-left : 0.25rem;
+}
+.modal-footer > :not(:last-child) {
+ margin-right : 0.25rem;
+}
+
+.modal-scrollbar-measure {
+ position : absolute;
+ top : -9999px;
+ width : 50px;
+ height : 50px;
+ overflow : scroll;
+}
+
+@media (min-width: 576px) {
+ .modal-dialog {
+ max-width : 500px;
+ margin : 1.75rem auto;
+ }
+ .modal-dialog-scrollable {
+ max-height : calc(100% - 3.5rem);
+ }
+ .modal-dialog-scrollable .modal-content {
+ max-height : calc(100vh - 3.5rem);
+ }
+ .modal-dialog-centered {
+ min-height : calc(100% - 3.5rem);
+ }
+ .modal-dialog-centered::before {
+ height : calc(100vh - 3.5rem);
+ }
+ .modal-sm {
+ max-width : 300px;
+ }
+}
+
+@media (min-width: 992px) {
+ .modal-lg, .modal-xl {
+ max-width : 800px;
+ }
+}
+
+@media (min-width: 1200px) {
+ .modal-xl {
+ max-width : 1140px;
+ }
+}
+
+.tooltip {
+ position : absolute;
+ z-index : 1070;
+ display : block;
+ margin : 0;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-style : normal;
+ font-weight : 400;
+ line-height : 1.45;
+ text-align : left;
+ text-align : start;
+ text-decoration : none;
+ text-shadow : none;
+ text-transform : none;
+ letter-spacing : normal;
+ word-break : normal;
+ word-spacing : normal;
+ white-space : normal;
+ line-break : auto;
+ font-size : 0.857rem;
+ word-wrap : break-word;
+ opacity : 0;
+}
+.tooltip.show {
+ opacity : 1;
+}
+.tooltip .arrow {
+ position : absolute;
+ display : block;
+ width : 0.8rem;
+ height : 0.4rem;
+}
+.tooltip .arrow::before {
+ position : absolute;
+ content : '';
+ border-color : transparent;
+ border-style : solid;
+}
+
+.bs-tooltip-top, .bs-tooltip-auto[x-placement^='top'] {
+ padding : 0.4rem 0;
+}
+.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^='top'] .arrow {
+ bottom : 0;
+}
+.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^='top'] .arrow::before {
+ top : 0;
+ border-width : 0.4rem 0.4rem 0;
+ border-top-color : #323232;
+}
+
+.bs-tooltip-right, .bs-tooltip-auto[x-placement^='right'] {
+ padding : 0 0.4rem;
+}
+.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^='right'] .arrow {
+ left : 0;
+ width : 0.4rem;
+ height : 0.8rem;
+}
+.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^='right'] .arrow::before {
+ right : 0;
+ border-width : 0.4rem 0.4rem 0.4rem 0;
+ border-right-color : #323232;
+}
+
+.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^='bottom'] {
+ padding : 0.4rem 0;
+}
+.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^='bottom'] .arrow {
+ top : 0;
+}
+.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
+ bottom : 0;
+ border-width : 0 0.4rem 0.4rem;
+ border-bottom-color : #323232;
+}
+
+.bs-tooltip-left, .bs-tooltip-auto[x-placement^='left'] {
+ padding : 0 0.4rem;
+}
+.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^='left'] .arrow {
+ right : 0;
+ width : 0.4rem;
+ height : 0.8rem;
+}
+.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^='left'] .arrow::before {
+ left : 0;
+ border-width : 0.4rem 0 0.4rem 0.4rem;
+ border-left-color : #323232;
+}
+
+.tooltip-inner {
+ max-width : 220px;
+ padding : 0.4rem 0.775rem;
+ color : #FFFFFF;
+ text-align : center;
+ background-color : #323232;
+ border-radius : 0.428rem;
+}
+
+.popover {
+ position : absolute;
+ top : 0;
+ left : 0;
+ z-index : 1060;
+ display : block;
+ max-width : 276px;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-style : normal;
+ font-weight : 400;
+ line-height : 1.45;
+ text-align : left;
+ text-align : start;
+ text-decoration : none;
+ text-shadow : none;
+ text-transform : none;
+ letter-spacing : normal;
+ word-break : normal;
+ word-spacing : normal;
+ white-space : normal;
+ line-break : auto;
+ font-size : 0.857rem;
+ word-wrap : break-word;
+ background-color : #FFFFFF;
+ background-clip : padding-box;
+ border : 1px solid rgba(34, 41, 47, 0.2);
+ border-radius : 0.428rem;
+}
+.popover .arrow {
+ position : absolute;
+ display : block;
+ width : 1rem;
+ height : 0.5rem;
+ margin : 0 0.6rem;
+}
+.popover .arrow::before, .popover .arrow::after {
+ position : absolute;
+ display : block;
+ content : '';
+ border-color : transparent;
+ border-style : solid;
+}
+
+.bs-popover-top, .bs-popover-auto[x-placement^='top'] {
+ margin-bottom : 0.5rem;
+}
+.bs-popover-top > .arrow, .bs-popover-auto[x-placement^='top'] > .arrow {
+ bottom : calc((0.5rem + 1px) * -1);
+}
+.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^='top'] > .arrow::before {
+ bottom : 0;
+ border-width : 0.5rem 0.5rem 0;
+ border-top-color : rgba(34, 41, 47, 0.25);
+}
+.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^='top'] > .arrow::after {
+ bottom : 1px;
+ border-width : 0.5rem 0.5rem 0;
+ border-top-color : #FFFFFF;
+}
+
+.bs-popover-right, .bs-popover-auto[x-placement^='right'] {
+ margin-left : 0.5rem;
+}
+.bs-popover-right > .arrow, .bs-popover-auto[x-placement^='right'] > .arrow {
+ left : calc((0.5rem + 1px) * -1);
+ width : 0.5rem;
+ height : 1rem;
+ margin : 0.6rem 0;
+}
+.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^='right'] > .arrow::before {
+ left : 0;
+ border-width : 0.5rem 0.5rem 0.5rem 0;
+ border-right-color : rgba(34, 41, 47, 0.25);
+}
+.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^='right'] > .arrow::after {
+ left : 1px;
+ border-width : 0.5rem 0.5rem 0.5rem 0;
+ border-right-color : #FFFFFF;
+}
+
+.bs-popover-bottom, .bs-popover-auto[x-placement^='bottom'] {
+ margin-top : 0.5rem;
+}
+.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^='bottom'] > .arrow {
+ top : calc((0.5rem + 1px) * -1);
+}
+.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^='bottom'] > .arrow::before {
+ top : 0;
+ border-width : 0 0.5rem 0.5rem 0.5rem;
+ border-bottom-color : rgba(34, 41, 47, 0.25);
+}
+.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^='bottom'] > .arrow::after {
+ top : 1px;
+ border-width : 0 0.5rem 0.5rem 0.5rem;
+ border-bottom-color : #FFFFFF;
+}
+.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^='bottom'] .popover-header::before {
+ position : absolute;
+ top : 0;
+ left : 50%;
+ display : block;
+ width : 1rem;
+ margin-left : -0.5rem;
+ content : '';
+ border-bottom : 1px solid #7367F0;
+}
+
+.bs-popover-left, .bs-popover-auto[x-placement^='left'] {
+ margin-right : 0.5rem;
+}
+.bs-popover-left > .arrow, .bs-popover-auto[x-placement^='left'] > .arrow {
+ right : calc((0.5rem + 1px) * -1);
+ width : 0.5rem;
+ height : 1rem;
+ margin : 0.6rem 0;
+}
+.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^='left'] > .arrow::before {
+ right : 0;
+ border-width : 0.5rem 0 0.5rem 0.5rem;
+ border-left-color : rgba(34, 41, 47, 0.25);
+}
+.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^='left'] > .arrow::after {
+ right : 1px;
+ border-width : 0.5rem 0 0.5rem 0.5rem;
+ border-left-color : #FFFFFF;
+}
+
+.popover-header {
+ padding : 0.5rem 0.75rem;
+ margin-bottom : 0;
+ font-size : 1rem;
+ color : #2C2C2C;
+ background-color : #7367F0;
+ border-bottom : 1px solid #5E50EE;
+ border-top-left-radius : calc(0.6rem - 1px);
+ border-top-right-radius : calc(0.6rem - 1px);
+}
+.popover-header:empty {
+ display : none;
+}
+
+.popover-body {
+ padding : 0.5rem 0.75rem;
+ color : #626262;
+}
+
+.carousel {
+ position : relative;
+}
+
+.carousel.pointer-event {
+ -ms-touch-action : pan-y;
+ touch-action : pan-y;
+}
+
+.carousel-inner {
+ position : relative;
+ width : 100%;
+ overflow : hidden;
+}
+.carousel-inner::after {
+ display : block;
+ clear : both;
+ content : '';
+}
+
+.carousel-item {
+ position : relative;
+ display : none;
+ float : left;
+ width : 100%;
+ margin-right : -100%;
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+ -webkit-transition : -webkit-transform 0.6s ease-in-out;
+ transition : -webkit-transform 0.6s ease-in-out;
+ transition : transform 0.6s ease-in-out;
+ transition : transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .carousel-item {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+
+.carousel-item.active, .carousel-item-next, .carousel-item-prev {
+ display : block;
+}
+
+.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
+ -webkit-transform : translateX(100%);
+ -ms-transform : translateX(100%);
+ transform : translateX(100%);
+}
+
+.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
+ -webkit-transform : translateX(-100%);
+ -ms-transform : translateX(-100%);
+ transform : translateX(-100%);
+}
+
+.carousel-fade .carousel-item {
+ opacity : 0;
+ -webkit-transition-property : opacity;
+ transition-property : opacity;
+ -webkit-transform : none;
+ -ms-transform : none;
+ transform : none;
+}
+
+.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
+ z-index : 1;
+ opacity : 1;
+}
+
+.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
+ z-index : 0;
+ opacity : 0;
+ -webkit-transition : 0s 0.6s opacity;
+ transition : 0s 0.6s opacity;
+}
+@media (prefers-reduced-motion: reduce) {
+ .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+
+.carousel-control-prev, .carousel-control-next {
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ z-index : 1;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ width : 15%;
+ color : #FFFFFF;
+ text-align : center;
+ opacity : 0.5;
+ -webkit-transition : opacity 0.15s ease;
+ transition : opacity 0.15s ease;
+}
+@media (prefers-reduced-motion: reduce) {
+ .carousel-control-prev, .carousel-control-next {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
+ color : #FFFFFF;
+ text-decoration : none;
+ outline : 0;
+ opacity : 0.9;
+}
+
+.carousel-control-prev {
+ left : 0;
+}
+
+.carousel-control-next {
+ right : 0;
+}
+
+.carousel-control-prev-icon, .carousel-control-next-icon {
+ display : inline-block;
+ width : 20px;
+ height : 20px;
+ background : no-repeat 50% / 100% 100%;
+}
+
+.carousel-control-prev-icon {
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e');
+}
+
+.carousel-control-next-icon {
+ background-image : url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e');
+}
+
+.carousel-indicators {
+ position : absolute;
+ right : 0;
+ bottom : 0;
+ left : 0;
+ z-index : 15;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ padding-left : 0;
+ margin-right : 15%;
+ margin-left : 15%;
+ list-style : none;
+}
+.carousel-indicators li {
+ box-sizing : content-box;
+ -webkit-box-flex : 0;
+ -webkit-flex : 0 1 auto;
+ -ms-flex : 0 1 auto;
+ flex : 0 1 auto;
+ width : 30px;
+ height : 3px;
+ margin-right : 3px;
+ margin-left : 3px;
+ text-indent : -999px;
+ cursor : pointer;
+ background-color : #FFFFFF;
+ background-clip : padding-box;
+ border-top : 10px solid transparent;
+ border-bottom : 10px solid transparent;
+ opacity : 0.5;
+ -webkit-transition : opacity 0.6s ease;
+ transition : opacity 0.6s ease;
+}
+@media (prefers-reduced-motion: reduce) {
+ .carousel-indicators li {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.carousel-indicators .active {
+ opacity : 1;
+}
+
+.carousel-caption {
+ position : absolute;
+ right : 15%;
+ bottom : 20px;
+ left : 15%;
+ z-index : 10;
+ padding-top : 20px;
+ padding-bottom : 20px;
+ color : #FFFFFF;
+ text-align : center;
+}
+
+@-webkit-keyframes spinner-border {
+ to {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+@keyframes spinner-border {
+ to {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.spinner-border {
+ display : inline-block;
+ width : 2rem;
+ height : 2rem;
+ vertical-align : text-bottom;
+ border : 0.25em solid currentColor;
+ border-right-color : transparent;
+ border-radius : 50%;
+ -webkit-animation : spinner-border 0.75s linear infinite;
+ animation : spinner-border 0.75s linear infinite;
+}
+
+.spinner-border-sm {
+ width : 1rem;
+ height : 1rem;
+ border-width : 0.2em;
+}
+
+@-webkit-keyframes spinner-grow {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ opacity : 1;
+ }
+}
+
+@keyframes spinner-grow {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ opacity : 1;
+ }
+}
+
+.spinner-grow {
+ display : inline-block;
+ width : 2rem;
+ height : 2rem;
+ vertical-align : text-bottom;
+ background-color : currentColor;
+ border-radius : 50%;
+ opacity : 0;
+ -webkit-animation : spinner-grow 0.75s linear infinite;
+ animation : spinner-grow 0.75s linear infinite;
+}
+
+.spinner-grow-sm {
+ width : 1rem;
+ height : 1rem;
+}
+
+.align-baseline {
+ vertical-align : baseline !important;
+}
+
+.align-top {
+ vertical-align : top !important;
+}
+
+.align-middle {
+ vertical-align : middle !important;
+}
+
+.align-bottom {
+ vertical-align : bottom !important;
+}
+
+.align-text-bottom {
+ vertical-align : text-bottom !important;
+}
+
+.align-text-top {
+ vertical-align : text-top !important;
+}
+
+.bg-primary {
+ background-color : #7367F0 !important;
+}
+
+a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
+ background-color : #4839EB !important;
+}
+
+.bg-secondary {
+ background-color : #B8C2CC !important;
+}
+
+a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
+ background-color : #9AA9B7 !important;
+}
+
+.bg-success {
+ background-color : #28C76F !important;
+}
+
+a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
+ background-color : #1F9D57 !important;
+}
+
+.bg-info {
+ background-color : #00CFE8 !important;
+}
+
+a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
+ background-color : #00A1B5 !important;
+}
+
+.bg-warning {
+ background-color : #FF9F43 !important;
+}
+
+a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
+ background-color : #FF8510 !important;
+}
+
+.bg-danger {
+ background-color : #EA5455 !important;
+}
+
+a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
+ background-color : #E42728 !important;
+}
+
+.bg-light {
+ background-color : #BABFC7 !important;
+}
+
+a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
+ background-color : #9EA5B0 !important;
+}
+
+.bg-dark {
+ background-color : #1E1E1E !important;
+}
+
+a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
+ background-color : #050505 !important;
+}
+
+.bg-white {
+ background-color : #FFFFFF !important;
+}
+
+.bg-transparent {
+ background-color : transparent !important;
+}
+
+.border {
+ border : 1px solid #EDEDED !important;
+}
+
+.border-top {
+ border-top : 1px solid #EDEDED !important;
+}
+
+.border-right {
+ border-right : 1px solid #EDEDED !important;
+}
+
+.border-bottom {
+ border-bottom : 1px solid #EDEDED !important;
+}
+
+.border-left {
+ border-left : 1px solid #EDEDED !important;
+}
+
+.border-0 {
+ border : 0 !important;
+}
+
+.border-top-0 {
+ border-top : 0 !important;
+}
+
+.border-right-0 {
+ border-right : 0 !important;
+}
+
+.border-bottom-0 {
+ border-bottom : 0 !important;
+}
+
+.border-left-0 {
+ border-left : 0 !important;
+}
+
+.border-primary {
+ border-color : #7367F0 !important;
+}
+
+.border-secondary {
+ border-color : #B8C2CC !important;
+}
+
+.border-success {
+ border-color : #28C76F !important;
+}
+
+.border-info {
+ border-color : #00CFE8 !important;
+}
+
+.border-warning {
+ border-color : #FF9F43 !important;
+}
+
+.border-danger {
+ border-color : #EA5455 !important;
+}
+
+.border-light {
+ border-color : #BABFC7 !important;
+}
+
+.border-dark {
+ border-color : #1E1E1E !important;
+}
+
+.border-white {
+ border-color : #FFFFFF !important;
+}
+
+.rounded-sm {
+ border-radius : 0.25rem !important;
+}
+
+.rounded {
+ border-radius : 0.5rem !important;
+}
+
+.rounded-top {
+ border-top-left-radius : 0.5rem !important;
+ border-top-right-radius : 0.5rem !important;
+}
+
+.rounded-right {
+ border-top-right-radius : 0.5rem !important;
+ border-bottom-right-radius : 0.5rem !important;
+}
+
+.rounded-bottom {
+ border-bottom-right-radius : 0.5rem !important;
+ border-bottom-left-radius : 0.5rem !important;
+}
+
+.rounded-left {
+ border-top-left-radius : 0.5rem !important;
+ border-bottom-left-radius : 0.5rem !important;
+}
+
+.rounded-lg {
+ border-radius : 0.6rem !important;
+}
+
+.rounded-circle {
+ border-radius : 50% !important;
+}
+
+.rounded-pill {
+ border-radius : 50rem !important;
+}
+
+.rounded-0 {
+ border-radius : 0 !important;
+}
+
+.clearfix::after {
+ display : block;
+ clear : both;
+ content : '';
+}
+
+.d-none {
+ display : none !important;
+}
+
+.d-inline {
+ display : inline !important;
+}
+
+.d-inline-block {
+ display : inline-block !important;
+}
+
+.d-block {
+ display : block !important;
+}
+
+.d-table {
+ display : table !important;
+}
+
+.d-table-row {
+ display : table-row !important;
+}
+
+.d-table-cell {
+ display : table-cell !important;
+}
+
+.d-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+}
+
+.d-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+}
+
+@media (min-width: 576px) {
+ .d-sm-none {
+ display : none !important;
+ }
+ .d-sm-inline {
+ display : inline !important;
+ }
+ .d-sm-inline-block {
+ display : inline-block !important;
+ }
+ .d-sm-block {
+ display : block !important;
+ }
+ .d-sm-table {
+ display : table !important;
+ }
+ .d-sm-table-row {
+ display : table-row !important;
+ }
+ .d-sm-table-cell {
+ display : table-cell !important;
+ }
+ .d-sm-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ }
+ .d-sm-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .d-md-none {
+ display : none !important;
+ }
+ .d-md-inline {
+ display : inline !important;
+ }
+ .d-md-inline-block {
+ display : inline-block !important;
+ }
+ .d-md-block {
+ display : block !important;
+ }
+ .d-md-table {
+ display : table !important;
+ }
+ .d-md-table-row {
+ display : table-row !important;
+ }
+ .d-md-table-cell {
+ display : table-cell !important;
+ }
+ .d-md-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ }
+ .d-md-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .d-lg-none {
+ display : none !important;
+ }
+ .d-lg-inline {
+ display : inline !important;
+ }
+ .d-lg-inline-block {
+ display : inline-block !important;
+ }
+ .d-lg-block {
+ display : block !important;
+ }
+ .d-lg-table {
+ display : table !important;
+ }
+ .d-lg-table-row {
+ display : table-row !important;
+ }
+ .d-lg-table-cell {
+ display : table-cell !important;
+ }
+ .d-lg-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ }
+ .d-lg-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .d-xl-none {
+ display : none !important;
+ }
+ .d-xl-inline {
+ display : inline !important;
+ }
+ .d-xl-inline-block {
+ display : inline-block !important;
+ }
+ .d-xl-block {
+ display : block !important;
+ }
+ .d-xl-table {
+ display : table !important;
+ }
+ .d-xl-table-row {
+ display : table-row !important;
+ }
+ .d-xl-table-cell {
+ display : table-cell !important;
+ }
+ .d-xl-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ }
+ .d-xl-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+ }
+}
+
+@media print {
+ .d-print-none {
+ display : none !important;
+ }
+ .d-print-inline {
+ display : inline !important;
+ }
+ .d-print-inline-block {
+ display : inline-block !important;
+ }
+ .d-print-block {
+ display : block !important;
+ }
+ .d-print-table {
+ display : table !important;
+ }
+ .d-print-table-row {
+ display : table-row !important;
+ }
+ .d-print-table-cell {
+ display : table-cell !important;
+ }
+ .d-print-flex {
+ display : -webkit-box !important;
+ display : -webkit-flex !important;
+ display : -ms-flexbox !important;
+ display : flex !important;
+ }
+ .d-print-inline-flex {
+ display : -webkit-inline-box !important;
+ display : -webkit-inline-flex !important;
+ display : -ms-inline-flexbox !important;
+ display : inline-flex !important;
+ }
+}
+
+.embed-responsive {
+ position : relative;
+ display : block;
+ width : 100%;
+ padding : 0;
+ overflow : hidden;
+}
+.embed-responsive::before {
+ display : block;
+ content : '';
+}
+.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+ border : 0;
+}
+
+.embed-responsive-21by9::before {
+ padding-top : 42.85714%;
+}
+
+.embed-responsive-16by9::before {
+ padding-top : 56.25%;
+}
+
+.embed-responsive-4by3::before {
+ padding-top : 75%;
+}
+
+.embed-responsive-1by1::before {
+ padding-top : 100%;
+}
+
+.embed-responsive-21by9::before {
+ padding-top : 42.85714%;
+}
+
+.embed-responsive-16by9::before {
+ padding-top : 56.25%;
+}
+
+.embed-responsive-4by3::before {
+ padding-top : 75%;
+}
+
+.embed-responsive-1by1::before {
+ padding-top : 100%;
+}
+
+.flex-row {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : row !important;
+ -ms-flex-direction : row !important;
+ flex-direction : row !important;
+}
+
+.flex-column {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : column !important;
+ -ms-flex-direction : column !important;
+ flex-direction : column !important;
+}
+
+.flex-row-reverse {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : row-reverse !important;
+ -ms-flex-direction : row-reverse !important;
+ flex-direction : row-reverse !important;
+}
+
+.flex-column-reverse {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : column-reverse !important;
+ -ms-flex-direction : column-reverse !important;
+ flex-direction : column-reverse !important;
+}
+
+.flex-wrap {
+ -webkit-flex-wrap : wrap !important;
+ -ms-flex-wrap : wrap !important;
+ flex-wrap : wrap !important;
+}
+
+.flex-nowrap {
+ -webkit-flex-wrap : nowrap !important;
+ -ms-flex-wrap : nowrap !important;
+ flex-wrap : nowrap !important;
+}
+
+.flex-wrap-reverse {
+ -webkit-flex-wrap : wrap-reverse !important;
+ -ms-flex-wrap : wrap-reverse !important;
+ flex-wrap : wrap-reverse !important;
+}
+
+.flex-fill {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex : 1 1 auto !important;
+ -ms-flex : 1 1 auto !important;
+ flex : 1 1 auto !important;
+}
+
+.flex-grow-0 {
+ -webkit-box-flex : 0 !important;
+ -webkit-flex-grow : 0 !important;
+ -ms-flex-positive : 0 !important;
+ flex-grow : 0 !important;
+}
+
+.flex-grow-1 {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex-grow : 1 !important;
+ -ms-flex-positive : 1 !important;
+ flex-grow : 1 !important;
+}
+
+.flex-shrink-0 {
+ -webkit-flex-shrink : 0 !important;
+ -ms-flex-negative : 0 !important;
+ flex-shrink : 0 !important;
+}
+
+.flex-shrink-1 {
+ -webkit-flex-shrink : 1 !important;
+ -ms-flex-negative : 1 !important;
+ flex-shrink : 1 !important;
+}
+
+.justify-content-start {
+ -webkit-box-pack : start !important;
+ -webkit-justify-content : flex-start !important;
+ -ms-flex-pack : start !important;
+ justify-content : flex-start !important;
+}
+
+.justify-content-end {
+ -webkit-box-pack : end !important;
+ -webkit-justify-content : flex-end !important;
+ -ms-flex-pack : end !important;
+ justify-content : flex-end !important;
+}
+
+.justify-content-center {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+}
+
+.justify-content-between {
+ -webkit-box-pack : justify !important;
+ -webkit-justify-content : space-between !important;
+ -ms-flex-pack : justify !important;
+ justify-content : space-between !important;
+}
+
+.justify-content-around {
+ -webkit-justify-content : space-around !important;
+ -ms-flex-pack : distribute !important;
+ justify-content : space-around !important;
+}
+
+.align-items-start {
+ -webkit-box-align : start !important;
+ -webkit-align-items : flex-start !important;
+ -ms-flex-align : start !important;
+ align-items : flex-start !important;
+}
+
+.align-items-end {
+ -webkit-box-align : end !important;
+ -webkit-align-items : flex-end !important;
+ -ms-flex-align : end !important;
+ align-items : flex-end !important;
+}
+
+.align-items-center {
+ -webkit-box-align : center !important;
+ -webkit-align-items : center !important;
+ -ms-flex-align : center !important;
+ align-items : center !important;
+}
+
+.align-items-baseline {
+ -webkit-box-align : baseline !important;
+ -webkit-align-items : baseline !important;
+ -ms-flex-align : baseline !important;
+ align-items : baseline !important;
+}
+
+.align-items-stretch {
+ -webkit-box-align : stretch !important;
+ -webkit-align-items : stretch !important;
+ -ms-flex-align : stretch !important;
+ align-items : stretch !important;
+}
+
+.align-content-start {
+ -webkit-align-content : flex-start !important;
+ -ms-flex-line-pack : start !important;
+ align-content : flex-start !important;
+}
+
+.align-content-end {
+ -webkit-align-content : flex-end !important;
+ -ms-flex-line-pack : end !important;
+ align-content : flex-end !important;
+}
+
+.align-content-center {
+ -webkit-align-content : center !important;
+ -ms-flex-line-pack : center !important;
+ align-content : center !important;
+}
+
+.align-content-between {
+ -webkit-align-content : space-between !important;
+ -ms-flex-line-pack : justify !important;
+ align-content : space-between !important;
+}
+
+.align-content-around {
+ -webkit-align-content : space-around !important;
+ -ms-flex-line-pack : distribute !important;
+ align-content : space-around !important;
+}
+
+.align-content-stretch {
+ -webkit-align-content : stretch !important;
+ -ms-flex-line-pack : stretch !important;
+ align-content : stretch !important;
+}
+
+.align-self-auto {
+ -webkit-align-self : auto !important;
+ -ms-flex-item-align : auto !important;
+ align-self : auto !important;
+}
+
+.align-self-start {
+ -webkit-align-self : flex-start !important;
+ -ms-flex-item-align : start !important;
+ align-self : flex-start !important;
+}
+
+.align-self-end {
+ -webkit-align-self : flex-end !important;
+ -ms-flex-item-align : end !important;
+ align-self : flex-end !important;
+}
+
+.align-self-center {
+ -webkit-align-self : center !important;
+ -ms-flex-item-align : center !important;
+ align-self : center !important;
+}
+
+.align-self-baseline {
+ -webkit-align-self : baseline !important;
+ -ms-flex-item-align : baseline !important;
+ align-self : baseline !important;
+}
+
+.align-self-stretch {
+ -webkit-align-self : stretch !important;
+ -ms-flex-item-align : stretch !important;
+ align-self : stretch !important;
+}
+
+@media (min-width: 576px) {
+ .flex-sm-row {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : row !important;
+ -ms-flex-direction : row !important;
+ flex-direction : row !important;
+ }
+ .flex-sm-column {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : column !important;
+ -ms-flex-direction : column !important;
+ flex-direction : column !important;
+ }
+ .flex-sm-row-reverse {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : row-reverse !important;
+ -ms-flex-direction : row-reverse !important;
+ flex-direction : row-reverse !important;
+ }
+ .flex-sm-column-reverse {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : column-reverse !important;
+ -ms-flex-direction : column-reverse !important;
+ flex-direction : column-reverse !important;
+ }
+ .flex-sm-wrap {
+ -webkit-flex-wrap : wrap !important;
+ -ms-flex-wrap : wrap !important;
+ flex-wrap : wrap !important;
+ }
+ .flex-sm-nowrap {
+ -webkit-flex-wrap : nowrap !important;
+ -ms-flex-wrap : nowrap !important;
+ flex-wrap : nowrap !important;
+ }
+ .flex-sm-wrap-reverse {
+ -webkit-flex-wrap : wrap-reverse !important;
+ -ms-flex-wrap : wrap-reverse !important;
+ flex-wrap : wrap-reverse !important;
+ }
+ .flex-sm-fill {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex : 1 1 auto !important;
+ -ms-flex : 1 1 auto !important;
+ flex : 1 1 auto !important;
+ }
+ .flex-sm-grow-0 {
+ -webkit-box-flex : 0 !important;
+ -webkit-flex-grow : 0 !important;
+ -ms-flex-positive : 0 !important;
+ flex-grow : 0 !important;
+ }
+ .flex-sm-grow-1 {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex-grow : 1 !important;
+ -ms-flex-positive : 1 !important;
+ flex-grow : 1 !important;
+ }
+ .flex-sm-shrink-0 {
+ -webkit-flex-shrink : 0 !important;
+ -ms-flex-negative : 0 !important;
+ flex-shrink : 0 !important;
+ }
+ .flex-sm-shrink-1 {
+ -webkit-flex-shrink : 1 !important;
+ -ms-flex-negative : 1 !important;
+ flex-shrink : 1 !important;
+ }
+ .justify-content-sm-start {
+ -webkit-box-pack : start !important;
+ -webkit-justify-content : flex-start !important;
+ -ms-flex-pack : start !important;
+ justify-content : flex-start !important;
+ }
+ .justify-content-sm-end {
+ -webkit-box-pack : end !important;
+ -webkit-justify-content : flex-end !important;
+ -ms-flex-pack : end !important;
+ justify-content : flex-end !important;
+ }
+ .justify-content-sm-center {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+ }
+ .justify-content-sm-between {
+ -webkit-box-pack : justify !important;
+ -webkit-justify-content : space-between !important;
+ -ms-flex-pack : justify !important;
+ justify-content : space-between !important;
+ }
+ .justify-content-sm-around {
+ -webkit-justify-content : space-around !important;
+ -ms-flex-pack : distribute !important;
+ justify-content : space-around !important;
+ }
+ .align-items-sm-start {
+ -webkit-box-align : start !important;
+ -webkit-align-items : flex-start !important;
+ -ms-flex-align : start !important;
+ align-items : flex-start !important;
+ }
+ .align-items-sm-end {
+ -webkit-box-align : end !important;
+ -webkit-align-items : flex-end !important;
+ -ms-flex-align : end !important;
+ align-items : flex-end !important;
+ }
+ .align-items-sm-center {
+ -webkit-box-align : center !important;
+ -webkit-align-items : center !important;
+ -ms-flex-align : center !important;
+ align-items : center !important;
+ }
+ .align-items-sm-baseline {
+ -webkit-box-align : baseline !important;
+ -webkit-align-items : baseline !important;
+ -ms-flex-align : baseline !important;
+ align-items : baseline !important;
+ }
+ .align-items-sm-stretch {
+ -webkit-box-align : stretch !important;
+ -webkit-align-items : stretch !important;
+ -ms-flex-align : stretch !important;
+ align-items : stretch !important;
+ }
+ .align-content-sm-start {
+ -webkit-align-content : flex-start !important;
+ -ms-flex-line-pack : start !important;
+ align-content : flex-start !important;
+ }
+ .align-content-sm-end {
+ -webkit-align-content : flex-end !important;
+ -ms-flex-line-pack : end !important;
+ align-content : flex-end !important;
+ }
+ .align-content-sm-center {
+ -webkit-align-content : center !important;
+ -ms-flex-line-pack : center !important;
+ align-content : center !important;
+ }
+ .align-content-sm-between {
+ -webkit-align-content : space-between !important;
+ -ms-flex-line-pack : justify !important;
+ align-content : space-between !important;
+ }
+ .align-content-sm-around {
+ -webkit-align-content : space-around !important;
+ -ms-flex-line-pack : distribute !important;
+ align-content : space-around !important;
+ }
+ .align-content-sm-stretch {
+ -webkit-align-content : stretch !important;
+ -ms-flex-line-pack : stretch !important;
+ align-content : stretch !important;
+ }
+ .align-self-sm-auto {
+ -webkit-align-self : auto !important;
+ -ms-flex-item-align : auto !important;
+ align-self : auto !important;
+ }
+ .align-self-sm-start {
+ -webkit-align-self : flex-start !important;
+ -ms-flex-item-align : start !important;
+ align-self : flex-start !important;
+ }
+ .align-self-sm-end {
+ -webkit-align-self : flex-end !important;
+ -ms-flex-item-align : end !important;
+ align-self : flex-end !important;
+ }
+ .align-self-sm-center {
+ -webkit-align-self : center !important;
+ -ms-flex-item-align : center !important;
+ align-self : center !important;
+ }
+ .align-self-sm-baseline {
+ -webkit-align-self : baseline !important;
+ -ms-flex-item-align : baseline !important;
+ align-self : baseline !important;
+ }
+ .align-self-sm-stretch {
+ -webkit-align-self : stretch !important;
+ -ms-flex-item-align : stretch !important;
+ align-self : stretch !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .flex-md-row {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : row !important;
+ -ms-flex-direction : row !important;
+ flex-direction : row !important;
+ }
+ .flex-md-column {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : column !important;
+ -ms-flex-direction : column !important;
+ flex-direction : column !important;
+ }
+ .flex-md-row-reverse {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : row-reverse !important;
+ -ms-flex-direction : row-reverse !important;
+ flex-direction : row-reverse !important;
+ }
+ .flex-md-column-reverse {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : column-reverse !important;
+ -ms-flex-direction : column-reverse !important;
+ flex-direction : column-reverse !important;
+ }
+ .flex-md-wrap {
+ -webkit-flex-wrap : wrap !important;
+ -ms-flex-wrap : wrap !important;
+ flex-wrap : wrap !important;
+ }
+ .flex-md-nowrap {
+ -webkit-flex-wrap : nowrap !important;
+ -ms-flex-wrap : nowrap !important;
+ flex-wrap : nowrap !important;
+ }
+ .flex-md-wrap-reverse {
+ -webkit-flex-wrap : wrap-reverse !important;
+ -ms-flex-wrap : wrap-reverse !important;
+ flex-wrap : wrap-reverse !important;
+ }
+ .flex-md-fill {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex : 1 1 auto !important;
+ -ms-flex : 1 1 auto !important;
+ flex : 1 1 auto !important;
+ }
+ .flex-md-grow-0 {
+ -webkit-box-flex : 0 !important;
+ -webkit-flex-grow : 0 !important;
+ -ms-flex-positive : 0 !important;
+ flex-grow : 0 !important;
+ }
+ .flex-md-grow-1 {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex-grow : 1 !important;
+ -ms-flex-positive : 1 !important;
+ flex-grow : 1 !important;
+ }
+ .flex-md-shrink-0 {
+ -webkit-flex-shrink : 0 !important;
+ -ms-flex-negative : 0 !important;
+ flex-shrink : 0 !important;
+ }
+ .flex-md-shrink-1 {
+ -webkit-flex-shrink : 1 !important;
+ -ms-flex-negative : 1 !important;
+ flex-shrink : 1 !important;
+ }
+ .justify-content-md-start {
+ -webkit-box-pack : start !important;
+ -webkit-justify-content : flex-start !important;
+ -ms-flex-pack : start !important;
+ justify-content : flex-start !important;
+ }
+ .justify-content-md-end {
+ -webkit-box-pack : end !important;
+ -webkit-justify-content : flex-end !important;
+ -ms-flex-pack : end !important;
+ justify-content : flex-end !important;
+ }
+ .justify-content-md-center {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+ }
+ .justify-content-md-between {
+ -webkit-box-pack : justify !important;
+ -webkit-justify-content : space-between !important;
+ -ms-flex-pack : justify !important;
+ justify-content : space-between !important;
+ }
+ .justify-content-md-around {
+ -webkit-justify-content : space-around !important;
+ -ms-flex-pack : distribute !important;
+ justify-content : space-around !important;
+ }
+ .align-items-md-start {
+ -webkit-box-align : start !important;
+ -webkit-align-items : flex-start !important;
+ -ms-flex-align : start !important;
+ align-items : flex-start !important;
+ }
+ .align-items-md-end {
+ -webkit-box-align : end !important;
+ -webkit-align-items : flex-end !important;
+ -ms-flex-align : end !important;
+ align-items : flex-end !important;
+ }
+ .align-items-md-center {
+ -webkit-box-align : center !important;
+ -webkit-align-items : center !important;
+ -ms-flex-align : center !important;
+ align-items : center !important;
+ }
+ .align-items-md-baseline {
+ -webkit-box-align : baseline !important;
+ -webkit-align-items : baseline !important;
+ -ms-flex-align : baseline !important;
+ align-items : baseline !important;
+ }
+ .align-items-md-stretch {
+ -webkit-box-align : stretch !important;
+ -webkit-align-items : stretch !important;
+ -ms-flex-align : stretch !important;
+ align-items : stretch !important;
+ }
+ .align-content-md-start {
+ -webkit-align-content : flex-start !important;
+ -ms-flex-line-pack : start !important;
+ align-content : flex-start !important;
+ }
+ .align-content-md-end {
+ -webkit-align-content : flex-end !important;
+ -ms-flex-line-pack : end !important;
+ align-content : flex-end !important;
+ }
+ .align-content-md-center {
+ -webkit-align-content : center !important;
+ -ms-flex-line-pack : center !important;
+ align-content : center !important;
+ }
+ .align-content-md-between {
+ -webkit-align-content : space-between !important;
+ -ms-flex-line-pack : justify !important;
+ align-content : space-between !important;
+ }
+ .align-content-md-around {
+ -webkit-align-content : space-around !important;
+ -ms-flex-line-pack : distribute !important;
+ align-content : space-around !important;
+ }
+ .align-content-md-stretch {
+ -webkit-align-content : stretch !important;
+ -ms-flex-line-pack : stretch !important;
+ align-content : stretch !important;
+ }
+ .align-self-md-auto {
+ -webkit-align-self : auto !important;
+ -ms-flex-item-align : auto !important;
+ align-self : auto !important;
+ }
+ .align-self-md-start {
+ -webkit-align-self : flex-start !important;
+ -ms-flex-item-align : start !important;
+ align-self : flex-start !important;
+ }
+ .align-self-md-end {
+ -webkit-align-self : flex-end !important;
+ -ms-flex-item-align : end !important;
+ align-self : flex-end !important;
+ }
+ .align-self-md-center {
+ -webkit-align-self : center !important;
+ -ms-flex-item-align : center !important;
+ align-self : center !important;
+ }
+ .align-self-md-baseline {
+ -webkit-align-self : baseline !important;
+ -ms-flex-item-align : baseline !important;
+ align-self : baseline !important;
+ }
+ .align-self-md-stretch {
+ -webkit-align-self : stretch !important;
+ -ms-flex-item-align : stretch !important;
+ align-self : stretch !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .flex-lg-row {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : row !important;
+ -ms-flex-direction : row !important;
+ flex-direction : row !important;
+ }
+ .flex-lg-column {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : column !important;
+ -ms-flex-direction : column !important;
+ flex-direction : column !important;
+ }
+ .flex-lg-row-reverse {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : row-reverse !important;
+ -ms-flex-direction : row-reverse !important;
+ flex-direction : row-reverse !important;
+ }
+ .flex-lg-column-reverse {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : column-reverse !important;
+ -ms-flex-direction : column-reverse !important;
+ flex-direction : column-reverse !important;
+ }
+ .flex-lg-wrap {
+ -webkit-flex-wrap : wrap !important;
+ -ms-flex-wrap : wrap !important;
+ flex-wrap : wrap !important;
+ }
+ .flex-lg-nowrap {
+ -webkit-flex-wrap : nowrap !important;
+ -ms-flex-wrap : nowrap !important;
+ flex-wrap : nowrap !important;
+ }
+ .flex-lg-wrap-reverse {
+ -webkit-flex-wrap : wrap-reverse !important;
+ -ms-flex-wrap : wrap-reverse !important;
+ flex-wrap : wrap-reverse !important;
+ }
+ .flex-lg-fill {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex : 1 1 auto !important;
+ -ms-flex : 1 1 auto !important;
+ flex : 1 1 auto !important;
+ }
+ .flex-lg-grow-0 {
+ -webkit-box-flex : 0 !important;
+ -webkit-flex-grow : 0 !important;
+ -ms-flex-positive : 0 !important;
+ flex-grow : 0 !important;
+ }
+ .flex-lg-grow-1 {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex-grow : 1 !important;
+ -ms-flex-positive : 1 !important;
+ flex-grow : 1 !important;
+ }
+ .flex-lg-shrink-0 {
+ -webkit-flex-shrink : 0 !important;
+ -ms-flex-negative : 0 !important;
+ flex-shrink : 0 !important;
+ }
+ .flex-lg-shrink-1 {
+ -webkit-flex-shrink : 1 !important;
+ -ms-flex-negative : 1 !important;
+ flex-shrink : 1 !important;
+ }
+ .justify-content-lg-start {
+ -webkit-box-pack : start !important;
+ -webkit-justify-content : flex-start !important;
+ -ms-flex-pack : start !important;
+ justify-content : flex-start !important;
+ }
+ .justify-content-lg-end {
+ -webkit-box-pack : end !important;
+ -webkit-justify-content : flex-end !important;
+ -ms-flex-pack : end !important;
+ justify-content : flex-end !important;
+ }
+ .justify-content-lg-center {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+ }
+ .justify-content-lg-between {
+ -webkit-box-pack : justify !important;
+ -webkit-justify-content : space-between !important;
+ -ms-flex-pack : justify !important;
+ justify-content : space-between !important;
+ }
+ .justify-content-lg-around {
+ -webkit-justify-content : space-around !important;
+ -ms-flex-pack : distribute !important;
+ justify-content : space-around !important;
+ }
+ .align-items-lg-start {
+ -webkit-box-align : start !important;
+ -webkit-align-items : flex-start !important;
+ -ms-flex-align : start !important;
+ align-items : flex-start !important;
+ }
+ .align-items-lg-end {
+ -webkit-box-align : end !important;
+ -webkit-align-items : flex-end !important;
+ -ms-flex-align : end !important;
+ align-items : flex-end !important;
+ }
+ .align-items-lg-center {
+ -webkit-box-align : center !important;
+ -webkit-align-items : center !important;
+ -ms-flex-align : center !important;
+ align-items : center !important;
+ }
+ .align-items-lg-baseline {
+ -webkit-box-align : baseline !important;
+ -webkit-align-items : baseline !important;
+ -ms-flex-align : baseline !important;
+ align-items : baseline !important;
+ }
+ .align-items-lg-stretch {
+ -webkit-box-align : stretch !important;
+ -webkit-align-items : stretch !important;
+ -ms-flex-align : stretch !important;
+ align-items : stretch !important;
+ }
+ .align-content-lg-start {
+ -webkit-align-content : flex-start !important;
+ -ms-flex-line-pack : start !important;
+ align-content : flex-start !important;
+ }
+ .align-content-lg-end {
+ -webkit-align-content : flex-end !important;
+ -ms-flex-line-pack : end !important;
+ align-content : flex-end !important;
+ }
+ .align-content-lg-center {
+ -webkit-align-content : center !important;
+ -ms-flex-line-pack : center !important;
+ align-content : center !important;
+ }
+ .align-content-lg-between {
+ -webkit-align-content : space-between !important;
+ -ms-flex-line-pack : justify !important;
+ align-content : space-between !important;
+ }
+ .align-content-lg-around {
+ -webkit-align-content : space-around !important;
+ -ms-flex-line-pack : distribute !important;
+ align-content : space-around !important;
+ }
+ .align-content-lg-stretch {
+ -webkit-align-content : stretch !important;
+ -ms-flex-line-pack : stretch !important;
+ align-content : stretch !important;
+ }
+ .align-self-lg-auto {
+ -webkit-align-self : auto !important;
+ -ms-flex-item-align : auto !important;
+ align-self : auto !important;
+ }
+ .align-self-lg-start {
+ -webkit-align-self : flex-start !important;
+ -ms-flex-item-align : start !important;
+ align-self : flex-start !important;
+ }
+ .align-self-lg-end {
+ -webkit-align-self : flex-end !important;
+ -ms-flex-item-align : end !important;
+ align-self : flex-end !important;
+ }
+ .align-self-lg-center {
+ -webkit-align-self : center !important;
+ -ms-flex-item-align : center !important;
+ align-self : center !important;
+ }
+ .align-self-lg-baseline {
+ -webkit-align-self : baseline !important;
+ -ms-flex-item-align : baseline !important;
+ align-self : baseline !important;
+ }
+ .align-self-lg-stretch {
+ -webkit-align-self : stretch !important;
+ -ms-flex-item-align : stretch !important;
+ align-self : stretch !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .flex-xl-row {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : row !important;
+ -ms-flex-direction : row !important;
+ flex-direction : row !important;
+ }
+ .flex-xl-column {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : normal !important;
+ -webkit-flex-direction : column !important;
+ -ms-flex-direction : column !important;
+ flex-direction : column !important;
+ }
+ .flex-xl-row-reverse {
+ -webkit-box-orient : horizontal !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : row-reverse !important;
+ -ms-flex-direction : row-reverse !important;
+ flex-direction : row-reverse !important;
+ }
+ .flex-xl-column-reverse {
+ -webkit-box-orient : vertical !important;
+ -webkit-box-direction : reverse !important;
+ -webkit-flex-direction : column-reverse !important;
+ -ms-flex-direction : column-reverse !important;
+ flex-direction : column-reverse !important;
+ }
+ .flex-xl-wrap {
+ -webkit-flex-wrap : wrap !important;
+ -ms-flex-wrap : wrap !important;
+ flex-wrap : wrap !important;
+ }
+ .flex-xl-nowrap {
+ -webkit-flex-wrap : nowrap !important;
+ -ms-flex-wrap : nowrap !important;
+ flex-wrap : nowrap !important;
+ }
+ .flex-xl-wrap-reverse {
+ -webkit-flex-wrap : wrap-reverse !important;
+ -ms-flex-wrap : wrap-reverse !important;
+ flex-wrap : wrap-reverse !important;
+ }
+ .flex-xl-fill {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex : 1 1 auto !important;
+ -ms-flex : 1 1 auto !important;
+ flex : 1 1 auto !important;
+ }
+ .flex-xl-grow-0 {
+ -webkit-box-flex : 0 !important;
+ -webkit-flex-grow : 0 !important;
+ -ms-flex-positive : 0 !important;
+ flex-grow : 0 !important;
+ }
+ .flex-xl-grow-1 {
+ -webkit-box-flex : 1 !important;
+ -webkit-flex-grow : 1 !important;
+ -ms-flex-positive : 1 !important;
+ flex-grow : 1 !important;
+ }
+ .flex-xl-shrink-0 {
+ -webkit-flex-shrink : 0 !important;
+ -ms-flex-negative : 0 !important;
+ flex-shrink : 0 !important;
+ }
+ .flex-xl-shrink-1 {
+ -webkit-flex-shrink : 1 !important;
+ -ms-flex-negative : 1 !important;
+ flex-shrink : 1 !important;
+ }
+ .justify-content-xl-start {
+ -webkit-box-pack : start !important;
+ -webkit-justify-content : flex-start !important;
+ -ms-flex-pack : start !important;
+ justify-content : flex-start !important;
+ }
+ .justify-content-xl-end {
+ -webkit-box-pack : end !important;
+ -webkit-justify-content : flex-end !important;
+ -ms-flex-pack : end !important;
+ justify-content : flex-end !important;
+ }
+ .justify-content-xl-center {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+ }
+ .justify-content-xl-between {
+ -webkit-box-pack : justify !important;
+ -webkit-justify-content : space-between !important;
+ -ms-flex-pack : justify !important;
+ justify-content : space-between !important;
+ }
+ .justify-content-xl-around {
+ -webkit-justify-content : space-around !important;
+ -ms-flex-pack : distribute !important;
+ justify-content : space-around !important;
+ }
+ .align-items-xl-start {
+ -webkit-box-align : start !important;
+ -webkit-align-items : flex-start !important;
+ -ms-flex-align : start !important;
+ align-items : flex-start !important;
+ }
+ .align-items-xl-end {
+ -webkit-box-align : end !important;
+ -webkit-align-items : flex-end !important;
+ -ms-flex-align : end !important;
+ align-items : flex-end !important;
+ }
+ .align-items-xl-center {
+ -webkit-box-align : center !important;
+ -webkit-align-items : center !important;
+ -ms-flex-align : center !important;
+ align-items : center !important;
+ }
+ .align-items-xl-baseline {
+ -webkit-box-align : baseline !important;
+ -webkit-align-items : baseline !important;
+ -ms-flex-align : baseline !important;
+ align-items : baseline !important;
+ }
+ .align-items-xl-stretch {
+ -webkit-box-align : stretch !important;
+ -webkit-align-items : stretch !important;
+ -ms-flex-align : stretch !important;
+ align-items : stretch !important;
+ }
+ .align-content-xl-start {
+ -webkit-align-content : flex-start !important;
+ -ms-flex-line-pack : start !important;
+ align-content : flex-start !important;
+ }
+ .align-content-xl-end {
+ -webkit-align-content : flex-end !important;
+ -ms-flex-line-pack : end !important;
+ align-content : flex-end !important;
+ }
+ .align-content-xl-center {
+ -webkit-align-content : center !important;
+ -ms-flex-line-pack : center !important;
+ align-content : center !important;
+ }
+ .align-content-xl-between {
+ -webkit-align-content : space-between !important;
+ -ms-flex-line-pack : justify !important;
+ align-content : space-between !important;
+ }
+ .align-content-xl-around {
+ -webkit-align-content : space-around !important;
+ -ms-flex-line-pack : distribute !important;
+ align-content : space-around !important;
+ }
+ .align-content-xl-stretch {
+ -webkit-align-content : stretch !important;
+ -ms-flex-line-pack : stretch !important;
+ align-content : stretch !important;
+ }
+ .align-self-xl-auto {
+ -webkit-align-self : auto !important;
+ -ms-flex-item-align : auto !important;
+ align-self : auto !important;
+ }
+ .align-self-xl-start {
+ -webkit-align-self : flex-start !important;
+ -ms-flex-item-align : start !important;
+ align-self : flex-start !important;
+ }
+ .align-self-xl-end {
+ -webkit-align-self : flex-end !important;
+ -ms-flex-item-align : end !important;
+ align-self : flex-end !important;
+ }
+ .align-self-xl-center {
+ -webkit-align-self : center !important;
+ -ms-flex-item-align : center !important;
+ align-self : center !important;
+ }
+ .align-self-xl-baseline {
+ -webkit-align-self : baseline !important;
+ -ms-flex-item-align : baseline !important;
+ align-self : baseline !important;
+ }
+ .align-self-xl-stretch {
+ -webkit-align-self : stretch !important;
+ -ms-flex-item-align : stretch !important;
+ align-self : stretch !important;
+ }
+}
+
+.float-left {
+ float : left !important;
+}
+
+.float-right {
+ float : right !important;
+}
+
+.float-none {
+ float : none !important;
+}
+
+@media (min-width: 576px) {
+ .float-sm-left {
+ float : left !important;
+ }
+ .float-sm-right {
+ float : right !important;
+ }
+ .float-sm-none {
+ float : none !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .float-md-left {
+ float : left !important;
+ }
+ .float-md-right {
+ float : right !important;
+ }
+ .float-md-none {
+ float : none !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .float-lg-left {
+ float : left !important;
+ }
+ .float-lg-right {
+ float : right !important;
+ }
+ .float-lg-none {
+ float : none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .float-xl-left {
+ float : left !important;
+ }
+ .float-xl-right {
+ float : right !important;
+ }
+ .float-xl-none {
+ float : none !important;
+ }
+}
+
+.overflow-auto {
+ overflow : auto !important;
+}
+
+.overflow-hidden {
+ overflow : hidden !important;
+}
+
+.position-static {
+ position : static !important;
+}
+
+.position-relative {
+ position : relative !important;
+}
+
+.position-absolute {
+ position : absolute !important;
+}
+
+.position-fixed {
+ position : fixed !important;
+}
+
+.position-sticky {
+ position : -webkit-sticky !important;
+ position : sticky !important;
+}
+
+.fixed-top {
+ position : fixed;
+ top : 0;
+ right : 0;
+ left : 0;
+ z-index : 1030;
+}
+
+.fixed-footer .footer {
+ position : fixed;
+ right : 0;
+ bottom : 0;
+ left : 0;
+ z-index : 1030;
+}
+
+@supports ((position: -webkit-sticky) or (position: sticky)) {
+ .sticky-top {
+ position : -webkit-sticky;
+ position : sticky;
+ top : 0;
+ z-index : 1020;
+ }
+}
+
+.sr-only {
+ position : absolute;
+ width : 1px;
+ height : 1px;
+ padding : 0;
+ overflow : hidden;
+ clip : rect(0, 0, 0, 0);
+ white-space : nowrap;
+ border : 0;
+}
+
+.sr-only-focusable:active, .sr-only-focusable:focus {
+ position : static;
+ width : auto;
+ height : auto;
+ overflow : visible;
+ clip : auto;
+ white-space : normal;
+}
+
+.shadow-sm {
+ box-shadow : 0 0.125rem 0.25rem rgba(34, 41, 47, 0.075) !important;
+}
+
+.shadow {
+ box-shadow : 0 0.5rem 1rem rgba(34, 41, 47, 0.15) !important;
+}
+
+.shadow-lg {
+ box-shadow : 0 1rem 3rem rgba(34, 41, 47, 0.175) !important;
+}
+
+.shadow-none {
+ box-shadow : none !important;
+}
+
+.w-25 {
+ width : 25% !important;
+}
+
+.w-50 {
+ width : 50% !important;
+}
+
+.w-75 {
+ width : 75% !important;
+}
+
+.w-100 {
+ width : 100% !important;
+}
+
+.w-auto {
+ width : auto !important;
+}
+
+.h-25 {
+ height : 25% !important;
+}
+
+.h-50 {
+ height : 50% !important;
+}
+
+.h-75 {
+ height : 75% !important;
+}
+
+.h-100 {
+ height : 100% !important;
+}
+
+.h-auto {
+ height : auto !important;
+}
+
+.mw-100 {
+ max-width : 100% !important;
+}
+
+.mh-100 {
+ max-height : 100% !important;
+}
+
+.min-vw-100 {
+ min-width : 100vw !important;
+}
+
+.min-vh-100 {
+ min-height : 100vh !important;
+}
+
+.vw-100 {
+ width : 100vw !important;
+}
+
+.vh-100 {
+ height : 100vh !important;
+}
+
+.stretched-link::after {
+ position : absolute;
+ top : 0;
+ right : 0;
+ bottom : 0;
+ left : 0;
+ z-index : 1;
+ pointer-events : auto;
+ content : '';
+ background-color : rgba(0, 0, 0, 0);
+}
+
+.m-0 {
+ margin : 0 !important;
+}
+
+.mt-0, .my-0 {
+ margin-top : 0 !important;
+}
+
+.mr-0, .mx-0 {
+ margin-right : 0 !important;
+}
+
+.mb-0, .my-0 {
+ margin-bottom : 0 !important;
+}
+
+.ml-0, .mx-0 {
+ margin-left : 0 !important;
+}
+
+.m-1 {
+ margin : 1rem !important;
+}
+
+.mt-1, .my-1 {
+ margin-top : 1rem !important;
+}
+
+.mr-1, .mx-1 {
+ margin-right : 1rem !important;
+}
+
+.mb-1, .my-1 {
+ margin-bottom : 1rem !important;
+}
+
+.ml-1, .mx-1 {
+ margin-left : 1rem !important;
+}
+
+.m-2 {
+ margin : 1.5rem !important;
+}
+
+.mt-2, .my-2 {
+ margin-top : 1.5rem !important;
+}
+
+.mr-2, .mx-2 {
+ margin-right : 1.5rem !important;
+}
+
+.mb-2, .my-2 {
+ margin-bottom : 1.5rem !important;
+}
+
+.ml-2, .mx-2 {
+ margin-left : 1.5rem !important;
+}
+
+.m-3 {
+ margin : 3rem !important;
+}
+
+.mt-3, .my-3 {
+ margin-top : 3rem !important;
+}
+
+.mr-3, .mx-3 {
+ margin-right : 3rem !important;
+}
+
+.mb-3, .my-3 {
+ margin-bottom : 3rem !important;
+}
+
+.ml-3, .mx-3 {
+ margin-left : 3rem !important;
+}
+
+.m-4 {
+ margin : 3.5rem !important;
+}
+
+.mt-4, .my-4 {
+ margin-top : 3.5rem !important;
+}
+
+.mr-4, .mx-4 {
+ margin-right : 3.5rem !important;
+}
+
+.mb-4, .my-4 {
+ margin-bottom : 3.5rem !important;
+}
+
+.ml-4, .mx-4 {
+ margin-left : 3.5rem !important;
+}
+
+.m-5 {
+ margin : 4rem !important;
+}
+
+.mt-5, .my-5 {
+ margin-top : 4rem !important;
+}
+
+.mr-5, .mx-5 {
+ margin-right : 4rem !important;
+}
+
+.mb-5, .my-5 {
+ margin-bottom : 4rem !important;
+}
+
+.ml-5, .mx-5 {
+ margin-left : 4rem !important;
+}
+
+.m-25 {
+ margin : 0.25rem !important;
+}
+
+.mt-25, .my-25 {
+ margin-top : 0.25rem !important;
+}
+
+.mr-25, .mx-25 {
+ margin-right : 0.25rem !important;
+}
+
+.mb-25, .my-25 {
+ margin-bottom : 0.25rem !important;
+}
+
+.ml-25, .mx-25 {
+ margin-left : 0.25rem !important;
+}
+
+.m-50 {
+ margin : 0.5rem !important;
+}
+
+.mt-50, .my-50 {
+ margin-top : 0.5rem !important;
+}
+
+.mr-50, .mx-50 {
+ margin-right : 0.5rem !important;
+}
+
+.mb-50, .my-50 {
+ margin-bottom : 0.5rem !important;
+}
+
+.ml-50, .mx-50 {
+ margin-left : 0.5rem !important;
+}
+
+.m-75 {
+ margin : 0.75rem !important;
+}
+
+.mt-75, .my-75 {
+ margin-top : 0.75rem !important;
+}
+
+.mr-75, .mx-75 {
+ margin-right : 0.75rem !important;
+}
+
+.mb-75, .my-75 {
+ margin-bottom : 0.75rem !important;
+}
+
+.ml-75, .mx-75 {
+ margin-left : 0.75rem !important;
+}
+
+.p-0 {
+ padding : 0 !important;
+}
+
+.pt-0, .py-0 {
+ padding-top : 0 !important;
+}
+
+.pr-0, .px-0 {
+ padding-right : 0 !important;
+}
+
+.pb-0, .py-0 {
+ padding-bottom : 0 !important;
+}
+
+.pl-0, .px-0 {
+ padding-left : 0 !important;
+}
+
+.p-1 {
+ padding : 1rem !important;
+}
+
+.pt-1, .py-1 {
+ padding-top : 1rem !important;
+}
+
+.pr-1, .px-1 {
+ padding-right : 1rem !important;
+}
+
+.pb-1, .py-1 {
+ padding-bottom : 1rem !important;
+}
+
+.pl-1, .px-1 {
+ padding-left : 1rem !important;
+}
+
+.p-2 {
+ padding : 1.5rem !important;
+}
+
+.pt-2, .py-2 {
+ padding-top : 1.5rem !important;
+}
+
+.pr-2, .px-2 {
+ padding-right : 1.5rem !important;
+}
+
+.pb-2, .py-2 {
+ padding-bottom : 1.5rem !important;
+}
+
+.pl-2, .px-2 {
+ padding-left : 1.5rem !important;
+}
+
+.p-3 {
+ padding : 3rem !important;
+}
+
+.pt-3, .py-3 {
+ padding-top : 3rem !important;
+}
+
+.pr-3, .px-3 {
+ padding-right : 3rem !important;
+}
+
+.pb-3, .py-3 {
+ padding-bottom : 3rem !important;
+}
+
+.pl-3, .px-3 {
+ padding-left : 3rem !important;
+}
+
+.p-4 {
+ padding : 3.5rem !important;
+}
+
+.pt-4, .py-4 {
+ padding-top : 3.5rem !important;
+}
+
+.pr-4, .px-4 {
+ padding-right : 3.5rem !important;
+}
+
+.pb-4, .py-4 {
+ padding-bottom : 3.5rem !important;
+}
+
+.pl-4, .px-4 {
+ padding-left : 3.5rem !important;
+}
+
+.p-5 {
+ padding : 4rem !important;
+}
+
+.pt-5, .py-5 {
+ padding-top : 4rem !important;
+}
+
+.pr-5, .px-5 {
+ padding-right : 4rem !important;
+}
+
+.pb-5, .py-5 {
+ padding-bottom : 4rem !important;
+}
+
+.pl-5, .px-5 {
+ padding-left : 4rem !important;
+}
+
+.p-25 {
+ padding : 0.25rem !important;
+}
+
+.pt-25, .py-25 {
+ padding-top : 0.25rem !important;
+}
+
+.pr-25, .px-25 {
+ padding-right : 0.25rem !important;
+}
+
+.pb-25, .py-25 {
+ padding-bottom : 0.25rem !important;
+}
+
+.pl-25, .px-25 {
+ padding-left : 0.25rem !important;
+}
+
+.p-50 {
+ padding : 0.5rem !important;
+}
+
+.pt-50, .py-50 {
+ padding-top : 0.5rem !important;
+}
+
+.pr-50, .px-50 {
+ padding-right : 0.5rem !important;
+}
+
+.pb-50, .py-50 {
+ padding-bottom : 0.5rem !important;
+}
+
+.pl-50, .px-50 {
+ padding-left : 0.5rem !important;
+}
+
+.p-75 {
+ padding : 0.75rem !important;
+}
+
+.pt-75, .py-75 {
+ padding-top : 0.75rem !important;
+}
+
+.pr-75, .px-75 {
+ padding-right : 0.75rem !important;
+}
+
+.pb-75, .py-75 {
+ padding-bottom : 0.75rem !important;
+}
+
+.pl-75, .px-75 {
+ padding-left : 0.75rem !important;
+}
+
+.m-n1 {
+ margin : -1rem !important;
+}
+
+.mt-n1, .my-n1 {
+ margin-top : -1rem !important;
+}
+
+.mr-n1, .mx-n1 {
+ margin-right : -1rem !important;
+}
+
+.mb-n1, .my-n1 {
+ margin-bottom : -1rem !important;
+}
+
+.ml-n1, .mx-n1 {
+ margin-left : -1rem !important;
+}
+
+.m-n2 {
+ margin : -1.5rem !important;
+}
+
+.mt-n2, .my-n2 {
+ margin-top : -1.5rem !important;
+}
+
+.mr-n2, .mx-n2 {
+ margin-right : -1.5rem !important;
+}
+
+.mb-n2, .my-n2 {
+ margin-bottom : -1.5rem !important;
+}
+
+.ml-n2, .mx-n2 {
+ margin-left : -1.5rem !important;
+}
+
+.m-n3 {
+ margin : -3rem !important;
+}
+
+.mt-n3, .my-n3 {
+ margin-top : -3rem !important;
+}
+
+.mr-n3, .mx-n3 {
+ margin-right : -3rem !important;
+}
+
+.mb-n3, .my-n3 {
+ margin-bottom : -3rem !important;
+}
+
+.ml-n3, .mx-n3 {
+ margin-left : -3rem !important;
+}
+
+.m-n4 {
+ margin : -3.5rem !important;
+}
+
+.mt-n4, .my-n4 {
+ margin-top : -3.5rem !important;
+}
+
+.mr-n4, .mx-n4 {
+ margin-right : -3.5rem !important;
+}
+
+.mb-n4, .my-n4 {
+ margin-bottom : -3.5rem !important;
+}
+
+.ml-n4, .mx-n4 {
+ margin-left : -3.5rem !important;
+}
+
+.m-n5 {
+ margin : -4rem !important;
+}
+
+.mt-n5, .my-n5 {
+ margin-top : -4rem !important;
+}
+
+.mr-n5, .mx-n5 {
+ margin-right : -4rem !important;
+}
+
+.mb-n5, .my-n5 {
+ margin-bottom : -4rem !important;
+}
+
+.ml-n5, .mx-n5 {
+ margin-left : -4rem !important;
+}
+
+.m-n25 {
+ margin : -0.25rem !important;
+}
+
+.mt-n25, .my-n25 {
+ margin-top : -0.25rem !important;
+}
+
+.mr-n25, .mx-n25 {
+ margin-right : -0.25rem !important;
+}
+
+.mb-n25, .my-n25 {
+ margin-bottom : -0.25rem !important;
+}
+
+.ml-n25, .mx-n25 {
+ margin-left : -0.25rem !important;
+}
+
+.m-n50 {
+ margin : -0.5rem !important;
+}
+
+.mt-n50, .my-n50 {
+ margin-top : -0.5rem !important;
+}
+
+.mr-n50, .mx-n50 {
+ margin-right : -0.5rem !important;
+}
+
+.mb-n50, .my-n50 {
+ margin-bottom : -0.5rem !important;
+}
+
+.ml-n50, .mx-n50 {
+ margin-left : -0.5rem !important;
+}
+
+.m-n75 {
+ margin : -0.75rem !important;
+}
+
+.mt-n75, .my-n75 {
+ margin-top : -0.75rem !important;
+}
+
+.mr-n75, .mx-n75 {
+ margin-right : -0.75rem !important;
+}
+
+.mb-n75, .my-n75 {
+ margin-bottom : -0.75rem !important;
+}
+
+.ml-n75, .mx-n75 {
+ margin-left : -0.75rem !important;
+}
+
+.m-auto {
+ margin : auto !important;
+}
+
+.mt-auto, .my-auto {
+ margin-top : auto !important;
+}
+
+.mr-auto, .mx-auto {
+ margin-right : auto !important;
+}
+
+.mb-auto, .my-auto {
+ margin-bottom : auto !important;
+}
+
+.ml-auto, .mx-auto {
+ margin-left : auto !important;
+}
+
+@media (min-width: 576px) {
+ .m-sm-0 {
+ margin : 0 !important;
+ }
+ .mt-sm-0, .my-sm-0 {
+ margin-top : 0 !important;
+ }
+ .mr-sm-0, .mx-sm-0 {
+ margin-right : 0 !important;
+ }
+ .mb-sm-0, .my-sm-0 {
+ margin-bottom : 0 !important;
+ }
+ .ml-sm-0, .mx-sm-0 {
+ margin-left : 0 !important;
+ }
+ .m-sm-1 {
+ margin : 1rem !important;
+ }
+ .mt-sm-1, .my-sm-1 {
+ margin-top : 1rem !important;
+ }
+ .mr-sm-1, .mx-sm-1 {
+ margin-right : 1rem !important;
+ }
+ .mb-sm-1, .my-sm-1 {
+ margin-bottom : 1rem !important;
+ }
+ .ml-sm-1, .mx-sm-1 {
+ margin-left : 1rem !important;
+ }
+ .m-sm-2 {
+ margin : 1.5rem !important;
+ }
+ .mt-sm-2, .my-sm-2 {
+ margin-top : 1.5rem !important;
+ }
+ .mr-sm-2, .mx-sm-2 {
+ margin-right : 1.5rem !important;
+ }
+ .mb-sm-2, .my-sm-2 {
+ margin-bottom : 1.5rem !important;
+ }
+ .ml-sm-2, .mx-sm-2 {
+ margin-left : 1.5rem !important;
+ }
+ .m-sm-3 {
+ margin : 3rem !important;
+ }
+ .mt-sm-3, .my-sm-3 {
+ margin-top : 3rem !important;
+ }
+ .mr-sm-3, .mx-sm-3 {
+ margin-right : 3rem !important;
+ }
+ .mb-sm-3, .my-sm-3 {
+ margin-bottom : 3rem !important;
+ }
+ .ml-sm-3, .mx-sm-3 {
+ margin-left : 3rem !important;
+ }
+ .m-sm-4 {
+ margin : 3.5rem !important;
+ }
+ .mt-sm-4, .my-sm-4 {
+ margin-top : 3.5rem !important;
+ }
+ .mr-sm-4, .mx-sm-4 {
+ margin-right : 3.5rem !important;
+ }
+ .mb-sm-4, .my-sm-4 {
+ margin-bottom : 3.5rem !important;
+ }
+ .ml-sm-4, .mx-sm-4 {
+ margin-left : 3.5rem !important;
+ }
+ .m-sm-5 {
+ margin : 4rem !important;
+ }
+ .mt-sm-5, .my-sm-5 {
+ margin-top : 4rem !important;
+ }
+ .mr-sm-5, .mx-sm-5 {
+ margin-right : 4rem !important;
+ }
+ .mb-sm-5, .my-sm-5 {
+ margin-bottom : 4rem !important;
+ }
+ .ml-sm-5, .mx-sm-5 {
+ margin-left : 4rem !important;
+ }
+ .m-sm-25 {
+ margin : 0.25rem !important;
+ }
+ .mt-sm-25, .my-sm-25 {
+ margin-top : 0.25rem !important;
+ }
+ .mr-sm-25, .mx-sm-25 {
+ margin-right : 0.25rem !important;
+ }
+ .mb-sm-25, .my-sm-25 {
+ margin-bottom : 0.25rem !important;
+ }
+ .ml-sm-25, .mx-sm-25 {
+ margin-left : 0.25rem !important;
+ }
+ .m-sm-50 {
+ margin : 0.5rem !important;
+ }
+ .mt-sm-50, .my-sm-50 {
+ margin-top : 0.5rem !important;
+ }
+ .mr-sm-50, .mx-sm-50 {
+ margin-right : 0.5rem !important;
+ }
+ .mb-sm-50, .my-sm-50 {
+ margin-bottom : 0.5rem !important;
+ }
+ .ml-sm-50, .mx-sm-50 {
+ margin-left : 0.5rem !important;
+ }
+ .m-sm-75 {
+ margin : 0.75rem !important;
+ }
+ .mt-sm-75, .my-sm-75 {
+ margin-top : 0.75rem !important;
+ }
+ .mr-sm-75, .mx-sm-75 {
+ margin-right : 0.75rem !important;
+ }
+ .mb-sm-75, .my-sm-75 {
+ margin-bottom : 0.75rem !important;
+ }
+ .ml-sm-75, .mx-sm-75 {
+ margin-left : 0.75rem !important;
+ }
+ .p-sm-0 {
+ padding : 0 !important;
+ }
+ .pt-sm-0, .py-sm-0 {
+ padding-top : 0 !important;
+ }
+ .pr-sm-0, .px-sm-0 {
+ padding-right : 0 !important;
+ }
+ .pb-sm-0, .py-sm-0 {
+ padding-bottom : 0 !important;
+ }
+ .pl-sm-0, .px-sm-0 {
+ padding-left : 0 !important;
+ }
+ .p-sm-1 {
+ padding : 1rem !important;
+ }
+ .pt-sm-1, .py-sm-1 {
+ padding-top : 1rem !important;
+ }
+ .pr-sm-1, .px-sm-1 {
+ padding-right : 1rem !important;
+ }
+ .pb-sm-1, .py-sm-1 {
+ padding-bottom : 1rem !important;
+ }
+ .pl-sm-1, .px-sm-1 {
+ padding-left : 1rem !important;
+ }
+ .p-sm-2 {
+ padding : 1.5rem !important;
+ }
+ .pt-sm-2, .py-sm-2 {
+ padding-top : 1.5rem !important;
+ }
+ .pr-sm-2, .px-sm-2 {
+ padding-right : 1.5rem !important;
+ }
+ .pb-sm-2, .py-sm-2 {
+ padding-bottom : 1.5rem !important;
+ }
+ .pl-sm-2, .px-sm-2 {
+ padding-left : 1.5rem !important;
+ }
+ .p-sm-3 {
+ padding : 3rem !important;
+ }
+ .pt-sm-3, .py-sm-3 {
+ padding-top : 3rem !important;
+ }
+ .pr-sm-3, .px-sm-3 {
+ padding-right : 3rem !important;
+ }
+ .pb-sm-3, .py-sm-3 {
+ padding-bottom : 3rem !important;
+ }
+ .pl-sm-3, .px-sm-3 {
+ padding-left : 3rem !important;
+ }
+ .p-sm-4 {
+ padding : 3.5rem !important;
+ }
+ .pt-sm-4, .py-sm-4 {
+ padding-top : 3.5rem !important;
+ }
+ .pr-sm-4, .px-sm-4 {
+ padding-right : 3.5rem !important;
+ }
+ .pb-sm-4, .py-sm-4 {
+ padding-bottom : 3.5rem !important;
+ }
+ .pl-sm-4, .px-sm-4 {
+ padding-left : 3.5rem !important;
+ }
+ .p-sm-5 {
+ padding : 4rem !important;
+ }
+ .pt-sm-5, .py-sm-5 {
+ padding-top : 4rem !important;
+ }
+ .pr-sm-5, .px-sm-5 {
+ padding-right : 4rem !important;
+ }
+ .pb-sm-5, .py-sm-5 {
+ padding-bottom : 4rem !important;
+ }
+ .pl-sm-5, .px-sm-5 {
+ padding-left : 4rem !important;
+ }
+ .p-sm-25 {
+ padding : 0.25rem !important;
+ }
+ .pt-sm-25, .py-sm-25 {
+ padding-top : 0.25rem !important;
+ }
+ .pr-sm-25, .px-sm-25 {
+ padding-right : 0.25rem !important;
+ }
+ .pb-sm-25, .py-sm-25 {
+ padding-bottom : 0.25rem !important;
+ }
+ .pl-sm-25, .px-sm-25 {
+ padding-left : 0.25rem !important;
+ }
+ .p-sm-50 {
+ padding : 0.5rem !important;
+ }
+ .pt-sm-50, .py-sm-50 {
+ padding-top : 0.5rem !important;
+ }
+ .pr-sm-50, .px-sm-50 {
+ padding-right : 0.5rem !important;
+ }
+ .pb-sm-50, .py-sm-50 {
+ padding-bottom : 0.5rem !important;
+ }
+ .pl-sm-50, .px-sm-50 {
+ padding-left : 0.5rem !important;
+ }
+ .p-sm-75 {
+ padding : 0.75rem !important;
+ }
+ .pt-sm-75, .py-sm-75 {
+ padding-top : 0.75rem !important;
+ }
+ .pr-sm-75, .px-sm-75 {
+ padding-right : 0.75rem !important;
+ }
+ .pb-sm-75, .py-sm-75 {
+ padding-bottom : 0.75rem !important;
+ }
+ .pl-sm-75, .px-sm-75 {
+ padding-left : 0.75rem !important;
+ }
+ .m-sm-n1 {
+ margin : -1rem !important;
+ }
+ .mt-sm-n1, .my-sm-n1 {
+ margin-top : -1rem !important;
+ }
+ .mr-sm-n1, .mx-sm-n1 {
+ margin-right : -1rem !important;
+ }
+ .mb-sm-n1, .my-sm-n1 {
+ margin-bottom : -1rem !important;
+ }
+ .ml-sm-n1, .mx-sm-n1 {
+ margin-left : -1rem !important;
+ }
+ .m-sm-n2 {
+ margin : -1.5rem !important;
+ }
+ .mt-sm-n2, .my-sm-n2 {
+ margin-top : -1.5rem !important;
+ }
+ .mr-sm-n2, .mx-sm-n2 {
+ margin-right : -1.5rem !important;
+ }
+ .mb-sm-n2, .my-sm-n2 {
+ margin-bottom : -1.5rem !important;
+ }
+ .ml-sm-n2, .mx-sm-n2 {
+ margin-left : -1.5rem !important;
+ }
+ .m-sm-n3 {
+ margin : -3rem !important;
+ }
+ .mt-sm-n3, .my-sm-n3 {
+ margin-top : -3rem !important;
+ }
+ .mr-sm-n3, .mx-sm-n3 {
+ margin-right : -3rem !important;
+ }
+ .mb-sm-n3, .my-sm-n3 {
+ margin-bottom : -3rem !important;
+ }
+ .ml-sm-n3, .mx-sm-n3 {
+ margin-left : -3rem !important;
+ }
+ .m-sm-n4 {
+ margin : -3.5rem !important;
+ }
+ .mt-sm-n4, .my-sm-n4 {
+ margin-top : -3.5rem !important;
+ }
+ .mr-sm-n4, .mx-sm-n4 {
+ margin-right : -3.5rem !important;
+ }
+ .mb-sm-n4, .my-sm-n4 {
+ margin-bottom : -3.5rem !important;
+ }
+ .ml-sm-n4, .mx-sm-n4 {
+ margin-left : -3.5rem !important;
+ }
+ .m-sm-n5 {
+ margin : -4rem !important;
+ }
+ .mt-sm-n5, .my-sm-n5 {
+ margin-top : -4rem !important;
+ }
+ .mr-sm-n5, .mx-sm-n5 {
+ margin-right : -4rem !important;
+ }
+ .mb-sm-n5, .my-sm-n5 {
+ margin-bottom : -4rem !important;
+ }
+ .ml-sm-n5, .mx-sm-n5 {
+ margin-left : -4rem !important;
+ }
+ .m-sm-n25 {
+ margin : -0.25rem !important;
+ }
+ .mt-sm-n25, .my-sm-n25 {
+ margin-top : -0.25rem !important;
+ }
+ .mr-sm-n25, .mx-sm-n25 {
+ margin-right : -0.25rem !important;
+ }
+ .mb-sm-n25, .my-sm-n25 {
+ margin-bottom : -0.25rem !important;
+ }
+ .ml-sm-n25, .mx-sm-n25 {
+ margin-left : -0.25rem !important;
+ }
+ .m-sm-n50 {
+ margin : -0.5rem !important;
+ }
+ .mt-sm-n50, .my-sm-n50 {
+ margin-top : -0.5rem !important;
+ }
+ .mr-sm-n50, .mx-sm-n50 {
+ margin-right : -0.5rem !important;
+ }
+ .mb-sm-n50, .my-sm-n50 {
+ margin-bottom : -0.5rem !important;
+ }
+ .ml-sm-n50, .mx-sm-n50 {
+ margin-left : -0.5rem !important;
+ }
+ .m-sm-n75 {
+ margin : -0.75rem !important;
+ }
+ .mt-sm-n75, .my-sm-n75 {
+ margin-top : -0.75rem !important;
+ }
+ .mr-sm-n75, .mx-sm-n75 {
+ margin-right : -0.75rem !important;
+ }
+ .mb-sm-n75, .my-sm-n75 {
+ margin-bottom : -0.75rem !important;
+ }
+ .ml-sm-n75, .mx-sm-n75 {
+ margin-left : -0.75rem !important;
+ }
+ .m-sm-auto {
+ margin : auto !important;
+ }
+ .mt-sm-auto, .my-sm-auto {
+ margin-top : auto !important;
+ }
+ .mr-sm-auto, .mx-sm-auto {
+ margin-right : auto !important;
+ }
+ .mb-sm-auto, .my-sm-auto {
+ margin-bottom : auto !important;
+ }
+ .ml-sm-auto, .mx-sm-auto {
+ margin-left : auto !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .m-md-0 {
+ margin : 0 !important;
+ }
+ .mt-md-0, .my-md-0 {
+ margin-top : 0 !important;
+ }
+ .mr-md-0, .mx-md-0 {
+ margin-right : 0 !important;
+ }
+ .mb-md-0, .my-md-0 {
+ margin-bottom : 0 !important;
+ }
+ .ml-md-0, .mx-md-0 {
+ margin-left : 0 !important;
+ }
+ .m-md-1 {
+ margin : 1rem !important;
+ }
+ .mt-md-1, .my-md-1 {
+ margin-top : 1rem !important;
+ }
+ .mr-md-1, .mx-md-1 {
+ margin-right : 1rem !important;
+ }
+ .mb-md-1, .my-md-1 {
+ margin-bottom : 1rem !important;
+ }
+ .ml-md-1, .mx-md-1 {
+ margin-left : 1rem !important;
+ }
+ .m-md-2 {
+ margin : 1.5rem !important;
+ }
+ .mt-md-2, .my-md-2 {
+ margin-top : 1.5rem !important;
+ }
+ .mr-md-2, .mx-md-2 {
+ margin-right : 1.5rem !important;
+ }
+ .mb-md-2, .my-md-2 {
+ margin-bottom : 1.5rem !important;
+ }
+ .ml-md-2, .mx-md-2 {
+ margin-left : 1.5rem !important;
+ }
+ .m-md-3 {
+ margin : 3rem !important;
+ }
+ .mt-md-3, .my-md-3 {
+ margin-top : 3rem !important;
+ }
+ .mr-md-3, .mx-md-3 {
+ margin-right : 3rem !important;
+ }
+ .mb-md-3, .my-md-3 {
+ margin-bottom : 3rem !important;
+ }
+ .ml-md-3, .mx-md-3 {
+ margin-left : 3rem !important;
+ }
+ .m-md-4 {
+ margin : 3.5rem !important;
+ }
+ .mt-md-4, .my-md-4 {
+ margin-top : 3.5rem !important;
+ }
+ .mr-md-4, .mx-md-4 {
+ margin-right : 3.5rem !important;
+ }
+ .mb-md-4, .my-md-4 {
+ margin-bottom : 3.5rem !important;
+ }
+ .ml-md-4, .mx-md-4 {
+ margin-left : 3.5rem !important;
+ }
+ .m-md-5 {
+ margin : 4rem !important;
+ }
+ .mt-md-5, .my-md-5 {
+ margin-top : 4rem !important;
+ }
+ .mr-md-5, .mx-md-5 {
+ margin-right : 4rem !important;
+ }
+ .mb-md-5, .my-md-5 {
+ margin-bottom : 4rem !important;
+ }
+ .ml-md-5, .mx-md-5 {
+ margin-left : 4rem !important;
+ }
+ .m-md-25 {
+ margin : 0.25rem !important;
+ }
+ .mt-md-25, .my-md-25 {
+ margin-top : 0.25rem !important;
+ }
+ .mr-md-25, .mx-md-25 {
+ margin-right : 0.25rem !important;
+ }
+ .mb-md-25, .my-md-25 {
+ margin-bottom : 0.25rem !important;
+ }
+ .ml-md-25, .mx-md-25 {
+ margin-left : 0.25rem !important;
+ }
+ .m-md-50 {
+ margin : 0.5rem !important;
+ }
+ .mt-md-50, .my-md-50 {
+ margin-top : 0.5rem !important;
+ }
+ .mr-md-50, .mx-md-50 {
+ margin-right : 0.5rem !important;
+ }
+ .mb-md-50, .my-md-50 {
+ margin-bottom : 0.5rem !important;
+ }
+ .ml-md-50, .mx-md-50 {
+ margin-left : 0.5rem !important;
+ }
+ .m-md-75 {
+ margin : 0.75rem !important;
+ }
+ .mt-md-75, .my-md-75 {
+ margin-top : 0.75rem !important;
+ }
+ .mr-md-75, .mx-md-75 {
+ margin-right : 0.75rem !important;
+ }
+ .mb-md-75, .my-md-75 {
+ margin-bottom : 0.75rem !important;
+ }
+ .ml-md-75, .mx-md-75 {
+ margin-left : 0.75rem !important;
+ }
+ .p-md-0 {
+ padding : 0 !important;
+ }
+ .pt-md-0, .py-md-0 {
+ padding-top : 0 !important;
+ }
+ .pr-md-0, .px-md-0 {
+ padding-right : 0 !important;
+ }
+ .pb-md-0, .py-md-0 {
+ padding-bottom : 0 !important;
+ }
+ .pl-md-0, .px-md-0 {
+ padding-left : 0 !important;
+ }
+ .p-md-1 {
+ padding : 1rem !important;
+ }
+ .pt-md-1, .py-md-1 {
+ padding-top : 1rem !important;
+ }
+ .pr-md-1, .px-md-1 {
+ padding-right : 1rem !important;
+ }
+ .pb-md-1, .py-md-1 {
+ padding-bottom : 1rem !important;
+ }
+ .pl-md-1, .px-md-1 {
+ padding-left : 1rem !important;
+ }
+ .p-md-2 {
+ padding : 1.5rem !important;
+ }
+ .pt-md-2, .py-md-2 {
+ padding-top : 1.5rem !important;
+ }
+ .pr-md-2, .px-md-2 {
+ padding-right : 1.5rem !important;
+ }
+ .pb-md-2, .py-md-2 {
+ padding-bottom : 1.5rem !important;
+ }
+ .pl-md-2, .px-md-2 {
+ padding-left : 1.5rem !important;
+ }
+ .p-md-3 {
+ padding : 3rem !important;
+ }
+ .pt-md-3, .py-md-3 {
+ padding-top : 3rem !important;
+ }
+ .pr-md-3, .px-md-3 {
+ padding-right : 3rem !important;
+ }
+ .pb-md-3, .py-md-3 {
+ padding-bottom : 3rem !important;
+ }
+ .pl-md-3, .px-md-3 {
+ padding-left : 3rem !important;
+ }
+ .p-md-4 {
+ padding : 3.5rem !important;
+ }
+ .pt-md-4, .py-md-4 {
+ padding-top : 3.5rem !important;
+ }
+ .pr-md-4, .px-md-4 {
+ padding-right : 3.5rem !important;
+ }
+ .pb-md-4, .py-md-4 {
+ padding-bottom : 3.5rem !important;
+ }
+ .pl-md-4, .px-md-4 {
+ padding-left : 3.5rem !important;
+ }
+ .p-md-5 {
+ padding : 4rem !important;
+ }
+ .pt-md-5, .py-md-5 {
+ padding-top : 4rem !important;
+ }
+ .pr-md-5, .px-md-5 {
+ padding-right : 4rem !important;
+ }
+ .pb-md-5, .py-md-5 {
+ padding-bottom : 4rem !important;
+ }
+ .pl-md-5, .px-md-5 {
+ padding-left : 4rem !important;
+ }
+ .p-md-25 {
+ padding : 0.25rem !important;
+ }
+ .pt-md-25, .py-md-25 {
+ padding-top : 0.25rem !important;
+ }
+ .pr-md-25, .px-md-25 {
+ padding-right : 0.25rem !important;
+ }
+ .pb-md-25, .py-md-25 {
+ padding-bottom : 0.25rem !important;
+ }
+ .pl-md-25, .px-md-25 {
+ padding-left : 0.25rem !important;
+ }
+ .p-md-50 {
+ padding : 0.5rem !important;
+ }
+ .pt-md-50, .py-md-50 {
+ padding-top : 0.5rem !important;
+ }
+ .pr-md-50, .px-md-50 {
+ padding-right : 0.5rem !important;
+ }
+ .pb-md-50, .py-md-50 {
+ padding-bottom : 0.5rem !important;
+ }
+ .pl-md-50, .px-md-50 {
+ padding-left : 0.5rem !important;
+ }
+ .p-md-75 {
+ padding : 0.75rem !important;
+ }
+ .pt-md-75, .py-md-75 {
+ padding-top : 0.75rem !important;
+ }
+ .pr-md-75, .px-md-75 {
+ padding-right : 0.75rem !important;
+ }
+ .pb-md-75, .py-md-75 {
+ padding-bottom : 0.75rem !important;
+ }
+ .pl-md-75, .px-md-75 {
+ padding-left : 0.75rem !important;
+ }
+ .m-md-n1 {
+ margin : -1rem !important;
+ }
+ .mt-md-n1, .my-md-n1 {
+ margin-top : -1rem !important;
+ }
+ .mr-md-n1, .mx-md-n1 {
+ margin-right : -1rem !important;
+ }
+ .mb-md-n1, .my-md-n1 {
+ margin-bottom : -1rem !important;
+ }
+ .ml-md-n1, .mx-md-n1 {
+ margin-left : -1rem !important;
+ }
+ .m-md-n2 {
+ margin : -1.5rem !important;
+ }
+ .mt-md-n2, .my-md-n2 {
+ margin-top : -1.5rem !important;
+ }
+ .mr-md-n2, .mx-md-n2 {
+ margin-right : -1.5rem !important;
+ }
+ .mb-md-n2, .my-md-n2 {
+ margin-bottom : -1.5rem !important;
+ }
+ .ml-md-n2, .mx-md-n2 {
+ margin-left : -1.5rem !important;
+ }
+ .m-md-n3 {
+ margin : -3rem !important;
+ }
+ .mt-md-n3, .my-md-n3 {
+ margin-top : -3rem !important;
+ }
+ .mr-md-n3, .mx-md-n3 {
+ margin-right : -3rem !important;
+ }
+ .mb-md-n3, .my-md-n3 {
+ margin-bottom : -3rem !important;
+ }
+ .ml-md-n3, .mx-md-n3 {
+ margin-left : -3rem !important;
+ }
+ .m-md-n4 {
+ margin : -3.5rem !important;
+ }
+ .mt-md-n4, .my-md-n4 {
+ margin-top : -3.5rem !important;
+ }
+ .mr-md-n4, .mx-md-n4 {
+ margin-right : -3.5rem !important;
+ }
+ .mb-md-n4, .my-md-n4 {
+ margin-bottom : -3.5rem !important;
+ }
+ .ml-md-n4, .mx-md-n4 {
+ margin-left : -3.5rem !important;
+ }
+ .m-md-n5 {
+ margin : -4rem !important;
+ }
+ .mt-md-n5, .my-md-n5 {
+ margin-top : -4rem !important;
+ }
+ .mr-md-n5, .mx-md-n5 {
+ margin-right : -4rem !important;
+ }
+ .mb-md-n5, .my-md-n5 {
+ margin-bottom : -4rem !important;
+ }
+ .ml-md-n5, .mx-md-n5 {
+ margin-left : -4rem !important;
+ }
+ .m-md-n25 {
+ margin : -0.25rem !important;
+ }
+ .mt-md-n25, .my-md-n25 {
+ margin-top : -0.25rem !important;
+ }
+ .mr-md-n25, .mx-md-n25 {
+ margin-right : -0.25rem !important;
+ }
+ .mb-md-n25, .my-md-n25 {
+ margin-bottom : -0.25rem !important;
+ }
+ .ml-md-n25, .mx-md-n25 {
+ margin-left : -0.25rem !important;
+ }
+ .m-md-n50 {
+ margin : -0.5rem !important;
+ }
+ .mt-md-n50, .my-md-n50 {
+ margin-top : -0.5rem !important;
+ }
+ .mr-md-n50, .mx-md-n50 {
+ margin-right : -0.5rem !important;
+ }
+ .mb-md-n50, .my-md-n50 {
+ margin-bottom : -0.5rem !important;
+ }
+ .ml-md-n50, .mx-md-n50 {
+ margin-left : -0.5rem !important;
+ }
+ .m-md-n75 {
+ margin : -0.75rem !important;
+ }
+ .mt-md-n75, .my-md-n75 {
+ margin-top : -0.75rem !important;
+ }
+ .mr-md-n75, .mx-md-n75 {
+ margin-right : -0.75rem !important;
+ }
+ .mb-md-n75, .my-md-n75 {
+ margin-bottom : -0.75rem !important;
+ }
+ .ml-md-n75, .mx-md-n75 {
+ margin-left : -0.75rem !important;
+ }
+ .m-md-auto {
+ margin : auto !important;
+ }
+ .mt-md-auto, .my-md-auto {
+ margin-top : auto !important;
+ }
+ .mr-md-auto, .mx-md-auto {
+ margin-right : auto !important;
+ }
+ .mb-md-auto, .my-md-auto {
+ margin-bottom : auto !important;
+ }
+ .ml-md-auto, .mx-md-auto {
+ margin-left : auto !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .m-lg-0 {
+ margin : 0 !important;
+ }
+ .mt-lg-0, .my-lg-0 {
+ margin-top : 0 !important;
+ }
+ .mr-lg-0, .mx-lg-0 {
+ margin-right : 0 !important;
+ }
+ .mb-lg-0, .my-lg-0 {
+ margin-bottom : 0 !important;
+ }
+ .ml-lg-0, .mx-lg-0 {
+ margin-left : 0 !important;
+ }
+ .m-lg-1 {
+ margin : 1rem !important;
+ }
+ .mt-lg-1, .my-lg-1 {
+ margin-top : 1rem !important;
+ }
+ .mr-lg-1, .mx-lg-1 {
+ margin-right : 1rem !important;
+ }
+ .mb-lg-1, .my-lg-1 {
+ margin-bottom : 1rem !important;
+ }
+ .ml-lg-1, .mx-lg-1 {
+ margin-left : 1rem !important;
+ }
+ .m-lg-2 {
+ margin : 1.5rem !important;
+ }
+ .mt-lg-2, .my-lg-2 {
+ margin-top : 1.5rem !important;
+ }
+ .mr-lg-2, .mx-lg-2 {
+ margin-right : 1.5rem !important;
+ }
+ .mb-lg-2, .my-lg-2 {
+ margin-bottom : 1.5rem !important;
+ }
+ .ml-lg-2, .mx-lg-2 {
+ margin-left : 1.5rem !important;
+ }
+ .m-lg-3 {
+ margin : 3rem !important;
+ }
+ .mt-lg-3, .my-lg-3 {
+ margin-top : 3rem !important;
+ }
+ .mr-lg-3, .mx-lg-3 {
+ margin-right : 3rem !important;
+ }
+ .mb-lg-3, .my-lg-3 {
+ margin-bottom : 3rem !important;
+ }
+ .ml-lg-3, .mx-lg-3 {
+ margin-left : 3rem !important;
+ }
+ .m-lg-4 {
+ margin : 3.5rem !important;
+ }
+ .mt-lg-4, .my-lg-4 {
+ margin-top : 3.5rem !important;
+ }
+ .mr-lg-4, .mx-lg-4 {
+ margin-right : 3.5rem !important;
+ }
+ .mb-lg-4, .my-lg-4 {
+ margin-bottom : 3.5rem !important;
+ }
+ .ml-lg-4, .mx-lg-4 {
+ margin-left : 3.5rem !important;
+ }
+ .m-lg-5 {
+ margin : 4rem !important;
+ }
+ .mt-lg-5, .my-lg-5 {
+ margin-top : 4rem !important;
+ }
+ .mr-lg-5, .mx-lg-5 {
+ margin-right : 4rem !important;
+ }
+ .mb-lg-5, .my-lg-5 {
+ margin-bottom : 4rem !important;
+ }
+ .ml-lg-5, .mx-lg-5 {
+ margin-left : 4rem !important;
+ }
+ .m-lg-25 {
+ margin : 0.25rem !important;
+ }
+ .mt-lg-25, .my-lg-25 {
+ margin-top : 0.25rem !important;
+ }
+ .mr-lg-25, .mx-lg-25 {
+ margin-right : 0.25rem !important;
+ }
+ .mb-lg-25, .my-lg-25 {
+ margin-bottom : 0.25rem !important;
+ }
+ .ml-lg-25, .mx-lg-25 {
+ margin-left : 0.25rem !important;
+ }
+ .m-lg-50 {
+ margin : 0.5rem !important;
+ }
+ .mt-lg-50, .my-lg-50 {
+ margin-top : 0.5rem !important;
+ }
+ .mr-lg-50, .mx-lg-50 {
+ margin-right : 0.5rem !important;
+ }
+ .mb-lg-50, .my-lg-50 {
+ margin-bottom : 0.5rem !important;
+ }
+ .ml-lg-50, .mx-lg-50 {
+ margin-left : 0.5rem !important;
+ }
+ .m-lg-75 {
+ margin : 0.75rem !important;
+ }
+ .mt-lg-75, .my-lg-75 {
+ margin-top : 0.75rem !important;
+ }
+ .mr-lg-75, .mx-lg-75 {
+ margin-right : 0.75rem !important;
+ }
+ .mb-lg-75, .my-lg-75 {
+ margin-bottom : 0.75rem !important;
+ }
+ .ml-lg-75, .mx-lg-75 {
+ margin-left : 0.75rem !important;
+ }
+ .p-lg-0 {
+ padding : 0 !important;
+ }
+ .pt-lg-0, .py-lg-0 {
+ padding-top : 0 !important;
+ }
+ .pr-lg-0, .px-lg-0 {
+ padding-right : 0 !important;
+ }
+ .pb-lg-0, .py-lg-0 {
+ padding-bottom : 0 !important;
+ }
+ .pl-lg-0, .px-lg-0 {
+ padding-left : 0 !important;
+ }
+ .p-lg-1 {
+ padding : 1rem !important;
+ }
+ .pt-lg-1, .py-lg-1 {
+ padding-top : 1rem !important;
+ }
+ .pr-lg-1, .px-lg-1 {
+ padding-right : 1rem !important;
+ }
+ .pb-lg-1, .py-lg-1 {
+ padding-bottom : 1rem !important;
+ }
+ .pl-lg-1, .px-lg-1 {
+ padding-left : 1rem !important;
+ }
+ .p-lg-2 {
+ padding : 1.5rem !important;
+ }
+ .pt-lg-2, .py-lg-2 {
+ padding-top : 1.5rem !important;
+ }
+ .pr-lg-2, .px-lg-2 {
+ padding-right : 1.5rem !important;
+ }
+ .pb-lg-2, .py-lg-2 {
+ padding-bottom : 1.5rem !important;
+ }
+ .pl-lg-2, .px-lg-2 {
+ padding-left : 1.5rem !important;
+ }
+ .p-lg-3 {
+ padding : 3rem !important;
+ }
+ .pt-lg-3, .py-lg-3 {
+ padding-top : 3rem !important;
+ }
+ .pr-lg-3, .px-lg-3 {
+ padding-right : 3rem !important;
+ }
+ .pb-lg-3, .py-lg-3 {
+ padding-bottom : 3rem !important;
+ }
+ .pl-lg-3, .px-lg-3 {
+ padding-left : 3rem !important;
+ }
+ .p-lg-4 {
+ padding : 3.5rem !important;
+ }
+ .pt-lg-4, .py-lg-4 {
+ padding-top : 3.5rem !important;
+ }
+ .pr-lg-4, .px-lg-4 {
+ padding-right : 3.5rem !important;
+ }
+ .pb-lg-4, .py-lg-4 {
+ padding-bottom : 3.5rem !important;
+ }
+ .pl-lg-4, .px-lg-4 {
+ padding-left : 3.5rem !important;
+ }
+ .p-lg-5 {
+ padding : 4rem !important;
+ }
+ .pt-lg-5, .py-lg-5 {
+ padding-top : 4rem !important;
+ }
+ .pr-lg-5, .px-lg-5 {
+ padding-right : 4rem !important;
+ }
+ .pb-lg-5, .py-lg-5 {
+ padding-bottom : 4rem !important;
+ }
+ .pl-lg-5, .px-lg-5 {
+ padding-left : 4rem !important;
+ }
+ .p-lg-25 {
+ padding : 0.25rem !important;
+ }
+ .pt-lg-25, .py-lg-25 {
+ padding-top : 0.25rem !important;
+ }
+ .pr-lg-25, .px-lg-25 {
+ padding-right : 0.25rem !important;
+ }
+ .pb-lg-25, .py-lg-25 {
+ padding-bottom : 0.25rem !important;
+ }
+ .pl-lg-25, .px-lg-25 {
+ padding-left : 0.25rem !important;
+ }
+ .p-lg-50 {
+ padding : 0.5rem !important;
+ }
+ .pt-lg-50, .py-lg-50 {
+ padding-top : 0.5rem !important;
+ }
+ .pr-lg-50, .px-lg-50 {
+ padding-right : 0.5rem !important;
+ }
+ .pb-lg-50, .py-lg-50 {
+ padding-bottom : 0.5rem !important;
+ }
+ .pl-lg-50, .px-lg-50 {
+ padding-left : 0.5rem !important;
+ }
+ .p-lg-75 {
+ padding : 0.75rem !important;
+ }
+ .pt-lg-75, .py-lg-75 {
+ padding-top : 0.75rem !important;
+ }
+ .pr-lg-75, .px-lg-75 {
+ padding-right : 0.75rem !important;
+ }
+ .pb-lg-75, .py-lg-75 {
+ padding-bottom : 0.75rem !important;
+ }
+ .pl-lg-75, .px-lg-75 {
+ padding-left : 0.75rem !important;
+ }
+ .m-lg-n1 {
+ margin : -1rem !important;
+ }
+ .mt-lg-n1, .my-lg-n1 {
+ margin-top : -1rem !important;
+ }
+ .mr-lg-n1, .mx-lg-n1 {
+ margin-right : -1rem !important;
+ }
+ .mb-lg-n1, .my-lg-n1 {
+ margin-bottom : -1rem !important;
+ }
+ .ml-lg-n1, .mx-lg-n1 {
+ margin-left : -1rem !important;
+ }
+ .m-lg-n2 {
+ margin : -1.5rem !important;
+ }
+ .mt-lg-n2, .my-lg-n2 {
+ margin-top : -1.5rem !important;
+ }
+ .mr-lg-n2, .mx-lg-n2 {
+ margin-right : -1.5rem !important;
+ }
+ .mb-lg-n2, .my-lg-n2 {
+ margin-bottom : -1.5rem !important;
+ }
+ .ml-lg-n2, .mx-lg-n2 {
+ margin-left : -1.5rem !important;
+ }
+ .m-lg-n3 {
+ margin : -3rem !important;
+ }
+ .mt-lg-n3, .my-lg-n3 {
+ margin-top : -3rem !important;
+ }
+ .mr-lg-n3, .mx-lg-n3 {
+ margin-right : -3rem !important;
+ }
+ .mb-lg-n3, .my-lg-n3 {
+ margin-bottom : -3rem !important;
+ }
+ .ml-lg-n3, .mx-lg-n3 {
+ margin-left : -3rem !important;
+ }
+ .m-lg-n4 {
+ margin : -3.5rem !important;
+ }
+ .mt-lg-n4, .my-lg-n4 {
+ margin-top : -3.5rem !important;
+ }
+ .mr-lg-n4, .mx-lg-n4 {
+ margin-right : -3.5rem !important;
+ }
+ .mb-lg-n4, .my-lg-n4 {
+ margin-bottom : -3.5rem !important;
+ }
+ .ml-lg-n4, .mx-lg-n4 {
+ margin-left : -3.5rem !important;
+ }
+ .m-lg-n5 {
+ margin : -4rem !important;
+ }
+ .mt-lg-n5, .my-lg-n5 {
+ margin-top : -4rem !important;
+ }
+ .mr-lg-n5, .mx-lg-n5 {
+ margin-right : -4rem !important;
+ }
+ .mb-lg-n5, .my-lg-n5 {
+ margin-bottom : -4rem !important;
+ }
+ .ml-lg-n5, .mx-lg-n5 {
+ margin-left : -4rem !important;
+ }
+ .m-lg-n25 {
+ margin : -0.25rem !important;
+ }
+ .mt-lg-n25, .my-lg-n25 {
+ margin-top : -0.25rem !important;
+ }
+ .mr-lg-n25, .mx-lg-n25 {
+ margin-right : -0.25rem !important;
+ }
+ .mb-lg-n25, .my-lg-n25 {
+ margin-bottom : -0.25rem !important;
+ }
+ .ml-lg-n25, .mx-lg-n25 {
+ margin-left : -0.25rem !important;
+ }
+ .m-lg-n50 {
+ margin : -0.5rem !important;
+ }
+ .mt-lg-n50, .my-lg-n50 {
+ margin-top : -0.5rem !important;
+ }
+ .mr-lg-n50, .mx-lg-n50 {
+ margin-right : -0.5rem !important;
+ }
+ .mb-lg-n50, .my-lg-n50 {
+ margin-bottom : -0.5rem !important;
+ }
+ .ml-lg-n50, .mx-lg-n50 {
+ margin-left : -0.5rem !important;
+ }
+ .m-lg-n75 {
+ margin : -0.75rem !important;
+ }
+ .mt-lg-n75, .my-lg-n75 {
+ margin-top : -0.75rem !important;
+ }
+ .mr-lg-n75, .mx-lg-n75 {
+ margin-right : -0.75rem !important;
+ }
+ .mb-lg-n75, .my-lg-n75 {
+ margin-bottom : -0.75rem !important;
+ }
+ .ml-lg-n75, .mx-lg-n75 {
+ margin-left : -0.75rem !important;
+ }
+ .m-lg-auto {
+ margin : auto !important;
+ }
+ .mt-lg-auto, .my-lg-auto {
+ margin-top : auto !important;
+ }
+ .mr-lg-auto, .mx-lg-auto {
+ margin-right : auto !important;
+ }
+ .mb-lg-auto, .my-lg-auto {
+ margin-bottom : auto !important;
+ }
+ .ml-lg-auto, .mx-lg-auto {
+ margin-left : auto !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .m-xl-0 {
+ margin : 0 !important;
+ }
+ .mt-xl-0, .my-xl-0 {
+ margin-top : 0 !important;
+ }
+ .mr-xl-0, .mx-xl-0 {
+ margin-right : 0 !important;
+ }
+ .mb-xl-0, .my-xl-0 {
+ margin-bottom : 0 !important;
+ }
+ .ml-xl-0, .mx-xl-0 {
+ margin-left : 0 !important;
+ }
+ .m-xl-1 {
+ margin : 1rem !important;
+ }
+ .mt-xl-1, .my-xl-1 {
+ margin-top : 1rem !important;
+ }
+ .mr-xl-1, .mx-xl-1 {
+ margin-right : 1rem !important;
+ }
+ .mb-xl-1, .my-xl-1 {
+ margin-bottom : 1rem !important;
+ }
+ .ml-xl-1, .mx-xl-1 {
+ margin-left : 1rem !important;
+ }
+ .m-xl-2 {
+ margin : 1.5rem !important;
+ }
+ .mt-xl-2, .my-xl-2 {
+ margin-top : 1.5rem !important;
+ }
+ .mr-xl-2, .mx-xl-2 {
+ margin-right : 1.5rem !important;
+ }
+ .mb-xl-2, .my-xl-2 {
+ margin-bottom : 1.5rem !important;
+ }
+ .ml-xl-2, .mx-xl-2 {
+ margin-left : 1.5rem !important;
+ }
+ .m-xl-3 {
+ margin : 3rem !important;
+ }
+ .mt-xl-3, .my-xl-3 {
+ margin-top : 3rem !important;
+ }
+ .mr-xl-3, .mx-xl-3 {
+ margin-right : 3rem !important;
+ }
+ .mb-xl-3, .my-xl-3 {
+ margin-bottom : 3rem !important;
+ }
+ .ml-xl-3, .mx-xl-3 {
+ margin-left : 3rem !important;
+ }
+ .m-xl-4 {
+ margin : 3.5rem !important;
+ }
+ .mt-xl-4, .my-xl-4 {
+ margin-top : 3.5rem !important;
+ }
+ .mr-xl-4, .mx-xl-4 {
+ margin-right : 3.5rem !important;
+ }
+ .mb-xl-4, .my-xl-4 {
+ margin-bottom : 3.5rem !important;
+ }
+ .ml-xl-4, .mx-xl-4 {
+ margin-left : 3.5rem !important;
+ }
+ .m-xl-5 {
+ margin : 4rem !important;
+ }
+ .mt-xl-5, .my-xl-5 {
+ margin-top : 4rem !important;
+ }
+ .mr-xl-5, .mx-xl-5 {
+ margin-right : 4rem !important;
+ }
+ .mb-xl-5, .my-xl-5 {
+ margin-bottom : 4rem !important;
+ }
+ .ml-xl-5, .mx-xl-5 {
+ margin-left : 4rem !important;
+ }
+ .m-xl-25 {
+ margin : 0.25rem !important;
+ }
+ .mt-xl-25, .my-xl-25 {
+ margin-top : 0.25rem !important;
+ }
+ .mr-xl-25, .mx-xl-25 {
+ margin-right : 0.25rem !important;
+ }
+ .mb-xl-25, .my-xl-25 {
+ margin-bottom : 0.25rem !important;
+ }
+ .ml-xl-25, .mx-xl-25 {
+ margin-left : 0.25rem !important;
+ }
+ .m-xl-50 {
+ margin : 0.5rem !important;
+ }
+ .mt-xl-50, .my-xl-50 {
+ margin-top : 0.5rem !important;
+ }
+ .mr-xl-50, .mx-xl-50 {
+ margin-right : 0.5rem !important;
+ }
+ .mb-xl-50, .my-xl-50 {
+ margin-bottom : 0.5rem !important;
+ }
+ .ml-xl-50, .mx-xl-50 {
+ margin-left : 0.5rem !important;
+ }
+ .m-xl-75 {
+ margin : 0.75rem !important;
+ }
+ .mt-xl-75, .my-xl-75 {
+ margin-top : 0.75rem !important;
+ }
+ .mr-xl-75, .mx-xl-75 {
+ margin-right : 0.75rem !important;
+ }
+ .mb-xl-75, .my-xl-75 {
+ margin-bottom : 0.75rem !important;
+ }
+ .ml-xl-75, .mx-xl-75 {
+ margin-left : 0.75rem !important;
+ }
+ .p-xl-0 {
+ padding : 0 !important;
+ }
+ .pt-xl-0, .py-xl-0 {
+ padding-top : 0 !important;
+ }
+ .pr-xl-0, .px-xl-0 {
+ padding-right : 0 !important;
+ }
+ .pb-xl-0, .py-xl-0 {
+ padding-bottom : 0 !important;
+ }
+ .pl-xl-0, .px-xl-0 {
+ padding-left : 0 !important;
+ }
+ .p-xl-1 {
+ padding : 1rem !important;
+ }
+ .pt-xl-1, .py-xl-1 {
+ padding-top : 1rem !important;
+ }
+ .pr-xl-1, .px-xl-1 {
+ padding-right : 1rem !important;
+ }
+ .pb-xl-1, .py-xl-1 {
+ padding-bottom : 1rem !important;
+ }
+ .pl-xl-1, .px-xl-1 {
+ padding-left : 1rem !important;
+ }
+ .p-xl-2 {
+ padding : 1.5rem !important;
+ }
+ .pt-xl-2, .py-xl-2 {
+ padding-top : 1.5rem !important;
+ }
+ .pr-xl-2, .px-xl-2 {
+ padding-right : 1.5rem !important;
+ }
+ .pb-xl-2, .py-xl-2 {
+ padding-bottom : 1.5rem !important;
+ }
+ .pl-xl-2, .px-xl-2 {
+ padding-left : 1.5rem !important;
+ }
+ .p-xl-3 {
+ padding : 3rem !important;
+ }
+ .pt-xl-3, .py-xl-3 {
+ padding-top : 3rem !important;
+ }
+ .pr-xl-3, .px-xl-3 {
+ padding-right : 3rem !important;
+ }
+ .pb-xl-3, .py-xl-3 {
+ padding-bottom : 3rem !important;
+ }
+ .pl-xl-3, .px-xl-3 {
+ padding-left : 3rem !important;
+ }
+ .p-xl-4 {
+ padding : 3.5rem !important;
+ }
+ .pt-xl-4, .py-xl-4 {
+ padding-top : 3.5rem !important;
+ }
+ .pr-xl-4, .px-xl-4 {
+ padding-right : 3.5rem !important;
+ }
+ .pb-xl-4, .py-xl-4 {
+ padding-bottom : 3.5rem !important;
+ }
+ .pl-xl-4, .px-xl-4 {
+ padding-left : 3.5rem !important;
+ }
+ .p-xl-5 {
+ padding : 4rem !important;
+ }
+ .pt-xl-5, .py-xl-5 {
+ padding-top : 4rem !important;
+ }
+ .pr-xl-5, .px-xl-5 {
+ padding-right : 4rem !important;
+ }
+ .pb-xl-5, .py-xl-5 {
+ padding-bottom : 4rem !important;
+ }
+ .pl-xl-5, .px-xl-5 {
+ padding-left : 4rem !important;
+ }
+ .p-xl-25 {
+ padding : 0.25rem !important;
+ }
+ .pt-xl-25, .py-xl-25 {
+ padding-top : 0.25rem !important;
+ }
+ .pr-xl-25, .px-xl-25 {
+ padding-right : 0.25rem !important;
+ }
+ .pb-xl-25, .py-xl-25 {
+ padding-bottom : 0.25rem !important;
+ }
+ .pl-xl-25, .px-xl-25 {
+ padding-left : 0.25rem !important;
+ }
+ .p-xl-50 {
+ padding : 0.5rem !important;
+ }
+ .pt-xl-50, .py-xl-50 {
+ padding-top : 0.5rem !important;
+ }
+ .pr-xl-50, .px-xl-50 {
+ padding-right : 0.5rem !important;
+ }
+ .pb-xl-50, .py-xl-50 {
+ padding-bottom : 0.5rem !important;
+ }
+ .pl-xl-50, .px-xl-50 {
+ padding-left : 0.5rem !important;
+ }
+ .p-xl-75 {
+ padding : 0.75rem !important;
+ }
+ .pt-xl-75, .py-xl-75 {
+ padding-top : 0.75rem !important;
+ }
+ .pr-xl-75, .px-xl-75 {
+ padding-right : 0.75rem !important;
+ }
+ .pb-xl-75, .py-xl-75 {
+ padding-bottom : 0.75rem !important;
+ }
+ .pl-xl-75, .px-xl-75 {
+ padding-left : 0.75rem !important;
+ }
+ .m-xl-n1 {
+ margin : -1rem !important;
+ }
+ .mt-xl-n1, .my-xl-n1 {
+ margin-top : -1rem !important;
+ }
+ .mr-xl-n1, .mx-xl-n1 {
+ margin-right : -1rem !important;
+ }
+ .mb-xl-n1, .my-xl-n1 {
+ margin-bottom : -1rem !important;
+ }
+ .ml-xl-n1, .mx-xl-n1 {
+ margin-left : -1rem !important;
+ }
+ .m-xl-n2 {
+ margin : -1.5rem !important;
+ }
+ .mt-xl-n2, .my-xl-n2 {
+ margin-top : -1.5rem !important;
+ }
+ .mr-xl-n2, .mx-xl-n2 {
+ margin-right : -1.5rem !important;
+ }
+ .mb-xl-n2, .my-xl-n2 {
+ margin-bottom : -1.5rem !important;
+ }
+ .ml-xl-n2, .mx-xl-n2 {
+ margin-left : -1.5rem !important;
+ }
+ .m-xl-n3 {
+ margin : -3rem !important;
+ }
+ .mt-xl-n3, .my-xl-n3 {
+ margin-top : -3rem !important;
+ }
+ .mr-xl-n3, .mx-xl-n3 {
+ margin-right : -3rem !important;
+ }
+ .mb-xl-n3, .my-xl-n3 {
+ margin-bottom : -3rem !important;
+ }
+ .ml-xl-n3, .mx-xl-n3 {
+ margin-left : -3rem !important;
+ }
+ .m-xl-n4 {
+ margin : -3.5rem !important;
+ }
+ .mt-xl-n4, .my-xl-n4 {
+ margin-top : -3.5rem !important;
+ }
+ .mr-xl-n4, .mx-xl-n4 {
+ margin-right : -3.5rem !important;
+ }
+ .mb-xl-n4, .my-xl-n4 {
+ margin-bottom : -3.5rem !important;
+ }
+ .ml-xl-n4, .mx-xl-n4 {
+ margin-left : -3.5rem !important;
+ }
+ .m-xl-n5 {
+ margin : -4rem !important;
+ }
+ .mt-xl-n5, .my-xl-n5 {
+ margin-top : -4rem !important;
+ }
+ .mr-xl-n5, .mx-xl-n5 {
+ margin-right : -4rem !important;
+ }
+ .mb-xl-n5, .my-xl-n5 {
+ margin-bottom : -4rem !important;
+ }
+ .ml-xl-n5, .mx-xl-n5 {
+ margin-left : -4rem !important;
+ }
+ .m-xl-n25 {
+ margin : -0.25rem !important;
+ }
+ .mt-xl-n25, .my-xl-n25 {
+ margin-top : -0.25rem !important;
+ }
+ .mr-xl-n25, .mx-xl-n25 {
+ margin-right : -0.25rem !important;
+ }
+ .mb-xl-n25, .my-xl-n25 {
+ margin-bottom : -0.25rem !important;
+ }
+ .ml-xl-n25, .mx-xl-n25 {
+ margin-left : -0.25rem !important;
+ }
+ .m-xl-n50 {
+ margin : -0.5rem !important;
+ }
+ .mt-xl-n50, .my-xl-n50 {
+ margin-top : -0.5rem !important;
+ }
+ .mr-xl-n50, .mx-xl-n50 {
+ margin-right : -0.5rem !important;
+ }
+ .mb-xl-n50, .my-xl-n50 {
+ margin-bottom : -0.5rem !important;
+ }
+ .ml-xl-n50, .mx-xl-n50 {
+ margin-left : -0.5rem !important;
+ }
+ .m-xl-n75 {
+ margin : -0.75rem !important;
+ }
+ .mt-xl-n75, .my-xl-n75 {
+ margin-top : -0.75rem !important;
+ }
+ .mr-xl-n75, .mx-xl-n75 {
+ margin-right : -0.75rem !important;
+ }
+ .mb-xl-n75, .my-xl-n75 {
+ margin-bottom : -0.75rem !important;
+ }
+ .ml-xl-n75, .mx-xl-n75 {
+ margin-left : -0.75rem !important;
+ }
+ .m-xl-auto {
+ margin : auto !important;
+ }
+ .mt-xl-auto, .my-xl-auto {
+ margin-top : auto !important;
+ }
+ .mr-xl-auto, .mx-xl-auto {
+ margin-right : auto !important;
+ }
+ .mb-xl-auto, .my-xl-auto {
+ margin-bottom : auto !important;
+ }
+ .ml-xl-auto, .mx-xl-auto {
+ margin-left : auto !important;
+ }
+}
+
+.text-monospace {
+ font-family : 'Montserrat', Helvetica, Arial, serif !important;
+}
+
+.text-justify {
+ text-align : justify !important;
+}
+
+.text-wrap {
+ white-space : normal !important;
+}
+
+.text-nowrap {
+ white-space : nowrap !important;
+}
+
+.text-truncate {
+ overflow : hidden;
+ text-overflow : ellipsis;
+ white-space : nowrap;
+}
+
+.text-left {
+ text-align : left !important;
+}
+
+.text-right {
+ text-align : right !important;
+}
+
+.text-center {
+ text-align : center !important;
+}
+
+@media (min-width: 576px) {
+ .text-sm-left {
+ text-align : left !important;
+ }
+ .text-sm-right {
+ text-align : right !important;
+ }
+ .text-sm-center {
+ text-align : center !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .text-md-left {
+ text-align : left !important;
+ }
+ .text-md-right {
+ text-align : right !important;
+ }
+ .text-md-center {
+ text-align : center !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .text-lg-left {
+ text-align : left !important;
+ }
+ .text-lg-right {
+ text-align : right !important;
+ }
+ .text-lg-center {
+ text-align : center !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .text-xl-left {
+ text-align : left !important;
+ }
+ .text-xl-right {
+ text-align : right !important;
+ }
+ .text-xl-center {
+ text-align : center !important;
+ }
+}
+
+.text-lowercase {
+ text-transform : lowercase !important;
+}
+
+.text-uppercase {
+ text-transform : uppercase !important;
+}
+
+.text-capitalize {
+ text-transform : capitalize !important;
+}
+
+.font-weight-light {
+ font-weight : 300 !important;
+}
+
+.font-weight-lighter {
+ font-weight : lighter !important;
+}
+
+.font-weight-normal {
+ font-weight : 400 !important;
+}
+
+.font-weight-bold {
+ font-weight : 700 !important;
+}
+
+.font-weight-bolder {
+ font-weight : bolder !important;
+}
+
+.font-italic {
+ font-style : italic !important;
+}
+
+.text-white {
+ color : #FFFFFF !important;
+}
+
+.text-primary {
+ color : #7367F0 !important;
+}
+
+a.text-primary:hover, a.text-primary:focus {
+ color : #3321E9 !important;
+}
+
+.text-secondary {
+ color : #B8C2CC !important;
+}
+
+a.text-secondary:hover, a.text-secondary:focus {
+ color : #8B9CAC !important;
+}
+
+.text-success {
+ color : #28C76F !important;
+}
+
+a.text-success:hover, a.text-success:focus {
+ color : #1B874B !important;
+}
+
+.text-info {
+ color : #00CFE8 !important;
+}
+
+a.text-info:hover, a.text-info:focus {
+ color : #008B9C !important;
+}
+
+.text-warning {
+ color : #FF9F43 !important;
+}
+
+a.text-warning:hover, a.text-warning:focus {
+ color : #F67800 !important;
+}
+
+.text-danger {
+ color : #EA5455 !important;
+}
+
+a.text-danger:hover, a.text-danger:focus {
+ color : #D71A1C !important;
+}
+
+.text-light {
+ color : #BABFC7 !important;
+}
+
+a.text-light:hover, a.text-light:focus {
+ color : #9098A5 !important;
+}
+
+.text-dark {
+ color : #1E1E1E !important;
+}
+
+a.text-dark:hover, a.text-dark:focus {
+ color : black !important;
+}
+
+.text-body {
+ color : #626262 !important;
+}
+
+.text-muted {
+ color : #B8C2CC !important;
+}
+
+.text-black-50 {
+ color : rgba(34, 41, 47, 0.5) !important;
+}
+
+.text-white-50 {
+ color : rgba(255, 255, 255, 0.5) !important;
+}
+
+.text-hide {
+ font : 0/0 a;
+ color : transparent;
+ text-shadow : none;
+ background-color : transparent;
+ border : 0;
+}
+
+.text-decoration-none {
+ text-decoration : none !important;
+}
+
+.text-break {
+ word-break : break-word !important;
+ overflow-wrap : break-word !important;
+}
+
+.text-reset {
+ color : inherit !important;
+}
+
+.visible {
+ visibility : visible !important;
+}
+
+.invisible {
+ visibility : hidden !important;
+}
+
+@media print {
+ *, *::before, *::after {
+ text-shadow : none !important;
+ box-shadow : none !important;
+ }
+ a:not(.btn) {
+ text-decoration : underline;
+ }
+ abbr[title]::after {
+ content : ' (' attr(title) ')';
+ }
+ pre {
+ white-space : pre-wrap !important;
+ }
+ pre, blockquote {
+ border : 1px solid #ADB5BD;
+ page-break-inside : avoid;
+ }
+ thead {
+ display : table-header-group;
+ }
+ tr, img {
+ page-break-inside : avoid;
+ }
+ p, h2, h3 {
+ orphans : 3;
+ widows : 3;
+ }
+ h2, h3 {
+ page-break-after : avoid;
+ }
+ @page {
+ size : a3;
+ }
+ body {
+ min-width : 992px !important;
+ }
+ .container {
+ min-width : 992px !important;
+ }
+ .navbar {
+ display : none;
+ }
+ .badge {
+ border : 1px solid #22292F;
+ }
+ .table {
+ border-collapse : collapse !important;
+ }
+ .table td, .table th {
+ background-color : #FFFFFF !important;
+ }
+ .table-bordered th, .table-bordered td {
+ border : 1px solid #DAE1E7 !important;
+ }
+ .table-dark {
+ color : inherit;
+ }
+ .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
+ border-color : #F8F8F8;
+ }
+ .table .thead-dark th {
+ color : inherit;
+ border-color : #F8F8F8;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/bootstrap.min.css b/www/assets2/css/bootstrap.min.css
new file mode 100644
index 0000000..2f143a2
--- /dev/null
+++ b/www/assets2/css/bootstrap.min.css
@@ -0,0 +1,11 @@
+/*!
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ *//*!
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}address,dl,ol,p,pre,ul{margin-bottom:1rem}img,svg{vertical-align:middle}body,caption{text-align:left}dd,h1,h2,h3,h4,h5,h6,label{margin-bottom:.5rem}pre,textarea{overflow:auto}article,aside,figcaption,figure,footer,header,hgroup,legend,main,nav,section{display:block}address,legend{line-height:inherit}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover,legend{color:inherit}progress,sub,sup{vertical-align:baseline}label,output{display:inline-block}button,hr,input{overflow:visible}.dropdown-menu,.nav,.navbar-nav{list-style:none}:root{--blue:#00CFE8;--indigo:#6610F2;--purple:#6F42C1;--pink:#E83E8C;--red:#EA5455;--orange:#FF9F43;--yellow:#FFC107;--green:#28C76F;--teal:#20C997;--cyan:#7367F0;--white:#FFFFFF;--gray:#B8C2CC;--gray-dark:#1E1E1E;--primary:#7367F0;--secondary:#B8C2CC;--success:#28C76F;--info:#00CFE8;--warning:#FF9F43;--danger:#EA5455;--light:#BABFC7;--dark:#1E1E1E;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:'Montserrat',Helvetica,Arial,serif;--font-family-monospace:'Montserrat',Helvetica,Arial,serif}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(34,41,47,0)}body,code,kbd,pre,samp{font-family:Montserrat,Helvetica,Arial,serif}body{margin:0;font-size:1rem;font-weight:400;line-height:1.45;color:#626262;background-color:#F8F8F8}[tabindex='-1']:focus{outline:0!important}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.breadcrumb-item+.breadcrumb-item:hover::before,.btn-link,.btn-link.focus,.btn-link:focus,.btn-link:hover,.btn:hover,.card-link:hover,.close:hover,.dropdown-item:focus,.dropdown-item:hover,.list-group-item-action:focus,.list-group-item-action:hover,.nav-link:focus,.nav-link:hover,.navbar-brand:focus,.navbar-brand:hover,.navbar-toggler:focus,.navbar-toggler:hover,.page-link:hover,a,a.badge:focus,a.badge:hover,a:hover,a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{text-decoration:none}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary{cursor:pointer}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}a{color:#7367F0;background-color:transparent}a:hover{color:#5E50EE}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-size:1em}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#B8C2CC;caption-side:bottom}th{text-align:inherit}button{border-radius:0}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=month],input[type=date],input[type=time],input[type=datetime-local]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;white-space:normal}.badge,.dropdown-header,.dropdown-item,.dropdown-toggle,.input-group-text,.navbar-brand,.progress-bar{white-space:nowrap}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.display-1,.display-2,.display-3,.display-4{line-height:1.2}summary{display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:#2C2C2C}.blockquote,hr{margin-bottom:1rem}.display-1,.display-2,.display-3,.display-4,.lead{font-weight:300}.h1,h1{font-size:2rem}.h2,h2{font-size:1.74rem}.h3,h3{font-size:1.51rem}.h4,h4{font-size:1.32rem}.h5,h5{font-size:1.14rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem}.display-1{font-size:6rem}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-4{font-size:3.5rem}hr{box-sizing:content-box;height:0;margin-top:1rem;border:0;border-top:1px solid rgba(34,41,47,.1)}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.small,small{font-size:smaller;font-weight:400}.mark,mark{padding:.2em;background-color:#FCF8E3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem}.blockquote-footer{display:block;font-size:smaller;color:#B8C2CC}code,kbd{font-size:90%}.blockquote-footer::before{content:'\2014\00A0'}.img-thumbnail{padding:.25rem;background-color:#F8F8F8;border:1px solid #DAE1E7;border-radius:.5rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#B8C2CC}a>code,pre code{color:inherit}code{color:#E83E8C;word-break:break-word}kbd{padding:.2rem .4rem;color:#FFF;background-color:#EEE;border-radius:.25rem}kbd kbd{padding:0;font-size:100%;font-weight:700}.container,.container-fluid{padding-right:14px;padding-left:14px;margin-right:auto;margin-left:auto;width:100%}.btn,.btn-link,.custom-select,.dropdown-item,.form-control,.input-group-text{font-weight:400}pre{display:block;font-size:90%;color:#2A2E30}pre code{font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.col,.col-auto{max-width:100%}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-14px;margin-left:-14px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:14px;padding-left:14px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.col-1,.col-auto{-webkit-box-flex:0}.col-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2,.col-3{-webkit-box-flex:0}.col-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4,.col-5{-webkit-box-flex:0}.col-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6,.col-7{-webkit-box-flex:0}.col-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8,.col-9{-webkit-box-flex:0}.col-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10,.col-11{-webkit-box-flex:0}.col-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#626262}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #F8F8F8}.table thead th{vertical-align:bottom;border-bottom:2px solid #F8F8F8}.table tbody+tbody{border-top:2px solid #F8F8F8}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #F8F8F8}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(34,41,47,.05)}.table-hover tbody tr:hover{color:#626262;background-color:rgba(34,41,47,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#D8D4FB}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#B6B0F7}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#C3BDF9}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#EBEEF1}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#DADFE4}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#DCE1E7}.table-success,.table-success>td,.table-success>th{background-color:#C3EFD7}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8FE2B4}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#AFEACA}.table-info,.table-info>td,.table-info>th{background-color:#B8F2F9}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#7AE6F3}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#A0EEF7}.table-warning,.table-warning>td,.table-warning>th{background-color:#FFE4CA}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#FFCD9D}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#FFD7B1}.table-danger,.table-danger>td,.table-danger>th{background-color:#F9CFCF}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#F4A6A7}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#F6B8B8}.table-light,.table-light>td,.table-light>th{background-color:#ECEDEF}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#DBDEE2}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#DEE0E3}.table-dark,.table-dark>td,.table-dark>th{background-color:silver}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#8A8A8A}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#B3B3B3}.table-active,.table-active>td,.table-active>th{background-color:rgba(34,41,47,.075)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(23,28,32,.075)}.table .thead-dark th{color:#FFF;background-color:#1E1E1E;border-color:#313131}.table .thead-light th{color:#4E5154;background-color:#EDEDED;border-color:#F8F8F8}.table-dark{color:#FFF;background-color:#1E1E1E}.table-dark td,.table-dark th,.table-dark thead th{border-color:#313131}.table-dark.table-bordered,.table-responsive>.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#FFF;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.accordion>.card,.collapsing,.modal-open,.progress,.toast{overflow:hidden}.form-control{display:block;width:100%;height:calc(1.25em + 1.4rem + 1px);padding:.7rem;font-size:.96rem;line-height:1.25;color:#4E5154;background-color:#FFF;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:5px;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#4E5154;background-color:#FFF;border-color:#7367F0;outline:0;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.form-control::-webkit-input-placeholder{color:rgba(0,0,0,.5);opacity:1}.form-control::-moz-placeholder{color:rgba(0,0,0,.5);opacity:1}.form-control:-ms-input-placeholder{color:rgba(0,0,0,.5);opacity:1}.form-control::-ms-input-placeholder{color:rgba(0,0,0,.5);opacity:1}.form-control::placeholder{color:rgba(0,0,0,.5);opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#F5F5F1;opacity:1}select.form-control:focus::-ms-value{color:#4E5154;background-color:#FFF}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.7rem + 1px);padding-bottom:calc(.7rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.25}.col-form-label-lg{padding-top:calc(1rem + 1px);padding-bottom:calc(1rem + 1px);font-size:1.25rem;line-height:1.25}.col-form-label-sm{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:.7rem;line-height:1}.form-control-plaintext{display:block;width:100%;padding-top:.7rem;padding-bottom:.7rem;margin-bottom:0;line-height:1.25;color:#ADB5BD;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1em + 1rem + 2px);padding:.5rem 1.5rem;font-size:.7rem;line-height:1;border-radius:4px}.form-control-lg{height:calc(1.25em + 2rem + 2px);padding:1rem 2.5rem;font-size:1.25rem;line-height:1.25;border-radius:6px}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#B8C2CC}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.invalid-tooltip,.valid-tooltip{position:absolute;z-index:5;max-width:100%;line-height:1.45;border-radius:.428rem;top:100%}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:smaller;color:#28C76F}.valid-tooltip{display:none;padding:.4rem .775rem;margin-top:.1rem;font-size:.857rem;color:#FFF;background-color:#28C76F}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.form-check-input.is-valid~.form-check-label,.was-validated .custom-control-input:valid~.custom-control-label,.was-validated .form-check-input:valid~.form-check-label{color:#28C76F}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28C76F;padding-right:calc(1.25em + 1.4rem);background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');background-repeat:no-repeat;background-position:center right calc(.3125em + .35rem);background-size:calc(.625em + .7rem) calc(.625em + .7rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28C76F;box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.25em + 1.4rem);background-position:top calc(.3125em + .35rem) right calc(.3125em + .35rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28C76F;padding-right:calc((1em + 1.4rem) * 3 / 4 + 1.7rem);background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328c76f\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem) no-repeat #FFF}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28C76F;box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28C76F}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#48DA89;background-color:#48DA89}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28C76F}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28C76F;box-shadow:0 0 0 .2rem rgba(40,199,111,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:smaller;color:#EA5455}.invalid-tooltip{display:none;padding:.4rem .775rem;margin-top:.1rem;font-size:.857rem;color:#FFF;background-color:#EA5455}.collapsing,.dropdown,.dropleft,.dropright,.dropup{position:relative}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.form-check-input.is-invalid~.form-check-label,.was-validated .custom-control-input:invalid~.custom-control-label,.was-validated .form-check-input:invalid~.form-check-label{color:#EA5455}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#EA5455;padding-right:calc(1.25em + 1.4rem);background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E');background-repeat:no-repeat;background-position:center right calc(.3125em + .35rem);background-size:calc(.625em + .7rem) calc(.625em + .7rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#EA5455;box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.25em + 1.4rem);background-position:top calc(.3125em + .35rem) right calc(.3125em + .35rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#EA5455;padding-right:calc((1em + 1.4rem) * 3 / 4 + 1.7rem);background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat,url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ea5455\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23ea5455\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E') center right 1.7rem/calc(.625em + .7rem) calc(.625em + .7rem) no-repeat #FFF}.dropdown-menu,.modal-content,.popover,.toast,.toast-header{background-clip:padding-box}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#EA5455;box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#EA5455}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#F08182;background-color:#F08182}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#EA5455}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#EA5455;box-shadow:0 0 0 .2rem rgba(234,84,85,.25)}.form-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn-group-vertical,.navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal}.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn{display:inline-block;color:#626262;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0 solid transparent;padding:.9rem 2rem;font-size:1rem;line-height:1;border-radius:.4285rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.dropdown-toggle::after,.dropup .dropdown-toggle::after{vertical-align:.255em;content:''}@media (prefers-reduced-motion:reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#626262}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-primary:hover{color:#FFF;background-color:#5344ED;border-color:#4839EB}.btn-primary.disabled,.btn-primary:disabled{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#FFF;background-color:#4839EB;border-color:#3E2DEA}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-secondary{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-secondary:hover{color:#2A2E30;background-color:#A2AFBC;border-color:#9AA9B7}.btn-secondary.disabled,.btn-secondary:disabled{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#2A2E30;background-color:#9AA9B7;border-color:#93A2B1}.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-success{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-success:hover{color:#FFF;background-color:#22A75D;border-color:#1F9D57}.btn-success.disabled,.btn-success:disabled{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#FFF;background-color:#1F9D57;border-color:#1D9251}.btn-info.focus,.btn-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-info{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-info:hover{color:#FFF;background-color:#00ADC2;border-color:#00A1B5}.btn-info.disabled,.btn-info:disabled{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#FFF;background-color:#00A1B5;border-color:#0096A8}.btn-warning.focus,.btn-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-warning{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-warning:hover{color:#2A2E30;background-color:#FF8B1D;border-color:#FF8510}.btn-warning.disabled,.btn-warning:disabled{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#2A2E30;background-color:#FF8510;border-color:#FF7E03}.btn-danger.focus,.btn-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-danger{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-danger:hover{color:#FFF;background-color:#E63233;border-color:#E42728}.btn-danger.disabled,.btn-danger:disabled{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#FFF;background-color:#E42728;border-color:#E21C1D}.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-light{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-light:hover{color:#2A2E30;background-color:#A5ABB6;border-color:#9EA5B0}.btn-light.disabled,.btn-light:disabled{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#2A2E30;background-color:#9EA5B0;border-color:#979EAA}.btn-dark.focus,.btn-dark:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-dark{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-dark:hover{color:#FFF;background-color:#0B0B0B;border-color:#050505}.btn-dark.disabled,.btn-dark:disabled{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#FFF;background-color:#050505;border-color:#000}.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-primary{color:#7367F0;border-color:#7367F0}.btn-outline-primary:hover{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#7367F0;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-secondary{color:#B8C2CC;border-color:#B8C2CC}.btn-outline-secondary:hover{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#B8C2CC;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-success{color:#28C76F;border-color:#28C76F}.btn-outline-success:hover{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28C76F;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-outline-info.focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-info{color:#00CFE8;border-color:#00CFE8}.btn-outline-info:hover{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00CFE8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-warning{color:#FF9F43;border-color:#FF9F43}.btn-outline-warning:hover{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#FF9F43;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-danger{color:#EA5455;border-color:#EA5455}.btn-outline-danger:hover{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#EA5455;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-light{color:#BABFC7;border-color:#BABFC7}.btn-outline-light:hover{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#BABFC7;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-outline-dark{color:#1E1E1E;border-color:#1E1E1E}.btn-outline-dark:hover{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1E1E1E;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-link{color:#7367F0}.btn-link:hover{color:#5E50EE}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#B8C2CC;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:1rem 2.5rem;font-size:1.25rem;line-height:1.25;border-radius:.4285rem}.btn-group-sm>.btn,.btn-sm{padding:.5rem 1.5rem;font-size:.7rem;line-height:1;border-radius:.4285rem}.btn-block{display:block}.btn-block+.btn-block{margin-top:.5rem}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:10;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.5rem 0 0;font-size:.9375rem;color:#626262;text-align:left;background-color:#FFF;border:1px solid rgba(34,41,47,.15);border-radius:5px}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.5rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropleft .dropdown-toggle::before,.dropright .dropdown-toggle::after{content:'';border-top:.3em solid transparent;border-bottom:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.5rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-right:0;border-left:.3em solid;vertical-align:0}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.5rem}.dropleft .dropdown-toggle::after{margin-left:.255em;vertical-align:.255em;content:'';display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;border-right:.3em solid;vertical-align:0}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.08)}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child),.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child),.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.custom-control-label,.custom-file,.dropdown-header,.input-group-text,.nav{margin-bottom:0}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;color:#2A2E30;text-align:inherit;background-color:transparent;border:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-item:focus,.dropdown-item:hover{color:#1E2122;background-color:#F8F8F8}.dropdown-item.active,.dropdown-item:active{color:#FFF;text-decoration:none;background-color:#7367F0}.dropdown-item.disabled,.dropdown-item:disabled{color:#B8C2CC;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;font-size:1rem;color:#B8C2CC}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#2A2E30}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-toolbar,.input-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.875rem;padding-left:1.875rem}.btn-group-vertical{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group-append,.input-group-prepend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.input-group-text,.nav,.navbar{display:-webkit-box}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-prepend{margin-right:-1px}.input-group-text{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.7rem;font-size:.96rem;line-height:1.25;color:#4E5154;text-align:center;background-color:#EDEDED;border:1px solid rgba(0,0,0,.2);border-radius:5px}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.25em + 2rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:1rem 2.5rem;font-size:1.25rem;line-height:1.25;border-radius:6px}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1em + 1rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.5rem 1.5rem;font-size:.7rem;line-height:1;border-radius:4px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.7rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.45rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#FFF;border-color:#7367F0;background-color:#7367F0}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#7367F0}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#FFF;background-color:#fff;border-color:#fff}.custom-control-input:disabled~.custom-control-label{color:#B8C2CC}.custom-control-input:disabled~.custom-control-label::before{background-color:#F5F5F1}.custom-control-label{position:relative;vertical-align:top}.custom-control-label::after,.custom-control-label::before{position:absolute;top:.225rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:''}.custom-control-label::before{pointer-events:none;background-color:#FFF;border:1px solid #ADB5BD}.custom-control-label::after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e')}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#7367F0;background-color:#7367F0}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(115,103,240,.5)}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e')}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e')}.custom-switch{padding-left:3.5rem}.custom-switch .custom-control-label::before{left:-3.5rem;width:3rem;pointer-events:all;border-radius:.857rem}.custom-switch .custom-control-label::after{top:calc(.225rem + 2px);left:calc(-3.5rem + 2px);width:1.286rem;height:1.286rem;background-color:#ADB5BD;border-radius:.857rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#FFF;-webkit-transform:translateX(2rem);-ms-transform:translateX(2rem);transform:translateX(2rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(115,103,240,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.25em + 1.4rem + 1px);padding:.7rem 1.7rem .7rem .7rem;font-size:.96rem;line-height:1.25;color:#4E5154;vertical-align:middle;background:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%231e1e1e\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') right .7rem center/8px 10px no-repeat #FFF;border:1px solid rgba(0,0,0,.2);border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-file-input:focus~.custom-file-label,.custom-select:focus{border-color:#7367F0;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.custom-select:focus{outline:0}.custom-select:focus::-ms-value{color:#4E5154;background-color:#FFF}.custom-select[multiple],.custom-select[size]:not([size='1']){height:auto;padding-right:.7rem;background-image:none}.custom-select:disabled{color:#B8C2CC;background-color:#EDEDED}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1.5rem;font-size:.7rem}.custom-select-lg{height:calc(1.25em + 2rem + 2px);padding-top:1rem;padding-bottom:1rem;padding-left:2.5rem;font-size:1.25rem}.custom-file,.custom-file-input,.custom-file-label{height:calc(1.25em + 1.4rem + 1px)}.custom-file{position:relative;display:inline-block;width:100%}.custom-file-input{position:relative;z-index:2;width:100%;margin:0;opacity:0}.custom-file-label,.custom-file-label::after{position:absolute;padding:.7rem;line-height:1.5rem;color:#4E5154;top:0;right:0}.custom-file-input:disabled~.custom-file-label{background-color:#F5F5F1}.custom-file-input:lang(en)~.custom-file-label::after{content:'Browse'}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;font-weight:400;background-color:#FFF;border:1px solid rgba(0,0,0,.2);border-radius:5px}.alert-link,.badge,.close{font-weight:700}.custom-file-label::after{bottom:0;z-index:3;display:block;height:calc(1.25em + 1.4rem);content:'Browse';background-color:#EDEDED;border-left:inherit;border-radius:0 5px 5px 0}.nav,.navbar{display:-webkit-flex;display:-ms-flexbox;-webkit-flex-wrap:wrap}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #F8F8F8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #F8F8F8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #F8F8F8,0 3px 10px 0 rgba(0,0,0,.15)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#7367F0;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#DAE1E7;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#7367F0;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#DAE1E7;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#7367F0;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#DAE1E7;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#DAE1E7;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#ADB5BD}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#ADB5BD}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#ADB5BD}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.nav-link{display:block;padding:.357rem .5rem}.nav-link.disabled{color:#B8C2CC;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #DAE1E7}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#EDEDED #EDEDED #DAE1E7}.nav-tabs .nav-link.disabled{color:#B8C2CC;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#4E5154;background-color:#F8F8F8;border-color:#DAE1E7 #DAE1E7 #F8F8F8}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#FFF;background-color:#7367F0}.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;margin-right:1rem;font-size:2rem;line-height:inherit}.card,.navbar-nav{display:-ms-flexbox}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.357rem;padding-bottom:.357rem}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:2rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.4285rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:'';background:center center no-repeat;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm,.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-sm{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md,.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-md{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg,.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-lg{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl,.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-xl{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.card,.card-deck{-webkit-box-orient:vertical;-webkit-box-direction:normal}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(34,41,47,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(34,41,47,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(34,41,47,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(34,41,47,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(34,41,47,.9)}.navbar-light .navbar-toggler{color:rgba(34,41,47,.5);border-color:rgba(34,41,47,.1)}.navbar-light .navbar-toggler-icon{background-image:url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(34, 41, 47, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e')}.navbar-light .navbar-text{color:rgba(34,41,47,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(34,41,47,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#FFF}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#FFF}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url('data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e')}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#FFF}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#FFF;background-clip:border-box;border:1px solid rgba(34,41,47,.125);border-radius:.5rem}.card-footer,.card-header{padding:1.5rem;background-color:rgba(34,41,47,.03)}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.card-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.5rem}.card-title{margin-bottom:1.5rem}.card-header,.card-subtitle,.card-text:last-child{margin-bottom:0}.card-subtitle{margin-top:-.75rem}.card-link+.card-link{margin-left:1.5rem}.card-header-pills,.card-header-tabs{margin-right:-.75rem;margin-left:-.75rem}.card-header{border-bottom:1px solid rgba(34,41,47,.125)}.card-header:first-child{border-radius:calc(.5rem - 1px) calc(.5rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{border-top:1px solid rgba(34,41,47,.125)}.card-footer:last-child{border-radius:0 0 calc(.5rem - 1px) calc(.5rem - 1px)}.card-header-tabs{margin-bottom:-1.5rem;border-bottom:0}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.alert,.btn .badge,.page-link{position:relative}.card-img{width:100%;border-radius:calc(.5rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.5rem - 1px);border-bottom-left-radius:calc(.5rem - 1px)}.card-deck{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:14px}@media (min-width:576px){.card-deck,.card-deck .card{-webkit-box-direction:normal}.card-deck{-webkit-box-orient:horizontal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-14px;margin-left:-14px}.card-deck .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:14px;margin-bottom:0;margin-left:14px}}.card-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:14px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.list-group,.progress-bar{-webkit-box-orient:vertical}.card-columns .card{margin-bottom:1.5rem}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb,.pagination{border-radius:.5rem;list-style:none}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;background-color:#EDEDED}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#B8C2CC;content:'/'}.pagination,.progress{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.breadcrumb-item.active{color:#B8C2CC}.pagination{display:flex;padding-left:0}.page-link{display:block;padding:.65rem .911rem;margin-left:-1px;line-height:1.25;color:#7367F0;background-color:#FFF;border:1px solid #DAE1E7}.page-link:hover{z-index:2;color:#5E50EE;background-color:#EDEDED;border-color:#DAE1E7}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.page-item:last-child .page-link{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.page-item.active .page-link{z-index:1;color:#FFF;background-color:#7367F0;border-color:#7367F0}.page-item.disabled .page-link{color:#B8C2CC;pointer-events:none;cursor:auto;background-color:#FFF;border-color:#DAE1E7}.pagination-lg .page-link{padding:.5rem 1rem;font-size:2rem;line-height:1.25}.badge,.close{line-height:1}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.6rem;border-bottom-left-radius:.6rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.6rem;border-bottom-right-radius:.6rem}.pagination-sm .page-link{padding:.5rem .75rem;font-size:1rem;line-height:1}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.badge{display:inline-block;padding:.35em .4em;font-size:80%;text-align:center;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;transition:none}}.badge:empty{display:none}.btn .badge{top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#FFF;background-color:#7367F0}a.badge-primary:focus,a.badge-primary:hover{color:#FFF;background-color:#4839EB}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.badge-secondary{color:#2A2E30;background-color:#B8C2CC}a.badge-secondary:focus,a.badge-secondary:hover{color:#2A2E30;background-color:#9AA9B7}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.badge-success{color:#FFF;background-color:#28C76F}a.badge-success:focus,a.badge-success:hover{color:#FFF;background-color:#1F9D57}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.badge-info{color:#FFF;background-color:#00CFE8}a.badge-info:focus,a.badge-info:hover{color:#FFF;background-color:#00A1B5}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.badge-warning{color:#2A2E30;background-color:#FF9F43}a.badge-warning:focus,a.badge-warning:hover{color:#2A2E30;background-color:#FF8510}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.badge-danger{color:#FFF;background-color:#EA5455}a.badge-danger:focus,a.badge-danger:hover{color:#FFF;background-color:#E42728}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.badge-light{color:#2A2E30;background-color:#BABFC7}a.badge-light:focus,a.badge-light:hover{color:#2A2E30;background-color:#9EA5B0}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.badge-dark{color:#FFF;background-color:#1E1E1E}a.badge-dark:focus,a.badge-dark:hover{color:#FFF;background-color:#050505}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#EDEDED;border-radius:.6rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.71rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.5rem}.alert-heading{color:inherit}.alert-dismissible{padding-right:2.92rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.71rem;color:inherit}.alert-primary{color:#4C4993;background-color:#E3E1FC;border-color:#D8D4FB}.alert-primary hr{border-top-color:#C3BDF9}.alert-primary .alert-link{color:#3A3871}.alert-secondary{color:#707981;background-color:#F1F3F5;border-color:#EBEEF1}.alert-secondary hr{border-top-color:#DCE1E7}.alert-secondary .alert-link{color:#585F66}.alert-success{color:#257B50;background-color:#D4F4E2;border-color:#C3EFD7}.alert-success hr{border-top-color:#AFEACA}.alert-success .alert-link{color:#195437}.alert-info{color:#107F8F;background-color:#CCF5FA;border-color:#B8F2F9}.alert-info hr{border-top-color:#A0EEF7}.alert-info .alert-link{color:#0B5661}.alert-warning{color:#956639;background-color:#FFECD9;border-color:#FFE4CA}.alert-warning hr{border-top-color:#FFD7B1}.alert-warning .alert-link{color:#704D2B}.alert-danger{color:#8A3F43;background-color:#FBDDDD;border-color:#F9CFCF}.alert-danger hr{border-top-color:#F6B8B8}.alert-danger .alert-link{color:#672F32}.alert-light{color:#71777E;background-color:#F1F2F4;border-color:#ECEDEF}.alert-light hr{border-top-color:#DEE0E3}.alert-light .alert-link{color:#595E63}.alert-dark{color:#202326;background-color:#D2D2D2;border-color:silver}.alert-dark hr{border-top-color:#B3B3B3}.alert-dark .alert-link{color:#090A0A}@-webkit-keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:.357rem 0}to{background-position:0 0}}.progress{display:flex;height:.357rem;font-size:.75rem;background-color:#EDEDED;border-radius:1.28rem}.media,.progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.progress-bar{display:flex;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#FFF;text-align:center;background-color:#7367F0;-webkit-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:.357rem .357rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.list-group,.modal-dialog-centered.modal-dialog-scrollable{-webkit-flex-direction:column;-webkit-box-direction:normal}.list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#4E5154;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#4E5154;background-color:#BABFC7}.list-group-item-action:active{color:#626262;background-color:#EDEDED}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#FFF;border:1px solid rgba(34,41,47,.125)}.list-group-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.list-group-item.disabled,.list-group-item:disabled{color:#B8C2CC;pointer-events:none;background-color:#FFF}.list-group-item.active{z-index:2;color:#FFF;background-color:#7367F0;border-color:#7367F0}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#4C4993;background-color:#D8D4FB}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#4C4993;background-color:#C3BDF9}.list-group-item-primary.list-group-item-action.active{color:#FFF;background-color:#4C4993;border-color:#4C4993}.list-group-item-secondary{color:#707981;background-color:#EBEEF1}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#707981;background-color:#DCE1E7}.list-group-item-secondary.list-group-item-action.active{color:#FFF;background-color:#707981;border-color:#707981}.list-group-item-success{color:#257B50;background-color:#C3EFD7}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#257B50;background-color:#AFEACA}.list-group-item-success.list-group-item-action.active{color:#FFF;background-color:#257B50;border-color:#257B50}.list-group-item-info{color:#107F8F;background-color:#B8F2F9}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#107F8F;background-color:#A0EEF7}.list-group-item-info.list-group-item-action.active{color:#FFF;background-color:#107F8F;border-color:#107F8F}.list-group-item-warning{color:#956639;background-color:#FFE4CA}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#956639;background-color:#FFD7B1}.list-group-item-warning.list-group-item-action.active{color:#FFF;background-color:#956639;border-color:#956639}.list-group-item-danger{color:#8A3F43;background-color:#F9CFCF}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#8A3F43;background-color:#F6B8B8}.list-group-item-danger.list-group-item-action.active{color:#FFF;background-color:#8A3F43;border-color:#8A3F43}.list-group-item-light{color:#71777E;background-color:#ECEDEF}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#71777E;background-color:#DEE0E3}.list-group-item-light.list-group-item-action.active{color:#FFF;background-color:#71777E;border-color:#71777E}.list-group-item-dark{color:#202326;background-color:silver}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#202326;background-color:#B3B3B3}.list-group-item-dark.list-group-item-action.active{color:#FFF;background-color:#202326;border-color:#202326}.close{float:right;font-size:1.5rem;color:#22292F;text-shadow:0 1px 0 #FFF;opacity:.5}.close:hover{color:#22292F}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.toast,.toast-header{background-color:rgba(255,255,255,.85)}a.close.disabled{pointer-events:none}.toast{max-width:350px;font-size:.875rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(34,41,47,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.popover,.tooltip{font-family:Montserrat,Helvetica,Arial,serif;font-style:normal;font-weight:400;line-height:1.45;text-align:left;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.857rem;word-wrap:break-word;text-decoration:none;text-shadow:none}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.modal-dialog-scrollable,.toast-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.toast-header{display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#B8C2CC;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);-ms-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-ms-transform:none;transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:''}.modal-content,.modal-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.carousel-inner::after,.clearfix::after,.embed-responsive::before,.popover .arrow::after,.popover .arrow::before,.stretched-link::after,.tooltip .arrow::before{content:''}.modal-content{position:relative;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#FFF;border:1px solid rgba(34,41,47,.2);border-radius:.6rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#22292F}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #EDEDED;border-top-left-radius:.6rem;border-top-right-radius:.6rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.45}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #EDEDED;border-bottom-right-radius:.6rem;border-bottom-left-radius:.6rem}.popover,.popover .arrow,.popover .arrow::after,.popover .arrow::before,.tooltip,.tooltip .arrow{position:absolute;display:block}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{z-index:1070;margin:0;text-align:start;opacity:0}.tooltip.show{opacity:1}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#323232}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#323232}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#323232}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#323232}.tooltip-inner{max-width:220px;padding:.4rem .775rem;color:#FFF;text-align:center;background-color:#323232;border-radius:.428rem}.popover{top:0;left:0;z-index:1060;max-width:276px;text-align:start;background-color:#FFF;border:1px solid rgba(34,41,47,.2);border-radius:.428rem}.popover .arrow{width:1rem;height:.5rem;margin:0 .6rem}.popover .arrow::after,.popover .arrow::before{border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#FFF}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.6rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#FFF}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#FFF}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:'';border-bottom:1px solid #7367F0}.carousel,.carousel-inner,.carousel-item{position:relative}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.6rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(34,41,47,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#FFF}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#2C2C2C;background-color:#7367F0;border-bottom:1px solid #5E50EE;border-top-left-radius:calc(.6rem - 1px);border-top-right-radius:calc(.6rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#626262}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both}.carousel-item{display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-ms-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:0s .6s opacity;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#FFF;text-align:center;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#FFF;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e')}.carousel-control-next-icon{background-image:url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e')}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.spinner-border,.spinner-grow{display:inline-block;vertical-align:text-bottom}.carousel-indicators li{box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#FFF;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#FFF;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{width:2rem;height:2rem;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{width:2rem;height:2rem;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#7367F0!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#4839EB!important}.bg-secondary{background-color:#B8C2CC!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#9AA9B7!important}.bg-success{background-color:#28C76F!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1F9D57!important}.bg-info{background-color:#00CFE8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#00A1B5!important}.bg-warning{background-color:#FF9F43!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#FF8510!important}.bg-danger{background-color:#EA5455!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#E42728!important}.bg-light{background-color:#BABFC7!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#9EA5B0!important}.bg-dark{background-color:#1E1E1E!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#050505!important}.bg-white{background-color:#FFF!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #EDEDED!important}.border-top{border-top:1px solid #EDEDED!important}.border-right{border-right:1px solid #EDEDED!important}.border-bottom{border-bottom:1px solid #EDEDED!important}.border-left{border-left:1px solid #EDEDED!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#7367F0!important}.border-secondary{border-color:#B8C2CC!important}.border-success{border-color:#28C76F!important}.border-info{border-color:#00CFE8!important}.border-warning{border-color:#FF9F43!important}.border-danger{border-color:#EA5455!important}.border-light{border-color:#BABFC7!important}.border-dark{border-color:#1E1E1E!important}.border-white{border-color:#FFF!important}.rounded-sm{border-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-left,.rounded-top{border-top-left-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded{border-radius:.5rem!important}.rounded-lg{border-radius:.6rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-footer .footer,.fixed-top{position:fixed;z-index:1030;right:0;left:0}.fixed-top{top:0}.fixed-footer .footer{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(34,41,47,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(34,41,47,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(34,41,47,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:1rem!important}.mt-1,.my-1{margin-top:1rem!important}.mr-1,.mx-1{margin-right:1rem!important}.mb-1,.my-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.m-2{margin:1.5rem!important}.mt-2,.my-2{margin-top:1.5rem!important}.mr-2,.mx-2{margin-right:1.5rem!important}.mb-2,.my-2{margin-bottom:1.5rem!important}.ml-2,.mx-2{margin-left:1.5rem!important}.m-3{margin:3rem!important}.mt-3,.my-3{margin-top:3rem!important}.mr-3,.mx-3{margin-right:3rem!important}.mb-3,.my-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.m-4{margin:3.5rem!important}.mt-4,.my-4{margin-top:3.5rem!important}.mr-4,.mx-4{margin-right:3.5rem!important}.mb-4,.my-4{margin-bottom:3.5rem!important}.ml-4,.mx-4{margin-left:3.5rem!important}.m-5{margin:4rem!important}.mt-5,.my-5{margin-top:4rem!important}.mr-5,.mx-5{margin-right:4rem!important}.mb-5,.my-5{margin-bottom:4rem!important}.ml-5,.mx-5{margin-left:4rem!important}.m-25{margin:.25rem!important}.mt-25,.my-25{margin-top:.25rem!important}.mr-25,.mx-25{margin-right:.25rem!important}.mb-25,.my-25{margin-bottom:.25rem!important}.ml-25,.mx-25{margin-left:.25rem!important}.m-50{margin:.5rem!important}.mt-50,.my-50{margin-top:.5rem!important}.mr-50,.mx-50{margin-right:.5rem!important}.mb-50,.my-50{margin-bottom:.5rem!important}.ml-50,.mx-50{margin-left:.5rem!important}.m-75{margin:.75rem!important}.mt-75,.my-75{margin-top:.75rem!important}.mr-75,.mx-75{margin-right:.75rem!important}.mb-75,.my-75{margin-bottom:.75rem!important}.ml-75,.mx-75{margin-left:.75rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:1rem!important}.pt-1,.py-1{padding-top:1rem!important}.pr-1,.px-1{padding-right:1rem!important}.pb-1,.py-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.p-2{padding:1.5rem!important}.pt-2,.py-2{padding-top:1.5rem!important}.pr-2,.px-2{padding-right:1.5rem!important}.pb-2,.py-2{padding-bottom:1.5rem!important}.pl-2,.px-2{padding-left:1.5rem!important}.p-3{padding:3rem!important}.pt-3,.py-3{padding-top:3rem!important}.pr-3,.px-3{padding-right:3rem!important}.pb-3,.py-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.p-4{padding:3.5rem!important}.pt-4,.py-4{padding-top:3.5rem!important}.pr-4,.px-4{padding-right:3.5rem!important}.pb-4,.py-4{padding-bottom:3.5rem!important}.pl-4,.px-4{padding-left:3.5rem!important}.p-5{padding:4rem!important}.pt-5,.py-5{padding-top:4rem!important}.pr-5,.px-5{padding-right:4rem!important}.pb-5,.py-5{padding-bottom:4rem!important}.pl-5,.px-5{padding-left:4rem!important}.p-25{padding:.25rem!important}.pt-25,.py-25{padding-top:.25rem!important}.pr-25,.px-25{padding-right:.25rem!important}.pb-25,.py-25{padding-bottom:.25rem!important}.pl-25,.px-25{padding-left:.25rem!important}.p-50{padding:.5rem!important}.pt-50,.py-50{padding-top:.5rem!important}.pr-50,.px-50{padding-right:.5rem!important}.pb-50,.py-50{padding-bottom:.5rem!important}.pl-50,.px-50{padding-left:.5rem!important}.p-75{padding:.75rem!important}.pt-75,.py-75{padding-top:.75rem!important}.pr-75,.px-75{padding-right:.75rem!important}.pb-75,.py-75{padding-bottom:.75rem!important}.pl-75,.px-75{padding-left:.75rem!important}.m-n1{margin:-1rem!important}.mt-n1,.my-n1{margin-top:-1rem!important}.mr-n1,.mx-n1{margin-right:-1rem!important}.mb-n1,.my-n1{margin-bottom:-1rem!important}.ml-n1,.mx-n1{margin-left:-1rem!important}.m-n2{margin:-1.5rem!important}.mt-n2,.my-n2{margin-top:-1.5rem!important}.mr-n2,.mx-n2{margin-right:-1.5rem!important}.mb-n2,.my-n2{margin-bottom:-1.5rem!important}.ml-n2,.mx-n2{margin-left:-1.5rem!important}.m-n3{margin:-3rem!important}.mt-n3,.my-n3{margin-top:-3rem!important}.mr-n3,.mx-n3{margin-right:-3rem!important}.mb-n3,.my-n3{margin-bottom:-3rem!important}.ml-n3,.mx-n3{margin-left:-3rem!important}.m-n4{margin:-3.5rem!important}.mt-n4,.my-n4{margin-top:-3.5rem!important}.mr-n4,.mx-n4{margin-right:-3.5rem!important}.mb-n4,.my-n4{margin-bottom:-3.5rem!important}.ml-n4,.mx-n4{margin-left:-3.5rem!important}.m-n5{margin:-4rem!important}.mt-n5,.my-n5{margin-top:-4rem!important}.mr-n5,.mx-n5{margin-right:-4rem!important}.mb-n5,.my-n5{margin-bottom:-4rem!important}.ml-n5,.mx-n5{margin-left:-4rem!important}.m-n25{margin:-.25rem!important}.mt-n25,.my-n25{margin-top:-.25rem!important}.mr-n25,.mx-n25{margin-right:-.25rem!important}.mb-n25,.my-n25{margin-bottom:-.25rem!important}.ml-n25,.mx-n25{margin-left:-.25rem!important}.m-n50{margin:-.5rem!important}.mt-n50,.my-n50{margin-top:-.5rem!important}.mr-n50,.mx-n50{margin-right:-.5rem!important}.mb-n50,.my-n50{margin-bottom:-.5rem!important}.ml-n50,.mx-n50{margin-left:-.5rem!important}.m-n75{margin:-.75rem!important}.mt-n75,.my-n75{margin-top:-.75rem!important}.mr-n75,.mx-n75{margin-right:-.75rem!important}.mb-n75,.my-n75{margin-bottom:-.75rem!important}.ml-n75,.mx-n75{margin-left:-.75rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-monospace{font-family:Montserrat,Helvetica,Arial,serif!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:1rem!important}.mt-sm-1,.my-sm-1{margin-top:1rem!important}.mr-sm-1,.mx-sm-1{margin-right:1rem!important}.mb-sm-1,.my-sm-1{margin-bottom:1rem!important}.ml-sm-1,.mx-sm-1{margin-left:1rem!important}.m-sm-2{margin:1.5rem!important}.mt-sm-2,.my-sm-2{margin-top:1.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:1.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:1.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:1.5rem!important}.m-sm-3{margin:3rem!important}.mt-sm-3,.my-sm-3{margin-top:3rem!important}.mr-sm-3,.mx-sm-3{margin-right:3rem!important}.mb-sm-3,.my-sm-3{margin-bottom:3rem!important}.ml-sm-3,.mx-sm-3{margin-left:3rem!important}.m-sm-4{margin:3.5rem!important}.mt-sm-4,.my-sm-4{margin-top:3.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:3.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:3.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:3.5rem!important}.m-sm-5{margin:4rem!important}.mt-sm-5,.my-sm-5{margin-top:4rem!important}.mr-sm-5,.mx-sm-5{margin-right:4rem!important}.mb-sm-5,.my-sm-5{margin-bottom:4rem!important}.ml-sm-5,.mx-sm-5{margin-left:4rem!important}.m-sm-25{margin:.25rem!important}.mt-sm-25,.my-sm-25{margin-top:.25rem!important}.mr-sm-25,.mx-sm-25{margin-right:.25rem!important}.mb-sm-25,.my-sm-25{margin-bottom:.25rem!important}.ml-sm-25,.mx-sm-25{margin-left:.25rem!important}.m-sm-50{margin:.5rem!important}.mt-sm-50,.my-sm-50{margin-top:.5rem!important}.mr-sm-50,.mx-sm-50{margin-right:.5rem!important}.mb-sm-50,.my-sm-50{margin-bottom:.5rem!important}.ml-sm-50,.mx-sm-50{margin-left:.5rem!important}.m-sm-75{margin:.75rem!important}.mt-sm-75,.my-sm-75{margin-top:.75rem!important}.mr-sm-75,.mx-sm-75{margin-right:.75rem!important}.mb-sm-75,.my-sm-75{margin-bottom:.75rem!important}.ml-sm-75,.mx-sm-75{margin-left:.75rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:1rem!important}.pt-sm-1,.py-sm-1{padding-top:1rem!important}.pr-sm-1,.px-sm-1{padding-right:1rem!important}.pb-sm-1,.py-sm-1{padding-bottom:1rem!important}.pl-sm-1,.px-sm-1{padding-left:1rem!important}.p-sm-2{padding:1.5rem!important}.pt-sm-2,.py-sm-2{padding-top:1.5rem!important}.pr-sm-2,.px-sm-2{padding-right:1.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:1.5rem!important}.pl-sm-2,.px-sm-2{padding-left:1.5rem!important}.p-sm-3{padding:3rem!important}.pt-sm-3,.py-sm-3{padding-top:3rem!important}.pr-sm-3,.px-sm-3{padding-right:3rem!important}.pb-sm-3,.py-sm-3{padding-bottom:3rem!important}.pl-sm-3,.px-sm-3{padding-left:3rem!important}.p-sm-4{padding:3.5rem!important}.pt-sm-4,.py-sm-4{padding-top:3.5rem!important}.pr-sm-4,.px-sm-4{padding-right:3.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:3.5rem!important}.pl-sm-4,.px-sm-4{padding-left:3.5rem!important}.p-sm-5{padding:4rem!important}.pt-sm-5,.py-sm-5{padding-top:4rem!important}.pr-sm-5,.px-sm-5{padding-right:4rem!important}.pb-sm-5,.py-sm-5{padding-bottom:4rem!important}.pl-sm-5,.px-sm-5{padding-left:4rem!important}.p-sm-25{padding:.25rem!important}.pt-sm-25,.py-sm-25{padding-top:.25rem!important}.pr-sm-25,.px-sm-25{padding-right:.25rem!important}.pb-sm-25,.py-sm-25{padding-bottom:.25rem!important}.pl-sm-25,.px-sm-25{padding-left:.25rem!important}.p-sm-50{padding:.5rem!important}.pt-sm-50,.py-sm-50{padding-top:.5rem!important}.pr-sm-50,.px-sm-50{padding-right:.5rem!important}.pb-sm-50,.py-sm-50{padding-bottom:.5rem!important}.pl-sm-50,.px-sm-50{padding-left:.5rem!important}.p-sm-75{padding:.75rem!important}.pt-sm-75,.py-sm-75{padding-top:.75rem!important}.pr-sm-75,.px-sm-75{padding-right:.75rem!important}.pb-sm-75,.py-sm-75{padding-bottom:.75rem!important}.pl-sm-75,.px-sm-75{padding-left:.75rem!important}.m-sm-n1{margin:-1rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-1rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-1rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-1rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-1rem!important}.m-sm-n2{margin:-1.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-1.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-1.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-1.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-1.5rem!important}.m-sm-n3{margin:-3rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-3rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-3rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-3rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-3rem!important}.m-sm-n4{margin:-3.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-3.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-3.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-3.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-3.5rem!important}.m-sm-n5{margin:-4rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-4rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-4rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-4rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-4rem!important}.m-sm-n25{margin:-.25rem!important}.mt-sm-n25,.my-sm-n25{margin-top:-.25rem!important}.mr-sm-n25,.mx-sm-n25{margin-right:-.25rem!important}.mb-sm-n25,.my-sm-n25{margin-bottom:-.25rem!important}.ml-sm-n25,.mx-sm-n25{margin-left:-.25rem!important}.m-sm-n50{margin:-.5rem!important}.mt-sm-n50,.my-sm-n50{margin-top:-.5rem!important}.mr-sm-n50,.mx-sm-n50{margin-right:-.5rem!important}.mb-sm-n50,.my-sm-n50{margin-bottom:-.5rem!important}.ml-sm-n50,.mx-sm-n50{margin-left:-.5rem!important}.m-sm-n75{margin:-.75rem!important}.mt-sm-n75,.my-sm-n75{margin-top:-.75rem!important}.mr-sm-n75,.mx-sm-n75{margin-right:-.75rem!important}.mb-sm-n75,.my-sm-n75{margin-bottom:-.75rem!important}.ml-sm-n75,.mx-sm-n75{margin-left:-.75rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:1rem!important}.mt-md-1,.my-md-1{margin-top:1rem!important}.mr-md-1,.mx-md-1{margin-right:1rem!important}.mb-md-1,.my-md-1{margin-bottom:1rem!important}.ml-md-1,.mx-md-1{margin-left:1rem!important}.m-md-2{margin:1.5rem!important}.mt-md-2,.my-md-2{margin-top:1.5rem!important}.mr-md-2,.mx-md-2{margin-right:1.5rem!important}.mb-md-2,.my-md-2{margin-bottom:1.5rem!important}.ml-md-2,.mx-md-2{margin-left:1.5rem!important}.m-md-3{margin:3rem!important}.mt-md-3,.my-md-3{margin-top:3rem!important}.mr-md-3,.mx-md-3{margin-right:3rem!important}.mb-md-3,.my-md-3{margin-bottom:3rem!important}.ml-md-3,.mx-md-3{margin-left:3rem!important}.m-md-4{margin:3.5rem!important}.mt-md-4,.my-md-4{margin-top:3.5rem!important}.mr-md-4,.mx-md-4{margin-right:3.5rem!important}.mb-md-4,.my-md-4{margin-bottom:3.5rem!important}.ml-md-4,.mx-md-4{margin-left:3.5rem!important}.m-md-5{margin:4rem!important}.mt-md-5,.my-md-5{margin-top:4rem!important}.mr-md-5,.mx-md-5{margin-right:4rem!important}.mb-md-5,.my-md-5{margin-bottom:4rem!important}.ml-md-5,.mx-md-5{margin-left:4rem!important}.m-md-25{margin:.25rem!important}.mt-md-25,.my-md-25{margin-top:.25rem!important}.mr-md-25,.mx-md-25{margin-right:.25rem!important}.mb-md-25,.my-md-25{margin-bottom:.25rem!important}.ml-md-25,.mx-md-25{margin-left:.25rem!important}.m-md-50{margin:.5rem!important}.mt-md-50,.my-md-50{margin-top:.5rem!important}.mr-md-50,.mx-md-50{margin-right:.5rem!important}.mb-md-50,.my-md-50{margin-bottom:.5rem!important}.ml-md-50,.mx-md-50{margin-left:.5rem!important}.m-md-75{margin:.75rem!important}.mt-md-75,.my-md-75{margin-top:.75rem!important}.mr-md-75,.mx-md-75{margin-right:.75rem!important}.mb-md-75,.my-md-75{margin-bottom:.75rem!important}.ml-md-75,.mx-md-75{margin-left:.75rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:1rem!important}.pt-md-1,.py-md-1{padding-top:1rem!important}.pr-md-1,.px-md-1{padding-right:1rem!important}.pb-md-1,.py-md-1{padding-bottom:1rem!important}.pl-md-1,.px-md-1{padding-left:1rem!important}.p-md-2{padding:1.5rem!important}.pt-md-2,.py-md-2{padding-top:1.5rem!important}.pr-md-2,.px-md-2{padding-right:1.5rem!important}.pb-md-2,.py-md-2{padding-bottom:1.5rem!important}.pl-md-2,.px-md-2{padding-left:1.5rem!important}.p-md-3{padding:3rem!important}.pt-md-3,.py-md-3{padding-top:3rem!important}.pr-md-3,.px-md-3{padding-right:3rem!important}.pb-md-3,.py-md-3{padding-bottom:3rem!important}.pl-md-3,.px-md-3{padding-left:3rem!important}.p-md-4{padding:3.5rem!important}.pt-md-4,.py-md-4{padding-top:3.5rem!important}.pr-md-4,.px-md-4{padding-right:3.5rem!important}.pb-md-4,.py-md-4{padding-bottom:3.5rem!important}.pl-md-4,.px-md-4{padding-left:3.5rem!important}.p-md-5{padding:4rem!important}.pt-md-5,.py-md-5{padding-top:4rem!important}.pr-md-5,.px-md-5{padding-right:4rem!important}.pb-md-5,.py-md-5{padding-bottom:4rem!important}.pl-md-5,.px-md-5{padding-left:4rem!important}.p-md-25{padding:.25rem!important}.pt-md-25,.py-md-25{padding-top:.25rem!important}.pr-md-25,.px-md-25{padding-right:.25rem!important}.pb-md-25,.py-md-25{padding-bottom:.25rem!important}.pl-md-25,.px-md-25{padding-left:.25rem!important}.p-md-50{padding:.5rem!important}.pt-md-50,.py-md-50{padding-top:.5rem!important}.pr-md-50,.px-md-50{padding-right:.5rem!important}.pb-md-50,.py-md-50{padding-bottom:.5rem!important}.pl-md-50,.px-md-50{padding-left:.5rem!important}.p-md-75{padding:.75rem!important}.pt-md-75,.py-md-75{padding-top:.75rem!important}.pr-md-75,.px-md-75{padding-right:.75rem!important}.pb-md-75,.py-md-75{padding-bottom:.75rem!important}.pl-md-75,.px-md-75{padding-left:.75rem!important}.m-md-n1{margin:-1rem!important}.mt-md-n1,.my-md-n1{margin-top:-1rem!important}.mr-md-n1,.mx-md-n1{margin-right:-1rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-1rem!important}.ml-md-n1,.mx-md-n1{margin-left:-1rem!important}.m-md-n2{margin:-1.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-1.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-1.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-1.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-1.5rem!important}.m-md-n3{margin:-3rem!important}.mt-md-n3,.my-md-n3{margin-top:-3rem!important}.mr-md-n3,.mx-md-n3{margin-right:-3rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-3rem!important}.ml-md-n3,.mx-md-n3{margin-left:-3rem!important}.m-md-n4{margin:-3.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-3.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-3.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-3.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-3.5rem!important}.m-md-n5{margin:-4rem!important}.mt-md-n5,.my-md-n5{margin-top:-4rem!important}.mr-md-n5,.mx-md-n5{margin-right:-4rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-4rem!important}.ml-md-n5,.mx-md-n5{margin-left:-4rem!important}.m-md-n25{margin:-.25rem!important}.mt-md-n25,.my-md-n25{margin-top:-.25rem!important}.mr-md-n25,.mx-md-n25{margin-right:-.25rem!important}.mb-md-n25,.my-md-n25{margin-bottom:-.25rem!important}.ml-md-n25,.mx-md-n25{margin-left:-.25rem!important}.m-md-n50{margin:-.5rem!important}.mt-md-n50,.my-md-n50{margin-top:-.5rem!important}.mr-md-n50,.mx-md-n50{margin-right:-.5rem!important}.mb-md-n50,.my-md-n50{margin-bottom:-.5rem!important}.ml-md-n50,.mx-md-n50{margin-left:-.5rem!important}.m-md-n75{margin:-.75rem!important}.mt-md-n75,.my-md-n75{margin-top:-.75rem!important}.mr-md-n75,.mx-md-n75{margin-right:-.75rem!important}.mb-md-n75,.my-md-n75{margin-bottom:-.75rem!important}.ml-md-n75,.mx-md-n75{margin-left:-.75rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:1rem!important}.mt-lg-1,.my-lg-1{margin-top:1rem!important}.mr-lg-1,.mx-lg-1{margin-right:1rem!important}.mb-lg-1,.my-lg-1{margin-bottom:1rem!important}.ml-lg-1,.mx-lg-1{margin-left:1rem!important}.m-lg-2{margin:1.5rem!important}.mt-lg-2,.my-lg-2{margin-top:1.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:1.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:1.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:1.5rem!important}.m-lg-3{margin:3rem!important}.mt-lg-3,.my-lg-3{margin-top:3rem!important}.mr-lg-3,.mx-lg-3{margin-right:3rem!important}.mb-lg-3,.my-lg-3{margin-bottom:3rem!important}.ml-lg-3,.mx-lg-3{margin-left:3rem!important}.m-lg-4{margin:3.5rem!important}.mt-lg-4,.my-lg-4{margin-top:3.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:3.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:3.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:3.5rem!important}.m-lg-5{margin:4rem!important}.mt-lg-5,.my-lg-5{margin-top:4rem!important}.mr-lg-5,.mx-lg-5{margin-right:4rem!important}.mb-lg-5,.my-lg-5{margin-bottom:4rem!important}.ml-lg-5,.mx-lg-5{margin-left:4rem!important}.m-lg-25{margin:.25rem!important}.mt-lg-25,.my-lg-25{margin-top:.25rem!important}.mr-lg-25,.mx-lg-25{margin-right:.25rem!important}.mb-lg-25,.my-lg-25{margin-bottom:.25rem!important}.ml-lg-25,.mx-lg-25{margin-left:.25rem!important}.m-lg-50{margin:.5rem!important}.mt-lg-50,.my-lg-50{margin-top:.5rem!important}.mr-lg-50,.mx-lg-50{margin-right:.5rem!important}.mb-lg-50,.my-lg-50{margin-bottom:.5rem!important}.ml-lg-50,.mx-lg-50{margin-left:.5rem!important}.m-lg-75{margin:.75rem!important}.mt-lg-75,.my-lg-75{margin-top:.75rem!important}.mr-lg-75,.mx-lg-75{margin-right:.75rem!important}.mb-lg-75,.my-lg-75{margin-bottom:.75rem!important}.ml-lg-75,.mx-lg-75{margin-left:.75rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:1rem!important}.pt-lg-1,.py-lg-1{padding-top:1rem!important}.pr-lg-1,.px-lg-1{padding-right:1rem!important}.pb-lg-1,.py-lg-1{padding-bottom:1rem!important}.pl-lg-1,.px-lg-1{padding-left:1rem!important}.p-lg-2{padding:1.5rem!important}.pt-lg-2,.py-lg-2{padding-top:1.5rem!important}.pr-lg-2,.px-lg-2{padding-right:1.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:1.5rem!important}.pl-lg-2,.px-lg-2{padding-left:1.5rem!important}.p-lg-3{padding:3rem!important}.pt-lg-3,.py-lg-3{padding-top:3rem!important}.pr-lg-3,.px-lg-3{padding-right:3rem!important}.pb-lg-3,.py-lg-3{padding-bottom:3rem!important}.pl-lg-3,.px-lg-3{padding-left:3rem!important}.p-lg-4{padding:3.5rem!important}.pt-lg-4,.py-lg-4{padding-top:3.5rem!important}.pr-lg-4,.px-lg-4{padding-right:3.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:3.5rem!important}.pl-lg-4,.px-lg-4{padding-left:3.5rem!important}.p-lg-5{padding:4rem!important}.pt-lg-5,.py-lg-5{padding-top:4rem!important}.pr-lg-5,.px-lg-5{padding-right:4rem!important}.pb-lg-5,.py-lg-5{padding-bottom:4rem!important}.pl-lg-5,.px-lg-5{padding-left:4rem!important}.p-lg-25{padding:.25rem!important}.pt-lg-25,.py-lg-25{padding-top:.25rem!important}.pr-lg-25,.px-lg-25{padding-right:.25rem!important}.pb-lg-25,.py-lg-25{padding-bottom:.25rem!important}.pl-lg-25,.px-lg-25{padding-left:.25rem!important}.p-lg-50{padding:.5rem!important}.pt-lg-50,.py-lg-50{padding-top:.5rem!important}.pr-lg-50,.px-lg-50{padding-right:.5rem!important}.pb-lg-50,.py-lg-50{padding-bottom:.5rem!important}.pl-lg-50,.px-lg-50{padding-left:.5rem!important}.p-lg-75{padding:.75rem!important}.pt-lg-75,.py-lg-75{padding-top:.75rem!important}.pr-lg-75,.px-lg-75{padding-right:.75rem!important}.pb-lg-75,.py-lg-75{padding-bottom:.75rem!important}.pl-lg-75,.px-lg-75{padding-left:.75rem!important}.m-lg-n1{margin:-1rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-1rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-1rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-1rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-1rem!important}.m-lg-n2{margin:-1.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-1.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-1.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-1.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-1.5rem!important}.m-lg-n3{margin:-3rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-3rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-3rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-3rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-3rem!important}.m-lg-n4{margin:-3.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-3.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-3.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-3.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-3.5rem!important}.m-lg-n5{margin:-4rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-4rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-4rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-4rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-4rem!important}.m-lg-n25{margin:-.25rem!important}.mt-lg-n25,.my-lg-n25{margin-top:-.25rem!important}.mr-lg-n25,.mx-lg-n25{margin-right:-.25rem!important}.mb-lg-n25,.my-lg-n25{margin-bottom:-.25rem!important}.ml-lg-n25,.mx-lg-n25{margin-left:-.25rem!important}.m-lg-n50{margin:-.5rem!important}.mt-lg-n50,.my-lg-n50{margin-top:-.5rem!important}.mr-lg-n50,.mx-lg-n50{margin-right:-.5rem!important}.mb-lg-n50,.my-lg-n50{margin-bottom:-.5rem!important}.ml-lg-n50,.mx-lg-n50{margin-left:-.5rem!important}.m-lg-n75{margin:-.75rem!important}.mt-lg-n75,.my-lg-n75{margin-top:-.75rem!important}.mr-lg-n75,.mx-lg-n75{margin-right:-.75rem!important}.mb-lg-n75,.my-lg-n75{margin-bottom:-.75rem!important}.ml-lg-n75,.mx-lg-n75{margin-left:-.75rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:1rem!important}.mt-xl-1,.my-xl-1{margin-top:1rem!important}.mr-xl-1,.mx-xl-1{margin-right:1rem!important}.mb-xl-1,.my-xl-1{margin-bottom:1rem!important}.ml-xl-1,.mx-xl-1{margin-left:1rem!important}.m-xl-2{margin:1.5rem!important}.mt-xl-2,.my-xl-2{margin-top:1.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:1.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:1.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:1.5rem!important}.m-xl-3{margin:3rem!important}.mt-xl-3,.my-xl-3{margin-top:3rem!important}.mr-xl-3,.mx-xl-3{margin-right:3rem!important}.mb-xl-3,.my-xl-3{margin-bottom:3rem!important}.ml-xl-3,.mx-xl-3{margin-left:3rem!important}.m-xl-4{margin:3.5rem!important}.mt-xl-4,.my-xl-4{margin-top:3.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:3.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:3.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:3.5rem!important}.m-xl-5{margin:4rem!important}.mt-xl-5,.my-xl-5{margin-top:4rem!important}.mr-xl-5,.mx-xl-5{margin-right:4rem!important}.mb-xl-5,.my-xl-5{margin-bottom:4rem!important}.ml-xl-5,.mx-xl-5{margin-left:4rem!important}.m-xl-25{margin:.25rem!important}.mt-xl-25,.my-xl-25{margin-top:.25rem!important}.mr-xl-25,.mx-xl-25{margin-right:.25rem!important}.mb-xl-25,.my-xl-25{margin-bottom:.25rem!important}.ml-xl-25,.mx-xl-25{margin-left:.25rem!important}.m-xl-50{margin:.5rem!important}.mt-xl-50,.my-xl-50{margin-top:.5rem!important}.mr-xl-50,.mx-xl-50{margin-right:.5rem!important}.mb-xl-50,.my-xl-50{margin-bottom:.5rem!important}.ml-xl-50,.mx-xl-50{margin-left:.5rem!important}.m-xl-75{margin:.75rem!important}.mt-xl-75,.my-xl-75{margin-top:.75rem!important}.mr-xl-75,.mx-xl-75{margin-right:.75rem!important}.mb-xl-75,.my-xl-75{margin-bottom:.75rem!important}.ml-xl-75,.mx-xl-75{margin-left:.75rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:1rem!important}.pt-xl-1,.py-xl-1{padding-top:1rem!important}.pr-xl-1,.px-xl-1{padding-right:1rem!important}.pb-xl-1,.py-xl-1{padding-bottom:1rem!important}.pl-xl-1,.px-xl-1{padding-left:1rem!important}.p-xl-2{padding:1.5rem!important}.pt-xl-2,.py-xl-2{padding-top:1.5rem!important}.pr-xl-2,.px-xl-2{padding-right:1.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:1.5rem!important}.pl-xl-2,.px-xl-2{padding-left:1.5rem!important}.p-xl-3{padding:3rem!important}.pt-xl-3,.py-xl-3{padding-top:3rem!important}.pr-xl-3,.px-xl-3{padding-right:3rem!important}.pb-xl-3,.py-xl-3{padding-bottom:3rem!important}.pl-xl-3,.px-xl-3{padding-left:3rem!important}.p-xl-4{padding:3.5rem!important}.pt-xl-4,.py-xl-4{padding-top:3.5rem!important}.pr-xl-4,.px-xl-4{padding-right:3.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:3.5rem!important}.pl-xl-4,.px-xl-4{padding-left:3.5rem!important}.p-xl-5{padding:4rem!important}.pt-xl-5,.py-xl-5{padding-top:4rem!important}.pr-xl-5,.px-xl-5{padding-right:4rem!important}.pb-xl-5,.py-xl-5{padding-bottom:4rem!important}.pl-xl-5,.px-xl-5{padding-left:4rem!important}.p-xl-25{padding:.25rem!important}.pt-xl-25,.py-xl-25{padding-top:.25rem!important}.pr-xl-25,.px-xl-25{padding-right:.25rem!important}.pb-xl-25,.py-xl-25{padding-bottom:.25rem!important}.pl-xl-25,.px-xl-25{padding-left:.25rem!important}.p-xl-50{padding:.5rem!important}.pt-xl-50,.py-xl-50{padding-top:.5rem!important}.pr-xl-50,.px-xl-50{padding-right:.5rem!important}.pb-xl-50,.py-xl-50{padding-bottom:.5rem!important}.pl-xl-50,.px-xl-50{padding-left:.5rem!important}.p-xl-75{padding:.75rem!important}.pt-xl-75,.py-xl-75{padding-top:.75rem!important}.pr-xl-75,.px-xl-75{padding-right:.75rem!important}.pb-xl-75,.py-xl-75{padding-bottom:.75rem!important}.pl-xl-75,.px-xl-75{padding-left:.75rem!important}.m-xl-n1{margin:-1rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-1rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-1rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-1rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-1rem!important}.m-xl-n2{margin:-1.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-1.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-1.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-1.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-1.5rem!important}.m-xl-n3{margin:-3rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-3rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-3rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-3rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-3rem!important}.m-xl-n4{margin:-3.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-3.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-3.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-3.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-3.5rem!important}.m-xl-n5{margin:-4rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-4rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-4rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-4rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-4rem!important}.m-xl-n25{margin:-.25rem!important}.mt-xl-n25,.my-xl-n25{margin-top:-.25rem!important}.mr-xl-n25,.mx-xl-n25{margin-right:-.25rem!important}.mb-xl-n25,.my-xl-n25{margin-bottom:-.25rem!important}.ml-xl-n25,.mx-xl-n25{margin-left:-.25rem!important}.m-xl-n50{margin:-.5rem!important}.mt-xl-n50,.my-xl-n50{margin-top:-.5rem!important}.mr-xl-n50,.mx-xl-n50{margin-right:-.5rem!important}.mb-xl-n50,.my-xl-n50{margin-bottom:-.5rem!important}.ml-xl-n50,.mx-xl-n50{margin-left:-.5rem!important}.m-xl-n75{margin:-.75rem!important}.mt-xl-n75,.my-xl-n75{margin-top:-.75rem!important}.mr-xl-n75,.mx-xl-n75{margin-right:-.75rem!important}.mb-xl-n75,.my-xl-n75{margin-bottom:-.75rem!important}.ml-xl-n75,.mx-xl-n75{margin-left:-.75rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#FFF!important}.text-primary{color:#7367F0!important}a.text-primary:focus,a.text-primary:hover{color:#3321E9!important}.text-secondary{color:#B8C2CC!important}a.text-secondary:focus,a.text-secondary:hover{color:#8B9CAC!important}.text-success{color:#28C76F!important}a.text-success:focus,a.text-success:hover{color:#1B874B!important}.text-info{color:#00CFE8!important}a.text-info:focus,a.text-info:hover{color:#008B9C!important}.text-warning{color:#FF9F43!important}a.text-warning:focus,a.text-warning:hover{color:#F67800!important}.text-danger{color:#EA5455!important}a.text-danger:focus,a.text-danger:hover{color:#D71A1C!important}.text-light{color:#BABFC7!important}a.text-light:focus,a.text-light:hover{color:#9098A5!important}.text-dark{color:#1E1E1E!important}a.text-dark:focus,a.text-dark:hover{color:#000!important}.text-body{color:#626262!important}.text-muted{color:#B8C2CC!important}.text-black-50{color:rgba(34,41,47,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:' (' attr(title) ')'}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #ADB5BD}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #22292F}.table{border-collapse:collapse!important}.table td,.table th{background-color:#FFF!important}.table-bordered td,.table-bordered th{border:1px solid #DAE1E7!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#F8F8F8}.table .thead-dark th{color:inherit;border-color:#F8F8F8}}
\ No newline at end of file
diff --git a/www/assets2/css/colors.css b/www/assets2/css/colors.css
new file mode 100644
index 0000000..dea0a45
--- /dev/null
+++ b/www/assets2/css/colors.css
@@ -0,0 +1,7701 @@
+.white {
+ color : #FFFFFF !important;
+}
+
+.bg-white {
+ background-color : #FFFFFF !important;
+}
+.bg-white .card-header, .bg-white .card-footer {
+ background-color : transparent;
+}
+
+.alert-white {
+ background : rgba(255, 255, 255, 0.2) !important;
+ color : #FFFFFF !important;
+}
+.alert-white .alert-heading {
+ box-shadow : rgba(255, 255, 255, 0.4) 0 6px 15px -7px;
+}
+.alert-white .alert-link {
+ color : #F2F2F2 !important;
+}
+
+.bg-rgba-white {
+ background : rgba(255, 255, 255, 0.15) !important;
+}
+
+.border-white {
+ border : 1px solid #FFFFFF !important;
+}
+
+.border-top-white {
+ border-top : 1px solid #FFFFFF;
+}
+
+.border-bottom-white {
+ border-bottom : 1px solid #FFFFFF;
+}
+
+.border-left-white {
+ border-left : 1px solid #FFFFFF;
+}
+
+.border-right-white {
+ border-right : 1px solid #FFFFFF;
+}
+
+.bg-white.badge-glow, .border-white.badge-glow, .badge-white.badge-glow {
+ box-shadow : 0 0 10px #FFFFFF;
+}
+
+.badge.badge-white {
+ background-color : #FFFFFF;
+}
+
+.badge.badge-light-white {
+ color : #FFFFFF !important;
+ font-weight : 500;
+}
+
+.overlay-white {
+ background : #FFFFFF;
+ /* The Fallback */
+ background : rgba(255, 255, 255, 0.6);
+}
+
+.btn-white {
+ border-color : !important;
+ background-color : #FFFFFF !important;
+ color : #FFFFFF;
+}
+.btn-white:hover {
+ border-color : !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px white;
+}
+.btn-white:focus, .btn-white:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-white {
+ background-color : transparent;
+ color : #FFFFFF;
+}
+.btn-flat-white:hover {
+ color : #FFFFFF;
+ background-color : rgba(255, 255, 255, 0.1);
+}
+.btn-flat-white:active, .btn-flat-white:focus {
+ background-color : #FFFFFF;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-white {
+ background-color : #FFFFFF;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-white:hover {
+ color : #FFFFFF;
+}
+.btn-relief-white:active, .btn-relief-white:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-white {
+ border : 1px solid #FFFFFF;
+ background-color : transparent;
+ color : #FFFFFF;
+}
+.btn-outline-white:hover {
+ background-color : rgba(255, 255, 255, 0.08);
+ color : #FFFFFF;
+}
+.btn-outline-white:active {
+ color : #FFFFFF !important;
+}
+
+.btn-white ~ .dropdown-menu .dropdown-item.active, .btn-outline-white ~ .dropdown-menu .dropdown-item.active, .btn-flat-white ~ .dropdown-menu .dropdown-item.active {
+ background-color : #FFFFFF;
+ color : #FFFFFF;
+}
+.btn-white ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-white ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-white ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-white ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #FFFFFF;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:hover i {
+ color : #FFFFFF;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-white ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-white ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-white ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-white {
+ background-color : #FFFFFF;
+}
+
+.pagination-white .page-item.active .page-link {
+ background : #FFFFFF;
+ color : #FFFFFF;
+}
+.pagination-white .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-white .page-item .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-white .page-item.prev-item .page-link:hover, .pagination-white .page-item.next-item .page-link:hover {
+ background : #FFFFFF;
+ color : #FFFFFF;
+}
+
+.nav-pill-white .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #FFFFFF !important;
+}
+
+.progress-bar-white {
+ background-color : rgba(255, 255, 255, 0.1);
+}
+.progress-bar-white .progress-bar {
+ background-color : #FFFFFF;
+}
+
+.chip-white {
+ background-color : #FFFFFF !important;
+}
+.chip-white .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-white .divider-text:before, .divider.divider-white .divider-text:after {
+ border-color : #FFFFFF !important;
+}
+
+input[type='checkbox'].bg-white + .custom-control-label:before, input[type='radio'].bg-white + .custom-control-label:before {
+ background-color : #FFFFFF !important;
+}
+
+input:focus ~ .bg-white {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFFFFF !important;
+}
+
+.vs-checkbox-white input:checked ~ .vs-checkbox {
+ border-color : #FFFFFF !important;
+}
+.vs-checkbox-white input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #FFFFFF !important;
+}
+
+.vs-checkbox-white input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #FFFFFF !important;
+}
+
+.custom-switch-white .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #FFFFFF !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-white input:checked ~ .vs-radio .vs-radio--circle {
+ background : white !important;
+ box-shadow : 0 3px 12px 0 rgba(255, 255, 255, 0.4) !important;
+}
+
+.black {
+ color : #000000 !important;
+}
+
+.bg-black {
+ background-color : #000000 !important;
+}
+.bg-black .card-header, .bg-black .card-footer {
+ background-color : transparent;
+}
+
+.alert-black {
+ background : rgba(0, 0, 0, 0.2) !important;
+ color : #000000 !important;
+}
+.alert-black .alert-heading {
+ box-shadow : rgba(0, 0, 0, 0.4) 0 6px 15px -7px;
+}
+.alert-black .alert-link {
+ color : black !important;
+}
+
+.bg-rgba-black {
+ background : rgba(0, 0, 0, 0.15) !important;
+}
+
+.border-black {
+ border : 1px solid #000000 !important;
+}
+
+.border-top-black {
+ border-top : 1px solid #000000;
+}
+
+.border-bottom-black {
+ border-bottom : 1px solid #000000;
+}
+
+.border-left-black {
+ border-left : 1px solid #000000;
+}
+
+.border-right-black {
+ border-right : 1px solid #000000;
+}
+
+.bg-black.badge-glow, .border-black.badge-glow, .badge-black.badge-glow {
+ box-shadow : 0 0 10px #000000;
+}
+
+.badge.badge-black {
+ background-color : #000000;
+}
+
+.badge.badge-light-black {
+ color : #000000 !important;
+ font-weight : 500;
+}
+
+.overlay-black {
+ background : #000000;
+ /* The Fallback */
+ background : rgba(0, 0, 0, 0.6);
+}
+
+.btn-black {
+ border-color : !important;
+ background-color : #000000 !important;
+ color : #FFFFFF;
+}
+.btn-black:hover {
+ border-color : !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px black;
+}
+.btn-black:focus, .btn-black:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-black {
+ background-color : transparent;
+ color : #000000;
+}
+.btn-flat-black:hover {
+ color : #000000;
+ background-color : rgba(0, 0, 0, 0.1);
+}
+.btn-flat-black:active, .btn-flat-black:focus {
+ background-color : #000000;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-black {
+ background-color : #000000;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-black:hover {
+ color : #FFFFFF;
+}
+.btn-relief-black:active, .btn-relief-black:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-black {
+ border : 1px solid #000000;
+ background-color : transparent;
+ color : #000000;
+}
+.btn-outline-black:hover {
+ background-color : rgba(0, 0, 0, 0.08);
+ color : #000000;
+}
+.btn-outline-black:active {
+ color : #FFFFFF !important;
+}
+
+.btn-black ~ .dropdown-menu .dropdown-item.active, .btn-outline-black ~ .dropdown-menu .dropdown-item.active, .btn-flat-black ~ .dropdown-menu .dropdown-item.active {
+ background-color : #000000;
+ color : #FFFFFF;
+}
+.btn-black ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-black ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-black ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-black ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #000000;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:hover i {
+ color : #000000;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-black ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-black ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-black ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-black {
+ background-color : #000000;
+}
+
+.pagination-black .page-item.active .page-link {
+ background : #000000;
+ color : #FFFFFF;
+}
+.pagination-black .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-black .page-item .page-link:hover {
+ color : #000000;
+}
+
+.pagination-black .page-item.prev-item .page-link:hover, .pagination-black .page-item.next-item .page-link:hover {
+ background : #000000;
+ color : #FFFFFF;
+}
+
+.nav-pill-black .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #000000 !important;
+}
+
+.progress-bar-black {
+ background-color : rgba(0, 0, 0, 0.1);
+}
+.progress-bar-black .progress-bar {
+ background-color : #000000;
+}
+
+.chip-black {
+ background-color : #000000 !important;
+}
+.chip-black .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-black .divider-text:before, .divider.divider-black .divider-text:after {
+ border-color : #000000 !important;
+}
+
+input[type='checkbox'].bg-black + .custom-control-label:before, input[type='radio'].bg-black + .custom-control-label:before {
+ background-color : #000000 !important;
+}
+
+input:focus ~ .bg-black {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #000000 !important;
+}
+
+.vs-checkbox-black input:checked ~ .vs-checkbox {
+ border-color : #000000 !important;
+}
+.vs-checkbox-black input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #000000 !important;
+}
+
+.vs-checkbox-black input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #000000 !important;
+}
+
+.custom-switch-black .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #000000 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-black input:checked ~ .vs-radio .vs-radio--circle {
+ background : black !important;
+ box-shadow : 0 3px 12px 0 rgba(0, 0, 0, 0.4) !important;
+}
+
+.dark {
+ color : #1E1E1E !important;
+}
+
+.bg-dark {
+ background-color : #1E1E1E !important;
+}
+.bg-dark .card-header, .bg-dark .card-footer {
+ background-color : transparent;
+}
+
+.alert-dark {
+ background : rgba(30, 30, 30, 0.2) !important;
+ color : #1E1E1E !important;
+}
+.alert-dark .alert-heading {
+ box-shadow : rgba(30, 30, 30, 0.4) 0 6px 15px -7px;
+}
+.alert-dark .alert-link {
+ color : #111111 !important;
+}
+
+.bg-rgba-dark {
+ background : rgba(30, 30, 30, 0.15) !important;
+}
+
+.border-dark {
+ border : 1px solid #1E1E1E !important;
+}
+
+.border-top-dark {
+ border-top : 1px solid #1E1E1E;
+}
+
+.border-bottom-dark {
+ border-bottom : 1px solid #1E1E1E;
+}
+
+.border-left-dark {
+ border-left : 1px solid #1E1E1E;
+}
+
+.border-right-dark {
+ border-right : 1px solid #1E1E1E;
+}
+
+.bg-dark.badge-glow, .border-dark.badge-glow, .badge-dark.badge-glow {
+ box-shadow : 0 0 10px #1E1E1E;
+}
+
+.badge.badge-dark {
+ background-color : #1E1E1E;
+}
+
+.badge.badge-light-dark {
+ color : #1E1E1E !important;
+ font-weight : 500;
+}
+
+.overlay-dark {
+ background : #1E1E1E;
+ /* The Fallback */
+ background : rgba(30, 30, 30, 0.6);
+}
+
+.btn-dark {
+ border-color : !important;
+ background-color : #1E1E1E !important;
+ color : #FFFFFF;
+}
+.btn-dark:hover {
+ border-color : !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #1E1E1E;
+}
+.btn-dark:focus, .btn-dark:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-dark {
+ background-color : transparent;
+ color : #1E1E1E;
+}
+.btn-flat-dark:hover {
+ color : #1E1E1E;
+ background-color : rgba(30, 30, 30, 0.1);
+}
+.btn-flat-dark:active, .btn-flat-dark:focus {
+ background-color : #1E1E1E;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-dark {
+ background-color : #1E1E1E;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-dark:hover {
+ color : #FFFFFF;
+}
+.btn-relief-dark:active, .btn-relief-dark:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-dark {
+ border : 1px solid #1E1E1E;
+ background-color : transparent;
+ color : #1E1E1E;
+}
+.btn-outline-dark:hover {
+ background-color : rgba(30, 30, 30, 0.08);
+ color : #1E1E1E;
+}
+.btn-outline-dark:active {
+ color : #FFFFFF !important;
+}
+
+.btn-dark ~ .dropdown-menu .dropdown-item.active, .btn-outline-dark ~ .dropdown-menu .dropdown-item.active, .btn-flat-dark ~ .dropdown-menu .dropdown-item.active {
+ background-color : #1E1E1E;
+ color : #FFFFFF;
+}
+.btn-dark ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-dark ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-dark ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-dark ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #1E1E1E;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover i {
+ color : #1E1E1E;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-dark ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-dark ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-dark ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-dark {
+ background-color : #1E1E1E;
+}
+
+.pagination-dark .page-item.active .page-link {
+ background : #1E1E1E;
+ color : #FFFFFF;
+}
+.pagination-dark .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-dark .page-item .page-link:hover {
+ color : #1E1E1E;
+}
+
+.pagination-dark .page-item.prev-item .page-link:hover, .pagination-dark .page-item.next-item .page-link:hover {
+ background : #1E1E1E;
+ color : #FFFFFF;
+}
+
+.nav-pill-dark .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #1E1E1E !important;
+}
+
+.progress-bar-dark {
+ background-color : rgba(30, 30, 30, 0.1);
+}
+.progress-bar-dark .progress-bar {
+ background-color : #1E1E1E;
+}
+
+.chip-dark {
+ background-color : #1E1E1E !important;
+}
+.chip-dark .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-dark .divider-text:before, .divider.divider-dark .divider-text:after {
+ border-color : #1E1E1E !important;
+}
+
+input[type='checkbox'].bg-dark + .custom-control-label:before, input[type='radio'].bg-dark + .custom-control-label:before {
+ background-color : #1E1E1E !important;
+}
+
+input:focus ~ .bg-dark {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1E1E1E !important;
+}
+
+.vs-checkbox-dark input:checked ~ .vs-checkbox {
+ border-color : #1E1E1E !important;
+}
+.vs-checkbox-dark input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #1E1E1E !important;
+}
+
+.vs-checkbox-dark input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #1E1E1E !important;
+}
+
+.custom-switch-dark .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #1E1E1E !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-dark input:checked ~ .vs-radio .vs-radio--circle {
+ background : #1E1E1E !important;
+ box-shadow : 0 3px 12px 0 rgba(30, 30, 30, 0.4) !important;
+}
+
+.dark.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-dark.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-dark.btn-gradient-bg {
+ border-color : !important;
+ background-color : #640064 !important;
+}
+.btn-dark.btn-gradient-bg:hover {
+ border-color : !important;
+ background-color : !important;
+}
+.btn-dark.btn-gradient-bg:focus, .btn-dark.btn-gradient-bg:active {
+ border-color : !important;
+ background-color : !important;
+}
+
+.btn-outline-dark.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-dark.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-dark {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-dark.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-dark.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-dark.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-dark.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-dark.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-dark.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
+
+.light {
+ color : #BABFC7 !important;
+}
+
+.bg-light {
+ background-color : #BABFC7 !important;
+}
+.bg-light .card-header, .bg-light .card-footer {
+ background-color : transparent;
+}
+
+.alert-light {
+ background : rgba(186, 191, 199, 0.2) !important;
+ color : #BABFC7 !important;
+}
+.alert-light .alert-heading {
+ box-shadow : rgba(186, 191, 199, 0.4) 0 6px 15px -7px;
+}
+.alert-light .alert-link {
+ color : #ACB2BC !important;
+}
+
+.bg-rgba-light {
+ background : rgba(186, 191, 199, 0.15) !important;
+}
+
+.border-light {
+ border : 1px solid #BABFC7 !important;
+}
+
+.border-top-light {
+ border-top : 1px solid #BABFC7;
+}
+
+.border-bottom-light {
+ border-bottom : 1px solid #BABFC7;
+}
+
+.border-left-light {
+ border-left : 1px solid #BABFC7;
+}
+
+.border-right-light {
+ border-right : 1px solid #BABFC7;
+}
+
+.bg-light.badge-glow, .border-light.badge-glow, .badge-light.badge-glow {
+ box-shadow : 0 0 10px #BABFC7;
+}
+
+.badge.badge-light {
+ background-color : #BABFC7;
+}
+
+.badge.badge-light-light {
+ color : #BABFC7 !important;
+ font-weight : 500;
+}
+
+.overlay-light {
+ background : #BABFC7;
+ /* The Fallback */
+ background : rgba(186, 191, 199, 0.6);
+}
+
+.btn-light {
+ border-color : !important;
+ background-color : #BABFC7 !important;
+ color : #FFFFFF;
+}
+.btn-light:hover {
+ border-color : !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #BABFC7;
+}
+.btn-light:focus, .btn-light:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-light {
+ background-color : transparent;
+ color : #BABFC7;
+}
+.btn-flat-light:hover {
+ color : #BABFC7;
+ background-color : rgba(186, 191, 199, 0.1);
+}
+.btn-flat-light:active, .btn-flat-light:focus {
+ background-color : #BABFC7;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-light {
+ background-color : #BABFC7;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-light:hover {
+ color : #FFFFFF;
+}
+.btn-relief-light:active, .btn-relief-light:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-light {
+ border : 1px solid #BABFC7;
+ background-color : transparent;
+ color : #BABFC7;
+}
+.btn-outline-light:hover {
+ background-color : rgba(186, 191, 199, 0.08);
+ color : #BABFC7;
+}
+.btn-outline-light:active {
+ color : #FFFFFF !important;
+}
+
+.btn-light ~ .dropdown-menu .dropdown-item.active, .btn-outline-light ~ .dropdown-menu .dropdown-item.active, .btn-flat-light ~ .dropdown-menu .dropdown-item.active {
+ background-color : #BABFC7;
+ color : #FFFFFF;
+}
+.btn-light ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-light ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-light ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-light ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #BABFC7;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:hover i {
+ color : #BABFC7;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-light ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-light ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-light ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-light {
+ background-color : #BABFC7;
+}
+
+.pagination-light .page-item.active .page-link {
+ background : #BABFC7;
+ color : #FFFFFF;
+}
+.pagination-light .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-light .page-item .page-link:hover {
+ color : #BABFC7;
+}
+
+.pagination-light .page-item.prev-item .page-link:hover, .pagination-light .page-item.next-item .page-link:hover {
+ background : #BABFC7;
+ color : #FFFFFF;
+}
+
+.nav-pill-light .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #BABFC7 !important;
+}
+
+.progress-bar-light {
+ background-color : rgba(186, 191, 199, 0.1);
+}
+.progress-bar-light .progress-bar {
+ background-color : #BABFC7;
+}
+
+.chip-light {
+ background-color : #BABFC7 !important;
+}
+.chip-light .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-light .divider-text:before, .divider.divider-light .divider-text:after {
+ border-color : #BABFC7 !important;
+}
+
+input[type='checkbox'].bg-light + .custom-control-label:before, input[type='radio'].bg-light + .custom-control-label:before {
+ background-color : #BABFC7 !important;
+}
+
+input:focus ~ .bg-light {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #BABFC7 !important;
+}
+
+.vs-checkbox-light input:checked ~ .vs-checkbox {
+ border-color : #BABFC7 !important;
+}
+.vs-checkbox-light input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #BABFC7 !important;
+}
+
+.vs-checkbox-light input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #BABFC7 !important;
+}
+
+.custom-switch-light .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #BABFC7 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-light input:checked ~ .vs-radio .vs-radio--circle {
+ background : #BABFC7 !important;
+ box-shadow : 0 3px 12px 0 rgba(186, 191, 199, 0.4) !important;
+}
+
+.light.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-light.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-light.btn-gradient-bg {
+ border-color : !important;
+ background-color : #640064 !important;
+}
+.btn-light.btn-gradient-bg:hover {
+ border-color : !important;
+ background-color : !important;
+}
+.btn-light.btn-gradient-bg:focus, .btn-light.btn-gradient-bg:active {
+ border-color : !important;
+ background-color : !important;
+}
+
+.btn-outline-light.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-light.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-light {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-light.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-light.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-light.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-light.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-light.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-light.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
+
+.primary.gradient-light {
+ color : #CE9FFC !important;
+}
+
+.bg-primary.bg-gradient-light {
+ background-color : #CE9FFC !important;
+}
+
+.btn-primary.btn-gradient-light {
+ border-color : #4839EB !important;
+ background-color : #CE9FFC !important;
+}
+.btn-primary.btn-gradient-light:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-gradient-light:focus, .btn-primary.btn-gradient-light:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-gradient-light {
+ border-color : #CE9FFC !important;
+ color : #CE9FFC !important;
+}
+.btn-outline-primary.btn-outline-gradient-light:hover {
+ background-color : #CE9FFC !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #CE9FFC !important;
+}
+
+.border-primary.border-gradient-light {
+ border : 1px solid #CE9FFC !important;
+}
+
+.border-top-primary.border-top-gradient-light {
+ border-top : 1px solid #CE9FFC !important;
+}
+
+.border-bottom-primary.border-bottom-gradient-light {
+ border-bottom : 1px solid #CE9FFC !important;
+}
+
+.border-left-primary.border-left-gradient-light {
+ border-left : 1px solid #CE9FFC !important;
+}
+
+.border-right-primary.border-right-gradient-light {
+ border-right : 1px solid #CE9FFC !important;
+}
+
+.overlay-primary.overlay-gradient-light {
+ background : #CE9FFC;
+ /* The Fallback */
+ background : rgba(206, 159, 252, 0.6);
+}
+
+.primary.light-badge {
+ color : #DEDBFB !important;
+}
+
+.bg-primary.bg-light-badge {
+ background-color : #DEDBFB !important;
+}
+
+.btn-primary.btn-light-badge {
+ border-color : #4839EB !important;
+ background-color : #DEDBFB !important;
+}
+.btn-primary.btn-light-badge:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-light-badge:focus, .btn-primary.btn-light-badge:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-light-badge {
+ border-color : #DEDBFB !important;
+ color : #DEDBFB !important;
+}
+.btn-outline-primary.btn-outline-light-badge:hover {
+ background-color : #DEDBFB !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #DEDBFB !important;
+}
+
+.border-primary.border-light-badge {
+ border : 1px solid #DEDBFB !important;
+}
+
+.border-top-primary.border-top-light-badge {
+ border-top : 1px solid #DEDBFB !important;
+}
+
+.border-bottom-primary.border-bottom-light-badge {
+ border-bottom : 1px solid #DEDBFB !important;
+}
+
+.border-left-primary.border-left-light-badge {
+ border-left : 1px solid #DEDBFB !important;
+}
+
+.border-right-primary.border-right-light-badge {
+ border-right : 1px solid #DEDBFB !important;
+}
+
+.overlay-primary.overlay-light-badge {
+ background : #DEDBFB;
+ /* The Fallback */
+ background : rgba(222, 219, 251, 0.6);
+}
+
+.primary.lighten-5 {
+ color : #DEDBFB !important;
+}
+
+.bg-primary.bg-lighten-5 {
+ background-color : #DEDBFB !important;
+}
+
+.btn-primary.btn-lighten-5 {
+ border-color : #4839EB !important;
+ background-color : #DEDBFB !important;
+}
+.btn-primary.btn-lighten-5:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-lighten-5:focus, .btn-primary.btn-lighten-5:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-lighten-5 {
+ border-color : #DEDBFB !important;
+ color : #DEDBFB !important;
+}
+.btn-outline-primary.btn-outline-lighten-5:hover {
+ background-color : #DEDBFB !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #DEDBFB !important;
+}
+
+.border-primary.border-lighten-5 {
+ border : 1px solid #DEDBFB !important;
+}
+
+.border-top-primary.border-top-lighten-5 {
+ border-top : 1px solid #DEDBFB !important;
+}
+
+.border-bottom-primary.border-bottom-lighten-5 {
+ border-bottom : 1px solid #DEDBFB !important;
+}
+
+.border-left-primary.border-left-lighten-5 {
+ border-left : 1px solid #DEDBFB !important;
+}
+
+.border-right-primary.border-right-lighten-5 {
+ border-right : 1px solid #DEDBFB !important;
+}
+
+.overlay-primary.overlay-lighten-5 {
+ background : #DEDBFB;
+ /* The Fallback */
+ background : rgba(222, 219, 251, 0.6);
+}
+
+.primary.lighten-4 {
+ color : #C9C4F9 !important;
+}
+
+.bg-primary.bg-lighten-4 {
+ background-color : #C9C4F9 !important;
+}
+
+.btn-primary.btn-lighten-4 {
+ border-color : #4839EB !important;
+ background-color : #C9C4F9 !important;
+}
+.btn-primary.btn-lighten-4:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-lighten-4:focus, .btn-primary.btn-lighten-4:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-lighten-4 {
+ border-color : #C9C4F9 !important;
+ color : #C9C4F9 !important;
+}
+.btn-outline-primary.btn-outline-lighten-4:hover {
+ background-color : #C9C4F9 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #C9C4F9 !important;
+}
+
+.border-primary.border-lighten-4 {
+ border : 1px solid #C9C4F9 !important;
+}
+
+.border-top-primary.border-top-lighten-4 {
+ border-top : 1px solid #C9C4F9 !important;
+}
+
+.border-bottom-primary.border-bottom-lighten-4 {
+ border-bottom : 1px solid #C9C4F9 !important;
+}
+
+.border-left-primary.border-left-lighten-4 {
+ border-left : 1px solid #C9C4F9 !important;
+}
+
+.border-right-primary.border-right-lighten-4 {
+ border-right : 1px solid #C9C4F9 !important;
+}
+
+.overlay-primary.overlay-lighten-4 {
+ background : #C9C4F9;
+ /* The Fallback */
+ background : rgba(201, 196, 249, 0.6);
+}
+
+.primary.lighten-3 {
+ color : #B3ADF7 !important;
+}
+
+.bg-primary.bg-lighten-3 {
+ background-color : #B3ADF7 !important;
+}
+
+.btn-primary.btn-lighten-3 {
+ border-color : #4839EB !important;
+ background-color : #B3ADF7 !important;
+}
+.btn-primary.btn-lighten-3:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-lighten-3:focus, .btn-primary.btn-lighten-3:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-lighten-3 {
+ border-color : #B3ADF7 !important;
+ color : #B3ADF7 !important;
+}
+.btn-outline-primary.btn-outline-lighten-3:hover {
+ background-color : #B3ADF7 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #B3ADF7 !important;
+}
+
+.border-primary.border-lighten-3 {
+ border : 1px solid #B3ADF7 !important;
+}
+
+.border-top-primary.border-top-lighten-3 {
+ border-top : 1px solid #B3ADF7 !important;
+}
+
+.border-bottom-primary.border-bottom-lighten-3 {
+ border-bottom : 1px solid #B3ADF7 !important;
+}
+
+.border-left-primary.border-left-lighten-3 {
+ border-left : 1px solid #B3ADF7 !important;
+}
+
+.border-right-primary.border-right-lighten-3 {
+ border-right : 1px solid #B3ADF7 !important;
+}
+
+.overlay-primary.overlay-lighten-3 {
+ background : #B3ADF7;
+ /* The Fallback */
+ background : rgba(179, 173, 247, 0.6);
+}
+
+.primary.lighten-2 {
+ color : #9E95F5 !important;
+}
+
+.bg-primary.bg-lighten-2 {
+ background-color : #9E95F5 !important;
+}
+
+.btn-primary.btn-lighten-2 {
+ border-color : #4839EB !important;
+ background-color : #9E95F5 !important;
+}
+.btn-primary.btn-lighten-2:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-lighten-2:focus, .btn-primary.btn-lighten-2:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-lighten-2 {
+ border-color : #9E95F5 !important;
+ color : #9E95F5 !important;
+}
+.btn-outline-primary.btn-outline-lighten-2:hover {
+ background-color : #9E95F5 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #9E95F5 !important;
+}
+
+.border-primary.border-lighten-2 {
+ border : 1px solid #9E95F5 !important;
+}
+
+.border-top-primary.border-top-lighten-2 {
+ border-top : 1px solid #9E95F5 !important;
+}
+
+.border-bottom-primary.border-bottom-lighten-2 {
+ border-bottom : 1px solid #9E95F5 !important;
+}
+
+.border-left-primary.border-left-lighten-2 {
+ border-left : 1px solid #9E95F5 !important;
+}
+
+.border-right-primary.border-right-lighten-2 {
+ border-right : 1px solid #9E95F5 !important;
+}
+
+.overlay-primary.overlay-lighten-2 {
+ background : #9E95F5;
+ /* The Fallback */
+ background : rgba(158, 149, 245, 0.6);
+}
+
+.primary.lighten-1 {
+ color : #887EF2 !important;
+}
+
+.bg-primary.bg-lighten-1 {
+ background-color : #887EF2 !important;
+}
+
+.btn-primary.btn-lighten-1 {
+ border-color : #4839EB !important;
+ background-color : #887EF2 !important;
+}
+.btn-primary.btn-lighten-1:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-lighten-1:focus, .btn-primary.btn-lighten-1:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-lighten-1 {
+ border-color : #887EF2 !important;
+ color : #887EF2 !important;
+}
+.btn-outline-primary.btn-outline-lighten-1:hover {
+ background-color : #887EF2 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #887EF2 !important;
+}
+
+.border-primary.border-lighten-1 {
+ border : 1px solid #887EF2 !important;
+}
+
+.border-top-primary.border-top-lighten-1 {
+ border-top : 1px solid #887EF2 !important;
+}
+
+.border-bottom-primary.border-bottom-lighten-1 {
+ border-bottom : 1px solid #887EF2 !important;
+}
+
+.border-left-primary.border-left-lighten-1 {
+ border-left : 1px solid #887EF2 !important;
+}
+
+.border-right-primary.border-right-lighten-1 {
+ border-right : 1px solid #887EF2 !important;
+}
+
+.overlay-primary.overlay-lighten-1 {
+ background : #887EF2;
+ /* The Fallback */
+ background : rgba(136, 126, 242, 0.6);
+}
+
+.primary {
+ color : #7367F0 !important;
+}
+
+.bg-primary {
+ background-color : #7367F0 !important;
+}
+.bg-primary .card-header, .bg-primary .card-footer {
+ background-color : transparent;
+}
+
+.alert-primary {
+ background : rgba(115, 103, 240, 0.2) !important;
+ color : #7367F0 !important;
+}
+.alert-primary .alert-heading {
+ box-shadow : rgba(115, 103, 240, 0.4) 0 6px 15px -7px;
+}
+.alert-primary .alert-link {
+ color : #5E50EE !important;
+}
+
+.bg-rgba-primary {
+ background : rgba(115, 103, 240, 0.15) !important;
+}
+
+.border-primary {
+ border : 1px solid #7367F0 !important;
+}
+
+.border-top-primary {
+ border-top : 1px solid #7367F0;
+}
+
+.border-bottom-primary {
+ border-bottom : 1px solid #7367F0;
+}
+
+.border-left-primary {
+ border-left : 1px solid #7367F0;
+}
+
+.border-right-primary {
+ border-right : 1px solid #7367F0;
+}
+
+.bg-primary.badge-glow, .border-primary.badge-glow, .badge-primary.badge-glow {
+ box-shadow : 0 0 10px #7367F0;
+}
+
+.badge.badge-primary {
+ background-color : #7367F0;
+}
+
+.badge.badge-light-primary {
+ background-color : #DEDBFB;
+ color : #7367F0 !important;
+ font-weight : 500;
+}
+
+.overlay-primary {
+ background : #7367F0;
+ /* The Fallback */
+ background : rgba(115, 103, 240, 0.6);
+}
+
+.btn-primary {
+ border-color : #4839EB !important;
+ background-color : #7367F0 !important;
+ color : #FFFFFF;
+}
+.btn-primary:hover {
+ border-color : #5E50EE !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #7367F0;
+}
+.btn-primary:focus, .btn-primary:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-primary {
+ background-color : transparent;
+ color : #7367F0;
+}
+.btn-flat-primary:hover {
+ color : #7367F0;
+ background-color : rgba(115, 103, 240, 0.1);
+}
+.btn-flat-primary:active, .btn-flat-primary:focus {
+ background-color : #7367F0;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-primary {
+ background-color : #7367F0;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-primary:hover {
+ color : #FFFFFF;
+}
+.btn-relief-primary:active, .btn-relief-primary:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-primary {
+ border : 1px solid #7367F0;
+ background-color : transparent;
+ color : #7367F0;
+}
+.btn-outline-primary:hover {
+ background-color : rgba(115, 103, 240, 0.08);
+ color : #7367F0;
+}
+.btn-outline-primary:active {
+ color : #FFFFFF !important;
+}
+
+.btn-primary ~ .dropdown-menu .dropdown-item.active, .btn-outline-primary ~ .dropdown-menu .dropdown-item.active, .btn-flat-primary ~ .dropdown-menu .dropdown-item.active {
+ background-color : #7367F0;
+ color : #FFFFFF;
+}
+.btn-primary ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-primary ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-primary ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-primary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #7367F0;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:hover i {
+ color : #7367F0;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-primary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-primary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-primary ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-primary {
+ background-color : #7367F0;
+}
+
+.pagination-primary .page-item.active .page-link {
+ background : #7367F0;
+ color : #FFFFFF;
+}
+.pagination-primary .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-primary .page-item .page-link:hover {
+ color : #7367F0;
+}
+
+.pagination-primary .page-item.prev-item .page-link:hover, .pagination-primary .page-item.next-item .page-link:hover {
+ background : #7367F0;
+ color : #FFFFFF;
+}
+
+.nav-pill-primary .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #7367F0 !important;
+}
+
+.progress-bar-primary {
+ background-color : rgba(115, 103, 240, 0.1);
+}
+.progress-bar-primary .progress-bar {
+ background-color : #7367F0;
+}
+
+.chip-primary {
+ background-color : #7367F0 !important;
+}
+.chip-primary .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
+ border-color : #7367F0 !important;
+}
+
+input[type='checkbox'].bg-primary + .custom-control-label:before, input[type='radio'].bg-primary + .custom-control-label:before {
+ background-color : #7367F0 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #7367F0 !important;
+}
+
+.vs-checkbox-primary input:checked ~ .vs-checkbox {
+ border-color : #7367F0 !important;
+}
+.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #7367F0 !important;
+}
+
+.vs-checkbox-primary input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #7367F0 !important;
+}
+
+.custom-switch-primary .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #7367F0 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-primary input:checked ~ .vs-radio .vs-radio--circle {
+ background : #7367F0 !important;
+ box-shadow : 0 3px 12px 0 rgba(115, 103, 240, 0.4) !important;
+}
+
+.primary.darken-1 {
+ color : #5E50EE !important;
+}
+
+.bg-primary.bg-darken-1 {
+ background-color : #5E50EE !important;
+}
+
+.btn-primary.btn-darken-1 {
+ border-color : #4839EB !important;
+ background-color : #5E50EE !important;
+}
+.btn-primary.btn-darken-1:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-darken-1:focus, .btn-primary.btn-darken-1:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-darken-1 {
+ border-color : #5E50EE !important;
+ color : #5E50EE !important;
+}
+.btn-outline-primary.btn-outline-darken-1:hover {
+ background-color : #5E50EE !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #5E50EE !important;
+}
+
+.border-primary.border-darken-1 {
+ border : 1px solid #5E50EE !important;
+}
+
+.border-top-primary.border-top-darken-1 {
+ border-top : 1px solid #5E50EE !important;
+}
+
+.border-bottom-primary.border-bottom-darken-1 {
+ border-bottom : 1px solid #5E50EE !important;
+}
+
+.border-left-primary.border-left-darken-1 {
+ border-left : 1px solid #5E50EE !important;
+}
+
+.border-right-primary.border-right-darken-1 {
+ border-right : 1px solid #5E50EE !important;
+}
+
+.overlay-primary.overlay-darken-1 {
+ background : #5E50EE;
+ /* The Fallback */
+ background : rgba(94, 80, 238, 0.6);
+}
+
+.primary.darken-2 {
+ color : #4839EB !important;
+}
+
+.bg-primary.bg-darken-2 {
+ background-color : #4839EB !important;
+}
+
+.btn-primary.btn-darken-2 {
+ border-color : #4839EB !important;
+ background-color : #4839EB !important;
+}
+.btn-primary.btn-darken-2:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-darken-2:focus, .btn-primary.btn-darken-2:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-darken-2 {
+ border-color : #4839EB !important;
+ color : #4839EB !important;
+}
+.btn-outline-primary.btn-outline-darken-2:hover {
+ background-color : #4839EB !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #4839EB !important;
+}
+
+.border-primary.border-darken-2 {
+ border : 1px solid #4839EB !important;
+}
+
+.border-top-primary.border-top-darken-2 {
+ border-top : 1px solid #4839EB !important;
+}
+
+.border-bottom-primary.border-bottom-darken-2 {
+ border-bottom : 1px solid #4839EB !important;
+}
+
+.border-left-primary.border-left-darken-2 {
+ border-left : 1px solid #4839EB !important;
+}
+
+.border-right-primary.border-right-darken-2 {
+ border-right : 1px solid #4839EB !important;
+}
+
+.overlay-primary.overlay-darken-2 {
+ background : #4839EB;
+ /* The Fallback */
+ background : rgba(72, 57, 235, 0.6);
+}
+
+.primary.darken-3 {
+ color : #3321E9 !important;
+}
+
+.bg-primary.bg-darken-3 {
+ background-color : #3321E9 !important;
+}
+
+.btn-primary.btn-darken-3 {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-darken-3:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-darken-3:focus, .btn-primary.btn-darken-3:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-darken-3 {
+ border-color : #3321E9 !important;
+ color : #3321E9 !important;
+}
+.btn-outline-primary.btn-outline-darken-3:hover {
+ background-color : #3321E9 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #3321E9 !important;
+}
+
+.border-primary.border-darken-3 {
+ border : 1px solid #3321E9 !important;
+}
+
+.border-top-primary.border-top-darken-3 {
+ border-top : 1px solid #3321E9 !important;
+}
+
+.border-bottom-primary.border-bottom-darken-3 {
+ border-bottom : 1px solid #3321E9 !important;
+}
+
+.border-left-primary.border-left-darken-3 {
+ border-left : 1px solid #3321E9 !important;
+}
+
+.border-right-primary.border-right-darken-3 {
+ border-right : 1px solid #3321E9 !important;
+}
+
+.overlay-primary.overlay-darken-3 {
+ background : #3321E9;
+ /* The Fallback */
+ background : rgba(51, 33, 233, 0.6);
+}
+
+.primary.darken-4 {
+ color : #2716DB !important;
+}
+
+.bg-primary.bg-darken-4 {
+ background-color : #2716DB !important;
+}
+
+.btn-primary.btn-darken-4 {
+ border-color : #4839EB !important;
+ background-color : #2716DB !important;
+}
+.btn-primary.btn-darken-4:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-darken-4:focus, .btn-primary.btn-darken-4:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-darken-4 {
+ border-color : #2716DB !important;
+ color : #2716DB !important;
+}
+.btn-outline-primary.btn-outline-darken-4:hover {
+ background-color : #2716DB !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #2716DB !important;
+}
+
+.border-primary.border-darken-4 {
+ border : 1px solid #2716DB !important;
+}
+
+.border-top-primary.border-top-darken-4 {
+ border-top : 1px solid #2716DB !important;
+}
+
+.border-bottom-primary.border-bottom-darken-4 {
+ border-bottom : 1px solid #2716DB !important;
+}
+
+.border-left-primary.border-left-darken-4 {
+ border-left : 1px solid #2716DB !important;
+}
+
+.border-right-primary.border-right-darken-4 {
+ border-right : 1px solid #2716DB !important;
+}
+
+.overlay-primary.overlay-darken-4 {
+ background : #2716DB;
+ /* The Fallback */
+ background : rgba(39, 22, 219, 0.6);
+}
+
+.primary.accent-1 {
+ color : #BDFDFF !important;
+}
+
+.bg-primary.bg-accent-1 {
+ background-color : #BDFDFF !important;
+}
+
+.btn-primary.btn-accent-1 {
+ border-color : #4839EB !important;
+ background-color : #BDFDFF !important;
+}
+.btn-primary.btn-accent-1:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-accent-1:focus, .btn-primary.btn-accent-1:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-accent-1 {
+ border-color : #BDFDFF !important;
+ color : #BDFDFF !important;
+}
+.btn-outline-primary.btn-outline-accent-1:hover {
+ background-color : #BDFDFF !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #BDFDFF !important;
+}
+
+.border-primary.border-accent-1 {
+ border : 1px solid #BDFDFF !important;
+}
+
+.border-top-primary.border-top-accent-1 {
+ border-top : 1px solid #BDFDFF !important;
+}
+
+.border-bottom-primary.border-bottom-accent-1 {
+ border-bottom : 1px solid #BDFDFF !important;
+}
+
+.border-left-primary.border-left-accent-1 {
+ border-left : 1px solid #BDFDFF !important;
+}
+
+.border-right-primary.border-right-accent-1 {
+ border-right : 1px solid #BDFDFF !important;
+}
+
+.overlay-primary.overlay-accent-1 {
+ background : #BDFDFF;
+ /* The Fallback */
+ background : rgba(189, 253, 255, 0.6);
+}
+
+.primary.accent-2 {
+ color : #8AFBFF !important;
+}
+
+.bg-primary.bg-accent-2 {
+ background-color : #8AFBFF !important;
+}
+
+.btn-primary.btn-accent-2 {
+ border-color : #4839EB !important;
+ background-color : #8AFBFF !important;
+}
+.btn-primary.btn-accent-2:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-accent-2:focus, .btn-primary.btn-accent-2:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-accent-2 {
+ border-color : #8AFBFF !important;
+ color : #8AFBFF !important;
+}
+.btn-outline-primary.btn-outline-accent-2:hover {
+ background-color : #8AFBFF !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #8AFBFF !important;
+}
+
+.border-primary.border-accent-2 {
+ border : 1px solid #8AFBFF !important;
+}
+
+.border-top-primary.border-top-accent-2 {
+ border-top : 1px solid #8AFBFF !important;
+}
+
+.border-bottom-primary.border-bottom-accent-2 {
+ border-bottom : 1px solid #8AFBFF !important;
+}
+
+.border-left-primary.border-left-accent-2 {
+ border-left : 1px solid #8AFBFF !important;
+}
+
+.border-right-primary.border-right-accent-2 {
+ border-right : 1px solid #8AFBFF !important;
+}
+
+.overlay-primary.overlay-accent-2 {
+ background : #8AFBFF;
+ /* The Fallback */
+ background : rgba(138, 251, 255, 0.6);
+}
+
+.primary.accent-3 {
+ color : #57FAFF !important;
+}
+
+.bg-primary.bg-accent-3 {
+ background-color : #57FAFF !important;
+}
+
+.btn-primary.btn-accent-3 {
+ border-color : #4839EB !important;
+ background-color : #57FAFF !important;
+}
+.btn-primary.btn-accent-3:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-accent-3:focus, .btn-primary.btn-accent-3:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-accent-3 {
+ border-color : #57FAFF !important;
+ color : #57FAFF !important;
+}
+.btn-outline-primary.btn-outline-accent-3:hover {
+ background-color : #57FAFF !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #57FAFF !important;
+}
+
+.border-primary.border-accent-3 {
+ border : 1px solid #57FAFF !important;
+}
+
+.border-top-primary.border-top-accent-3 {
+ border-top : 1px solid #57FAFF !important;
+}
+
+.border-bottom-primary.border-bottom-accent-3 {
+ border-bottom : 1px solid #57FAFF !important;
+}
+
+.border-left-primary.border-left-accent-3 {
+ border-left : 1px solid #57FAFF !important;
+}
+
+.border-right-primary.border-right-accent-3 {
+ border-right : 1px solid #57FAFF !important;
+}
+
+.overlay-primary.overlay-accent-3 {
+ background : #57FAFF;
+ /* The Fallback */
+ background : rgba(87, 250, 255, 0.6);
+}
+
+.primary.accent-4 {
+ color : #3DF9FF !important;
+}
+
+.bg-primary.bg-accent-4 {
+ background-color : #3DF9FF !important;
+}
+
+.btn-primary.btn-accent-4 {
+ border-color : #4839EB !important;
+ background-color : #3DF9FF !important;
+}
+.btn-primary.btn-accent-4:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-accent-4:focus, .btn-primary.btn-accent-4:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-accent-4 {
+ border-color : #3DF9FF !important;
+ color : #3DF9FF !important;
+}
+.btn-outline-primary.btn-outline-accent-4:hover {
+ background-color : #3DF9FF !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #3DF9FF !important;
+}
+
+.border-primary.border-accent-4 {
+ border : 1px solid #3DF9FF !important;
+}
+
+.border-top-primary.border-top-accent-4 {
+ border-top : 1px solid #3DF9FF !important;
+}
+
+.border-bottom-primary.border-bottom-accent-4 {
+ border-bottom : 1px solid #3DF9FF !important;
+}
+
+.border-left-primary.border-left-accent-4 {
+ border-left : 1px solid #3DF9FF !important;
+}
+
+.border-right-primary.border-right-accent-4 {
+ border-right : 1px solid #3DF9FF !important;
+}
+
+.overlay-primary.overlay-accent-4 {
+ background : #3DF9FF;
+ /* The Fallback */
+ background : rgba(61, 249, 255, 0.6);
+}
+
+.primary.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-primary.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-primary.btn-gradient-bg {
+ border-color : #4839EB !important;
+ background-color : #640064 !important;
+}
+.btn-primary.btn-gradient-bg:hover {
+ border-color : #4839EB !important;
+ background-color : #3321E9 !important;
+}
+.btn-primary.btn-gradient-bg:focus, .btn-primary.btn-gradient-bg:active {
+ border-color : #3321E9 !important;
+ background-color : #2716DB !important;
+}
+
+.btn-outline-primary.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-primary.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-primary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-primary.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-primary.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-primary.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-primary.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-primary.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-primary.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
+
+.secondary.gradient-light {
+ color : #DCDEEC !important;
+}
+
+.bg-secondary.bg-gradient-light {
+ background-color : #DCDEEC !important;
+}
+
+.btn-secondary.btn-gradient-light {
+ border-color : #9AA9B7 !important;
+ background-color : #DCDEEC !important;
+}
+.btn-secondary.btn-gradient-light:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-gradient-light:focus, .btn-secondary.btn-gradient-light:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-gradient-light {
+ border-color : #DCDEEC !important;
+ color : #DCDEEC !important;
+}
+.btn-outline-secondary.btn-outline-gradient-light:hover {
+ background-color : #DCDEEC !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #DCDEEC !important;
+}
+
+.border-secondary.border-gradient-light {
+ border : 1px solid #DCDEEC !important;
+}
+
+.border-top-secondary.border-top-gradient-light {
+ border-top : 1px solid #DCDEEC !important;
+}
+
+.border-bottom-secondary.border-bottom-gradient-light {
+ border-bottom : 1px solid #DCDEEC !important;
+}
+
+.border-left-secondary.border-left-gradient-light {
+ border-left : 1px solid #DCDEEC !important;
+}
+
+.border-right-secondary.border-right-gradient-light {
+ border-right : 1px solid #DCDEEC !important;
+}
+
+.overlay-secondary.overlay-gradient-light {
+ background : #DCDEEC;
+ /* The Fallback */
+ background : rgba(220, 222, 236, 0.6);
+}
+
+.secondary.light-badge {
+ color : white !important;
+}
+
+.bg-secondary.bg-light-badge {
+ background-color : white !important;
+}
+
+.btn-secondary.btn-light-badge {
+ border-color : #9AA9B7 !important;
+ background-color : white !important;
+}
+.btn-secondary.btn-light-badge:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-light-badge:focus, .btn-secondary.btn-light-badge:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-light-badge {
+ border-color : white !important;
+ color : white !important;
+}
+.btn-outline-secondary.btn-outline-light-badge:hover {
+ background-color : white !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem white !important;
+}
+
+.border-secondary.border-light-badge {
+ border : 1px solid white !important;
+}
+
+.border-top-secondary.border-top-light-badge {
+ border-top : 1px solid white !important;
+}
+
+.border-bottom-secondary.border-bottom-light-badge {
+ border-bottom : 1px solid white !important;
+}
+
+.border-left-secondary.border-left-light-badge {
+ border-left : 1px solid white !important;
+}
+
+.border-right-secondary.border-right-light-badge {
+ border-right : 1px solid white !important;
+}
+
+.overlay-secondary.overlay-light-badge {
+ background : white;
+ /* The Fallback */
+ background : rgba(255, 255, 255, 0.6);
+}
+
+.secondary.lighten-5 {
+ color : white !important;
+}
+
+.bg-secondary.bg-lighten-5 {
+ background-color : white !important;
+}
+
+.btn-secondary.btn-lighten-5 {
+ border-color : #9AA9B7 !important;
+ background-color : white !important;
+}
+.btn-secondary.btn-lighten-5:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-lighten-5:focus, .btn-secondary.btn-lighten-5:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-lighten-5 {
+ border-color : white !important;
+ color : white !important;
+}
+.btn-outline-secondary.btn-outline-lighten-5:hover {
+ background-color : white !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem white !important;
+}
+
+.border-secondary.border-lighten-5 {
+ border : 1px solid white !important;
+}
+
+.border-top-secondary.border-top-lighten-5 {
+ border-top : 1px solid white !important;
+}
+
+.border-bottom-secondary.border-bottom-lighten-5 {
+ border-bottom : 1px solid white !important;
+}
+
+.border-left-secondary.border-left-lighten-5 {
+ border-left : 1px solid white !important;
+}
+
+.border-right-secondary.border-right-lighten-5 {
+ border-right : 1px solid white !important;
+}
+
+.overlay-secondary.overlay-lighten-5 {
+ background : white;
+ /* The Fallback */
+ background : rgba(255, 255, 255, 0.6);
+}
+
+.secondary.lighten-4 {
+ color : #F3F5F7 !important;
+}
+
+.bg-secondary.bg-lighten-4 {
+ background-color : #F3F5F7 !important;
+}
+
+.btn-secondary.btn-lighten-4 {
+ border-color : #9AA9B7 !important;
+ background-color : #F3F5F7 !important;
+}
+.btn-secondary.btn-lighten-4:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-lighten-4:focus, .btn-secondary.btn-lighten-4:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-lighten-4 {
+ border-color : #F3F5F7 !important;
+ color : #F3F5F7 !important;
+}
+.btn-outline-secondary.btn-outline-lighten-4:hover {
+ background-color : #F3F5F7 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F3F5F7 !important;
+}
+
+.border-secondary.border-lighten-4 {
+ border : 1px solid #F3F5F7 !important;
+}
+
+.border-top-secondary.border-top-lighten-4 {
+ border-top : 1px solid #F3F5F7 !important;
+}
+
+.border-bottom-secondary.border-bottom-lighten-4 {
+ border-bottom : 1px solid #F3F5F7 !important;
+}
+
+.border-left-secondary.border-left-lighten-4 {
+ border-left : 1px solid #F3F5F7 !important;
+}
+
+.border-right-secondary.border-right-lighten-4 {
+ border-right : 1px solid #F3F5F7 !important;
+}
+
+.overlay-secondary.overlay-lighten-4 {
+ background : #F3F5F7;
+ /* The Fallback */
+ background : rgba(243, 245, 247, 0.6);
+}
+
+.secondary.lighten-3 {
+ color : #E5E8EC !important;
+}
+
+.bg-secondary.bg-lighten-3 {
+ background-color : #E5E8EC !important;
+}
+
+.btn-secondary.btn-lighten-3 {
+ border-color : #9AA9B7 !important;
+ background-color : #E5E8EC !important;
+}
+.btn-secondary.btn-lighten-3:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-lighten-3:focus, .btn-secondary.btn-lighten-3:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-lighten-3 {
+ border-color : #E5E8EC !important;
+ color : #E5E8EC !important;
+}
+.btn-outline-secondary.btn-outline-lighten-3:hover {
+ background-color : #E5E8EC !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E5E8EC !important;
+}
+
+.border-secondary.border-lighten-3 {
+ border : 1px solid #E5E8EC !important;
+}
+
+.border-top-secondary.border-top-lighten-3 {
+ border-top : 1px solid #E5E8EC !important;
+}
+
+.border-bottom-secondary.border-bottom-lighten-3 {
+ border-bottom : 1px solid #E5E8EC !important;
+}
+
+.border-left-secondary.border-left-lighten-3 {
+ border-left : 1px solid #E5E8EC !important;
+}
+
+.border-right-secondary.border-right-lighten-3 {
+ border-right : 1px solid #E5E8EC !important;
+}
+
+.overlay-secondary.overlay-lighten-3 {
+ background : #E5E8EC;
+ /* The Fallback */
+ background : rgba(229, 232, 236, 0.6);
+}
+
+.secondary.lighten-2 {
+ color : #D6DCE1 !important;
+}
+
+.bg-secondary.bg-lighten-2 {
+ background-color : #D6DCE1 !important;
+}
+
+.btn-secondary.btn-lighten-2 {
+ border-color : #9AA9B7 !important;
+ background-color : #D6DCE1 !important;
+}
+.btn-secondary.btn-lighten-2:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-lighten-2:focus, .btn-secondary.btn-lighten-2:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-lighten-2 {
+ border-color : #D6DCE1 !important;
+ color : #D6DCE1 !important;
+}
+.btn-outline-secondary.btn-outline-lighten-2:hover {
+ background-color : #D6DCE1 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #D6DCE1 !important;
+}
+
+.border-secondary.border-lighten-2 {
+ border : 1px solid #D6DCE1 !important;
+}
+
+.border-top-secondary.border-top-lighten-2 {
+ border-top : 1px solid #D6DCE1 !important;
+}
+
+.border-bottom-secondary.border-bottom-lighten-2 {
+ border-bottom : 1px solid #D6DCE1 !important;
+}
+
+.border-left-secondary.border-left-lighten-2 {
+ border-left : 1px solid #D6DCE1 !important;
+}
+
+.border-right-secondary.border-right-lighten-2 {
+ border-right : 1px solid #D6DCE1 !important;
+}
+
+.overlay-secondary.overlay-lighten-2 {
+ background : #D6DCE1;
+ /* The Fallback */
+ background : rgba(214, 220, 225, 0.6);
+}
+
+.secondary.lighten-1 {
+ color : #C7CFD7 !important;
+}
+
+.bg-secondary.bg-lighten-1 {
+ background-color : #C7CFD7 !important;
+}
+
+.btn-secondary.btn-lighten-1 {
+ border-color : #9AA9B7 !important;
+ background-color : #C7CFD7 !important;
+}
+.btn-secondary.btn-lighten-1:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-lighten-1:focus, .btn-secondary.btn-lighten-1:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-lighten-1 {
+ border-color : #C7CFD7 !important;
+ color : #C7CFD7 !important;
+}
+.btn-outline-secondary.btn-outline-lighten-1:hover {
+ background-color : #C7CFD7 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #C7CFD7 !important;
+}
+
+.border-secondary.border-lighten-1 {
+ border : 1px solid #C7CFD7 !important;
+}
+
+.border-top-secondary.border-top-lighten-1 {
+ border-top : 1px solid #C7CFD7 !important;
+}
+
+.border-bottom-secondary.border-bottom-lighten-1 {
+ border-bottom : 1px solid #C7CFD7 !important;
+}
+
+.border-left-secondary.border-left-lighten-1 {
+ border-left : 1px solid #C7CFD7 !important;
+}
+
+.border-right-secondary.border-right-lighten-1 {
+ border-right : 1px solid #C7CFD7 !important;
+}
+
+.overlay-secondary.overlay-lighten-1 {
+ background : #C7CFD7;
+ /* The Fallback */
+ background : rgba(199, 207, 215, 0.6);
+}
+
+.secondary {
+ color : #B8C2CC !important;
+}
+
+.bg-secondary {
+ background-color : #B8C2CC !important;
+}
+.bg-secondary .card-header, .bg-secondary .card-footer {
+ background-color : transparent;
+}
+
+.alert-secondary {
+ background : rgba(184, 194, 204, 0.2) !important;
+ color : #B8C2CC !important;
+}
+.alert-secondary .alert-heading {
+ box-shadow : rgba(184, 194, 204, 0.4) 0 6px 15px -7px;
+}
+.alert-secondary .alert-link {
+ color : #A9B5C1 !important;
+}
+
+.bg-rgba-secondary {
+ background : rgba(184, 194, 204, 0.15) !important;
+}
+
+.border-secondary {
+ border : 1px solid #B8C2CC !important;
+}
+
+.border-top-secondary {
+ border-top : 1px solid #B8C2CC;
+}
+
+.border-bottom-secondary {
+ border-bottom : 1px solid #B8C2CC;
+}
+
+.border-left-secondary {
+ border-left : 1px solid #B8C2CC;
+}
+
+.border-right-secondary {
+ border-right : 1px solid #B8C2CC;
+}
+
+.bg-secondary.badge-glow, .border-secondary.badge-glow, .badge-secondary.badge-glow {
+ box-shadow : 0 0 10px #B8C2CC;
+}
+
+.badge.badge-secondary {
+ background-color : #B8C2CC;
+}
+
+.badge.badge-light-secondary {
+ background-color : white;
+ color : #B8C2CC !important;
+ font-weight : 500;
+}
+
+.overlay-secondary {
+ background : #B8C2CC;
+ /* The Fallback */
+ background : rgba(184, 194, 204, 0.6);
+}
+
+.btn-secondary {
+ border-color : #9AA9B7 !important;
+ background-color : #B8C2CC !important;
+ color : #FFFFFF;
+}
+.btn-secondary:hover {
+ border-color : #A9B5C1 !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #B8C2CC;
+}
+.btn-secondary:focus, .btn-secondary:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-secondary {
+ background-color : transparent;
+ color : #B8C2CC;
+}
+.btn-flat-secondary:hover {
+ color : #B8C2CC;
+ background-color : rgba(184, 194, 204, 0.1);
+}
+.btn-flat-secondary:active, .btn-flat-secondary:focus {
+ background-color : #B8C2CC;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-secondary {
+ background-color : #B8C2CC;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-secondary:hover {
+ color : #FFFFFF;
+}
+.btn-relief-secondary:active, .btn-relief-secondary:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-secondary {
+ border : 1px solid #B8C2CC;
+ background-color : transparent;
+ color : #B8C2CC;
+}
+.btn-outline-secondary:hover {
+ background-color : rgba(184, 194, 204, 0.08);
+ color : #B8C2CC;
+}
+.btn-outline-secondary:active {
+ color : #FFFFFF !important;
+}
+
+.btn-secondary ~ .dropdown-menu .dropdown-item.active, .btn-outline-secondary ~ .dropdown-menu .dropdown-item.active, .btn-flat-secondary ~ .dropdown-menu .dropdown-item.active {
+ background-color : #B8C2CC;
+ color : #FFFFFF;
+}
+.btn-secondary ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-secondary ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-secondary ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-secondary ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #B8C2CC;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:hover i {
+ color : #B8C2CC;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-secondary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-secondary ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-secondary ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-secondary {
+ background-color : #B8C2CC;
+}
+
+.pagination-secondary .page-item.active .page-link {
+ background : #B8C2CC;
+ color : #FFFFFF;
+}
+.pagination-secondary .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-secondary .page-item .page-link:hover {
+ color : #B8C2CC;
+}
+
+.pagination-secondary .page-item.prev-item .page-link:hover, .pagination-secondary .page-item.next-item .page-link:hover {
+ background : #B8C2CC;
+ color : #FFFFFF;
+}
+
+.nav-pill-secondary .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #B8C2CC !important;
+}
+
+.progress-bar-secondary {
+ background-color : rgba(184, 194, 204, 0.1);
+}
+.progress-bar-secondary .progress-bar {
+ background-color : #B8C2CC;
+}
+
+.chip-secondary {
+ background-color : #B8C2CC !important;
+}
+.chip-secondary .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-secondary .divider-text:before, .divider.divider-secondary .divider-text:after {
+ border-color : #B8C2CC !important;
+}
+
+input[type='checkbox'].bg-secondary + .custom-control-label:before, input[type='radio'].bg-secondary + .custom-control-label:before {
+ background-color : #B8C2CC !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #B8C2CC !important;
+}
+
+.vs-checkbox-secondary input:checked ~ .vs-checkbox {
+ border-color : #B8C2CC !important;
+}
+.vs-checkbox-secondary input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #B8C2CC !important;
+}
+
+.vs-checkbox-secondary input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #B8C2CC !important;
+}
+
+.custom-switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #B8C2CC !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-secondary input:checked ~ .vs-radio .vs-radio--circle {
+ background : #B8C2CC !important;
+ box-shadow : 0 3px 12px 0 rgba(184, 194, 204, 0.4) !important;
+}
+
+.secondary.darken-1 {
+ color : #A9B5C1 !important;
+}
+
+.bg-secondary.bg-darken-1 {
+ background-color : #A9B5C1 !important;
+}
+
+.btn-secondary.btn-darken-1 {
+ border-color : #9AA9B7 !important;
+ background-color : #A9B5C1 !important;
+}
+.btn-secondary.btn-darken-1:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-darken-1:focus, .btn-secondary.btn-darken-1:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-darken-1 {
+ border-color : #A9B5C1 !important;
+ color : #A9B5C1 !important;
+}
+.btn-outline-secondary.btn-outline-darken-1:hover {
+ background-color : #A9B5C1 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #A9B5C1 !important;
+}
+
+.border-secondary.border-darken-1 {
+ border : 1px solid #A9B5C1 !important;
+}
+
+.border-top-secondary.border-top-darken-1 {
+ border-top : 1px solid #A9B5C1 !important;
+}
+
+.border-bottom-secondary.border-bottom-darken-1 {
+ border-bottom : 1px solid #A9B5C1 !important;
+}
+
+.border-left-secondary.border-left-darken-1 {
+ border-left : 1px solid #A9B5C1 !important;
+}
+
+.border-right-secondary.border-right-darken-1 {
+ border-right : 1px solid #A9B5C1 !important;
+}
+
+.overlay-secondary.overlay-darken-1 {
+ background : #A9B5C1;
+ /* The Fallback */
+ background : rgba(169, 181, 193, 0.6);
+}
+
+.secondary.darken-2 {
+ color : #9AA9B7 !important;
+}
+
+.bg-secondary.bg-darken-2 {
+ background-color : #9AA9B7 !important;
+}
+
+.btn-secondary.btn-darken-2 {
+ border-color : #9AA9B7 !important;
+ background-color : #9AA9B7 !important;
+}
+.btn-secondary.btn-darken-2:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-darken-2:focus, .btn-secondary.btn-darken-2:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-darken-2 {
+ border-color : #9AA9B7 !important;
+ color : #9AA9B7 !important;
+}
+.btn-outline-secondary.btn-outline-darken-2:hover {
+ background-color : #9AA9B7 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #9AA9B7 !important;
+}
+
+.border-secondary.border-darken-2 {
+ border : 1px solid #9AA9B7 !important;
+}
+
+.border-top-secondary.border-top-darken-2 {
+ border-top : 1px solid #9AA9B7 !important;
+}
+
+.border-bottom-secondary.border-bottom-darken-2 {
+ border-bottom : 1px solid #9AA9B7 !important;
+}
+
+.border-left-secondary.border-left-darken-2 {
+ border-left : 1px solid #9AA9B7 !important;
+}
+
+.border-right-secondary.border-right-darken-2 {
+ border-right : 1px solid #9AA9B7 !important;
+}
+
+.overlay-secondary.overlay-darken-2 {
+ background : #9AA9B7;
+ /* The Fallback */
+ background : rgba(154, 169, 183, 0.6);
+}
+
+.secondary.darken-3 {
+ color : #8B9CAC !important;
+}
+
+.bg-secondary.bg-darken-3 {
+ background-color : #8B9CAC !important;
+}
+
+.btn-secondary.btn-darken-3 {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-darken-3:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-darken-3:focus, .btn-secondary.btn-darken-3:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-darken-3 {
+ border-color : #8B9CAC !important;
+ color : #8B9CAC !important;
+}
+.btn-outline-secondary.btn-outline-darken-3:hover {
+ background-color : #8B9CAC !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #8B9CAC !important;
+}
+
+.border-secondary.border-darken-3 {
+ border : 1px solid #8B9CAC !important;
+}
+
+.border-top-secondary.border-top-darken-3 {
+ border-top : 1px solid #8B9CAC !important;
+}
+
+.border-bottom-secondary.border-bottom-darken-3 {
+ border-bottom : 1px solid #8B9CAC !important;
+}
+
+.border-left-secondary.border-left-darken-3 {
+ border-left : 1px solid #8B9CAC !important;
+}
+
+.border-right-secondary.border-right-darken-3 {
+ border-right : 1px solid #8B9CAC !important;
+}
+
+.overlay-secondary.overlay-darken-3 {
+ background : #8B9CAC;
+ /* The Fallback */
+ background : rgba(139, 156, 172, 0.6);
+}
+
+.secondary.darken-4 {
+ color : #7D8FA1 !important;
+}
+
+.bg-secondary.bg-darken-4 {
+ background-color : #7D8FA1 !important;
+}
+
+.btn-secondary.btn-darken-4 {
+ border-color : #9AA9B7 !important;
+ background-color : #7D8FA1 !important;
+}
+.btn-secondary.btn-darken-4:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-darken-4:focus, .btn-secondary.btn-darken-4:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-darken-4 {
+ border-color : #7D8FA1 !important;
+ color : #7D8FA1 !important;
+}
+.btn-outline-secondary.btn-outline-darken-4:hover {
+ background-color : #7D8FA1 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #7D8FA1 !important;
+}
+
+.border-secondary.border-darken-4 {
+ border : 1px solid #7D8FA1 !important;
+}
+
+.border-top-secondary.border-top-darken-4 {
+ border-top : 1px solid #7D8FA1 !important;
+}
+
+.border-bottom-secondary.border-bottom-darken-4 {
+ border-bottom : 1px solid #7D8FA1 !important;
+}
+
+.border-left-secondary.border-left-darken-4 {
+ border-left : 1px solid #7D8FA1 !important;
+}
+
+.border-right-secondary.border-right-darken-4 {
+ border-right : 1px solid #7D8FA1 !important;
+}
+
+.overlay-secondary.overlay-darken-4 {
+ background : #7D8FA1;
+ /* The Fallback */
+ background : rgba(125, 143, 161, 0.6);
+}
+
+.secondary.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-secondary.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-secondary.btn-gradient-bg {
+ border-color : #9AA9B7 !important;
+ background-color : #640064 !important;
+}
+.btn-secondary.btn-gradient-bg:hover {
+ border-color : #9AA9B7 !important;
+ background-color : #8B9CAC !important;
+}
+.btn-secondary.btn-gradient-bg:focus, .btn-secondary.btn-gradient-bg:active {
+ border-color : #8B9CAC !important;
+ background-color : #7D8FA1 !important;
+}
+
+.btn-outline-secondary.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-secondary.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-secondary {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-secondary.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-secondary.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-secondary.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-secondary.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-secondary.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-secondary.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
+
+.success.gradient-light {
+ color : #4AE9D3 !important;
+}
+
+.bg-success.bg-gradient-light {
+ background-color : #4AE9D3 !important;
+}
+
+.btn-success.btn-gradient-light {
+ border-color : #1F9D57 !important;
+ background-color : #4AE9D3 !important;
+}
+.btn-success.btn-gradient-light:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-gradient-light:focus, .btn-success.btn-gradient-light:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-gradient-light {
+ border-color : #4AE9D3 !important;
+ color : #4AE9D3 !important;
+}
+.btn-outline-success.btn-outline-gradient-light:hover {
+ background-color : #4AE9D3 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #4AE9D3 !important;
+}
+
+.border-success.border-gradient-light {
+ border : 1px solid #4AE9D3 !important;
+}
+
+.border-top-success.border-top-gradient-light {
+ border-top : 1px solid #4AE9D3 !important;
+}
+
+.border-bottom-success.border-bottom-gradient-light {
+ border-bottom : 1px solid #4AE9D3 !important;
+}
+
+.border-left-success.border-left-gradient-light {
+ border-left : 1px solid #4AE9D3 !important;
+}
+
+.border-right-success.border-right-gradient-light {
+ border-right : 1px solid #4AE9D3 !important;
+}
+
+.overlay-success.overlay-gradient-light {
+ background : #4AE9D3;
+ /* The Fallback */
+ background : rgba(74, 233, 211, 0.6);
+}
+
+.success.light-badge {
+ color : #C7F4DB !important;
+}
+
+.bg-success.bg-light-badge {
+ background-color : #C7F4DB !important;
+}
+
+.btn-success.btn-light-badge {
+ border-color : #1F9D57 !important;
+ background-color : #C7F4DB !important;
+}
+.btn-success.btn-light-badge:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-light-badge:focus, .btn-success.btn-light-badge:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-light-badge {
+ border-color : #C7F4DB !important;
+ color : #C7F4DB !important;
+}
+.btn-outline-success.btn-outline-light-badge:hover {
+ background-color : #C7F4DB !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #C7F4DB !important;
+}
+
+.border-success.border-light-badge {
+ border : 1px solid #C7F4DB !important;
+}
+
+.border-top-success.border-top-light-badge {
+ border-top : 1px solid #C7F4DB !important;
+}
+
+.border-bottom-success.border-bottom-light-badge {
+ border-bottom : 1px solid #C7F4DB !important;
+}
+
+.border-left-success.border-left-light-badge {
+ border-left : 1px solid #C7F4DB !important;
+}
+
+.border-right-success.border-right-light-badge {
+ border-right : 1px solid #C7F4DB !important;
+}
+
+.overlay-success.overlay-light-badge {
+ background : #C7F4DB;
+ /* The Fallback */
+ background : rgba(199, 244, 219, 0.6);
+}
+
+.success.lighten-5 {
+ color : #88E7B2 !important;
+}
+
+.bg-success.bg-lighten-5 {
+ background-color : #88E7B2 !important;
+}
+
+.btn-success.btn-lighten-5 {
+ border-color : #1F9D57 !important;
+ background-color : #88E7B2 !important;
+}
+.btn-success.btn-lighten-5:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-lighten-5:focus, .btn-success.btn-lighten-5:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-lighten-5 {
+ border-color : #88E7B2 !important;
+ color : #88E7B2 !important;
+}
+.btn-outline-success.btn-outline-lighten-5:hover {
+ background-color : #88E7B2 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #88E7B2 !important;
+}
+
+.border-success.border-lighten-5 {
+ border : 1px solid #88E7B2 !important;
+}
+
+.border-top-success.border-top-lighten-5 {
+ border-top : 1px solid #88E7B2 !important;
+}
+
+.border-bottom-success.border-bottom-lighten-5 {
+ border-bottom : 1px solid #88E7B2 !important;
+}
+
+.border-left-success.border-left-lighten-5 {
+ border-left : 1px solid #88E7B2 !important;
+}
+
+.border-right-success.border-right-lighten-5 {
+ border-right : 1px solid #88E7B2 !important;
+}
+
+.overlay-success.overlay-lighten-5 {
+ background : #88E7B2;
+ /* The Fallback */
+ background : rgba(136, 231, 178, 0.6);
+}
+
+.success.lighten-4 {
+ color : #72E3A4 !important;
+}
+
+.bg-success.bg-lighten-4 {
+ background-color : #72E3A4 !important;
+}
+
+.btn-success.btn-lighten-4 {
+ border-color : #1F9D57 !important;
+ background-color : #72E3A4 !important;
+}
+.btn-success.btn-lighten-4:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-lighten-4:focus, .btn-success.btn-lighten-4:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-lighten-4 {
+ border-color : #72E3A4 !important;
+ color : #72E3A4 !important;
+}
+.btn-outline-success.btn-outline-lighten-4:hover {
+ background-color : #72E3A4 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #72E3A4 !important;
+}
+
+.border-success.border-lighten-4 {
+ border : 1px solid #72E3A4 !important;
+}
+
+.border-top-success.border-top-lighten-4 {
+ border-top : 1px solid #72E3A4 !important;
+}
+
+.border-bottom-success.border-bottom-lighten-4 {
+ border-bottom : 1px solid #72E3A4 !important;
+}
+
+.border-left-success.border-left-lighten-4 {
+ border-left : 1px solid #72E3A4 !important;
+}
+
+.border-right-success.border-right-lighten-4 {
+ border-right : 1px solid #72E3A4 !important;
+}
+
+.overlay-success.overlay-lighten-4 {
+ background : #72E3A4;
+ /* The Fallback */
+ background : rgba(114, 227, 164, 0.6);
+}
+
+.success.lighten-3 {
+ color : #5DDE97 !important;
+}
+
+.bg-success.bg-lighten-3 {
+ background-color : #5DDE97 !important;
+}
+
+.btn-success.btn-lighten-3 {
+ border-color : #1F9D57 !important;
+ background-color : #5DDE97 !important;
+}
+.btn-success.btn-lighten-3:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-lighten-3:focus, .btn-success.btn-lighten-3:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-lighten-3 {
+ border-color : #5DDE97 !important;
+ color : #5DDE97 !important;
+}
+.btn-outline-success.btn-outline-lighten-3:hover {
+ background-color : #5DDE97 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #5DDE97 !important;
+}
+
+.border-success.border-lighten-3 {
+ border : 1px solid #5DDE97 !important;
+}
+
+.border-top-success.border-top-lighten-3 {
+ border-top : 1px solid #5DDE97 !important;
+}
+
+.border-bottom-success.border-bottom-lighten-3 {
+ border-bottom : 1px solid #5DDE97 !important;
+}
+
+.border-left-success.border-left-lighten-3 {
+ border-left : 1px solid #5DDE97 !important;
+}
+
+.border-right-success.border-right-lighten-3 {
+ border-right : 1px solid #5DDE97 !important;
+}
+
+.overlay-success.overlay-lighten-3 {
+ background : #5DDE97;
+ /* The Fallback */
+ background : rgba(93, 222, 151, 0.6);
+}
+
+.success.lighten-2 {
+ color : #48DA89 !important;
+}
+
+.bg-success.bg-lighten-2 {
+ background-color : #48DA89 !important;
+}
+
+.btn-success.btn-lighten-2 {
+ border-color : #1F9D57 !important;
+ background-color : #48DA89 !important;
+}
+.btn-success.btn-lighten-2:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-lighten-2:focus, .btn-success.btn-lighten-2:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-lighten-2 {
+ border-color : #48DA89 !important;
+ color : #48DA89 !important;
+}
+.btn-outline-success.btn-outline-lighten-2:hover {
+ background-color : #48DA89 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #48DA89 !important;
+}
+
+.border-success.border-lighten-2 {
+ border : 1px solid #48DA89 !important;
+}
+
+.border-top-success.border-top-lighten-2 {
+ border-top : 1px solid #48DA89 !important;
+}
+
+.border-bottom-success.border-bottom-lighten-2 {
+ border-bottom : 1px solid #48DA89 !important;
+}
+
+.border-left-success.border-left-lighten-2 {
+ border-left : 1px solid #48DA89 !important;
+}
+
+.border-right-success.border-right-lighten-2 {
+ border-right : 1px solid #48DA89 !important;
+}
+
+.overlay-success.overlay-lighten-2 {
+ background : #48DA89;
+ /* The Fallback */
+ background : rgba(72, 218, 137, 0.6);
+}
+
+.success.lighten-1 {
+ color : #33D67C !important;
+}
+
+.bg-success.bg-lighten-1 {
+ background-color : #33D67C !important;
+}
+
+.btn-success.btn-lighten-1 {
+ border-color : #1F9D57 !important;
+ background-color : #33D67C !important;
+}
+.btn-success.btn-lighten-1:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-lighten-1:focus, .btn-success.btn-lighten-1:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-lighten-1 {
+ border-color : #33D67C !important;
+ color : #33D67C !important;
+}
+.btn-outline-success.btn-outline-lighten-1:hover {
+ background-color : #33D67C !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #33D67C !important;
+}
+
+.border-success.border-lighten-1 {
+ border : 1px solid #33D67C !important;
+}
+
+.border-top-success.border-top-lighten-1 {
+ border-top : 1px solid #33D67C !important;
+}
+
+.border-bottom-success.border-bottom-lighten-1 {
+ border-bottom : 1px solid #33D67C !important;
+}
+
+.border-left-success.border-left-lighten-1 {
+ border-left : 1px solid #33D67C !important;
+}
+
+.border-right-success.border-right-lighten-1 {
+ border-right : 1px solid #33D67C !important;
+}
+
+.overlay-success.overlay-lighten-1 {
+ background : #33D67C;
+ /* The Fallback */
+ background : rgba(51, 214, 124, 0.6);
+}
+
+.success {
+ color : #28C76F !important;
+}
+
+.bg-success {
+ background-color : #28C76F !important;
+}
+.bg-success .card-header, .bg-success .card-footer {
+ background-color : transparent;
+}
+
+.alert-success {
+ background : rgba(40, 199, 111, 0.2) !important;
+ color : #28C76F !important;
+}
+.alert-success .alert-heading {
+ box-shadow : rgba(40, 199, 111, 0.4) 0 6px 15px -7px;
+}
+.alert-success .alert-link {
+ color : #24B263 !important;
+}
+
+.bg-rgba-success {
+ background : rgba(40, 199, 111, 0.15) !important;
+}
+
+.border-success {
+ border : 1px solid #28C76F !important;
+}
+
+.border-top-success {
+ border-top : 1px solid #28C76F;
+}
+
+.border-bottom-success {
+ border-bottom : 1px solid #28C76F;
+}
+
+.border-left-success {
+ border-left : 1px solid #28C76F;
+}
+
+.border-right-success {
+ border-right : 1px solid #28C76F;
+}
+
+.bg-success.badge-glow, .border-success.badge-glow, .badge-success.badge-glow {
+ box-shadow : 0 0 10px #28C76F;
+}
+
+.badge.badge-success {
+ background-color : #28C76F;
+}
+
+.badge.badge-light-success {
+ background-color : #C7F4DB;
+ color : #28C76F !important;
+ font-weight : 500;
+}
+
+.overlay-success {
+ background : #28C76F;
+ /* The Fallback */
+ background : rgba(40, 199, 111, 0.6);
+}
+
+.btn-success {
+ border-color : #1F9D57 !important;
+ background-color : #28C76F !important;
+ color : #FFFFFF;
+}
+.btn-success:hover {
+ border-color : #24B263 !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #28C76F;
+}
+.btn-success:focus, .btn-success:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-success {
+ background-color : transparent;
+ color : #28C76F;
+}
+.btn-flat-success:hover {
+ color : #28C76F;
+ background-color : rgba(40, 199, 111, 0.1);
+}
+.btn-flat-success:active, .btn-flat-success:focus {
+ background-color : #28C76F;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-success {
+ background-color : #28C76F;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-success:hover {
+ color : #FFFFFF;
+}
+.btn-relief-success:active, .btn-relief-success:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-success {
+ border : 1px solid #28C76F;
+ background-color : transparent;
+ color : #28C76F;
+}
+.btn-outline-success:hover {
+ background-color : rgba(40, 199, 111, 0.08);
+ color : #28C76F;
+}
+.btn-outline-success:active {
+ color : #FFFFFF !important;
+}
+
+.btn-success ~ .dropdown-menu .dropdown-item.active, .btn-outline-success ~ .dropdown-menu .dropdown-item.active, .btn-flat-success ~ .dropdown-menu .dropdown-item.active {
+ background-color : #28C76F;
+ color : #FFFFFF;
+}
+.btn-success ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-success ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-success ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-success ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #28C76F;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:hover i {
+ color : #28C76F;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-success ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-success ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-success ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-success {
+ background-color : #28C76F;
+}
+
+.pagination-success .page-item.active .page-link {
+ background : #28C76F;
+ color : #FFFFFF;
+}
+.pagination-success .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-success .page-item .page-link:hover {
+ color : #28C76F;
+}
+
+.pagination-success .page-item.prev-item .page-link:hover, .pagination-success .page-item.next-item .page-link:hover {
+ background : #28C76F;
+ color : #FFFFFF;
+}
+
+.nav-pill-success .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #28C76F !important;
+}
+
+.progress-bar-success {
+ background-color : rgba(40, 199, 111, 0.1);
+}
+.progress-bar-success .progress-bar {
+ background-color : #28C76F;
+}
+
+.chip-success {
+ background-color : #28C76F !important;
+}
+.chip-success .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-success .divider-text:before, .divider.divider-success .divider-text:after {
+ border-color : #28C76F !important;
+}
+
+input[type='checkbox'].bg-success + .custom-control-label:before, input[type='radio'].bg-success + .custom-control-label:before {
+ background-color : #28C76F !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #28C76F !important;
+}
+
+.vs-checkbox-success input:checked ~ .vs-checkbox {
+ border-color : #28C76F !important;
+}
+.vs-checkbox-success input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #28C76F !important;
+}
+
+.vs-checkbox-success input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #28C76F !important;
+}
+
+.custom-switch-success .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #28C76F !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-success input:checked ~ .vs-radio .vs-radio--circle {
+ background : #28C76F !important;
+ box-shadow : 0 3px 12px 0 rgba(40, 199, 111, 0.4) !important;
+}
+
+.success.darken-1 {
+ color : #24B263 !important;
+}
+
+.bg-success.bg-darken-1 {
+ background-color : #24B263 !important;
+}
+
+.btn-success.btn-darken-1 {
+ border-color : #1F9D57 !important;
+ background-color : #24B263 !important;
+}
+.btn-success.btn-darken-1:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-darken-1:focus, .btn-success.btn-darken-1:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-darken-1 {
+ border-color : #24B263 !important;
+ color : #24B263 !important;
+}
+.btn-outline-success.btn-outline-darken-1:hover {
+ background-color : #24B263 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #24B263 !important;
+}
+
+.border-success.border-darken-1 {
+ border : 1px solid #24B263 !important;
+}
+
+.border-top-success.border-top-darken-1 {
+ border-top : 1px solid #24B263 !important;
+}
+
+.border-bottom-success.border-bottom-darken-1 {
+ border-bottom : 1px solid #24B263 !important;
+}
+
+.border-left-success.border-left-darken-1 {
+ border-left : 1px solid #24B263 !important;
+}
+
+.border-right-success.border-right-darken-1 {
+ border-right : 1px solid #24B263 !important;
+}
+
+.overlay-success.overlay-darken-1 {
+ background : #24B263;
+ /* The Fallback */
+ background : rgba(36, 178, 99, 0.6);
+}
+
+.success.darken-2 {
+ color : #1F9D57 !important;
+}
+
+.bg-success.bg-darken-2 {
+ background-color : #1F9D57 !important;
+}
+
+.btn-success.btn-darken-2 {
+ border-color : #1F9D57 !important;
+ background-color : #1F9D57 !important;
+}
+.btn-success.btn-darken-2:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-darken-2:focus, .btn-success.btn-darken-2:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-darken-2 {
+ border-color : #1F9D57 !important;
+ color : #1F9D57 !important;
+}
+.btn-outline-success.btn-outline-darken-2:hover {
+ background-color : #1F9D57 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1F9D57 !important;
+}
+
+.border-success.border-darken-2 {
+ border : 1px solid #1F9D57 !important;
+}
+
+.border-top-success.border-top-darken-2 {
+ border-top : 1px solid #1F9D57 !important;
+}
+
+.border-bottom-success.border-bottom-darken-2 {
+ border-bottom : 1px solid #1F9D57 !important;
+}
+
+.border-left-success.border-left-darken-2 {
+ border-left : 1px solid #1F9D57 !important;
+}
+
+.border-right-success.border-right-darken-2 {
+ border-right : 1px solid #1F9D57 !important;
+}
+
+.overlay-success.overlay-darken-2 {
+ background : #1F9D57;
+ /* The Fallback */
+ background : rgba(31, 157, 87, 0.6);
+}
+
+.success.darken-3 {
+ color : #1B874B !important;
+}
+
+.bg-success.bg-darken-3 {
+ background-color : #1B874B !important;
+}
+
+.btn-success.btn-darken-3 {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-darken-3:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-darken-3:focus, .btn-success.btn-darken-3:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-darken-3 {
+ border-color : #1B874B !important;
+ color : #1B874B !important;
+}
+.btn-outline-success.btn-outline-darken-3:hover {
+ background-color : #1B874B !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1B874B !important;
+}
+
+.border-success.border-darken-3 {
+ border : 1px solid #1B874B !important;
+}
+
+.border-top-success.border-top-darken-3 {
+ border-top : 1px solid #1B874B !important;
+}
+
+.border-bottom-success.border-bottom-darken-3 {
+ border-bottom : 1px solid #1B874B !important;
+}
+
+.border-left-success.border-left-darken-3 {
+ border-left : 1px solid #1B874B !important;
+}
+
+.border-right-success.border-right-darken-3 {
+ border-right : 1px solid #1B874B !important;
+}
+
+.overlay-success.overlay-darken-3 {
+ background : #1B874B;
+ /* The Fallback */
+ background : rgba(27, 135, 75, 0.6);
+}
+
+.success.darken-4 {
+ color : #177240 !important;
+}
+
+.bg-success.bg-darken-4 {
+ background-color : #177240 !important;
+}
+
+.btn-success.btn-darken-4 {
+ border-color : #1F9D57 !important;
+ background-color : #177240 !important;
+}
+.btn-success.btn-darken-4:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-darken-4:focus, .btn-success.btn-darken-4:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-darken-4 {
+ border-color : #177240 !important;
+ color : #177240 !important;
+}
+.btn-outline-success.btn-outline-darken-4:hover {
+ background-color : #177240 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #177240 !important;
+}
+
+.border-success.border-darken-4 {
+ border : 1px solid #177240 !important;
+}
+
+.border-top-success.border-top-darken-4 {
+ border-top : 1px solid #177240 !important;
+}
+
+.border-bottom-success.border-bottom-darken-4 {
+ border-bottom : 1px solid #177240 !important;
+}
+
+.border-left-success.border-left-darken-4 {
+ border-left : 1px solid #177240 !important;
+}
+
+.border-right-success.border-right-darken-4 {
+ border-right : 1px solid #177240 !important;
+}
+
+.overlay-success.overlay-darken-4 {
+ background : #177240;
+ /* The Fallback */
+ background : rgba(23, 114, 64, 0.6);
+}
+
+.success.accent-1 {
+ color : #E1FFF1 !important;
+}
+
+.bg-success.bg-accent-1 {
+ background-color : #E1FFF1 !important;
+}
+
+.btn-success.btn-accent-1 {
+ border-color : #1F9D57 !important;
+ background-color : #E1FFF1 !important;
+}
+.btn-success.btn-accent-1:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-accent-1:focus, .btn-success.btn-accent-1:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-accent-1 {
+ border-color : #E1FFF1 !important;
+ color : #E1FFF1 !important;
+}
+.btn-outline-success.btn-outline-accent-1:hover {
+ background-color : #E1FFF1 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E1FFF1 !important;
+}
+
+.border-success.border-accent-1 {
+ border : 1px solid #E1FFF1 !important;
+}
+
+.border-top-success.border-top-accent-1 {
+ border-top : 1px solid #E1FFF1 !important;
+}
+
+.border-bottom-success.border-bottom-accent-1 {
+ border-bottom : 1px solid #E1FFF1 !important;
+}
+
+.border-left-success.border-left-accent-1 {
+ border-left : 1px solid #E1FFF1 !important;
+}
+
+.border-right-success.border-right-accent-1 {
+ border-right : 1px solid #E1FFF1 !important;
+}
+
+.overlay-success.overlay-accent-1 {
+ background : #E1FFF1;
+ /* The Fallback */
+ background : rgba(225, 255, 241, 0.6);
+}
+
+.success.accent-2 {
+ color : #AEFFD9 !important;
+}
+
+.bg-success.bg-accent-2 {
+ background-color : #AEFFD9 !important;
+}
+
+.btn-success.btn-accent-2 {
+ border-color : #1F9D57 !important;
+ background-color : #AEFFD9 !important;
+}
+.btn-success.btn-accent-2:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-accent-2:focus, .btn-success.btn-accent-2:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-accent-2 {
+ border-color : #AEFFD9 !important;
+ color : #AEFFD9 !important;
+}
+.btn-outline-success.btn-outline-accent-2:hover {
+ background-color : #AEFFD9 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #AEFFD9 !important;
+}
+
+.border-success.border-accent-2 {
+ border : 1px solid #AEFFD9 !important;
+}
+
+.border-top-success.border-top-accent-2 {
+ border-top : 1px solid #AEFFD9 !important;
+}
+
+.border-bottom-success.border-bottom-accent-2 {
+ border-bottom : 1px solid #AEFFD9 !important;
+}
+
+.border-left-success.border-left-accent-2 {
+ border-left : 1px solid #AEFFD9 !important;
+}
+
+.border-right-success.border-right-accent-2 {
+ border-right : 1px solid #AEFFD9 !important;
+}
+
+.overlay-success.overlay-accent-2 {
+ background : #AEFFD9;
+ /* The Fallback */
+ background : rgba(174, 255, 217, 0.6);
+}
+
+.success.accent-3 {
+ color : #7BFFC1 !important;
+}
+
+.bg-success.bg-accent-3 {
+ background-color : #7BFFC1 !important;
+}
+
+.btn-success.btn-accent-3 {
+ border-color : #1F9D57 !important;
+ background-color : #7BFFC1 !important;
+}
+.btn-success.btn-accent-3:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-accent-3:focus, .btn-success.btn-accent-3:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-accent-3 {
+ border-color : #7BFFC1 !important;
+ color : #7BFFC1 !important;
+}
+.btn-outline-success.btn-outline-accent-3:hover {
+ background-color : #7BFFC1 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #7BFFC1 !important;
+}
+
+.border-success.border-accent-3 {
+ border : 1px solid #7BFFC1 !important;
+}
+
+.border-top-success.border-top-accent-3 {
+ border-top : 1px solid #7BFFC1 !important;
+}
+
+.border-bottom-success.border-bottom-accent-3 {
+ border-bottom : 1px solid #7BFFC1 !important;
+}
+
+.border-left-success.border-left-accent-3 {
+ border-left : 1px solid #7BFFC1 !important;
+}
+
+.border-right-success.border-right-accent-3 {
+ border-right : 1px solid #7BFFC1 !important;
+}
+
+.overlay-success.overlay-accent-3 {
+ background : #7BFFC1;
+ /* The Fallback */
+ background : rgba(123, 255, 193, 0.6);
+}
+
+.success.accent-4 {
+ color : #62FFB5 !important;
+}
+
+.bg-success.bg-accent-4 {
+ background-color : #62FFB5 !important;
+}
+
+.btn-success.btn-accent-4 {
+ border-color : #1F9D57 !important;
+ background-color : #62FFB5 !important;
+}
+.btn-success.btn-accent-4:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-accent-4:focus, .btn-success.btn-accent-4:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-accent-4 {
+ border-color : #62FFB5 !important;
+ color : #62FFB5 !important;
+}
+.btn-outline-success.btn-outline-accent-4:hover {
+ background-color : #62FFB5 !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #62FFB5 !important;
+}
+
+.border-success.border-accent-4 {
+ border : 1px solid #62FFB5 !important;
+}
+
+.border-top-success.border-top-accent-4 {
+ border-top : 1px solid #62FFB5 !important;
+}
+
+.border-bottom-success.border-bottom-accent-4 {
+ border-bottom : 1px solid #62FFB5 !important;
+}
+
+.border-left-success.border-left-accent-4 {
+ border-left : 1px solid #62FFB5 !important;
+}
+
+.border-right-success.border-right-accent-4 {
+ border-right : 1px solid #62FFB5 !important;
+}
+
+.overlay-success.overlay-accent-4 {
+ background : #62FFB5;
+ /* The Fallback */
+ background : rgba(98, 255, 181, 0.6);
+}
+
+.success.gradient-bg {
+ color : #0064FA !important;
+}
+
+.bg-success.bg-gradient-bg {
+ background-color : #0064FA !important;
+}
+
+.btn-success.btn-gradient-bg {
+ border-color : #1F9D57 !important;
+ background-color : #0064FA !important;
+}
+.btn-success.btn-gradient-bg:hover {
+ border-color : #1F9D57 !important;
+ background-color : #1B874B !important;
+}
+.btn-success.btn-gradient-bg:focus, .btn-success.btn-gradient-bg:active {
+ border-color : #1B874B !important;
+ background-color : #177240 !important;
+}
+
+.btn-outline-success.btn-outline-gradient-bg {
+ border-color : #0064FA !important;
+ color : #0064FA !important;
+}
+.btn-outline-success.btn-outline-gradient-bg:hover {
+ background-color : #0064FA !important;
+}
+
+input:focus ~ .bg-success {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #0064FA !important;
+}
+
+.border-success.border-gradient-bg {
+ border : 1px solid #0064FA !important;
+}
+
+.border-top-success.border-top-gradient-bg {
+ border-top : 1px solid #0064FA !important;
+}
+
+.border-bottom-success.border-bottom-gradient-bg {
+ border-bottom : 1px solid #0064FA !important;
+}
+
+.border-left-success.border-left-gradient-bg {
+ border-left : 1px solid #0064FA !important;
+}
+
+.border-right-success.border-right-gradient-bg {
+ border-right : 1px solid #0064FA !important;
+}
+
+.overlay-success.overlay-gradient-bg {
+ background : #0064FA;
+ /* The Fallback */
+ background : rgba(0, 100, 250, 0.6);
+}
+
+.info.gradient-light {
+ color : #2D91FF !important;
+}
+
+.bg-info.bg-gradient-light {
+ background-color : #2D91FF !important;
+}
+
+.btn-info.btn-gradient-light {
+ border-color : #00A1B5 !important;
+ background-color : #2D91FF !important;
+}
+.btn-info.btn-gradient-light:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-gradient-light:focus, .btn-info.btn-gradient-light:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-gradient-light {
+ border-color : #2D91FF !important;
+ color : #2D91FF !important;
+}
+.btn-outline-info.btn-outline-gradient-light:hover {
+ background-color : #2D91FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #2D91FF !important;
+}
+
+.border-info.border-gradient-light {
+ border : 1px solid #2D91FF !important;
+}
+
+.border-top-info.border-top-gradient-light {
+ border-top : 1px solid #2D91FF !important;
+}
+
+.border-bottom-info.border-bottom-gradient-light {
+ border-bottom : 1px solid #2D91FF !important;
+}
+
+.border-left-info.border-left-gradient-light {
+ border-left : 1px solid #2D91FF !important;
+}
+
+.border-right-info.border-right-gradient-light {
+ border-right : 1px solid #2D91FF !important;
+}
+
+.overlay-info.overlay-gradient-light {
+ background : #2D91FF;
+ /* The Fallback */
+ background : rgba(45, 145, 255, 0.6);
+}
+
+.info.light-badge {
+ color : #B5F7FF !important;
+}
+
+.bg-info.bg-light-badge {
+ background-color : #B5F7FF !important;
+}
+
+.btn-info.btn-light-badge {
+ border-color : #00A1B5 !important;
+ background-color : #B5F7FF !important;
+}
+.btn-info.btn-light-badge:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-light-badge:focus, .btn-info.btn-light-badge:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-light-badge {
+ border-color : #B5F7FF !important;
+ color : #B5F7FF !important;
+}
+.btn-outline-info.btn-outline-light-badge:hover {
+ background-color : #B5F7FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #B5F7FF !important;
+}
+
+.border-info.border-light-badge {
+ border : 1px solid #B5F7FF !important;
+}
+
+.border-top-info.border-top-light-badge {
+ border-top : 1px solid #B5F7FF !important;
+}
+
+.border-bottom-info.border-bottom-light-badge {
+ border-bottom : 1px solid #B5F7FF !important;
+}
+
+.border-left-info.border-left-light-badge {
+ border-left : 1px solid #B5F7FF !important;
+}
+
+.border-right-info.border-right-light-badge {
+ border-right : 1px solid #B5F7FF !important;
+}
+
+.overlay-info.overlay-light-badge {
+ background : #B5F7FF;
+ /* The Fallback */
+ background : rgba(181, 247, 255, 0.6);
+}
+
+.info.lighten-5 {
+ color : #69EFFF !important;
+}
+
+.bg-info.bg-lighten-5 {
+ background-color : #69EFFF !important;
+}
+
+.btn-info.btn-lighten-5 {
+ border-color : #00A1B5 !important;
+ background-color : #69EFFF !important;
+}
+.btn-info.btn-lighten-5:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-lighten-5:focus, .btn-info.btn-lighten-5:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-lighten-5 {
+ border-color : #69EFFF !important;
+ color : #69EFFF !important;
+}
+.btn-outline-info.btn-outline-lighten-5:hover {
+ background-color : #69EFFF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #69EFFF !important;
+}
+
+.border-info.border-lighten-5 {
+ border : 1px solid #69EFFF !important;
+}
+
+.border-top-info.border-top-lighten-5 {
+ border-top : 1px solid #69EFFF !important;
+}
+
+.border-bottom-info.border-bottom-lighten-5 {
+ border-bottom : 1px solid #69EFFF !important;
+}
+
+.border-left-info.border-left-lighten-5 {
+ border-left : 1px solid #69EFFF !important;
+}
+
+.border-right-info.border-right-lighten-5 {
+ border-right : 1px solid #69EFFF !important;
+}
+
+.overlay-info.overlay-lighten-5 {
+ background : #69EFFF;
+ /* The Fallback */
+ background : rgba(105, 239, 255, 0.6);
+}
+
+.info.lighten-4 {
+ color : #4FECFF !important;
+}
+
+.bg-info.bg-lighten-4 {
+ background-color : #4FECFF !important;
+}
+
+.btn-info.btn-lighten-4 {
+ border-color : #00A1B5 !important;
+ background-color : #4FECFF !important;
+}
+.btn-info.btn-lighten-4:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-lighten-4:focus, .btn-info.btn-lighten-4:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-lighten-4 {
+ border-color : #4FECFF !important;
+ color : #4FECFF !important;
+}
+.btn-outline-info.btn-outline-lighten-4:hover {
+ background-color : #4FECFF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #4FECFF !important;
+}
+
+.border-info.border-lighten-4 {
+ border : 1px solid #4FECFF !important;
+}
+
+.border-top-info.border-top-lighten-4 {
+ border-top : 1px solid #4FECFF !important;
+}
+
+.border-bottom-info.border-bottom-lighten-4 {
+ border-bottom : 1px solid #4FECFF !important;
+}
+
+.border-left-info.border-left-lighten-4 {
+ border-left : 1px solid #4FECFF !important;
+}
+
+.border-right-info.border-right-lighten-4 {
+ border-right : 1px solid #4FECFF !important;
+}
+
+.overlay-info.overlay-lighten-4 {
+ background : #4FECFF;
+ /* The Fallback */
+ background : rgba(79, 236, 255, 0.6);
+}
+
+.info.lighten-3 {
+ color : #36E9FF !important;
+}
+
+.bg-info.bg-lighten-3 {
+ background-color : #36E9FF !important;
+}
+
+.btn-info.btn-lighten-3 {
+ border-color : #00A1B5 !important;
+ background-color : #36E9FF !important;
+}
+.btn-info.btn-lighten-3:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-lighten-3:focus, .btn-info.btn-lighten-3:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-lighten-3 {
+ border-color : #36E9FF !important;
+ color : #36E9FF !important;
+}
+.btn-outline-info.btn-outline-lighten-3:hover {
+ background-color : #36E9FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #36E9FF !important;
+}
+
+.border-info.border-lighten-3 {
+ border : 1px solid #36E9FF !important;
+}
+
+.border-top-info.border-top-lighten-3 {
+ border-top : 1px solid #36E9FF !important;
+}
+
+.border-bottom-info.border-bottom-lighten-3 {
+ border-bottom : 1px solid #36E9FF !important;
+}
+
+.border-left-info.border-left-lighten-3 {
+ border-left : 1px solid #36E9FF !important;
+}
+
+.border-right-info.border-right-lighten-3 {
+ border-right : 1px solid #36E9FF !important;
+}
+
+.overlay-info.overlay-lighten-3 {
+ background : #36E9FF;
+ /* The Fallback */
+ background : rgba(54, 233, 255, 0.6);
+}
+
+.info.lighten-2 {
+ color : #1CE7FF !important;
+}
+
+.bg-info.bg-lighten-2 {
+ background-color : #1CE7FF !important;
+}
+
+.btn-info.btn-lighten-2 {
+ border-color : #00A1B5 !important;
+ background-color : #1CE7FF !important;
+}
+.btn-info.btn-lighten-2:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-lighten-2:focus, .btn-info.btn-lighten-2:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-lighten-2 {
+ border-color : #1CE7FF !important;
+ color : #1CE7FF !important;
+}
+.btn-outline-info.btn-outline-lighten-2:hover {
+ background-color : #1CE7FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #1CE7FF !important;
+}
+
+.border-info.border-lighten-2 {
+ border : 1px solid #1CE7FF !important;
+}
+
+.border-top-info.border-top-lighten-2 {
+ border-top : 1px solid #1CE7FF !important;
+}
+
+.border-bottom-info.border-bottom-lighten-2 {
+ border-bottom : 1px solid #1CE7FF !important;
+}
+
+.border-left-info.border-left-lighten-2 {
+ border-left : 1px solid #1CE7FF !important;
+}
+
+.border-right-info.border-right-lighten-2 {
+ border-right : 1px solid #1CE7FF !important;
+}
+
+.overlay-info.overlay-lighten-2 {
+ background : #1CE7FF;
+ /* The Fallback */
+ background : rgba(28, 231, 255, 0.6);
+}
+
+.info.lighten-1 {
+ color : #03E4FF !important;
+}
+
+.bg-info.bg-lighten-1 {
+ background-color : #03E4FF !important;
+}
+
+.btn-info.btn-lighten-1 {
+ border-color : #00A1B5 !important;
+ background-color : #03E4FF !important;
+}
+.btn-info.btn-lighten-1:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-lighten-1:focus, .btn-info.btn-lighten-1:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-lighten-1 {
+ border-color : #03E4FF !important;
+ color : #03E4FF !important;
+}
+.btn-outline-info.btn-outline-lighten-1:hover {
+ background-color : #03E4FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #03E4FF !important;
+}
+
+.border-info.border-lighten-1 {
+ border : 1px solid #03E4FF !important;
+}
+
+.border-top-info.border-top-lighten-1 {
+ border-top : 1px solid #03E4FF !important;
+}
+
+.border-bottom-info.border-bottom-lighten-1 {
+ border-bottom : 1px solid #03E4FF !important;
+}
+
+.border-left-info.border-left-lighten-1 {
+ border-left : 1px solid #03E4FF !important;
+}
+
+.border-right-info.border-right-lighten-1 {
+ border-right : 1px solid #03E4FF !important;
+}
+
+.overlay-info.overlay-lighten-1 {
+ background : #03E4FF;
+ /* The Fallback */
+ background : rgba(3, 228, 255, 0.6);
+}
+
+.info {
+ color : #00CFE8 !important;
+}
+
+.bg-info {
+ background-color : #00CFE8 !important;
+}
+.bg-info .card-header, .bg-info .card-footer {
+ background-color : transparent;
+}
+
+.alert-info {
+ background : rgba(0, 207, 232, 0.2) !important;
+ color : #00CFE8 !important;
+}
+.alert-info .alert-heading {
+ box-shadow : rgba(0, 207, 232, 0.4) 0 6px 15px -7px;
+}
+.alert-info .alert-link {
+ color : #00B8CF !important;
+}
+
+.bg-rgba-info {
+ background : rgba(0, 207, 232, 0.15) !important;
+}
+
+.border-info {
+ border : 1px solid #00CFE8 !important;
+}
+
+.border-top-info {
+ border-top : 1px solid #00CFE8;
+}
+
+.border-bottom-info {
+ border-bottom : 1px solid #00CFE8;
+}
+
+.border-left-info {
+ border-left : 1px solid #00CFE8;
+}
+
+.border-right-info {
+ border-right : 1px solid #00CFE8;
+}
+
+.bg-info.badge-glow, .border-info.badge-glow, .badge-info.badge-glow {
+ box-shadow : 0 0 10px #00CFE8;
+}
+
+.badge.badge-info {
+ background-color : #00CFE8;
+}
+
+.badge.badge-light-info {
+ background-color : #B5F7FF;
+ color : #00CFE8 !important;
+ font-weight : 500;
+}
+
+.overlay-info {
+ background : #00CFE8;
+ /* The Fallback */
+ background : rgba(0, 207, 232, 0.6);
+}
+
+.btn-info {
+ border-color : #00A1B5 !important;
+ background-color : #00CFE8 !important;
+ color : #FFFFFF;
+}
+.btn-info:hover {
+ border-color : #00B8CF !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #00CFE8;
+}
+.btn-info:focus, .btn-info:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-info {
+ background-color : transparent;
+ color : #00CFE8;
+}
+.btn-flat-info:hover {
+ color : #00CFE8;
+ background-color : rgba(0, 207, 232, 0.1);
+}
+.btn-flat-info:active, .btn-flat-info:focus {
+ background-color : #00CFE8;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-info {
+ background-color : #00CFE8;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-info:hover {
+ color : #FFFFFF;
+}
+.btn-relief-info:active, .btn-relief-info:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-info {
+ border : 1px solid #00CFE8;
+ background-color : transparent;
+ color : #00CFE8;
+}
+.btn-outline-info:hover {
+ background-color : rgba(0, 207, 232, 0.08);
+ color : #00CFE8;
+}
+.btn-outline-info:active {
+ color : #FFFFFF !important;
+}
+
+.btn-info ~ .dropdown-menu .dropdown-item.active, .btn-outline-info ~ .dropdown-menu .dropdown-item.active, .btn-flat-info ~ .dropdown-menu .dropdown-item.active {
+ background-color : #00CFE8;
+ color : #FFFFFF;
+}
+.btn-info ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-info ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-info ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-info ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #00CFE8;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:hover i {
+ color : #00CFE8;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-info ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-info ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-info ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-info {
+ background-color : #00CFE8;
+}
+
+.pagination-info .page-item.active .page-link {
+ background : #00CFE8;
+ color : #FFFFFF;
+}
+.pagination-info .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-info .page-item .page-link:hover {
+ color : #00CFE8;
+}
+
+.pagination-info .page-item.prev-item .page-link:hover, .pagination-info .page-item.next-item .page-link:hover {
+ background : #00CFE8;
+ color : #FFFFFF;
+}
+
+.nav-pill-info .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #00CFE8 !important;
+}
+
+.progress-bar-info {
+ background-color : rgba(0, 207, 232, 0.1);
+}
+.progress-bar-info .progress-bar {
+ background-color : #00CFE8;
+}
+
+.chip-info {
+ background-color : #00CFE8 !important;
+}
+.chip-info .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-info .divider-text:before, .divider.divider-info .divider-text:after {
+ border-color : #00CFE8 !important;
+}
+
+input[type='checkbox'].bg-info + .custom-control-label:before, input[type='radio'].bg-info + .custom-control-label:before {
+ background-color : #00CFE8 !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #00CFE8 !important;
+}
+
+.vs-checkbox-info input:checked ~ .vs-checkbox {
+ border-color : #00CFE8 !important;
+}
+.vs-checkbox-info input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #00CFE8 !important;
+}
+
+.vs-checkbox-info input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #00CFE8 !important;
+}
+
+.custom-switch-info .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #00CFE8 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-info input:checked ~ .vs-radio .vs-radio--circle {
+ background : #00CFE8 !important;
+ box-shadow : 0 3px 12px 0 rgba(0, 207, 232, 0.4) !important;
+}
+
+.info.darken-1 {
+ color : #00B8CF !important;
+}
+
+.bg-info.bg-darken-1 {
+ background-color : #00B8CF !important;
+}
+
+.btn-info.btn-darken-1 {
+ border-color : #00A1B5 !important;
+ background-color : #00B8CF !important;
+}
+.btn-info.btn-darken-1:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-darken-1:focus, .btn-info.btn-darken-1:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-darken-1 {
+ border-color : #00B8CF !important;
+ color : #00B8CF !important;
+}
+.btn-outline-info.btn-outline-darken-1:hover {
+ background-color : #00B8CF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #00B8CF !important;
+}
+
+.border-info.border-darken-1 {
+ border : 1px solid #00B8CF !important;
+}
+
+.border-top-info.border-top-darken-1 {
+ border-top : 1px solid #00B8CF !important;
+}
+
+.border-bottom-info.border-bottom-darken-1 {
+ border-bottom : 1px solid #00B8CF !important;
+}
+
+.border-left-info.border-left-darken-1 {
+ border-left : 1px solid #00B8CF !important;
+}
+
+.border-right-info.border-right-darken-1 {
+ border-right : 1px solid #00B8CF !important;
+}
+
+.overlay-info.overlay-darken-1 {
+ background : #00B8CF;
+ /* The Fallback */
+ background : rgba(0, 184, 207, 0.6);
+}
+
+.info.darken-2 {
+ color : #00A1B5 !important;
+}
+
+.bg-info.bg-darken-2 {
+ background-color : #00A1B5 !important;
+}
+
+.btn-info.btn-darken-2 {
+ border-color : #00A1B5 !important;
+ background-color : #00A1B5 !important;
+}
+.btn-info.btn-darken-2:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-darken-2:focus, .btn-info.btn-darken-2:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-darken-2 {
+ border-color : #00A1B5 !important;
+ color : #00A1B5 !important;
+}
+.btn-outline-info.btn-outline-darken-2:hover {
+ background-color : #00A1B5 !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #00A1B5 !important;
+}
+
+.border-info.border-darken-2 {
+ border : 1px solid #00A1B5 !important;
+}
+
+.border-top-info.border-top-darken-2 {
+ border-top : 1px solid #00A1B5 !important;
+}
+
+.border-bottom-info.border-bottom-darken-2 {
+ border-bottom : 1px solid #00A1B5 !important;
+}
+
+.border-left-info.border-left-darken-2 {
+ border-left : 1px solid #00A1B5 !important;
+}
+
+.border-right-info.border-right-darken-2 {
+ border-right : 1px solid #00A1B5 !important;
+}
+
+.overlay-info.overlay-darken-2 {
+ background : #00A1B5;
+ /* The Fallback */
+ background : rgba(0, 161, 181, 0.6);
+}
+
+.info.darken-3 {
+ color : #008B9C !important;
+}
+
+.bg-info.bg-darken-3 {
+ background-color : #008B9C !important;
+}
+
+.btn-info.btn-darken-3 {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-darken-3:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-darken-3:focus, .btn-info.btn-darken-3:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-darken-3 {
+ border-color : #008B9C !important;
+ color : #008B9C !important;
+}
+.btn-outline-info.btn-outline-darken-3:hover {
+ background-color : #008B9C !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #008B9C !important;
+}
+
+.border-info.border-darken-3 {
+ border : 1px solid #008B9C !important;
+}
+
+.border-top-info.border-top-darken-3 {
+ border-top : 1px solid #008B9C !important;
+}
+
+.border-bottom-info.border-bottom-darken-3 {
+ border-bottom : 1px solid #008B9C !important;
+}
+
+.border-left-info.border-left-darken-3 {
+ border-left : 1px solid #008B9C !important;
+}
+
+.border-right-info.border-right-darken-3 {
+ border-right : 1px solid #008B9C !important;
+}
+
+.overlay-info.overlay-darken-3 {
+ background : #008B9C;
+ /* The Fallback */
+ background : rgba(0, 139, 156, 0.6);
+}
+
+.info.darken-4 {
+ color : #007482 !important;
+}
+
+.bg-info.bg-darken-4 {
+ background-color : #007482 !important;
+}
+
+.btn-info.btn-darken-4 {
+ border-color : #00A1B5 !important;
+ background-color : #007482 !important;
+}
+.btn-info.btn-darken-4:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-darken-4:focus, .btn-info.btn-darken-4:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-darken-4 {
+ border-color : #007482 !important;
+ color : #007482 !important;
+}
+.btn-outline-info.btn-outline-darken-4:hover {
+ background-color : #007482 !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #007482 !important;
+}
+
+.border-info.border-darken-4 {
+ border : 1px solid #007482 !important;
+}
+
+.border-top-info.border-top-darken-4 {
+ border-top : 1px solid #007482 !important;
+}
+
+.border-bottom-info.border-bottom-darken-4 {
+ border-bottom : 1px solid #007482 !important;
+}
+
+.border-left-info.border-left-darken-4 {
+ border-left : 1px solid #007482 !important;
+}
+
+.border-right-info.border-right-darken-4 {
+ border-right : 1px solid #007482 !important;
+}
+
+.overlay-info.overlay-darken-4 {
+ background : #007482;
+ /* The Fallback */
+ background : rgba(0, 116, 130, 0.6);
+}
+
+.info.accent-1 {
+ color : #FEFFFF !important;
+}
+
+.bg-info.bg-accent-1 {
+ background-color : #FEFFFF !important;
+}
+
+.btn-info.btn-accent-1 {
+ border-color : #00A1B5 !important;
+ background-color : #FEFFFF !important;
+}
+.btn-info.btn-accent-1:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-accent-1:focus, .btn-info.btn-accent-1:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-accent-1 {
+ border-color : #FEFFFF !important;
+ color : #FEFFFF !important;
+}
+.btn-outline-info.btn-outline-accent-1:hover {
+ background-color : #FEFFFF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FEFFFF !important;
+}
+
+.border-info.border-accent-1 {
+ border : 1px solid #FEFFFF !important;
+}
+
+.border-top-info.border-top-accent-1 {
+ border-top : 1px solid #FEFFFF !important;
+}
+
+.border-bottom-info.border-bottom-accent-1 {
+ border-bottom : 1px solid #FEFFFF !important;
+}
+
+.border-left-info.border-left-accent-1 {
+ border-left : 1px solid #FEFFFF !important;
+}
+
+.border-right-info.border-right-accent-1 {
+ border-right : 1px solid #FEFFFF !important;
+}
+
+.overlay-info.overlay-accent-1 {
+ background : #FEFFFF;
+ /* The Fallback */
+ background : rgba(254, 255, 255, 0.6);
+}
+
+.info.accent-2 {
+ color : #CBF5FF !important;
+}
+
+.bg-info.bg-accent-2 {
+ background-color : #CBF5FF !important;
+}
+
+.btn-info.btn-accent-2 {
+ border-color : #00A1B5 !important;
+ background-color : #CBF5FF !important;
+}
+.btn-info.btn-accent-2:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-accent-2:focus, .btn-info.btn-accent-2:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-accent-2 {
+ border-color : #CBF5FF !important;
+ color : #CBF5FF !important;
+}
+.btn-outline-info.btn-outline-accent-2:hover {
+ background-color : #CBF5FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #CBF5FF !important;
+}
+
+.border-info.border-accent-2 {
+ border : 1px solid #CBF5FF !important;
+}
+
+.border-top-info.border-top-accent-2 {
+ border-top : 1px solid #CBF5FF !important;
+}
+
+.border-bottom-info.border-bottom-accent-2 {
+ border-bottom : 1px solid #CBF5FF !important;
+}
+
+.border-left-info.border-left-accent-2 {
+ border-left : 1px solid #CBF5FF !important;
+}
+
+.border-right-info.border-right-accent-2 {
+ border-right : 1px solid #CBF5FF !important;
+}
+
+.overlay-info.overlay-accent-2 {
+ background : #CBF5FF;
+ /* The Fallback */
+ background : rgba(203, 245, 255, 0.6);
+}
+
+.info.accent-3 {
+ color : #98ECFF !important;
+}
+
+.bg-info.bg-accent-3 {
+ background-color : #98ECFF !important;
+}
+
+.btn-info.btn-accent-3 {
+ border-color : #00A1B5 !important;
+ background-color : #98ECFF !important;
+}
+.btn-info.btn-accent-3:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-accent-3:focus, .btn-info.btn-accent-3:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-accent-3 {
+ border-color : #98ECFF !important;
+ color : #98ECFF !important;
+}
+.btn-outline-info.btn-outline-accent-3:hover {
+ background-color : #98ECFF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #98ECFF !important;
+}
+
+.border-info.border-accent-3 {
+ border : 1px solid #98ECFF !important;
+}
+
+.border-top-info.border-top-accent-3 {
+ border-top : 1px solid #98ECFF !important;
+}
+
+.border-bottom-info.border-bottom-accent-3 {
+ border-bottom : 1px solid #98ECFF !important;
+}
+
+.border-left-info.border-left-accent-3 {
+ border-left : 1px solid #98ECFF !important;
+}
+
+.border-right-info.border-right-accent-3 {
+ border-right : 1px solid #98ECFF !important;
+}
+
+.overlay-info.overlay-accent-3 {
+ background : #98ECFF;
+ /* The Fallback */
+ background : rgba(152, 236, 255, 0.6);
+}
+
+.info.accent-4 {
+ color : #7FE7FF !important;
+}
+
+.bg-info.bg-accent-4 {
+ background-color : #7FE7FF !important;
+}
+
+.btn-info.btn-accent-4 {
+ border-color : #00A1B5 !important;
+ background-color : #7FE7FF !important;
+}
+.btn-info.btn-accent-4:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-accent-4:focus, .btn-info.btn-accent-4:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-accent-4 {
+ border-color : #7FE7FF !important;
+ color : #7FE7FF !important;
+}
+.btn-outline-info.btn-outline-accent-4:hover {
+ background-color : #7FE7FF !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #7FE7FF !important;
+}
+
+.border-info.border-accent-4 {
+ border : 1px solid #7FE7FF !important;
+}
+
+.border-top-info.border-top-accent-4 {
+ border-top : 1px solid #7FE7FF !important;
+}
+
+.border-bottom-info.border-bottom-accent-4 {
+ border-bottom : 1px solid #7FE7FF !important;
+}
+
+.border-left-info.border-left-accent-4 {
+ border-left : 1px solid #7FE7FF !important;
+}
+
+.border-right-info.border-right-accent-4 {
+ border-right : 1px solid #7FE7FF !important;
+}
+
+.overlay-info.overlay-accent-4 {
+ background : #7FE7FF;
+ /* The Fallback */
+ background : rgba(127, 231, 255, 0.6);
+}
+
+.info.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-info.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-info.btn-gradient-bg {
+ border-color : #00A1B5 !important;
+ background-color : #640064 !important;
+}
+.btn-info.btn-gradient-bg:hover {
+ border-color : #00A1B5 !important;
+ background-color : #008B9C !important;
+}
+.btn-info.btn-gradient-bg:focus, .btn-info.btn-gradient-bg:active {
+ border-color : #008B9C !important;
+ background-color : #007482 !important;
+}
+
+.btn-outline-info.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-info.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-info {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-info.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-info.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-info.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-info.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-info.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-info.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
+
+.warning.gradient-light {
+ color : #FFF487 !important;
+}
+
+.bg-warning.bg-gradient-light {
+ background-color : #FFF487 !important;
+}
+
+.btn-warning.btn-gradient-light {
+ border-color : #FF8510 !important;
+ background-color : #FFF487 !important;
+}
+.btn-warning.btn-gradient-light:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-gradient-light:focus, .btn-warning.btn-gradient-light:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-gradient-light {
+ border-color : #FFF487 !important;
+ color : #FFF487 !important;
+}
+.btn-outline-warning.btn-outline-gradient-light:hover {
+ background-color : #FFF487 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFF487 !important;
+}
+
+.border-warning.border-gradient-light {
+ border : 1px solid #FFF487 !important;
+}
+
+.border-top-warning.border-top-gradient-light {
+ border-top : 1px solid #FFF487 !important;
+}
+
+.border-bottom-warning.border-bottom-gradient-light {
+ border-bottom : 1px solid #FFF487 !important;
+}
+
+.border-left-warning.border-left-gradient-light {
+ border-left : 1px solid #FFF487 !important;
+}
+
+.border-right-warning.border-right-gradient-light {
+ border-right : 1px solid #FFF487 !important;
+}
+
+.overlay-warning.overlay-gradient-light {
+ background : #FFF487;
+ /* The Fallback */
+ background : rgba(255, 244, 135, 0.6);
+}
+
+.warning.light-badge {
+ color : #FFE0C3 !important;
+}
+
+.bg-warning.bg-light-badge {
+ background-color : #FFE0C3 !important;
+}
+
+.btn-warning.btn-light-badge {
+ border-color : #FF8510 !important;
+ background-color : #FFE0C3 !important;
+}
+.btn-warning.btn-light-badge:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-light-badge:focus, .btn-warning.btn-light-badge:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-light-badge {
+ border-color : #FFE0C3 !important;
+ color : #FFE0C3 !important;
+}
+.btn-outline-warning.btn-outline-light-badge:hover {
+ background-color : #FFE0C3 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFE0C3 !important;
+}
+
+.border-warning.border-light-badge {
+ border : 1px solid #FFE0C3 !important;
+}
+
+.border-top-warning.border-top-light-badge {
+ border-top : 1px solid #FFE0C3 !important;
+}
+
+.border-bottom-warning.border-bottom-light-badge {
+ border-bottom : 1px solid #FFE0C3 !important;
+}
+
+.border-left-warning.border-left-light-badge {
+ border-left : 1px solid #FFE0C3 !important;
+}
+
+.border-right-warning.border-right-light-badge {
+ border-right : 1px solid #FFE0C3 !important;
+}
+
+.overlay-warning.overlay-light-badge {
+ background : #FFE0C3;
+ /* The Fallback */
+ background : rgba(255, 224, 195, 0.6);
+}
+
+.warning.lighten-5 {
+ color : #FFE0C3 !important;
+}
+
+.bg-warning.bg-lighten-5 {
+ background-color : #FFE0C3 !important;
+}
+
+.btn-warning.btn-lighten-5 {
+ border-color : #FF8510 !important;
+ background-color : #FFE0C3 !important;
+}
+.btn-warning.btn-lighten-5:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-lighten-5:focus, .btn-warning.btn-lighten-5:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-lighten-5 {
+ border-color : #FFE0C3 !important;
+ color : #FFE0C3 !important;
+}
+.btn-outline-warning.btn-outline-lighten-5:hover {
+ background-color : #FFE0C3 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFE0C3 !important;
+}
+
+.border-warning.border-lighten-5 {
+ border : 1px solid #FFE0C3 !important;
+}
+
+.border-top-warning.border-top-lighten-5 {
+ border-top : 1px solid #FFE0C3 !important;
+}
+
+.border-bottom-warning.border-bottom-lighten-5 {
+ border-bottom : 1px solid #FFE0C3 !important;
+}
+
+.border-left-warning.border-left-lighten-5 {
+ border-left : 1px solid #FFE0C3 !important;
+}
+
+.border-right-warning.border-right-lighten-5 {
+ border-right : 1px solid #FFE0C3 !important;
+}
+
+.overlay-warning.overlay-lighten-5 {
+ background : #FFE0C3;
+ /* The Fallback */
+ background : rgba(255, 224, 195, 0.6);
+}
+
+.warning.lighten-4 {
+ color : #FFD3A9 !important;
+}
+
+.bg-warning.bg-lighten-4 {
+ background-color : #FFD3A9 !important;
+}
+
+.btn-warning.btn-lighten-4 {
+ border-color : #FF8510 !important;
+ background-color : #FFD3A9 !important;
+}
+.btn-warning.btn-lighten-4:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-lighten-4:focus, .btn-warning.btn-lighten-4:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-lighten-4 {
+ border-color : #FFD3A9 !important;
+ color : #FFD3A9 !important;
+}
+.btn-outline-warning.btn-outline-lighten-4:hover {
+ background-color : #FFD3A9 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFD3A9 !important;
+}
+
+.border-warning.border-lighten-4 {
+ border : 1px solid #FFD3A9 !important;
+}
+
+.border-top-warning.border-top-lighten-4 {
+ border-top : 1px solid #FFD3A9 !important;
+}
+
+.border-bottom-warning.border-bottom-lighten-4 {
+ border-bottom : 1px solid #FFD3A9 !important;
+}
+
+.border-left-warning.border-left-lighten-4 {
+ border-left : 1px solid #FFD3A9 !important;
+}
+
+.border-right-warning.border-right-lighten-4 {
+ border-right : 1px solid #FFD3A9 !important;
+}
+
+.overlay-warning.overlay-lighten-4 {
+ background : #FFD3A9;
+ /* The Fallback */
+ background : rgba(255, 211, 169, 0.6);
+}
+
+.warning.lighten-3 {
+ color : #FFC690 !important;
+}
+
+.bg-warning.bg-lighten-3 {
+ background-color : #FFC690 !important;
+}
+
+.btn-warning.btn-lighten-3 {
+ border-color : #FF8510 !important;
+ background-color : #FFC690 !important;
+}
+.btn-warning.btn-lighten-3:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-lighten-3:focus, .btn-warning.btn-lighten-3:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-lighten-3 {
+ border-color : #FFC690 !important;
+ color : #FFC690 !important;
+}
+.btn-outline-warning.btn-outline-lighten-3:hover {
+ background-color : #FFC690 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFC690 !important;
+}
+
+.border-warning.border-lighten-3 {
+ border : 1px solid #FFC690 !important;
+}
+
+.border-top-warning.border-top-lighten-3 {
+ border-top : 1px solid #FFC690 !important;
+}
+
+.border-bottom-warning.border-bottom-lighten-3 {
+ border-bottom : 1px solid #FFC690 !important;
+}
+
+.border-left-warning.border-left-lighten-3 {
+ border-left : 1px solid #FFC690 !important;
+}
+
+.border-right-warning.border-right-lighten-3 {
+ border-right : 1px solid #FFC690 !important;
+}
+
+.overlay-warning.overlay-lighten-3 {
+ background : #FFC690;
+ /* The Fallback */
+ background : rgba(255, 198, 144, 0.6);
+}
+
+.warning.lighten-2 {
+ color : #FFB976 !important;
+}
+
+.bg-warning.bg-lighten-2 {
+ background-color : #FFB976 !important;
+}
+
+.btn-warning.btn-lighten-2 {
+ border-color : #FF8510 !important;
+ background-color : #FFB976 !important;
+}
+.btn-warning.btn-lighten-2:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-lighten-2:focus, .btn-warning.btn-lighten-2:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-lighten-2 {
+ border-color : #FFB976 !important;
+ color : #FFB976 !important;
+}
+.btn-outline-warning.btn-outline-lighten-2:hover {
+ background-color : #FFB976 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFB976 !important;
+}
+
+.border-warning.border-lighten-2 {
+ border : 1px solid #FFB976 !important;
+}
+
+.border-top-warning.border-top-lighten-2 {
+ border-top : 1px solid #FFB976 !important;
+}
+
+.border-bottom-warning.border-bottom-lighten-2 {
+ border-bottom : 1px solid #FFB976 !important;
+}
+
+.border-left-warning.border-left-lighten-2 {
+ border-left : 1px solid #FFB976 !important;
+}
+
+.border-right-warning.border-right-lighten-2 {
+ border-right : 1px solid #FFB976 !important;
+}
+
+.overlay-warning.overlay-lighten-2 {
+ background : #FFB976;
+ /* The Fallback */
+ background : rgba(255, 185, 118, 0.6);
+}
+
+.warning.lighten-1 {
+ color : #FFAC5D !important;
+}
+
+.bg-warning.bg-lighten-1 {
+ background-color : #FFAC5D !important;
+}
+
+.btn-warning.btn-lighten-1 {
+ border-color : #FF8510 !important;
+ background-color : #FFAC5D !important;
+}
+.btn-warning.btn-lighten-1:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-lighten-1:focus, .btn-warning.btn-lighten-1:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-lighten-1 {
+ border-color : #FFAC5D !important;
+ color : #FFAC5D !important;
+}
+.btn-outline-warning.btn-outline-lighten-1:hover {
+ background-color : #FFAC5D !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFAC5D !important;
+}
+
+.border-warning.border-lighten-1 {
+ border : 1px solid #FFAC5D !important;
+}
+
+.border-top-warning.border-top-lighten-1 {
+ border-top : 1px solid #FFAC5D !important;
+}
+
+.border-bottom-warning.border-bottom-lighten-1 {
+ border-bottom : 1px solid #FFAC5D !important;
+}
+
+.border-left-warning.border-left-lighten-1 {
+ border-left : 1px solid #FFAC5D !important;
+}
+
+.border-right-warning.border-right-lighten-1 {
+ border-right : 1px solid #FFAC5D !important;
+}
+
+.overlay-warning.overlay-lighten-1 {
+ background : #FFAC5D;
+ /* The Fallback */
+ background : rgba(255, 172, 93, 0.6);
+}
+
+.warning {
+ color : #FF9F43 !important;
+}
+
+.bg-warning {
+ background-color : #FF9F43 !important;
+}
+.bg-warning .card-header, .bg-warning .card-footer {
+ background-color : transparent;
+}
+
+.alert-warning {
+ background : rgba(255, 159, 67, 0.2) !important;
+ color : #FF9F43 !important;
+}
+.alert-warning .alert-heading {
+ box-shadow : rgba(255, 159, 67, 0.4) 0 6px 15px -7px;
+}
+.alert-warning .alert-link {
+ color : #FF922A !important;
+}
+
+.bg-rgba-warning {
+ background : rgba(255, 159, 67, 0.15) !important;
+}
+
+.border-warning {
+ border : 1px solid #FF9F43 !important;
+}
+
+.border-top-warning {
+ border-top : 1px solid #FF9F43;
+}
+
+.border-bottom-warning {
+ border-bottom : 1px solid #FF9F43;
+}
+
+.border-left-warning {
+ border-left : 1px solid #FF9F43;
+}
+
+.border-right-warning {
+ border-right : 1px solid #FF9F43;
+}
+
+.bg-warning.badge-glow, .border-warning.badge-glow, .badge-warning.badge-glow {
+ box-shadow : 0 0 10px #FF9F43;
+}
+
+.badge.badge-warning {
+ background-color : #FF9F43;
+}
+
+.badge.badge-light-warning {
+ background-color : #FFE0C3;
+ color : #FF9F43 !important;
+ font-weight : 500;
+}
+
+.overlay-warning {
+ background : #FF9F43;
+ /* The Fallback */
+ background : rgba(255, 159, 67, 0.6);
+}
+
+.btn-warning {
+ border-color : #FF8510 !important;
+ background-color : #FF9F43 !important;
+ color : #FFFFFF;
+}
+.btn-warning:hover {
+ border-color : #FF922A !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #FF9F43;
+}
+.btn-warning:focus, .btn-warning:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-warning {
+ background-color : transparent;
+ color : #FF9F43;
+}
+.btn-flat-warning:hover {
+ color : #FF9F43;
+ background-color : rgba(255, 159, 67, 0.1);
+}
+.btn-flat-warning:active, .btn-flat-warning:focus {
+ background-color : #FF9F43;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-warning {
+ background-color : #FF9F43;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-warning:hover {
+ color : #FFFFFF;
+}
+.btn-relief-warning:active, .btn-relief-warning:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-warning {
+ border : 1px solid #FF9F43;
+ background-color : transparent;
+ color : #FF9F43;
+}
+.btn-outline-warning:hover {
+ background-color : rgba(255, 159, 67, 0.08);
+ color : #FF9F43;
+}
+.btn-outline-warning:active {
+ color : #FFFFFF !important;
+}
+
+.btn-warning ~ .dropdown-menu .dropdown-item.active, .btn-outline-warning ~ .dropdown-menu .dropdown-item.active, .btn-flat-warning ~ .dropdown-menu .dropdown-item.active {
+ background-color : #FF9F43;
+ color : #FFFFFF;
+}
+.btn-warning ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-warning ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-warning ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-warning ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #FF9F43;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:hover i {
+ color : #FF9F43;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-warning ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-warning ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-warning ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-warning {
+ background-color : #FF9F43;
+}
+
+.pagination-warning .page-item.active .page-link {
+ background : #FF9F43;
+ color : #FFFFFF;
+}
+.pagination-warning .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-warning .page-item .page-link:hover {
+ color : #FF9F43;
+}
+
+.pagination-warning .page-item.prev-item .page-link:hover, .pagination-warning .page-item.next-item .page-link:hover {
+ background : #FF9F43;
+ color : #FFFFFF;
+}
+
+.nav-pill-warning .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #FF9F43 !important;
+}
+
+.progress-bar-warning {
+ background-color : rgba(255, 159, 67, 0.1);
+}
+.progress-bar-warning .progress-bar {
+ background-color : #FF9F43;
+}
+
+.chip-warning {
+ background-color : #FF9F43 !important;
+}
+.chip-warning .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-warning .divider-text:before, .divider.divider-warning .divider-text:after {
+ border-color : #FF9F43 !important;
+}
+
+input[type='checkbox'].bg-warning + .custom-control-label:before, input[type='radio'].bg-warning + .custom-control-label:before {
+ background-color : #FF9F43 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF9F43 !important;
+}
+
+.vs-checkbox-warning input:checked ~ .vs-checkbox {
+ border-color : #FF9F43 !important;
+}
+.vs-checkbox-warning input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #FF9F43 !important;
+}
+
+.vs-checkbox-warning input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #FF9F43 !important;
+}
+
+.custom-switch-warning .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #FF9F43 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-warning input:checked ~ .vs-radio .vs-radio--circle {
+ background : #FF9F43 !important;
+ box-shadow : 0 3px 12px 0 rgba(255, 159, 67, 0.4) !important;
+}
+
+.warning.darken-1 {
+ color : #FF922A !important;
+}
+
+.bg-warning.bg-darken-1 {
+ background-color : #FF922A !important;
+}
+
+.btn-warning.btn-darken-1 {
+ border-color : #FF8510 !important;
+ background-color : #FF922A !important;
+}
+.btn-warning.btn-darken-1:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-darken-1:focus, .btn-warning.btn-darken-1:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-darken-1 {
+ border-color : #FF922A !important;
+ color : #FF922A !important;
+}
+.btn-outline-warning.btn-outline-darken-1:hover {
+ background-color : #FF922A !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF922A !important;
+}
+
+.border-warning.border-darken-1 {
+ border : 1px solid #FF922A !important;
+}
+
+.border-top-warning.border-top-darken-1 {
+ border-top : 1px solid #FF922A !important;
+}
+
+.border-bottom-warning.border-bottom-darken-1 {
+ border-bottom : 1px solid #FF922A !important;
+}
+
+.border-left-warning.border-left-darken-1 {
+ border-left : 1px solid #FF922A !important;
+}
+
+.border-right-warning.border-right-darken-1 {
+ border-right : 1px solid #FF922A !important;
+}
+
+.overlay-warning.overlay-darken-1 {
+ background : #FF922A;
+ /* The Fallback */
+ background : rgba(255, 146, 42, 0.6);
+}
+
+.warning.darken-2 {
+ color : #FF8510 !important;
+}
+
+.bg-warning.bg-darken-2 {
+ background-color : #FF8510 !important;
+}
+
+.btn-warning.btn-darken-2 {
+ border-color : #FF8510 !important;
+ background-color : #FF8510 !important;
+}
+.btn-warning.btn-darken-2:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-darken-2:focus, .btn-warning.btn-darken-2:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-darken-2 {
+ border-color : #FF8510 !important;
+ color : #FF8510 !important;
+}
+.btn-outline-warning.btn-outline-darken-2:hover {
+ background-color : #FF8510 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FF8510 !important;
+}
+
+.border-warning.border-darken-2 {
+ border : 1px solid #FF8510 !important;
+}
+
+.border-top-warning.border-top-darken-2 {
+ border-top : 1px solid #FF8510 !important;
+}
+
+.border-bottom-warning.border-bottom-darken-2 {
+ border-bottom : 1px solid #FF8510 !important;
+}
+
+.border-left-warning.border-left-darken-2 {
+ border-left : 1px solid #FF8510 !important;
+}
+
+.border-right-warning.border-right-darken-2 {
+ border-right : 1px solid #FF8510 !important;
+}
+
+.overlay-warning.overlay-darken-2 {
+ background : #FF8510;
+ /* The Fallback */
+ background : rgba(255, 133, 16, 0.6);
+}
+
+.warning.darken-3 {
+ color : #F67800 !important;
+}
+
+.bg-warning.bg-darken-3 {
+ background-color : #F67800 !important;
+}
+
+.btn-warning.btn-darken-3 {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-darken-3:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-darken-3:focus, .btn-warning.btn-darken-3:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-darken-3 {
+ border-color : #F67800 !important;
+ color : #F67800 !important;
+}
+.btn-outline-warning.btn-outline-darken-3:hover {
+ background-color : #F67800 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F67800 !important;
+}
+
+.border-warning.border-darken-3 {
+ border : 1px solid #F67800 !important;
+}
+
+.border-top-warning.border-top-darken-3 {
+ border-top : 1px solid #F67800 !important;
+}
+
+.border-bottom-warning.border-bottom-darken-3 {
+ border-bottom : 1px solid #F67800 !important;
+}
+
+.border-left-warning.border-left-darken-3 {
+ border-left : 1px solid #F67800 !important;
+}
+
+.border-right-warning.border-right-darken-3 {
+ border-right : 1px solid #F67800 !important;
+}
+
+.overlay-warning.overlay-darken-3 {
+ background : #F67800;
+ /* The Fallback */
+ background : rgba(246, 120, 0, 0.6);
+}
+
+.warning.darken-4 {
+ color : #DC6C00 !important;
+}
+
+.bg-warning.bg-darken-4 {
+ background-color : #DC6C00 !important;
+}
+
+.btn-warning.btn-darken-4 {
+ border-color : #FF8510 !important;
+ background-color : #DC6C00 !important;
+}
+.btn-warning.btn-darken-4:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-darken-4:focus, .btn-warning.btn-darken-4:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-darken-4 {
+ border-color : #DC6C00 !important;
+ color : #DC6C00 !important;
+}
+.btn-outline-warning.btn-outline-darken-4:hover {
+ background-color : #DC6C00 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #DC6C00 !important;
+}
+
+.border-warning.border-darken-4 {
+ border : 1px solid #DC6C00 !important;
+}
+
+.border-top-warning.border-top-darken-4 {
+ border-top : 1px solid #DC6C00 !important;
+}
+
+.border-bottom-warning.border-bottom-darken-4 {
+ border-bottom : 1px solid #DC6C00 !important;
+}
+
+.border-left-warning.border-left-darken-4 {
+ border-left : 1px solid #DC6C00 !important;
+}
+
+.border-right-warning.border-right-darken-4 {
+ border-right : 1px solid #DC6C00 !important;
+}
+
+.overlay-warning.overlay-darken-4 {
+ background : #DC6C00;
+ /* The Fallback */
+ background : rgba(220, 108, 0, 0.6);
+}
+
+.warning.accent-1 {
+ color : #FFF5EF !important;
+}
+
+.bg-warning.bg-accent-1 {
+ background-color : #FFF5EF !important;
+}
+
+.btn-warning.btn-accent-1 {
+ border-color : #FF8510 !important;
+ background-color : #FFF5EF !important;
+}
+.btn-warning.btn-accent-1:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-accent-1:focus, .btn-warning.btn-accent-1:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-accent-1 {
+ border-color : #FFF5EF !important;
+ color : #FFF5EF !important;
+}
+.btn-outline-warning.btn-outline-accent-1:hover {
+ background-color : #FFF5EF !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFF5EF !important;
+}
+
+.border-warning.border-accent-1 {
+ border : 1px solid #FFF5EF !important;
+}
+
+.border-top-warning.border-top-accent-1 {
+ border-top : 1px solid #FFF5EF !important;
+}
+
+.border-bottom-warning.border-bottom-accent-1 {
+ border-bottom : 1px solid #FFF5EF !important;
+}
+
+.border-left-warning.border-left-accent-1 {
+ border-left : 1px solid #FFF5EF !important;
+}
+
+.border-right-warning.border-right-accent-1 {
+ border-right : 1px solid #FFF5EF !important;
+}
+
+.overlay-warning.overlay-accent-1 {
+ background : #FFF5EF;
+ /* The Fallback */
+ background : rgba(255, 245, 239, 0.6);
+}
+
+.warning.accent-2 {
+ color : #FFE5D8 !important;
+}
+
+.bg-warning.bg-accent-2 {
+ background-color : #FFE5D8 !important;
+}
+
+.btn-warning.btn-accent-2 {
+ border-color : #FF8510 !important;
+ background-color : #FFE5D8 !important;
+}
+.btn-warning.btn-accent-2:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-accent-2:focus, .btn-warning.btn-accent-2:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-accent-2 {
+ border-color : #FFE5D8 !important;
+ color : #FFE5D8 !important;
+}
+.btn-outline-warning.btn-outline-accent-2:hover {
+ background-color : #FFE5D8 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFE5D8 !important;
+}
+
+.border-warning.border-accent-2 {
+ border : 1px solid #FFE5D8 !important;
+}
+
+.border-top-warning.border-top-accent-2 {
+ border-top : 1px solid #FFE5D8 !important;
+}
+
+.border-bottom-warning.border-bottom-accent-2 {
+ border-bottom : 1px solid #FFE5D8 !important;
+}
+
+.border-left-warning.border-left-accent-2 {
+ border-left : 1px solid #FFE5D8 !important;
+}
+
+.border-right-warning.border-right-accent-2 {
+ border-right : 1px solid #FFE5D8 !important;
+}
+
+.overlay-warning.overlay-accent-2 {
+ background : #FFE5D8;
+ /* The Fallback */
+ background : rgba(255, 229, 216, 0.6);
+}
+
+.warning.accent-3 {
+ color : #FFF6F3 !important;
+}
+
+.bg-warning.bg-accent-3 {
+ background-color : #FFF6F3 !important;
+}
+
+.btn-warning.btn-accent-3 {
+ border-color : #FF8510 !important;
+ background-color : #FFF6F3 !important;
+}
+.btn-warning.btn-accent-3:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-accent-3:focus, .btn-warning.btn-accent-3:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-accent-3 {
+ border-color : #FFF6F3 !important;
+ color : #FFF6F3 !important;
+}
+.btn-outline-warning.btn-outline-accent-3:hover {
+ background-color : #FFF6F3 !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFF6F3 !important;
+}
+
+.border-warning.border-accent-3 {
+ border : 1px solid #FFF6F3 !important;
+}
+
+.border-top-warning.border-top-accent-3 {
+ border-top : 1px solid #FFF6F3 !important;
+}
+
+.border-bottom-warning.border-bottom-accent-3 {
+ border-bottom : 1px solid #FFF6F3 !important;
+}
+
+.border-left-warning.border-left-accent-3 {
+ border-left : 1px solid #FFF6F3 !important;
+}
+
+.border-right-warning.border-right-accent-3 {
+ border-right : 1px solid #FFF6F3 !important;
+}
+
+.overlay-warning.overlay-accent-3 {
+ background : #FFF6F3;
+ /* The Fallback */
+ background : rgba(255, 246, 243, 0.6);
+}
+
+.warning.accent-4 {
+ color : #FFE3DA !important;
+}
+
+.bg-warning.bg-accent-4 {
+ background-color : #FFE3DA !important;
+}
+
+.btn-warning.btn-accent-4 {
+ border-color : #FF8510 !important;
+ background-color : #FFE3DA !important;
+}
+.btn-warning.btn-accent-4:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-accent-4:focus, .btn-warning.btn-accent-4:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-accent-4 {
+ border-color : #FFE3DA !important;
+ color : #FFE3DA !important;
+}
+.btn-outline-warning.btn-outline-accent-4:hover {
+ background-color : #FFE3DA !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFE3DA !important;
+}
+
+.border-warning.border-accent-4 {
+ border : 1px solid #FFE3DA !important;
+}
+
+.border-top-warning.border-top-accent-4 {
+ border-top : 1px solid #FFE3DA !important;
+}
+
+.border-bottom-warning.border-bottom-accent-4 {
+ border-bottom : 1px solid #FFE3DA !important;
+}
+
+.border-left-warning.border-left-accent-4 {
+ border-left : 1px solid #FFE3DA !important;
+}
+
+.border-right-warning.border-right-accent-4 {
+ border-right : 1px solid #FFE3DA !important;
+}
+
+.overlay-warning.overlay-accent-4 {
+ background : #FFE3DA;
+ /* The Fallback */
+ background : rgba(255, 227, 218, 0.6);
+}
+
+.warning.gradient-bg {
+ color : #FAFAFA !important;
+}
+
+.bg-warning.bg-gradient-bg {
+ background-color : #FAFAFA !important;
+}
+
+.btn-warning.btn-gradient-bg {
+ border-color : #FF8510 !important;
+ background-color : #FAFAFA !important;
+}
+.btn-warning.btn-gradient-bg:hover {
+ border-color : #FF8510 !important;
+ background-color : #F67800 !important;
+}
+.btn-warning.btn-gradient-bg:focus, .btn-warning.btn-gradient-bg:active {
+ border-color : #F67800 !important;
+ background-color : #DC6C00 !important;
+}
+
+.btn-outline-warning.btn-outline-gradient-bg {
+ border-color : #FAFAFA !important;
+ color : #FAFAFA !important;
+}
+.btn-outline-warning.btn-outline-gradient-bg:hover {
+ background-color : #FAFAFA !important;
+}
+
+input:focus ~ .bg-warning {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FAFAFA !important;
+}
+
+.border-warning.border-gradient-bg {
+ border : 1px solid #FAFAFA !important;
+}
+
+.border-top-warning.border-top-gradient-bg {
+ border-top : 1px solid #FAFAFA !important;
+}
+
+.border-bottom-warning.border-bottom-gradient-bg {
+ border-bottom : 1px solid #FAFAFA !important;
+}
+
+.border-left-warning.border-left-gradient-bg {
+ border-left : 1px solid #FAFAFA !important;
+}
+
+.border-right-warning.border-right-gradient-bg {
+ border-right : 1px solid #FAFAFA !important;
+}
+
+.overlay-warning.overlay-gradient-bg {
+ background : #FAFAFA;
+ /* The Fallback */
+ background : rgba(250, 250, 250, 0.6);
+}
+
+.danger.gradient-light {
+ color : #F9B789 !important;
+}
+
+.bg-danger.bg-gradient-light {
+ background-color : #F9B789 !important;
+}
+
+.btn-danger.btn-gradient-light {
+ border-color : #E42728 !important;
+ background-color : #F9B789 !important;
+}
+.btn-danger.btn-gradient-light:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-gradient-light:focus, .btn-danger.btn-gradient-light:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-gradient-light {
+ border-color : #F9B789 !important;
+ color : #F9B789 !important;
+}
+.btn-outline-danger.btn-outline-gradient-light:hover {
+ background-color : #F9B789 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F9B789 !important;
+}
+
+.border-danger.border-gradient-light {
+ border : 1px solid #F9B789 !important;
+}
+
+.border-top-danger.border-top-gradient-light {
+ border-top : 1px solid #F9B789 !important;
+}
+
+.border-bottom-danger.border-bottom-gradient-light {
+ border-bottom : 1px solid #F9B789 !important;
+}
+
+.border-left-danger.border-left-gradient-light {
+ border-left : 1px solid #F9B789 !important;
+}
+
+.border-right-danger.border-right-gradient-light {
+ border-right : 1px solid #F9B789 !important;
+}
+
+.overlay-danger.overlay-gradient-light {
+ background : #F9B789;
+ /* The Fallback */
+ background : rgba(249, 183, 137, 0.6);
+}
+
+.danger.light-badge {
+ color : #FBDCDC !important;
+}
+
+.bg-danger.bg-light-badge {
+ background-color : #FBDCDC !important;
+}
+
+.btn-danger.btn-light-badge {
+ border-color : #E42728 !important;
+ background-color : #FBDCDC !important;
+}
+.btn-danger.btn-light-badge:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-light-badge:focus, .btn-danger.btn-light-badge:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-light-badge {
+ border-color : #FBDCDC !important;
+ color : #FBDCDC !important;
+}
+.btn-outline-danger.btn-outline-light-badge:hover {
+ background-color : #FBDCDC !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FBDCDC !important;
+}
+
+.border-danger.border-light-badge {
+ border : 1px solid #FBDCDC !important;
+}
+
+.border-top-danger.border-top-light-badge {
+ border-top : 1px solid #FBDCDC !important;
+}
+
+.border-bottom-danger.border-bottom-light-badge {
+ border-bottom : 1px solid #FBDCDC !important;
+}
+
+.border-left-danger.border-left-light-badge {
+ border-left : 1px solid #FBDCDC !important;
+}
+
+.border-right-danger.border-right-light-badge {
+ border-right : 1px solid #FBDCDC !important;
+}
+
+.overlay-danger.overlay-light-badge {
+ background : #FBDCDC;
+ /* The Fallback */
+ background : rgba(251, 220, 220, 0.6);
+}
+
+.danger.lighten-5 {
+ color : #F8C6C6 !important;
+}
+
+.bg-danger.bg-lighten-5 {
+ background-color : #F8C6C6 !important;
+}
+
+.btn-danger.btn-lighten-5 {
+ border-color : #E42728 !important;
+ background-color : #F8C6C6 !important;
+}
+.btn-danger.btn-lighten-5:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-lighten-5:focus, .btn-danger.btn-lighten-5:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-lighten-5 {
+ border-color : #F8C6C6 !important;
+ color : #F8C6C6 !important;
+}
+.btn-outline-danger.btn-outline-lighten-5:hover {
+ background-color : #F8C6C6 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F8C6C6 !important;
+}
+
+.border-danger.border-lighten-5 {
+ border : 1px solid #F8C6C6 !important;
+}
+
+.border-top-danger.border-top-lighten-5 {
+ border-top : 1px solid #F8C6C6 !important;
+}
+
+.border-bottom-danger.border-bottom-lighten-5 {
+ border-bottom : 1px solid #F8C6C6 !important;
+}
+
+.border-left-danger.border-left-lighten-5 {
+ border-left : 1px solid #F8C6C6 !important;
+}
+
+.border-right-danger.border-right-lighten-5 {
+ border-right : 1px solid #F8C6C6 !important;
+}
+
+.overlay-danger.overlay-lighten-5 {
+ background : #F8C6C6;
+ /* The Fallback */
+ background : rgba(248, 198, 198, 0.6);
+}
+
+.danger.lighten-4 {
+ color : #F5AFAF !important;
+}
+
+.bg-danger.bg-lighten-4 {
+ background-color : #F5AFAF !important;
+}
+
+.btn-danger.btn-lighten-4 {
+ border-color : #E42728 !important;
+ background-color : #F5AFAF !important;
+}
+.btn-danger.btn-lighten-4:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-lighten-4:focus, .btn-danger.btn-lighten-4:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-lighten-4 {
+ border-color : #F5AFAF !important;
+ color : #F5AFAF !important;
+}
+.btn-outline-danger.btn-outline-lighten-4:hover {
+ background-color : #F5AFAF !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F5AFAF !important;
+}
+
+.border-danger.border-lighten-4 {
+ border : 1px solid #F5AFAF !important;
+}
+
+.border-top-danger.border-top-lighten-4 {
+ border-top : 1px solid #F5AFAF !important;
+}
+
+.border-bottom-danger.border-bottom-lighten-4 {
+ border-bottom : 1px solid #F5AFAF !important;
+}
+
+.border-left-danger.border-left-lighten-4 {
+ border-left : 1px solid #F5AFAF !important;
+}
+
+.border-right-danger.border-right-lighten-4 {
+ border-right : 1px solid #F5AFAF !important;
+}
+
+.overlay-danger.overlay-lighten-4 {
+ background : #F5AFAF;
+ /* The Fallback */
+ background : rgba(245, 175, 175, 0.6);
+}
+
+.danger.lighten-3 {
+ color : #F29899 !important;
+}
+
+.bg-danger.bg-lighten-3 {
+ background-color : #F29899 !important;
+}
+
+.btn-danger.btn-lighten-3 {
+ border-color : #E42728 !important;
+ background-color : #F29899 !important;
+}
+.btn-danger.btn-lighten-3:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-lighten-3:focus, .btn-danger.btn-lighten-3:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-lighten-3 {
+ border-color : #F29899 !important;
+ color : #F29899 !important;
+}
+.btn-outline-danger.btn-outline-lighten-3:hover {
+ background-color : #F29899 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F29899 !important;
+}
+
+.border-danger.border-lighten-3 {
+ border : 1px solid #F29899 !important;
+}
+
+.border-top-danger.border-top-lighten-3 {
+ border-top : 1px solid #F29899 !important;
+}
+
+.border-bottom-danger.border-bottom-lighten-3 {
+ border-bottom : 1px solid #F29899 !important;
+}
+
+.border-left-danger.border-left-lighten-3 {
+ border-left : 1px solid #F29899 !important;
+}
+
+.border-right-danger.border-right-lighten-3 {
+ border-right : 1px solid #F29899 !important;
+}
+
+.overlay-danger.overlay-lighten-3 {
+ background : #F29899;
+ /* The Fallback */
+ background : rgba(242, 152, 153, 0.6);
+}
+
+.danger.lighten-2 {
+ color : #F08182 !important;
+}
+
+.bg-danger.bg-lighten-2 {
+ background-color : #F08182 !important;
+}
+
+.btn-danger.btn-lighten-2 {
+ border-color : #E42728 !important;
+ background-color : #F08182 !important;
+}
+.btn-danger.btn-lighten-2:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-lighten-2:focus, .btn-danger.btn-lighten-2:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-lighten-2 {
+ border-color : #F08182 !important;
+ color : #F08182 !important;
+}
+.btn-outline-danger.btn-outline-lighten-2:hover {
+ background-color : #F08182 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #F08182 !important;
+}
+
+.border-danger.border-lighten-2 {
+ border : 1px solid #F08182 !important;
+}
+
+.border-top-danger.border-top-lighten-2 {
+ border-top : 1px solid #F08182 !important;
+}
+
+.border-bottom-danger.border-bottom-lighten-2 {
+ border-bottom : 1px solid #F08182 !important;
+}
+
+.border-left-danger.border-left-lighten-2 {
+ border-left : 1px solid #F08182 !important;
+}
+
+.border-right-danger.border-right-lighten-2 {
+ border-right : 1px solid #F08182 !important;
+}
+
+.overlay-danger.overlay-lighten-2 {
+ background : #F08182;
+ /* The Fallback */
+ background : rgba(240, 129, 130, 0.6);
+}
+
+.danger.lighten-1 {
+ color : #ED6B6C !important;
+}
+
+.bg-danger.bg-lighten-1 {
+ background-color : #ED6B6C !important;
+}
+
+.btn-danger.btn-lighten-1 {
+ border-color : #E42728 !important;
+ background-color : #ED6B6C !important;
+}
+.btn-danger.btn-lighten-1:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-lighten-1:focus, .btn-danger.btn-lighten-1:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-lighten-1 {
+ border-color : #ED6B6C !important;
+ color : #ED6B6C !important;
+}
+.btn-outline-danger.btn-outline-lighten-1:hover {
+ background-color : #ED6B6C !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #ED6B6C !important;
+}
+
+.border-danger.border-lighten-1 {
+ border : 1px solid #ED6B6C !important;
+}
+
+.border-top-danger.border-top-lighten-1 {
+ border-top : 1px solid #ED6B6C !important;
+}
+
+.border-bottom-danger.border-bottom-lighten-1 {
+ border-bottom : 1px solid #ED6B6C !important;
+}
+
+.border-left-danger.border-left-lighten-1 {
+ border-left : 1px solid #ED6B6C !important;
+}
+
+.border-right-danger.border-right-lighten-1 {
+ border-right : 1px solid #ED6B6C !important;
+}
+
+.overlay-danger.overlay-lighten-1 {
+ background : #ED6B6C;
+ /* The Fallback */
+ background : rgba(237, 107, 108, 0.6);
+}
+
+.danger {
+ color : #EA5455 !important;
+}
+
+.bg-danger {
+ background-color : #EA5455 !important;
+}
+.bg-danger .card-header, .bg-danger .card-footer {
+ background-color : transparent;
+}
+
+.alert-danger {
+ background : rgba(234, 84, 85, 0.2) !important;
+ color : #EA5455 !important;
+}
+.alert-danger .alert-heading {
+ box-shadow : rgba(234, 84, 85, 0.4) 0 6px 15px -7px;
+}
+.alert-danger .alert-link {
+ color : #E73D3E !important;
+}
+
+.bg-rgba-danger {
+ background : rgba(234, 84, 85, 0.15) !important;
+}
+
+.border-danger {
+ border : 1px solid #EA5455 !important;
+}
+
+.border-top-danger {
+ border-top : 1px solid #EA5455;
+}
+
+.border-bottom-danger {
+ border-bottom : 1px solid #EA5455;
+}
+
+.border-left-danger {
+ border-left : 1px solid #EA5455;
+}
+
+.border-right-danger {
+ border-right : 1px solid #EA5455;
+}
+
+.bg-danger.badge-glow, .border-danger.badge-glow, .badge-danger.badge-glow {
+ box-shadow : 0 0 10px #EA5455;
+}
+
+.badge.badge-danger {
+ background-color : #EA5455;
+}
+
+.badge.badge-light-danger {
+ background-color : #FBDCDC;
+ color : #EA5455 !important;
+ font-weight : 500;
+}
+
+.overlay-danger {
+ background : #EA5455;
+ /* The Fallback */
+ background : rgba(234, 84, 85, 0.6);
+}
+
+.btn-danger {
+ border-color : #E42728 !important;
+ background-color : #EA5455 !important;
+ color : #FFFFFF;
+}
+.btn-danger:hover {
+ border-color : #E73D3E !important;
+ color : #FFFFFF !important;
+ box-shadow : 0 8px 25px -8px #EA5455;
+}
+.btn-danger:focus, .btn-danger:active {
+ color : #FFFFFF !important;
+}
+
+.btn-flat-danger {
+ background-color : transparent;
+ color : #EA5455;
+}
+.btn-flat-danger:hover {
+ color : #EA5455;
+ background-color : rgba(234, 84, 85, 0.1);
+}
+.btn-flat-danger:active, .btn-flat-danger:focus {
+ background-color : #EA5455;
+ color : #FFFFFF !important;
+}
+
+.btn-relief-danger {
+ background-color : #EA5455;
+ box-shadow : inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
+ color : #FFFFFF;
+}
+.btn-relief-danger:hover {
+ color : #FFFFFF;
+}
+.btn-relief-danger:active, .btn-relief-danger:focus {
+ outline : none;
+ -webkit-transform : translateY(3px);
+ -ms-transform : translateY(3px);
+ transform : translateY(3px);
+}
+
+.btn-outline-danger {
+ border : 1px solid #EA5455;
+ background-color : transparent;
+ color : #EA5455;
+}
+.btn-outline-danger:hover {
+ background-color : rgba(234, 84, 85, 0.08);
+ color : #EA5455;
+}
+.btn-outline-danger:active {
+ color : #FFFFFF !important;
+}
+
+.btn-danger ~ .dropdown-menu .dropdown-item.active, .btn-outline-danger ~ .dropdown-menu .dropdown-item.active, .btn-flat-danger ~ .dropdown-menu .dropdown-item.active {
+ background-color : #EA5455;
+ color : #FFFFFF;
+}
+.btn-danger ~ .dropdown-menu .dropdown-item.active:hover, .btn-outline-danger ~ .dropdown-menu .dropdown-item.active:hover, .btn-flat-danger ~ .dropdown-menu .dropdown-item.active:hover {
+ color : #FFFFFF;
+}
+
+.btn-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-outline-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover, .btn-flat-danger ~ .dropdown-menu .dropdown-item:not(.active):not(:active):hover {
+ color : #EA5455;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, .dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, .dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, .dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:hover i, .dropleft.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:hover i {
+ color : #EA5455;
+}
+
+.dropdown.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, .dropdown.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, .dropup.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, .dropright.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-danger ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-outline-danger ~ .dropdown-menu .dropdown-item:active i, .dropleft.dropdown-icon-wrapper .btn-flat-danger ~ .dropdown-menu .dropdown-item:active i {
+ color : #FFFFFF;
+}
+
+.bullet.bullet-danger {
+ background-color : #EA5455;
+}
+
+.pagination-danger .page-item.active .page-link {
+ background : #EA5455;
+ color : #FFFFFF;
+}
+.pagination-danger .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+
+.pagination-danger .page-item .page-link:hover {
+ color : #EA5455;
+}
+
+.pagination-danger .page-item.prev-item .page-link:hover, .pagination-danger .page-item.next-item .page-link:hover {
+ background : #EA5455;
+ color : #FFFFFF;
+}
+
+.nav-pill-danger .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #EA5455 !important;
+}
+
+.progress-bar-danger {
+ background-color : rgba(234, 84, 85, 0.1);
+}
+.progress-bar-danger .progress-bar {
+ background-color : #EA5455;
+}
+
+.chip-danger {
+ background-color : #EA5455 !important;
+}
+.chip-danger .chip-body {
+ color : #FFFFFF !important;
+}
+
+.divider.divider-danger .divider-text:before, .divider.divider-danger .divider-text:after {
+ border-color : #EA5455 !important;
+}
+
+input[type='checkbox'].bg-danger + .custom-control-label:before, input[type='radio'].bg-danger + .custom-control-label:before {
+ background-color : #EA5455 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #EA5455 !important;
+}
+
+.vs-checkbox-danger input:checked ~ .vs-checkbox {
+ border-color : #EA5455 !important;
+}
+.vs-checkbox-danger input:checked ~ .vs-checkbox .vs-checkbox--check {
+ background-color : #EA5455 !important;
+}
+
+.vs-checkbox-danger input:active:checked + .vs-checkbox .vs-checkbox--check {
+ background-color : #EA5455 !important;
+}
+
+.custom-switch-danger .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #EA5455 !important;
+ color : #FFFFFF;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+}
+
+.vs-radio-danger input:checked ~ .vs-radio .vs-radio--circle {
+ background : #EA5455 !important;
+ box-shadow : 0 3px 12px 0 rgba(234, 84, 85, 0.4) !important;
+}
+
+.danger.darken-1 {
+ color : #E73D3E !important;
+}
+
+.bg-danger.bg-darken-1 {
+ background-color : #E73D3E !important;
+}
+
+.btn-danger.btn-darken-1 {
+ border-color : #E42728 !important;
+ background-color : #E73D3E !important;
+}
+.btn-danger.btn-darken-1:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-darken-1:focus, .btn-danger.btn-darken-1:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-darken-1 {
+ border-color : #E73D3E !important;
+ color : #E73D3E !important;
+}
+.btn-outline-danger.btn-outline-darken-1:hover {
+ background-color : #E73D3E !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E73D3E !important;
+}
+
+.border-danger.border-darken-1 {
+ border : 1px solid #E73D3E !important;
+}
+
+.border-top-danger.border-top-darken-1 {
+ border-top : 1px solid #E73D3E !important;
+}
+
+.border-bottom-danger.border-bottom-darken-1 {
+ border-bottom : 1px solid #E73D3E !important;
+}
+
+.border-left-danger.border-left-darken-1 {
+ border-left : 1px solid #E73D3E !important;
+}
+
+.border-right-danger.border-right-darken-1 {
+ border-right : 1px solid #E73D3E !important;
+}
+
+.overlay-danger.overlay-darken-1 {
+ background : #E73D3E;
+ /* The Fallback */
+ background : rgba(231, 61, 62, 0.6);
+}
+
+.danger.darken-2 {
+ color : #E42728 !important;
+}
+
+.bg-danger.bg-darken-2 {
+ background-color : #E42728 !important;
+}
+
+.btn-danger.btn-darken-2 {
+ border-color : #E42728 !important;
+ background-color : #E42728 !important;
+}
+.btn-danger.btn-darken-2:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-darken-2:focus, .btn-danger.btn-darken-2:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-darken-2 {
+ border-color : #E42728 !important;
+ color : #E42728 !important;
+}
+.btn-outline-danger.btn-outline-darken-2:hover {
+ background-color : #E42728 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #E42728 !important;
+}
+
+.border-danger.border-darken-2 {
+ border : 1px solid #E42728 !important;
+}
+
+.border-top-danger.border-top-darken-2 {
+ border-top : 1px solid #E42728 !important;
+}
+
+.border-bottom-danger.border-bottom-darken-2 {
+ border-bottom : 1px solid #E42728 !important;
+}
+
+.border-left-danger.border-left-darken-2 {
+ border-left : 1px solid #E42728 !important;
+}
+
+.border-right-danger.border-right-darken-2 {
+ border-right : 1px solid #E42728 !important;
+}
+
+.overlay-danger.overlay-darken-2 {
+ background : #E42728;
+ /* The Fallback */
+ background : rgba(228, 39, 40, 0.6);
+}
+
+.danger.darken-3 {
+ color : #D71A1C !important;
+}
+
+.bg-danger.bg-darken-3 {
+ background-color : #D71A1C !important;
+}
+
+.btn-danger.btn-darken-3 {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-darken-3:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-darken-3:focus, .btn-danger.btn-darken-3:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-darken-3 {
+ border-color : #D71A1C !important;
+ color : #D71A1C !important;
+}
+.btn-outline-danger.btn-outline-darken-3:hover {
+ background-color : #D71A1C !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #D71A1C !important;
+}
+
+.border-danger.border-darken-3 {
+ border : 1px solid #D71A1C !important;
+}
+
+.border-top-danger.border-top-darken-3 {
+ border-top : 1px solid #D71A1C !important;
+}
+
+.border-bottom-danger.border-bottom-darken-3 {
+ border-bottom : 1px solid #D71A1C !important;
+}
+
+.border-left-danger.border-left-darken-3 {
+ border-left : 1px solid #D71A1C !important;
+}
+
+.border-right-danger.border-right-darken-3 {
+ border-right : 1px solid #D71A1C !important;
+}
+
+.overlay-danger.overlay-darken-3 {
+ background : #D71A1C;
+ /* The Fallback */
+ background : rgba(215, 26, 28, 0.6);
+}
+
+.danger.darken-4 {
+ color : #C01819 !important;
+}
+
+.bg-danger.bg-darken-4 {
+ background-color : #C01819 !important;
+}
+
+.btn-danger.btn-darken-4 {
+ border-color : #E42728 !important;
+ background-color : #C01819 !important;
+}
+.btn-danger.btn-darken-4:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-darken-4:focus, .btn-danger.btn-darken-4:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-darken-4 {
+ border-color : #C01819 !important;
+ color : #C01819 !important;
+}
+.btn-outline-danger.btn-outline-darken-4:hover {
+ background-color : #C01819 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #C01819 !important;
+}
+
+.border-danger.border-darken-4 {
+ border : 1px solid #C01819 !important;
+}
+
+.border-top-danger.border-top-darken-4 {
+ border-top : 1px solid #C01819 !important;
+}
+
+.border-bottom-danger.border-bottom-darken-4 {
+ border-bottom : 1px solid #C01819 !important;
+}
+
+.border-left-danger.border-left-darken-4 {
+ border-left : 1px solid #C01819 !important;
+}
+
+.border-right-danger.border-right-darken-4 {
+ border-right : 1px solid #C01819 !important;
+}
+
+.overlay-danger.overlay-darken-4 {
+ background : #C01819;
+ /* The Fallback */
+ background : rgba(192, 24, 25, 0.6);
+}
+
+.danger.accent-1 {
+ color : #FFEEF1 !important;
+}
+
+.bg-danger.bg-accent-1 {
+ background-color : #FFEEF1 !important;
+}
+
+.btn-danger.btn-accent-1 {
+ border-color : #E42728 !important;
+ background-color : #FFEEF1 !important;
+}
+.btn-danger.btn-accent-1:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-accent-1:focus, .btn-danger.btn-accent-1:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-accent-1 {
+ border-color : #FFEEF1 !important;
+ color : #FFEEF1 !important;
+}
+.btn-outline-danger.btn-outline-accent-1:hover {
+ background-color : #FFEEF1 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFEEF1 !important;
+}
+
+.border-danger.border-accent-1 {
+ border : 1px solid #FFEEF1 !important;
+}
+
+.border-top-danger.border-top-accent-1 {
+ border-top : 1px solid #FFEEF1 !important;
+}
+
+.border-bottom-danger.border-bottom-accent-1 {
+ border-bottom : 1px solid #FFEEF1 !important;
+}
+
+.border-left-danger.border-left-accent-1 {
+ border-left : 1px solid #FFEEF1 !important;
+}
+
+.border-right-danger.border-right-accent-1 {
+ border-right : 1px solid #FFEEF1 !important;
+}
+
+.overlay-danger.overlay-accent-1 {
+ background : #FFEEF1;
+ /* The Fallback */
+ background : rgba(255, 238, 241, 0.6);
+}
+
+.danger.accent-2 {
+ color : #FFD6DB !important;
+}
+
+.bg-danger.bg-accent-2 {
+ background-color : #FFD6DB !important;
+}
+
+.btn-danger.btn-accent-2 {
+ border-color : #E42728 !important;
+ background-color : #FFD6DB !important;
+}
+.btn-danger.btn-accent-2:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-accent-2:focus, .btn-danger.btn-accent-2:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-accent-2 {
+ border-color : #FFD6DB !important;
+ color : #FFD6DB !important;
+}
+.btn-outline-danger.btn-outline-accent-2:hover {
+ background-color : #FFD6DB !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFD6DB !important;
+}
+
+.border-danger.border-accent-2 {
+ border : 1px solid #FFD6DB !important;
+}
+
+.border-top-danger.border-top-accent-2 {
+ border-top : 1px solid #FFD6DB !important;
+}
+
+.border-bottom-danger.border-bottom-accent-2 {
+ border-bottom : 1px solid #FFD6DB !important;
+}
+
+.border-left-danger.border-left-accent-2 {
+ border-left : 1px solid #FFD6DB !important;
+}
+
+.border-right-danger.border-right-accent-2 {
+ border-right : 1px solid #FFD6DB !important;
+}
+
+.overlay-danger.overlay-accent-2 {
+ background : #FFD6DB;
+ /* The Fallback */
+ background : rgba(255, 214, 219, 0.6);
+}
+
+.danger.accent-3 {
+ color : #FFECEE !important;
+}
+
+.bg-danger.bg-accent-3 {
+ background-color : #FFECEE !important;
+}
+
+.btn-danger.btn-accent-3 {
+ border-color : #E42728 !important;
+ background-color : #FFECEE !important;
+}
+.btn-danger.btn-accent-3:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-accent-3:focus, .btn-danger.btn-accent-3:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-accent-3 {
+ border-color : #FFECEE !important;
+ color : #FFECEE !important;
+}
+.btn-outline-danger.btn-outline-accent-3:hover {
+ background-color : #FFECEE !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFECEE !important;
+}
+
+.border-danger.border-accent-3 {
+ border : 1px solid #FFECEE !important;
+}
+
+.border-top-danger.border-top-accent-3 {
+ border-top : 1px solid #FFECEE !important;
+}
+
+.border-bottom-danger.border-bottom-accent-3 {
+ border-bottom : 1px solid #FFECEE !important;
+}
+
+.border-left-danger.border-left-accent-3 {
+ border-left : 1px solid #FFECEE !important;
+}
+
+.border-right-danger.border-right-accent-3 {
+ border-right : 1px solid #FFECEE !important;
+}
+
+.overlay-danger.overlay-accent-3 {
+ background : #FFECEE;
+ /* The Fallback */
+ background : rgba(255, 236, 238, 0.6);
+}
+
+.danger.accent-4 {
+ color : #FFD3D7 !important;
+}
+
+.bg-danger.bg-accent-4 {
+ background-color : #FFD3D7 !important;
+}
+
+.btn-danger.btn-accent-4 {
+ border-color : #E42728 !important;
+ background-color : #FFD3D7 !important;
+}
+.btn-danger.btn-accent-4:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-accent-4:focus, .btn-danger.btn-accent-4:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-accent-4 {
+ border-color : #FFD3D7 !important;
+ color : #FFD3D7 !important;
+}
+.btn-outline-danger.btn-outline-accent-4:hover {
+ background-color : #FFD3D7 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #FFD3D7 !important;
+}
+
+.border-danger.border-accent-4 {
+ border : 1px solid #FFD3D7 !important;
+}
+
+.border-top-danger.border-top-accent-4 {
+ border-top : 1px solid #FFD3D7 !important;
+}
+
+.border-bottom-danger.border-bottom-accent-4 {
+ border-bottom : 1px solid #FFD3D7 !important;
+}
+
+.border-left-danger.border-left-accent-4 {
+ border-left : 1px solid #FFD3D7 !important;
+}
+
+.border-right-danger.border-right-accent-4 {
+ border-right : 1px solid #FFD3D7 !important;
+}
+
+.overlay-danger.overlay-accent-4 {
+ background : #FFD3D7;
+ /* The Fallback */
+ background : rgba(255, 211, 215, 0.6);
+}
+
+.danger.gradient-bg {
+ color : #640064 !important;
+}
+
+.bg-danger.bg-gradient-bg {
+ background-color : #640064 !important;
+}
+
+.btn-danger.btn-gradient-bg {
+ border-color : #E42728 !important;
+ background-color : #640064 !important;
+}
+.btn-danger.btn-gradient-bg:hover {
+ border-color : #E42728 !important;
+ background-color : #D71A1C !important;
+}
+.btn-danger.btn-gradient-bg:focus, .btn-danger.btn-gradient-bg:active {
+ border-color : #D71A1C !important;
+ background-color : #C01819 !important;
+}
+
+.btn-outline-danger.btn-outline-gradient-bg {
+ border-color : #640064 !important;
+ color : #640064 !important;
+}
+.btn-outline-danger.btn-outline-gradient-bg:hover {
+ background-color : #640064 !important;
+}
+
+input:focus ~ .bg-danger {
+ box-shadow : 0 0 0 0.075rem #FFFFFF, 0 0 0 0.21rem #640064 !important;
+}
+
+.border-danger.border-gradient-bg {
+ border : 1px solid #640064 !important;
+}
+
+.border-top-danger.border-top-gradient-bg {
+ border-top : 1px solid #640064 !important;
+}
+
+.border-bottom-danger.border-bottom-gradient-bg {
+ border-bottom : 1px solid #640064 !important;
+}
+
+.border-left-danger.border-left-gradient-bg {
+ border-left : 1px solid #640064 !important;
+}
+
+.border-right-danger.border-right-gradient-bg {
+ border-right : 1px solid #640064 !important;
+}
+
+.overlay-danger.overlay-gradient-bg {
+ background : #640064;
+ /* The Fallback */
+ background : rgba(100, 0, 100, 0.6);
+}
\ No newline at end of file
diff --git a/www/assets2/css/colors.min.css b/www/assets2/css/colors.min.css
new file mode 100644
index 0000000..0f6b9ea
--- /dev/null
+++ b/www/assets2/css/colors.min.css
@@ -0,0 +1 @@
+.alert-white,.white{color:#FFF!important}.bg-white{background-color:#FFF!important}.bg-white .card-footer,.bg-white .card-header{background-color:transparent}.alert-white{background:rgba(255,255,255,.2)!important}.alert-white .alert-heading{box-shadow:rgba(255,255,255,.4) 0 6px 15px -7px}.alert-white .alert-link{color:#F2F2F2!important}.bg-rgba-white{background:rgba(255,255,255,.15)!important}.border-white{border:1px solid #FFF!important}.border-top-white{border-top:1px solid #FFF}.border-bottom-white{border-bottom:1px solid #FFF}.border-left-white{border-left:1px solid #FFF}.border-right-white{border-right:1px solid #FFF}.badge-white.badge-glow,.bg-white.badge-glow,.border-white.badge-glow{box-shadow:0 0 10px #FFF}.badge.badge-white{background-color:#FFF}.badge.badge-light-white{color:#FFF!important;font-weight:500}.overlay-white{background:#FFF;background:rgba(255,255,255,.6)}.btn-white{background-color:#FFF!important;color:#FFF}.btn-white:active,.btn-white:focus,.btn-white:hover{color:#FFF!important}.btn-white:hover{box-shadow:0 8px 25px -8px #fff}.btn-flat-white{background-color:transparent;color:#FFF}.btn-flat-white:hover{color:#FFF;background-color:rgba(255,255,255,.1)}.btn-flat-white:active,.btn-flat-white:focus{background-color:#FFF;color:#FFF!important}.btn-relief-white{background-color:#FFF;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-white:hover{color:#FFF}.btn-relief-white:active,.btn-relief-white:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-white{border:1px solid #FFF;background-color:transparent;color:#FFF}.divider.divider-white .divider-text:after,.divider.divider-white .divider-text:before,.vs-checkbox-white input:checked~.vs-checkbox{border-color:#FFF!important}.btn-outline-white:hover{background-color:rgba(255,255,255,.08);color:#FFF}.btn-outline-white:active{color:#FFF!important}.btn-flat-white~.dropdown-menu .dropdown-item.active,.btn-outline-white~.dropdown-menu .dropdown-item.active,.btn-white~.dropdown-menu .dropdown-item.active{background-color:#FFF;color:#FFF}.btn-flat-white~.dropdown-menu .dropdown-item.active:hover,.btn-flat-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-white~.dropdown-menu .dropdown-item.active:hover,.btn-outline-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-white~.dropdown-menu .dropdown-item.active:hover,.btn-white~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-white~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-white~.dropdown-menu .dropdown-item:hover i{color:#FFF}.bullet.bullet-white{background-color:#FFF}.pagination-white .page-item.active .page-link{background:#FFF;color:#FFF}.pagination-white .page-item .page-link:hover,.pagination-white .page-item.active .page-link:hover{color:#FFF}.pagination-white .page-item.next-item .page-link:hover,.pagination-white .page-item.prev-item .page-link:hover{background:#FFF;color:#FFF}.nav-pill-white .nav-item .nav-link.active{color:#FFF;background-color:#FFF!important}.progress-bar-white{background-color:rgba(255,255,255,.1)}.progress-bar-white .progress-bar{background-color:#FFF}.chip-white,.vs-checkbox-white input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-white input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-white+.custom-control-label:before,input[type=radio].bg-white+.custom-control-label:before{background-color:#FFF!important}.chip-white .chip-body{color:#FFF!important}input:focus~.bg-white{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #FFF!important}.custom-switch-white .custom-control-input:checked~.custom-control-label::before{background-color:#FFF!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.alert-black,.alert-black .alert-link,.black{color:#000!important}.vs-radio-white input:checked~.vs-radio .vs-radio--circle{background:#fff!important;box-shadow:0 3px 12px 0 rgba(255,255,255,.4)!important}.bg-black{background-color:#000!important}.bg-black .card-footer,.bg-black .card-header{background-color:transparent}.alert-black{background:rgba(0,0,0,.2)!important}.alert-black .alert-heading{box-shadow:rgba(0,0,0,.4) 0 6px 15px -7px}.bg-rgba-black{background:rgba(0,0,0,.15)!important}.border-black{border:1px solid #000!important}.border-top-black{border-top:1px solid #000}.border-bottom-black{border-bottom:1px solid #000}.border-left-black{border-left:1px solid #000}.border-right-black{border-right:1px solid #000}.badge-black.badge-glow,.bg-black.badge-glow,.border-black.badge-glow{box-shadow:0 0 10px #000}.badge.badge-black{background-color:#000}.badge.badge-light-black{color:#000!important;font-weight:500}.overlay-black{background:#000;background:rgba(0,0,0,.6)}.btn-black{background-color:#000!important;color:#FFF}.btn-black:active,.btn-black:focus,.btn-black:hover{color:#FFF!important}.btn-black:hover{box-shadow:0 8px 25px -8px #000}.btn-flat-black{background-color:transparent;color:#000}.btn-flat-black:hover{color:#000;background-color:rgba(0,0,0,.1)}.btn-flat-black:active,.btn-flat-black:focus{background-color:#000;color:#FFF!important}.btn-relief-black{background-color:#000;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-black:hover{color:#FFF}.btn-relief-black:active,.btn-relief-black:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-black{border:1px solid #000;background-color:transparent;color:#000}.divider.divider-black .divider-text:after,.divider.divider-black .divider-text:before,.vs-checkbox-black input:checked~.vs-checkbox{border-color:#000!important}.btn-outline-black:hover{background-color:rgba(0,0,0,.08);color:#000}.btn-outline-black:active{color:#FFF!important}.btn-black~.dropdown-menu .dropdown-item.active,.btn-flat-black~.dropdown-menu .dropdown-item.active,.btn-outline-black~.dropdown-menu .dropdown-item.active{background-color:#000;color:#FFF}.btn-black~.dropdown-menu .dropdown-item.active:hover,.btn-flat-black~.dropdown-menu .dropdown-item.active:hover,.btn-outline-black~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-black~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:hover i{color:#000}.dropdown.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-black~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-black~.dropdown-menu .dropdown-item:active i,.pagination-black .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-black{background-color:#000}.pagination-black .page-item.active .page-link{background:#000;color:#FFF}.pagination-black .page-item .page-link:hover{color:#000}.pagination-black .page-item.next-item .page-link:hover,.pagination-black .page-item.prev-item .page-link:hover{background:#000;color:#FFF}.nav-pill-black .nav-item .nav-link.active{color:#FFF;background-color:#000!important}.progress-bar-black{background-color:rgba(0,0,0,.1)}.progress-bar-black .progress-bar{background-color:#000}.chip-black,.vs-checkbox-black input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-black input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-black+.custom-control-label:before,input[type=radio].bg-black+.custom-control-label:before{background-color:#000!important}.chip-black .chip-body{color:#FFF!important}input:focus~.bg-black{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #000!important}.custom-switch-black .custom-control-input:checked~.custom-control-label::before{background-color:#000!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.alert-dark,.dark{color:#1E1E1E!important}.vs-radio-black input:checked~.vs-radio .vs-radio--circle{background:#000!important;box-shadow:0 3px 12px 0 rgba(0,0,0,.4)!important}.bg-dark{background-color:#1E1E1E!important}.bg-dark .card-footer,.bg-dark .card-header{background-color:transparent}.alert-dark{background:rgba(30,30,30,.2)!important}.alert-dark .alert-heading{box-shadow:rgba(30,30,30,.4) 0 6px 15px -7px}.alert-dark .alert-link{color:#111!important}.bg-rgba-dark{background:rgba(30,30,30,.15)!important}.border-dark{border:1px solid #1E1E1E!important}.border-top-dark{border-top:1px solid #1E1E1E}.border-bottom-dark{border-bottom:1px solid #1E1E1E}.border-left-dark{border-left:1px solid #1E1E1E}.border-right-dark{border-right:1px solid #1E1E1E}.badge-dark.badge-glow,.bg-dark.badge-glow,.border-dark.badge-glow{box-shadow:0 0 10px #1E1E1E}.badge.badge-dark{background-color:#1E1E1E}.badge.badge-light-dark{color:#1E1E1E!important;font-weight:500}.overlay-dark{background:#1E1E1E;background:rgba(30,30,30,.6)}.btn-dark{background-color:#1E1E1E!important;color:#FFF}.btn-dark:active,.btn-dark:focus,.btn-dark:hover{color:#FFF!important}.btn-dark:hover{box-shadow:0 8px 25px -8px #1E1E1E}.btn-flat-dark{background-color:transparent;color:#1E1E1E}.btn-flat-dark:hover{color:#1E1E1E;background-color:rgba(30,30,30,.1)}.btn-flat-dark:active,.btn-flat-dark:focus{background-color:#1E1E1E;color:#FFF!important}.btn-relief-dark{background-color:#1E1E1E;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-dark:hover{color:#FFF}.btn-relief-dark:active,.btn-relief-dark:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-dark{border:1px solid #1E1E1E;background-color:transparent;color:#1E1E1E}.divider.divider-dark .divider-text:after,.divider.divider-dark .divider-text:before,.vs-checkbox-dark input:checked~.vs-checkbox{border-color:#1E1E1E!important}.btn-outline-dark:hover{background-color:rgba(30,30,30,.08);color:#1E1E1E}.btn-outline-dark:active{color:#FFF!important}.btn-dark~.dropdown-menu .dropdown-item.active,.btn-flat-dark~.dropdown-menu .dropdown-item.active,.btn-outline-dark~.dropdown-menu .dropdown-item.active{background-color:#1E1E1E;color:#FFF}.btn-dark~.dropdown-menu .dropdown-item.active:hover,.btn-flat-dark~.dropdown-menu .dropdown-item.active:hover,.btn-outline-dark~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-dark~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:hover i{color:#1E1E1E}.dropdown.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-dark~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-dark~.dropdown-menu .dropdown-item:active i,.pagination-dark .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-dark{background-color:#1E1E1E}.pagination-dark .page-item.active .page-link{background:#1E1E1E;color:#FFF}.pagination-dark .page-item .page-link:hover{color:#1E1E1E}.pagination-dark .page-item.next-item .page-link:hover,.pagination-dark .page-item.prev-item .page-link:hover{background:#1E1E1E;color:#FFF}.nav-pill-dark .nav-item .nav-link.active{color:#FFF;background-color:#1E1E1E!important}.progress-bar-dark{background-color:rgba(30,30,30,.1)}.progress-bar-dark .progress-bar{background-color:#1E1E1E}.chip-dark,.vs-checkbox-dark input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-dark input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-dark+.custom-control-label:before,input[type=radio].bg-dark+.custom-control-label:before{background-color:#1E1E1E!important}.chip-dark .chip-body{color:#FFF!important}.custom-switch-dark .custom-control-input:checked~.custom-control-label::before{background-color:#1E1E1E!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-dark input:checked~.vs-radio .vs-radio--circle{background:#1E1E1E!important;box-shadow:0 3px 12px 0 rgba(30,30,30,.4)!important}.bg-dark.bg-gradient-bg,.btn-dark.btn-gradient-bg,.btn-outline-dark.btn-outline-gradient-bg:hover{background-color:#640064!important}.dark.gradient-bg{color:#640064!important}.btn-outline-dark.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}.alert-light,.light{color:#BABFC7!important}input:focus~.bg-dark{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-dark.border-gradient-bg{border:1px solid #640064!important}.border-top-dark.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-dark.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-dark.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-dark.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-dark.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-light{background-color:#BABFC7!important}.bg-light .card-footer,.bg-light .card-header{background-color:transparent}.alert-light{background:rgba(186,191,199,.2)!important}.alert-light .alert-heading{box-shadow:rgba(186,191,199,.4) 0 6px 15px -7px}.alert-light .alert-link{color:#ACB2BC!important}.bg-rgba-light{background:rgba(186,191,199,.15)!important}.border-light{border:1px solid #BABFC7!important}.border-top-light{border-top:1px solid #BABFC7}.border-bottom-light{border-bottom:1px solid #BABFC7}.border-left-light{border-left:1px solid #BABFC7}.border-right-light{border-right:1px solid #BABFC7}.badge-light.badge-glow,.bg-light.badge-glow,.border-light.badge-glow{box-shadow:0 0 10px #BABFC7}.badge.badge-light{background-color:#BABFC7}.badge.badge-light-light{color:#BABFC7!important;font-weight:500}.overlay-light{background:#BABFC7;background:rgba(186,191,199,.6)}.btn-light{background-color:#BABFC7!important;color:#FFF}.btn-light:active,.btn-light:focus,.btn-light:hover{color:#FFF!important}.btn-light:hover{box-shadow:0 8px 25px -8px #BABFC7}.btn-flat-light{background-color:transparent;color:#BABFC7}.btn-flat-light:hover{color:#BABFC7;background-color:rgba(186,191,199,.1)}.btn-flat-light:active,.btn-flat-light:focus{background-color:#BABFC7;color:#FFF!important}.btn-relief-light{background-color:#BABFC7;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-light:hover{color:#FFF}.btn-relief-light:active,.btn-relief-light:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-light{border:1px solid #BABFC7;background-color:transparent;color:#BABFC7}.divider.divider-light .divider-text:after,.divider.divider-light .divider-text:before,.vs-checkbox-light input:checked~.vs-checkbox{border-color:#BABFC7!important}.btn-outline-light:hover{background-color:rgba(186,191,199,.08);color:#BABFC7}.btn-outline-light:active{color:#FFF!important}.btn-flat-light~.dropdown-menu .dropdown-item.active,.btn-light~.dropdown-menu .dropdown-item.active,.btn-outline-light~.dropdown-menu .dropdown-item.active{background-color:#BABFC7;color:#FFF}.btn-flat-light~.dropdown-menu .dropdown-item.active:hover,.btn-light~.dropdown-menu .dropdown-item.active:hover,.btn-outline-light~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-light~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:hover i{color:#BABFC7}.dropdown.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-light~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-light~.dropdown-menu .dropdown-item:active i,.pagination-light .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-light{background-color:#BABFC7}.pagination-light .page-item.active .page-link{background:#BABFC7;color:#FFF}.pagination-light .page-item .page-link:hover{color:#BABFC7}.pagination-light .page-item.next-item .page-link:hover,.pagination-light .page-item.prev-item .page-link:hover{background:#BABFC7;color:#FFF}.nav-pill-light .nav-item .nav-link.active{color:#FFF;background-color:#BABFC7!important}.progress-bar-light{background-color:rgba(186,191,199,.1)}.progress-bar-light .progress-bar{background-color:#BABFC7}.chip-light,.vs-checkbox-light input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-light input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-light+.custom-control-label:before,input[type=radio].bg-light+.custom-control-label:before{background-color:#BABFC7!important}.chip-light .chip-body{color:#FFF!important}.custom-switch-light .custom-control-input:checked~.custom-control-label::before{background-color:#BABFC7!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-light input:checked~.vs-radio .vs-radio--circle{background:#BABFC7!important;box-shadow:0 3px 12px 0 rgba(186,191,199,.4)!important}.bg-light.bg-gradient-bg,.btn-light.btn-gradient-bg,.btn-outline-light.btn-outline-gradient-bg:hover{background-color:#640064!important}.light.gradient-bg{color:#640064!important}.btn-outline-light.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}input:focus~.bg-light{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-light.border-gradient-bg{border:1px solid #640064!important}.border-top-light.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-light.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-light.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-light.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-light.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-primary.bg-gradient-light,.btn-primary.btn-gradient-light{background-color:#CE9FFC!important}.primary.gradient-light{color:#CE9FFC!important}.btn-primary.btn-gradient-light{border-color:#4839EB!important}.btn-primary.btn-gradient-light:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-gradient-light:active,.btn-primary.btn-gradient-light:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-gradient-light{border-color:#CE9FFC!important;color:#CE9FFC!important}.btn-outline-primary.btn-outline-lighten-5,.primary.light-badge,.primary.lighten-5{color:#DEDBFB!important}.btn-outline-primary.btn-outline-gradient-light:hover{background-color:#CE9FFC!important}.border-primary.border-gradient-light{border:1px solid #CE9FFC!important}.border-top-primary.border-top-gradient-light{border-top:1px solid #CE9FFC!important}.border-bottom-primary.border-bottom-gradient-light{border-bottom:1px solid #CE9FFC!important}.border-left-primary.border-left-gradient-light{border-left:1px solid #CE9FFC!important}.border-right-primary.border-right-gradient-light{border-right:1px solid #CE9FFC!important}.overlay-primary.overlay-gradient-light{background:#CE9FFC;background:rgba(206,159,252,.6)}.bg-primary.bg-light-badge,.btn-primary.btn-light-badge{background-color:#DEDBFB!important}.btn-primary.btn-light-badge{border-color:#4839EB!important}.btn-primary.btn-light-badge:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-light-badge:active,.btn-primary.btn-light-badge:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-light-badge{border-color:#DEDBFB!important;color:#DEDBFB!important}.btn-outline-primary.btn-outline-light-badge:hover{background-color:#DEDBFB!important}.border-primary.border-light-badge{border:1px solid #DEDBFB!important}.border-top-primary.border-top-light-badge{border-top:1px solid #DEDBFB!important}.border-bottom-primary.border-bottom-light-badge{border-bottom:1px solid #DEDBFB!important}.border-left-primary.border-left-light-badge{border-left:1px solid #DEDBFB!important}.border-right-primary.border-right-light-badge{border-right:1px solid #DEDBFB!important}.overlay-primary.overlay-light-badge{background:#DEDBFB;background:rgba(222,219,251,.6)}.bg-primary.bg-lighten-5,.btn-primary.btn-lighten-5{background-color:#DEDBFB!important}.btn-primary.btn-lighten-5{border-color:#4839EB!important}.btn-primary.btn-lighten-5:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-lighten-5:active,.btn-primary.btn-lighten-5:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-lighten-5{border-color:#DEDBFB!important}.btn-outline-primary.btn-outline-lighten-5:hover{background-color:#DEDBFB!important}.border-primary.border-lighten-5{border:1px solid #DEDBFB!important}.border-top-primary.border-top-lighten-5{border-top:1px solid #DEDBFB!important}.border-bottom-primary.border-bottom-lighten-5{border-bottom:1px solid #DEDBFB!important}.border-left-primary.border-left-lighten-5{border-left:1px solid #DEDBFB!important}.border-right-primary.border-right-lighten-5{border-right:1px solid #DEDBFB!important}.overlay-primary.overlay-lighten-5{background:#DEDBFB;background:rgba(222,219,251,.6)}.bg-primary.bg-lighten-4,.btn-primary.btn-lighten-4{background-color:#C9C4F9!important}.primary.lighten-4{color:#C9C4F9!important}.btn-primary.btn-lighten-4{border-color:#4839EB!important}.btn-primary.btn-lighten-4:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-lighten-4:active,.btn-primary.btn-lighten-4:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-lighten-4{border-color:#C9C4F9!important;color:#C9C4F9!important}.btn-outline-primary.btn-outline-lighten-4:hover{background-color:#C9C4F9!important}.border-primary.border-lighten-4{border:1px solid #C9C4F9!important}.border-top-primary.border-top-lighten-4{border-top:1px solid #C9C4F9!important}.border-bottom-primary.border-bottom-lighten-4{border-bottom:1px solid #C9C4F9!important}.border-left-primary.border-left-lighten-4{border-left:1px solid #C9C4F9!important}.border-right-primary.border-right-lighten-4{border-right:1px solid #C9C4F9!important}.overlay-primary.overlay-lighten-4{background:#C9C4F9;background:rgba(201,196,249,.6)}.bg-primary.bg-lighten-3,.btn-primary.btn-lighten-3{background-color:#B3ADF7!important}.primary.lighten-3{color:#B3ADF7!important}.btn-primary.btn-lighten-3{border-color:#4839EB!important}.btn-primary.btn-lighten-3:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-lighten-3:active,.btn-primary.btn-lighten-3:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-lighten-3{border-color:#B3ADF7!important;color:#B3ADF7!important}.btn-outline-primary.btn-outline-lighten-3:hover{background-color:#B3ADF7!important}.border-primary.border-lighten-3{border:1px solid #B3ADF7!important}.border-top-primary.border-top-lighten-3{border-top:1px solid #B3ADF7!important}.border-bottom-primary.border-bottom-lighten-3{border-bottom:1px solid #B3ADF7!important}.border-left-primary.border-left-lighten-3{border-left:1px solid #B3ADF7!important}.border-right-primary.border-right-lighten-3{border-right:1px solid #B3ADF7!important}.overlay-primary.overlay-lighten-3{background:#B3ADF7;background:rgba(179,173,247,.6)}.bg-primary.bg-lighten-2,.btn-primary.btn-lighten-2{background-color:#9E95F5!important}.primary.lighten-2{color:#9E95F5!important}.btn-primary.btn-lighten-2{border-color:#4839EB!important}.btn-primary.btn-lighten-2:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-lighten-2:active,.btn-primary.btn-lighten-2:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-lighten-2{border-color:#9E95F5!important;color:#9E95F5!important}.btn-outline-primary.btn-outline-lighten-2:hover{background-color:#9E95F5!important}.border-primary.border-lighten-2{border:1px solid #9E95F5!important}.border-top-primary.border-top-lighten-2{border-top:1px solid #9E95F5!important}.border-bottom-primary.border-bottom-lighten-2{border-bottom:1px solid #9E95F5!important}.border-left-primary.border-left-lighten-2{border-left:1px solid #9E95F5!important}.border-right-primary.border-right-lighten-2{border-right:1px solid #9E95F5!important}.overlay-primary.overlay-lighten-2{background:#9E95F5;background:rgba(158,149,245,.6)}.bg-primary.bg-lighten-1,.btn-primary.btn-lighten-1{background-color:#887EF2!important}.primary.lighten-1{color:#887EF2!important}.btn-primary.btn-lighten-1{border-color:#4839EB!important}.btn-primary.btn-lighten-1:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-lighten-1:active,.btn-primary.btn-lighten-1:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-lighten-1{border-color:#887EF2!important;color:#887EF2!important}.alert-primary,.primary{color:#7367F0!important}.btn-outline-primary.btn-outline-lighten-1:hover{background-color:#887EF2!important}.border-primary.border-lighten-1{border:1px solid #887EF2!important}.border-top-primary.border-top-lighten-1{border-top:1px solid #887EF2!important}.border-bottom-primary.border-bottom-lighten-1{border-bottom:1px solid #887EF2!important}.border-left-primary.border-left-lighten-1{border-left:1px solid #887EF2!important}.border-right-primary.border-right-lighten-1{border-right:1px solid #887EF2!important}.overlay-primary.overlay-lighten-1{background:#887EF2;background:rgba(136,126,242,.6)}.bg-primary{background-color:#7367F0!important}.bg-primary .card-footer,.bg-primary .card-header{background-color:transparent}.alert-primary{background:rgba(115,103,240,.2)!important}.alert-primary .alert-heading{box-shadow:rgba(115,103,240,.4) 0 6px 15px -7px}.alert-primary .alert-link{color:#5E50EE!important}.bg-rgba-primary{background:rgba(115,103,240,.15)!important}.border-primary{border:1px solid #7367F0!important}.border-top-primary{border-top:1px solid #7367F0}.border-bottom-primary{border-bottom:1px solid #7367F0}.border-left-primary{border-left:1px solid #7367F0}.border-right-primary{border-right:1px solid #7367F0}.badge-primary.badge-glow,.bg-primary.badge-glow,.border-primary.badge-glow{box-shadow:0 0 10px #7367F0}.badge.badge-primary{background-color:#7367F0}.badge.badge-light-primary{background-color:#DEDBFB;color:#7367F0!important;font-weight:500}.overlay-primary{background:#7367F0;background:rgba(115,103,240,.6)}.btn-primary{border-color:#4839EB!important;background-color:#7367F0!important;color:#FFF}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#FFF!important}.btn-primary:hover{border-color:#5E50EE!important;box-shadow:0 8px 25px -8px #7367F0}.btn-flat-primary{background-color:transparent;color:#7367F0}.btn-flat-primary:hover{color:#7367F0;background-color:rgba(115,103,240,.1)}.btn-flat-primary:active,.btn-flat-primary:focus{background-color:#7367F0;color:#FFF!important}.btn-relief-primary{background-color:#7367F0;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-primary:hover{color:#FFF}.btn-relief-primary:active,.btn-relief-primary:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-primary{border:1px solid #7367F0;background-color:transparent;color:#7367F0}.divider.divider-primary .divider-text:after,.divider.divider-primary .divider-text:before,.vs-checkbox-primary input:checked~.vs-checkbox{border-color:#7367F0!important}.btn-outline-primary:hover{background-color:rgba(115,103,240,.08);color:#7367F0}.btn-outline-primary:active{color:#FFF!important}.btn-flat-primary~.dropdown-menu .dropdown-item.active,.btn-outline-primary~.dropdown-menu .dropdown-item.active,.btn-primary~.dropdown-menu .dropdown-item.active{background-color:#7367F0;color:#FFF}.btn-flat-primary~.dropdown-menu .dropdown-item.active:hover,.btn-outline-primary~.dropdown-menu .dropdown-item.active:hover,.btn-primary~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-primary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:hover i{color:#7367F0}.dropdown.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-primary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-primary~.dropdown-menu .dropdown-item:active i,.pagination-primary .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-primary{background-color:#7367F0}.pagination-primary .page-item.active .page-link{background:#7367F0;color:#FFF}.pagination-primary .page-item .page-link:hover{color:#7367F0}.pagination-primary .page-item.next-item .page-link:hover,.pagination-primary .page-item.prev-item .page-link:hover{background:#7367F0;color:#FFF}.nav-pill-primary .nav-item .nav-link.active{color:#FFF;background-color:#7367F0!important}.progress-bar-primary{background-color:rgba(115,103,240,.1)}.progress-bar-primary .progress-bar{background-color:#7367F0}.chip-primary,.vs-checkbox-primary input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-primary input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-primary+.custom-control-label:before,input[type=radio].bg-primary+.custom-control-label:before{background-color:#7367F0!important}.chip-primary .chip-body{color:#FFF!important}.custom-switch-primary .custom-control-input:checked~.custom-control-label::before{background-color:#7367F0!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-primary input:checked~.vs-radio .vs-radio--circle{background:#7367F0!important;box-shadow:0 3px 12px 0 rgba(115,103,240,.4)!important}.bg-primary.bg-darken-1,.btn-primary.btn-darken-1{background-color:#5E50EE!important}.primary.darken-1{color:#5E50EE!important}.btn-primary.btn-darken-1{border-color:#4839EB!important}.btn-primary.btn-darken-1:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-darken-1:active,.btn-primary.btn-darken-1:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-darken-1{border-color:#5E50EE!important;color:#5E50EE!important}.btn-outline-primary.btn-outline-darken-1:hover{background-color:#5E50EE!important}.border-primary.border-darken-1{border:1px solid #5E50EE!important}.border-top-primary.border-top-darken-1{border-top:1px solid #5E50EE!important}.border-bottom-primary.border-bottom-darken-1{border-bottom:1px solid #5E50EE!important}.border-left-primary.border-left-darken-1{border-left:1px solid #5E50EE!important}.border-right-primary.border-right-darken-1{border-right:1px solid #5E50EE!important}.overlay-primary.overlay-darken-1{background:#5E50EE;background:rgba(94,80,238,.6)}.bg-primary.bg-darken-2,.btn-primary.btn-darken-2{background-color:#4839EB!important}.primary.darken-2{color:#4839EB!important}.btn-primary.btn-darken-2{border-color:#4839EB!important}.btn-primary.btn-darken-2:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-darken-2:active,.btn-primary.btn-darken-2:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-darken-2{border-color:#4839EB!important;color:#4839EB!important}.btn-outline-primary.btn-outline-darken-2:hover{background-color:#4839EB!important}.border-primary.border-darken-2{border:1px solid #4839EB!important}.border-top-primary.border-top-darken-2{border-top:1px solid #4839EB!important}.border-bottom-primary.border-bottom-darken-2{border-bottom:1px solid #4839EB!important}.border-left-primary.border-left-darken-2{border-left:1px solid #4839EB!important}.border-right-primary.border-right-darken-2{border-right:1px solid #4839EB!important}.overlay-primary.overlay-darken-2{background:#4839EB;background:rgba(72,57,235,.6)}.primary.darken-3{color:#3321E9!important}.bg-primary.bg-darken-3{background-color:#3321E9!important}.btn-primary.btn-darken-3,.btn-primary.btn-darken-3:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-darken-3:active,.btn-primary.btn-darken-3:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-darken-3{border-color:#3321E9!important;color:#3321E9!important}.btn-outline-primary.btn-outline-darken-3:hover{background-color:#3321E9!important}.border-primary.border-darken-3{border:1px solid #3321E9!important}.border-top-primary.border-top-darken-3{border-top:1px solid #3321E9!important}.border-bottom-primary.border-bottom-darken-3{border-bottom:1px solid #3321E9!important}.border-left-primary.border-left-darken-3{border-left:1px solid #3321E9!important}.border-right-primary.border-right-darken-3{border-right:1px solid #3321E9!important}.overlay-primary.overlay-darken-3{background:#3321E9;background:rgba(51,33,233,.6)}.bg-primary.bg-darken-4,.btn-primary.btn-darken-4{background-color:#2716DB!important}.primary.darken-4{color:#2716DB!important}.btn-primary.btn-darken-4{border-color:#4839EB!important}.btn-primary.btn-darken-4:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-darken-4:active,.btn-primary.btn-darken-4:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-darken-4{border-color:#2716DB!important;color:#2716DB!important}.btn-outline-primary.btn-outline-darken-4:hover{background-color:#2716DB!important}.border-primary.border-darken-4{border:1px solid #2716DB!important}.border-top-primary.border-top-darken-4{border-top:1px solid #2716DB!important}.border-bottom-primary.border-bottom-darken-4{border-bottom:1px solid #2716DB!important}.border-left-primary.border-left-darken-4{border-left:1px solid #2716DB!important}.border-right-primary.border-right-darken-4{border-right:1px solid #2716DB!important}.overlay-primary.overlay-darken-4{background:#2716DB;background:rgba(39,22,219,.6)}.bg-primary.bg-accent-1,.btn-primary.btn-accent-1{background-color:#BDFDFF!important}.primary.accent-1{color:#BDFDFF!important}.btn-primary.btn-accent-1{border-color:#4839EB!important}.btn-primary.btn-accent-1:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-accent-1:active,.btn-primary.btn-accent-1:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-accent-1{border-color:#BDFDFF!important;color:#BDFDFF!important}.btn-outline-primary.btn-outline-accent-1:hover{background-color:#BDFDFF!important}.border-primary.border-accent-1{border:1px solid #BDFDFF!important}.border-top-primary.border-top-accent-1{border-top:1px solid #BDFDFF!important}.border-bottom-primary.border-bottom-accent-1{border-bottom:1px solid #BDFDFF!important}.border-left-primary.border-left-accent-1{border-left:1px solid #BDFDFF!important}.border-right-primary.border-right-accent-1{border-right:1px solid #BDFDFF!important}.overlay-primary.overlay-accent-1{background:#BDFDFF;background:rgba(189,253,255,.6)}.bg-primary.bg-accent-2,.btn-primary.btn-accent-2{background-color:#8AFBFF!important}.primary.accent-2{color:#8AFBFF!important}.btn-primary.btn-accent-2{border-color:#4839EB!important}.btn-primary.btn-accent-2:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-accent-2:active,.btn-primary.btn-accent-2:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-accent-2{border-color:#8AFBFF!important;color:#8AFBFF!important}.btn-outline-primary.btn-outline-accent-2:hover{background-color:#8AFBFF!important}.border-primary.border-accent-2{border:1px solid #8AFBFF!important}.border-top-primary.border-top-accent-2{border-top:1px solid #8AFBFF!important}.border-bottom-primary.border-bottom-accent-2{border-bottom:1px solid #8AFBFF!important}.border-left-primary.border-left-accent-2{border-left:1px solid #8AFBFF!important}.border-right-primary.border-right-accent-2{border-right:1px solid #8AFBFF!important}.overlay-primary.overlay-accent-2{background:#8AFBFF;background:rgba(138,251,255,.6)}.bg-primary.bg-accent-3,.btn-primary.btn-accent-3{background-color:#57FAFF!important}.primary.accent-3{color:#57FAFF!important}.btn-primary.btn-accent-3{border-color:#4839EB!important}.btn-primary.btn-accent-3:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-accent-3:active,.btn-primary.btn-accent-3:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-accent-3{border-color:#57FAFF!important;color:#57FAFF!important}.btn-outline-primary.btn-outline-accent-3:hover{background-color:#57FAFF!important}.border-primary.border-accent-3{border:1px solid #57FAFF!important}.border-top-primary.border-top-accent-3{border-top:1px solid #57FAFF!important}.border-bottom-primary.border-bottom-accent-3{border-bottom:1px solid #57FAFF!important}.border-left-primary.border-left-accent-3{border-left:1px solid #57FAFF!important}.border-right-primary.border-right-accent-3{border-right:1px solid #57FAFF!important}.overlay-primary.overlay-accent-3{background:#57FAFF;background:rgba(87,250,255,.6)}.bg-primary.bg-accent-4,.btn-primary.btn-accent-4{background-color:#3DF9FF!important}.primary.accent-4{color:#3DF9FF!important}.btn-primary.btn-accent-4{border-color:#4839EB!important}.btn-primary.btn-accent-4:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-accent-4:active,.btn-primary.btn-accent-4:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-accent-4{border-color:#3DF9FF!important;color:#3DF9FF!important}.btn-outline-primary.btn-outline-accent-4:hover{background-color:#3DF9FF!important}.border-primary.border-accent-4{border:1px solid #3DF9FF!important}.border-top-primary.border-top-accent-4{border-top:1px solid #3DF9FF!important}.border-bottom-primary.border-bottom-accent-4{border-bottom:1px solid #3DF9FF!important}.border-left-primary.border-left-accent-4{border-left:1px solid #3DF9FF!important}.border-right-primary.border-right-accent-4{border-right:1px solid #3DF9FF!important}.overlay-primary.overlay-accent-4{background:#3DF9FF;background:rgba(61,249,255,.6)}.bg-primary.bg-gradient-bg,.btn-primary.btn-gradient-bg{background-color:#640064!important}.primary.gradient-bg{color:#640064!important}.btn-primary.btn-gradient-bg{border-color:#4839EB!important}.btn-primary.btn-gradient-bg:hover{border-color:#4839EB!important;background-color:#3321E9!important}.btn-primary.btn-gradient-bg:active,.btn-primary.btn-gradient-bg:focus{border-color:#3321E9!important;background-color:#2716DB!important}.btn-outline-primary.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}.btn-outline-primary.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-primary{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-primary.border-gradient-bg{border:1px solid #640064!important}.border-top-primary.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-primary.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-primary.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-primary.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-primary.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-secondary.bg-gradient-light,.btn-secondary.btn-gradient-light{background-color:#DCDEEC!important}.secondary.gradient-light{color:#DCDEEC!important}.btn-secondary.btn-gradient-light{border-color:#9AA9B7!important}.btn-secondary.btn-gradient-light:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-gradient-light:active,.btn-secondary.btn-gradient-light:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-gradient-light{border-color:#DCDEEC!important;color:#DCDEEC!important}.btn-outline-secondary.btn-outline-gradient-light:hover{background-color:#DCDEEC!important}.border-secondary.border-gradient-light{border:1px solid #DCDEEC!important}.border-top-secondary.border-top-gradient-light{border-top:1px solid #DCDEEC!important}.border-bottom-secondary.border-bottom-gradient-light{border-bottom:1px solid #DCDEEC!important}.border-left-secondary.border-left-gradient-light{border-left:1px solid #DCDEEC!important}.border-right-secondary.border-right-gradient-light{border-right:1px solid #DCDEEC!important}.overlay-secondary.overlay-gradient-light{background:#DCDEEC;background:rgba(220,222,236,.6)}.bg-secondary.bg-light-badge,.btn-secondary.btn-light-badge{background-color:#fff!important}.secondary.light-badge{color:#fff!important}.btn-secondary.btn-light-badge{border-color:#9AA9B7!important}.btn-secondary.btn-light-badge:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-light-badge:active,.btn-secondary.btn-light-badge:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-light-badge{border-color:#fff!important;color:#fff!important}.btn-outline-secondary.btn-outline-light-badge:hover{background-color:#fff!important}.border-secondary.border-light-badge{border:1px solid #fff!important}.border-top-secondary.border-top-light-badge{border-top:1px solid #fff!important}.border-bottom-secondary.border-bottom-light-badge{border-bottom:1px solid #fff!important}.border-left-secondary.border-left-light-badge{border-left:1px solid #fff!important}.border-right-secondary.border-right-light-badge{border-right:1px solid #fff!important}.overlay-secondary.overlay-light-badge{background:#fff;background:rgba(255,255,255,.6)}.bg-secondary.bg-lighten-5,.btn-secondary.btn-lighten-5{background-color:#fff!important}.secondary.lighten-5{color:#fff!important}.btn-secondary.btn-lighten-5{border-color:#9AA9B7!important}.btn-secondary.btn-lighten-5:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-lighten-5:active,.btn-secondary.btn-lighten-5:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-lighten-5{border-color:#fff!important;color:#fff!important}.btn-outline-secondary.btn-outline-lighten-5:hover{background-color:#fff!important}.border-secondary.border-lighten-5{border:1px solid #fff!important}.border-top-secondary.border-top-lighten-5{border-top:1px solid #fff!important}.border-bottom-secondary.border-bottom-lighten-5{border-bottom:1px solid #fff!important}.border-left-secondary.border-left-lighten-5{border-left:1px solid #fff!important}.border-right-secondary.border-right-lighten-5{border-right:1px solid #fff!important}.overlay-secondary.overlay-lighten-5{background:#fff;background:rgba(255,255,255,.6)}.bg-secondary.bg-lighten-4,.btn-secondary.btn-lighten-4{background-color:#F3F5F7!important}.secondary.lighten-4{color:#F3F5F7!important}.btn-secondary.btn-lighten-4{border-color:#9AA9B7!important}.btn-secondary.btn-lighten-4:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-lighten-4:active,.btn-secondary.btn-lighten-4:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-lighten-4{border-color:#F3F5F7!important;color:#F3F5F7!important}.btn-outline-secondary.btn-outline-lighten-4:hover{background-color:#F3F5F7!important}.border-secondary.border-lighten-4{border:1px solid #F3F5F7!important}.border-top-secondary.border-top-lighten-4{border-top:1px solid #F3F5F7!important}.border-bottom-secondary.border-bottom-lighten-4{border-bottom:1px solid #F3F5F7!important}.border-left-secondary.border-left-lighten-4{border-left:1px solid #F3F5F7!important}.border-right-secondary.border-right-lighten-4{border-right:1px solid #F3F5F7!important}.overlay-secondary.overlay-lighten-4{background:#F3F5F7;background:rgba(243,245,247,.6)}.bg-secondary.bg-lighten-3,.btn-secondary.btn-lighten-3{background-color:#E5E8EC!important}.secondary.lighten-3{color:#E5E8EC!important}.btn-secondary.btn-lighten-3{border-color:#9AA9B7!important}.btn-secondary.btn-lighten-3:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-lighten-3:active,.btn-secondary.btn-lighten-3:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-lighten-3{border-color:#E5E8EC!important;color:#E5E8EC!important}.btn-outline-secondary.btn-outline-lighten-3:hover{background-color:#E5E8EC!important}.border-secondary.border-lighten-3{border:1px solid #E5E8EC!important}.border-top-secondary.border-top-lighten-3{border-top:1px solid #E5E8EC!important}.border-bottom-secondary.border-bottom-lighten-3{border-bottom:1px solid #E5E8EC!important}.border-left-secondary.border-left-lighten-3{border-left:1px solid #E5E8EC!important}.border-right-secondary.border-right-lighten-3{border-right:1px solid #E5E8EC!important}.overlay-secondary.overlay-lighten-3{background:#E5E8EC;background:rgba(229,232,236,.6)}.bg-secondary.bg-lighten-2,.btn-secondary.btn-lighten-2{background-color:#D6DCE1!important}.secondary.lighten-2{color:#D6DCE1!important}.btn-secondary.btn-lighten-2{border-color:#9AA9B7!important}.btn-secondary.btn-lighten-2:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-lighten-2:active,.btn-secondary.btn-lighten-2:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-lighten-2{border-color:#D6DCE1!important;color:#D6DCE1!important}.btn-outline-secondary.btn-outline-lighten-2:hover{background-color:#D6DCE1!important}.border-secondary.border-lighten-2{border:1px solid #D6DCE1!important}.border-top-secondary.border-top-lighten-2{border-top:1px solid #D6DCE1!important}.border-bottom-secondary.border-bottom-lighten-2{border-bottom:1px solid #D6DCE1!important}.border-left-secondary.border-left-lighten-2{border-left:1px solid #D6DCE1!important}.border-right-secondary.border-right-lighten-2{border-right:1px solid #D6DCE1!important}.overlay-secondary.overlay-lighten-2{background:#D6DCE1;background:rgba(214,220,225,.6)}.bg-secondary.bg-lighten-1,.btn-secondary.btn-lighten-1{background-color:#C7CFD7!important}.secondary.lighten-1{color:#C7CFD7!important}.btn-secondary.btn-lighten-1{border-color:#9AA9B7!important}.btn-secondary.btn-lighten-1:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-lighten-1:active,.btn-secondary.btn-lighten-1:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-lighten-1{border-color:#C7CFD7!important;color:#C7CFD7!important}.alert-secondary,.secondary{color:#B8C2CC!important}.btn-outline-secondary.btn-outline-lighten-1:hover{background-color:#C7CFD7!important}.border-secondary.border-lighten-1{border:1px solid #C7CFD7!important}.border-top-secondary.border-top-lighten-1{border-top:1px solid #C7CFD7!important}.border-bottom-secondary.border-bottom-lighten-1{border-bottom:1px solid #C7CFD7!important}.border-left-secondary.border-left-lighten-1{border-left:1px solid #C7CFD7!important}.border-right-secondary.border-right-lighten-1{border-right:1px solid #C7CFD7!important}.overlay-secondary.overlay-lighten-1{background:#C7CFD7;background:rgba(199,207,215,.6)}.bg-secondary{background-color:#B8C2CC!important}.bg-secondary .card-footer,.bg-secondary .card-header{background-color:transparent}.alert-secondary{background:rgba(184,194,204,.2)!important}.alert-secondary .alert-heading{box-shadow:rgba(184,194,204,.4) 0 6px 15px -7px}.alert-secondary .alert-link{color:#A9B5C1!important}.bg-rgba-secondary{background:rgba(184,194,204,.15)!important}.border-secondary{border:1px solid #B8C2CC!important}.border-top-secondary{border-top:1px solid #B8C2CC}.border-bottom-secondary{border-bottom:1px solid #B8C2CC}.border-left-secondary{border-left:1px solid #B8C2CC}.border-right-secondary{border-right:1px solid #B8C2CC}.badge-secondary.badge-glow,.bg-secondary.badge-glow,.border-secondary.badge-glow{box-shadow:0 0 10px #B8C2CC}.badge.badge-secondary{background-color:#B8C2CC}.badge.badge-light-secondary{background-color:#fff;color:#B8C2CC!important;font-weight:500}.overlay-secondary{background:#B8C2CC;background:rgba(184,194,204,.6)}.btn-secondary{border-color:#9AA9B7!important;background-color:#B8C2CC!important;color:#FFF}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{color:#FFF!important}.btn-secondary:hover{border-color:#A9B5C1!important;box-shadow:0 8px 25px -8px #B8C2CC}.btn-flat-secondary{background-color:transparent;color:#B8C2CC}.btn-flat-secondary:hover{color:#B8C2CC;background-color:rgba(184,194,204,.1)}.btn-flat-secondary:active,.btn-flat-secondary:focus{background-color:#B8C2CC;color:#FFF!important}.btn-relief-secondary{background-color:#B8C2CC;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-secondary:hover{color:#FFF}.btn-relief-secondary:active,.btn-relief-secondary:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-secondary{border:1px solid #B8C2CC;background-color:transparent;color:#B8C2CC}.divider.divider-secondary .divider-text:after,.divider.divider-secondary .divider-text:before,.vs-checkbox-secondary input:checked~.vs-checkbox{border-color:#B8C2CC!important}.btn-outline-secondary:hover{background-color:rgba(184,194,204,.08);color:#B8C2CC}.btn-outline-secondary:active{color:#FFF!important}.btn-flat-secondary~.dropdown-menu .dropdown-item.active,.btn-outline-secondary~.dropdown-menu .dropdown-item.active,.btn-secondary~.dropdown-menu .dropdown-item.active{background-color:#B8C2CC;color:#FFF}.btn-flat-secondary~.dropdown-menu .dropdown-item.active:hover,.btn-outline-secondary~.dropdown-menu .dropdown-item.active:hover,.btn-secondary~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-secondary~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:hover i{color:#B8C2CC}.dropdown.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-secondary~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-secondary~.dropdown-menu .dropdown-item:active i,.pagination-secondary .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-secondary{background-color:#B8C2CC}.pagination-secondary .page-item.active .page-link{background:#B8C2CC;color:#FFF}.pagination-secondary .page-item .page-link:hover{color:#B8C2CC}.pagination-secondary .page-item.next-item .page-link:hover,.pagination-secondary .page-item.prev-item .page-link:hover{background:#B8C2CC;color:#FFF}.nav-pill-secondary .nav-item .nav-link.active{color:#FFF;background-color:#B8C2CC!important}.progress-bar-secondary{background-color:rgba(184,194,204,.1)}.progress-bar-secondary .progress-bar{background-color:#B8C2CC}.chip-secondary,.vs-checkbox-secondary input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-secondary input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-secondary+.custom-control-label:before,input[type=radio].bg-secondary+.custom-control-label:before{background-color:#B8C2CC!important}.chip-secondary .chip-body{color:#FFF!important}.custom-switch-secondary .custom-control-input:checked~.custom-control-label::before{background-color:#B8C2CC!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-secondary input:checked~.vs-radio .vs-radio--circle{background:#B8C2CC!important;box-shadow:0 3px 12px 0 rgba(184,194,204,.4)!important}.bg-secondary.bg-darken-1,.btn-secondary.btn-darken-1{background-color:#A9B5C1!important}.secondary.darken-1{color:#A9B5C1!important}.btn-secondary.btn-darken-1{border-color:#9AA9B7!important}.btn-secondary.btn-darken-1:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-darken-1:active,.btn-secondary.btn-darken-1:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-darken-1{border-color:#A9B5C1!important;color:#A9B5C1!important}.btn-outline-secondary.btn-outline-darken-1:hover{background-color:#A9B5C1!important}.border-secondary.border-darken-1{border:1px solid #A9B5C1!important}.border-top-secondary.border-top-darken-1{border-top:1px solid #A9B5C1!important}.border-bottom-secondary.border-bottom-darken-1{border-bottom:1px solid #A9B5C1!important}.border-left-secondary.border-left-darken-1{border-left:1px solid #A9B5C1!important}.border-right-secondary.border-right-darken-1{border-right:1px solid #A9B5C1!important}.overlay-secondary.overlay-darken-1{background:#A9B5C1;background:rgba(169,181,193,.6)}.bg-secondary.bg-darken-2,.btn-secondary.btn-darken-2{background-color:#9AA9B7!important}.secondary.darken-2{color:#9AA9B7!important}.btn-secondary.btn-darken-2{border-color:#9AA9B7!important}.btn-secondary.btn-darken-2:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-darken-2:active,.btn-secondary.btn-darken-2:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-darken-2{border-color:#9AA9B7!important;color:#9AA9B7!important}.btn-outline-secondary.btn-outline-darken-2:hover{background-color:#9AA9B7!important}.border-secondary.border-darken-2{border:1px solid #9AA9B7!important}.border-top-secondary.border-top-darken-2{border-top:1px solid #9AA9B7!important}.border-bottom-secondary.border-bottom-darken-2{border-bottom:1px solid #9AA9B7!important}.border-left-secondary.border-left-darken-2{border-left:1px solid #9AA9B7!important}.border-right-secondary.border-right-darken-2{border-right:1px solid #9AA9B7!important}.overlay-secondary.overlay-darken-2{background:#9AA9B7;background:rgba(154,169,183,.6)}.secondary.darken-3{color:#8B9CAC!important}.bg-secondary.bg-darken-3{background-color:#8B9CAC!important}.btn-secondary.btn-darken-3,.btn-secondary.btn-darken-3:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-darken-3:active,.btn-secondary.btn-darken-3:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-darken-3{border-color:#8B9CAC!important;color:#8B9CAC!important}.btn-outline-secondary.btn-outline-darken-3:hover{background-color:#8B9CAC!important}.border-secondary.border-darken-3{border:1px solid #8B9CAC!important}.border-top-secondary.border-top-darken-3{border-top:1px solid #8B9CAC!important}.border-bottom-secondary.border-bottom-darken-3{border-bottom:1px solid #8B9CAC!important}.border-left-secondary.border-left-darken-3{border-left:1px solid #8B9CAC!important}.border-right-secondary.border-right-darken-3{border-right:1px solid #8B9CAC!important}.overlay-secondary.overlay-darken-3{background:#8B9CAC;background:rgba(139,156,172,.6)}.bg-secondary.bg-darken-4,.btn-secondary.btn-darken-4{background-color:#7D8FA1!important}.secondary.darken-4{color:#7D8FA1!important}.btn-secondary.btn-darken-4{border-color:#9AA9B7!important}.btn-secondary.btn-darken-4:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-darken-4:active,.btn-secondary.btn-darken-4:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-darken-4{border-color:#7D8FA1!important;color:#7D8FA1!important}.btn-outline-secondary.btn-outline-darken-4:hover{background-color:#7D8FA1!important}.border-secondary.border-darken-4{border:1px solid #7D8FA1!important}.border-top-secondary.border-top-darken-4{border-top:1px solid #7D8FA1!important}.border-bottom-secondary.border-bottom-darken-4{border-bottom:1px solid #7D8FA1!important}.border-left-secondary.border-left-darken-4{border-left:1px solid #7D8FA1!important}.border-right-secondary.border-right-darken-4{border-right:1px solid #7D8FA1!important}.overlay-secondary.overlay-darken-4{background:#7D8FA1;background:rgba(125,143,161,.6)}.bg-secondary.bg-gradient-bg,.btn-secondary.btn-gradient-bg{background-color:#640064!important}.secondary.gradient-bg{color:#640064!important}.btn-secondary.btn-gradient-bg{border-color:#9AA9B7!important}.btn-secondary.btn-gradient-bg:hover{border-color:#9AA9B7!important;background-color:#8B9CAC!important}.btn-secondary.btn-gradient-bg:active,.btn-secondary.btn-gradient-bg:focus{border-color:#8B9CAC!important;background-color:#7D8FA1!important}.btn-outline-secondary.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}.btn-outline-secondary.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-secondary{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-secondary.border-gradient-bg{border:1px solid #640064!important}.border-top-secondary.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-secondary.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-secondary.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-secondary.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-secondary.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-success.bg-gradient-light,.btn-success.btn-gradient-light{background-color:#4AE9D3!important}.success.gradient-light{color:#4AE9D3!important}.btn-success.btn-gradient-light{border-color:#1F9D57!important}.btn-success.btn-gradient-light:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-gradient-light:active,.btn-success.btn-gradient-light:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-gradient-light{border-color:#4AE9D3!important;color:#4AE9D3!important}.btn-outline-success.btn-outline-gradient-light:hover{background-color:#4AE9D3!important}.border-success.border-gradient-light{border:1px solid #4AE9D3!important}.border-top-success.border-top-gradient-light{border-top:1px solid #4AE9D3!important}.border-bottom-success.border-bottom-gradient-light{border-bottom:1px solid #4AE9D3!important}.border-left-success.border-left-gradient-light{border-left:1px solid #4AE9D3!important}.border-right-success.border-right-gradient-light{border-right:1px solid #4AE9D3!important}.overlay-success.overlay-gradient-light{background:#4AE9D3;background:rgba(74,233,211,.6)}.bg-success.bg-light-badge,.btn-success.btn-light-badge{background-color:#C7F4DB!important}.success.light-badge{color:#C7F4DB!important}.btn-success.btn-light-badge{border-color:#1F9D57!important}.btn-success.btn-light-badge:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-light-badge:active,.btn-success.btn-light-badge:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-light-badge{border-color:#C7F4DB!important;color:#C7F4DB!important}.btn-outline-success.btn-outline-light-badge:hover{background-color:#C7F4DB!important}.border-success.border-light-badge{border:1px solid #C7F4DB!important}.border-top-success.border-top-light-badge{border-top:1px solid #C7F4DB!important}.border-bottom-success.border-bottom-light-badge{border-bottom:1px solid #C7F4DB!important}.border-left-success.border-left-light-badge{border-left:1px solid #C7F4DB!important}.border-right-success.border-right-light-badge{border-right:1px solid #C7F4DB!important}.overlay-success.overlay-light-badge{background:#C7F4DB;background:rgba(199,244,219,.6)}.bg-success.bg-lighten-5,.btn-success.btn-lighten-5{background-color:#88E7B2!important}.success.lighten-5{color:#88E7B2!important}.btn-success.btn-lighten-5{border-color:#1F9D57!important}.btn-success.btn-lighten-5:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-lighten-5:active,.btn-success.btn-lighten-5:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-5{border-color:#88E7B2!important;color:#88E7B2!important}.btn-outline-success.btn-outline-lighten-5:hover{background-color:#88E7B2!important}.border-success.border-lighten-5{border:1px solid #88E7B2!important}.border-top-success.border-top-lighten-5{border-top:1px solid #88E7B2!important}.border-bottom-success.border-bottom-lighten-5{border-bottom:1px solid #88E7B2!important}.border-left-success.border-left-lighten-5{border-left:1px solid #88E7B2!important}.border-right-success.border-right-lighten-5{border-right:1px solid #88E7B2!important}.overlay-success.overlay-lighten-5{background:#88E7B2;background:rgba(136,231,178,.6)}.bg-success.bg-lighten-4,.btn-success.btn-lighten-4{background-color:#72E3A4!important}.success.lighten-4{color:#72E3A4!important}.btn-success.btn-lighten-4{border-color:#1F9D57!important}.btn-success.btn-lighten-4:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-lighten-4:active,.btn-success.btn-lighten-4:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-4{border-color:#72E3A4!important;color:#72E3A4!important}.btn-outline-success.btn-outline-lighten-4:hover{background-color:#72E3A4!important}.border-success.border-lighten-4{border:1px solid #72E3A4!important}.border-top-success.border-top-lighten-4{border-top:1px solid #72E3A4!important}.border-bottom-success.border-bottom-lighten-4{border-bottom:1px solid #72E3A4!important}.border-left-success.border-left-lighten-4{border-left:1px solid #72E3A4!important}.border-right-success.border-right-lighten-4{border-right:1px solid #72E3A4!important}.overlay-success.overlay-lighten-4{background:#72E3A4;background:rgba(114,227,164,.6)}.bg-success.bg-lighten-3,.btn-success.btn-lighten-3{background-color:#5DDE97!important}.success.lighten-3{color:#5DDE97!important}.btn-success.btn-lighten-3{border-color:#1F9D57!important}.btn-success.btn-lighten-3:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-lighten-3:active,.btn-success.btn-lighten-3:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-3{border-color:#5DDE97!important;color:#5DDE97!important}.btn-outline-success.btn-outline-lighten-3:hover{background-color:#5DDE97!important}.border-success.border-lighten-3{border:1px solid #5DDE97!important}.border-top-success.border-top-lighten-3{border-top:1px solid #5DDE97!important}.border-bottom-success.border-bottom-lighten-3{border-bottom:1px solid #5DDE97!important}.border-left-success.border-left-lighten-3{border-left:1px solid #5DDE97!important}.border-right-success.border-right-lighten-3{border-right:1px solid #5DDE97!important}.overlay-success.overlay-lighten-3{background:#5DDE97;background:rgba(93,222,151,.6)}.bg-success.bg-lighten-2,.btn-success.btn-lighten-2{background-color:#48DA89!important}.success.lighten-2{color:#48DA89!important}.btn-success.btn-lighten-2{border-color:#1F9D57!important}.btn-success.btn-lighten-2:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-lighten-2:active,.btn-success.btn-lighten-2:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-2{border-color:#48DA89!important;color:#48DA89!important}.btn-outline-success.btn-outline-lighten-2:hover{background-color:#48DA89!important}.border-success.border-lighten-2{border:1px solid #48DA89!important}.border-top-success.border-top-lighten-2{border-top:1px solid #48DA89!important}.border-bottom-success.border-bottom-lighten-2{border-bottom:1px solid #48DA89!important}.border-left-success.border-left-lighten-2{border-left:1px solid #48DA89!important}.border-right-success.border-right-lighten-2{border-right:1px solid #48DA89!important}.overlay-success.overlay-lighten-2{background:#48DA89;background:rgba(72,218,137,.6)}.bg-success.bg-lighten-1,.btn-success.btn-lighten-1{background-color:#33D67C!important}.success.lighten-1{color:#33D67C!important}.btn-success.btn-lighten-1{border-color:#1F9D57!important}.btn-success.btn-lighten-1:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-lighten-1:active,.btn-success.btn-lighten-1:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-lighten-1{border-color:#33D67C!important;color:#33D67C!important}.alert-success,.success{color:#28C76F!important}.btn-outline-success.btn-outline-lighten-1:hover{background-color:#33D67C!important}.border-success.border-lighten-1{border:1px solid #33D67C!important}.border-top-success.border-top-lighten-1{border-top:1px solid #33D67C!important}.border-bottom-success.border-bottom-lighten-1{border-bottom:1px solid #33D67C!important}.border-left-success.border-left-lighten-1{border-left:1px solid #33D67C!important}.border-right-success.border-right-lighten-1{border-right:1px solid #33D67C!important}.overlay-success.overlay-lighten-1{background:#33D67C;background:rgba(51,214,124,.6)}.bg-success{background-color:#28C76F!important}.bg-success .card-footer,.bg-success .card-header{background-color:transparent}.alert-success{background:rgba(40,199,111,.2)!important}.alert-success .alert-heading{box-shadow:rgba(40,199,111,.4) 0 6px 15px -7px}.alert-success .alert-link{color:#24B263!important}.bg-rgba-success{background:rgba(40,199,111,.15)!important}.border-success{border:1px solid #28C76F!important}.border-top-success{border-top:1px solid #28C76F}.border-bottom-success{border-bottom:1px solid #28C76F}.border-left-success{border-left:1px solid #28C76F}.border-right-success{border-right:1px solid #28C76F}.badge-success.badge-glow,.bg-success.badge-glow,.border-success.badge-glow{box-shadow:0 0 10px #28C76F}.badge.badge-success{background-color:#28C76F}.badge.badge-light-success{background-color:#C7F4DB;color:#28C76F!important;font-weight:500}.overlay-success{background:#28C76F;background:rgba(40,199,111,.6)}.btn-success{border-color:#1F9D57!important;background-color:#28C76F!important;color:#FFF}.btn-success:active,.btn-success:focus,.btn-success:hover{color:#FFF!important}.btn-success:hover{border-color:#24B263!important;box-shadow:0 8px 25px -8px #28C76F}.btn-flat-success{background-color:transparent;color:#28C76F}.btn-flat-success:hover{color:#28C76F;background-color:rgba(40,199,111,.1)}.btn-flat-success:active,.btn-flat-success:focus{background-color:#28C76F;color:#FFF!important}.btn-relief-success{background-color:#28C76F;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-success:hover{color:#FFF}.btn-relief-success:active,.btn-relief-success:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-success{border:1px solid #28C76F;background-color:transparent;color:#28C76F}.divider.divider-success .divider-text:after,.divider.divider-success .divider-text:before,.vs-checkbox-success input:checked~.vs-checkbox{border-color:#28C76F!important}.btn-outline-success:hover{background-color:rgba(40,199,111,.08);color:#28C76F}.btn-outline-success:active{color:#FFF!important}.btn-flat-success~.dropdown-menu .dropdown-item.active,.btn-outline-success~.dropdown-menu .dropdown-item.active,.btn-success~.dropdown-menu .dropdown-item.active{background-color:#28C76F;color:#FFF}.btn-flat-success~.dropdown-menu .dropdown-item.active:hover,.btn-outline-success~.dropdown-menu .dropdown-item.active:hover,.btn-success~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-success~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:hover i{color:#28C76F}.dropdown.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-success~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-success~.dropdown-menu .dropdown-item:active i,.pagination-success .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-success{background-color:#28C76F}.pagination-success .page-item.active .page-link{background:#28C76F;color:#FFF}.pagination-success .page-item .page-link:hover{color:#28C76F}.pagination-success .page-item.next-item .page-link:hover,.pagination-success .page-item.prev-item .page-link:hover{background:#28C76F;color:#FFF}.nav-pill-success .nav-item .nav-link.active{color:#FFF;background-color:#28C76F!important}.progress-bar-success{background-color:rgba(40,199,111,.1)}.progress-bar-success .progress-bar{background-color:#28C76F}.chip-success,.vs-checkbox-success input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-success input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-success+.custom-control-label:before,input[type=radio].bg-success+.custom-control-label:before{background-color:#28C76F!important}.chip-success .chip-body{color:#FFF!important}.custom-switch-success .custom-control-input:checked~.custom-control-label::before{background-color:#28C76F!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-success input:checked~.vs-radio .vs-radio--circle{background:#28C76F!important;box-shadow:0 3px 12px 0 rgba(40,199,111,.4)!important}.bg-success.bg-darken-1,.btn-success.btn-darken-1{background-color:#24B263!important}.success.darken-1{color:#24B263!important}.btn-success.btn-darken-1{border-color:#1F9D57!important}.btn-success.btn-darken-1:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-darken-1:active,.btn-success.btn-darken-1:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-1{border-color:#24B263!important;color:#24B263!important}.btn-outline-success.btn-outline-darken-1:hover{background-color:#24B263!important}.border-success.border-darken-1{border:1px solid #24B263!important}.border-top-success.border-top-darken-1{border-top:1px solid #24B263!important}.border-bottom-success.border-bottom-darken-1{border-bottom:1px solid #24B263!important}.border-left-success.border-left-darken-1{border-left:1px solid #24B263!important}.border-right-success.border-right-darken-1{border-right:1px solid #24B263!important}.overlay-success.overlay-darken-1{background:#24B263;background:rgba(36,178,99,.6)}.bg-success.bg-darken-2,.btn-success.btn-darken-2{background-color:#1F9D57!important}.success.darken-2{color:#1F9D57!important}.btn-success.btn-darken-2{border-color:#1F9D57!important}.btn-success.btn-darken-2:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-darken-2:active,.btn-success.btn-darken-2:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-2{border-color:#1F9D57!important;color:#1F9D57!important}.btn-outline-success.btn-outline-darken-2:hover{background-color:#1F9D57!important}.border-success.border-darken-2{border:1px solid #1F9D57!important}.border-top-success.border-top-darken-2{border-top:1px solid #1F9D57!important}.border-bottom-success.border-bottom-darken-2{border-bottom:1px solid #1F9D57!important}.border-left-success.border-left-darken-2{border-left:1px solid #1F9D57!important}.border-right-success.border-right-darken-2{border-right:1px solid #1F9D57!important}.overlay-success.overlay-darken-2{background:#1F9D57;background:rgba(31,157,87,.6)}.success.darken-3{color:#1B874B!important}.bg-success.bg-darken-3{background-color:#1B874B!important}.btn-success.btn-darken-3,.btn-success.btn-darken-3:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-darken-3:active,.btn-success.btn-darken-3:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-3{border-color:#1B874B!important;color:#1B874B!important}.btn-outline-success.btn-outline-darken-3:hover{background-color:#1B874B!important}.border-success.border-darken-3{border:1px solid #1B874B!important}.border-top-success.border-top-darken-3{border-top:1px solid #1B874B!important}.border-bottom-success.border-bottom-darken-3{border-bottom:1px solid #1B874B!important}.border-left-success.border-left-darken-3{border-left:1px solid #1B874B!important}.border-right-success.border-right-darken-3{border-right:1px solid #1B874B!important}.overlay-success.overlay-darken-3{background:#1B874B;background:rgba(27,135,75,.6)}.bg-success.bg-darken-4,.btn-success.btn-darken-4{background-color:#177240!important}.success.darken-4{color:#177240!important}.btn-success.btn-darken-4{border-color:#1F9D57!important}.btn-success.btn-darken-4:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-darken-4:active,.btn-success.btn-darken-4:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-darken-4{border-color:#177240!important;color:#177240!important}.btn-outline-success.btn-outline-darken-4:hover{background-color:#177240!important}.border-success.border-darken-4{border:1px solid #177240!important}.border-top-success.border-top-darken-4{border-top:1px solid #177240!important}.border-bottom-success.border-bottom-darken-4{border-bottom:1px solid #177240!important}.border-left-success.border-left-darken-4{border-left:1px solid #177240!important}.border-right-success.border-right-darken-4{border-right:1px solid #177240!important}.overlay-success.overlay-darken-4{background:#177240;background:rgba(23,114,64,.6)}.bg-success.bg-accent-1,.btn-success.btn-accent-1{background-color:#E1FFF1!important}.success.accent-1{color:#E1FFF1!important}.btn-success.btn-accent-1{border-color:#1F9D57!important}.btn-success.btn-accent-1:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-accent-1:active,.btn-success.btn-accent-1:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-1{border-color:#E1FFF1!important;color:#E1FFF1!important}.btn-outline-success.btn-outline-accent-1:hover{background-color:#E1FFF1!important}.border-success.border-accent-1{border:1px solid #E1FFF1!important}.border-top-success.border-top-accent-1{border-top:1px solid #E1FFF1!important}.border-bottom-success.border-bottom-accent-1{border-bottom:1px solid #E1FFF1!important}.border-left-success.border-left-accent-1{border-left:1px solid #E1FFF1!important}.border-right-success.border-right-accent-1{border-right:1px solid #E1FFF1!important}.overlay-success.overlay-accent-1{background:#E1FFF1;background:rgba(225,255,241,.6)}.bg-success.bg-accent-2,.btn-success.btn-accent-2{background-color:#AEFFD9!important}.success.accent-2{color:#AEFFD9!important}.btn-success.btn-accent-2{border-color:#1F9D57!important}.btn-success.btn-accent-2:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-accent-2:active,.btn-success.btn-accent-2:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-2{border-color:#AEFFD9!important;color:#AEFFD9!important}.btn-outline-success.btn-outline-accent-2:hover{background-color:#AEFFD9!important}.border-success.border-accent-2{border:1px solid #AEFFD9!important}.border-top-success.border-top-accent-2{border-top:1px solid #AEFFD9!important}.border-bottom-success.border-bottom-accent-2{border-bottom:1px solid #AEFFD9!important}.border-left-success.border-left-accent-2{border-left:1px solid #AEFFD9!important}.border-right-success.border-right-accent-2{border-right:1px solid #AEFFD9!important}.overlay-success.overlay-accent-2{background:#AEFFD9;background:rgba(174,255,217,.6)}.bg-success.bg-accent-3,.btn-success.btn-accent-3{background-color:#7BFFC1!important}.success.accent-3{color:#7BFFC1!important}.btn-success.btn-accent-3{border-color:#1F9D57!important}.btn-success.btn-accent-3:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-accent-3:active,.btn-success.btn-accent-3:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-3{border-color:#7BFFC1!important;color:#7BFFC1!important}.btn-outline-success.btn-outline-accent-3:hover{background-color:#7BFFC1!important}.border-success.border-accent-3{border:1px solid #7BFFC1!important}.border-top-success.border-top-accent-3{border-top:1px solid #7BFFC1!important}.border-bottom-success.border-bottom-accent-3{border-bottom:1px solid #7BFFC1!important}.border-left-success.border-left-accent-3{border-left:1px solid #7BFFC1!important}.border-right-success.border-right-accent-3{border-right:1px solid #7BFFC1!important}.overlay-success.overlay-accent-3{background:#7BFFC1;background:rgba(123,255,193,.6)}.bg-success.bg-accent-4,.btn-success.btn-accent-4{background-color:#62FFB5!important}.success.accent-4{color:#62FFB5!important}.btn-success.btn-accent-4{border-color:#1F9D57!important}.btn-success.btn-accent-4:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-accent-4:active,.btn-success.btn-accent-4:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-accent-4{border-color:#62FFB5!important;color:#62FFB5!important}.btn-outline-success.btn-outline-accent-4:hover{background-color:#62FFB5!important}.border-success.border-accent-4{border:1px solid #62FFB5!important}.border-top-success.border-top-accent-4{border-top:1px solid #62FFB5!important}.border-bottom-success.border-bottom-accent-4{border-bottom:1px solid #62FFB5!important}.border-left-success.border-left-accent-4{border-left:1px solid #62FFB5!important}.border-right-success.border-right-accent-4{border-right:1px solid #62FFB5!important}.overlay-success.overlay-accent-4{background:#62FFB5;background:rgba(98,255,181,.6)}.bg-success.bg-gradient-bg,.btn-success.btn-gradient-bg{background-color:#0064FA!important}.success.gradient-bg{color:#0064FA!important}.btn-success.btn-gradient-bg{border-color:#1F9D57!important}.btn-success.btn-gradient-bg:hover{border-color:#1F9D57!important;background-color:#1B874B!important}.btn-success.btn-gradient-bg:active,.btn-success.btn-gradient-bg:focus{border-color:#1B874B!important;background-color:#177240!important}.btn-outline-success.btn-outline-gradient-bg{border-color:#0064FA!important;color:#0064FA!important}.btn-outline-success.btn-outline-gradient-bg:hover{background-color:#0064FA!important}input:focus~.bg-success{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #0064FA!important}.border-success.border-gradient-bg{border:1px solid #0064FA!important}.border-top-success.border-top-gradient-bg{border-top:1px solid #0064FA!important}.border-bottom-success.border-bottom-gradient-bg{border-bottom:1px solid #0064FA!important}.border-left-success.border-left-gradient-bg{border-left:1px solid #0064FA!important}.border-right-success.border-right-gradient-bg{border-right:1px solid #0064FA!important}.overlay-success.overlay-gradient-bg{background:#0064FA;background:rgba(0,100,250,.6)}.bg-info.bg-gradient-light,.btn-info.btn-gradient-light{background-color:#2D91FF!important}.info.gradient-light{color:#2D91FF!important}.btn-info.btn-gradient-light{border-color:#00A1B5!important}.btn-info.btn-gradient-light:hover{border-color:#00A1B5!important;background-color:#008B9C!important}.btn-info.btn-gradient-light:active,.btn-info.btn-gradient-light:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-gradient-light{border-color:#2D91FF!important;color:#2D91FF!important}.btn-outline-info.btn-outline-gradient-light:hover{background-color:#2D91FF!important}.border-info.border-gradient-light{border:1px solid #2D91FF!important}.border-top-info.border-top-gradient-light{border-top:1px solid #2D91FF!important}.border-bottom-info.border-bottom-gradient-light{border-bottom:1px solid #2D91FF!important}.border-left-info.border-left-gradient-light{border-left:1px solid #2D91FF!important}.border-right-info.border-right-gradient-light{border-right:1px solid #2D91FF!important}.overlay-info.overlay-gradient-light{background:#2D91FF;background:rgba(45,145,255,.6)}.bg-info.bg-light-badge,.btn-info.btn-light-badge{background-color:#B5F7FF!important}.info.light-badge{color:#B5F7FF!important}.btn-info.btn-light-badge{border-color:#00A1B5!important}.btn-info.btn-light-badge:hover{border-color:#00A1B5!important;background-color:#008B9C!important}.btn-info.btn-light-badge:active,.btn-info.btn-light-badge:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-light-badge{border-color:#B5F7FF!important;color:#B5F7FF!important}.btn-outline-info.btn-outline-light-badge:hover{background-color:#B5F7FF!important}.border-info.border-light-badge{border:1px solid #B5F7FF!important}.border-top-info.border-top-light-badge{border-top:1px solid #B5F7FF!important}.border-bottom-info.border-bottom-light-badge{border-bottom:1px solid #B5F7FF!important}.border-left-info.border-left-light-badge{border-left:1px solid #B5F7FF!important}.border-right-info.border-right-light-badge{border-right:1px solid #B5F7FF!important}.btn-info.btn-lighten-5,.btn-info.btn-lighten-5:hover{border-color:#00A1B5!important}.overlay-info.overlay-light-badge{background:#B5F7FF;background:rgba(181,247,255,.6)}.bg-info.bg-lighten-5,.btn-info.btn-lighten-5{background-color:#69EFFF!important}.info.lighten-5{color:#69EFFF!important}.btn-info.btn-lighten-5:hover{background-color:#008B9C!important}.btn-info.btn-lighten-5:active,.btn-info.btn-lighten-5:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-5{border-color:#69EFFF!important;color:#69EFFF!important}.btn-outline-info.btn-outline-lighten-5:hover{background-color:#69EFFF!important}.border-info.border-lighten-5{border:1px solid #69EFFF!important}.border-top-info.border-top-lighten-5{border-top:1px solid #69EFFF!important}.border-bottom-info.border-bottom-lighten-5{border-bottom:1px solid #69EFFF!important}.border-left-info.border-left-lighten-5{border-left:1px solid #69EFFF!important}.border-right-info.border-right-lighten-5{border-right:1px solid #69EFFF!important}.btn-info.btn-lighten-4,.btn-info.btn-lighten-4:hover{border-color:#00A1B5!important}.overlay-info.overlay-lighten-5{background:#69EFFF;background:rgba(105,239,255,.6)}.bg-info.bg-lighten-4,.btn-info.btn-lighten-4{background-color:#4FECFF!important}.info.lighten-4{color:#4FECFF!important}.btn-info.btn-lighten-4:hover{background-color:#008B9C!important}.btn-info.btn-lighten-4:active,.btn-info.btn-lighten-4:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-4{border-color:#4FECFF!important;color:#4FECFF!important}.btn-outline-info.btn-outline-lighten-4:hover{background-color:#4FECFF!important}.border-info.border-lighten-4{border:1px solid #4FECFF!important}.border-top-info.border-top-lighten-4{border-top:1px solid #4FECFF!important}.border-bottom-info.border-bottom-lighten-4{border-bottom:1px solid #4FECFF!important}.border-left-info.border-left-lighten-4{border-left:1px solid #4FECFF!important}.border-right-info.border-right-lighten-4{border-right:1px solid #4FECFF!important}.btn-info.btn-lighten-3,.btn-info.btn-lighten-3:hover{border-color:#00A1B5!important}.overlay-info.overlay-lighten-4{background:#4FECFF;background:rgba(79,236,255,.6)}.bg-info.bg-lighten-3,.btn-info.btn-lighten-3{background-color:#36E9FF!important}.info.lighten-3{color:#36E9FF!important}.btn-info.btn-lighten-3:hover{background-color:#008B9C!important}.btn-info.btn-lighten-3:active,.btn-info.btn-lighten-3:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-3{border-color:#36E9FF!important;color:#36E9FF!important}.btn-outline-info.btn-outline-lighten-3:hover{background-color:#36E9FF!important}.border-info.border-lighten-3{border:1px solid #36E9FF!important}.border-top-info.border-top-lighten-3{border-top:1px solid #36E9FF!important}.border-bottom-info.border-bottom-lighten-3{border-bottom:1px solid #36E9FF!important}.border-left-info.border-left-lighten-3{border-left:1px solid #36E9FF!important}.border-right-info.border-right-lighten-3{border-right:1px solid #36E9FF!important}.btn-info.btn-lighten-2,.btn-info.btn-lighten-2:hover{border-color:#00A1B5!important}.overlay-info.overlay-lighten-3{background:#36E9FF;background:rgba(54,233,255,.6)}.bg-info.bg-lighten-2,.btn-info.btn-lighten-2{background-color:#1CE7FF!important}.info.lighten-2{color:#1CE7FF!important}.btn-info.btn-lighten-2:hover{background-color:#008B9C!important}.btn-info.btn-lighten-2:active,.btn-info.btn-lighten-2:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-2{border-color:#1CE7FF!important;color:#1CE7FF!important}.btn-outline-info.btn-outline-lighten-2:hover{background-color:#1CE7FF!important}.border-info.border-lighten-2{border:1px solid #1CE7FF!important}.border-top-info.border-top-lighten-2{border-top:1px solid #1CE7FF!important}.border-bottom-info.border-bottom-lighten-2{border-bottom:1px solid #1CE7FF!important}.border-left-info.border-left-lighten-2{border-left:1px solid #1CE7FF!important}.border-right-info.border-right-lighten-2{border-right:1px solid #1CE7FF!important}.btn-info.btn-lighten-1,.btn-info.btn-lighten-1:hover{border-color:#00A1B5!important}.overlay-info.overlay-lighten-2{background:#1CE7FF;background:rgba(28,231,255,.6)}.bg-info.bg-lighten-1,.btn-info.btn-lighten-1{background-color:#03E4FF!important}.info.lighten-1{color:#03E4FF!important}.btn-info.btn-lighten-1:hover{background-color:#008B9C!important}.btn-info.btn-lighten-1:active,.btn-info.btn-lighten-1:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-lighten-1{border-color:#03E4FF!important;color:#03E4FF!important}.alert-info,.info{color:#00CFE8!important}.btn-outline-info.btn-outline-lighten-1:hover{background-color:#03E4FF!important}.border-info.border-lighten-1{border:1px solid #03E4FF!important}.border-top-info.border-top-lighten-1{border-top:1px solid #03E4FF!important}.border-bottom-info.border-bottom-lighten-1{border-bottom:1px solid #03E4FF!important}.border-left-info.border-left-lighten-1{border-left:1px solid #03E4FF!important}.border-right-info.border-right-lighten-1{border-right:1px solid #03E4FF!important}.overlay-info.overlay-lighten-1{background:#03E4FF;background:rgba(3,228,255,.6)}.bg-info{background-color:#00CFE8!important}.bg-info .card-footer,.bg-info .card-header{background-color:transparent}.alert-info{background:rgba(0,207,232,.2)!important}.alert-info .alert-heading{box-shadow:rgba(0,207,232,.4) 0 6px 15px -7px}.alert-info .alert-link{color:#00B8CF!important}.bg-rgba-info{background:rgba(0,207,232,.15)!important}.border-info{border:1px solid #00CFE8!important}.border-top-info{border-top:1px solid #00CFE8}.border-bottom-info{border-bottom:1px solid #00CFE8}.border-left-info{border-left:1px solid #00CFE8}.border-right-info{border-right:1px solid #00CFE8}.badge-info.badge-glow,.bg-info.badge-glow,.border-info.badge-glow{box-shadow:0 0 10px #00CFE8}.badge.badge-info{background-color:#00CFE8}.badge.badge-light-info{background-color:#B5F7FF;color:#00CFE8!important;font-weight:500}.overlay-info{background:#00CFE8;background:rgba(0,207,232,.6)}.btn-info{border-color:#00A1B5!important;background-color:#00CFE8!important;color:#FFF}.btn-info:active,.btn-info:focus,.btn-info:hover{color:#FFF!important}.btn-info:hover{border-color:#00B8CF!important;box-shadow:0 8px 25px -8px #00CFE8}.btn-flat-info{background-color:transparent;color:#00CFE8}.btn-flat-info:hover{color:#00CFE8;background-color:rgba(0,207,232,.1)}.btn-flat-info:active,.btn-flat-info:focus{background-color:#00CFE8;color:#FFF!important}.btn-relief-info{background-color:#00CFE8;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-info:hover{color:#FFF}.btn-relief-info:active,.btn-relief-info:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-info{border:1px solid #00CFE8;background-color:transparent;color:#00CFE8}.divider.divider-info .divider-text:after,.divider.divider-info .divider-text:before,.vs-checkbox-info input:checked~.vs-checkbox{border-color:#00CFE8!important}.btn-outline-info:hover{background-color:rgba(0,207,232,.08);color:#00CFE8}.btn-outline-info:active{color:#FFF!important}.btn-flat-info~.dropdown-menu .dropdown-item.active,.btn-info~.dropdown-menu .dropdown-item.active,.btn-outline-info~.dropdown-menu .dropdown-item.active{background-color:#00CFE8;color:#FFF}.btn-flat-info~.dropdown-menu .dropdown-item.active:hover,.btn-info~.dropdown-menu .dropdown-item.active:hover,.btn-outline-info~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-info~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:hover i{color:#00CFE8}.dropdown.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-info~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-info~.dropdown-menu .dropdown-item:active i,.pagination-info .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-info{background-color:#00CFE8}.pagination-info .page-item.active .page-link{background:#00CFE8;color:#FFF}.pagination-info .page-item .page-link:hover{color:#00CFE8}.pagination-info .page-item.next-item .page-link:hover,.pagination-info .page-item.prev-item .page-link:hover{background:#00CFE8;color:#FFF}.nav-pill-info .nav-item .nav-link.active{color:#FFF;background-color:#00CFE8!important}.progress-bar-info{background-color:rgba(0,207,232,.1)}.progress-bar-info .progress-bar{background-color:#00CFE8}.chip-info,.vs-checkbox-info input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-info input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-info+.custom-control-label:before,input[type=radio].bg-info+.custom-control-label:before{background-color:#00CFE8!important}.chip-info .chip-body{color:#FFF!important}.btn-info.btn-darken-1,.btn-info.btn-darken-1:hover{border-color:#00A1B5!important}.custom-switch-info .custom-control-input:checked~.custom-control-label::before{background-color:#00CFE8!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-info input:checked~.vs-radio .vs-radio--circle{background:#00CFE8!important;box-shadow:0 3px 12px 0 rgba(0,207,232,.4)!important}.bg-info.bg-darken-1,.btn-info.btn-darken-1{background-color:#00B8CF!important}.info.darken-1{color:#00B8CF!important}.btn-info.btn-darken-1:hover{background-color:#008B9C!important}.btn-info.btn-darken-1:active,.btn-info.btn-darken-1:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-1{border-color:#00B8CF!important;color:#00B8CF!important}.btn-outline-info.btn-outline-darken-1:hover{background-color:#00B8CF!important}.border-info.border-darken-1{border:1px solid #00B8CF!important}.border-top-info.border-top-darken-1{border-top:1px solid #00B8CF!important}.border-bottom-info.border-bottom-darken-1{border-bottom:1px solid #00B8CF!important}.border-left-info.border-left-darken-1{border-left:1px solid #00B8CF!important}.border-right-info.border-right-darken-1{border-right:1px solid #00B8CF!important}.btn-info.btn-darken-2,.btn-info.btn-darken-2:hover{border-color:#00A1B5!important}.overlay-info.overlay-darken-1{background:#00B8CF;background:rgba(0,184,207,.6)}.bg-info.bg-darken-2,.btn-info.btn-darken-2{background-color:#00A1B5!important}.info.darken-2{color:#00A1B5!important}.btn-info.btn-darken-2:hover{background-color:#008B9C!important}.btn-info.btn-darken-2:active,.btn-info.btn-darken-2:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-2{border-color:#00A1B5!important;color:#00A1B5!important}.btn-outline-info.btn-outline-darken-2:hover{background-color:#00A1B5!important}.border-info.border-darken-2{border:1px solid #00A1B5!important}.border-top-info.border-top-darken-2{border-top:1px solid #00A1B5!important}.border-bottom-info.border-bottom-darken-2{border-bottom:1px solid #00A1B5!important}.border-left-info.border-left-darken-2{border-left:1px solid #00A1B5!important}.border-right-info.border-right-darken-2{border-right:1px solid #00A1B5!important}.overlay-info.overlay-darken-2{background:#00A1B5;background:rgba(0,161,181,.6)}.info.darken-3{color:#008B9C!important}.bg-info.bg-darken-3{background-color:#008B9C!important}.btn-info.btn-darken-3,.btn-info.btn-darken-3:hover{border-color:#00A1B5!important;background-color:#008B9C!important}.btn-info.btn-darken-3:active,.btn-info.btn-darken-3:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-3{border-color:#008B9C!important;color:#008B9C!important}.btn-outline-info.btn-outline-darken-3:hover{background-color:#008B9C!important}.border-info.border-darken-3{border:1px solid #008B9C!important}.border-top-info.border-top-darken-3{border-top:1px solid #008B9C!important}.border-bottom-info.border-bottom-darken-3{border-bottom:1px solid #008B9C!important}.border-left-info.border-left-darken-3{border-left:1px solid #008B9C!important}.border-right-info.border-right-darken-3{border-right:1px solid #008B9C!important}.btn-info.btn-darken-4,.btn-info.btn-darken-4:hover{border-color:#00A1B5!important}.overlay-info.overlay-darken-3{background:#008B9C;background:rgba(0,139,156,.6)}.bg-info.bg-darken-4,.btn-info.btn-darken-4{background-color:#007482!important}.info.darken-4{color:#007482!important}.btn-info.btn-darken-4:hover{background-color:#008B9C!important}.btn-info.btn-darken-4:active,.btn-info.btn-darken-4:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-darken-4{border-color:#007482!important;color:#007482!important}.btn-outline-info.btn-outline-darken-4:hover{background-color:#007482!important}.border-info.border-darken-4{border:1px solid #007482!important}.border-top-info.border-top-darken-4{border-top:1px solid #007482!important}.border-bottom-info.border-bottom-darken-4{border-bottom:1px solid #007482!important}.border-left-info.border-left-darken-4{border-left:1px solid #007482!important}.border-right-info.border-right-darken-4{border-right:1px solid #007482!important}.btn-info.btn-accent-1,.btn-info.btn-accent-1:hover{border-color:#00A1B5!important}.overlay-info.overlay-darken-4{background:#007482;background:rgba(0,116,130,.6)}.bg-info.bg-accent-1,.btn-info.btn-accent-1{background-color:#FEFFFF!important}.info.accent-1{color:#FEFFFF!important}.btn-info.btn-accent-1:hover{background-color:#008B9C!important}.btn-info.btn-accent-1:active,.btn-info.btn-accent-1:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-1{border-color:#FEFFFF!important;color:#FEFFFF!important}.btn-outline-info.btn-outline-accent-1:hover{background-color:#FEFFFF!important}.border-info.border-accent-1{border:1px solid #FEFFFF!important}.border-top-info.border-top-accent-1{border-top:1px solid #FEFFFF!important}.border-bottom-info.border-bottom-accent-1{border-bottom:1px solid #FEFFFF!important}.border-left-info.border-left-accent-1{border-left:1px solid #FEFFFF!important}.border-right-info.border-right-accent-1{border-right:1px solid #FEFFFF!important}.btn-info.btn-accent-2,.btn-info.btn-accent-2:hover{border-color:#00A1B5!important}.overlay-info.overlay-accent-1{background:#FEFFFF;background:rgba(254,255,255,.6)}.bg-info.bg-accent-2,.btn-info.btn-accent-2{background-color:#CBF5FF!important}.info.accent-2{color:#CBF5FF!important}.btn-info.btn-accent-2:hover{background-color:#008B9C!important}.btn-info.btn-accent-2:active,.btn-info.btn-accent-2:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-2{border-color:#CBF5FF!important;color:#CBF5FF!important}.btn-outline-info.btn-outline-accent-2:hover{background-color:#CBF5FF!important}.border-info.border-accent-2{border:1px solid #CBF5FF!important}.border-top-info.border-top-accent-2{border-top:1px solid #CBF5FF!important}.border-bottom-info.border-bottom-accent-2{border-bottom:1px solid #CBF5FF!important}.border-left-info.border-left-accent-2{border-left:1px solid #CBF5FF!important}.border-right-info.border-right-accent-2{border-right:1px solid #CBF5FF!important}.btn-info.btn-accent-3,.btn-info.btn-accent-3:hover{border-color:#00A1B5!important}.overlay-info.overlay-accent-2{background:#CBF5FF;background:rgba(203,245,255,.6)}.bg-info.bg-accent-3,.btn-info.btn-accent-3{background-color:#98ECFF!important}.info.accent-3{color:#98ECFF!important}.btn-info.btn-accent-3:hover{background-color:#008B9C!important}.btn-info.btn-accent-3:active,.btn-info.btn-accent-3:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-3{border-color:#98ECFF!important;color:#98ECFF!important}.btn-outline-info.btn-outline-accent-3:hover{background-color:#98ECFF!important}.border-info.border-accent-3{border:1px solid #98ECFF!important}.border-top-info.border-top-accent-3{border-top:1px solid #98ECFF!important}.border-bottom-info.border-bottom-accent-3{border-bottom:1px solid #98ECFF!important}.border-left-info.border-left-accent-3{border-left:1px solid #98ECFF!important}.border-right-info.border-right-accent-3{border-right:1px solid #98ECFF!important}.btn-info.btn-accent-4,.btn-info.btn-accent-4:hover{border-color:#00A1B5!important}.overlay-info.overlay-accent-3{background:#98ECFF;background:rgba(152,236,255,.6)}.bg-info.bg-accent-4,.btn-info.btn-accent-4{background-color:#7FE7FF!important}.info.accent-4{color:#7FE7FF!important}.btn-info.btn-accent-4:hover{background-color:#008B9C!important}.btn-info.btn-accent-4:active,.btn-info.btn-accent-4:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-accent-4{border-color:#7FE7FF!important;color:#7FE7FF!important}.btn-outline-info.btn-outline-accent-4:hover{background-color:#7FE7FF!important}.border-info.border-accent-4{border:1px solid #7FE7FF!important}.border-top-info.border-top-accent-4{border-top:1px solid #7FE7FF!important}.border-bottom-info.border-bottom-accent-4{border-bottom:1px solid #7FE7FF!important}.border-left-info.border-left-accent-4{border-left:1px solid #7FE7FF!important}.border-right-info.border-right-accent-4{border-right:1px solid #7FE7FF!important}.overlay-info.overlay-accent-4{background:#7FE7FF;background:rgba(127,231,255,.6)}.bg-info.bg-gradient-bg,.btn-info.btn-gradient-bg{background-color:#640064!important}.info.gradient-bg{color:#640064!important}.btn-info.btn-gradient-bg{border-color:#00A1B5!important}.btn-info.btn-gradient-bg:hover{border-color:#00A1B5!important;background-color:#008B9C!important}.btn-info.btn-gradient-bg:active,.btn-info.btn-gradient-bg:focus{border-color:#008B9C!important;background-color:#007482!important}.btn-outline-info.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}.btn-outline-info.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-info{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-info.border-gradient-bg{border:1px solid #640064!important}.border-top-info.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-info.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-info.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-info.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-info.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}.bg-warning.bg-gradient-light,.btn-warning.btn-gradient-light{background-color:#FFF487!important}.warning.gradient-light{color:#FFF487!important}.btn-warning.btn-gradient-light{border-color:#FF8510!important}.btn-warning.btn-gradient-light:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-gradient-light:active,.btn-warning.btn-gradient-light:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-gradient-light{border-color:#FFF487!important;color:#FFF487!important}.btn-outline-warning.btn-outline-lighten-5,.warning.light-badge,.warning.lighten-5{color:#FFE0C3!important}.btn-outline-warning.btn-outline-gradient-light:hover{background-color:#FFF487!important}.border-warning.border-gradient-light{border:1px solid #FFF487!important}.border-top-warning.border-top-gradient-light{border-top:1px solid #FFF487!important}.border-bottom-warning.border-bottom-gradient-light{border-bottom:1px solid #FFF487!important}.border-left-warning.border-left-gradient-light{border-left:1px solid #FFF487!important}.border-right-warning.border-right-gradient-light{border-right:1px solid #FFF487!important}.overlay-warning.overlay-gradient-light{background:#FFF487;background:rgba(255,244,135,.6)}.bg-warning.bg-light-badge,.btn-warning.btn-light-badge{background-color:#FFE0C3!important}.btn-warning.btn-light-badge{border-color:#FF8510!important}.btn-warning.btn-light-badge:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-light-badge:active,.btn-warning.btn-light-badge:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-light-badge{border-color:#FFE0C3!important;color:#FFE0C3!important}.btn-outline-warning.btn-outline-light-badge:hover{background-color:#FFE0C3!important}.border-warning.border-light-badge{border:1px solid #FFE0C3!important}.border-top-warning.border-top-light-badge{border-top:1px solid #FFE0C3!important}.border-bottom-warning.border-bottom-light-badge{border-bottom:1px solid #FFE0C3!important}.border-left-warning.border-left-light-badge{border-left:1px solid #FFE0C3!important}.border-right-warning.border-right-light-badge{border-right:1px solid #FFE0C3!important}.overlay-warning.overlay-light-badge{background:#FFE0C3;background:rgba(255,224,195,.6)}.bg-warning.bg-lighten-5,.btn-warning.btn-lighten-5{background-color:#FFE0C3!important}.btn-warning.btn-lighten-5{border-color:#FF8510!important}.btn-warning.btn-lighten-5:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-lighten-5:active,.btn-warning.btn-lighten-5:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-lighten-5{border-color:#FFE0C3!important}.btn-outline-warning.btn-outline-lighten-5:hover{background-color:#FFE0C3!important}.border-warning.border-lighten-5{border:1px solid #FFE0C3!important}.border-top-warning.border-top-lighten-5{border-top:1px solid #FFE0C3!important}.border-bottom-warning.border-bottom-lighten-5{border-bottom:1px solid #FFE0C3!important}.border-left-warning.border-left-lighten-5{border-left:1px solid #FFE0C3!important}.border-right-warning.border-right-lighten-5{border-right:1px solid #FFE0C3!important}.overlay-warning.overlay-lighten-5{background:#FFE0C3;background:rgba(255,224,195,.6)}.bg-warning.bg-lighten-4,.btn-warning.btn-lighten-4{background-color:#FFD3A9!important}.warning.lighten-4{color:#FFD3A9!important}.btn-warning.btn-lighten-4{border-color:#FF8510!important}.btn-warning.btn-lighten-4:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-lighten-4:active,.btn-warning.btn-lighten-4:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-lighten-4{border-color:#FFD3A9!important;color:#FFD3A9!important}.btn-outline-warning.btn-outline-lighten-4:hover{background-color:#FFD3A9!important}.border-warning.border-lighten-4{border:1px solid #FFD3A9!important}.border-top-warning.border-top-lighten-4{border-top:1px solid #FFD3A9!important}.border-bottom-warning.border-bottom-lighten-4{border-bottom:1px solid #FFD3A9!important}.border-left-warning.border-left-lighten-4{border-left:1px solid #FFD3A9!important}.border-right-warning.border-right-lighten-4{border-right:1px solid #FFD3A9!important}.overlay-warning.overlay-lighten-4{background:#FFD3A9;background:rgba(255,211,169,.6)}.bg-warning.bg-lighten-3,.btn-warning.btn-lighten-3{background-color:#FFC690!important}.warning.lighten-3{color:#FFC690!important}.btn-warning.btn-lighten-3{border-color:#FF8510!important}.btn-warning.btn-lighten-3:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-lighten-3:active,.btn-warning.btn-lighten-3:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-lighten-3{border-color:#FFC690!important;color:#FFC690!important}.btn-outline-warning.btn-outline-lighten-3:hover{background-color:#FFC690!important}.border-warning.border-lighten-3{border:1px solid #FFC690!important}.border-top-warning.border-top-lighten-3{border-top:1px solid #FFC690!important}.border-bottom-warning.border-bottom-lighten-3{border-bottom:1px solid #FFC690!important}.border-left-warning.border-left-lighten-3{border-left:1px solid #FFC690!important}.border-right-warning.border-right-lighten-3{border-right:1px solid #FFC690!important}.overlay-warning.overlay-lighten-3{background:#FFC690;background:rgba(255,198,144,.6)}.bg-warning.bg-lighten-2,.btn-warning.btn-lighten-2{background-color:#FFB976!important}.warning.lighten-2{color:#FFB976!important}.btn-warning.btn-lighten-2{border-color:#FF8510!important}.btn-warning.btn-lighten-2:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-lighten-2:active,.btn-warning.btn-lighten-2:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-lighten-2{border-color:#FFB976!important;color:#FFB976!important}.btn-outline-warning.btn-outline-lighten-2:hover{background-color:#FFB976!important}.border-warning.border-lighten-2{border:1px solid #FFB976!important}.border-top-warning.border-top-lighten-2{border-top:1px solid #FFB976!important}.border-bottom-warning.border-bottom-lighten-2{border-bottom:1px solid #FFB976!important}.border-left-warning.border-left-lighten-2{border-left:1px solid #FFB976!important}.border-right-warning.border-right-lighten-2{border-right:1px solid #FFB976!important}.overlay-warning.overlay-lighten-2{background:#FFB976;background:rgba(255,185,118,.6)}.bg-warning.bg-lighten-1,.btn-warning.btn-lighten-1{background-color:#FFAC5D!important}.warning.lighten-1{color:#FFAC5D!important}.btn-warning.btn-lighten-1{border-color:#FF8510!important}.btn-warning.btn-lighten-1:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-lighten-1:active,.btn-warning.btn-lighten-1:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-lighten-1{border-color:#FFAC5D!important;color:#FFAC5D!important}.alert-warning,.warning{color:#FF9F43!important}.btn-outline-warning.btn-outline-lighten-1:hover{background-color:#FFAC5D!important}.border-warning.border-lighten-1{border:1px solid #FFAC5D!important}.border-top-warning.border-top-lighten-1{border-top:1px solid #FFAC5D!important}.border-bottom-warning.border-bottom-lighten-1{border-bottom:1px solid #FFAC5D!important}.border-left-warning.border-left-lighten-1{border-left:1px solid #FFAC5D!important}.border-right-warning.border-right-lighten-1{border-right:1px solid #FFAC5D!important}.overlay-warning.overlay-lighten-1{background:#FFAC5D;background:rgba(255,172,93,.6)}.bg-warning{background-color:#FF9F43!important}.bg-warning .card-footer,.bg-warning .card-header{background-color:transparent}.alert-warning{background:rgba(255,159,67,.2)!important}.alert-warning .alert-heading{box-shadow:rgba(255,159,67,.4) 0 6px 15px -7px}.alert-warning .alert-link{color:#FF922A!important}.bg-rgba-warning{background:rgba(255,159,67,.15)!important}.border-warning{border:1px solid #FF9F43!important}.border-top-warning{border-top:1px solid #FF9F43}.border-bottom-warning{border-bottom:1px solid #FF9F43}.border-left-warning{border-left:1px solid #FF9F43}.border-right-warning{border-right:1px solid #FF9F43}.badge-warning.badge-glow,.bg-warning.badge-glow,.border-warning.badge-glow{box-shadow:0 0 10px #FF9F43}.badge.badge-warning{background-color:#FF9F43}.badge.badge-light-warning{background-color:#FFE0C3;color:#FF9F43!important;font-weight:500}.overlay-warning{background:#FF9F43;background:rgba(255,159,67,.6)}.btn-warning{border-color:#FF8510!important;background-color:#FF9F43!important;color:#FFF}.btn-warning:active,.btn-warning:focus,.btn-warning:hover{color:#FFF!important}.btn-warning:hover{border-color:#FF922A!important;box-shadow:0 8px 25px -8px #FF9F43}.btn-flat-warning{background-color:transparent;color:#FF9F43}.btn-flat-warning:hover{color:#FF9F43;background-color:rgba(255,159,67,.1)}.btn-flat-warning:active,.btn-flat-warning:focus{background-color:#FF9F43;color:#FFF!important}.btn-relief-warning{background-color:#FF9F43;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-warning:hover{color:#FFF}.btn-relief-warning:active,.btn-relief-warning:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-warning{border:1px solid #FF9F43;background-color:transparent;color:#FF9F43}.divider.divider-warning .divider-text:after,.divider.divider-warning .divider-text:before,.vs-checkbox-warning input:checked~.vs-checkbox{border-color:#FF9F43!important}.btn-outline-warning:hover{background-color:rgba(255,159,67,.08);color:#FF9F43}.btn-outline-warning:active{color:#FFF!important}.btn-flat-warning~.dropdown-menu .dropdown-item.active,.btn-outline-warning~.dropdown-menu .dropdown-item.active,.btn-warning~.dropdown-menu .dropdown-item.active{background-color:#FF9F43;color:#FFF}.btn-flat-warning~.dropdown-menu .dropdown-item.active:hover,.btn-outline-warning~.dropdown-menu .dropdown-item.active:hover,.btn-warning~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-flat-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-warning~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:hover i{color:#FF9F43}.dropdown.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-warning~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-warning~.dropdown-menu .dropdown-item:active i,.pagination-warning .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-warning{background-color:#FF9F43}.pagination-warning .page-item.active .page-link{background:#FF9F43;color:#FFF}.pagination-warning .page-item .page-link:hover{color:#FF9F43}.pagination-warning .page-item.next-item .page-link:hover,.pagination-warning .page-item.prev-item .page-link:hover{background:#FF9F43;color:#FFF}.nav-pill-warning .nav-item .nav-link.active{color:#FFF;background-color:#FF9F43!important}.progress-bar-warning{background-color:rgba(255,159,67,.1)}.progress-bar-warning .progress-bar{background-color:#FF9F43}.chip-warning,.vs-checkbox-warning input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-warning input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-warning+.custom-control-label:before,input[type=radio].bg-warning+.custom-control-label:before{background-color:#FF9F43!important}.chip-warning .chip-body{color:#FFF!important}.custom-switch-warning .custom-control-input:checked~.custom-control-label::before{background-color:#FF9F43!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-warning input:checked~.vs-radio .vs-radio--circle{background:#FF9F43!important;box-shadow:0 3px 12px 0 rgba(255,159,67,.4)!important}.bg-warning.bg-darken-1,.btn-warning.btn-darken-1{background-color:#FF922A!important}.warning.darken-1{color:#FF922A!important}.btn-warning.btn-darken-1{border-color:#FF8510!important}.btn-warning.btn-darken-1:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-darken-1:active,.btn-warning.btn-darken-1:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-darken-1{border-color:#FF922A!important;color:#FF922A!important}.btn-outline-warning.btn-outline-darken-1:hover{background-color:#FF922A!important}.border-warning.border-darken-1{border:1px solid #FF922A!important}.border-top-warning.border-top-darken-1{border-top:1px solid #FF922A!important}.border-bottom-warning.border-bottom-darken-1{border-bottom:1px solid #FF922A!important}.border-left-warning.border-left-darken-1{border-left:1px solid #FF922A!important}.border-right-warning.border-right-darken-1{border-right:1px solid #FF922A!important}.overlay-warning.overlay-darken-1{background:#FF922A;background:rgba(255,146,42,.6)}.bg-warning.bg-darken-2,.btn-warning.btn-darken-2{background-color:#FF8510!important}.warning.darken-2{color:#FF8510!important}.btn-warning.btn-darken-2{border-color:#FF8510!important}.btn-warning.btn-darken-2:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-darken-2:active,.btn-warning.btn-darken-2:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-darken-2{border-color:#FF8510!important;color:#FF8510!important}.btn-outline-warning.btn-outline-darken-2:hover{background-color:#FF8510!important}.border-warning.border-darken-2{border:1px solid #FF8510!important}.border-top-warning.border-top-darken-2{border-top:1px solid #FF8510!important}.border-bottom-warning.border-bottom-darken-2{border-bottom:1px solid #FF8510!important}.border-left-warning.border-left-darken-2{border-left:1px solid #FF8510!important}.border-right-warning.border-right-darken-2{border-right:1px solid #FF8510!important}.overlay-warning.overlay-darken-2{background:#FF8510;background:rgba(255,133,16,.6)}.warning.darken-3{color:#F67800!important}.bg-warning.bg-darken-3{background-color:#F67800!important}.btn-warning.btn-darken-3,.btn-warning.btn-darken-3:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-darken-3:active,.btn-warning.btn-darken-3:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-darken-3{border-color:#F67800!important;color:#F67800!important}.btn-outline-warning.btn-outline-darken-3:hover{background-color:#F67800!important}.border-warning.border-darken-3{border:1px solid #F67800!important}.border-top-warning.border-top-darken-3{border-top:1px solid #F67800!important}.border-bottom-warning.border-bottom-darken-3{border-bottom:1px solid #F67800!important}.border-left-warning.border-left-darken-3{border-left:1px solid #F67800!important}.border-right-warning.border-right-darken-3{border-right:1px solid #F67800!important}.overlay-warning.overlay-darken-3{background:#F67800;background:rgba(246,120,0,.6)}.bg-warning.bg-darken-4,.btn-warning.btn-darken-4{background-color:#DC6C00!important}.warning.darken-4{color:#DC6C00!important}.btn-warning.btn-darken-4{border-color:#FF8510!important}.btn-warning.btn-darken-4:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-darken-4:active,.btn-warning.btn-darken-4:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-darken-4{border-color:#DC6C00!important;color:#DC6C00!important}.btn-outline-warning.btn-outline-darken-4:hover{background-color:#DC6C00!important}.border-warning.border-darken-4{border:1px solid #DC6C00!important}.border-top-warning.border-top-darken-4{border-top:1px solid #DC6C00!important}.border-bottom-warning.border-bottom-darken-4{border-bottom:1px solid #DC6C00!important}.border-left-warning.border-left-darken-4{border-left:1px solid #DC6C00!important}.border-right-warning.border-right-darken-4{border-right:1px solid #DC6C00!important}.overlay-warning.overlay-darken-4{background:#DC6C00;background:rgba(220,108,0,.6)}.bg-warning.bg-accent-1,.btn-warning.btn-accent-1{background-color:#FFF5EF!important}.warning.accent-1{color:#FFF5EF!important}.btn-warning.btn-accent-1{border-color:#FF8510!important}.btn-warning.btn-accent-1:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-accent-1:active,.btn-warning.btn-accent-1:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-accent-1{border-color:#FFF5EF!important;color:#FFF5EF!important}.btn-outline-warning.btn-outline-accent-1:hover{background-color:#FFF5EF!important}.border-warning.border-accent-1{border:1px solid #FFF5EF!important}.border-top-warning.border-top-accent-1{border-top:1px solid #FFF5EF!important}.border-bottom-warning.border-bottom-accent-1{border-bottom:1px solid #FFF5EF!important}.border-left-warning.border-left-accent-1{border-left:1px solid #FFF5EF!important}.border-right-warning.border-right-accent-1{border-right:1px solid #FFF5EF!important}.overlay-warning.overlay-accent-1{background:#FFF5EF;background:rgba(255,245,239,.6)}.bg-warning.bg-accent-2,.btn-warning.btn-accent-2{background-color:#FFE5D8!important}.warning.accent-2{color:#FFE5D8!important}.btn-warning.btn-accent-2{border-color:#FF8510!important}.btn-warning.btn-accent-2:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-accent-2:active,.btn-warning.btn-accent-2:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-accent-2{border-color:#FFE5D8!important;color:#FFE5D8!important}.btn-outline-warning.btn-outline-accent-2:hover{background-color:#FFE5D8!important}.border-warning.border-accent-2{border:1px solid #FFE5D8!important}.border-top-warning.border-top-accent-2{border-top:1px solid #FFE5D8!important}.border-bottom-warning.border-bottom-accent-2{border-bottom:1px solid #FFE5D8!important}.border-left-warning.border-left-accent-2{border-left:1px solid #FFE5D8!important}.border-right-warning.border-right-accent-2{border-right:1px solid #FFE5D8!important}.overlay-warning.overlay-accent-2{background:#FFE5D8;background:rgba(255,229,216,.6)}.bg-warning.bg-accent-3,.btn-warning.btn-accent-3{background-color:#FFF6F3!important}.warning.accent-3{color:#FFF6F3!important}.btn-warning.btn-accent-3{border-color:#FF8510!important}.btn-warning.btn-accent-3:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-accent-3:active,.btn-warning.btn-accent-3:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-accent-3{border-color:#FFF6F3!important;color:#FFF6F3!important}.btn-outline-warning.btn-outline-accent-3:hover{background-color:#FFF6F3!important}.border-warning.border-accent-3{border:1px solid #FFF6F3!important}.border-top-warning.border-top-accent-3{border-top:1px solid #FFF6F3!important}.border-bottom-warning.border-bottom-accent-3{border-bottom:1px solid #FFF6F3!important}.border-left-warning.border-left-accent-3{border-left:1px solid #FFF6F3!important}.border-right-warning.border-right-accent-3{border-right:1px solid #FFF6F3!important}.overlay-warning.overlay-accent-3{background:#FFF6F3;background:rgba(255,246,243,.6)}.bg-warning.bg-accent-4,.btn-warning.btn-accent-4{background-color:#FFE3DA!important}.warning.accent-4{color:#FFE3DA!important}.btn-warning.btn-accent-4{border-color:#FF8510!important}.btn-warning.btn-accent-4:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-accent-4:active,.btn-warning.btn-accent-4:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-accent-4{border-color:#FFE3DA!important;color:#FFE3DA!important}.btn-outline-warning.btn-outline-accent-4:hover{background-color:#FFE3DA!important}.border-warning.border-accent-4{border:1px solid #FFE3DA!important}.border-top-warning.border-top-accent-4{border-top:1px solid #FFE3DA!important}.border-bottom-warning.border-bottom-accent-4{border-bottom:1px solid #FFE3DA!important}.border-left-warning.border-left-accent-4{border-left:1px solid #FFE3DA!important}.border-right-warning.border-right-accent-4{border-right:1px solid #FFE3DA!important}.overlay-warning.overlay-accent-4{background:#FFE3DA;background:rgba(255,227,218,.6)}.bg-warning.bg-gradient-bg,.btn-warning.btn-gradient-bg{background-color:#FAFAFA!important}.warning.gradient-bg{color:#FAFAFA!important}.btn-warning.btn-gradient-bg{border-color:#FF8510!important}.btn-warning.btn-gradient-bg:hover{border-color:#FF8510!important;background-color:#F67800!important}.btn-warning.btn-gradient-bg:active,.btn-warning.btn-gradient-bg:focus{border-color:#F67800!important;background-color:#DC6C00!important}.btn-outline-warning.btn-outline-gradient-bg{border-color:#FAFAFA!important;color:#FAFAFA!important}.btn-outline-warning.btn-outline-gradient-bg:hover{background-color:#FAFAFA!important}input:focus~.bg-warning{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #FAFAFA!important}.border-warning.border-gradient-bg{border:1px solid #FAFAFA!important}.border-top-warning.border-top-gradient-bg{border-top:1px solid #FAFAFA!important}.border-bottom-warning.border-bottom-gradient-bg{border-bottom:1px solid #FAFAFA!important}.border-left-warning.border-left-gradient-bg{border-left:1px solid #FAFAFA!important}.border-right-warning.border-right-gradient-bg{border-right:1px solid #FAFAFA!important}.overlay-warning.overlay-gradient-bg{background:#FAFAFA;background:rgba(250,250,250,.6)}.bg-danger.bg-gradient-light,.btn-danger.btn-gradient-light{background-color:#F9B789!important}.danger.gradient-light{color:#F9B789!important}.btn-danger.btn-gradient-light{border-color:#E42728!important}.btn-danger.btn-gradient-light:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-gradient-light:active,.btn-danger.btn-gradient-light:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-gradient-light{border-color:#F9B789!important;color:#F9B789!important}.btn-outline-danger.btn-outline-gradient-light:hover{background-color:#F9B789!important}.border-danger.border-gradient-light{border:1px solid #F9B789!important}.border-top-danger.border-top-gradient-light{border-top:1px solid #F9B789!important}.border-bottom-danger.border-bottom-gradient-light{border-bottom:1px solid #F9B789!important}.border-left-danger.border-left-gradient-light{border-left:1px solid #F9B789!important}.border-right-danger.border-right-gradient-light{border-right:1px solid #F9B789!important}.overlay-danger.overlay-gradient-light{background:#F9B789;background:rgba(249,183,137,.6)}.bg-danger.bg-light-badge,.btn-danger.btn-light-badge{background-color:#FBDCDC!important}.danger.light-badge{color:#FBDCDC!important}.btn-danger.btn-light-badge{border-color:#E42728!important}.btn-danger.btn-light-badge:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-light-badge:active,.btn-danger.btn-light-badge:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-light-badge{border-color:#FBDCDC!important;color:#FBDCDC!important}.btn-outline-danger.btn-outline-light-badge:hover{background-color:#FBDCDC!important}.border-danger.border-light-badge{border:1px solid #FBDCDC!important}.border-top-danger.border-top-light-badge{border-top:1px solid #FBDCDC!important}.border-bottom-danger.border-bottom-light-badge{border-bottom:1px solid #FBDCDC!important}.border-left-danger.border-left-light-badge{border-left:1px solid #FBDCDC!important}.border-right-danger.border-right-light-badge{border-right:1px solid #FBDCDC!important}.overlay-danger.overlay-light-badge{background:#FBDCDC;background:rgba(251,220,220,.6)}.bg-danger.bg-lighten-5,.btn-danger.btn-lighten-5{background-color:#F8C6C6!important}.danger.lighten-5{color:#F8C6C6!important}.btn-danger.btn-lighten-5{border-color:#E42728!important}.btn-danger.btn-lighten-5:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-lighten-5:active,.btn-danger.btn-lighten-5:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-lighten-5{border-color:#F8C6C6!important;color:#F8C6C6!important}.btn-outline-danger.btn-outline-lighten-5:hover{background-color:#F8C6C6!important}.border-danger.border-lighten-5{border:1px solid #F8C6C6!important}.border-top-danger.border-top-lighten-5{border-top:1px solid #F8C6C6!important}.border-bottom-danger.border-bottom-lighten-5{border-bottom:1px solid #F8C6C6!important}.border-left-danger.border-left-lighten-5{border-left:1px solid #F8C6C6!important}.border-right-danger.border-right-lighten-5{border-right:1px solid #F8C6C6!important}.overlay-danger.overlay-lighten-5{background:#F8C6C6;background:rgba(248,198,198,.6)}.bg-danger.bg-lighten-4,.btn-danger.btn-lighten-4{background-color:#F5AFAF!important}.danger.lighten-4{color:#F5AFAF!important}.btn-danger.btn-lighten-4{border-color:#E42728!important}.btn-danger.btn-lighten-4:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-lighten-4:active,.btn-danger.btn-lighten-4:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-lighten-4{border-color:#F5AFAF!important;color:#F5AFAF!important}.btn-outline-danger.btn-outline-lighten-4:hover{background-color:#F5AFAF!important}.border-danger.border-lighten-4{border:1px solid #F5AFAF!important}.border-top-danger.border-top-lighten-4{border-top:1px solid #F5AFAF!important}.border-bottom-danger.border-bottom-lighten-4{border-bottom:1px solid #F5AFAF!important}.border-left-danger.border-left-lighten-4{border-left:1px solid #F5AFAF!important}.border-right-danger.border-right-lighten-4{border-right:1px solid #F5AFAF!important}.overlay-danger.overlay-lighten-4{background:#F5AFAF;background:rgba(245,175,175,.6)}.bg-danger.bg-lighten-3,.btn-danger.btn-lighten-3{background-color:#F29899!important}.danger.lighten-3{color:#F29899!important}.btn-danger.btn-lighten-3{border-color:#E42728!important}.btn-danger.btn-lighten-3:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-lighten-3:active,.btn-danger.btn-lighten-3:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-lighten-3{border-color:#F29899!important;color:#F29899!important}.btn-outline-danger.btn-outline-lighten-3:hover{background-color:#F29899!important}.border-danger.border-lighten-3{border:1px solid #F29899!important}.border-top-danger.border-top-lighten-3{border-top:1px solid #F29899!important}.border-bottom-danger.border-bottom-lighten-3{border-bottom:1px solid #F29899!important}.border-left-danger.border-left-lighten-3{border-left:1px solid #F29899!important}.border-right-danger.border-right-lighten-3{border-right:1px solid #F29899!important}.overlay-danger.overlay-lighten-3{background:#F29899;background:rgba(242,152,153,.6)}.bg-danger.bg-lighten-2,.btn-danger.btn-lighten-2{background-color:#F08182!important}.danger.lighten-2{color:#F08182!important}.btn-danger.btn-lighten-2{border-color:#E42728!important}.btn-danger.btn-lighten-2:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-lighten-2:active,.btn-danger.btn-lighten-2:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-lighten-2{border-color:#F08182!important;color:#F08182!important}.btn-outline-danger.btn-outline-lighten-2:hover{background-color:#F08182!important}.border-danger.border-lighten-2{border:1px solid #F08182!important}.border-top-danger.border-top-lighten-2{border-top:1px solid #F08182!important}.border-bottom-danger.border-bottom-lighten-2{border-bottom:1px solid #F08182!important}.border-left-danger.border-left-lighten-2{border-left:1px solid #F08182!important}.border-right-danger.border-right-lighten-2{border-right:1px solid #F08182!important}.overlay-danger.overlay-lighten-2{background:#F08182;background:rgba(240,129,130,.6)}.bg-danger.bg-lighten-1,.btn-danger.btn-lighten-1{background-color:#ED6B6C!important}.danger.lighten-1{color:#ED6B6C!important}.btn-danger.btn-lighten-1{border-color:#E42728!important}.btn-danger.btn-lighten-1:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-lighten-1:active,.btn-danger.btn-lighten-1:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-lighten-1{border-color:#ED6B6C!important;color:#ED6B6C!important}.alert-danger,.danger{color:#EA5455!important}.btn-outline-danger.btn-outline-lighten-1:hover{background-color:#ED6B6C!important}.border-danger.border-lighten-1{border:1px solid #ED6B6C!important}.border-top-danger.border-top-lighten-1{border-top:1px solid #ED6B6C!important}.border-bottom-danger.border-bottom-lighten-1{border-bottom:1px solid #ED6B6C!important}.border-left-danger.border-left-lighten-1{border-left:1px solid #ED6B6C!important}.border-right-danger.border-right-lighten-1{border-right:1px solid #ED6B6C!important}.overlay-danger.overlay-lighten-1{background:#ED6B6C;background:rgba(237,107,108,.6)}.bg-danger{background-color:#EA5455!important}.bg-danger .card-footer,.bg-danger .card-header{background-color:transparent}.alert-danger{background:rgba(234,84,85,.2)!important}.alert-danger .alert-heading{box-shadow:rgba(234,84,85,.4) 0 6px 15px -7px}.alert-danger .alert-link{color:#E73D3E!important}.bg-rgba-danger{background:rgba(234,84,85,.15)!important}.border-danger{border:1px solid #EA5455!important}.border-top-danger{border-top:1px solid #EA5455}.border-bottom-danger{border-bottom:1px solid #EA5455}.border-left-danger{border-left:1px solid #EA5455}.border-right-danger{border-right:1px solid #EA5455}.badge-danger.badge-glow,.bg-danger.badge-glow,.border-danger.badge-glow{box-shadow:0 0 10px #EA5455}.badge.badge-danger{background-color:#EA5455}.badge.badge-light-danger{background-color:#FBDCDC;color:#EA5455!important;font-weight:500}.overlay-danger{background:#EA5455;background:rgba(234,84,85,.6)}.btn-danger{border-color:#E42728!important;background-color:#EA5455!important;color:#FFF}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{color:#FFF!important}.btn-danger:hover{border-color:#E73D3E!important;box-shadow:0 8px 25px -8px #EA5455}.btn-flat-danger{background-color:transparent;color:#EA5455}.btn-flat-danger:hover{color:#EA5455;background-color:rgba(234,84,85,.1)}.btn-flat-danger:active,.btn-flat-danger:focus{background-color:#EA5455;color:#FFF!important}.btn-relief-danger{background-color:#EA5455;box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.2);color:#FFF}.btn-relief-danger:hover{color:#FFF}.btn-relief-danger:active,.btn-relief-danger:focus{outline:0;-webkit-transform:translateY(3px);-ms-transform:translateY(3px);transform:translateY(3px)}.btn-outline-danger{border:1px solid #EA5455;background-color:transparent;color:#EA5455}.divider.divider-danger .divider-text:after,.divider.divider-danger .divider-text:before,.vs-checkbox-danger input:checked~.vs-checkbox{border-color:#EA5455!important}.btn-outline-danger:hover{background-color:rgba(234,84,85,.08);color:#EA5455}.btn-outline-danger:active{color:#FFF!important}.btn-danger~.dropdown-menu .dropdown-item.active,.btn-flat-danger~.dropdown-menu .dropdown-item.active,.btn-outline-danger~.dropdown-menu .dropdown-item.active{background-color:#EA5455;color:#FFF}.btn-danger~.dropdown-menu .dropdown-item.active:hover,.btn-flat-danger~.dropdown-menu .dropdown-item.active:hover,.btn-outline-danger~.dropdown-menu .dropdown-item.active:hover{color:#FFF}.btn-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-flat-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.btn-outline-danger~.dropdown-menu .dropdown-item:not(.active):not(:active):hover,.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:hover i,.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:hover i{color:#EA5455}.dropdown.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropdown.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropleft.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropright.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-flat-danger~.dropdown-menu .dropdown-item:active i,.dropup.dropdown-icon-wrapper .btn-outline-danger~.dropdown-menu .dropdown-item:active i,.pagination-danger .page-item.active .page-link:hover{color:#FFF}.bullet.bullet-danger{background-color:#EA5455}.pagination-danger .page-item.active .page-link{background:#EA5455;color:#FFF}.pagination-danger .page-item .page-link:hover{color:#EA5455}.pagination-danger .page-item.next-item .page-link:hover,.pagination-danger .page-item.prev-item .page-link:hover{background:#EA5455;color:#FFF}.nav-pill-danger .nav-item .nav-link.active{color:#FFF;background-color:#EA5455!important}.progress-bar-danger{background-color:rgba(234,84,85,.1)}.progress-bar-danger .progress-bar{background-color:#EA5455}.chip-danger,.vs-checkbox-danger input:active:checked+.vs-checkbox .vs-checkbox--check,.vs-checkbox-danger input:checked~.vs-checkbox .vs-checkbox--check,input[type=checkbox].bg-danger+.custom-control-label:before,input[type=radio].bg-danger+.custom-control-label:before{background-color:#EA5455!important}.chip-danger .chip-body{color:#FFF!important}.btn-danger.btn-darken-1,.btn-danger.btn-darken-1:hover{border-color:#E42728!important}.custom-switch-danger .custom-control-input:checked~.custom-control-label::before{background-color:#EA5455!important;color:#FFF;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.vs-radio-danger input:checked~.vs-radio .vs-radio--circle{background:#EA5455!important;box-shadow:0 3px 12px 0 rgba(234,84,85,.4)!important}.bg-danger.bg-darken-1,.btn-danger.btn-darken-1{background-color:#E73D3E!important}.danger.darken-1{color:#E73D3E!important}.btn-danger.btn-darken-1:hover{background-color:#D71A1C!important}.btn-danger.btn-darken-1:active,.btn-danger.btn-darken-1:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-darken-1{border-color:#E73D3E!important;color:#E73D3E!important}.btn-outline-danger.btn-outline-darken-1:hover{background-color:#E73D3E!important}.border-danger.border-darken-1{border:1px solid #E73D3E!important}.border-top-danger.border-top-darken-1{border-top:1px solid #E73D3E!important}.border-bottom-danger.border-bottom-darken-1{border-bottom:1px solid #E73D3E!important}.border-left-danger.border-left-darken-1{border-left:1px solid #E73D3E!important}.border-right-danger.border-right-darken-1{border-right:1px solid #E73D3E!important}.btn-danger.btn-darken-2,.btn-danger.btn-darken-2:hover{border-color:#E42728!important}.overlay-danger.overlay-darken-1{background:#E73D3E;background:rgba(231,61,62,.6)}.bg-danger.bg-darken-2,.btn-danger.btn-darken-2{background-color:#E42728!important}.danger.darken-2{color:#E42728!important}.btn-danger.btn-darken-2:hover{background-color:#D71A1C!important}.btn-danger.btn-darken-2:active,.btn-danger.btn-darken-2:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-darken-2{border-color:#E42728!important;color:#E42728!important}.btn-outline-danger.btn-outline-darken-2:hover{background-color:#E42728!important}.border-danger.border-darken-2{border:1px solid #E42728!important}.border-top-danger.border-top-darken-2{border-top:1px solid #E42728!important}.border-bottom-danger.border-bottom-darken-2{border-bottom:1px solid #E42728!important}.border-left-danger.border-left-darken-2{border-left:1px solid #E42728!important}.border-right-danger.border-right-darken-2{border-right:1px solid #E42728!important}.overlay-danger.overlay-darken-2{background:#E42728;background:rgba(228,39,40,.6)}.danger.darken-3{color:#D71A1C!important}.bg-danger.bg-darken-3{background-color:#D71A1C!important}.btn-danger.btn-darken-3,.btn-danger.btn-darken-3:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-darken-3:active,.btn-danger.btn-darken-3:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-darken-3{border-color:#D71A1C!important;color:#D71A1C!important}.btn-outline-danger.btn-outline-darken-3:hover{background-color:#D71A1C!important}.border-danger.border-darken-3{border:1px solid #D71A1C!important}.border-top-danger.border-top-darken-3{border-top:1px solid #D71A1C!important}.border-bottom-danger.border-bottom-darken-3{border-bottom:1px solid #D71A1C!important}.border-left-danger.border-left-darken-3{border-left:1px solid #D71A1C!important}.border-right-danger.border-right-darken-3{border-right:1px solid #D71A1C!important}.btn-danger.btn-darken-4,.btn-danger.btn-darken-4:hover{border-color:#E42728!important}.overlay-danger.overlay-darken-3{background:#D71A1C;background:rgba(215,26,28,.6)}.bg-danger.bg-darken-4,.btn-danger.btn-darken-4{background-color:#C01819!important}.danger.darken-4{color:#C01819!important}.btn-danger.btn-darken-4:hover{background-color:#D71A1C!important}.btn-danger.btn-darken-4:active,.btn-danger.btn-darken-4:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-darken-4{border-color:#C01819!important;color:#C01819!important}.btn-outline-danger.btn-outline-darken-4:hover{background-color:#C01819!important}.border-danger.border-darken-4{border:1px solid #C01819!important}.border-top-danger.border-top-darken-4{border-top:1px solid #C01819!important}.border-bottom-danger.border-bottom-darken-4{border-bottom:1px solid #C01819!important}.border-left-danger.border-left-darken-4{border-left:1px solid #C01819!important}.border-right-danger.border-right-darken-4{border-right:1px solid #C01819!important}.btn-danger.btn-accent-1,.btn-danger.btn-accent-1:hover{border-color:#E42728!important}.overlay-danger.overlay-darken-4{background:#C01819;background:rgba(192,24,25,.6)}.bg-danger.bg-accent-1,.btn-danger.btn-accent-1{background-color:#FFEEF1!important}.danger.accent-1{color:#FFEEF1!important}.btn-danger.btn-accent-1:hover{background-color:#D71A1C!important}.btn-danger.btn-accent-1:active,.btn-danger.btn-accent-1:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-accent-1{border-color:#FFEEF1!important;color:#FFEEF1!important}.btn-outline-danger.btn-outline-accent-1:hover{background-color:#FFEEF1!important}.border-danger.border-accent-1{border:1px solid #FFEEF1!important}.border-top-danger.border-top-accent-1{border-top:1px solid #FFEEF1!important}.border-bottom-danger.border-bottom-accent-1{border-bottom:1px solid #FFEEF1!important}.border-left-danger.border-left-accent-1{border-left:1px solid #FFEEF1!important}.border-right-danger.border-right-accent-1{border-right:1px solid #FFEEF1!important}.btn-danger.btn-accent-2,.btn-danger.btn-accent-2:hover{border-color:#E42728!important}.overlay-danger.overlay-accent-1{background:#FFEEF1;background:rgba(255,238,241,.6)}.bg-danger.bg-accent-2,.btn-danger.btn-accent-2{background-color:#FFD6DB!important}.danger.accent-2{color:#FFD6DB!important}.btn-danger.btn-accent-2:hover{background-color:#D71A1C!important}.btn-danger.btn-accent-2:active,.btn-danger.btn-accent-2:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-accent-2{border-color:#FFD6DB!important;color:#FFD6DB!important}.btn-outline-danger.btn-outline-accent-2:hover{background-color:#FFD6DB!important}.border-danger.border-accent-2{border:1px solid #FFD6DB!important}.border-top-danger.border-top-accent-2{border-top:1px solid #FFD6DB!important}.border-bottom-danger.border-bottom-accent-2{border-bottom:1px solid #FFD6DB!important}.border-left-danger.border-left-accent-2{border-left:1px solid #FFD6DB!important}.border-right-danger.border-right-accent-2{border-right:1px solid #FFD6DB!important}.btn-danger.btn-accent-3,.btn-danger.btn-accent-3:hover{border-color:#E42728!important}.overlay-danger.overlay-accent-2{background:#FFD6DB;background:rgba(255,214,219,.6)}.bg-danger.bg-accent-3,.btn-danger.btn-accent-3{background-color:#FFECEE!important}.danger.accent-3{color:#FFECEE!important}.btn-danger.btn-accent-3:hover{background-color:#D71A1C!important}.btn-danger.btn-accent-3:active,.btn-danger.btn-accent-3:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-accent-3{border-color:#FFECEE!important;color:#FFECEE!important}.btn-outline-danger.btn-outline-accent-3:hover{background-color:#FFECEE!important}.border-danger.border-accent-3{border:1px solid #FFECEE!important}.border-top-danger.border-top-accent-3{border-top:1px solid #FFECEE!important}.border-bottom-danger.border-bottom-accent-3{border-bottom:1px solid #FFECEE!important}.border-left-danger.border-left-accent-3{border-left:1px solid #FFECEE!important}.border-right-danger.border-right-accent-3{border-right:1px solid #FFECEE!important}.btn-danger.btn-accent-4,.btn-danger.btn-accent-4:hover{border-color:#E42728!important}.overlay-danger.overlay-accent-3{background:#FFECEE;background:rgba(255,236,238,.6)}.bg-danger.bg-accent-4,.btn-danger.btn-accent-4{background-color:#FFD3D7!important}.danger.accent-4{color:#FFD3D7!important}.btn-danger.btn-accent-4:hover{background-color:#D71A1C!important}.btn-danger.btn-accent-4:active,.btn-danger.btn-accent-4:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-accent-4{border-color:#FFD3D7!important;color:#FFD3D7!important}.btn-outline-danger.btn-outline-accent-4:hover{background-color:#FFD3D7!important}.border-danger.border-accent-4{border:1px solid #FFD3D7!important}.border-top-danger.border-top-accent-4{border-top:1px solid #FFD3D7!important}.border-bottom-danger.border-bottom-accent-4{border-bottom:1px solid #FFD3D7!important}.border-left-danger.border-left-accent-4{border-left:1px solid #FFD3D7!important}.border-right-danger.border-right-accent-4{border-right:1px solid #FFD3D7!important}.overlay-danger.overlay-accent-4{background:#FFD3D7;background:rgba(255,211,215,.6)}.bg-danger.bg-gradient-bg,.btn-danger.btn-gradient-bg{background-color:#640064!important}.danger.gradient-bg{color:#640064!important}.btn-danger.btn-gradient-bg{border-color:#E42728!important}.btn-danger.btn-gradient-bg:hover{border-color:#E42728!important;background-color:#D71A1C!important}.btn-danger.btn-gradient-bg:active,.btn-danger.btn-gradient-bg:focus{border-color:#D71A1C!important;background-color:#C01819!important}.btn-outline-danger.btn-outline-gradient-bg{border-color:#640064!important;color:#640064!important}.btn-outline-danger.btn-outline-gradient-bg:hover{background-color:#640064!important}input:focus~.bg-danger{box-shadow:0 0 0 .075rem #FFF,0 0 0 .21rem #640064!important}.border-danger.border-gradient-bg{border:1px solid #640064!important}.border-top-danger.border-top-gradient-bg{border-top:1px solid #640064!important}.border-bottom-danger.border-bottom-gradient-bg{border-bottom:1px solid #640064!important}.border-left-danger.border-left-gradient-bg{border-left:1px solid #640064!important}.border-right-danger.border-right-gradient-bg{border-right:1px solid #640064!important}.overlay-danger.overlay-gradient-bg{background:#640064;background:rgba(100,0,100,.6)}
\ No newline at end of file
diff --git a/www/assets2/css/components.css b/www/assets2/css/components.css
new file mode 100644
index 0000000..8627bd9
--- /dev/null
+++ b/www/assets2/css/components.css
@@ -0,0 +1,3625 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+html {
+ font-size : 14px;
+ height : 100%;
+ letter-spacing : 0.01rem;
+}
+html body {
+ height : 100%;
+ background-color : #F8F8F8;
+ direction : ltr;
+ /*
+ * Blank page
+ */
+}
+html body .content {
+ padding : 0;
+ position : relative;
+ -webkit-transition : 300ms ease all;
+ transition : 300ms ease all;
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+ min-height : calc(100% - 4rem);
+ margin-left : 260px;
+}
+html body .content.app-content {
+ overflow : hidden;
+}
+html body .content.app-content.show-overlay .content-overlay {
+ z-index : 10;
+ opacity : 1;
+}
+html body .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow {
+ background : -webkit-linear-gradient(top, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
+ background : linear-gradient(180deg, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
+}
+html body .content.app-content .content-overlay {
+ position : fixed;
+ opacity : 0;
+ width : 100%;
+ height : 100%;
+ top : 0;
+ left : 0;
+ right : 0;
+ bottom : 0;
+ background-color : rgba(0, 0, 0, 0.5);
+ cursor : pointer;
+ -webkit-transition : all 0.7s;
+ transition : all 0.7s;
+ z-index : -1;
+}
+html body .content.app-content .content-area-wrapper {
+ height : calc(100% - 5rem);
+ margin : calc(5rem + 2.7rem) 2.2rem 0;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ position : relative;
+}
+html body .content.app-content .content-area-wrapper .content-wrapper {
+ margin-top : 0;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+}
+html body .content .content-wrapper {
+ padding : calc(2.2rem - 0.4rem) 2.2rem 0;
+ margin-top : 6rem;
+}
+html body .content .content-wrapper .content-header-title {
+ font-weight : 500;
+ color : #636363;
+ margin-right : 1rem;
+}
+html body .content .content-wrapper .content-header-right .dropdown-toggle::after {
+ display : none;
+}
+html body .content .content-wrapper .content-header-right .dropdown-toggle i {
+ margin-right : 0;
+}
+html body .content .content-wrapper .content-header-right .btn-icon {
+ padding : 0.8rem;
+}
+html body .content .content-wrapper .content-header-right .btn-icon i {
+ font-size : 1rem;
+}
+html body.navbar-hidden .app-content .content-wrapper {
+ padding : 2.2rem;
+ margin-top : 0;
+}
+html body.navbar-hidden .app-content .content-area-wrapper {
+ padding : 0;
+ margin-top : 2.5rem;
+}
+html body.navbar-static .main-menu {
+ top : 0;
+}
+html body.navbar-static .app-content .navbar-container {
+ padding-left : 2.2rem;
+ padding-right : 1.2rem;
+}
+html body.navbar-static .app-content .content-wrapper {
+ padding : 2.2rem;
+ margin-top : 0;
+ padding-top : 1rem;
+}
+html body.navbar-static .app-content .content-area-wrapper {
+ margin-top : 1rem;
+}
+html body.navbar-sticky .app-content .navbar-container {
+ padding-left : 2.2rem;
+ padding-right : 1rem;
+}
+html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show {
+ width : 98%;
+ left : 1%;
+}
+html body.navbar-sticky .app-content .content-wrapper {
+ padding : 2.2rem;
+ margin-top : 4.65rem;
+}
+html body.navbar-static .navbar-container, html body.navbar-sticky .navbar-container {
+ padding-left : 2.2rem;
+ padding-right : 1rem;
+}
+html body.navbar-static .navbar-container .search-input .search-list.show, html body.navbar-sticky .navbar-container .search-input .search-list.show {
+ width : 98%;
+ left : 1%;
+}
+html body.fixed-footer .content.app-content {
+ margin-bottom : 3rem;
+}
+html body p {
+ line-height : 1.5rem;
+}
+html body.bg-full-screen-image {
+ background : url(../../app-assets/images/pages/vuexy-login-bg.jpg) no-repeat center center;
+ background-size : cover;
+}
+html body.blank-page .content {
+ margin-left : 0;
+}
+html body.blank-page .content.app-content {
+ overflow : overlay;
+ overflow-x : hidden;
+}
+html body.blank-page .content.app-content .header-navbar-shadow {
+ display : none;
+}
+html body.blank-page .content-wrapper {
+ padding : 0 !important;
+ margin-top : 0;
+}
+html body.blank-page .content-wrapper .flexbox-container {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ height : 100vh;
+ height : calc(var(--vh, 1vh) * 100);
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+}
+html body[data-col='1-column'] .content, html body[data-col='1-column'] .footer {
+ margin-left : 0 !important;
+}
+html .pace .pace-progress {
+ background : #7367F0;
+}
+
+.app-content.center-layout {
+ overflow : hidden;
+}
+
+/*
+* Col 3 layout for detached and general type
+*/
+@media (min-width: 992px) {
+ body .content-right {
+ width : calc(100vw - (100vw - 100%) - 260px);
+ float : right;
+ }
+ body .content-left {
+ width : calc(100vw - (100vw - 100%) - 260px);
+ float : left;
+ }
+ body .content-detached {
+ width : 100%;
+ }
+ body .content-detached.content-right {
+ float : right;
+ margin-left : -260px;
+ }
+ body .content-detached.content-right .content-body {
+ margin-left : calc(260px + 2.2rem);
+ }
+ body .content-detached.content-left {
+ float : left;
+ margin-right : -260px;
+ }
+ body .content-detached.content-left .content-body {
+ margin-right : calc(260px + 2.2rem);
+ }
+ .sidebar-right.sidebar-sticky {
+ float : right !important;
+ margin-left : -260px;
+ width : 260px !important;
+ margin-top : 6rem;
+ }
+}
+
+.truncate {
+ overflow : hidden !important;
+ text-overflow : ellipsis !important;
+ white-space : nowrap !important;
+}
+
+@media (max-width: 575.98px) {
+ html body .content .content-wrapper {
+ padding : calc(2.2rem - 0.4rem) calc(2.2rem - 1rem) 0;
+ }
+}
+
+@media (max-width: 575.98px) {
+ body.navbar-static .app-content .header-navbar .navbar-container, body.navbar-sticky .app-content .header-navbar .navbar-container {
+ padding-left : 1rem;
+ padding-right : 0.5rem;
+ }
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ html.full-screen {
+ width : 100%;
+ }
+ html.full-screen .content.app-content {
+ height : 100%;
+ overflow : scroll;
+ overflow-x : hidden;
+ }
+}
+
+/*=========================================================================================
+ File Name: sidebar.scss
+ Description: content sidebar specific scss.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+.sidebar {
+ position : relative;
+ width : 100%;
+}
+@media (min-width: 992px) {
+ .sidebar {
+ vertical-align : top;
+ }
+}
+
+.sidebar-fixed {
+ position : fixed;
+ height : 100%;
+ overflow : scroll;
+}
+
+.sidenav-overlay {
+ position : fixed;
+ top : 0;
+ left : 0;
+ right : 0;
+ height : 120vh;
+ background-color : rgba(0, 0, 0, 0.5);
+ z-index : 997;
+ display : none;
+}
+
+.drag-target {
+ height : 100%;
+ width : 40px;
+ position : fixed;
+ top : 0;
+ left : -10px;
+ z-index : 1036;
+}
+
+@media (min-width: 992px) {
+ .sidebar-left {
+ float : left;
+ }
+ .sidebar-right {
+ float : right;
+ }
+}
+
+footer.footer {
+ padding : 1rem 2.2rem;
+}
+footer.footer a {
+ margin : 0 0.3rem;
+}
+footer.footer span i {
+ margin-left : 0.5rem;
+ font-size : 1.51rem;
+ color : #EA5455;
+ position : relative;
+ top : 2px;
+}
+footer.footer .scroll-top {
+ padding : 0.81rem 0.83rem;
+}
+
+footer.navbar-shadow {
+ box-shadow : 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
+}
+
+footer.navbar-border {
+ border-top : 1px solid #E4E7ED;
+}
+
+body.fixed-footer footer.footer-light {
+ background : #FFFFFF;
+ box-shadow : 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
+}
+
+body.fixed-footer footer.footer-dark {
+ background : #B8C2CC;
+ color : #FFFFFF;
+}
+
+.scroll-top {
+ position : fixed;
+ bottom : 5%;
+ right : 30px;
+ display : none;
+ z-index : 99;
+}
+
+/*=========================================================================================
+ File Name: navigations.scss
+ Description: Common mixin for menus, contain dark and light version scss.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+.main-menu {
+ z-index : 1031;
+ position : absolute;
+ display : table-cell;
+ height : 100%;
+ overflow : hidden;
+}
+.main-menu.menu-light {
+ color : #626262;
+ background : #FFFFFF;
+}
+.main-menu.menu-light .main-menu-header {
+ padding : 20px;
+}
+.main-menu.menu-light .main-menu-header .menu-search {
+ background : #E6E6E6;
+ padding : 0.5rem 1rem;
+ color : #494949;
+}
+.main-menu.menu-light .main-menu-header .menu-search:focus {
+ border-color : #D9D9D9;
+}
+.main-menu.menu-light .navigation {
+ background : #FFFFFF;
+}
+.main-menu.menu-light .navigation .navigation-header {
+ color : #999999;
+ margin : calc(2.2rem - 0.2rem) 0 0.8rem 2.2rem;
+ padding : 0;
+ line-height : 1.5;
+ letter-spacing : 0.01rem;
+}
+.main-menu.menu-light .navigation .navigation-header span {
+ font-weight : 500;
+}
+.main-menu.menu-light .navigation li.has-sub ul.menu-content {
+ padding : 7px;
+ margin : -7px -7px 0 -7px;
+}
+.main-menu.menu-light .navigation li a {
+ color : #565656;
+ padding : 10px 15px 10px 15px;
+ line-height : 1.45;
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+}
+.main-menu.menu-light .navigation li a span.menu-sub-title {
+ color : #AFAFAF;
+}
+.main-menu.menu-light .navigation li.hover > a {
+ padding-left : 25px;
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+}
+.main-menu.menu-light .navigation > li {
+ padding : 0 15px;
+}
+.main-menu.menu-light .navigation > li > a .label {
+ margin-top : 4px;
+ margin-right : 5px;
+}
+.main-menu.menu-light .navigation > li > a i {
+ position : relative;
+ top : 1px;
+}
+.main-menu.menu-light .navigation > li.open > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
+ color : #494949;
+ background : whitesmoke;
+ transition : transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
+ border-radius : 6px;
+ margin-bottom : 7px;
+}
+.main-menu.menu-light .navigation > li:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-light .navigation > li.active > a {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
+ color : #FFFFFF;
+ font-weight : 400;
+ border-radius : 4px;
+}
+.main-menu.menu-light .navigation > li .active {
+ background : #F0F0F0;
+}
+.main-menu.menu-light .navigation > li .active > a {
+ color : #7367F0;
+ margin-bottom : 0;
+}
+.main-menu.menu-light .navigation > li .active .hover > a {
+ background : whitesmoke;
+}
+.main-menu.menu-light .navigation > li ul {
+ padding : 0;
+ margin : 0;
+}
+.main-menu.menu-light .navigation > li ul li {
+ color : #626262;
+ background : transparent;
+}
+.main-menu.menu-light .navigation > li ul li > a {
+ padding : 10px 15px 10px 20px;
+}
+.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-light .navigation > li ul .open > a, .main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
+ color : #626262;
+}
+.main-menu.menu-light .navigation > li ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul {
+ display : block;
+}
+.main-menu.menu-light .navigation > li ul .open > ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul {
+ display : block;
+}
+.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
+ color : #6C6C6C;
+}
+.main-menu.menu-light .navigation > li ul .active {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
+ border-radius : 4px;
+}
+.main-menu.menu-light .navigation > li ul .active > a {
+ color : #FFFFFF;
+}
+.main-menu.menu-light .navigation > li > ul {
+ background : #FFFFFF;
+}
+.main-menu.menu-light ul.menu-popout {
+ background : #FFFFFF;
+}
+.main-menu.menu-light ul.menu-popout li a {
+ color : #626262;
+}
+.main-menu.menu-light ul.menu-popout li a span.menu-sub-title {
+ color : #AFAFAF;
+}
+.main-menu.menu-light ul.menu-popout li.hover > a, .main-menu.menu-light ul.menu-popout li:hover > a, .main-menu.menu-light ul.menu-popout li.open > a {
+ background : #F0F0F0;
+}
+.main-menu.menu-light ul.menu-popout .has-sub:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-light ul.menu-popout .open > a {
+ color : #626262;
+}
+.main-menu.menu-light ul.menu-popout .open > ul {
+ display : block;
+}
+.main-menu.menu-light ul.menu-popout .open > ul .open {
+ background : #E8E8E8;
+}
+.main-menu.menu-light ul.menu-popout .open > ul .open > ul {
+ display : block;
+ background : #E8E8E8;
+}
+.main-menu.menu-light ul.menu-popout .hover > a, .main-menu.menu-light ul.menu-popout:hover > a {
+ color : #6C6C6C;
+ background-color : whitesmoke;
+}
+.main-menu.menu-light ul.menu-popout .active {
+ background : rgba(0, 0, 0, 0.06);
+}
+.main-menu.menu-light ul.menu-popout .active > a {
+ color : #7C7C7C;
+ background-color : whitesmoke;
+}
+.main-menu.menu-light ul.menu-popout .active .hover > a, .main-menu.menu-light ul.menu-popout .active :hover > a {
+ background-color : transparent;
+}
+.main-menu.menu-dark {
+ color : #DCDCDC;
+ background : #10163A;
+}
+.main-menu.menu-dark .main-menu-header {
+ padding : 20px;
+}
+.main-menu.menu-dark .main-menu-header .menu-search {
+ background : #050712;
+ padding : 0.5rem 1rem;
+ color : #C3C3C3;
+}
+.main-menu.menu-dark .main-menu-header .menu-search:focus {
+ border-color : black;
+}
+.main-menu.menu-dark .navigation {
+ background : #10163A;
+}
+.main-menu.menu-dark .navigation .navigation-header {
+ color : white;
+ margin : calc(2.2rem - 0.2rem) 0 0.8rem 2.2rem;
+ padding : 0;
+ line-height : 1.5;
+ letter-spacing : 0.01rem;
+}
+.main-menu.menu-dark .navigation .navigation-header span {
+ font-weight : 500;
+}
+.main-menu.menu-dark .navigation li.has-sub ul.menu-content {
+ padding : 7px;
+ margin : -7px -7px 0 -7px;
+}
+.main-menu.menu-dark .navigation li a {
+ color : #D0D0D0;
+ padding : 10px 15px 10px 15px;
+ line-height : 1.45;
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+}
+.main-menu.menu-dark .navigation li a span.menu-sub-title {
+ color : white;
+}
+.main-menu.menu-dark .navigation li.hover > a {
+ padding-left : 25px;
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+}
+.main-menu.menu-dark .navigation > li {
+ padding : 0 15px;
+}
+.main-menu.menu-dark .navigation > li > a .label {
+ margin-top : 4px;
+ margin-right : 5px;
+}
+.main-menu.menu-dark .navigation > li > a i {
+ position : relative;
+ top : 1px;
+}
+.main-menu.menu-dark .navigation > li.open > a, .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
+ color : #C3C3C3;
+ background : #0C102A;
+ transition : transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
+ border-radius : 6px;
+ margin-bottom : 7px;
+}
+.main-menu.menu-dark .navigation > li:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-dark .navigation > li.active > a {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
+ color : #FFFFFF;
+ font-weight : 400;
+ border-radius : 4px;
+}
+.main-menu.menu-dark .navigation > li .active {
+ background : #090D22;
+}
+.main-menu.menu-dark .navigation > li .active > a {
+ color : #7367F0;
+ margin-bottom : 0;
+}
+.main-menu.menu-dark .navigation > li .active .hover > a {
+ background : #0C102A;
+}
+.main-menu.menu-dark .navigation > li ul {
+ padding : 0;
+ margin : 0;
+}
+.main-menu.menu-dark .navigation > li ul li {
+ color : #DCDCDC;
+ background : transparent;
+}
+.main-menu.menu-dark .navigation > li ul li > a {
+ padding : 10px 15px 10px 20px;
+}
+.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-dark .navigation > li ul .open > a, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
+ color : #DCDCDC;
+}
+.main-menu.menu-dark .navigation > li ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul {
+ display : block;
+}
+.main-menu.menu-dark .navigation > li ul .open > ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul {
+ display : block;
+}
+.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
+ color : #E6E6E6;
+}
+.main-menu.menu-dark .navigation > li ul .active {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 0 10px 1px rgba(115, 103, 240, 0.7);
+ border-radius : 4px;
+}
+.main-menu.menu-dark .navigation > li ul .active > a {
+ color : #FFFFFF;
+}
+.main-menu.menu-dark .navigation > li > ul {
+ background : #10163A;
+}
+.main-menu.menu-dark ul.menu-popout {
+ background : #10163A;
+}
+.main-menu.menu-dark ul.menu-popout li a {
+ color : #DCDCDC;
+}
+.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title {
+ color : white;
+}
+.main-menu.menu-dark ul.menu-popout li.hover > a, .main-menu.menu-dark ul.menu-popout li:hover > a, .main-menu.menu-dark ul.menu-popout li.open > a {
+ background : #090D22;
+}
+.main-menu.menu-dark ul.menu-popout .has-sub:not(.open) > ul {
+ display : none;
+}
+.main-menu.menu-dark ul.menu-popout .open > a {
+ color : #DCDCDC;
+}
+.main-menu.menu-dark ul.menu-popout .open > ul {
+ display : block;
+}
+.main-menu.menu-dark ul.menu-popout .open > ul .open {
+ background : #060816;
+}
+.main-menu.menu-dark ul.menu-popout .open > ul .open > ul {
+ display : block;
+ background : #060816;
+}
+.main-menu.menu-dark ul.menu-popout .hover > a, .main-menu.menu-dark ul.menu-popout:hover > a {
+ color : #E6E6E6;
+ background-color : #0C102A;
+}
+.main-menu.menu-dark ul.menu-popout .active {
+ background : rgba(0, 0, 0, 0.06);
+}
+.main-menu.menu-dark ul.menu-popout .active > a {
+ color : #F6F6F6;
+ background-color : #0C102A;
+}
+.main-menu.menu-dark ul.menu-popout .active .hover > a, .main-menu.menu-dark ul.menu-popout .active :hover > a {
+ background-color : transparent;
+}
+.main-menu.menu-fixed {
+ position : fixed;
+ /* fallback if needed */
+}
+.main-menu.menu-fixed .main-menu-footer {
+ position : fixed;
+}
+.main-menu.menu-static {
+ height : 100%;
+ padding-bottom : calc(100% - 20rem);
+}
+.main-menu.menu-static .main-menu-content {
+ height : unset !important;
+}
+.main-menu.menu-shadow {
+ box-shadow : 0 0 15px 0 rgba(0, 0, 0, 0.05);
+}
+.main-menu.menu-border {
+ border-right : 1px solid #E4E7ED;
+}
+.main-menu .shadow-bottom {
+ display : none;
+ position : absolute;
+ z-index : 2;
+ height : 60px;
+ width : 100%;
+ pointer-events : none;
+ margin-top : -1.3rem;
+ -webkit-filter : blur(5px);
+ filter : blur(5px);
+ background : -webkit-linear-gradient(#FFFFFF 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
+ background : linear-gradient(#FFFFFF 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
+}
+.main-menu.menu-native-scroll .main-menu-content {
+ overflow-y : scroll;
+}
+.main-menu .navbar-header {
+ height : 100%;
+ width : 260px;
+ height : 5rem;
+ position : relative;
+ padding : 0.35rem 1rem 0.3rem 1.64rem;
+ -webkit-transition : 300ms ease all;
+ transition : 300ms ease all;
+}
+.main-menu .navbar-header .navbar-brand {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ margin-top : 1.35rem;
+}
+.main-menu .navbar-header .navbar-brand .brand-logo {
+ background : url('../../app-assets/images/logo/vuexy-logo.png') no-repeat;
+ background-position : -65px -54px;
+ height : 24px;
+ width : 35px;
+}
+.main-menu .navbar-header .navbar-brand .brand-text {
+ color : #7367F0;
+ padding-left : 1rem;
+ font-weight : 600;
+ letter-spacing : 0.01rem;
+ font-size : 1.57rem;
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+.main-menu .navbar-header .modern-nav-toggle {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+.main-menu .main-menu-content {
+ height : calc(100% - 6rem) !important;
+ position : relative;
+}
+.main-menu ul {
+ list-style : none;
+ margin : 0;
+ padding : 0;
+}
+.main-menu ul.navigation-main {
+ overflow-x : hidden;
+}
+.main-menu ul.navigation-main > li:first-child {
+ margin-top : 0.5rem;
+}
+.main-menu a {
+ outline : none;
+}
+.main-menu a:hover, .main-menu a:focus {
+ text-decoration : none;
+}
+
+.navigation {
+ font-size : 1.1rem;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-weight : 400;
+ overflow-y : hidden;
+ padding-bottom : 20px;
+}
+.navigation .navigation-header {
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+ font-weight : 500;
+ line-height : 1.2;
+ padding : 12px 22px;
+ font-size : 0.9rem;
+ text-transform : uppercase;
+}
+.navigation li {
+ position : relative;
+ white-space : nowrap;
+}
+.navigation li a {
+ display : block;
+ text-overflow : ellipsis;
+ overflow : hidden;
+}
+.navigation li a i {
+ font-size : 0.8rem;
+ margin-right : 1.38rem;
+}
+.navigation li.disabled a {
+ cursor : not-allowed;
+}
+
+.menu-popout li.disabled a {
+ cursor : not-allowed;
+}
+
+.dropdown-notification .nav-link-label {
+ position : relative;
+}
+
+.dropdown-notification .notification-text {
+ margin-bottom : 0.5rem;
+ font-size : smaller;
+ color : #626262;
+}
+
+.dropdown-notification .notification-title {
+ color : rgba(255, 255, 255, 0.75);
+}
+
+.dropdown-notification .notification-tag {
+ position : relative;
+ top : -4px;
+}
+
+.dropdown-notification .dropdown-menu.dropdown-menu-right {
+ right : -2px;
+ padding : 0;
+}
+.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
+ background : #7367F0;
+ border-color : #7367F0;
+}
+
+.dropdown-notification .dropdown-menu-header {
+ border-top-left-radius : 5px;
+ border-top-right-radius : 5px;
+ background : #7367F0;
+ color : #FFFFFF;
+ text-align : center;
+}
+.dropdown-notification .dropdown-menu-header .dropdown-header h3 {
+ margin-bottom : 0.25rem;
+}
+
+.main-menu-header .user-content {
+ padding : 20px;
+}
+.main-menu-header .user-content .media {
+ overflow : inherit;
+}
+.main-menu-header .user-content .media-body {
+ vertical-align : bottom;
+ opacity : 1;
+ width : 150px;
+ white-space : nowrap;
+ -webkit-transition : all 0.3s ease 0.15s;
+ transition : all 0.3s ease 0.15s;
+}
+
+.main-menu-footer {
+ position : relative;
+ overflow : hidden;
+ bottom : 0;
+ display : block;
+ z-index : 1000;
+ color : white;
+ background-color : #9AA9B7;
+}
+.main-menu-footer.footer-open {
+ max-height : 500px;
+ -webkit-transition : max-height 0.2s ease-in-out;
+ transition : max-height 0.2s ease-in-out;
+}
+.main-menu-footer a {
+ color : white;
+}
+.main-menu-footer a:hover, .main-menu-footer a:focus {
+ color : #FFFFFF;
+}
+.main-menu-footer .header {
+ height : 19px;
+ border-bottom : 1px solid #A9B5C1;
+}
+.main-menu-footer .toggle {
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+.main-menu-footer .content {
+ padding : 0;
+}
+.main-menu-footer .content .actions > a {
+ display : block;
+ float : left;
+ width : 33.33333%;
+ padding : 1rem 0;
+ color : white;
+ text-align : center;
+ border-top : 1px solid #A9B5C1;
+ border-left : 1px solid #A9B5C1;
+}
+.main-menu-footer .content .actions > a > span {
+ font-size : 1.35rem;
+}
+.main-menu-footer .content .actions > a:hover, .main-menu-footer .content .actions > a:focus {
+ color : #FFFFFF;
+}
+
+body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content {
+ margin-left : 0;
+}
+
+body.menu-collapsed .menu-static {
+ padding-bottom : calc(100% - 14rem);
+}
+
+@media (max-width: 767.98px) {
+ .menu-hide .main-menu, .menu-open .main-menu {
+ -webkit-transition : top 0.35s, height 0.35s, -webkit-transform 0.25s;
+ transition : top 0.35s, height 0.35s, -webkit-transform 0.25s;
+ transition : transform 0.25s, top 0.35s, height 0.35s;
+ transition : transform 0.25s, top 0.35s, height 0.35s, -webkit-transform 0.25s;
+ }
+ .main-menu {
+ -webkit-transform : translate3d(-240px, 0, 0);
+ transform : translate3d(-240px, 0, 0);
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+ -webkit-perspective : 1000;
+ perspective : 1000;
+ }
+ .menu-open .main-menu {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@media (min-width: 768px) {
+ .drag-target {
+ z-index : 0;
+ }
+}
+
+body.fixed-footer .main-menu.menu-fixed {
+ height : 100%;
+}
+
+@media (max-width: 1200px) {
+ body .main-menu.menu-static {
+ padding-bottom : 100%;
+ }
+}
+
+.display-inline {
+ display : inline !important;
+}
+
+.display-block {
+ display : block !important;
+}
+
+.display-inline-block {
+ display : inline-block !important;
+}
+
+.display-hidden {
+ display : none !important;
+}
+
+.display-table-cell {
+ display : table-cell !important;
+}
+
+.position-top-0 {
+ top : 0;
+}
+
+.position-right-0 {
+ right : 0;
+}
+
+.position-bottom-0 {
+ bottom : 0;
+}
+
+.position-left-0 {
+ left : 0;
+}
+
+.zindex-1 {
+ z-index : 1 !important;
+}
+
+.zindex-2 {
+ z-index : 2 !important;
+}
+
+.zindex-3 {
+ z-index : 3 !important;
+}
+
+.zindex-4 {
+ z-index : 4 !important;
+}
+
+.zindex-0 {
+ z-index : 0 !important;
+}
+
+.zindex-minus-1 {
+ z-index : -1 !important;
+}
+
+.zindex-minus-2 {
+ z-index : -2 !important;
+}
+
+.zindex-minus-3 {
+ z-index : -3 !important;
+}
+
+.zindex-minus-4 {
+ z-index : -4 !important;
+}
+
+.no-edge-top {
+ top : 0 !important;
+}
+
+.no-edge-bottom {
+ bottom : 0 !important;
+}
+
+.no-edge-left {
+ left : 0 !important;
+}
+
+.no-edge-right {
+ right : 0 !important;
+}
+
+.cursor-pointer {
+ cursor : pointer;
+}
+
+.cursor-move {
+ cursor : move;
+}
+
+.cursor-default {
+ cursor : default;
+}
+
+.cursor-progress {
+ cursor : progress;
+}
+
+.cursor-not-allowed {
+ cursor : not-allowed;
+}
+
+.overflow-hidden {
+ overflow : hidden;
+}
+
+.overflow-visible {
+ overflow : visible;
+}
+
+.overflow-auto {
+ overflow : auto;
+}
+
+.overflow-scroll {
+ overflow : scroll;
+}
+
+.overflow-x-scroll {
+ overflow : scroll;
+}
+
+.overflow-y-scroll {
+ overflow : scroll;
+}
+
+.bullets-inside {
+ list-style : inside;
+}
+
+.list-style-circle {
+ list-style : circle;
+}
+
+.list-style-square {
+ list-style : square;
+}
+
+.list-style-icons {
+ padding-left : 10px;
+ margin-left : 0;
+ list-style : none;
+}
+.list-style-icons > li i {
+ float : left;
+ width : 1em;
+ margin : 0 6px 0 0;
+}
+
+.border {
+ border : 1px solid;
+}
+
+.border-top {
+ border-top : 1px solid;
+}
+
+.border-bottom {
+ border-bottom : 1px solid;
+}
+
+.border-left {
+ border-left : 1px solid;
+}
+
+.border-right {
+ border-right : 1px solid;
+}
+
+.border-2 {
+ border-width : 2px !important;
+}
+
+.border-top-2 {
+ border-top-width : 2px !important;
+}
+
+.border-bottom-2 {
+ border-bottom-width : 2px !important;
+}
+
+.border-left-2 {
+ border-left-width : 2px !important;
+}
+
+.border-right-2 {
+ border-right-width : 2px !important;
+}
+
+.border-3 {
+ border-width : 3px !important;
+}
+
+.border-top-3 {
+ border-top-width : 3px !important;
+}
+
+.border-bottom-3 {
+ border-bottom-width : 3px !important;
+}
+
+.border-left-3 {
+ border-left-width : 3px !important;
+}
+
+.border-right-3 {
+ border-right-width : 3px !important;
+}
+
+.no-border-top-radius {
+ border-top-left-radius : 0 !important;
+ border-top-right-radius : 0 !important;
+}
+
+.no-border-bottom-radius {
+ border-bottom-left-radius : 0 !important;
+ border-bottom-right-radius : 0 !important;
+}
+
+.no-border-top-left-radius {
+ border-top-left-radius : 0 !important;
+}
+
+.no-border-top-right-radius {
+ border-top-right-radius : 0 !important;
+}
+
+.no-border-bottom-left-radius {
+ border-bottom-left-radius : 0 !important;
+}
+
+.no-border-bottom-right-radius {
+ border-bottom-right-radius : 0 !important;
+}
+
+.box-shadow-0 {
+ box-shadow : none !important;
+}
+
+.box-shadow-1 {
+ box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
+}
+
+.box-shadow-2 {
+ box-shadow : 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
+}
+
+.box-shadow-3 {
+ box-shadow : 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
+}
+
+.box-shadow-4 {
+ box-shadow : 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
+}
+
+.box-shadow-5 {
+ box-shadow : 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
+}
+
+.box-shadow-6 {
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
+}
+
+.fit {
+ max-width : 100% !important;
+}
+
+.half-width {
+ width : 50% !important;
+}
+
+.full-width {
+ width : 100% !important;
+}
+
+.full-height {
+ height : 100% !important;
+}
+
+.width-50 {
+ width : 50px !important;
+}
+
+.width-100 {
+ width : 100px !important;
+}
+
+.width-150 {
+ width : 150px !important;
+}
+
+.width-200 {
+ width : 200px !important;
+}
+
+.width-250 {
+ width : 250px !important;
+}
+
+.width-300 {
+ width : 300px !important;
+}
+
+.width-350 {
+ width : 350px !important;
+}
+
+.width-400 {
+ width : 400px !important;
+}
+
+.width-450 {
+ width : 450px !important;
+}
+
+.width-500 {
+ width : 500px !important;
+}
+
+.width-550 {
+ width : 550px !important;
+}
+
+.width-600 {
+ width : 600px !important;
+}
+
+.width-650 {
+ width : 650px !important;
+}
+
+.width-700 {
+ width : 700px !important;
+}
+
+.width-750 {
+ width : 750px !important;
+}
+
+.width-800 {
+ width : 800px !important;
+}
+
+.width-5-per {
+ width : 5% !important;
+}
+
+.width-10-per {
+ width : 10% !important;
+}
+
+.width-15-per {
+ width : 15% !important;
+}
+
+.width-20-per {
+ width : 20% !important;
+}
+
+.width-25-per {
+ width : 25% !important;
+}
+
+.width-30-per {
+ width : 30% !important;
+}
+
+.width-35-per {
+ width : 35% !important;
+}
+
+.width-40-per {
+ width : 40% !important;
+}
+
+.width-45-per {
+ width : 45% !important;
+}
+
+.width-50-per {
+ width : 50% !important;
+}
+
+.width-55-per {
+ width : 55% !important;
+}
+
+.width-60-per {
+ width : 60% !important;
+}
+
+.width-65-per {
+ width : 65% !important;
+}
+
+.width-70-per {
+ width : 70% !important;
+}
+
+.width-75-per {
+ width : 75% !important;
+}
+
+.width-80-per {
+ width : 80% !important;
+}
+
+.width-90-per {
+ width : 90% !important;
+}
+
+.width-95-per {
+ width : 95% !important;
+}
+
+.height-50 {
+ height : 50px !important;
+}
+
+.height-75 {
+ height : 75px !important;
+}
+
+.height-100 {
+ height : 100px !important;
+}
+
+.height-150 {
+ height : 150px !important;
+}
+
+.height-200 {
+ height : 200px !important;
+}
+
+.height-250 {
+ height : 250px !important;
+}
+
+.height-300 {
+ height : 300px !important;
+}
+
+.height-350 {
+ height : 350px !important;
+}
+
+.height-400 {
+ height : 400px !important;
+}
+
+.height-450 {
+ height : 450px !important;
+}
+
+.height-500 {
+ height : 500px !important;
+}
+
+.height-550 {
+ height : 550px !important;
+}
+
+.height-600 {
+ height : 600px !important;
+}
+
+.height-650 {
+ height : 650px !important;
+}
+
+.height-700 {
+ height : 700px !important;
+}
+
+.height-750 {
+ height : 750px !important;
+}
+
+.height-800 {
+ height : 800px !important;
+}
+
+.height-5-per {
+ height : 5% !important;
+}
+
+.height-10-per {
+ height : 10% !important;
+}
+
+.height-15-per {
+ height : 15% !important;
+}
+
+.height-20-per {
+ height : 20% !important;
+}
+
+.height-25-per {
+ height : 25% !important;
+}
+
+.height-30-per {
+ height : 30% !important;
+}
+
+.height-35-per {
+ height : 35% !important;
+}
+
+.height-40-per {
+ height : 40% !important;
+}
+
+.height-45-per {
+ height : 45% !important;
+}
+
+.height-50-per {
+ height : 50% !important;
+}
+
+.height-55-per {
+ height : 55% !important;
+}
+
+.height-60-per {
+ height : 60% !important;
+}
+
+.height-65-per {
+ height : 65% !important;
+}
+
+.height-70-per {
+ height : 70% !important;
+}
+
+.height-75-per {
+ height : 75% !important;
+}
+
+.height-80-per {
+ height : 80% !important;
+}
+
+.full-height-vh-with-nav {
+ height : calc(100vh - 5rem - 4rem);
+ height : calc(var(--vh, 1vh) * 100 - 5rem - 4rem);
+}
+
+.full-height-vh {
+ height : 100vh;
+ height : calc(var(--vh, 1vh) * 100);
+}
+
+.line-height-1 {
+ line-height : 1 !important;
+}
+
+.line-height-2 {
+ line-height : 2 !important;
+}
+
+.rotate-45 {
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+}
+
+.rotate-45-inverse {
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+}
+
+.rotate-90 {
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+}
+
+.rotate-90-inverse {
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+}
+
+.rotate-180 {
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+}
+
+.rotate-180-inverse {
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+}
+
+.pull-up {
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+}
+.pull-up:hover {
+ -webkit-transform : translateY(-4px) scale(1.02);
+ -ms-transform : translateY(-4px) scale(1.02);
+ transform : translateY(-4px) scale(1.02);
+ box-shadow : 0 14px 24px rgba(62, 57, 107, 0.2);
+ z-index : 30;
+}
+
+.spinner {
+ display : inline-block;
+ -webkit-animation : spin 1s linear infinite;
+ animation : spin 1s linear infinite;
+}
+
+@-webkit-keyframes spin {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+@keyframes spin {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.spinner-reverse {
+ display : inline-block;
+ -webkit-animation : spin-reverse 1s linear infinite;
+ animation : spin-reverse 1s linear infinite;
+}
+
+@-webkit-keyframes spin-reverse {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+
+@keyframes spin-reverse {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+
+.bg-cover {
+ background-size : cover !important;
+}
+
+.background-repeat {
+ background-repeat : repeat !important;
+}
+
+.background-no-repeat {
+ background-repeat : no-repeat !important;
+}
+
+.img-xl {
+ width : 64px !important;
+ height : 64px !important;
+}
+
+.img-lg {
+ width : 44px !important;
+ height : 44px !important;
+}
+
+.img-sm {
+ width : 36px !important;
+ height : 36px !important;
+}
+
+.img-xs {
+ width : 32px !important;
+ height : 32px !important;
+}
+
+.bullet {
+ width : 1rem;
+ height : 1rem;
+ border-radius : 50%;
+ display : inline-block;
+}
+.bullet.bullet-xs {
+ width : 0.5rem;
+ height : 0.5rem;
+}
+.bullet.bullet-sm {
+ width : 0.714rem;
+ height : 0.714rem;
+}
+.bullet.bullet-lg {
+ width : 1.25rem;
+ height : 1.25rem;
+}
+
+.avatar {
+ white-space : nowrap;
+ background-color : #C3C3C3;
+ border-radius : 50%;
+ position : relative;
+ cursor : pointer;
+ color : #FFFFFF;
+ display : -webkit-inline-box;
+ display : -webkit-inline-flex;
+ display : -ms-inline-flexbox;
+ display : inline-flex;
+ font-size : 0.75rem;
+ text-align : center;
+ vertical-align : middle;
+ margin : 5px;
+}
+.avatar .avatar-content {
+ width : 32px;
+ height : 32px;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.avatar .avatar-content .avatar-icon {
+ font-size : 1.2rem;
+}
+.avatar [class*='avatar-status-'] {
+ border-radius : 50%;
+ width : 11px;
+ height : 11px;
+ position : absolute;
+ right : 0;
+ bottom : 0;
+ border : 1px solid #FFFFFF;
+}
+.avatar [class*='avatar-status-'].avatar-status-lg {
+ width : 17px;
+ height : 17px;
+ border-width : 2px;
+}
+.avatar .avatar-status-online {
+ background-color : #28C76F;
+}
+.avatar .avatar-status-busy {
+ background-color : #EA5455;
+}
+.avatar .avatar-status-away {
+ background-color : #FF9F43;
+}
+.avatar .avatar-status-offline {
+ background-color : #B8C2CC;
+}
+.avatar img {
+ border-radius : 50%;
+}
+.avatar.avatar-xl {
+ font-size : 1.5rem;
+}
+.avatar.avatar-xl img {
+ width : 70px;
+ height : 70px;
+}
+.avatar.avatar-xl .avatar-content {
+ height : 70px;
+ width : 70px;
+}
+.avatar.avatar-xl .avatar-content .avatar-icon {
+ font-size : 3rem;
+}
+.avatar.avatar-lg {
+ font-size : 1.2rem;
+}
+.avatar.avatar-lg img {
+ width : 50px;
+ height : 50px;
+}
+.avatar.avatar-lg .avatar-content {
+ width : 50px;
+ height : 50px;
+}
+.avatar.avatar-lg .avatar-content .avatar-icon {
+ font-size : 2rem;
+}
+.avatar.avatar-sm .avatar-content {
+ width : 24px;
+ height : 24px;
+}
+.avatar.avatar-sm .avatar-content .avatar-icon {
+ font-size : 1rem;
+}
+.avatar.avatar-sm img {
+ width : 24px;
+ height : 24px;
+}
+
+/*=========================================================================================
+ File Name: search.scss
+ Description: Search functionality.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+.navbar-container a.nav-link-search {
+ float : left;
+}
+
+.navbar-container .search-input {
+ float : left;
+ width : 0;
+}
+.navbar-container .search-input input {
+ width : 0;
+ border : none;
+ background : none;
+ -webkit-transition : all 0.2s ease-out;
+ transition : all 0.2s ease-out;
+ line-height : 16px;
+ padding : 1.6rem 3.6rem;
+}
+.navbar-container .search-input.open {
+ position : absolute;
+ left : 0;
+ background : #FFFFFF;
+ right : 0;
+ width : 100%;
+ z-index : 1000;
+ border-radius : 0.5rem;
+}
+.navbar-container .search-input.open .search-input-close, .navbar-container .search-input.open .search-input-icon {
+ display : block;
+}
+.navbar-container .search-input.open input {
+ width : 100%;
+ outline : none;
+ background : none;
+ -webkit-transition : all 0.3s ease-out;
+ transition : all 0.3s ease-out;
+}
+.navbar-container .search-input .search-list {
+ max-height : 450px;
+ height : calc(100vh - 11rem);
+ position : absolute;
+ top : 100%;
+ left : 0;
+ background : #FFFFFF;
+ width : 100%;
+ margin-top : 0.5rem;
+ padding-left : 0;
+ border-radius : 0.5rem;
+ display : none;
+}
+.navbar-container .search-input .search-list.search-list-bookmark {
+ height : auto !important;
+}
+.navbar-container .search-input .search-list.show {
+ display : block;
+}
+.navbar-container .search-input .search-list li a {
+ padding : 0.9rem 1rem;
+ color : #626262;
+}
+.navbar-container .search-input .search-list li a span[class*='feather icon-'] {
+ font-size : 1.25rem;
+}
+.navbar-container .search-input .search-list li:first-child {
+ border-top-left-radius : 0.5rem;
+ border-top-right-radius : 0.5rem;
+}
+.navbar-container .search-input .search-list li:last-child {
+ border-bottom-left-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+}
+.navbar-container .search-input .search-list li.auto-suggestion:hover, .navbar-container .search-input .search-list li.auto-suggestion.current_item {
+ background-color : #F1F1F1;
+}
+.navbar-container .search-input .search-input-icon {
+ z-index : 2;
+ display : none;
+ position : absolute;
+ left : 1.5rem;
+ top : 37%;
+ cursor : pointer;
+}
+.navbar-container .search-input .search-input-icon i {
+ font-size : 1.25rem;
+}
+.navbar-container .search-input .search-input-close {
+ z-index : 1;
+ display : none;
+ position : absolute;
+ right : 2rem;
+ top : 32%;
+ cursor : pointer;
+}
+.navbar-container .search-input .search-input-close i {
+ font-size : 1.75rem;
+}
+
+.navbar-container .bookmark-input {
+ position : absolute;
+ top : 102%;
+ width : 25%;
+ display : none;
+}
+.navbar-container .bookmark-input.show {
+ display : block;
+}
+.navbar-container .bookmark-input .bookmark-input-icon {
+ position : absolute;
+ z-index : 1;
+ top : 0.85rem;
+ left : 1rem;
+}
+.navbar-container .bookmark-input input {
+ padding : 0.7rem 0.7rem 0.7rem 2.5rem;
+ width : 100%;
+ background : #FFFFFF;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+}
+.navbar-container .bookmark-input input:focus {
+ border : 1px solid #7367F0;
+}
+.navbar-container .bookmark-input .search-list {
+ box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
+}
+
+.navbar-container .bookmark-icon {
+ cursor : pointer;
+}
+
+.navbar-container .dropdown.bookmark-dropdown {
+ padding : 1.4rem 0.5rem 1.35rem;
+}
+.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
+ display : none;
+}
+
+.navbar-container .search-data-title {
+ line-height : 1.25rem;
+}
+
+.navbar-dark .search-input .input, .navbar-semi-light .search-input .input {
+ color : #F5F7FA;
+ border-radius : 0.5rem;
+}
+
+.navbar-dark .search-input.open .input, .navbar-semi-light .search-input.open .input {
+ color : #F5F7FA;
+ border : 1px solid #F5F7FA;
+}
+
+body.navbar-static .navbar-container .search-input.open {
+ border-radius : 0;
+}
+
+.apexcharts-canvas .apexcharts-tooltip {
+ color : #626262 !important;
+}
+.apexcharts-canvas .apexcharts-tooltip.dark {
+ color : #FFFFFF !important;
+}
+
+.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item {
+ color : #626262;
+}
+
+.apexcharts-xaxistooltip {
+ color : #626262 !important;
+}
+
+#client-retention-chart .apexcharts-canvas .apexcharts-legend {
+ left : -14px !important;
+}
+
+.apexcharts-toolbar {
+ z-index : 10;
+}
+
+.btn-social, .btn-social-icon {
+ position : relative;
+ padding-left : 4.95rem;
+ text-align : left;
+ white-space : nowrap;
+ overflow : hidden;
+ text-overflow : ellipsis;
+}
+.btn-social > :first-child, .btn-social-icon > :first-child {
+ position : absolute;
+ left : 0;
+ top : 2px;
+ bottom : 0;
+ width : 2.95rem;
+ line-height : 2.7rem;
+ font-size : 1rem;
+ text-align : center;
+ border-right : 1px solid rgba(0, 0, 0, 0.2);
+}
+
+.btn-social-icon {
+ height : 2.95rem;
+ width : 2.95rem;
+ padding : 0;
+}
+.btn-social-icon > :first-child {
+ border : none;
+ text-align : center;
+ width : 100% !important;
+}
+
+.btn-adn {
+ background-color : #D87A68;
+ color : #FFFFFF;
+ background-color : #D87A68;
+ border-color : #FFFFFF;
+}
+.btn-adn:hover {
+ color : #FFFFFF;
+ background-color : #D87A68;
+ border-color : #D87A68;
+}
+.btn-adn:focus, .btn-adn.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-adn.disabled, .btn-adn:disabled {
+ color : #FFFFFF;
+ background-color : #D87A68;
+ border-color : #FFFFFF;
+}
+.btn-adn:not(:disabled):not(.disabled):active, .btn-adn:not(:disabled):not(.disabled).active, .show > .btn-adn.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #CE563F;
+ border-color : #DFDFDF;
+}
+.btn-adn:not(:disabled):not(.disabled):active:focus, .btn-adn:not(:disabled):not(.disabled).active:focus, .show > .btn-adn.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-bitbucket {
+ background-color : #205081;
+ color : #FFFFFF;
+ background-color : #205081;
+ border-color : #FFFFFF;
+}
+.btn-bitbucket:hover {
+ color : #FFFFFF;
+ background-color : #205081;
+ border-color : #205081;
+}
+.btn-bitbucket:focus, .btn-bitbucket.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-bitbucket.disabled, .btn-bitbucket:disabled {
+ color : #FFFFFF;
+ background-color : #205081;
+ border-color : #FFFFFF;
+}
+.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket:not(:disabled):not(.disabled).active, .show > .btn-bitbucket.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #163758;
+ border-color : #DFDFDF;
+}
+.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .show > .btn-bitbucket.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-dropbox {
+ background-color : #1087DD;
+ color : #FFFFFF;
+ background-color : #1087DD;
+ border-color : #FFFFFF;
+}
+.btn-dropbox:hover {
+ color : #FFFFFF;
+ background-color : #1087DD;
+ border-color : #1087DD;
+}
+.btn-dropbox:focus, .btn-dropbox.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-dropbox.disabled, .btn-dropbox:disabled {
+ color : #FFFFFF;
+ background-color : #1087DD;
+ border-color : #FFFFFF;
+}
+.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #0D6AAD;
+ border-color : #DFDFDF;
+}
+.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-facebook {
+ background-color : #3B5998;
+ color : #FFFFFF;
+ background-color : #3B5998;
+ border-color : #FFFFFF;
+}
+.btn-facebook:hover {
+ color : #FFFFFF;
+ background-color : #3B5998;
+ border-color : #3B5998;
+}
+.btn-facebook:focus, .btn-facebook.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-facebook.disabled, .btn-facebook:disabled {
+ color : #FFFFFF;
+ background-color : #3B5998;
+ border-color : #FFFFFF;
+}
+.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #2D4373;
+ border-color : #DFDFDF;
+}
+.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-flickr {
+ background-color : #FF0084;
+ color : #FFFFFF;
+ background-color : #FF0084;
+ border-color : #FFFFFF;
+}
+.btn-flickr:hover {
+ color : #FFFFFF;
+ background-color : #FF0084;
+ border-color : #FF0084;
+}
+.btn-flickr:focus, .btn-flickr.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-flickr.disabled, .btn-flickr:disabled {
+ color : #FFFFFF;
+ background-color : #FF0084;
+ border-color : #FFFFFF;
+}
+.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #CC006A;
+ border-color : #DFDFDF;
+}
+.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-foursquare {
+ background-color : #F94877;
+ color : #FFFFFF;
+ background-color : #F94877;
+ border-color : #FFFFFF;
+}
+.btn-foursquare:hover {
+ color : #FFFFFF;
+ background-color : #F94877;
+ border-color : #F94877;
+}
+.btn-foursquare:focus, .btn-foursquare.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-foursquare.disabled, .btn-foursquare:disabled {
+ color : #FFFFFF;
+ background-color : #F94877;
+ border-color : #FFFFFF;
+}
+.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #F71752;
+ border-color : #DFDFDF;
+}
+.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-github {
+ background-color : #444444;
+ color : #FFFFFF;
+ background-color : #444444;
+ border-color : #FFFFFF;
+}
+.btn-github:hover {
+ color : #FFFFFF;
+ background-color : #444444;
+ border-color : #444444;
+}
+.btn-github:focus, .btn-github.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-github.disabled, .btn-github:disabled {
+ color : #FFFFFF;
+ background-color : #444444;
+ border-color : #FFFFFF;
+}
+.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #2B2B2B;
+ border-color : #DFDFDF;
+}
+.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-google {
+ background-color : #DD4B39;
+ color : #FFFFFF;
+ background-color : #DD4B39;
+ border-color : #FFFFFF;
+}
+.btn-google:hover {
+ color : #FFFFFF;
+ background-color : #DD4B39;
+ border-color : #DD4B39;
+}
+.btn-google:focus, .btn-google.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-google.disabled, .btn-google:disabled {
+ color : #FFFFFF;
+ background-color : #DD4B39;
+ border-color : #FFFFFF;
+}
+.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #C23321;
+ border-color : #DFDFDF;
+}
+.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-instagram {
+ background-color : #3F729B;
+ color : #FFFFFF;
+ background-color : #3F729B;
+ border-color : #FFFFFF;
+}
+.btn-instagram:hover {
+ color : #FFFFFF;
+ background-color : #3F729B;
+ border-color : #3F729B;
+}
+.btn-instagram:focus, .btn-instagram.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-instagram.disabled, .btn-instagram:disabled {
+ color : #FFFFFF;
+ background-color : #3F729B;
+ border-color : #FFFFFF;
+}
+.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #305777;
+ border-color : #DFDFDF;
+}
+.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-linkedin {
+ background-color : #007BB6;
+ color : #FFFFFF;
+ background-color : #007BB6;
+ border-color : #FFFFFF;
+}
+.btn-linkedin:hover {
+ color : #FFFFFF;
+ background-color : #007BB6;
+ border-color : #007BB6;
+}
+.btn-linkedin:focus, .btn-linkedin.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-linkedin.disabled, .btn-linkedin:disabled {
+ color : #FFFFFF;
+ background-color : #007BB6;
+ border-color : #FFFFFF;
+}
+.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #005983;
+ border-color : #DFDFDF;
+}
+.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-microsoft {
+ background-color : #2672EC;
+ color : #FFFFFF;
+ background-color : #2672EC;
+ border-color : #FFFFFF;
+}
+.btn-microsoft:hover {
+ color : #FFFFFF;
+ background-color : #2672EC;
+ border-color : #2672EC;
+}
+.btn-microsoft:focus, .btn-microsoft.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-microsoft.disabled, .btn-microsoft:disabled {
+ color : #FFFFFF;
+ background-color : #2672EC;
+ border-color : #FFFFFF;
+}
+.btn-microsoft:not(:disabled):not(.disabled):active, .btn-microsoft:not(:disabled):not(.disabled).active, .show > .btn-microsoft.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #125ACD;
+ border-color : #DFDFDF;
+}
+.btn-microsoft:not(:disabled):not(.disabled):active:focus, .btn-microsoft:not(:disabled):not(.disabled).active:focus, .show > .btn-microsoft.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-odnoklassniki {
+ background-color : #F4731C;
+ color : #FFFFFF;
+ background-color : #F4731C;
+ border-color : #FFFFFF;
+}
+.btn-odnoklassniki:hover {
+ color : #FFFFFF;
+ background-color : #F4731C;
+ border-color : #F4731C;
+}
+.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
+ color : #FFFFFF;
+ background-color : #F4731C;
+ border-color : #FFFFFF;
+}
+.btn-odnoklassniki:not(:disabled):not(.disabled):active, .btn-odnoklassniki:not(:disabled):not(.disabled).active, .show > .btn-odnoklassniki.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #D35B0A;
+ border-color : #DFDFDF;
+}
+.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus, .btn-odnoklassniki:not(:disabled):not(.disabled).active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-openid {
+ background-color : #F7931E;
+ color : #2A2E30;
+ background-color : #F7931E;
+ border-color : #FFFFFF;
+}
+.btn-openid:hover {
+ color : #2A2E30;
+ background-color : #F7931E;
+ border-color : #F7931E;
+}
+.btn-openid:focus, .btn-openid.focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
+}
+.btn-openid.disabled, .btn-openid:disabled {
+ color : #2A2E30;
+ background-color : #F7931E;
+ border-color : #FFFFFF;
+}
+.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #DA7908;
+ border-color : #DFDFDF;
+}
+.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
+}
+
+.btn-pinterest {
+ background-color : #CB2027;
+ color : #FFFFFF;
+ background-color : #CB2027;
+ border-color : #FFFFFF;
+}
+.btn-pinterest:hover {
+ color : #FFFFFF;
+ background-color : #CB2027;
+ border-color : #CB2027;
+}
+.btn-pinterest:focus, .btn-pinterest.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-pinterest.disabled, .btn-pinterest:disabled {
+ color : #FFFFFF;
+ background-color : #CB2027;
+ border-color : #FFFFFF;
+}
+.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #9F191F;
+ border-color : #DFDFDF;
+}
+.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-reddit {
+ background-color : #EFF7FF;
+ color : #2A2E30;
+ background-color : #EFF7FF;
+ border-color : #000000;
+}
+.btn-reddit:hover {
+ color : #FFFFFF;
+ background-color : #000000;
+ border-color : #000000;
+}
+.btn-reddit:focus, .btn-reddit.focus {
+ box-shadow : 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
+}
+.btn-reddit.disabled, .btn-reddit:disabled {
+ color : #2A2E30;
+ background-color : #EFF7FF;
+ border-color : #000000;
+}
+.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #BCDEFF;
+ border-color : black;
+}
+.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(6, 7, 7, 0.5);
+}
+
+.btn-soundcloud {
+ background-color : #FF5500;
+ color : #FFFFFF;
+ background-color : #FF5500;
+ border-color : #FFFFFF;
+}
+.btn-soundcloud:hover {
+ color : #FFFFFF;
+ background-color : #FF5500;
+ border-color : #FF5500;
+}
+.btn-soundcloud:focus, .btn-soundcloud.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-soundcloud.disabled, .btn-soundcloud:disabled {
+ color : #FFFFFF;
+ background-color : #FF5500;
+ border-color : #FFFFFF;
+}
+.btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #CC4400;
+ border-color : #DFDFDF;
+}
+.btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-tumblr {
+ background-color : #2C4762;
+ color : #FFFFFF;
+ background-color : #2C4762;
+ border-color : #FFFFFF;
+}
+.btn-tumblr:hover {
+ color : #FFFFFF;
+ background-color : #2C4762;
+ border-color : #2C4762;
+}
+.btn-tumblr:focus, .btn-tumblr.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-tumblr.disabled, .btn-tumblr:disabled {
+ color : #FFFFFF;
+ background-color : #2C4762;
+ border-color : #FFFFFF;
+}
+.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1C2E3F;
+ border-color : #DFDFDF;
+}
+.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-twitter {
+ background-color : #55ACEE;
+ color : #2A2E30;
+ background-color : #55ACEE;
+ border-color : #FFFFFF;
+}
+.btn-twitter:hover {
+ color : #2A2E30;
+ background-color : #55ACEE;
+ border-color : #55ACEE;
+}
+.btn-twitter:focus, .btn-twitter.focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
+}
+.btn-twitter.disabled, .btn-twitter:disabled {
+ color : #2A2E30;
+ background-color : #55ACEE;
+ border-color : #FFFFFF;
+}
+.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #2795E9;
+ border-color : #DFDFDF;
+}
+.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 224, 224, 0.5);
+}
+
+.btn-vimeo {
+ background-color : #1AB7EA;
+ color : #FFFFFF;
+ background-color : #1AB7EA;
+ border-color : #FFFFFF;
+}
+.btn-vimeo:hover {
+ color : #FFFFFF;
+ background-color : #1AB7EA;
+ border-color : #1AB7EA;
+}
+.btn-vimeo:focus, .btn-vimeo.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-vimeo.disabled, .btn-vimeo:disabled {
+ color : #FFFFFF;
+ background-color : #1AB7EA;
+ border-color : #FFFFFF;
+}
+.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1295BF;
+ border-color : #DFDFDF;
+}
+.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-vk {
+ background-color : #587EA3;
+ color : #FFFFFF;
+ background-color : #587EA3;
+ border-color : #FFFFFF;
+}
+.btn-vk:hover {
+ color : #FFFFFF;
+ background-color : #587EA3;
+ border-color : #587EA3;
+}
+.btn-vk:focus, .btn-vk.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-vk.disabled, .btn-vk:disabled {
+ color : #FFFFFF;
+ background-color : #587EA3;
+ border-color : #FFFFFF;
+}
+.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #466482;
+ border-color : #DFDFDF;
+}
+.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-yahoo {
+ background-color : #720E9E;
+ color : #FFFFFF;
+ background-color : #720E9E;
+ border-color : #FFFFFF;
+}
+.btn-yahoo:hover {
+ color : #FFFFFF;
+ background-color : #720E9E;
+ border-color : #720E9E;
+}
+.btn-yahoo:focus, .btn-yahoo.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+.btn-yahoo.disabled, .btn-yahoo:disabled {
+ color : #FFFFFF;
+ background-color : #720E9E;
+ border-color : #FFFFFF;
+}
+.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #500A6F;
+ border-color : #DFDFDF;
+}
+.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
+}
+
+.btn-outline-adn {
+ border : 1px solid #D87A68 !important;
+ color : #D87A68;
+}
+
+.btn-outline-bitbucket {
+ border : 1px solid #205081 !important;
+ color : #205081;
+}
+
+.btn-outline-dropbox {
+ border : 1px solid #1087DD !important;
+ color : #1087DD;
+}
+
+.btn-outline-facebook {
+ border : 1px solid #3B5998 !important;
+ color : #3B5998;
+}
+
+.btn-outline-flickr {
+ border : 1px solid #FF0084 !important;
+ color : #FF0084;
+}
+
+.btn-outline-foursquare {
+ border : 1px solid #F94877 !important;
+ color : #F94877;
+}
+
+.btn-outline-github {
+ border : 1px solid #444444 !important;
+ color : #444444;
+}
+
+.btn-outline-google {
+ border : 1px solid #DD4B39 !important;
+ color : #DD4B39;
+}
+
+.btn-outline-instagram {
+ border : 1px solid #3F729B !important;
+ color : #3F729B;
+}
+
+.btn-outline-linkedin {
+ border : 1px solid #007BB6 !important;
+ color : #007BB6;
+}
+
+.btn-outline-microsoft {
+ border : 1px solid #2672EC !important;
+ color : #2672EC;
+}
+
+.btn-outline-odnoklassniki {
+ border : 1px solid #F4731C !important;
+ color : #F4731C;
+}
+
+.btn-outline-openid {
+ border : 1px solid #F7931E !important;
+ color : #F7931E;
+}
+
+.btn-outline-pinterest {
+ border : 1px solid #CB2027 !important;
+ color : #CB2027;
+}
+
+.btn-outline-reddit {
+ border : 1px solid #FF4500 !important;
+ color : #FF4500;
+}
+
+.btn-outline-soundcloud {
+ border : 1px solid #FF5500 !important;
+ color : #FF5500;
+}
+
+.btn-outline-tumblr {
+ border : 1px solid #2C4762 !important;
+ color : #2C4762;
+}
+
+.btn-outline-twitter {
+ border : 1px solid #55ACEE !important;
+ color : #55ACEE;
+}
+
+.btn-outline-vimeo {
+ border : 1px solid #1AB7EA !important;
+ color : #1AB7EA;
+}
+
+.btn-outline-vk {
+ border : 1px solid #587EA3 !important;
+ color : #587EA3;
+}
+
+.btn-outline-yahoo {
+ border : 1px solid #720E9E !important;
+ color : #720E9E;
+}
+
+.btn-outline-adn:hover {
+ color : #AD412D;
+ border : 1px solid #AD412D !important;
+}
+
+.btn-outline-bitbucket:hover {
+ color : #0C1D2F;
+ border : 1px solid #0C1D2F !important;
+}
+
+.btn-outline-dropbox:hover {
+ color : #094D7E;
+ border : 1px solid #094D7E !important;
+}
+
+.btn-outline-facebook:hover {
+ color : #1E2E4F;
+ border : 1px solid #1E2E4F !important;
+}
+
+.btn-outline-flickr:hover {
+ color : #99004F;
+ border : 1px solid #99004F !important;
+}
+
+.btn-outline-foursquare:hover {
+ color : #D4073D;
+ border : 1px solid #D4073D !important;
+}
+
+.btn-outline-github:hover {
+ color : #111111;
+ border : 1px solid #111111 !important;
+}
+
+.btn-outline-google:hover {
+ color : #96271A;
+ border : 1px solid #96271A !important;
+}
+
+.btn-outline-instagram:hover {
+ color : #223D52;
+ border : 1px solid #223D52 !important;
+}
+
+.btn-outline-linkedin:hover {
+ color : #003650;
+ border : 1px solid #003650 !important;
+}
+
+.btn-outline-microsoft:hover {
+ color : #0E459E;
+ border : 1px solid #0E459E !important;
+}
+
+.btn-outline-odnoklassniki:hover {
+ color : #A24608;
+ border : 1px solid #A24608 !important;
+}
+
+.btn-outline-openid:hover {
+ color : #A95E06;
+ border : 1px solid #A95E06 !important;
+}
+
+.btn-outline-pinterest:hover {
+ color : #731216;
+ border : 1px solid #731216 !important;
+}
+
+.btn-outline-reddit:hover {
+ color : #992900;
+ border : 1px solid #992900 !important;
+}
+
+.btn-outline-soundcloud:hover {
+ color : #993300;
+ border : 1px solid #993300 !important;
+}
+
+.btn-outline-tumblr:hover {
+ color : #0C141C;
+ border : 1px solid #0C141C !important;
+}
+
+.btn-outline-twitter:hover {
+ color : #147BC9;
+ border : 1px solid #147BC9 !important;
+}
+
+.btn-outline-vimeo:hover {
+ color : #0D7091;
+ border : 1px solid #0D7091 !important;
+}
+
+.btn-outline-vk:hover {
+ color : #344B61;
+ border : 1px solid #344B61 !important;
+}
+
+.btn-outline-yahoo:hover {
+ color : #2E0640;
+ border : 1px solid #2E0640 !important;
+}
+
+.bg-adn {
+ background-color : #D87A68;
+}
+
+.bg-bitbucket {
+ background-color : #205081;
+}
+
+.bg-dropbox {
+ background-color : #1087DD;
+}
+
+.bg-facebook {
+ background-color : #3B5998;
+}
+
+.bg-flickr {
+ background-color : #FF0084;
+}
+
+.bg-foursquare {
+ background-color : #F94877;
+}
+
+.bg-github {
+ background-color : #444444;
+}
+
+.bg-google {
+ background-color : #DD4B39;
+}
+
+.bg-instagram {
+ background-color : #3F729B;
+}
+
+.bg-linkedin {
+ background-color : #007BB6;
+}
+
+.bg-microsoft {
+ background-color : #2672EC;
+}
+
+.bg-odnoklassniki {
+ background-color : #F4731C;
+}
+
+.bg-openid {
+ background-color : #F7931E;
+}
+
+.bg-pinterest {
+ background-color : #CB2027;
+}
+
+.bg-reddit {
+ background-color : #FF4500;
+}
+
+.bg-soundcloud {
+ background-color : #FF5500;
+}
+
+.bg-tumblr {
+ background-color : #2C4762;
+}
+
+.bg-twitter {
+ background-color : #55ACEE;
+}
+
+.bg-vimeo {
+ background-color : #1AB7EA;
+}
+
+.bg-vk {
+ background-color : #587EA3;
+}
+
+.bg-yahoo {
+ background-color : #720E9E;
+}
+
+/*=========================================================================================
+ File Name: demo.scss
+ Description: CSS used for demo purpose only. Remove this css from your project.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+.fonticon-container > .fonticon-wrap {
+ float : left;
+ width : 60px;
+ height : 60px;
+ line-height : 4.8rem;
+ text-align : center;
+ border-radius : 0.1875rem;
+ margin-right : 1rem;
+ margin-bottom : 1.5rem;
+}
+.fonticon-container > .fonticon-wrap > i {
+ font-size : 2.28rem;
+ -webkit-transition : all 0.2s ease-in-out;
+ transition : all 0.2s ease-in-out;
+}
+.fonticon-container > .fonticon-wrap.youtube {
+ width : 100px;
+}
+
+.fonticon-container:hover i {
+ color : #7367F0;
+ font-size : 2.9rem;
+ -webkit-transform : scale(1.3);
+ -ms-transform : scale(1.3);
+ transform : scale(1.3);
+}
+
+.fonticon-container > .fonticon-classname, .fonticon-container > .fonticon-unit {
+ display : block;
+ font-size : 1.5rem;
+ line-height : 1.2;
+}
+
+.fonticon-container > .fonticon-unit {
+ font-size : 1rem;
+ font-style : italic;
+}
+
+.scroll-example {
+ padding : 0.5rem;
+ position : relative;
+ border : 2px solid #DFDFDF;
+ overflow : auto;
+}
+.scroll-example .horz-scroll-content {
+ width : 1200px;
+}
+
+.browser {
+ background : #E0E0E0;
+ border : 4px solid #E0E0E0;
+ width : 100%;
+ height : 12rem;
+ padding-top : 20px;
+ margin : 0 0 10px;
+ box-sizing : border-box;
+}
+
+.browser iframe {
+ border : 0;
+ background : #FFFFFF;
+ height : 100%;
+ width : 100%;
+}
+
+.loader-wrapper {
+ height : 8em;
+}
+
+.maintenance-icon {
+ font-size : 4rem;
+}
+
+.animationIcon {
+ right : 30px;
+ bottom : 10px;
+}
+
+/*=========================================================================================
+ File Name: customizer.scss
+ Description: CSS used for demo purpose only. Remove this css from your project.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+.customizer {
+ width : 400px;
+ right : -400px;
+ padding : 0;
+ background-color : #FFFFFF;
+ z-index : 1051;
+ position : fixed;
+ top : 0;
+ bottom : 0;
+ height : 100vh;
+ height : calc(var(--vh, 1vh) * 100);
+ -webkit-transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
+ transition : right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+ border-left : 1px solid rgba(0, 0, 0, 0.05);
+ box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
+}
+.customizer.open {
+ right : 0;
+}
+.customizer .customizer-content {
+ position : relative;
+ height : 100%;
+}
+.customizer .customizer-close {
+ position : absolute;
+ right : 30px;
+ top : 20px;
+ padding : 7px;
+ width : auto;
+ z-index : 10;
+ color : #626262;
+}
+.customizer .customizer-close i {
+ font-size : 1.71rem;
+}
+.customizer .customizer-toggle {
+ background : #7367F0;
+ color : #FFFFFF;
+ display : block;
+ box-shadow : -3px 0 8px rgba(0, 0, 0, 0.1);
+ border-top-left-radius : 6px;
+ border-bottom-left-radius : 6px;
+ position : absolute;
+ top : 50%;
+ width : 38px;
+ height : 38px;
+ left : -39px;
+ text-align : center;
+ line-height : 40px;
+ cursor : pointer;
+}
+.customizer .color-box {
+ height : 35px;
+ width : 35px;
+ margin : 0.5rem;
+ border-radius : 0.5rem;
+ cursor : pointer;
+}
+.customizer .color-box.selected {
+ box-shadow : 0 0 0 3px rgba(52, 144, 220, 0.5);
+}
+
+body.dark-layout .hide-scroll-top-switch .custom-switch .custom-control-label:before, body.dark-layout .collapse-sidebar .custom-switch .custom-control-label:before {
+ background-color : #10163A;
+}
+
+.buy-now {
+ position : fixed;
+ bottom : 5%;
+ right : 79px;
+ z-index : 1031;
+}
+.buy-now .btn {
+ box-shadow : 0 1px 20px 1px #EA5455 !important;
+}
+.buy-now .btn:hover {
+ box-shadow : none !important;
+}
+
+.chip {
+ background-color : #F0F0F0;
+ font-size : 0.8rem;
+ border-radius : 1.428rem;
+ display : -webkit-inline-box;
+ display : -webkit-inline-flex;
+ display : -ms-inline-flexbox;
+ display : inline-flex;
+ padding : 0 10px;
+ margin-bottom : 5px;
+ vertical-align : middle;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+}
+.chip .chip-body {
+ color : rgba(0, 0, 0, 0.7);
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ min-height : 1.857rem;
+ min-width : 1.857rem;
+}
+.chip .chip-body .avatar {
+ background-color : #C3C3C3;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ width : 24px;
+ height : 24px;
+ margin : 2px 0;
+ border-radius : 50%;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ color : #FFFFFF;
+ -webkit-transform : translate(-8px);
+ -ms-transform : translate(-8px);
+ transform : translate(-8px);
+}
+.chip .chip-body .avatar .avatar-content {
+ top : 0;
+}
+.chip .chip-body .avatar img {
+ border-radius : 50%;
+ height : 24px;
+ width : 24px;
+}
+.chip .chip-body .chip-text {
+ vertical-align : middle;
+ -webkit-align-self : center;
+ -ms-flex-item-align : center;
+ align-self : center;
+}
+.chip .chip-body .chip-closeable {
+ min-height : 1.428rem;
+ min-width : 1.428rem;
+ margin : 0 4px;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-align-self : center;
+ -ms-flex-item-align : center;
+ align-self : center;
+ border-radius : 50%;
+ background : rgba(0, 0, 0, 0.15);
+ color : #FFFFFF;
+ -webkit-transform : translate(10px);
+ -ms-transform : translate(10px);
+ transform : translate(10px);
+ cursor : pointer;
+}
+.chip .chip-body .chip-closeable i {
+ margin-left : 1px;
+ margin-top : 1px;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .chip .chip-closeable i {
+ position : relative;
+ top : 3px;
+ }
+}
+
+.divider {
+ display : block;
+ text-align : center;
+ overflow : hidden;
+ white-space : nowrap;
+ margin : 1rem 0;
+}
+.divider .divider-text {
+ position : relative;
+ display : inline-block;
+ font-size : 0.9375rem;
+ padding : 0 1rem;
+ background-color : #FFFFFF;
+}
+.divider .divider-text i {
+ font-size : 1rem;
+}
+.divider .divider-text:before, .divider .divider-text:after {
+ content : '';
+ position : absolute;
+ top : 50%;
+ width : 9999px;
+ border-top : 1px solid rgba(0, 0, 0, 0.1);
+}
+.divider .divider-text:before {
+ right : 100%;
+}
+.divider .divider-text:after {
+ left : 100%;
+}
+.divider.divider-left .divider-text {
+ float : left;
+ padding-left : 0;
+}
+.divider.divider-left .divider-text:before {
+ display : none;
+}
+.divider.divider-left-center .divider-text {
+ left : -25%;
+}
+.divider.divider-right .divider-text {
+ float : right;
+ padding-right : 0;
+}
+.divider.divider-right .divider-text:after {
+ display : none;
+}
+.divider.divider-right-center .divider-text {
+ right : -25%;
+}
+.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
+ border-style : dotted;
+ border-width : 1px;
+ border-top-width : 0;
+ border-color : black;
+}
+.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
+ border-style : dashed;
+ border-width : 1px;
+ border-top-width : 0;
+ border-color : black;
+}
+
+@media screen and (min-width: 0) {
+ head {
+ font-family : 'xs 0px';
+ }
+ body:after {
+ content : 'xs - min-width: 0px';
+ }
+}
+
+@media screen and (min-width: 544px) {
+ head {
+ font-family : 'sm 544px';
+ }
+ body:after {
+ content : 'sm - min-width: 544px';
+ }
+}
+
+@media screen and (min-width: 768px) {
+ head {
+ font-family : 'md 768px';
+ }
+ body:after {
+ content : 'md - min-width: 768px';
+ }
+}
+
+@media screen and (min-width: 992px) {
+ head {
+ font-family : 'lg 992px';
+ }
+ body:after {
+ content : 'lg - min-width: 992px';
+ }
+}
+
+@media screen and (min-width: 1200px) {
+ head {
+ font-family : 'xl 1200px';
+ }
+ body:after {
+ content : 'xl - min-width: 1200px';
+ }
+}
+
+head {
+ clear : both;
+}
+head title {
+ font-family : 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
+}
+
+body:after {
+ display : none;
+}
+
+*[data-usn-if] {
+ display : none;
+}
+
+.group-area {
+ margin-bottom : 3rem;
+}
+
+.block {
+ display : block;
+ width : 100%;
+}
+
+/* Input with icon */
+.form-control-position {
+ position : absolute;
+ top : 2px;
+ right : 0;
+ z-index : 2;
+ display : block;
+ width : 2.5rem;
+ height : 2.5rem;
+ line-height : 2.5rem;
+ text-align : center;
+}
+
+/*---------------------------------
+Input Icon
+---------------------------------*/
+.position-relative .form-control {
+ padding-right : calc(1.25em + 1.4rem + 1px);
+}
+.position-relative .form-control.form-control-lg ~ .form-control-position {
+ top : 10px;
+}
+.position-relative .form-control.form-control-sm ~ .form-control-position {
+ top : -3px;
+}
+
+/* Input Icon left */
+.has-icon-left .form-control {
+ padding-right : 2rem;
+ padding-left : 3rem;
+}
+
+.has-icon-left .form-control-position {
+ right : auto;
+ left : inherit;
+}
+.has-icon-left .form-control-position i {
+ position : relative;
+ left : 5px;
+ color : rgba(34, 41, 47, 0.4);
+}
+
+input[type='color'] {
+ height : calc(1.25em + 1.4rem + 1px);
+}
+
+input[type='date'].form-control, input[type='time'].form-control, input[type='datetime-local'].form-control, input[type='month'].form-control {
+ line-height : 1.45;
+}
+
+.font-size-large {
+ font-size : 2rem;
+}
+
+.font-size-base {
+ font-size : 1rem;
+}
+
+.font-size-small {
+ font-size : 1rem;
+}
+
+.font-size-xsmall {
+ font-size : 0.75rem;
+}
+
+.input-group-xs .form-control, .input-group-xs .input-group-addon, .input-group-xs .input-group-btn > button {
+ padding : 0.175rem 0.5rem;
+ font-size : 0.725rem;
+ line-height : 1.677777;
+ border-bottom-left-radius : 0.175rem;
+ border-top-left-radius : 0.175rem;
+}
+
+.input-group-xs .input-group-btn > button {
+ border-radius : 0.175rem;
+}
+
+.input-group-addon {
+ padding-top : 0.2rem;
+ padding-bottom : 0.2rem;
+}
+
+.floating-label-form-group-with-focus label, .floating-label-form-group-with-value label {
+ color : #7367F0 !important;
+ text-transform : uppercase;
+ font-weight : 400;
+}
+
+.select2-container--classic .select2-selection--single {
+ min-height : 40px !important;
+}
+
+.select2-container--classic:focus, .select2-container--default:focus {
+ outline : none;
+}
+
+.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
+ min-height : 38px;
+ padding : 5px;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+}
+.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
+ outline : 0;
+ border-color : #7367F0 !important;
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
+}
+.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered i {
+ margin-right : 0.5rem;
+}
+.select2-container--classic .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
+ min-height : 38px !important;
+}
+
+.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
+ border-color : #7367F0 !important;
+ outline : 0;
+}
+
+.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
+ outline : 0;
+}
+.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
+ border-color : #7367F0 !important;
+ outline : 0;
+}
+
+.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
+ min-height : 38px !important;
+ border : 1px solid rgba(0, 0, 0, 0.2);
+}
+.select2-container--classic .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus {
+ outline : 0;
+ border-color : #7367F0 !important;
+ box-shadow : 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
+}
+.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
+ background-color : #7367F0 !important;
+ border-color : #4839EB !important;
+ color : #FFFFFF;
+ padding : 5px;
+}
+.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
+ margin-top : 10px;
+}
+.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
+ color : #FFFFFF !important;
+ float : right;
+ margin-left : 0.5rem;
+}
+.select2-container--classic .select2-selection--multiple i, .select2-container--default .select2-selection--multiple i {
+ position : relative;
+ top : 1px;
+ margin-right : 0.5rem;
+ padding-left : 1px;
+}
+.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice, .select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice {
+ background-color : rgba(0, 0, 0, 0.15) !important;
+ border-color : rgba(0, 0, 0, 0.2) !important;
+}
+
+.select2-container--classic .select2-results__options .select2-results__option i, .select2-container--default .select2-results__options .select2-results__option i {
+ margin-right : 0.5rem;
+}
+
+.select2-container--classic .select2-result-repository__avatar img, .select2-container--default .select2-result-repository__avatar img {
+ width : 50px;
+}
+
+.select2-container--classic [class*='icon-'], .select2-container--default [class*='icon-'] {
+ font-family : 'feather';
+}
+
+.select2-container--classic .select-lg, .select2-container--default .select-lg {
+ min-height : calc(1.25em + 1.4rem + 1px) !important;
+ font-size : 1.2rem;
+ margin-bottom : 0 !important;
+ padding : 0.3rem 0.7rem;
+}
+.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--single .select2-selection__rendered {
+ padding-top : 0.1rem;
+}
+.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
+ top : 0.2rem !important;
+}
+.select2-container--classic .select-lg.select2-selection--multiple, .select2-container--default .select-lg.select2-selection--multiple {
+ padding : 0 0.2rem;
+}
+.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
+ padding-top : 0 !important;
+}
+.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
+ font-size : 1.2rem;
+}
+.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
+ padding : 5px;
+}
+
+.select2-container--classic .select-sm, .select2-container--default .select-sm {
+ min-height : calc(1em + 1rem + 2px) !important;
+ padding : 0 0.2rem;
+ font-size : 0.75rem;
+ margin-bottom : 0 !important;
+ line-height : 1.5;
+}
+.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
+ top : -0.3rem !important;
+}
+.select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
+ line-height : 1.3;
+}
+.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
+ padding : 3px;
+}
+.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
+ font-size : 0.75rem;
+ margin-top : 2px;
+}
+.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
+ padding : 0 0.2rem;
+}
+.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
+ margin-top : 0;
+}
+
+.select2 .form-control::focus {
+ border-color : #7367F0 !important;
+}
+
+table.dataTable {
+ border : 2px solid #F8F8F8;
+}
+table.dataTable th, table.dataTable td {
+ border-bottom : 1px solid #F8F8F8;
+ border-top : 0;
+}
+table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
+ font-size : 0.85rem;
+ border : 0;
+}
+table.dataTable thead tr {
+ background-color : #F8F8F8;
+}
+table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
+ padding-right : inherit;
+}
+table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
+ font-family : 'feather';
+ content : '\e845';
+ padding-right : 0.3rem;
+ font-size : 0.7rem;
+ left : 0;
+ top : 0.9rem;
+}
+table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
+ font-family : 'feather';
+ content : '\e842';
+ font-size : 0.7rem;
+ left : 0;
+ top : 1.3rem;
+}
+table.dataTable.table-striped tbody tr:nth-of-type(even) {
+ background-color : #F8F8F8;
+}
+table.dataTable.table-striped tbody tr:nth-of-type(odd) {
+ background-color : #FFFFFF;
+}
+table.dataTable.complex-headers {
+ border : 1px solid #DAE1E7;
+}
+table.dataTable.complex-headers thead th, table.dataTable.complex-headers thead td, table.dataTable.complex-headers tfoot th, table.dataTable.complex-headers tfoot td {
+ border-bottom : 1px solid #DAE1E7;
+ border-right : 1px solid #DAE1E7;
+}
+table.dataTable tbody tr.selected {
+ background-color : rgba(115, 103, 240, 0.05) !important;
+ color : #7367F0 !important;
+ box-shadow : 0 0 1px 0 #7367F0 !important;
+ border-radius : 5px;
+}
+table.dataTable tbody tr.selected td, table.dataTable tbody tr.selected th {
+ border-bottom : 0;
+}
+
+div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
+ margin-top : 1rem;
+}
+
+div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
+ background-position : calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0;
+ padding : 0 0.8rem;
+}
+
+div.dataTables_wrapper div.dataTables_paginate ul.pagination {
+ margin-top : 1rem;
+ padding-bottom : 7px;
+}
+div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
+ font-size : 0.8rem;
+}
+
+tr.group {
+ background-color : #EDEDED;
+}
+
+@media only screen and (max-width: 768px) {
+ div.dataTables_wrapper div.dataTables_paginate ul.pagination {
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/components.min.css b/www/assets2/css/components.min.css
new file mode 100644
index 0000000..22bf7f1
--- /dev/null
+++ b/www/assets2/css/components.min.css
@@ -0,0 +1 @@
+body.fixed-footer footer.footer-light,footer.navbar-shadow{box-shadow:0 -1px 4px 0 rgba(0,0,0,.15)}.navigation,.navigation .navigation-header{font-family:Montserrat,Helvetica,Arial,serif}.main-menu a,.select2-container--classic:focus,.select2-container--default:focus{outline:0}html{font-size:14px;height:100%;letter-spacing:.01rem}html body{height:100%;background-color:#F8F8F8;direction:ltr}html body .content{padding:0;position:relative;-webkit-transition:.3s ease all;transition:.3s ease all;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-height:calc(100% - 4rem);margin-left:260px}html body .content.app-content{overflow:hidden}html body .content.app-content.show-overlay .content-overlay{z-index:10;opacity:1}html body .content.app-content.show-overlay .content-overlay~.header-navbar-shadow{background:-webkit-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0))}html body .content.app-content .content-overlay{position:fixed;opacity:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);cursor:pointer;-webkit-transition:all .7s;transition:all .7s;z-index:-1}html body.navbar-static .navbar-container .search-input .search-list.show,html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show,html body.navbar-sticky .navbar-container .search-input .search-list.show{width:98%;left:1%}html body .content.app-content .content-area-wrapper{height:calc(100% - 5rem);margin:calc(5rem + 2.7rem) 2.2rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}html body .content .content-wrapper .content-header-right .dropdown-toggle::after,html body.blank-page .content.app-content .header-navbar-shadow{display:none}html body .content.app-content .content-area-wrapper .content-wrapper{margin-top:0;height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem)}html body .content .content-wrapper{padding:calc(2.2rem - .4rem) 2.2rem 0;margin-top:6rem}html body .content .content-wrapper .content-header-title{font-weight:500;color:#636363;margin-right:1rem}html body .content .content-wrapper .content-header-right .dropdown-toggle i{margin-right:0}html body .content .content-wrapper .content-header-right .btn-icon{padding:.8rem}html body .content .content-wrapper .content-header-right .btn-icon i{font-size:1rem}html body.navbar-hidden .app-content .content-wrapper{padding:2.2rem;margin-top:0}html body.navbar-hidden .app-content .content-area-wrapper{padding:0;margin-top:2.5rem}html body.navbar-static .main-menu{top:0}html body.navbar-static .app-content .navbar-container{padding-left:2.2rem;padding-right:1.2rem}html body.navbar-static .app-content .content-wrapper{padding:1rem 2.2rem 2.2rem;margin-top:0}html body.navbar-static .app-content .content-area-wrapper{margin-top:1rem}html body.navbar-sticky .app-content .navbar-container{padding-left:2.2rem;padding-right:1rem}html body.navbar-sticky .app-content .content-wrapper{padding:2.2rem;margin-top:4.65rem}html body.navbar-static .navbar-container,html body.navbar-sticky .navbar-container{padding-left:2.2rem;padding-right:1rem}html body.fixed-footer .content.app-content{margin-bottom:3rem}html body p{line-height:1.5rem}html body.bg-full-screen-image{background:url(../../app-assets/images/pages/vuexy-login-bg.jpg) center center no-repeat;background-size:cover}html body.blank-page .content{margin-left:0}html body.blank-page .content.app-content{overflow:overlay;overflow-x:hidden}html body.blank-page .content-wrapper{padding:0!important;margin-top:0}html body.blank-page .content-wrapper .flexbox-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100vh;height:calc(var(--vh,1vh) * 100);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body[data-col='1-column'] .content,html body[data-col='1-column'] .footer{margin-left:0!important}html .pace .pace-progress{background:#7367F0}.app-content.center-layout{overflow:hidden}@media (min-width:992px){body .content-left,body .content-right{width:calc(100vw - (100vw - 100%) - 260px)}body .content-right{float:right}body .content-left{float:left}body .content-detached{width:100%}body .content-detached.content-right{float:right;margin-left:-260px}body .content-detached.content-right .content-body{margin-left:calc(260px + 2.2rem)}body .content-detached.content-left{float:left;margin-right:-260px}body .content-detached.content-left .content-body{margin-right:calc(260px + 2.2rem)}.sidebar-right.sidebar-sticky{float:right!important;margin-left:-260px;width:260px!important;margin-top:6rem}.sidebar{vertical-align:top}}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media (max-width:575.98px){html body .content .content-wrapper{padding:calc(2.2rem - .4rem) calc(2.2rem - 1rem) 0}body.navbar-static .app-content .header-navbar .navbar-container,body.navbar-sticky .app-content .header-navbar .navbar-container{padding-left:1rem;padding-right:.5rem}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){html.full-screen{width:100%}html.full-screen .content.app-content{height:100%;overflow:scroll;overflow-x:hidden}}.sidebar{position:relative;width:100%}.sidebar-fixed{position:fixed;height:100%;overflow:scroll}.sidenav-overlay{position:fixed;top:0;left:0;right:0;height:120vh;background-color:rgba(0,0,0,.5);z-index:997;display:none}.drag-target{height:100%;width:40px;position:fixed;top:0;left:-10px;z-index:1036}@media (min-width:992px){.sidebar-left{float:left}.sidebar-right{float:right}}footer.footer{padding:1rem 2.2rem}footer.footer a{margin:0 .3rem}footer.footer span i{margin-left:.5rem;font-size:1.51rem;color:#EA5455;position:relative;top:2px}footer.footer .scroll-top{padding:.81rem .83rem}footer.navbar-border{border-top:1px solid #E4E7ED}body.fixed-footer footer.footer-light{background:#FFF}body.fixed-footer footer.footer-dark{background:#B8C2CC;color:#FFF}.scroll-top{position:fixed;bottom:5%;right:30px;display:none;z-index:99}.main-menu{z-index:1031;position:absolute;display:table-cell;height:100%;overflow:hidden}.main-menu.menu-dark .navigation>li>a i,.main-menu.menu-light .navigation>li>a i{position:relative;top:1px}.main-menu.menu-light .navigation>li ul .has-sub:not(.open)>ul,.main-menu.menu-light .navigation>li:not(.open)>ul{display:none}.main-menu.menu-light{color:#626262;background:#FFF}.main-menu.menu-light .main-menu-header{padding:20px}.main-menu.menu-light .main-menu-header .menu-search{background:#E6E6E6;padding:.5rem 1rem;color:#494949}.main-menu.menu-light .main-menu-header .menu-search:focus{border-color:#D9D9D9}.main-menu.menu-light .navigation{background:#FFF}.main-menu.menu-light .navigation .navigation-header{color:#999;margin:calc(2.2rem - .2rem) 0 .8rem 2.2rem;padding:0;line-height:1.5;letter-spacing:.01rem}.main-menu.menu-light .navigation .navigation-header span{font-weight:500}.main-menu.menu-light .navigation li.has-sub ul.menu-content{padding:7px;margin:-7px -7px 0}.main-menu.menu-light .navigation li a{color:#565656;padding:10px 15px;line-height:1.45;-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.main-menu.menu-light .navigation li a span.menu-sub-title{color:#AFAFAF}.main-menu.menu-light .navigation li.hover>a{padding-left:25px;-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.main-menu.menu-light .navigation>li{padding:0 15px}.main-menu.menu-light .navigation>li>a .label{margin-top:4px;margin-right:5px}.main-menu.menu-light .navigation>li.open>a,.main-menu.menu-light .navigation>li.sidebar-group-active>a{color:#494949;background:#f5f5f5;transition:transform .25s ease 0s,-webkit-transform .25s ease 0s;border-radius:6px;margin-bottom:7px}.main-menu.menu-light .navigation>li.active>a{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 0 10px 1px rgba(115,103,240,.7);color:#FFF;font-weight:400;border-radius:4px}.main-menu.menu-light .navigation>li .active{background:#F0F0F0}.main-menu.menu-light .navigation>li .active>a{color:#7367F0;margin-bottom:0}.main-menu.menu-light .navigation>li .active .hover>a{background:#f5f5f5}.main-menu.menu-light .navigation>li ul{padding:0;margin:0}.main-menu.menu-light .navigation>li ul li{color:#626262;background:0 0}.main-menu.menu-light .navigation>li ul li>a{padding:10px 15px 10px 20px}.main-menu.menu-light .navigation>li ul .open>a,.main-menu.menu-light .navigation>li ul .sidebar-group-active>a{color:#626262}.main-menu.menu-light .navigation>li ul .open>ul,.main-menu.menu-light .navigation>li ul .open>ul .open>ul,.main-menu.menu-light .navigation>li ul .sidebar-group-active>ul,.main-menu.menu-light .navigation>li ul .sidebar-group-active>ul .open>ul{display:block}.main-menu.menu-light .navigation>li ul .hover>a,.main-menu.menu-light .navigation>li ul:hover>a{color:#6C6C6C}.main-menu.menu-light .navigation>li ul .active{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 0 10px 1px rgba(115,103,240,.7);border-radius:4px}.main-menu.menu-light .navigation>li ul .active>a{color:#FFF}.main-menu.menu-light .navigation>li>ul,.main-menu.menu-light ul.menu-popout{background:#FFF}.main-menu.menu-light ul.menu-popout li a{color:#626262}.main-menu.menu-light ul.menu-popout li a span.menu-sub-title{color:#AFAFAF}.main-menu.menu-light ul.menu-popout li.hover>a,.main-menu.menu-light ul.menu-popout li.open>a,.main-menu.menu-light ul.menu-popout li:hover>a{background:#F0F0F0}.main-menu.menu-light ul.menu-popout .has-sub:not(.open)>ul{display:none}.main-menu.menu-light ul.menu-popout .open>a{color:#626262}.main-menu.menu-light ul.menu-popout .open>ul{display:block}.main-menu.menu-light ul.menu-popout .open>ul .open{background:#E8E8E8}.main-menu.menu-light ul.menu-popout .open>ul .open>ul{display:block;background:#E8E8E8}.main-menu.menu-dark .navigation>li ul .has-sub:not(.open)>ul,.main-menu.menu-dark .navigation>li:not(.open)>ul{display:none}.main-menu.menu-light ul.menu-popout .hover>a,.main-menu.menu-light ul.menu-popout:hover>a{color:#6C6C6C;background-color:#f5f5f5}.main-menu.menu-light ul.menu-popout .active{background:rgba(0,0,0,.06)}.main-menu.menu-light ul.menu-popout .active>a{color:#7C7C7C;background-color:#f5f5f5}.main-menu.menu-light ul.menu-popout .active .hover>a,.main-menu.menu-light ul.menu-popout .active :hover>a{background-color:transparent}.main-menu.menu-dark{color:#DCDCDC;background:#10163A}.main-menu.menu-dark .main-menu-header{padding:20px}.main-menu.menu-dark .main-menu-header .menu-search{background:#050712;padding:.5rem 1rem;color:#C3C3C3}.main-menu.menu-dark .main-menu-header .menu-search:focus{border-color:#000}.main-menu.menu-dark .navigation{background:#10163A}.main-menu.menu-dark .navigation .navigation-header{color:#fff;margin:calc(2.2rem - .2rem) 0 .8rem 2.2rem;padding:0;line-height:1.5;letter-spacing:.01rem}.main-menu.menu-dark .navigation .navigation-header span{font-weight:500}.main-menu.menu-dark .navigation li.has-sub ul.menu-content{padding:7px;margin:-7px -7px 0}.main-menu.menu-dark .navigation li a{color:#D0D0D0;padding:10px 15px;line-height:1.45;-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.main-menu.menu-dark .navigation li a span.menu-sub-title{color:#fff}.main-menu.menu-dark .navigation li.hover>a{padding-left:25px;-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.main-menu.menu-dark .navigation>li{padding:0 15px}.main-menu.menu-dark .navigation>li>a .label{margin-top:4px;margin-right:5px}.main-menu.menu-dark .navigation>li.open>a,.main-menu.menu-dark .navigation>li.sidebar-group-active>a{color:#C3C3C3;background:#0C102A;transition:transform .25s ease 0s,-webkit-transform .25s ease 0s;border-radius:6px;margin-bottom:7px}.main-menu.menu-dark .navigation>li.active>a{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 0 10px 1px rgba(115,103,240,.7);color:#FFF;font-weight:400;border-radius:4px}.main-menu.menu-dark .navigation>li .active{background:#090D22}.main-menu.menu-dark .navigation>li .active>a{color:#7367F0;margin-bottom:0}.main-menu.menu-dark .navigation>li .active .hover>a{background:#0C102A}.main-menu.menu-dark .navigation>li ul{padding:0;margin:0}.main-menu.menu-dark .navigation>li ul li{color:#DCDCDC;background:0 0}.main-menu.menu-dark .navigation>li ul li>a{padding:10px 15px 10px 20px}.main-menu.menu-dark .navigation>li ul .open>a,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>a{color:#DCDCDC}.main-menu.menu-dark .navigation>li ul .open>ul,.main-menu.menu-dark .navigation>li ul .open>ul .open>ul,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>ul,.main-menu.menu-dark .navigation>li ul .sidebar-group-active>ul .open>ul{display:block}.main-menu.menu-dark .navigation>li ul .hover>a,.main-menu.menu-dark .navigation>li ul:hover>a{color:#E6E6E6}.main-menu.menu-dark .navigation>li ul .active{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 0 10px 1px rgba(115,103,240,.7);border-radius:4px}.main-menu.menu-dark .navigation>li ul .active>a{color:#FFF}.main-menu.menu-dark .navigation>li>ul,.main-menu.menu-dark ul.menu-popout{background:#10163A}.main-menu.menu-dark ul.menu-popout li a{color:#DCDCDC}.main-menu.menu-dark ul.menu-popout li a span.menu-sub-title{color:#fff}.main-menu.menu-dark ul.menu-popout li.hover>a,.main-menu.menu-dark ul.menu-popout li.open>a,.main-menu.menu-dark ul.menu-popout li:hover>a{background:#090D22}.main-menu.menu-dark ul.menu-popout .has-sub:not(.open)>ul{display:none}.main-menu.menu-dark ul.menu-popout .open>a{color:#DCDCDC}.main-menu.menu-dark ul.menu-popout .open>ul{display:block}.main-menu.menu-dark ul.menu-popout .open>ul .open{background:#060816}.main-menu.menu-dark ul.menu-popout .open>ul .open>ul{display:block;background:#060816}.main-menu.menu-dark ul.menu-popout .hover>a,.main-menu.menu-dark ul.menu-popout:hover>a{color:#E6E6E6;background-color:#0C102A}.main-menu.menu-dark ul.menu-popout .active{background:rgba(0,0,0,.06)}.main-menu.menu-dark ul.menu-popout .active>a{color:#F6F6F6;background-color:#0C102A}.main-menu.menu-dark ul.menu-popout .active .hover>a,.main-menu.menu-dark ul.menu-popout .active :hover>a{background-color:transparent}.main-menu.menu-fixed,.main-menu.menu-fixed .main-menu-footer{position:fixed}.main-menu.menu-static{height:100%;padding-bottom:calc(100% - 20rem)}.main-menu.menu-static .main-menu-content{height:unset!important}.main-menu.menu-shadow{box-shadow:0 0 15px 0 rgba(0,0,0,.05)}.main-menu.menu-border{border-right:1px solid #E4E7ED}.main-menu .shadow-bottom{display:none;position:absolute;z-index:2;height:60px;width:100%;pointer-events:none;margin-top:-1.3rem;-webkit-filter:blur(5px);filter:blur(5px);background:-webkit-linear-gradient(#FFF 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0));background:linear-gradient(#FFF 41%,rgba(255,255,255,.11) 95%,rgba(255,255,255,0))}.main-menu.menu-native-scroll .main-menu-content{overflow-y:scroll}.main-menu .navbar-header{width:260px;height:5rem;position:relative;padding:.35rem 1rem .3rem 1.64rem;-webkit-transition:.3s ease all;transition:.3s ease all}.main-menu .navbar-header .navbar-brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:1.35rem}.main-menu .navbar-header .navbar-brand .brand-logo{background:url(../../app-assets/images/logo/vuexy-logo.png) -65px -54px no-repeat;height:24px;width:35px}.main-menu .navbar-header .navbar-brand .brand-text{color:#7367F0;padding-left:1rem;font-weight:600;letter-spacing:.01rem;font-size:1.57rem;-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}.main-menu .navbar-header .modern-nav-toggle{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}.main-menu .main-menu-content{height:calc(100% - 6rem)!important;position:relative}.main-menu ul{list-style:none;margin:0;padding:0}.main-menu ul.navigation-main{overflow-x:hidden}.main-menu ul.navigation-main>li:first-child{margin-top:.5rem}.main-menu a:focus,.main-menu a:hover{text-decoration:none}.navigation{font-size:1.1rem;font-weight:400;overflow-y:hidden;padding-bottom:20px}.navigation .navigation-header{font-weight:500;line-height:1.2;padding:12px 22px;font-size:.9rem;text-transform:uppercase}.navigation li{position:relative;white-space:nowrap}.navigation li a{display:block;text-overflow:ellipsis;overflow:hidden}.navigation li a i{font-size:.8rem;margin-right:1.38rem}.menu-popout li.disabled a,.navigation li.disabled a{cursor:not-allowed}.dropdown-notification .nav-link-label{position:relative}.dropdown-notification .notification-text{margin-bottom:.5rem;font-size:smaller;color:#626262}.dropdown-notification .notification-title{color:rgba(255,255,255,.75)}.dropdown-notification .notification-tag{position:relative;top:-4px}.dropdown-notification .dropdown-menu.dropdown-menu-right{right:-2px;padding:0}.dropdown-notification .dropdown-menu.dropdown-menu-right::before{background:#7367F0;border-color:#7367F0}.dropdown-notification .dropdown-menu-header{border-top-left-radius:5px;border-top-right-radius:5px;background:#7367F0;color:#FFF;text-align:center}.dropdown-notification .dropdown-menu-header .dropdown-header h3{margin-bottom:.25rem}.main-menu-header .user-content{padding:20px}.main-menu-header .user-content .media{overflow:inherit}.divider,.main-menu-footer,.overflow-hidden{overflow:hidden}.main-menu-header .user-content .media-body{vertical-align:bottom;opacity:1;width:150px;white-space:nowrap;-webkit-transition:all .3s ease .15s;transition:all .3s ease .15s}.avatar,.chip{vertical-align:middle}.main-menu-footer{position:relative;bottom:0;display:block;z-index:1000;color:#fff;background-color:#9AA9B7}.main-menu-footer.footer-open{max-height:500px;-webkit-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out}.main-menu-footer a{color:#fff}.main-menu-footer a:focus,.main-menu-footer a:hover{color:#FFF}.main-menu-footer .header{height:19px;border-bottom:1px solid #A9B5C1}.main-menu-footer .toggle{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}.main-menu-footer .content{padding:0}.main-menu-footer .content .actions>a{display:block;float:left;width:33.33333%;padding:1rem 0;color:#fff;text-align:center;border-top:1px solid #A9B5C1;border-left:1px solid #A9B5C1}.avatar,.main-menu-footer .content .actions>a:focus,.main-menu-footer .content .actions>a:hover{color:#FFF}.main-menu-footer .content .actions>a>span{font-size:1.35rem}body.vertical-layout.vertical-menu.menu-expanded .main-menu-footer .content{margin-left:0}body.menu-collapsed .menu-static{padding-bottom:calc(100% - 14rem)}@media (max-width:767.98px){.menu-hide .main-menu,.menu-open .main-menu{-webkit-transition:top .35s,height .35s,-webkit-transform .25s;transition:top .35s,height .35s,-webkit-transform .25s;transition:transform .25s,top .35s,height .35s;transition:transform .25s,top .35s,height .35s,-webkit-transform .25s}.main-menu{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.menu-open .main-menu{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@media (min-width:768px){.drag-target{z-index:0}}body.fixed-footer .main-menu.menu-fixed{height:100%}@media (max-width:1200px){body .main-menu.menu-static{padding-bottom:100%}}.display-inline{display:inline!important}.display-block{display:block!important}.display-inline-block{display:inline-block!important}.display-hidden{display:none!important}.display-table-cell{display:table-cell!important}.bullet,.spinner,.spinner-reverse{display:inline-block}.position-top-0{top:0}.position-right-0{right:0}.position-bottom-0{bottom:0}.position-left-0{left:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-3{z-index:3!important}.zindex-4{z-index:4!important}.zindex-0{z-index:0!important}.zindex-minus-1{z-index:-1!important}.zindex-minus-2{z-index:-2!important}.zindex-minus-3{z-index:-3!important}.zindex-minus-4{z-index:-4!important}.no-edge-top{top:0!important}.no-edge-bottom{bottom:0!important}.no-edge-left{left:0!important}.no-edge-right{right:0!important}.cursor-pointer{cursor:pointer}.cursor-move{cursor:move}.cursor-default{cursor:default}.cursor-progress{cursor:progress}.cursor-not-allowed{cursor:not-allowed}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.overflow-scroll,.overflow-x-scroll,.overflow-y-scroll{overflow:scroll}.bullets-inside{list-style:inside}.list-style-circle{list-style:circle}.list-style-square{list-style:square}.list-style-icons{padding-left:10px;margin-left:0;list-style:none}.list-style-icons>li i{float:left;width:1em;margin:0 6px 0 0}.border{border:1px solid}.no-border-top-left-radius,.no-border-top-radius{border-top-left-radius:0!important}.no-border-top-radius,.no-border-top-right-radius{border-top-right-radius:0!important}.no-border-bottom-left-radius,.no-border-bottom-radius{border-bottom-left-radius:0!important}.no-border-bottom-radius,.no-border-bottom-right-radius{border-bottom-right-radius:0!important}.border-top{border-top:1px solid}.border-bottom{border-bottom:1px solid}.border-left{border-left:1px solid}.border-right{border-right:1px solid}.border-2{border-width:2px!important}.border-top-2{border-top-width:2px!important}.border-bottom-2{border-bottom-width:2px!important}.border-left-2{border-left-width:2px!important}.border-right-2{border-right-width:2px!important}.border-3{border-width:3px!important}.border-top-3{border-top-width:3px!important}.border-bottom-3{border-bottom-width:3px!important}.border-left-3{border-left-width:3px!important}.border-right-3{border-right-width:3px!important}.avatar,.bullet{border-radius:50%}.box-shadow-0{box-shadow:none!important}.box-shadow-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.box-shadow-2{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.box-shadow-3{box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.box-shadow-4{box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)}.box-shadow-5{box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)}.box-shadow-6{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.fit{max-width:100%!important}.half-width{width:50%!important}.full-width{width:100%!important}.full-height{height:100%!important}.width-50{width:50px!important}.width-100{width:100px!important}.width-150{width:150px!important}.width-200{width:200px!important}.width-250{width:250px!important}.width-300{width:300px!important}.width-350{width:350px!important}.width-400{width:400px!important}.width-450{width:450px!important}.width-500{width:500px!important}.width-550{width:550px!important}.width-600{width:600px!important}.width-650{width:650px!important}.width-700{width:700px!important}.width-750{width:750px!important}.width-800{width:800px!important}.width-5-per{width:5%!important}.width-10-per{width:10%!important}.width-15-per{width:15%!important}.width-20-per{width:20%!important}.width-25-per{width:25%!important}.width-30-per{width:30%!important}.width-35-per{width:35%!important}.width-40-per{width:40%!important}.width-45-per{width:45%!important}.width-50-per{width:50%!important}.width-55-per{width:55%!important}.width-60-per{width:60%!important}.width-65-per{width:65%!important}.width-70-per{width:70%!important}.width-75-per{width:75%!important}.width-80-per{width:80%!important}.width-90-per{width:90%!important}.width-95-per{width:95%!important}.height-50{height:50px!important}.height-75{height:75px!important}.height-100{height:100px!important}.height-150{height:150px!important}.height-200{height:200px!important}.height-250{height:250px!important}.height-300{height:300px!important}.height-350{height:350px!important}.height-400{height:400px!important}.height-450{height:450px!important}.height-500{height:500px!important}.height-550{height:550px!important}.height-600{height:600px!important}.height-650{height:650px!important}.height-700{height:700px!important}.height-750{height:750px!important}.height-800{height:800px!important}.height-5-per{height:5%!important}.height-10-per{height:10%!important}.height-15-per{height:15%!important}.height-20-per{height:20%!important}.height-25-per{height:25%!important}.height-30-per{height:30%!important}.height-35-per{height:35%!important}.height-40-per{height:40%!important}.height-45-per{height:45%!important}.height-50-per{height:50%!important}.height-55-per{height:55%!important}.height-60-per{height:60%!important}.height-65-per{height:65%!important}.height-70-per{height:70%!important}.height-75-per{height:75%!important}.height-80-per{height:80%!important}.full-height-vh-with-nav{height:calc(100vh - 5rem - 4rem);height:calc(var(--vh,1vh) * 100 - 5rem - 4rem)}.full-height-vh{height:100vh;height:calc(var(--vh,1vh) * 100)}.line-height-1{line-height:1!important}.line-height-2{line-height:2!important}.rotate-45{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rotate-45-inverse{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.rotate-90{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rotate-90-inverse{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.rotate-180{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rotate-180-inverse{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.pull-up{-webkit-transition:all .25s ease;transition:all .25s ease}.pull-up:hover{-webkit-transform:translateY(-4px) scale(1.02);-ms-transform:translateY(-4px) scale(1.02);transform:translateY(-4px) scale(1.02);box-shadow:0 14px 24px rgba(62,57,107,.2);z-index:30}.spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-reverse{-webkit-animation:spin-reverse 1s linear infinite;animation:spin-reverse 1s linear infinite}@-webkit-keyframes spin-reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin-reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.bg-cover{background-size:cover!important}.background-repeat{background-repeat:repeat!important}.background-no-repeat{background-repeat:no-repeat!important}.img-xl{width:64px!important;height:64px!important}.img-lg{width:44px!important;height:44px!important}.img-sm{width:36px!important;height:36px!important}.img-xs{width:32px!important;height:32px!important}.bullet{width:1rem;height:1rem}.bullet.bullet-xs{width:.5rem;height:.5rem}.bullet.bullet-sm{width:.714rem;height:.714rem}.bullet.bullet-lg{width:1.25rem;height:1.25rem}.avatar{white-space:nowrap;background-color:#C3C3C3;position:relative;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:.75rem;text-align:center;margin:5px}.avatar .avatar-content{width:32px;height:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.avatar .avatar-content .avatar-icon{font-size:1.2rem}.avatar [class*=avatar-status-]{border-radius:50%;width:11px;height:11px;position:absolute;right:0;bottom:0;border:1px solid #FFF}.avatar [class*=avatar-status-].avatar-status-lg{width:17px;height:17px;border-width:2px}.avatar.avatar-xl .avatar-content,.avatar.avatar-xl img{height:70px;width:70px}.avatar .avatar-status-online{background-color:#28C76F}.avatar .avatar-status-busy{background-color:#EA5455}.avatar .avatar-status-away{background-color:#FF9F43}.avatar .avatar-status-offline{background-color:#B8C2CC}.avatar img{border-radius:50%}.avatar.avatar-xl{font-size:1.5rem}.avatar.avatar-xl .avatar-content .avatar-icon{font-size:3rem}.avatar.avatar-lg{font-size:1.2rem}.avatar.avatar-lg .avatar-content,.avatar.avatar-lg img{width:50px;height:50px}.avatar.avatar-sm .avatar-content,.avatar.avatar-sm img{width:24px;height:24px}.avatar.avatar-lg .avatar-content .avatar-icon{font-size:2rem}.avatar.avatar-sm .avatar-content .avatar-icon{font-size:1rem}.navbar-container .search-input .search-input-icon i,.navbar-container .search-input .search-list li a span[class*='feather icon-']{font-size:1.25rem}.navbar-container a.nav-link-search{float:left}.navbar-container .search-input{float:left;width:0}.navbar-container .search-input input{width:0;border:none;background:0 0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;line-height:16px;padding:1.6rem 3.6rem}.navbar-container .search-input.open{position:absolute;left:0;background:#FFF;right:0;width:100%;z-index:1000;border-radius:.5rem}.navbar-container .search-input.open .search-input-close,.navbar-container .search-input.open .search-input-icon{display:block}.navbar-container .search-input.open input{width:100%;outline:0;background:0 0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.navbar-container .search-input .search-list{max-height:450px;height:calc(100vh - 11rem);position:absolute;top:100%;left:0;background:#FFF;width:100%;margin-top:.5rem;padding-left:0;border-radius:.5rem;display:none}.navbar-container .search-input .search-list.search-list-bookmark{height:auto!important}.navbar-container .search-input .search-list.show{display:block}.navbar-container .search-input .search-list li a{padding:.9rem 1rem;color:#626262}.navbar-container .search-input .search-list li:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.navbar-container .search-input .search-list li:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.navbar-container .search-input .search-list li.auto-suggestion.current_item,.navbar-container .search-input .search-list li.auto-suggestion:hover{background-color:#F1F1F1}.navbar-container .search-input .search-input-icon{z-index:2;display:none;position:absolute;left:1.5rem;top:37%;cursor:pointer}.navbar-container .search-input .search-input-close{z-index:1;display:none;position:absolute;right:2rem;top:32%;cursor:pointer}.navbar-container .search-input .search-input-close i{font-size:1.75rem}.navbar-container .bookmark-input{position:absolute;top:102%;width:25%;display:none}.navbar-container .bookmark-input.show{display:block}.navbar-container .bookmark-input .bookmark-input-icon{position:absolute;z-index:1;top:.85rem;left:1rem}.navbar-container .bookmark-input input{padding:.7rem .7rem .7rem 2.5rem;width:100%;background:#FFF;border:1px solid rgba(0,0,0,.2)}.btn-adn,.btn-adn:hover{background-color:#D87A68}.navbar-container .bookmark-input input:focus{border:1px solid #7367F0}.navbar-container .bookmark-input .search-list{box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.btn-adn.focus,.btn-adn:focus,.btn-adn:not(:disabled):not(.disabled).active:focus,.btn-adn:not(:disabled):not(.disabled):active:focus,.btn-bitbucket.focus,.btn-bitbucket:focus,.btn-bitbucket:not(:disabled):not(.disabled).active:focus,.btn-bitbucket:not(:disabled):not(.disabled):active:focus,.btn-dropbox.focus,.btn-dropbox:focus,.btn-dropbox:not(:disabled):not(.disabled).active:focus,.btn-dropbox:not(:disabled):not(.disabled):active:focus,.btn-facebook.focus,.btn-facebook:focus,.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.btn-flickr.focus,.btn-flickr:focus,.btn-flickr:not(:disabled):not(.disabled).active:focus,.btn-flickr:not(:disabled):not(.disabled):active:focus,.btn-foursquare.focus,.btn-foursquare:focus,.btn-github.focus,.btn-github:focus,.btn-github:not(:disabled):not(.disabled).active:focus,.btn-github:not(:disabled):not(.disabled):active:focus,.btn-google.focus,.btn-google:focus,.btn-google:not(:disabled):not(.disabled).active:focus,.btn-google:not(:disabled):not(.disabled):active:focus,.btn-instagram.focus,.btn-instagram:focus,.btn-instagram:not(:disabled):not(.disabled).active:focus,.btn-instagram:not(:disabled):not(.disabled):active:focus,.btn-linkedin.focus,.btn-linkedin:focus,.btn-linkedin:not(:disabled):not(.disabled).active:focus,.btn-linkedin:not(:disabled):not(.disabled):active:focus,.btn-microsoft.focus,.btn-microsoft:focus,.btn-microsoft:not(:disabled):not(.disabled).active:focus,.btn-microsoft:not(:disabled):not(.disabled):active:focus,.btn-odnoklassniki.focus,.btn-odnoklassniki:focus,.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus,.show>.btn-adn.dropdown-toggle:focus,.show>.btn-bitbucket.dropdown-toggle:focus,.show>.btn-dropbox.dropdown-toggle:focus,.show>.btn-facebook.dropdown-toggle:focus,.show>.btn-flickr.dropdown-toggle:focus,.show>.btn-github.dropdown-toggle:focus,.show>.btn-google.dropdown-toggle:focus,.show>.btn-instagram.dropdown-toggle:focus,.show>.btn-linkedin.dropdown-toggle:focus,.show>.btn-microsoft.dropdown-toggle:focus,.show>.btn-odnoklassniki.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.navbar-container .bookmark-icon{cursor:pointer}.navbar-container .dropdown.bookmark-dropdown{padding:1.4rem .5rem 1.35rem}.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after{display:none}.navbar-container .search-data-title{line-height:1.25rem}.navbar-dark .search-input .input,.navbar-semi-light .search-input .input{color:#F5F7FA;border-radius:.5rem}.navbar-dark .search-input.open .input,.navbar-semi-light .search-input.open .input{color:#F5F7FA;border:1px solid #F5F7FA}body.navbar-static .navbar-container .search-input.open{border-radius:0}.apexcharts-canvas .apexcharts-tooltip{color:#626262!important}.apexcharts-canvas .apexcharts-tooltip.dark{color:#FFF!important}.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item{color:#626262}.apexcharts-xaxistooltip{color:#626262!important}#client-retention-chart .apexcharts-canvas .apexcharts-legend{left:-14px!important}.apexcharts-toolbar{z-index:10}.btn-social,.btn-social-icon{position:relative;padding-left:4.95rem;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social-icon>:first-child,.btn-social>:first-child{position:absolute;left:0;top:2px;bottom:0;width:2.95rem;line-height:2.7rem;font-size:1rem;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.btn-social-icon{height:2.95rem;width:2.95rem;padding:0}.btn-social-icon>:first-child{border:none;text-align:center;width:100%!important}.btn-adn{color:#FFF;border-color:#FFF}.btn-adn:hover{color:#FFF;border-color:#D87A68}.btn-adn.disabled,.btn-adn:disabled{color:#FFF;background-color:#D87A68;border-color:#FFF}.btn-adn:not(:disabled):not(.disabled).active,.btn-adn:not(:disabled):not(.disabled):active,.show>.btn-adn.dropdown-toggle{color:#FFF;background-color:#CE563F;border-color:#DFDFDF}.btn-bitbucket,.btn-bitbucket:hover{background-color:#205081;color:#FFF}.btn-bitbucket{border-color:#FFF}.btn-bitbucket:hover{border-color:#205081}.btn-bitbucket.disabled,.btn-bitbucket:disabled{color:#FFF;background-color:#205081;border-color:#FFF}.btn-bitbucket:not(:disabled):not(.disabled).active,.btn-bitbucket:not(:disabled):not(.disabled):active,.show>.btn-bitbucket.dropdown-toggle{color:#FFF;background-color:#163758;border-color:#DFDFDF}.btn-dropbox,.btn-dropbox:hover{background-color:#1087DD;color:#FFF}.btn-dropbox{border-color:#FFF}.btn-dropbox:hover{border-color:#1087DD}.btn-dropbox.disabled,.btn-dropbox:disabled{color:#FFF;background-color:#1087DD;border-color:#FFF}.btn-dropbox:not(:disabled):not(.disabled).active,.btn-dropbox:not(:disabled):not(.disabled):active,.show>.btn-dropbox.dropdown-toggle{color:#FFF;background-color:#0D6AAD;border-color:#DFDFDF}.btn-facebook,.btn-facebook:hover{background-color:#3B5998;color:#FFF}.btn-facebook{border-color:#FFF}.btn-facebook:hover{border-color:#3B5998}.btn-facebook.disabled,.btn-facebook:disabled{color:#FFF;background-color:#3B5998;border-color:#FFF}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{color:#FFF;background-color:#2D4373;border-color:#DFDFDF}.btn-flickr,.btn-flickr:hover{background-color:#FF0084;color:#FFF}.btn-flickr{border-color:#FFF}.btn-flickr:hover{border-color:#FF0084}.btn-flickr.disabled,.btn-flickr:disabled{color:#FFF;background-color:#FF0084;border-color:#FFF}.btn-flickr:not(:disabled):not(.disabled).active,.btn-flickr:not(:disabled):not(.disabled):active,.show>.btn-flickr.dropdown-toggle{color:#FFF;background-color:#CC006A;border-color:#DFDFDF}.btn-foursquare{color:#FFF;background-color:#F94877;border-color:#FFF}.btn-foursquare:hover{color:#FFF;background-color:#F94877;border-color:#F94877}.btn-foursquare.disabled,.btn-foursquare:disabled{color:#FFF;background-color:#F94877;border-color:#FFF}.btn-foursquare:not(:disabled):not(.disabled).active,.btn-foursquare:not(:disabled):not(.disabled):active,.show>.btn-foursquare.dropdown-toggle{color:#FFF;background-color:#F71752;border-color:#DFDFDF}.btn-github,.btn-github:hover{background-color:#444;color:#FFF}.btn-foursquare:not(:disabled):not(.disabled).active:focus,.btn-foursquare:not(:disabled):not(.disabled):active:focus,.show>.btn-foursquare.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-github{border-color:#FFF}.btn-github:hover{border-color:#444}.btn-github.disabled,.btn-github:disabled{color:#FFF;background-color:#444;border-color:#FFF}.btn-github:not(:disabled):not(.disabled).active,.btn-github:not(:disabled):not(.disabled):active,.show>.btn-github.dropdown-toggle{color:#FFF;background-color:#2B2B2B;border-color:#DFDFDF}.btn-google,.btn-google:hover{background-color:#DD4B39;color:#FFF}.btn-google{border-color:#FFF}.btn-google:hover{border-color:#DD4B39}.btn-google.disabled,.btn-google:disabled{color:#FFF;background-color:#DD4B39;border-color:#FFF}.btn-google:not(:disabled):not(.disabled).active,.btn-google:not(:disabled):not(.disabled):active,.show>.btn-google.dropdown-toggle{color:#FFF;background-color:#C23321;border-color:#DFDFDF}.btn-instagram,.btn-instagram:hover{background-color:#3F729B;color:#FFF}.btn-instagram{border-color:#FFF}.btn-instagram:hover{border-color:#3F729B}.btn-instagram.disabled,.btn-instagram:disabled{color:#FFF;background-color:#3F729B;border-color:#FFF}.btn-instagram:not(:disabled):not(.disabled).active,.btn-instagram:not(:disabled):not(.disabled):active,.show>.btn-instagram.dropdown-toggle{color:#FFF;background-color:#305777;border-color:#DFDFDF}.btn-linkedin,.btn-linkedin:hover{background-color:#007BB6;color:#FFF}.btn-linkedin{border-color:#FFF}.btn-linkedin:hover{border-color:#007BB6}.btn-linkedin.disabled,.btn-linkedin:disabled{color:#FFF;background-color:#007BB6;border-color:#FFF}.btn-linkedin:not(:disabled):not(.disabled).active,.btn-linkedin:not(:disabled):not(.disabled):active,.show>.btn-linkedin.dropdown-toggle{color:#FFF;background-color:#005983;border-color:#DFDFDF}.btn-microsoft,.btn-microsoft:hover{background-color:#2672EC;color:#FFF}.btn-microsoft{border-color:#FFF}.btn-microsoft:hover{border-color:#2672EC}.btn-microsoft.disabled,.btn-microsoft:disabled{color:#FFF;background-color:#2672EC;border-color:#FFF}.btn-microsoft:not(:disabled):not(.disabled).active,.btn-microsoft:not(:disabled):not(.disabled):active,.show>.btn-microsoft.dropdown-toggle{color:#FFF;background-color:#125ACD;border-color:#DFDFDF}.btn-odnoklassniki{color:#FFF;background-color:#F4731C;border-color:#FFF}.btn-odnoklassniki:hover{color:#FFF;background-color:#F4731C;border-color:#F4731C}.btn-odnoklassniki.disabled,.btn-odnoklassniki:disabled{color:#FFF;background-color:#F4731C;border-color:#FFF}.btn-odnoklassniki:not(:disabled):not(.disabled).active,.btn-odnoklassniki:not(:disabled):not(.disabled):active,.show>.btn-odnoklassniki.dropdown-toggle{color:#FFF;background-color:#D35B0A;border-color:#DFDFDF}.btn-openid,.btn-openid:hover{color:#2A2E30;background-color:#F7931E}.btn-openid.focus,.btn-openid:focus,.btn-openid:not(:disabled):not(.disabled).active:focus,.btn-openid:not(:disabled):not(.disabled):active:focus,.show>.btn-openid.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-openid{border-color:#FFF}.btn-openid:hover{border-color:#F7931E}.btn-openid.disabled,.btn-openid:disabled{color:#2A2E30;background-color:#F7931E;border-color:#FFF}.btn-openid:not(:disabled):not(.disabled).active,.btn-openid:not(:disabled):not(.disabled):active,.show>.btn-openid.dropdown-toggle{color:#FFF;background-color:#DA7908;border-color:#DFDFDF}.btn-pinterest,.btn-pinterest:hover{background-color:#CB2027;color:#FFF}.btn-pinterest.focus,.btn-pinterest:focus,.btn-pinterest:not(:disabled):not(.disabled).active:focus,.btn-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-pinterest.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-pinterest{border-color:#FFF}.btn-pinterest:hover{border-color:#CB2027}.btn-pinterest.disabled,.btn-pinterest:disabled{color:#FFF;background-color:#CB2027;border-color:#FFF}.btn-pinterest:not(:disabled):not(.disabled).active,.btn-pinterest:not(:disabled):not(.disabled):active,.show>.btn-pinterest.dropdown-toggle{color:#FFF;background-color:#9F191F;border-color:#DFDFDF}.btn-reddit.focus,.btn-reddit:focus,.btn-reddit:not(:disabled):not(.disabled).active:focus,.btn-reddit:not(:disabled):not(.disabled):active:focus,.show>.btn-reddit.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,7,7,.5)}.btn-reddit{color:#2A2E30;background-color:#EFF7FF;border-color:#000}.btn-reddit:hover{color:#FFF;background-color:#000;border-color:#000}.btn-reddit.disabled,.btn-reddit:disabled{color:#2A2E30;background-color:#EFF7FF;border-color:#000}.btn-reddit:not(:disabled):not(.disabled).active,.btn-reddit:not(:disabled):not(.disabled):active,.show>.btn-reddit.dropdown-toggle{color:#2A2E30;background-color:#BCDEFF;border-color:#000}.btn-soundcloud.focus,.btn-soundcloud:focus,.btn-soundcloud:not(:disabled):not(.disabled).active:focus,.btn-soundcloud:not(:disabled):not(.disabled):active:focus,.btn-tumblr.focus,.btn-tumblr:focus,.btn-tumblr:not(:disabled):not(.disabled).active:focus,.btn-tumblr:not(:disabled):not(.disabled):active:focus,.show>.btn-soundcloud.dropdown-toggle:focus,.show>.btn-tumblr.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-soundcloud{color:#FFF;background-color:#F50;border-color:#FFF}.btn-soundcloud:hover{color:#FFF;background-color:#F50;border-color:#F50}.btn-soundcloud.disabled,.btn-soundcloud:disabled{color:#FFF;background-color:#F50;border-color:#FFF}.btn-soundcloud:not(:disabled):not(.disabled).active,.btn-soundcloud:not(:disabled):not(.disabled):active,.show>.btn-soundcloud.dropdown-toggle{color:#FFF;background-color:#C40;border-color:#DFDFDF}.btn-tumblr,.btn-tumblr:hover{background-color:#2C4762;color:#FFF}.btn-tumblr{border-color:#FFF}.btn-tumblr:hover{border-color:#2C4762}.btn-tumblr.disabled,.btn-tumblr:disabled{color:#FFF;background-color:#2C4762;border-color:#FFF}.btn-tumblr:not(:disabled):not(.disabled).active,.btn-tumblr:not(:disabled):not(.disabled):active,.show>.btn-tumblr.dropdown-toggle{color:#FFF;background-color:#1C2E3F;border-color:#DFDFDF}.btn-twitter,.btn-twitter:hover{color:#2A2E30;background-color:#55ACEE}.btn-twitter.focus,.btn-twitter:focus,.btn-twitter:not(:disabled):not(.disabled).active:focus,.btn-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,224,224,.5)}.btn-twitter{border-color:#FFF}.btn-twitter:hover{border-color:#55ACEE}.btn-twitter.disabled,.btn-twitter:disabled{color:#2A2E30;background-color:#55ACEE;border-color:#FFF}.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle{color:#FFF;background-color:#2795E9;border-color:#DFDFDF}.btn-vimeo,.btn-vimeo:hover{background-color:#1AB7EA;color:#FFF}.btn-vimeo.focus,.btn-vimeo:focus,.btn-vimeo:not(:disabled):not(.disabled).active:focus,.btn-vimeo:not(:disabled):not(.disabled):active:focus,.btn-vk.focus,.btn-vk:focus,.btn-vk:not(:disabled):not(.disabled).active:focus,.btn-vk:not(:disabled):not(.disabled):active:focus,.btn-yahoo.focus,.btn-yahoo:focus,.btn-yahoo:not(:disabled):not(.disabled).active:focus,.btn-yahoo:not(:disabled):not(.disabled):active:focus,.show>.btn-vimeo.dropdown-toggle:focus,.show>.btn-vk.dropdown-toggle:focus,.show>.btn-yahoo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5)}.btn-vimeo{border-color:#FFF}.btn-vimeo:hover{border-color:#1AB7EA}.btn-vimeo.disabled,.btn-vimeo:disabled{color:#FFF;background-color:#1AB7EA;border-color:#FFF}.btn-vimeo:not(:disabled):not(.disabled).active,.btn-vimeo:not(:disabled):not(.disabled):active,.show>.btn-vimeo.dropdown-toggle{color:#FFF;background-color:#1295BF;border-color:#DFDFDF}.btn-vk,.btn-vk.disabled,.btn-vk:disabled,.btn-vk:hover{background-color:#587EA3;color:#FFF}.btn-vk{border-color:#FFF}.btn-vk:hover{border-color:#587EA3}.btn-vk.disabled,.btn-vk:disabled{border-color:#FFF}.btn-vk:not(:disabled):not(.disabled).active,.btn-vk:not(:disabled):not(.disabled):active,.show>.btn-vk.dropdown-toggle{color:#FFF;background-color:#466482;border-color:#DFDFDF}.btn-yahoo,.btn-yahoo:hover{background-color:#720E9E;color:#FFF}.btn-yahoo{border-color:#FFF}.btn-yahoo:hover{border-color:#720E9E}.btn-yahoo.disabled,.btn-yahoo:disabled{color:#FFF;background-color:#720E9E;border-color:#FFF}.btn-yahoo:not(:disabled):not(.disabled).active,.btn-yahoo:not(:disabled):not(.disabled):active,.show>.btn-yahoo.dropdown-toggle{color:#FFF;background-color:#500A6F;border-color:#DFDFDF}.btn-outline-adn{border:1px solid #D87A68!important;color:#D87A68}.btn-outline-bitbucket{border:1px solid #205081!important;color:#205081}.btn-outline-dropbox{border:1px solid #1087DD!important;color:#1087DD}.btn-outline-facebook{border:1px solid #3B5998!important;color:#3B5998}.btn-outline-flickr{border:1px solid #FF0084!important;color:#FF0084}.btn-outline-foursquare{border:1px solid #F94877!important;color:#F94877}.btn-outline-github{border:1px solid #444!important;color:#444}.btn-outline-google{border:1px solid #DD4B39!important;color:#DD4B39}.btn-outline-instagram{border:1px solid #3F729B!important;color:#3F729B}.btn-outline-linkedin{border:1px solid #007BB6!important;color:#007BB6}.btn-outline-microsoft{border:1px solid #2672EC!important;color:#2672EC}.btn-outline-odnoklassniki{border:1px solid #F4731C!important;color:#F4731C}.btn-outline-openid{border:1px solid #F7931E!important;color:#F7931E}.btn-outline-pinterest{border:1px solid #CB2027!important;color:#CB2027}.btn-outline-reddit{border:1px solid #FF4500!important;color:#FF4500}.btn-outline-soundcloud{border:1px solid #F50!important;color:#F50}.btn-outline-tumblr{border:1px solid #2C4762!important;color:#2C4762}.btn-outline-twitter{border:1px solid #55ACEE!important;color:#55ACEE}.btn-outline-vimeo{border:1px solid #1AB7EA!important;color:#1AB7EA}.btn-outline-vk{border:1px solid #587EA3!important;color:#587EA3}.btn-outline-yahoo{border:1px solid #720E9E!important;color:#720E9E}.btn-outline-adn:hover{color:#AD412D;border:1px solid #AD412D!important}.btn-outline-bitbucket:hover{color:#0C1D2F;border:1px solid #0C1D2F!important}.btn-outline-dropbox:hover{color:#094D7E;border:1px solid #094D7E!important}.btn-outline-facebook:hover{color:#1E2E4F;border:1px solid #1E2E4F!important}.btn-outline-flickr:hover{color:#99004F;border:1px solid #99004F!important}.btn-outline-foursquare:hover{color:#D4073D;border:1px solid #D4073D!important}.btn-outline-github:hover{color:#111;border:1px solid #111!important}.btn-outline-google:hover{color:#96271A;border:1px solid #96271A!important}.btn-outline-instagram:hover{color:#223D52;border:1px solid #223D52!important}.btn-outline-linkedin:hover{color:#003650;border:1px solid #003650!important}.btn-outline-microsoft:hover{color:#0E459E;border:1px solid #0E459E!important}.btn-outline-odnoklassniki:hover{color:#A24608;border:1px solid #A24608!important}.btn-outline-openid:hover{color:#A95E06;border:1px solid #A95E06!important}.btn-outline-pinterest:hover{color:#731216;border:1px solid #731216!important}.btn-outline-reddit:hover{color:#992900;border:1px solid #992900!important}.btn-outline-soundcloud:hover{color:#930;border:1px solid #930!important}.btn-outline-tumblr:hover{color:#0C141C;border:1px solid #0C141C!important}.btn-outline-twitter:hover{color:#147BC9;border:1px solid #147BC9!important}.btn-outline-vimeo:hover{color:#0D7091;border:1px solid #0D7091!important}.btn-outline-vk:hover{color:#344B61;border:1px solid #344B61!important}.btn-outline-yahoo:hover{color:#2E0640;border:1px solid #2E0640!important}.bg-adn{background-color:#D87A68}.bg-bitbucket{background-color:#205081}.bg-dropbox{background-color:#1087DD}.bg-facebook{background-color:#3B5998}.bg-flickr{background-color:#FF0084}.bg-foursquare{background-color:#F94877}.bg-github{background-color:#444}.bg-google{background-color:#DD4B39}.bg-instagram{background-color:#3F729B}.bg-linkedin{background-color:#007BB6}.bg-microsoft{background-color:#2672EC}.bg-odnoklassniki{background-color:#F4731C}.bg-openid{background-color:#F7931E}.bg-pinterest{background-color:#CB2027}.bg-reddit{background-color:#FF4500}.bg-soundcloud{background-color:#F50}.bg-tumblr{background-color:#2C4762}.bg-twitter{background-color:#55ACEE}.bg-vimeo{background-color:#1AB7EA}.bg-vk{background-color:#587EA3}.bg-yahoo{background-color:#720E9E}.fonticon-container>.fonticon-wrap{float:left;width:60px;height:60px;line-height:4.8rem;text-align:center;border-radius:.1875rem;margin-right:1rem;margin-bottom:1.5rem}.fonticon-container>.fonticon-wrap>i{font-size:2.28rem;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fonticon-container>.fonticon-wrap.youtube{width:100px}.fonticon-container:hover i{color:#7367F0;font-size:2.9rem;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.fonticon-container>.fonticon-classname,.fonticon-container>.fonticon-unit{display:block;font-size:1.5rem;line-height:1.2}.fonticon-container>.fonticon-unit{font-size:1rem;font-style:italic}.scroll-example{padding:.5rem;position:relative;border:2px solid #DFDFDF;overflow:auto}.scroll-example .horz-scroll-content{width:1200px}.browser{background:#E0E0E0;border:4px solid #E0E0E0;width:100%;height:12rem;padding-top:20px;margin:0 0 10px;box-sizing:border-box}.browser iframe{border:0;background:#FFF;height:100%;width:100%}.loader-wrapper{height:8em}.maintenance-icon{font-size:4rem}.animationIcon{right:30px;bottom:10px}.customizer{width:400px;right:-400px;padding:0;background-color:#FFF;z-index:1051;position:fixed;top:0;bottom:0;height:100vh;height:calc(var(--vh,1vh) * 100);-webkit-transition:right .4s cubic-bezier(.05,.74,.2,.99);transition:right .4s cubic-bezier(.05,.74,.2,.99);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-left:1px solid rgba(0,0,0,.05);box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.customizer.open{right:0}.customizer .customizer-content{position:relative;height:100%}.customizer .customizer-close{position:absolute;right:30px;top:20px;padding:7px;width:auto;z-index:10;color:#626262}.customizer .customizer-close i{font-size:1.71rem}.customizer .customizer-toggle{background:#7367F0;color:#FFF;display:block;box-shadow:-3px 0 8px rgba(0,0,0,.1);border-top-left-radius:6px;border-bottom-left-radius:6px;position:absolute;top:50%;width:38px;height:38px;left:-39px;text-align:center;line-height:40px;cursor:pointer}.customizer .color-box{height:35px;width:35px;margin:.5rem;border-radius:.5rem;cursor:pointer}.chip .chip-body .avatar,.chip .chip-body .avatar img{height:24px;width:24px;border-radius:50%}.customizer .color-box.selected{box-shadow:0 0 0 3px rgba(52,144,220,.5)}body.dark-layout .collapse-sidebar .custom-switch .custom-control-label:before,body.dark-layout .hide-scroll-top-switch .custom-switch .custom-control-label:before{background-color:#10163A}.buy-now{position:fixed;bottom:5%;right:79px;z-index:1031}.buy-now .btn{box-shadow:0 1px 20px 1px #EA5455!important}.buy-now .btn:hover{box-shadow:none!important}.chip{background-color:#F0F0F0;font-size:.8rem;border-radius:1.428rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:0 10px;margin-bottom:5px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.chip .chip-body,.chip .chip-body .avatar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.chip .chip-body{color:rgba(0,0,0,.7);display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;min-height:1.857rem;min-width:1.857rem}.chip .chip-body .avatar{background-color:#C3C3C3;display:flex;margin:2px 0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#FFF;-webkit-transform:translate(-8px);-ms-transform:translate(-8px);transform:translate(-8px)}.chip .chip-body .avatar .avatar-content{top:0}.chip .chip-body .chip-text{vertical-align:middle;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.chip .chip-body .chip-closeable{min-height:1.428rem;min-width:1.428rem;margin:0 4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;border-radius:50%;background:rgba(0,0,0,.15);color:#FFF;-webkit-transform:translate(10px);-ms-transform:translate(10px);transform:translate(10px);cursor:pointer}.chip .chip-body .chip-closeable i{margin-left:1px;margin-top:1px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.chip .chip-closeable i{position:relative;top:3px}}.divider{display:block;text-align:center;white-space:nowrap;margin:1rem 0}.select2-container--classic .select2-results__options .select2-results__option i,.select2-container--classic .select2-selection--single .select2-selection__rendered i,.select2-container--default .select2-results__options .select2-results__option i,.select2-container--default .select2-selection--single .select2-selection__rendered i{margin-right:.5rem}.divider .divider-text{position:relative;display:inline-block;font-size:.9375rem;padding:0 1rem;background-color:#FFF}.divider.divider-left .divider-text:before,.divider.divider-right .divider-text:after,[data-usn-if],body:after{display:none}.divider .divider-text i{font-size:1rem}.divider .divider-text:after,.divider .divider-text:before{content:'';position:absolute;top:50%;width:9999px;border-top:1px solid rgba(0,0,0,.1)}.divider .divider-text:before{right:100%}.divider .divider-text:after{left:100%}.divider.divider-left .divider-text{float:left;padding-left:0}.divider.divider-left-center .divider-text{left:-25%}.divider.divider-right .divider-text{float:right;padding-right:0}.divider.divider-right-center .divider-text{right:-25%}.divider.divider-dotted .divider-text:after,.divider.divider-dotted .divider-text:before{border-style:dotted;border-width:0 1px 1px;border-color:#000}.divider.divider-dashed .divider-text:after,.divider.divider-dashed .divider-text:before{border-style:dashed;border-width:0 1px 1px;border-color:#000}@media screen and (min-width:0){head{font-family:'xs 0px'}body:after{content:'xs - min-width: 0px'}}@media screen and (min-width:544px){head{font-family:'sm 544px'}body:after{content:'sm - min-width: 544px'}}@media screen and (min-width:768px){head{font-family:'md 768px'}body:after{content:'md - min-width: 768px'}}@media screen and (min-width:992px){head{font-family:'lg 992px'}body:after{content:'lg - min-width: 992px'}}@media screen and (min-width:1200px){head{font-family:'xl 1200px'}body:after{content:'xl - min-width: 1200px'}}head{clear:both}head title{font-family:'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'}.group-area{margin-bottom:3rem}.block{display:block;width:100%}.form-control-position{position:absolute;top:2px;right:0;z-index:2;display:block;width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center}.position-relative .form-control{padding-right:calc(1.25em + 1.4rem + 1px)}.position-relative .form-control.form-control-lg~.form-control-position{top:10px}.position-relative .form-control.form-control-sm~.form-control-position{top:-3px}.has-icon-left .form-control{padding-right:2rem;padding-left:3rem}.has-icon-left .form-control-position{right:auto;left:inherit}.has-icon-left .form-control-position i{position:relative;left:5px;color:rgba(34,41,47,.4)}input[type=color]{height:calc(1.25em + 1.4rem + 1px)}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:1.45}.font-size-large{font-size:2rem}.font-size-base,.font-size-small{font-size:1rem}.font-size-xsmall{font-size:.75rem}.input-group-xs .form-control,.input-group-xs .input-group-addon,.input-group-xs .input-group-btn>button{padding:.175rem .5rem;font-size:.725rem;line-height:1.677777;border-bottom-left-radius:.175rem;border-top-left-radius:.175rem}.input-group-xs .input-group-btn>button{border-radius:.175rem}.input-group-addon{padding-top:.2rem;padding-bottom:.2rem}.floating-label-form-group-with-focus label,.floating-label-form-group-with-value label{color:#7367F0!important;text-transform:uppercase;font-weight:400}.select2-container--classic .select2-selection--single{min-height:40px!important}.select2-container--classic .select2-selection--single,.select2-container--default .select2-selection--single{min-height:38px;padding:5px;border:1px solid rgba(0,0,0,.2)}.select2-container--classic.select2-container--focus .select2-selection--multiple,.select2-container--classic.select2-container--open .select2-selection--single,.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--open .select2-selection--single{border-color:#7367F0!important;outline:0}.select2-container--classic .select2-selection--single:focus,.select2-container--default .select2-selection--single:focus{outline:0;border-color:#7367F0!important;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important}.select2-container--classic .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__arrow{min-height:38px!important}.select2-container--classic.select2-container--focus,.select2-container--default.select2-container--focus{outline:0}.select2-container--classic .select2-selection--multiple,.select2-container--default .select2-selection--multiple{min-height:38px!important;border:1px solid rgba(0,0,0,.2)}.select2-container--classic .select2-selection--multiple:focus,.select2-container--default .select2-selection--multiple:focus{outline:0;border-color:#7367F0!important;box-shadow:0 3px 10px 0 rgba(0,0,0,.15)!important}.select2-container--classic .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#7367F0!important;border-color:#4839EB!important;color:#FFF;padding:5px}.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field,.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field{margin-top:10px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#FFF!important;float:right;margin-left:.5rem}.select2-container--classic .select2-selection--multiple i,.select2-container--default .select2-selection--multiple i{position:relative;top:1px;margin-right:.5rem;padding-left:1px}.select2-container--classic .select2-selection--multiple[class*=bg-] .select2-selection__choice,.select2-container--default .select2-selection--multiple[class*=bg-] .select2-selection__choice{background-color:rgba(0,0,0,.15)!important;border-color:rgba(0,0,0,.2)!important}table.dataTable thead tr,table.dataTable.table-striped tbody tr:nth-of-type(even){background-color:#F8F8F8}.select2-container--classic .select2-result-repository__avatar img,.select2-container--default .select2-result-repository__avatar img{width:50px}.select2-container--classic [class*=icon-],.select2-container--default [class*=icon-]{font-family:feather}.select2-container--classic .select-lg,.select2-container--default .select-lg{min-height:calc(1.25em + 1.4rem + 1px)!important;font-size:1.2rem;margin-bottom:0!important;padding:.3rem .7rem}.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered,.select2-container--default .select-lg.select2-selection--single .select2-selection__rendered{padding-top:.1rem}.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow{top:.2rem!important}.select2-container--classic .select-lg.select2-selection--multiple,.select2-container--default .select-lg.select2-selection--multiple{padding:0 .2rem}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered{padding-top:0!important}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li{font-size:1.2rem}.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:5px}.select2-container--classic .select-sm,.select2-container--default .select-sm{min-height:calc(1em + 1rem + 2px)!important;padding:0 .2rem;font-size:.75rem;margin-bottom:0!important;line-height:1.5}.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow{top:-.3rem!important}.select2-container--classic .select-sm.select2-selection--multiple,.select2-container--default .select-sm.select2-selection--multiple{line-height:1.3}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered{padding:3px}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li{font-size:.75rem;margin-top:2px}.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice{padding:0 .2rem}.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field{margin-top:0}.select2 .form-control::focus{border-color:#7367F0!important}table.dataTable{border:2px solid #F8F8F8}table.dataTable td,table.dataTable th{border-bottom:1px solid #F8F8F8;border-top:0}table.dataTable tfoot td,table.dataTable tfoot th,table.dataTable thead td,table.dataTable thead th{font-size:.85rem;border:0}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{padding-right:inherit}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before{font-family:feather;content:'\e845';padding-right:.3rem;font-size:.7rem;left:0;top:.9rem}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after{font-family:feather;content:'\e842';font-size:.7rem;left:0;top:1.3rem}table.dataTable.table-striped tbody tr:nth-of-type(odd){background-color:#FFF}table.dataTable.complex-headers{border:1px solid #DAE1E7}table.dataTable.complex-headers tfoot td,table.dataTable.complex-headers tfoot th,table.dataTable.complex-headers thead td,table.dataTable.complex-headers thead th{border-bottom:1px solid #DAE1E7;border-right:1px solid #DAE1E7}table.dataTable tbody tr.selected{background-color:rgba(115,103,240,.05)!important;color:#7367F0!important;box-shadow:0 0 1px 0 #7367F0!important;border-radius:5px}table.dataTable tbody tr.selected td,table.dataTable tbody tr.selected th{border-bottom:0}div.dataTables_wrapper div.dataTables_filter label,div.dataTables_wrapper div.dataTables_length label{margin-top:1rem}div.dataTables_wrapper div.dataTables_filter select,div.dataTables_wrapper div.dataTables_length select{background-position:calc(100% - 3px) 5px,calc(100% - 20px) 13px,100% 0;padding:0 .8rem}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin-top:1rem;padding-bottom:7px}div.dataTables_wrapper div.dataTables_paginate ul.pagination li a{font-size:.8rem}tr.group{background-color:#EDEDED}@media only screen and (max-width:768px){div.dataTables_wrapper div.dataTables_paginate ul.pagination{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}
\ No newline at end of file
diff --git a/www/assets2/css/core/colors/palette-gradient.css b/www/assets2/css/core/colors/palette-gradient.css
new file mode 100644
index 0000000..e8fcbc3
--- /dev/null
+++ b/www/assets2/css/core/colors/palette-gradient.css
@@ -0,0 +1,197 @@
+.bg-gradient-white {
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #FFFFFF, rgba(255, 255, 255, 0.5));
+ background-image : linear-gradient(30deg, #FFFFFF, rgba(255, 255, 255, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-white:hover, .bg-gradient-white:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-white {
+ background : -webkit-linear-gradient(60deg, #FFFFFF 0%, 100%);
+ background : linear-gradient(30deg, #FFFFFF 0%, 100%);
+ color : #FFFFFF;
+}
+.gradient-light-white:hover, .gradient-light-white:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-black {
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #000000, rgba(0, 0, 0, 0.5));
+ background-image : linear-gradient(30deg, #000000, rgba(0, 0, 0, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-black:hover, .bg-gradient-black:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-black {
+ background : -webkit-linear-gradient(60deg, #000000 0%, 100%);
+ background : linear-gradient(30deg, #000000 0%, 100%);
+ color : #FFFFFF;
+}
+.gradient-light-black:hover, .gradient-light-black:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-dark {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #1E1E1E, rgba(30, 30, 30, 0.5));
+ background-image : linear-gradient(30deg, #1E1E1E, rgba(30, 30, 30, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-dark:hover, .bg-gradient-dark:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-dark {
+ background : -webkit-linear-gradient(60deg, #1E1E1E 0%, 100%);
+ background : linear-gradient(30deg, #1E1E1E 0%, 100%);
+ color : #FFFFFF;
+}
+.gradient-light-dark:hover, .gradient-light-dark:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-light {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #BABFC7, rgba(186, 191, 199, 0.5));
+ background-image : linear-gradient(30deg, #BABFC7, rgba(186, 191, 199, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-light:hover, .bg-gradient-light:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-light {
+ background : -webkit-linear-gradient(60deg, #BABFC7 0%, 100%);
+ background : linear-gradient(30deg, #BABFC7 0%, 100%);
+ color : #FFFFFF;
+}
+.gradient-light-light:hover, .gradient-light-light:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-primary {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5));
+ background-image : linear-gradient(30deg, #7367F0, rgba(115, 103, 240, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-primary:hover, .bg-gradient-primary:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-primary {
+ background : -webkit-linear-gradient(60deg, #7367F0 0%, #CE9FFC 100%);
+ background : linear-gradient(30deg, #7367F0 0%, #CE9FFC 100%);
+ color : #FFFFFF;
+}
+.gradient-light-primary:hover, .gradient-light-primary:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-secondary {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #B8C2CC, rgba(184, 194, 204, 0.5));
+ background-image : linear-gradient(30deg, #B8C2CC, rgba(184, 194, 204, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-secondary:hover, .bg-gradient-secondary:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-secondary {
+ background : -webkit-linear-gradient(60deg, #B8C2CC 0%, #DCDEEC 100%);
+ background : linear-gradient(30deg, #B8C2CC 0%, #DCDEEC 100%);
+ color : #FFFFFF;
+}
+.gradient-light-secondary:hover, .gradient-light-secondary:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-success {
+ background : #0064FA;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #28C76F, rgba(40, 199, 111, 0.5));
+ background-image : linear-gradient(30deg, #28C76F, rgba(40, 199, 111, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-success:hover, .bg-gradient-success:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-success {
+ background : -webkit-linear-gradient(60deg, #28C76F 0%, #4AE9D3 100%);
+ background : linear-gradient(30deg, #28C76F 0%, #4AE9D3 100%);
+ color : #FFFFFF;
+}
+.gradient-light-success:hover, .gradient-light-success:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-info {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #00CFE8, rgba(0, 207, 232, 0.5));
+ background-image : linear-gradient(30deg, #00CFE8, rgba(0, 207, 232, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-info:hover, .bg-gradient-info:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-info {
+ background : -webkit-linear-gradient(60deg, #00CFE8 0%, #2D91FF 100%);
+ background : linear-gradient(30deg, #00CFE8 0%, #2D91FF 100%);
+ color : #FFFFFF;
+}
+.gradient-light-info:hover, .gradient-light-info:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-warning {
+ background : #FAFAFA;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #FF9F43, rgba(255, 159, 67, 0.5));
+ background-image : linear-gradient(30deg, #FF9F43, rgba(255, 159, 67, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-warning:hover, .bg-gradient-warning:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-warning {
+ background : -webkit-linear-gradient(60deg, #FF9F43 0%, #FFF487 100%);
+ background : linear-gradient(30deg, #FF9F43 0%, #FFF487 100%);
+ color : #FFFFFF;
+}
+.gradient-light-warning:hover, .gradient-light-warning:active {
+ color : #FFFFFF;
+}
+
+.bg-gradient-danger {
+ background : #640064;
+ color : #FFFFFF;
+ background-image : -webkit-linear-gradient(60deg, #EA5455, rgba(234, 84, 85, 0.5));
+ background-image : linear-gradient(30deg, #EA5455, rgba(234, 84, 85, 0.5));
+ background-repeat : repeat-x;
+}
+.bg-gradient-danger:hover, .bg-gradient-danger:active {
+ color : #FFFFFF;
+}
+
+.gradient-light-danger {
+ background : -webkit-linear-gradient(60deg, #EA5455 0%, #F9B789 100%);
+ background : linear-gradient(30deg, #EA5455 0%, #F9B789 100%);
+ color : #FFFFFF;
+}
+.gradient-light-danger:hover, .gradient-light-danger:active {
+ color : #FFFFFF;
+}
\ No newline at end of file
diff --git a/www/assets2/css/core/colors/palette-gradient.min.css b/www/assets2/css/core/colors/palette-gradient.min.css
new file mode 100644
index 0000000..8535574
--- /dev/null
+++ b/www/assets2/css/core/colors/palette-gradient.min.css
@@ -0,0 +1 @@
+.bg-gradient-white{color:#FFF;background-image:-webkit-linear-gradient(60deg,#FFF,rgba(255,255,255,.5));background-image:linear-gradient(30deg,#FFF,rgba(255,255,255,.5));background-repeat:repeat-x}.bg-gradient-white:active,.bg-gradient-white:hover{color:#FFF}.gradient-light-white{background:-webkit-linear-gradient(60deg,#FFF 0,100%);background:linear-gradient(30deg,#FFF 0,100%);color:#FFF}.gradient-light-white:active,.gradient-light-white:hover{color:#FFF}.bg-gradient-black{color:#FFF;background-image:-webkit-linear-gradient(60deg,#000,rgba(0,0,0,.5));background-image:linear-gradient(30deg,#000,rgba(0,0,0,.5));background-repeat:repeat-x}.bg-gradient-black:active,.bg-gradient-black:hover{color:#FFF}.gradient-light-black{background:-webkit-linear-gradient(60deg,#000 0,100%);background:linear-gradient(30deg,#000 0,100%);color:#FFF}.gradient-light-black:active,.gradient-light-black:hover{color:#FFF}.bg-gradient-dark{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#1E1E1E,rgba(30,30,30,.5));background-image:linear-gradient(30deg,#1E1E1E,rgba(30,30,30,.5))}.bg-gradient-dark:active,.bg-gradient-dark:hover{color:#FFF}.gradient-light-dark{background:-webkit-linear-gradient(60deg,#1E1E1E 0,100%);background:linear-gradient(30deg,#1E1E1E 0,100%);color:#FFF}.gradient-light-dark:active,.gradient-light-dark:hover{color:#FFF}.bg-gradient-light{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#BABFC7,rgba(186,191,199,.5));background-image:linear-gradient(30deg,#BABFC7,rgba(186,191,199,.5))}.bg-gradient-light:active,.bg-gradient-light:hover{color:#FFF}.gradient-light-light{background:-webkit-linear-gradient(60deg,#BABFC7 0,100%);background:linear-gradient(30deg,#BABFC7 0,100%);color:#FFF}.gradient-light-light:active,.gradient-light-light:hover{color:#FFF}.bg-gradient-primary{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#7367F0,rgba(115,103,240,.5));background-image:linear-gradient(30deg,#7367F0,rgba(115,103,240,.5))}.bg-gradient-primary:active,.bg-gradient-primary:hover{color:#FFF}.gradient-light-primary{background:-webkit-linear-gradient(60deg,#7367F0 0,#CE9FFC 100%);background:linear-gradient(30deg,#7367F0 0,#CE9FFC 100%);color:#FFF}.gradient-light-primary:active,.gradient-light-primary:hover{color:#FFF}.bg-gradient-secondary{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#B8C2CC,rgba(184,194,204,.5));background-image:linear-gradient(30deg,#B8C2CC,rgba(184,194,204,.5))}.bg-gradient-secondary:active,.bg-gradient-secondary:hover{color:#FFF}.gradient-light-secondary{background:-webkit-linear-gradient(60deg,#B8C2CC 0,#DCDEEC 100%);background:linear-gradient(30deg,#B8C2CC 0,#DCDEEC 100%);color:#FFF}.gradient-light-secondary:active,.gradient-light-secondary:hover{color:#FFF}.bg-gradient-success{background:repeat-x #0064FA;color:#FFF;background-image:-webkit-linear-gradient(60deg,#28C76F,rgba(40,199,111,.5));background-image:linear-gradient(30deg,#28C76F,rgba(40,199,111,.5))}.bg-gradient-success:active,.bg-gradient-success:hover{color:#FFF}.gradient-light-success{background:-webkit-linear-gradient(60deg,#28C76F 0,#4AE9D3 100%);background:linear-gradient(30deg,#28C76F 0,#4AE9D3 100%);color:#FFF}.gradient-light-success:active,.gradient-light-success:hover{color:#FFF}.bg-gradient-info{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#00CFE8,rgba(0,207,232,.5));background-image:linear-gradient(30deg,#00CFE8,rgba(0,207,232,.5))}.bg-gradient-info:active,.bg-gradient-info:hover{color:#FFF}.gradient-light-info{background:-webkit-linear-gradient(60deg,#00CFE8 0,#2D91FF 100%);background:linear-gradient(30deg,#00CFE8 0,#2D91FF 100%);color:#FFF}.gradient-light-info:active,.gradient-light-info:hover{color:#FFF}.bg-gradient-warning{background:repeat-x #FAFAFA;color:#FFF;background-image:-webkit-linear-gradient(60deg,#FF9F43,rgba(255,159,67,.5));background-image:linear-gradient(30deg,#FF9F43,rgba(255,159,67,.5))}.bg-gradient-warning:active,.bg-gradient-warning:hover{color:#FFF}.gradient-light-warning{background:-webkit-linear-gradient(60deg,#FF9F43 0,#FFF487 100%);background:linear-gradient(30deg,#FF9F43 0,#FFF487 100%);color:#FFF}.gradient-light-warning:active,.gradient-light-warning:hover{color:#FFF}.bg-gradient-danger{background:repeat-x #640064;color:#FFF;background-image:-webkit-linear-gradient(60deg,#EA5455,rgba(234,84,85,.5));background-image:linear-gradient(30deg,#EA5455,rgba(234,84,85,.5))}.bg-gradient-danger:active,.bg-gradient-danger:hover{color:#FFF}.gradient-light-danger{background:-webkit-linear-gradient(60deg,#EA5455 0,#F9B789 100%);background:linear-gradient(30deg,#EA5455 0,#F9B789 100%);color:#FFF}.gradient-light-danger:active,.gradient-light-danger:hover{color:#FFF}
\ No newline at end of file
diff --git a/www/assets2/css/core/colors/palette-noui.css b/www/assets2/css/core/colors/palette-noui.css
new file mode 100644
index 0000000..3c87773
--- /dev/null
+++ b/www/assets2/css/core/colors/palette-noui.css
@@ -0,0 +1,159 @@
+.slider-white .noUi-connect {
+ background : #FFFFFF !important;
+}
+
+.slider-white.noUi-connect {
+ background : #FFFFFF !important;
+}
+
+.slider-white .noUi-handle {
+ border-color : #FFFFFF !important;
+}
+
+.slider-white.circle-filled .noUi-handle, .slider-white.square .noUi-handle {
+ background : #FFFFFF !important;
+}
+
+.slider-black .noUi-connect {
+ background : #000000 !important;
+}
+
+.slider-black.noUi-connect {
+ background : #000000 !important;
+}
+
+.slider-black .noUi-handle {
+ border-color : #000000 !important;
+}
+
+.slider-black.circle-filled .noUi-handle, .slider-black.square .noUi-handle {
+ background : #000000 !important;
+}
+
+.slider-dark .noUi-connect {
+ background : #1E1E1E !important;
+}
+
+.slider-dark.noUi-connect {
+ background : #1E1E1E !important;
+}
+
+.slider-dark .noUi-handle {
+ border-color : #1E1E1E !important;
+}
+
+.slider-dark.circle-filled .noUi-handle, .slider-dark.square .noUi-handle {
+ background : #1E1E1E !important;
+}
+
+.slider-light .noUi-connect {
+ background : #BABFC7 !important;
+}
+
+.slider-light.noUi-connect {
+ background : #BABFC7 !important;
+}
+
+.slider-light .noUi-handle {
+ border-color : #BABFC7 !important;
+}
+
+.slider-light.circle-filled .noUi-handle, .slider-light.square .noUi-handle {
+ background : #BABFC7 !important;
+}
+
+.slider-primary .noUi-connect {
+ background : #7367F0 !important;
+}
+
+.slider-primary.noUi-connect {
+ background : #7367F0 !important;
+}
+
+.slider-primary .noUi-handle {
+ border-color : #7367F0 !important;
+}
+
+.slider-primary.circle-filled .noUi-handle, .slider-primary.square .noUi-handle {
+ background : #7367F0 !important;
+}
+
+.slider-secondary .noUi-connect {
+ background : #B8C2CC !important;
+}
+
+.slider-secondary.noUi-connect {
+ background : #B8C2CC !important;
+}
+
+.slider-secondary .noUi-handle {
+ border-color : #B8C2CC !important;
+}
+
+.slider-secondary.circle-filled .noUi-handle, .slider-secondary.square .noUi-handle {
+ background : #B8C2CC !important;
+}
+
+.slider-success .noUi-connect {
+ background : #28C76F !important;
+}
+
+.slider-success.noUi-connect {
+ background : #28C76F !important;
+}
+
+.slider-success .noUi-handle {
+ border-color : #28C76F !important;
+}
+
+.slider-success.circle-filled .noUi-handle, .slider-success.square .noUi-handle {
+ background : #28C76F !important;
+}
+
+.slider-info .noUi-connect {
+ background : #00CFE8 !important;
+}
+
+.slider-info.noUi-connect {
+ background : #00CFE8 !important;
+}
+
+.slider-info .noUi-handle {
+ border-color : #00CFE8 !important;
+}
+
+.slider-info.circle-filled .noUi-handle, .slider-info.square .noUi-handle {
+ background : #00CFE8 !important;
+}
+
+.slider-warning .noUi-connect {
+ background : #FF9F43 !important;
+}
+
+.slider-warning.noUi-connect {
+ background : #FF9F43 !important;
+}
+
+.slider-warning .noUi-handle {
+ border-color : #FF9F43 !important;
+}
+
+.slider-warning.circle-filled .noUi-handle, .slider-warning.square .noUi-handle {
+ background : #FF9F43 !important;
+}
+
+.slider-danger .noUi-connect {
+ background : #EA5455 !important;
+}
+
+.slider-danger.noUi-connect {
+ background : #EA5455 !important;
+}
+
+.slider-danger .noUi-handle {
+ border-color : #EA5455 !important;
+}
+
+.slider-danger.circle-filled .noUi-handle, .slider-danger.square .noUi-handle {
+ background : #EA5455 !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/core/colors/palette-noui.min.css b/www/assets2/css/core/colors/palette-noui.min.css
new file mode 100644
index 0000000..81c5803
--- /dev/null
+++ b/www/assets2/css/core/colors/palette-noui.min.css
@@ -0,0 +1 @@
+.slider-white .noUi-connect,.slider-white.circle-filled .noUi-handle,.slider-white.noUi-connect,.slider-white.square .noUi-handle{background:#FFF!important}.slider-white .noUi-handle{border-color:#FFF!important}.slider-black .noUi-connect,.slider-black.circle-filled .noUi-handle,.slider-black.noUi-connect,.slider-black.square .noUi-handle{background:#000!important}.slider-black .noUi-handle{border-color:#000!important}.slider-dark .noUi-connect,.slider-dark.circle-filled .noUi-handle,.slider-dark.noUi-connect,.slider-dark.square .noUi-handle{background:#1E1E1E!important}.slider-dark .noUi-handle{border-color:#1E1E1E!important}.slider-light .noUi-connect,.slider-light.circle-filled .noUi-handle,.slider-light.noUi-connect,.slider-light.square .noUi-handle{background:#BABFC7!important}.slider-light .noUi-handle{border-color:#BABFC7!important}.slider-primary .noUi-connect,.slider-primary.circle-filled .noUi-handle,.slider-primary.noUi-connect,.slider-primary.square .noUi-handle{background:#7367F0!important}.slider-primary .noUi-handle{border-color:#7367F0!important}.slider-secondary .noUi-connect,.slider-secondary.circle-filled .noUi-handle,.slider-secondary.noUi-connect,.slider-secondary.square .noUi-handle{background:#B8C2CC!important}.slider-secondary .noUi-handle{border-color:#B8C2CC!important}.slider-success .noUi-connect,.slider-success.circle-filled .noUi-handle,.slider-success.noUi-connect,.slider-success.square .noUi-handle{background:#28C76F!important}.slider-success .noUi-handle{border-color:#28C76F!important}.slider-info .noUi-connect,.slider-info.circle-filled .noUi-handle,.slider-info.noUi-connect,.slider-info.square .noUi-handle{background:#00CFE8!important}.slider-info .noUi-handle{border-color:#00CFE8!important}.slider-warning .noUi-connect,.slider-warning.circle-filled .noUi-handle,.slider-warning.noUi-connect,.slider-warning.square .noUi-handle{background:#FF9F43!important}.slider-warning .noUi-handle{border-color:#FF9F43!important}.slider-danger .noUi-connect,.slider-danger.circle-filled .noUi-handle,.slider-danger.noUi-connect,.slider-danger.square .noUi-handle{background:#EA5455!important}.slider-danger .noUi-handle{border-color:#EA5455!important}
\ No newline at end of file
diff --git a/www/assets2/css/core/colors/palette-variables.css b/www/assets2/css/core/colors/palette-variables.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/colors/palette-variables.min.css b/www/assets2/css/core/colors/palette-variables.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/menu/menu-types/horizontal-menu.css b/www/assets2/css/core/menu/menu-types/horizontal-menu.css
new file mode 100644
index 0000000..d2e4f04
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/horizontal-menu.css
@@ -0,0 +1,459 @@
+/*=========================================================================================
+ File Name: horizontal-menu.scss
+ Description: A classic horizontal menu for easy navingation & support all devices.
+ It support light & dark version, filpped layout, right side icons, borders menu for
+ item seperation.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard TemplateTheme
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.horizontal-menu .content {
+ margin-left : 0;
+}
+.horizontal-menu .content .content-wrapper {
+ margin-top : 0 !important;
+}
+
+.horizontal-menu footer {
+ position : static;
+}
+
+.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
+ padding-top : 9.75rem;
+}
+
+.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
+ background : -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+ background : linear-gradient(to bottom, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+ background-repeat : repeat-x;
+}
+.horizontal-menu.navbar-floating .horizontal-menu-wrapper .navbar-horizontal.floating-nav {
+ margin : 1.3rem 2.2rem 0;
+}
+
+.horizontal-menu.dark-layout .header-navbar {
+ background : inherit !important;
+}
+
+.horizontal-menu.dark-layout .horizontal-menu-wrapper {
+ background : -webkit-linear-gradient(top, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+ background : linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+}
+.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar {
+ background : #10163A !important;
+}
+.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover:not(.active) > a {
+ background : #262C49;
+}
+
+.horizontal-menu.semi-dark-layout .header-navbar {
+ background : -webkit-linear-gradient(top, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+ background : linear-gradient(to bottom, rgba(37, 43, 71, 0.76) 44%, rgba(56, 53, 53, 0.46) 73%, rgba(255, 255, 255, 0) 100%);
+}
+
+.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar {
+ background : #10163A !important;
+}
+.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
+ background : #262C49;
+}
+.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar i, .horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar span, .horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar .nav-link {
+ color : #C2C6DC;
+}
+
+.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .dropdown-menu {
+ background-color : #262C49;
+}
+
+.horizontal-menu.navbar-sticky .app-content {
+ padding-top : 8.5rem;
+}
+
+.horizontal-menu.navbar-sticky .header-navbar {
+ background-color : #F8F8F8;
+}
+
+.horizontal-menu.navbar-sticky .horizontal-menu-wrapper .navbar-horizontal.header-navbar.fixed-top {
+ left : 0;
+ top : 62px;
+ background-color : #FFFFFF;
+}
+
+.horizontal-menu.navbar-static .app-content {
+ padding-top : 2.5rem;
+}
+
+.horizontal-menu.navbar-static .header-navbar {
+ background-color : #F8F8F8;
+}
+.horizontal-menu.navbar-static .header-navbar .navbar-wrapper {
+ width : 100%;
+}
+
+.horizontal-menu.navbar-static .horizontal-menu-wrapper {
+ position : relative;
+}
+.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar {
+ background : #FFFFFF;
+}
+.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar.navbar-static-top {
+ position : static;
+ background : #FFFFFF;
+ left : 0;
+}
+
+.horizontal-menu .horizontal-menu-wrapper {
+ position : fixed;
+ top : 62px;
+ z-index : 990;
+ width : 100%;
+ height : 99px;
+}
+.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-container {
+ padding-left : 1rem;
+ padding-right : 1rem;
+ width : 100%;
+}
+.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-header {
+ display : none;
+}
+
+.horizontal-menu .header-navbar {
+ background : #FFFFFF;
+ z-index : 999 !important;
+ line-height : 1;
+ min-height : auto;
+}
+.horizontal-menu .header-navbar.navbar-horizontal.floating-nav {
+ width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
+ background : #FFFFFF;
+}
+.horizontal-menu .header-navbar .navbar-container {
+ padding-left : 2.2rem;
+ padding-right : calc(2.2rem - 1rem);
+ border-radius : 0.5rem;
+}
+.horizontal-menu .header-navbar.navbar-fixed {
+ position : fixed;
+ width : 100%;
+}
+.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
+ position : absolute;
+ left : 50%;
+ margin-left : -65px;
+ padding : 0;
+ z-index : 1000;
+}
+.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ margin-right : 0;
+}
+.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo {
+ background : url('../../../../../app-assets/images/logo/vuexy-logo.png') no-repeat;
+ background-position : -65px -54px;
+ height : 24px;
+ width : 35px;
+}
+.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-text {
+ color : #FFFFFF;
+ padding-left : 1rem;
+ letter-spacing : 0.01rem;
+ font-size : 1.57rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after {
+ left : 0.4rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu::before {
+ display : none;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu {
+ min-width : 215px;
+ border : none;
+ margin-top : 0;
+ min-height : 52px;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled {
+ pointer-events : none !important;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled a {
+ color : #B8C2CC;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after {
+ left : auto;
+ position : absolute;
+ top : 50%;
+ margin-top : -7px;
+ right : 1rem;
+ content : '\e844' !important;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-item {
+ font-size : 1rem;
+ padding : 0.965rem 1.428rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu {
+ position : relative;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.openLeft .dropdown-menu {
+ left : auto;
+ right : 100%;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.show {
+ background : #F8F8F8;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu > .dropdown-menu {
+ position : absolute;
+ top : 0 !important;
+ left : 100% !important;
+}
+.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu > .dropdown-menu i {
+ font-size : 0.75rem !important;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li {
+ padding-top : 0.965rem;
+ padding-bottom : 0.965rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu {
+ margin-top : 0.75rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu a {
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu a:hover {
+ padding-left : 25px;
+ -webkit-transition : padding 0.35s ease 0s !important;
+ transition : padding 0.35s ease 0s !important;
+ background-color : transparent;
+ color : #626262;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .active > a {
+ background : #F8F8F8;
+ color : #7367F0;
+ font-weight : 500;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu .open.active > a {
+ color : #626262;
+ font-weight : normal;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li i {
+ font-size : 1.11rem;
+ margin-right : 0.75rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > a {
+ padding : 0.75rem 1.25rem 0.75rem 1.25rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ margin-right : 0.5rem;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
+ background : #F8F8F8;
+ border-radius : 4px;
+}
+.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 0 6px 1px rgba(115, 103, 240, 0.6);
+ color : #FFFFFF;
+ border-radius : 4px;
+}
+
+.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item > a span {
+ display : none;
+}
+
+.horizontal-menu .navigation-header {
+ font-family : inherit;
+ color : #929292;
+ padding : 8px 20px;
+ font-size : 1rem;
+ text-transform : uppercase;
+}
+
+.horizontal-menu .navbar-dark .nav-item.active > a {
+ border-bottom : 2px solid #7367F0;
+ background-color : #313C50;
+}
+
+.horizontal-menu .content.app-content .content-area-wrapper {
+ margin-top : 2.2rem;
+}
+.horizontal-menu .content.app-content .content-area-wrapper .content-wrapper {
+ height : calc(100vh - 16rem);
+ height : calc(var(--vh, 1vh) * 100 - 16rem);
+}
+
+.horizontal-menu.chat-application .sidebar-content, .horizontal-menu.email-application .content-area-wrapper .sidebar .email-app-sidebar, .horizontal-menu.todo-application .content-area-wrapper .sidebar .todo-sidebar {
+ height : calc(100vh - 16rem);
+ height : calc(var(--vh, 1vh) * 100 - 16rem);
+}
+
+.horizontal-menu.todo-application .content-area-wrapper .content-right .todo-task-list {
+ height : calc(100vh - 19.5rem);
+ height : calc(var(--vh, 1vh) * 100 - 19.5rem);
+}
+
+.horizontal-menu.email-application .app-content .content-area-wrapper .email-user-list {
+ height : calc(100vh - 23.3rem);
+ height : calc(var(--vh, 1vh) * 100 - 23.3rem);
+}
+
+.horizontal-menu.chat-application .user-profile-sidebar {
+ height : calc(100vh - 16.1rem);
+ height : calc(var(--vh, 1vh) * 100 - 16.1rem);
+ bottom : 4.1rem;
+}
+
+.horizontal-menu.chat-application .chat-profile-sidebar {
+ height : calc(100vh - 16rem);
+ height : calc(var(--vh, 1vh) * 100 - 16rem);
+}
+
+.horizontal-menu.chat-application .chat-app-window .user-chats {
+ height : calc(100vh - 26.5rem);
+ height : calc(var(--vh, 1vh) * 100 - 26.5rem);
+}
+
+@media (max-width: 1199.98px) {
+ body.horizontal-layout.horizontal-menu .horizontal-menu-wrapper .header-navbar {
+ display : none;
+ }
+ body.horizontal-layout .header-navbar {
+ background : #FFFFFF;
+ }
+ body.horizontal-layout .content .content-wrapper {
+ margin-top : 5rem;
+ }
+}
+
+/*=========================================================================================
+ File Name: vertical-overlay-menu.scss
+ Description: A overlay style vertical menu with show and hide support. It support
+ light & dark version, filpped layout, right side icons, native scroll and borders menu
+ item seperation.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.vertical-overlay-menu .content {
+ margin-left : 0;
+}
+
+.vertical-overlay-menu .navbar .navbar-header {
+ float : left;
+ width : 260px;
+}
+
+.vertical-overlay-menu .navbar.header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
+}
+
+.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+ width : 260px;
+ left : -260px;
+}
+.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
+ display : none;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i {
+ margin-right : 14px;
+ float : left;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
+ -webkit-transition : 200ms ease all;
+ transition : 200ms ease all;
+ font-size : 1.429rem;
+}
+.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
+ content : '\f105';
+ font-family : 'FontAwesome';
+ font-size : 1rem;
+ display : inline-block;
+ position : absolute;
+ right : 25px;
+ top : 10px;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+.vertical-overlay-menu .main-menu .navigation li a i {
+ font-size : 1.1rem;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 55px;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ width : 260px;
+}
+
+.vertical-overlay-menu.menu-open .main-menu {
+ opacity : 1;
+ -webkit-transform : translate3d(260px, 0, 0);
+ transform : translate3d(260px, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+}
+
+.vertical-overlay-menu.menu-flipped .main-menu {
+ right : -260px;
+ left : inherit;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
+ margin : 0;
+ margin-right : 260px;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
+ float : right;
+}
+
+.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
+ -webkit-transform : translate3d(-260px, 0, 0);
+ transform : translate3d(-260px, 0, 0);
+}
+
+@media (max-width: 991.98px) {
+ .vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 0;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/core/menu/menu-types/horizontal-menu.min.css b/www/assets2/css/core/menu/menu-types/horizontal-menu.min.css
new file mode 100644
index 0000000..1b7d9f8
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/horizontal-menu.min.css
@@ -0,0 +1 @@
+.horizontal-menu .content{margin-left:0}.horizontal-menu .content .content-wrapper{margin-top:0!important}.horizontal-menu footer{position:static}.horizontal-menu.navbar-floating:not(.blank-page) .app-content{padding-top:9.75rem}.horizontal-menu.navbar-floating .horizontal-menu-wrapper{background:-webkit-linear-gradient(top,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(248,248,248,.95) 44%,rgba(248,248,248,.46) 73%,rgba(255,255,255,0) 100%);background-repeat:repeat-x}.horizontal-menu.navbar-floating .horizontal-menu-wrapper .navbar-horizontal.floating-nav{margin:1.3rem 2.2rem 0}.horizontal-menu.dark-layout .header-navbar{background:inherit!important}.horizontal-menu.dark-layout .horizontal-menu-wrapper{background:-webkit-linear-gradient(top,rgba(37,43,71,.76) 44%,rgba(56,53,53,.46) 73%,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(37,43,71,.76) 44%,rgba(56,53,53,.46) 73%,rgba(255,255,255,0) 100%)}.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar{background:#10163A!important}.horizontal-menu.dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation>li:hover:not(.active)>a{background:#262C49}.horizontal-menu.semi-dark-layout .header-navbar{background:-webkit-linear-gradient(top,rgba(37,43,71,.76) 44%,rgba(56,53,53,.46) 73%,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(37,43,71,.76) 44%,rgba(56,53,53,.46) 73%,rgba(255,255,255,0) 100%)}.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar{background:#10163A!important}.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar.navbar-horizontal ul#main-menu-navigation>li:hover>a{background:#262C49}.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar .nav-link,.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar i,.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .header-navbar span{color:#C2C6DC}.horizontal-menu.semi-dark-layout .horizontal-menu-wrapper .dropdown-menu{background-color:#262C49}.horizontal-menu.navbar-sticky .app-content{padding-top:8.5rem}.horizontal-menu.navbar-sticky .header-navbar{background-color:#F8F8F8}.horizontal-menu.navbar-sticky .horizontal-menu-wrapper .navbar-horizontal.header-navbar.fixed-top{left:0;top:62px;background-color:#FFF}.horizontal-menu.navbar-static .app-content{padding-top:2.5rem}.horizontal-menu.navbar-static .header-navbar{background-color:#F8F8F8}.horizontal-menu.navbar-static .header-navbar .navbar-wrapper{width:100%}.horizontal-menu.navbar-static .horizontal-menu-wrapper{position:relative}.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar{background:#FFF}.horizontal-menu.navbar-static .horizontal-menu-wrapper .navbar-horizontal.header-navbar.navbar-static-top{position:static;background:#FFF;left:0}.horizontal-menu .horizontal-menu-wrapper{position:fixed;top:62px;z-index:990;width:100%;height:99px}.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-container{padding-left:1rem;padding-right:1rem;width:100%}.horizontal-menu .horizontal-menu-wrapper .header-navbar .navbar-header{display:none}.horizontal-menu .header-navbar{background:#FFF;z-index:999!important;line-height:1;min-height:auto}.horizontal-menu .header-navbar.navbar-horizontal.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2));background:#FFF}.horizontal-menu .header-navbar .navbar-container{padding-left:2.2rem;padding-right:calc(2.2rem - 1rem);border-radius:.5rem}.horizontal-menu .header-navbar.navbar-fixed{position:fixed;width:100%}.horizontal-menu .header-navbar.navbar-brand-center .navbar-header{position:absolute;left:50%;margin-left:-65px;padding:0;z-index:1000}.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:0}.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-logo{background:url(../../../../../app-assets/images/logo/vuexy-logo.png) -65px -54px no-repeat;height:24px;width:35px}.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-text{color:#FFF;padding-left:1rem;letter-spacing:.01rem;font-size:1.57rem}.horizontal-menu .header-navbar.navbar-horizontal .nav-link.dropdown-toggle::after{left:.4rem}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu::before{display:none}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu{min-width:215px;border:none;margin-top:0;min-height:52px}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled{pointer-events:none!important}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .disabled a{color:#B8C2CC}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-toggle::after{left:auto;position:absolute;top:50%;margin-top:-7px;right:1rem;content:'\e844'!important}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-item{font-size:1rem;padding:.965rem 1.428rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu{position:relative}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.openLeft .dropdown-menu{left:auto;right:100%}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.show{background:#F8F8F8}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu>.dropdown-menu{position:absolute;top:0!important;left:100%!important}.horizontal-menu .header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu>.dropdown-menu i{font-size:.75rem!important}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li{padding-top:.965rem;padding-bottom:.965rem}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu{margin-top:.75rem}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu a{-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu a:hover{padding-left:25px;-webkit-transition:padding .35s ease 0s!important;transition:padding .35s ease 0s!important;background-color:transparent;color:#626262}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu .active>a{background:#F8F8F8;color:#7367F0;font-weight:500}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>.dropdown-menu .open.active>a{color:#626262;font-weight:400}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li i{font-size:1.11rem;margin-right:.75rem}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li>a{padding:.75rem 1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:.5rem}.horizontal-menu.menu-collapsed #main-menu-navigation .nav-item>a span,.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li:hover>a{background:#F8F8F8;border-radius:4px}.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li.active>a{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 0 6px 1px rgba(115,103,240,.6);color:#FFF;border-radius:4px}.horizontal-menu .navigation-header{font-family:inherit;color:#929292;padding:8px 20px;font-size:1rem;text-transform:uppercase}.horizontal-menu .navbar-dark .nav-item.active>a{border-bottom:2px solid #7367F0;background-color:#313C50}.horizontal-menu .content.app-content .content-area-wrapper{margin-top:2.2rem}.horizontal-menu .content.app-content .content-area-wrapper .content-wrapper,.horizontal-menu.chat-application .sidebar-content,.horizontal-menu.email-application .content-area-wrapper .sidebar .email-app-sidebar,.horizontal-menu.todo-application .content-area-wrapper .sidebar .todo-sidebar{height:calc(100vh - 16rem);height:calc(var(--vh,1vh) * 100 - 16rem)}.horizontal-menu.todo-application .content-area-wrapper .content-right .todo-task-list{height:calc(100vh - 19.5rem);height:calc(var(--vh,1vh) * 100 - 19.5rem)}.horizontal-menu.email-application .app-content .content-area-wrapper .email-user-list{height:calc(100vh - 23.3rem);height:calc(var(--vh,1vh) * 100 - 23.3rem)}.horizontal-menu.chat-application .user-profile-sidebar{height:calc(100vh - 16.1rem);height:calc(var(--vh,1vh) * 100 - 16.1rem);bottom:4.1rem}.horizontal-menu.chat-application .chat-profile-sidebar{height:calc(100vh - 16rem);height:calc(var(--vh,1vh) * 100 - 16rem)}.horizontal-menu.chat-application .chat-app-window .user-chats{height:calc(100vh - 26.5rem);height:calc(var(--vh,1vh) * 100 - 26.5rem)}@media (max-width:1199.98px){body.horizontal-layout.horizontal-menu .horizontal-menu-wrapper .header-navbar{display:none}body.horizontal-layout .header-navbar{background:#FFF}body.horizontal-layout .content .content-wrapper{margin-top:5rem}}.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .navbar.header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2))}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s;width:260px;left:-260px}.vertical-overlay-menu .main-menu .navigation>li>a>i{margin-right:14px;float:left}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{-webkit-transition:.2s ease all;transition:.2s ease all;font-size:1.429rem}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .navigation li a i{font-size:1.1rem}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{opacity:1;-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}}
\ No newline at end of file
diff --git a/www/assets2/css/core/menu/menu-types/vertical-menu.css b/www/assets2/css/core/menu/menu-types/vertical-menu.css
new file mode 100644
index 0000000..7f3382f
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/vertical-menu.css
@@ -0,0 +1,521 @@
+/*=========================================================================================
+ File Name: vertical-menu.scss
+ Description: A calssic vertical modern style menu with expand and collops support. It support
+ light & dark version, filpped layout, right side icons, native scroll and borders menu
+ item seperation.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
+ font-size : 1.2rem;
+ margin-right : 1rem;
+ float : left;
+}
+
+body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i {
+ margin-right : 1.38rem;
+ font-size : 0.8rem;
+}
+
+body.vertical-layout.vertical-menu-modern .toggle-icon {
+ margin-right : 0.425rem;
+}
+body.vertical-layout.vertical-menu-modern .toggle-icon:focus {
+ outline : none;
+}
+
+@media (min-width: 576px) {
+ body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu {
+ right : 0;
+ }
+}
+
+body.vertical-layout.vertical-menu-modern .navbar .navbar-brand {
+ white-space : nowrap;
+}
+
+body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle {
+ position : absolute;
+ right : 0;
+}
+
+body.vertical-layout.vertical-menu-modern .main-menu {
+ -webkit-transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
+ transition : 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
+ float : left;
+ width : 260px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
+ width : 260px;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .icon-minus {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i {
+ margin-right : 1rem;
+ float : left;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
+ font-size : 1.429rem;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > span.badge {
+ position : absolute;
+ right : 20px;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
+ content : '\f105';
+ font-family : 'FontAwesome';
+ font-size : 1.1rem;
+ display : inline-block;
+ position : absolute;
+ right : 25px;
+ top : 10px;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open > a:not(.mm-next):after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer {
+ width : 260px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-expanded .footer {
+ margin-left : 260px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
+ float : left;
+ width : 80px;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
+ width : 260px;
+ z-index : 1000;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
+ display : block;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand {
+ padding : 15px 0;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top {
+ left : 80px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
+ width : 80px;
+ -webkit-transition : 300ms ease all;
+ transition : 300ms ease all;
+ -webkit-backface-visibility : hidden;
+ backface-visibility : hidden;
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer {
+ width : 80px;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer, body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading, body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted, body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body {
+ opacity : 0;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content {
+ padding : 20px 10px;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header {
+ margin : 0;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a {
+ line-height : 1;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child {
+ margin-bottom : 1.25rem !important;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a {
+ background : whitesmoke;
+ box-shadow : none;
+ color : #565656;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
+ overflow : visible;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header .icon-minus {
+ display : block;
+ font-size : 1.2rem;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
+ text-overflow : inherit;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a > span.badge {
+ float : none !important;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i {
+ margin-right : 1rem;
+ float : left;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a i:before {
+ font-size : 1.429rem;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper {
+ overflow : visible;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
+ width : 260px;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .icon-minus {
+ display : none;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
+ display : block;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span {
+ -webkit-animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+ animation : 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li > a > span.badge {
+ position : absolute;
+ right : 20px;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:not(.mm-next):after {
+ content : '\f105';
+ font-family : 'FontAwesome';
+ font-size : 1rem;
+ display : inline-block;
+ position : absolute;
+ right : 25px;
+ top : 10px;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open > a:not(.mm-next):after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text {
+ display : inline;
+}
+body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
+ display : block;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
+ margin-left : 80px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - 4.4rem - 80px);
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top {
+ width : calc(100vw - (100vw - 100%) - 80px);
+ left : 80px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content {
+ margin : 0;
+ margin-right : 80px;
+}
+
+@media (min-width: 576px) {
+ body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu {
+ right : 0;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title {
+ right : 80px;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content {
+ right : 80px;
+ left : inherit;
+ }
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header {
+ float : right;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container {
+ margin : 0;
+ margin-right : 80px;
+}
+
+body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer {
+ margin : 0;
+ margin-right : 80px;
+}
+
+@media (min-width: 992px) {
+ body.vertical-layout.vertical-menu-modern .main-menu {
+ width : 260px;
+ }
+ body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .icon-minus {
+ display : none;
+ }
+ body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
+ width : 260px;
+ }
+ body.vertical-layout.vertical-menu-modern .footer {
+ margin-left : 260px;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-flipped .content {
+ margin : 0;
+ margin-right : 260px;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header {
+ float : right;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container {
+ margin : 0;
+ margin-right : 260px;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-flipped .footer {
+ margin : 0;
+ margin-right : 260px;
+ }
+}
+
+@media (max-width: 1199.98px) {
+ body.vertical-layout.vertical-menu-modern .main-menu {
+ width : 0;
+ opacity : 0;
+ left : -260px;
+ }
+ body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > span {
+ -webkit-animation : 0.1s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+ animation : 0.1s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadeout;
+ }
+ body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header span {
+ display : none;
+ }
+ body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
+ width : 0;
+ }
+ body.vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer {
+ margin-left : 0;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
+ margin-left : 0;
+ }
+ body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
+ width : 0;
+ }
+}
+
+@media (max-width: 767.98px) {
+ body.vertical-layout.vertical-menu-modern .main-menu {
+ width : 0;
+ }
+ body.vertical-layout.vertical-menu-modern .navbar .navbar-header {
+ width : 0;
+ }
+ body.vertical-layout.vertical-menu-modern .content, body.vertical-layout.vertical-menu-modern .footer {
+ margin-left : 0;
+ }
+}
+
+@-webkit-keyframes fadein {
+ from {
+ opacity : 0;
+ }
+ to {
+ opacity : 1;
+ }
+}
+
+@keyframes fadein {
+ from {
+ opacity : 0;
+ }
+ to {
+ opacity : 1;
+ }
+}
+
+@-webkit-keyframes fadeout {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+@keyframes fadeout {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ body.vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span {
+ -webkit-animation : none;
+ animation : none;
+ }
+}
+
+/*=========================================================================================
+ File Name: vertical-overlay-menu.scss
+ Description: A overlay style vertical menu with show and hide support. It support
+ light & dark version, filpped layout, right side icons, native scroll and borders menu
+ item seperation.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.vertical-overlay-menu .content {
+ margin-left : 0;
+}
+
+.vertical-overlay-menu .navbar .navbar-header {
+ float : left;
+ width : 260px;
+}
+
+.vertical-overlay-menu .navbar.header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
+}
+
+.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+ width : 260px;
+ left : -260px;
+}
+.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
+ display : none;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i {
+ margin-right : 14px;
+ float : left;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
+ -webkit-transition : 200ms ease all;
+ transition : 200ms ease all;
+ font-size : 1.429rem;
+}
+.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
+ content : '\f105';
+ font-family : 'FontAwesome';
+ font-size : 1rem;
+ display : inline-block;
+ position : absolute;
+ right : 25px;
+ top : 10px;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+.vertical-overlay-menu .main-menu .navigation li a i {
+ font-size : 1.1rem;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 55px;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ width : 260px;
+}
+
+.vertical-overlay-menu.menu-open .main-menu {
+ opacity : 1;
+ -webkit-transform : translate3d(260px, 0, 0);
+ transform : translate3d(260px, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+}
+
+.vertical-overlay-menu.menu-flipped .main-menu {
+ right : -260px;
+ left : inherit;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
+ margin : 0;
+ margin-right : 260px;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
+ float : right;
+}
+
+.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
+ -webkit-transform : translate3d(-260px, 0, 0);
+ transform : translate3d(-260px, 0, 0);
+}
+
+@media (max-width: 991.98px) {
+ .vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 0;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/core/menu/menu-types/vertical-menu.min.css b/www/assets2/css/core/menu/menu-types/vertical-menu.min.css
new file mode 100644
index 0000000..d5e8682
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/vertical-menu.min.css
@@ -0,0 +1 @@
+body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu,body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer{width:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .mTSWrapper,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation{overflow:visible}body.vertical-layout.vertical-menu-modern .main-menu .navigation>li>a>i{font-size:1.2rem;margin-right:1rem;float:left}body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content>li>a>i{margin-right:1.38rem;font-size:.8rem}body.vertical-layout.vertical-menu-modern .toggle-icon{margin-right:.425rem}body.vertical-layout.vertical-menu-modern .toggle-icon:focus{outline:0}@media (min-width:576px){body.vertical-layout.vertical-menu-modern.menu-flipped .main-menu{right:0}}body.vertical-layout.vertical-menu-modern .navbar .navbar-brand{white-space:nowrap}body.vertical-layout.vertical-menu-modern .navbar .navbar-header .nav-toggle{position:absolute;right:0}body.vertical-layout.vertical-menu-modern .main-menu{-webkit-transition:.4s cubic-bezier(.25,.8,.25,1);transition:.4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header{float:left;width:260px}body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i{margin-right:1rem;float:left}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i:before{font-size:1.429rem}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span.badge{position:absolute;right:20px}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1.1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}body.vertical-layout.vertical-menu-modern.menu-expanded .footer{margin-left:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header{float:left;width:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded{width:260px;z-index:1000}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .media-heading,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body .text-muted,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-right,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-brand{padding:15px 0}body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top{left:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu{width:80px;-webkit-transition:.3s ease all;transition:.3s ease all;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-footer{width:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .main-menu-header .media-body{opacity:0}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .user-content{padding:20px 10px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header{margin:0}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li a{line-height:1}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child{margin-bottom:1.25rem!important}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a{background:#f5f5f5;box-shadow:none;color:#565656}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li.navigation-header .icon-minus{display:block;font-size:1.2rem}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li.navigation-header span,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li.navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a{text-overflow:inherit}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a>span{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a>span.badge{float:none!important}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a i{margin-right:1rem;float:left}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a i:before{font-size:1.429rem}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded{width:260px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li.navigation-header span{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li>a>span{-webkit-animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;animation:.3s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li>a>span.badge{position:absolute;right:20px}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text{display:inline}body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle{display:block}body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,body.vertical-layout.vertical-menu-modern.menu-collapsed .footer{margin-left:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .content,body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .footer,body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-container{margin:0 80px 0 0}body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - 4.4rem - 80px)}body.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top{width:calc(100vw - (100vw - 100%) - 80px);left:80px}@media (min-width:576px){body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu{right:0}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu span.menu-title{right:80px}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .main-menu ul.menu-content{right:80px;left:inherit}}body.vertical-layout.vertical-menu-modern.menu-collapsed.menu-flipped .navbar .navbar-header{float:right}@media (min-width:992px){body.vertical-layout.vertical-menu-modern .main-menu,body.vertical-layout.vertical-menu-modern .navbar .navbar-header{width:260px}body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header .icon-minus{display:none}body.vertical-layout.vertical-menu-modern .footer{margin-left:260px}body.vertical-layout.vertical-menu-modern.menu-flipped .content,body.vertical-layout.vertical-menu-modern.menu-flipped .footer,body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}body.vertical-layout.vertical-menu-modern.menu-flipped .navbar .navbar-header{float:right}}@media (max-width:1199.98px){body.vertical-layout.vertical-menu-modern .navbar .navbar-header,body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu{width:0}body.vertical-layout.vertical-menu-modern .main-menu{width:0;opacity:0;left:-260px}body.vertical-layout.vertical-menu-modern .main-menu .navigation>li>a>span{-webkit-animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout;animation:.1s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadeout}body.vertical-layout.vertical-menu-modern .main-menu .navigation li.navigation-header span{display:none}body.vertical-layout.vertical-menu-modern .content,body.vertical-layout.vertical-menu-modern .footer,body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,body.vertical-layout.vertical-menu-modern.menu-collapsed .footer{margin-left:0}}@media (max-width:767.98px){body.vertical-layout.vertical-menu-modern .main-menu,body.vertical-layout.vertical-menu-modern .navbar .navbar-header{width:0}body.vertical-layout.vertical-menu-modern .content,body.vertical-layout.vertical-menu-modern .footer{margin-left:0}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){body.vertical-menu-modern.vertical-layout .main-menu .navigation>li>a>span{-webkit-animation:none;animation:none}}.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .navbar.header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2))}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s;width:260px;left:-260px}.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.vertical-overlay-menu .main-menu .navigation>li>a>i{margin-right:14px;float:left}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{-webkit-transition:.2s ease all;transition:.2s ease all;font-size:1.429rem}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .navigation li a i{font-size:1.1rem}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{opacity:1;-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}}
\ No newline at end of file
diff --git a/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.css b/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.css
new file mode 100644
index 0000000..5b90adc
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.css
@@ -0,0 +1,111 @@
+/*=========================================================================================
+ File Name: vertical-overlay-menu.scss
+ Description: A overlay style vertical menu with show and hide support. It support
+ light & dark version, filpped layout, right side icons, native scroll and borders menu
+ item seperation.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.vertical-overlay-menu .content {
+ margin-left : 0;
+}
+
+.vertical-overlay-menu .navbar .navbar-header {
+ float : left;
+ width : 260px;
+}
+
+.vertical-overlay-menu .navbar.header-navbar.floating-nav {
+ width : calc(100vw - (100vw - 100%) - calc(2.2rem * 2));
+}
+
+.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+ width : 260px;
+ left : -260px;
+}
+.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus {
+ display : none;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i {
+ margin-right : 14px;
+ float : left;
+}
+.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
+ -webkit-transition : 200ms ease all;
+ transition : 200ms ease all;
+ font-size : 1.429rem;
+}
+.vertical-overlay-menu .main-menu .navigation li.has-sub > a:not(.mm-next):after {
+ content : '\f105';
+ font-family : 'FontAwesome';
+ font-size : 1rem;
+ display : inline-block;
+ position : absolute;
+ right : 25px;
+ top : 10px;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ transition : -webkit-transform 0.2s ease-in-out;
+}
+.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+.vertical-overlay-menu .main-menu .navigation li a i {
+ font-size : 1.1rem;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 55px;
+}
+.vertical-overlay-menu .main-menu .main-menu-footer {
+ width : 260px;
+}
+
+.vertical-overlay-menu.menu-open .main-menu {
+ opacity : 1;
+ -webkit-transform : translate3d(260px, 0, 0);
+ transform : translate3d(260px, 0, 0);
+ -webkit-transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,-webkit-transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s;
+ transition : width 0.25s,opacity 0.25s,transform 0.25s,-webkit-transform 0.25s;
+}
+
+.vertical-overlay-menu.menu-flipped .main-menu {
+ right : -260px;
+ left : inherit;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-container {
+ margin : 0;
+ margin-right : 260px;
+}
+
+.vertical-overlay-menu.menu-flipped .navbar .navbar-header {
+ float : right;
+}
+
+.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
+ -webkit-transform : translate3d(-260px, 0, 0);
+ transform : translate3d(-260px, 0, 0);
+}
+
+@media (max-width: 991.98px) {
+ .vertical-overlay-menu .main-menu .main-menu-footer {
+ bottom : 0;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.min.css b/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.min.css
new file mode 100644
index 0000000..e15980e
--- /dev/null
+++ b/www/assets2/css/core/menu/menu-types/vertical-overlay-menu.min.css
@@ -0,0 +1 @@
+.vertical-overlay-menu .content{margin-left:0}.vertical-overlay-menu .navbar .navbar-header{float:left;width:260px}.vertical-overlay-menu .navbar.header-navbar.floating-nav{width:calc(100vw - (100vw - 100%) - calc(2.2rem * 2))}.vertical-overlay-menu .main-menu,.vertical-overlay-menu.menu-hide .main-menu{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s;width:260px;left:-260px}.vertical-overlay-menu .main-menu .navigation .navigation-header .icon-minus{display:none}.vertical-overlay-menu .main-menu .navigation>li>a>i{margin-right:14px;float:left}.vertical-overlay-menu .main-menu .navigation>li>a>i:before{-webkit-transition:.2s ease all;transition:.2s ease all;font-size:1.429rem}.vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after{content:'\f105';font-family:FontAwesome;font-size:1rem;display:inline-block;position:absolute;right:25px;top:10px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .2s ease-in-out}.vertical-overlay-menu .main-menu .navigation li.open>a:not(.mm-next):after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.vertical-overlay-menu .main-menu .navigation li a i{font-size:1.1rem}.vertical-overlay-menu .main-menu .main-menu-footer{bottom:55px;width:260px}.vertical-overlay-menu.menu-open .main-menu{opacity:1;-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0);-webkit-transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,-webkit-transform .25s;transition:width .25s,opacity .25s,transform .25s;transition:width .25s,opacity .25s,transform .25s,-webkit-transform .25s}.vertical-overlay-menu.menu-flipped .main-menu{right:-260px;left:inherit}.vertical-overlay-menu.menu-flipped .navbar .navbar-container{margin:0 260px 0 0}.vertical-overlay-menu.menu-flipped .navbar .navbar-header{float:right}.vertical-overlay-menu.menu-flipped.menu-open .main-menu{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}@media (max-width:991.98px){.vertical-overlay-menu .main-menu .main-menu-footer{bottom:0}}
\ No newline at end of file
diff --git a/www/assets2/css/core/mixins/alert.css b/www/assets2/css/core/mixins/alert.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/alert.min.css b/www/assets2/css/core/mixins/alert.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/hex2rgb.css b/www/assets2/css/core/mixins/hex2rgb.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/hex2rgb.min.css b/www/assets2/css/core/mixins/hex2rgb.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/main-menu-mixin.css b/www/assets2/css/core/mixins/main-menu-mixin.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/main-menu-mixin.min.css b/www/assets2/css/core/mixins/main-menu-mixin.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/transitions.css b/www/assets2/css/core/mixins/transitions.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/core/mixins/transitions.min.css b/www/assets2/css/core/mixins/transitions.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/pages/aggrid.css b/www/assets2/css/pages/aggrid.css
new file mode 100644
index 0000000..db90392
--- /dev/null
+++ b/www/assets2/css/pages/aggrid.css
@@ -0,0 +1,94 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.aggrid {
+ height : 600px;
+ font-size : 1rem;
+ color : #626262;
+ /*** TABLE BODY HEIGHT - FOOTER HEIGHT ***/
+ /*** HEADER TEXT ***/
+ /*** PAGINATION STYLING ***/
+ /*** TABLE SCROLLBAR ***/
+}
+.aggrid .ag-icon-checkbox-checked, .aggrid .ag-icon-checkbox-indeterminate {
+ color : #7367F0 !important;
+}
+.aggrid .ag-root-wrapper-body {
+ min-height : calc(100% - 56px);
+}
+.aggrid .ag-header-cell-text {
+ font-size : 1rem;
+ font-family : 'Montserrat', Helvetica, Arial, serif;
+}
+.aggrid .ag-paging-panel {
+ display : block !important;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ height : 98px;
+}
+.aggrid .ag-paging-panel .ag-paging-row-summary-panel {
+ display : none;
+}
+.aggrid .ag-paging-panel .ag-paging-page-summary-panel {
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ margin-left : 0;
+ margin-top : 18px;
+}
+.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref='lbCurrent'], .aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref='lbTotal'] {
+ color : #FFFFFF;
+ padding : 0.7rem 0.95rem;
+ border-radius : 0.5rem;
+}
+.aggrid .ag-paging-panel .ag-paging-button {
+ background-color : #DAE1E7;
+ border-radius : 50%;
+ padding : 0.5rem 0rem;
+ margin : 0 0.5rem;
+ color : #626262 !important;
+}
+.aggrid .ag-paging-panel .ag-paging-button .ag-icon {
+ color : #626262 !important;
+ opacity : 1 !important;
+}
+.aggrid .ag-paging-panel .ag-paging-button.ag-disabled {
+ opacity : 0.5 !important;
+}
+.aggrid .ag-paging-panel span[ref='lbCurrent'] {
+ background-color : #7367F0;
+}
+.aggrid .ag-paging-panel span[ref='lbTotal'] {
+ background-color : #DAE1E7;
+ color : #626262 !important;
+}
+.aggrid ::-webkit-scrollbar {
+ width : 10px;
+ height : 10px;
+}
+.aggrid ::-webkit-scrollbar-thumb {
+ background : #DAE1E7;
+ border-radius : 20px;
+}
+.aggrid ::-webkit-scrollbar-track {
+ background : #F8F8F8;
+ border-radius : 20px;
+}
+
+/*** PAGE FILTER DROPDOWN ***/
+.filter-btn {
+ padding : 1.2rem !important;
+ border-radius : 5rem;
+ font-size : 0.95rem;
+}
+.filter-btn:after {
+ left : 5px;
+}
+
+/*** SORTING DROPDOWN WIDTH ***/
+.sort-dropdown .dropdown-menu {
+ min-width : 4rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/aggrid.min.css b/www/assets2/css/pages/aggrid.min.css
new file mode 100644
index 0000000..f1b5167
--- /dev/null
+++ b/www/assets2/css/pages/aggrid.min.css
@@ -0,0 +1 @@
+.aggrid{height:600px;font-size:1rem;color:#626262}.aggrid .ag-icon-checkbox-checked,.aggrid .ag-icon-checkbox-indeterminate{color:#7367F0!important}.aggrid .ag-root-wrapper-body{min-height:calc(100% - 56px)}.aggrid .ag-header-cell-text{font-size:1rem;font-family:Montserrat,Helvetica,Arial,serif}.aggrid .ag-paging-panel{display:block!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:98px}.aggrid .ag-paging-panel .ag-paging-row-summary-panel{display:none}.aggrid .ag-paging-panel .ag-paging-page-summary-panel{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0;margin-top:18px}.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref=lbCurrent],.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref=lbTotal]{color:#FFF;padding:.7rem .95rem;border-radius:.5rem}.aggrid .ag-paging-panel .ag-paging-button{background-color:#DAE1E7;border-radius:50%;padding:.5rem 0;margin:0 .5rem;color:#626262!important}.aggrid .ag-paging-panel .ag-paging-button .ag-icon{color:#626262!important;opacity:1!important}.aggrid .ag-paging-panel .ag-paging-button.ag-disabled{opacity:.5!important}.aggrid .ag-paging-panel span[ref=lbCurrent]{background-color:#7367F0}.aggrid .ag-paging-panel span[ref=lbTotal]{background-color:#DAE1E7;color:#626262!important}.aggrid ::-webkit-scrollbar{width:10px;height:10px}.aggrid ::-webkit-scrollbar-thumb{background:#DAE1E7;border-radius:20px}.aggrid ::-webkit-scrollbar-track{background:#F8F8F8;border-radius:20px}.filter-btn{padding:1.2rem!important;border-radius:5rem;font-size:.95rem}.filter-btn:after{left:5px}.sort-dropdown .dropdown-menu{min-width:4rem}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-chat.css b/www/assets2/css/pages/app-chat.css
new file mode 100644
index 0000000..b032b43
--- /dev/null
+++ b/www/assets2/css/pages/app-chat.css
@@ -0,0 +1,410 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.chat-application .content-area-wrapper .content-right .content-wrapper {
+ padding : 0;
+}
+
+.chat-application .content-area-wrapper {
+ border : 1px solid #DAE1E7;
+ border-radius : 0.25rem;
+}
+
+.chat-application .chat-profile-sidebar {
+ border-right : 1px solid #E4E7ED;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ width : 400px;
+ border-radius : 0.25rem;
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+ margin : 0;
+ background-color : #FFFFFF;
+ position : fixed;
+ -webkit-transform : translateX(-110%);
+ -ms-transform : translateX(-110%);
+ transform : translateX(-110%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ z-index : 6;
+}
+.chat-application .chat-profile-sidebar.show {
+ -webkit-transform : translateX(0);
+ -ms-transform : translateX(0);
+ transform : translateX(0);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.chat-application .chat-profile-sidebar .chat-profile-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ text-align : center;
+ border-bottom : 1px solid rgba(0, 0, 0, 0.06);
+}
+.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar {
+ margin : 2rem auto 0.5rem;
+}
+.chat-application .chat-profile-sidebar .chat-profile-header .avatar {
+ margin-bottom : 1.25rem;
+}
+.chat-application .chat-profile-sidebar .chat-profile-header .close-icon {
+ position : absolute;
+ top : 14px;
+ right : 13px;
+ font-size : 1.75rem;
+ cursor : pointer;
+}
+.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area {
+ padding : 2rem;
+ height : calc(100vh - 24.25rem);
+ height : calc(var(--vh, 1vh) * 100 - 24.25rem);
+ position : relative;
+}
+
+.chat-application .sidebar-content {
+ border-right : 1px solid #E4E7ED;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ width : 400px;
+ border-radius : 0.25rem;
+ border-top-right-radius : 0;
+ border-bottom-right-radius : 0;
+ margin : 0;
+ box-shadow : none;
+}
+.chat-application .sidebar-content .sidebar-close-icon {
+ position : absolute;
+ right : 0.25rem;
+ top : 0.25rem;
+ font-size : 1.25rem;
+ z-index : 1;
+ cursor : pointer;
+ visibility : hidden;
+}
+.chat-application .sidebar-content .chat-fixed-search {
+ position : fixed;
+ width : 400px;
+ border-bottom : 1px solid #E4E7ED;
+ padding : 0.65rem;
+}
+.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar {
+ display : inline-table;
+ width : calc(32px + 8px);
+}
+.chat-application .sidebar-content .chat-fixed-search input.form-control {
+ padding : 0.9rem 1rem 0.9rem 3rem;
+ height : calc(1.25em + 1.4rem + 4px);
+}
+.chat-application .sidebar-content .chat-fixed-search .form-control-position {
+ top : 5px;
+}
+.chat-application .sidebar-content .chat-fixed-search .form-control-position i {
+ left : 9px;
+}
+.chat-application .sidebar-content .chat-user-list {
+ height : calc(100% - 5rem);
+ margin-top : 5rem;
+ width : 400px;
+}
+.chat-application .sidebar-content .chat-user-list ul {
+ padding-left : 0;
+ margin-bottom : 0;
+}
+.chat-application .sidebar-content .chat-user-list li {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ padding : 1.322rem 0.85rem;
+ margin-right : 1px;
+}
+.chat-application .sidebar-content .chat-user-list li:not(:first-child) {
+ border-top : 1px solid #E4E7ED;
+}
+.chat-application .sidebar-content .chat-user-list li .user-chat-info {
+ width : 100%;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ overflow : hidden;
+}
+.chat-application .sidebar-content .chat-user-list li .contact-info {
+ width : calc(100vw - (100vw - 100%) - 1rem - 50px);
+ margin-top : 0.3rem;
+}
+.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
+ margin : 0;
+}
+.chat-application .sidebar-content .chat-user-list li:hover {
+ cursor : pointer;
+ background : #EEEEEE;
+}
+.chat-application .sidebar-content .chat-user-list li.active {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
+ color : #FFFFFF;
+}
+.chat-application .sidebar-content .chat-user-list li.active h1, .chat-application .sidebar-content .chat-user-list li.active h2, .chat-application .sidebar-content .chat-user-list li.active h3, .chat-application .sidebar-content .chat-user-list li.active h4, .chat-application .sidebar-content .chat-user-list li.active h5, .chat-application .sidebar-content .chat-user-list li.active h6 {
+ color : #FFFFFF;
+}
+.chat-application .sidebar-content .chat-user-list li img {
+ border : 2px solid #FFFFFF;
+}
+.chat-application .sidebar-content .card {
+ margin-bottom : 0;
+}
+
+.chat-application .chat-overlay {
+ top : 0;
+ left : 0;
+ right : 0;
+ bottom : 0;
+ position : absolute;
+ display : block;
+ z-index : 2;
+ visibility : hidden;
+ border-radius : 0.25rem;
+}
+.chat-application .chat-overlay.show {
+ visibility : visible;
+ background-color : rgba(0, 0, 0, 0.2);
+}
+
+.chat-application .chat-app-window .favorite, .chat-application .chat-app-window .sidebar-toggle {
+ cursor : pointer;
+}
+
+.chat-application .chat-app-window .user-chats {
+ padding : 20px 30px;
+ position : relative;
+ text-align : center;
+ height : calc(100vh - 23.5rem);
+ height : calc(var(--vh, 1vh) * 100 - 23.5rem);
+}
+
+.chat-application .chat-app-window .start-chat-area, .chat-application .chat-app-window .user-chats {
+ background-image : url('../../images/backgrounds/chat-bg.svg');
+ background-color : #DFDBE5;
+}
+
+.chat-application .chat-app-window .start-chat-area {
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+}
+.chat-application .chat-app-window .start-chat-area .start-chat-icon, .chat-application .chat-app-window .start-chat-area .start-chat-text {
+ background : white;
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
+}
+.chat-application .chat-app-window .start-chat-area .start-chat-text {
+ border-radius : calc(0.5rem * 4);
+ cursor : pointer;
+}
+.chat-application .chat-app-window .start-chat-area .start-chat-icon {
+ border-radius : 50%;
+ font-size : 4rem;
+ padding : 2rem;
+}
+
+.chat-application .chat-app-form {
+ padding : 20px 10px;
+ background-color : white;
+}
+
+.chat-application .chats {
+ padding : 0;
+}
+.chat-application .chats .chat-body {
+ display : block;
+ margin : 10px 30px 0 0;
+ overflow : hidden;
+}
+.chat-application .chats .chat-body .chat-content {
+ text-align : right;
+ display : block;
+ float : right;
+ padding : 0.75rem 1rem;
+ margin : 0 20px 10px 0;
+ clear : both;
+ color : #FFFFFF;
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ border-radius : 0.5rem;
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
+}
+.chat-application .chats .chat-body .chat-content p {
+ margin : 0;
+}
+.chat-application .chats .chat-avatar {
+ float : right;
+}
+.chat-application .chats .chat-left .chat-avatar {
+ float : left;
+}
+.chat-application .chats .chat-left .chat-body {
+ margin-right : 0;
+ margin-left : 30px;
+}
+.chat-application .chats .chat-left .chat-content {
+ text-align : left;
+ float : left;
+ margin : 0 0 10px 20px;
+ color : #626262;
+ background : none;
+ background-color : white;
+}
+
+.chat-application .user-profile-sidebar {
+ border-right : 1px solid #E4E7ED;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ width : 400px;
+ border-radius : 0.25rem;
+ border-top-left-radius : 0;
+ border-bottom-left-radius : 0;
+ margin : 0;
+ background-color : #FFFFFF;
+ position : fixed;
+ -webkit-transform : translateX(110%);
+ -ms-transform : translateX(110%);
+ transform : translateX(110%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ z-index : 6;
+ right : 4.2rem;
+ bottom : 5.25rem;
+ opacity : 0;
+}
+.chat-application .user-profile-sidebar.show {
+ opacity : 1;
+ -webkit-transform : translateX(7%);
+ -ms-transform : translateX(7%);
+ transform : translateX(7%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.chat-application .user-profile-sidebar .user-profile-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ text-align : center;
+ border-bottom : 1px solid rgba(0, 0, 0, 0.06);
+}
+.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar {
+ margin : 2rem auto 0.5rem;
+}
+.chat-application .user-profile-sidebar .user-profile-header .avatar {
+ margin-bottom : 1.25rem;
+}
+.chat-application .user-profile-sidebar .user-profile-header .close-icon {
+ position : absolute;
+ top : 14px;
+ right : 13px;
+ font-size : 1.75rem;
+ cursor : pointer;
+}
+.chat-application .user-profile-sidebar .user-profile-sidebar-area {
+ height : calc(100vh - 24.25rem);
+ height : calc(var(--vh, 1vh) * 100 - 24.25rem);
+ position : relative;
+}
+
+@media (max-width: 767.98px) {
+ .chat-application .chat-app-window {
+ height : calc(100% - 132px);
+ }
+ .chat-application .sidebar-content .sidebar-close-icon {
+ visibility : visible;
+ }
+}
+
+@media (max-width: 575.98px) {
+ .chat-application .sidebar-content {
+ width : 260px;
+ left : -4px !important;
+ }
+ .chat-application .sidebar-content .chat-fixed-search, .chat-application .sidebar-content .chat-user-list {
+ width : 260px;
+ }
+ .chat-application .chat-profile-sidebar {
+ width : 260px;
+ }
+ .chat-application .user-profile-sidebar {
+ width : 260px;
+ right : 2.35rem;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .content-right {
+ width : 100%;
+ }
+ .chat-application .sidebar-content {
+ -webkit-transform : translateX(-110%);
+ -ms-transform : translateX(-110%);
+ transform : translateX(-110%);
+ -webkit-transition : all 0.3s ease-in-out;
+ transition : all 0.3s ease-in-out;
+ left : 0;
+ position : fixed;
+ z-index : 5;
+ left : -2px;
+ }
+ .chat-application .sidebar-content.show {
+ -webkit-transform : translateX(8.5%);
+ -ms-transform : translateX(8.5%);
+ transform : translateX(8.5%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ display : block;
+ }
+}
+
+@media (max-width: 349.98px) {
+ .chat-application .sidebar-content {
+ width : 230px;
+ left : -2px !important;
+ }
+ .chat-application .sidebar-content .chat-fixed-search, .chat-application .sidebar-content .chat-user-list {
+ width : 230px;
+ }
+ .chat-application .chat-profile-sidebar {
+ width : 230px;
+ }
+ .chat-application .user-profile-sidebar {
+ width : 230px;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-chat.min.css b/www/assets2/css/pages/app-chat.min.css
new file mode 100644
index 0000000..bf4840d
--- /dev/null
+++ b/www/assets2/css/pages/app-chat.min.css
@@ -0,0 +1 @@
+.chat-application .content-area-wrapper .content-right .content-wrapper{padding:0}.chat-application .content-area-wrapper{border:1px solid #DAE1E7;border-radius:.25rem}.chat-application .chat-profile-sidebar,.chat-application .sidebar-content{border-right:1px solid #E4E7ED;border-radius:.25rem 0 0 .25rem;width:400px}.chat-application .chat-profile-sidebar{height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);margin:0;background-color:#FFF;position:fixed;-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:6}.chat-application .chat-profile-sidebar.show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:all .3s ease;transition:all .3s ease}.chat-application .chat-profile-sidebar .chat-profile-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.chat-application .chat-profile-sidebar .chat-profile-header .header-profile-sidebar{margin:2rem auto .5rem}.chat-application .chat-profile-sidebar .chat-profile-header .avatar{margin-bottom:1.25rem}.chat-application .chat-profile-sidebar .chat-profile-header .close-icon{position:absolute;top:14px;right:13px;font-size:1.75rem;cursor:pointer}.chat-application .chat-profile-sidebar .profile-sidebar-area .scroll-area{padding:2rem;height:calc(100vh - 24.25rem);height:calc(var(--vh,1vh) * 100 - 24.25rem);position:relative}.chat-application .sidebar-content{height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);margin:0;box-shadow:none}.chat-application .sidebar-content .sidebar-close-icon{position:absolute;right:.25rem;top:.25rem;font-size:1.25rem;z-index:1;cursor:pointer;visibility:hidden}.chat-application .sidebar-content .chat-fixed-search{position:fixed;width:400px;border-bottom:1px solid #E4E7ED;padding:.65rem}.chat-application .sidebar-content .chat-fixed-search .sidebar-profile-toggle .avatar{display:inline-table;width:calc(32px + 8px)}.chat-application .sidebar-content .chat-fixed-search input.form-control{padding:.9rem 1rem .9rem 3rem;height:calc(1.25em + 1.4rem + 4px)}.chat-application .sidebar-content .chat-fixed-search .form-control-position{top:5px}.chat-application .sidebar-content .chat-fixed-search .form-control-position i{left:9px}.chat-application .sidebar-content .chat-user-list{height:calc(100% - 5rem);margin-top:5rem;width:400px}.chat-application .sidebar-content .chat-user-list ul{padding-left:0;margin-bottom:0}.chat-application .sidebar-content .chat-user-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.322rem .85rem;margin-right:1px}.chat-application .sidebar-content .chat-user-list li:not(:first-child){border-top:1px solid #E4E7ED}.chat-application .sidebar-content .chat-user-list li .user-chat-info{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.chat-application .sidebar-content .chat-user-list li .contact-info{width:calc(100vw - (100vw - 100%) - 1rem - 50px);margin-top:.3rem}.chat-application .sidebar-content .chat-user-list li .contact-info .truncate{margin:0}.chat-application .sidebar-content .chat-user-list li:hover{cursor:pointer;background:#EEE}.chat-application .sidebar-content .chat-user-list li.active{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);color:#FFF}.chat-application .sidebar-content .chat-user-list li.active h1,.chat-application .sidebar-content .chat-user-list li.active h2,.chat-application .sidebar-content .chat-user-list li.active h3,.chat-application .sidebar-content .chat-user-list li.active h4,.chat-application .sidebar-content .chat-user-list li.active h5,.chat-application .sidebar-content .chat-user-list li.active h6{color:#FFF}.chat-application .sidebar-content .chat-user-list li img{border:2px solid #FFF}.chat-application .sidebar-content .card{margin-bottom:0}.chat-application .chat-overlay{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:2;visibility:hidden;border-radius:.25rem}.chat-application .chat-overlay.show{visibility:visible;background-color:rgba(0,0,0,.2)}.chat-application .chat-app-window .favorite,.chat-application .chat-app-window .sidebar-toggle{cursor:pointer}.chat-application .chat-app-window .user-chats{padding:20px 30px;position:relative;text-align:center;height:calc(100vh - 23.5rem);height:calc(var(--vh,1vh) * 100 - 23.5rem)}.chat-application .chat-app-window .start-chat-area,.chat-application .chat-app-window .user-chats{background-image:url(../../images/backgrounds/chat-bg.svg);background-color:#DFDBE5}.chat-application .chat-app-window .start-chat-area{height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.chat-application .chat-app-window .start-chat-area .start-chat-icon,.chat-application .chat-app-window .start-chat-area .start-chat-text{background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)!important}.chat-application .chat-app-window .start-chat-area .start-chat-text{border-radius:calc(.5rem * 4);cursor:pointer}.chat-application .chat-app-window .start-chat-area .start-chat-icon{border-radius:50%;font-size:4rem;padding:2rem}.chat-application .chat-app-form{padding:20px 10px;background-color:#fff}.chat-application .chats{padding:0}.chat-application .chats .chat-body{display:block;margin:10px 30px 0 0;overflow:hidden}.chat-application .chats .chat-body .chat-content{text-align:right;display:block;float:right;padding:.75rem 1rem;margin:0 20px 10px 0;clear:both;color:#FFF;background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));border-radius:.5rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.chat-application .chats .chat-body .chat-content p{margin:0}.chat-application .chats .chat-avatar{float:right}.chat-application .chats .chat-left .chat-avatar{float:left}.chat-application .chats .chat-left .chat-body{margin-right:0;margin-left:30px}.chat-application .chats .chat-left .chat-content{text-align:left;float:left;margin:0 0 10px 20px;color:#626262;background:#fff}.chat-application .user-profile-sidebar{border-right:1px solid #E4E7ED;height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);width:400px;border-radius:0 .25rem .25rem 0;margin:0;background-color:#FFF;position:fixed;-webkit-transform:translateX(110%);-ms-transform:translateX(110%);transform:translateX(110%);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:6;right:4.2rem;bottom:5.25rem;opacity:0}.chat-application .user-profile-sidebar.show{opacity:1;-webkit-transform:translateX(7%);-ms-transform:translateX(7%);transform:translateX(7%);-webkit-transition:all .3s ease;transition:all .3s ease}.chat-application .user-profile-sidebar .user-profile-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}.chat-application .user-profile-sidebar .user-profile-header .header-profile-sidebar{margin:2rem auto .5rem}.chat-application .user-profile-sidebar .user-profile-header .avatar{margin-bottom:1.25rem}.chat-application .user-profile-sidebar .user-profile-header .close-icon{position:absolute;top:14px;right:13px;font-size:1.75rem;cursor:pointer}.chat-application .user-profile-sidebar .user-profile-sidebar-area{height:calc(100vh - 24.25rem);height:calc(var(--vh,1vh) * 100 - 24.25rem);position:relative}@media (max-width:767.98px){.chat-application .chat-app-window{height:calc(100% - 132px)}.chat-application .sidebar-content .sidebar-close-icon{visibility:visible}}@media (max-width:575.98px){.chat-application .sidebar-content{width:260px;left:-4px!important}.chat-application .chat-profile-sidebar,.chat-application .sidebar-content .chat-fixed-search,.chat-application .sidebar-content .chat-user-list{width:260px}.chat-application .user-profile-sidebar{width:260px;right:2.35rem}}@media (max-width:991.98px){.content-right{width:100%}.chat-application .sidebar-content{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:fixed;z-index:5;left:-2px}.chat-application .sidebar-content.show{-webkit-transform:translateX(8.5%);-ms-transform:translateX(8.5%);transform:translateX(8.5%);-webkit-transition:all .3s ease;transition:all .3s ease;display:block}}@media (max-width:349.98px){.chat-application .sidebar-content{width:230px;left:-2px!important}.chat-application .chat-profile-sidebar,.chat-application .sidebar-content .chat-fixed-search,.chat-application .sidebar-content .chat-user-list,.chat-application .user-profile-sidebar{width:230px}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-ecommerce-details.css b/www/assets2/css/pages/app-ecommerce-details.css
new file mode 100644
index 0000000..053ff70
--- /dev/null
+++ b/www/assets2/css/pages/app-ecommerce-details.css
@@ -0,0 +1,88 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* app ecommerce details css */
+/*---------------*/
+.app-ecommerce-details .item-features {
+ background-color : #F7F7F7;
+}
+
+/* swiper slide shadow */
+.swiper-container .swiper-shadow {
+ box-shadow : 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important;
+}
+
+.swiper-responsive-breakpoints.swiper-container .swiper-slide {
+ text-align : center;
+ font-weight : 500;
+ background-color : #F7F7F7;
+ padding : 1.5rem;
+ cursor : pointer;
+}
+
+.swiper-button-prev, .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
+ background-image : none;
+ width : 35px;
+ font-size : 2rem;
+}
+.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-container-rtl .swiper-button-prev:focus, .swiper-container-rtl .swiper-button-next:focus {
+ outline : none;
+}
+.swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
+ font-family : 'feather';
+}
+
+.swiper-button-prev {
+ left : 0;
+}
+.swiper-button-prev:after {
+ content : '\e843';
+}
+
+.swiper-button-next {
+ right : 0;
+}
+.swiper-button-next:after {
+ content : '\e844';
+}
+
+.swiper-container-rtl .swiper-button-prev:after {
+ content : '\e844';
+}
+
+.swiper-container-rtl .swiper-button-next:after {
+ content : '\e843';
+}
+
+.product-color-options .color-option {
+ border : 2px solid transparent;
+ border-radius : 50%;
+ position : relative;
+ cursor : pointer;
+ padding : 0.3rem;
+}
+.product-color-options .color-option .filloption {
+ height : 21px;
+ width : 21px;
+ border-radius : 50%;
+}
+
+.product-color-options .selected .b-primary {
+ border-color : #7367F0;
+}
+
+.product-color-options .selected .b-success {
+ border-color : #28C76F;
+}
+
+.product-color-options .selected .b-danger {
+ border-color : #EA5455;
+}
+
+.product-color-options .selected .b-warning {
+ border-color : #FF9F43;
+}
+
+.product-color-options .selected .b-black {
+ border-color : #22292F;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-ecommerce-details.min.css b/www/assets2/css/pages/app-ecommerce-details.min.css
new file mode 100644
index 0000000..951ee76
--- /dev/null
+++ b/www/assets2/css/pages/app-ecommerce-details.min.css
@@ -0,0 +1 @@
+.app-ecommerce-details .item-features{background-color:#F7F7F7}.swiper-container .swiper-shadow{box-shadow:2px 8px 10px 0 rgba(25,42,70,.13)!important}.swiper-responsive-breakpoints.swiper-container .swiper-slide{text-align:center;font-weight:500;background-color:#F7F7F7;padding:1.5rem;cursor:pointer}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;width:35px;font-size:2rem}.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-container-rtl .swiper-button-next:focus,.swiper-container-rtl .swiper-button-prev:focus{outline:0}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{font-family:feather}.swiper-button-prev{left:0}.swiper-button-prev:after{content:'\e843'}.swiper-button-next{right:0}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'\e844'}.swiper-container-rtl .swiper-button-next:after{content:'\e843'}.product-color-options .color-option{border:2px solid transparent;border-radius:50%;position:relative;cursor:pointer;padding:.3rem}.product-color-options .color-option .filloption{height:21px;width:21px;border-radius:50%}.product-color-options .selected .b-primary{border-color:#7367F0}.product-color-options .selected .b-success{border-color:#28C76F}.product-color-options .selected .b-danger{border-color:#EA5455}.product-color-options .selected .b-warning{border-color:#FF9F43}.product-color-options .selected .b-black{border-color:#22292F}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-ecommerce-shop.css b/www/assets2/css/pages/app-ecommerce-shop.css
new file mode 100644
index 0000000..406d380
--- /dev/null
+++ b/www/assets2/css/pages/app-ecommerce-shop.css
@@ -0,0 +1,693 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.ecommerce-application .content-body {
+ position : relative;
+}
+
+.ecommerce-application .shop-content-overlay {
+ position : absolute;
+ top : 4.2rem;
+ height : 100%;
+ width : 100%;
+ background : rgba(0, 0, 0, 0.2);
+ z-index : 0;
+ opacity : 0;
+}
+.ecommerce-application .shop-content-overlay.show {
+ opacity : 1;
+ z-index : 1;
+}
+
+.ecommerce-application .sidebar-shop .sidebar-close-icon {
+ position : absolute;
+ top : 0.25rem;
+ right : 0.25rem;
+ font-size : 1.25rem;
+ z-index : 5;
+ cursor : pointer;
+}
+
+.ecommerce-application .sidebar-shop .filter-heading {
+ font-weight : 700;
+ color : #626262;
+ position : relative;
+ top : -7px;
+}
+
+.ecommerce-application .sidebar-shop .vs-radio-con input:checked ~ span {
+ color : #7367F0;
+}
+
+.ecommerce-application .sidebar-shop .filter-title {
+ font-weight : 700;
+}
+
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal {
+ height : 0.285rem;
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-base {
+ height : 0.285rem;
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle {
+ right : -1.071rem !important;
+ top : -0.428rem;
+ width : 16px;
+ height : 16px;
+ border-width : 0.142rem;
+ line-height : 1.15;
+ cursor : pointer;
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip {
+ opacity : 0;
+ font-size : 0.75rem;
+ background-color : #7367F0;
+ color : #FFFFFF;
+ border-radius : 0.357rem;
+ border : none;
+ padding : 0.142rem 0.357rem;
+ -webkit-transform : translate(-50%, -50%);
+ -ms-transform : translate(-50%, -50%);
+ transform : translate(-50%, -50%);
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before {
+ content : '$ ';
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:hover {
+ -webkit-transform : scale(1.2);
+ -ms-transform : scale(1.2);
+ transform : scale(1.2);
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active {
+ -webkit-transform : scale(1);
+ -ms-transform : scale(1);
+ transform : scale(1);
+ border-width : 0.5rem;
+ -webkit-transition : 0.25s ease;
+ transition : 0.25s ease;
+}
+.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip {
+ opacity : 1;
+}
+
+.ecommerce-application .sidebar-shop .ratings-list .ratings-list-item {
+ font-size : 1.5rem;
+ cursor : pointer;
+}
+
+.ecommerce-application .sidebar-shop .ratings-list ~ .stars-received {
+ margin-top : 0.35rem;
+}
+
+.ecommerce-application .sidebar-shop {
+ margin-top : 2rem;
+ width : 260px;
+ z-index : 4;
+}
+
+.ecommerce-application .ecommerce-header-items {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option {
+ display : inline-block;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn {
+ margin-right : 10px;
+ background-color : #FFFFFF;
+ padding : 0.5rem;
+ color : #626262;
+ box-shadow : 0 2px 8px 0 rgba(0, 0, 0, 0.14) !important;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn i {
+ font-size : 1.7rem;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active {
+ color : #7367F0 !important;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover, .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active {
+ color : #7367F0 !important;
+}
+.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover, .ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:active {
+ color : #626262;
+}
+.ecommerce-application .ecommerce-header-items .view-options .select2 {
+ margin-right : 10px;
+ width : auto !important;
+}
+.ecommerce-application .ecommerce-header-items .view-options .select2 .select2-selection--single {
+ border : none !important;
+ box-shadow : 0 2px 8px 0 rgba(0, 0, 0, 0.14);
+ border-radius : 5px;
+}
+.ecommerce-application .ecommerce-header-items .result-toggler {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : end;
+ -webkit-align-items : flex-end;
+ -ms-flex-align : end;
+ align-items : flex-end;
+}
+.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
+ font-size : 1.7rem;
+ padding-left : 0;
+ margin-left : -6px;
+}
+.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active, .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus {
+ outline : 0;
+}
+.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i {
+ color : #626262;
+ vertical-align : middle;
+}
+.ecommerce-application .ecommerce-header-items .result-toggler .search-results {
+ font-weight : 700;
+ color : #626262;
+ display : inline-block;
+}
+
+.ecommerce-application .search-product {
+ height : 48px;
+ border : none;
+ box-shadow : 0 2px 8px 0 rgba(0, 0, 0, 0.14);
+ font-size : 1.2rem;
+ padding-left : 1rem;
+}
+.ecommerce-application .search-product ~ .form-control-position {
+ top : 10px;
+ right : 10px;
+}
+.ecommerce-application .search-product ~ .form-control-position i {
+ font-size : 1.5rem;
+}
+.ecommerce-application .search-product::-webkit-input-placeholder {
+ font-size : 0.95rem;
+}
+.ecommerce-application .search-product::-moz-placeholder {
+ font-size : 0.95rem;
+}
+.ecommerce-application .search-product:-ms-input-placeholder {
+ font-size : 0.95rem;
+}
+.ecommerce-application .search-product::-ms-input-placeholder {
+ font-size : 0.95rem;
+}
+.ecommerce-application .search-product::placeholder {
+ font-size : 0.95rem;
+}
+
+.ecommerce-application .ecommerce-card:hover {
+ -webkit-transform : translateY(-5px);
+ -ms-transform : translateY(-5px);
+ transform : translateY(-5px);
+ box-shadow : 0 4px 25px 0 rgba(0, 0, 0, 0.25);
+}
+
+.ecommerce-application .ecommerce-card .item-price {
+ font-weight : 700;
+}
+
+.ecommerce-application .ecommerce-card .item-rating i {
+ margin-left : 0.25rem;
+ vertical-align : top;
+}
+
+.ecommerce-application .ecommerce-card .item-name {
+ font-weight : 600;
+ color : #2C2C2C;
+}
+.ecommerce-application .ecommerce-card .item-name a {
+ color : #626262;
+}
+.ecommerce-application .ecommerce-card .item-name a:hover {
+ color : #7367F0;
+}
+
+.ecommerce-application .ecommerce-card .item-description {
+ font-size : 0.875rem;
+}
+
+.ecommerce-application .ecommerce-card .wishlist, .ecommerce-application .ecommerce-card .cart {
+ padding : 0.8rem 1rem;
+ cursor : pointer;
+ font-weight : 600;
+ font-size : 0.875rem;
+ text-transform : uppercase;
+}
+.ecommerce-application .ecommerce-card .wishlist i, .ecommerce-application .ecommerce-card .cart i {
+ font-size : 1rem;
+ margin-right : 0.25rem;
+}
+
+.ecommerce-application .ecommerce-card .wishlist {
+ background-color : #F6F6F6;
+ color : #2C2C2C;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+.ecommerce-application .ecommerce-card .wishlist.added i {
+ color : #EA5455;
+}
+
+.ecommerce-application .ecommerce-card .cart {
+ background-color : #7367F0;
+ color : #FFFFFF;
+}
+.ecommerce-application .ecommerce-card .cart .view-in-cart {
+ color : #FFFFFF;
+}
+
+.ecommerce-application .grid-view, .ecommerce-application .list-view {
+ margin-top : 0.7rem;
+}
+
+.ecommerce-application .grid-view {
+ display : grid;
+ grid-template-columns : 1fr 1fr 1fr;
+ -webkit-column-gap : 28px;
+ -moz-column-gap : 28px;
+ column-gap : 28px;
+}
+.ecommerce-application .grid-view .ecommerce-card {
+ overflow : hidden;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-img {
+ padding-top : 0.5rem;
+ min-height : 15.85rem;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .item-price {
+ position : relative;
+ top : 5px;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .shipping {
+ display : none;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-company {
+ display : none;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-options {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .cart, .ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist {
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist {
+ padding : 0.8rem 2rem;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating {
+ display : none;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-price {
+ display : none;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-name {
+ margin-top : 1rem;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-content .item-name, .ecommerce-application .grid-view .ecommerce-card .card-content .item-description {
+ overflow : hidden;
+ white-space : nowrap;
+ text-overflow : ellipsis;
+}
+.ecommerce-application .grid-view .ecommerce-card .card-body {
+ padding : 1rem;
+ padding-bottom : 0;
+}
+
+.ecommerce-application .list-view {
+ display : grid;
+ grid-template-columns : 1fr;
+}
+.ecommerce-application .list-view .ecommerce-card {
+ overflow : hidden;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content {
+ display : grid;
+ grid-template-columns : 1fr 2fr 1fr;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
+ -webkit-align-self : center;
+ -ms-flex-item-align : center;
+ align-self : center;
+ padding-left : 1rem;
+ padding-right : 1rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ height : 100%;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
+ padding : 1rem;
+ padding-bottom : 0.5rem;
+ border-right : 1px solid #DAE1E7;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-rating {
+ display : none;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-price {
+ display : none;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
+ margin-bottom : 0.25rem;
+ font-size : 0.95rem;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company {
+ display : block;
+ cursor : pointer;
+ font-size : 0.875rem;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name {
+ color : #7367F0;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options {
+ padding : 1rem;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper {
+ position : relative;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating {
+ position : absolute;
+ right : 0;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-cost .item-price {
+ position : relative;
+ top : 55px;
+ font-size : 16px;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .shipping {
+ position : relative;
+ top : 50px;
+ color : #B8C2CC;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist {
+ margin-top : 84px;
+ margin-bottom : 10px;
+}
+.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist, .ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart {
+ border-radius : 6px;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .item-company {
+ margin-bottom : 0;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-in {
+ color : #28C76F;
+ font-weight : 400;
+ font-size : 0.875rem;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-out {
+ color : #EA5455;
+ font-weight : 400;
+ font-size : 0.875rem;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity {
+ font-weight : 700;
+ font-size : 0.875rem;
+}
+.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-title {
+ margin-bottom : 0.5rem;
+}
+.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-counter-wrapper {
+ margin-left : -10px;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date, .ecommerce-application .checkout-items .ecommerce-card .card-content .offers {
+ font-weight : 500;
+ margin-bottom : 0;
+ font-size : 1rem;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date {
+ color : #B8C2CC;
+ margin-top : 1.8rem;
+}
+
+.ecommerce-application .checkout-items .ecommerce-card .card-content .offers {
+ color : #28C76F;
+}
+
+.ecommerce-application .checkout-options .options-title {
+ color : #B8C2CC;
+}
+
+.ecommerce-application .checkout-options .coupons {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+}
+.ecommerce-application .checkout-options .coupons .coupons-title {
+ font-weight : 600;
+}
+.ecommerce-application .checkout-options .coupons .coupons-title p {
+ margin-bottom : 0.5rem;
+}
+.ecommerce-application .checkout-options .coupons .apply-coupon {
+ color : #7367F0;
+ font-weight : 500;
+ cursor : pointer;
+}
+.ecommerce-application .checkout-options .coupons .apply-coupon p {
+ margin-bottom : 0.5rem;
+}
+
+.ecommerce-application .checkout-options .price-details {
+ font-weight : 600;
+ margin-bottom : 0.75rem;
+}
+
+.ecommerce-application .checkout-options .detail {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ margin-bottom : 0.75rem;
+}
+.ecommerce-application .checkout-options .detail .detail-title {
+ color : #B8C2CC;
+}
+.ecommerce-application .checkout-options .detail .detail-title.detail-total {
+ color : #626262;
+ font-weight : 600;
+}
+.ecommerce-application .checkout-options .detail .detail-amt.discount-amt {
+ color : #28C76F;
+}
+.ecommerce-application .checkout-options .detail .detail-amt.emi-details {
+ color : #7367F0;
+ cursor : pointer;
+}
+.ecommerce-application .checkout-options .detail .detail-amt.total-amt {
+ font-weight : 600;
+}
+
+.ecommerce-application .payment-type .gift-card {
+ cursor : pointer;
+}
+.ecommerce-application .payment-type .gift-card i {
+ position : relative;
+ top : 3px;
+}
+
+.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a {
+ color : #7367F0;
+}
+.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error > a .step {
+ border-color : #7367F0;
+ background-color : #7367F0;
+}
+
+.ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error {
+ color : #EA5455;
+}
+
+@media (max-width: 1200px) {
+ .ecommerce-application .app-content {
+ overflow : scroll;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .ecommerce-application .sidebar-left .sidebar {
+ position : absolute;
+ top : 14rem;
+ }
+ .ecommerce-application .sidebar-left .sidebar .card {
+ border-radius : 0;
+ padding-bottom : 100vh;
+ padding-bottom : calc(var(--vh, 1vh) * 100);
+ }
+ .ecommerce-application .sidebar-left .sidebar .card .card-body {
+ padding-bottom : 100%;
+ }
+ .ecommerce-application .sidebar-left .sidebar .sidebar-shop {
+ -webkit-transform : translateX(-112%);
+ -ms-transform : translateX(-112%);
+ transform : translateX(-112%);
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ position : absolute;
+ }
+ .ecommerce-application .sidebar-left .sidebar .sidebar-shop.show {
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ -webkit-transform : translateX(0);
+ -ms-transform : translateX(0);
+ transform : translateX(0);
+ }
+ .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
+ position : relative;
+ top : 1.2rem;
+ }
+ .ecommerce-application .grid-view {
+ grid-template-columns : 1fr 1fr;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .ecommerce-application .ecommerce-header-items .result-toggler .search-results {
+ display : none;
+ }
+ .ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler {
+ top : 0.5rem;
+ }
+ .ecommerce-application .ecommerce-header-items .sidebar-shop {
+ -webkit-transform : translateX(-123%);
+ -ms-transform : translateX(-123%);
+ transform : translateX(-123%);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ z-index : 5;
+ }
+ .ecommerce-application .ecommerce-header-items .sidebar-shop.show {
+ position : absolute;
+ -webkit-transform : translateX(0);
+ -ms-transform : translateX(0);
+ transform : translateX(0);
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ }
+ .ecommerce-application .list-view .ecommerce-card .card-content {
+ grid-template-columns : 1fr;
+ }
+ .ecommerce-application .list-view .ecommerce-card .card-content .item-img {
+ padding-top : 2rem;
+ padding-bottom : 2rem;
+ }
+ .ecommerce-application .list-view .ecommerce-card .card-content .card-body {
+ border : none;
+ }
+}
+
+@media (max-width: 576px) {
+ .ecommerce-application .sidebar-shop {
+ top : 0;
+ }
+ .ecommerce-application .grid-view {
+ grid-template-columns : 1fr;
+ }
+}
+
+@media (min-width: 992px) {
+ .ecommerce-application .ecommerce-header-items .shop-sidebar-toggler {
+ display : none;
+ }
+ .ecommerce-application .wishlist-items.grid-view {
+ grid-template-columns : 1fr 1fr 1fr 1fr;
+ }
+ .ecommerce-application .product-checkout.list-view {
+ grid-template-columns : 2fr 1fr;
+ -webkit-column-gap : 20px;
+ -moz-column-gap : 20px;
+ column-gap : 20px;
+ }
+}
+
+@media (max-width: 360px) {
+ .ecommerce-application .sidebar-shop {
+ top : 1.5rem;
+ }
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .ecommerce-application .grid-view {
+ display : block;
+ }
+ .ecommerce-application .grid-view .ecommerce-card {
+ float : left;
+ width : 31%;
+ margin-left : 1%;
+ margin-right : 1%;
+ }
+ .ecommerce-application .list-view {
+ display : block;
+ }
+ .ecommerce-application .list-view .ecommerce-card .card-content {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ }
+ .ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist, .ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart {
+ padding : 0.8rem 3rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ }
+ .ecommerce-application #ecommerce-pagination .row {
+ clear : both;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-ecommerce-shop.min.css b/www/assets2/css/pages/app-ecommerce-shop.min.css
new file mode 100644
index 0000000..7582212
--- /dev/null
+++ b/www/assets2/css/pages/app-ecommerce-shop.min.css
@@ -0,0 +1 @@
+.ecommerce-application .grid-view .ecommerce-card,.ecommerce-application .list-view .ecommerce-card{overflow:hidden}.ecommerce-application .content-body{position:relative}.ecommerce-application .shop-content-overlay{position:absolute;top:4.2rem;height:100%;width:100%;background:rgba(0,0,0,.2);z-index:0;opacity:0}.ecommerce-application .shop-content-overlay.show{opacity:1;z-index:1}.ecommerce-application .sidebar-shop .sidebar-close-icon{position:absolute;top:.25rem;right:.25rem;font-size:1.25rem;z-index:5;cursor:pointer}.ecommerce-application .sidebar-shop .filter-heading{font-weight:700;color:#626262;position:relative;top:-7px}.ecommerce-application .sidebar-shop .vs-radio-con input:checked~span{color:#7367F0}.ecommerce-application .sidebar-shop .filter-title{font-weight:700}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal,.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-base{height:.285rem}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle{right:-1.071rem!important;top:-.428rem;width:16px;height:16px;border-width:.142rem;line-height:1.15;cursor:pointer}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip{opacity:0;font-size:.75rem;background-color:#7367F0;color:#FFF;border-radius:.357rem;border:none;padding:.142rem .357rem;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle .noUi-tooltip:before{content:'$ '}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-width:.5rem;-webkit-transition:.25s ease;transition:.25s ease}.ecommerce-application .sidebar-shop .range-slider.noUi-horizontal .noUi-handle:active .noUi-tooltip{opacity:1}.ecommerce-application .sidebar-shop .ratings-list .ratings-list-item{font-size:1.5rem;cursor:pointer}.ecommerce-application .sidebar-shop .ratings-list~.stars-received{margin-top:.35rem}.ecommerce-application .sidebar-shop{margin-top:2rem;width:260px;z-index:4}.ecommerce-application .ecommerce-header-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option{display:inline-block}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn{margin-right:10px;background-color:#FFF;padding:.5rem;color:#626262;box-shadow:0 2px 8px 0 rgba(0,0,0,.14)!important}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn i{font-size:1.7rem}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover{color:#7367F0!important}.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:active,.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn:hover{color:#626262}.ecommerce-application .ecommerce-header-items .view-options .select2{margin-right:10px;width:auto!important}.ecommerce-application .ecommerce-header-items .view-options .select2 .select2-selection--single{border:none!important;box-shadow:0 2px 8px 0 rgba(0,0,0,.14);border-radius:5px}.ecommerce-application .ecommerce-header-items .result-toggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler{font-size:1.7rem;padding-left:0;margin-left:-6px}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:active,.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler:focus{outline:0}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler .navbar-toggler-icon i{color:#626262;vertical-align:middle}.ecommerce-application .ecommerce-header-items .result-toggler .search-results{font-weight:700;color:#626262;display:inline-block}.ecommerce-application .search-product{height:48px;border:none;box-shadow:0 2px 8px 0 rgba(0,0,0,.14);font-size:1.2rem;padding-left:1rem}.ecommerce-application .search-product~.form-control-position{top:10px;right:10px}.ecommerce-application .search-product~.form-control-position i{font-size:1.5rem}.ecommerce-application .search-product::-webkit-input-placeholder{font-size:.95rem}.ecommerce-application .search-product::-moz-placeholder{font-size:.95rem}.ecommerce-application .search-product:-ms-input-placeholder{font-size:.95rem}.ecommerce-application .search-product::-ms-input-placeholder{font-size:.95rem}.ecommerce-application .search-product::placeholder{font-size:.95rem}.ecommerce-application .ecommerce-card:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 4px 25px 0 rgba(0,0,0,.25)}.ecommerce-application .ecommerce-card .item-price{font-weight:700}.ecommerce-application .ecommerce-card .item-rating i{margin-left:.25rem;vertical-align:top}.ecommerce-application .ecommerce-card .item-name{font-weight:600;color:#2C2C2C}.ecommerce-application .ecommerce-card .item-name a{color:#626262}.ecommerce-application .ecommerce-card .item-name a:hover{color:#7367F0}.ecommerce-application .ecommerce-card .item-description{font-size:.875rem}.ecommerce-application .ecommerce-card .cart,.ecommerce-application .ecommerce-card .wishlist{padding:.8rem 1rem;cursor:pointer;font-weight:600;font-size:.875rem;text-transform:uppercase}.ecommerce-application .ecommerce-card .cart i,.ecommerce-application .ecommerce-card .wishlist i{font-size:1rem;margin-right:.25rem}.ecommerce-application .ecommerce-card .wishlist{background-color:#F6F6F6;color:#2C2C2C;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ecommerce-application .ecommerce-card .wishlist.added i{color:#EA5455}.ecommerce-application .ecommerce-card .cart{background-color:#7367F0;color:#FFF}.ecommerce-application .ecommerce-card .cart .view-in-cart{color:#FFF}.ecommerce-application .grid-view,.ecommerce-application .list-view{margin-top:.7rem}.ecommerce-application .grid-view{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-column-gap:28px;-moz-column-gap:28px;column-gap:28px}.ecommerce-application .grid-view .ecommerce-card .card-content .item-img{padding-top:.5rem;min-height:15.85rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .item-price{position:relative;top:5px}.ecommerce-application .grid-view .ecommerce-card .card-content .item-company,.ecommerce-application .grid-view .ecommerce-card .card-content .item-wrapper .shipping{display:none}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .wishlist{padding:.8rem 2rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-price,.ecommerce-application .grid-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating{display:none}.ecommerce-application .grid-view .ecommerce-card .card-content .item-name{margin-top:1rem}.ecommerce-application .grid-view .ecommerce-card .card-content .item-description,.ecommerce-application .grid-view .ecommerce-card .card-content .item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ecommerce-application .grid-view .ecommerce-card .card-body{padding:1rem 1rem 0}.ecommerce-application .list-view{display:grid;grid-template-columns:1fr}.ecommerce-application .list-view .ecommerce-card .card-content{display:grid;grid-template-columns:1fr 2fr 1fr}.ecommerce-application .list-view .ecommerce-card .card-content .item-img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:1rem;padding-right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.ecommerce-application .list-view .ecommerce-card .card-content .card-body{padding:1rem 1rem .5rem;border-right:1px solid #DAE1E7}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-price,.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-rating{display:none}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name{margin-bottom:.25rem;font-size:.95rem}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company{display:block;cursor:pointer;font-size:.875rem}.ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-company .company-name{color:#7367F0}.ecommerce-application .list-view .ecommerce-card .card-content .item-options{padding:1rem}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper{position:relative}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-rating{position:absolute;right:0}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .item-wrapper .item-cost .item-price{position:relative;top:55px;font-size:16px}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .shipping{position:relative;top:50px;color:#B8C2CC}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{margin-top:84px;margin-bottom:10px}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{border-radius:6px}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-company{margin-bottom:0}.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-in{color:#28C76F;font-weight:400;font-size:.875rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .stock-status-out{color:#EA5455;font-weight:400;font-size:.875rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity{font-weight:700;font-size:.875rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-title{margin-bottom:.5rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .item-quantity .quantity-counter-wrapper{margin-left:-10px}.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date,.ecommerce-application .checkout-items .ecommerce-card .card-content .offers{font-weight:500;margin-bottom:0;font-size:1rem}.ecommerce-application .checkout-options .coupons .apply-coupon p,.ecommerce-application .checkout-options .coupons .coupons-title p{margin-bottom:.5rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .delivery-date{color:#B8C2CC;margin-top:1.8rem}.ecommerce-application .checkout-items .ecommerce-card .card-content .offers{color:#28C76F}.ecommerce-application .checkout-options .options-title{color:#B8C2CC}.ecommerce-application .checkout-options .coupons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ecommerce-application .checkout-options .coupons .coupons-title{font-weight:600}.ecommerce-application .checkout-options .coupons .apply-coupon{color:#7367F0;font-weight:500;cursor:pointer}.ecommerce-application .checkout-options .price-details{font-weight:600;margin-bottom:.75rem}.ecommerce-application .checkout-options .detail{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.75rem}.ecommerce-application .checkout-options .detail .detail-title{color:#B8C2CC}.ecommerce-application .checkout-options .detail .detail-title.detail-total{color:#626262;font-weight:600}.ecommerce-application .checkout-options .detail .detail-amt.discount-amt{color:#28C76F}.ecommerce-application .checkout-options .detail .detail-amt.emi-details{color:#7367F0;cursor:pointer}.ecommerce-application .checkout-options .detail .detail-amt.total-amt{font-weight:600}.ecommerce-application .payment-type .gift-card{cursor:pointer}.ecommerce-application .payment-type .gift-card i{position:relative;top:3px}.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error>a{color:#7367F0}.ecommerce-application .wizard.checkout-tab-steps .steps ul li.error>a .step{border-color:#7367F0;background-color:#7367F0}.ecommerce-application .wizard.checkout-tab-steps #checkout-address .form-group .error{color:#EA5455}@media (max-width:1200px){.ecommerce-application .app-content{overflow:scroll}}@media (max-width:991.98px){.ecommerce-application .sidebar-left .sidebar{position:absolute;top:14rem}.ecommerce-application .sidebar-left .sidebar .card{border-radius:0;padding-bottom:100vh;padding-bottom:calc(var(--vh,1vh) * 100)}.ecommerce-application .sidebar-left .sidebar .card .card-body{padding-bottom:100%}.ecommerce-application .sidebar-left .sidebar .sidebar-shop{-webkit-transform:translateX(-112%);-ms-transform:translateX(-112%);transform:translateX(-112%);-webkit-transition:all .25s ease;transition:all .25s ease;position:absolute}.ecommerce-application .sidebar-left .sidebar .sidebar-shop.show{-webkit-transition:all .25s ease;transition:all .25s ease;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.ecommerce-application .ecommerce-header-items .result-toggler .shop-sidebar-toggler{position:relative;top:.5rem}.ecommerce-application .grid-view{grid-template-columns:1fr 1fr}.ecommerce-application .ecommerce-header-items .result-toggler .search-results{display:none}.ecommerce-application .ecommerce-header-items .sidebar-shop{-webkit-transform:translateX(-123%);-ms-transform:translateX(-123%);transform:translateX(-123%);-webkit-transition:all .2s ease;transition:all .2s ease;z-index:5}.ecommerce-application .ecommerce-header-items .sidebar-shop.show{position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:all .2s ease;transition:all .2s ease}.ecommerce-application .list-view .ecommerce-card .card-content{grid-template-columns:1fr}.ecommerce-application .list-view .ecommerce-card .card-content .item-img{padding-top:2rem;padding-bottom:2rem}.ecommerce-application .list-view .ecommerce-card .card-content .card-body{border:none}}@media (max-width:576px){.ecommerce-application .sidebar-shop{top:0}.ecommerce-application .grid-view{grid-template-columns:1fr}}@media (min-width:992px){.ecommerce-application .ecommerce-header-items .shop-sidebar-toggler{display:none}.ecommerce-application .wishlist-items.grid-view{grid-template-columns:1fr 1fr 1fr 1fr}.ecommerce-application .product-checkout.list-view{grid-template-columns:2fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media (max-width:360px){.ecommerce-application .sidebar-shop{top:1.5rem}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ecommerce-application .grid-view,.ecommerce-application .list-view{display:block}.ecommerce-application .grid-view .ecommerce-card{float:left;width:31%;margin-left:1%;margin-right:1%}.ecommerce-application .list-view .ecommerce-card .card-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ecommerce-application .list-view .ecommerce-card .card-content .item-options .cart,.ecommerce-application .list-view .ecommerce-card .card-content .item-options .wishlist{padding:.8rem 3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ecommerce-application #ecommerce-pagination .row{clear:both}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-email.css b/www/assets2/css/pages/app-email.css
new file mode 100644
index 0000000..f8414f7
--- /dev/null
+++ b/www/assets2/css/pages/app-email.css
@@ -0,0 +1,20463 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.email-application .content-area-wrapper {
+ border : 1px solid #DAE1E7;
+ border-radius : 0.25rem;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar {
+ width : 260px;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ background-color : #FFFFFF;
+ border-top-left-radius : 0.25rem;
+ border-bottom-left-radius : 0.25rem;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon {
+ position : absolute;
+ right : 0.25rem;
+ top : 0.25rem;
+ cursor : pointer;
+ font-size : 1.25rem;
+ z-index : 5;
+ visibility : hidden;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu {
+ width : 100%;
+ padding-bottom : 0.5rem;
+ box-shadow : 0 0 15px 0 rgba(0, 0, 0, 0.05);
+ z-index : 3;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .compose-btn {
+ padding : 1px 1.5rem;
+ margin-bottom : 0.25rem;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .badge {
+ padding : 0.5rem 0.68rem;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list {
+ padding : 0 1.5rem;
+ position : relative;
+ height : calc(100% - 6.4rem);
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item i {
+ top : 3px;
+}
+.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu hr {
+ margin-left : -1.5rem;
+ margin-right : -1.5rem;
+}
+.email-application .content-area-wrapper .sidebar .list-group .list-group-item {
+ padding-left : 0;
+ padding-right : 0;
+}
+.email-application .content-area-wrapper .sidebar .list-group .list-group-item:hover, .email-application .content-area-wrapper .sidebar .list-group .list-group-item:focus {
+ background-color : transparent;
+ color : #626262;
+}
+.email-application .content-area-wrapper .sidebar .list-group .list-group-item.active {
+ background : transparent;
+ color : #7367F0;
+}
+.email-application .content-area-wrapper .content-right {
+ width : calc(100% - 260px);
+}
+.email-application .content-area-wrapper .content-right .content-wrapper {
+ padding : 0;
+}
+.email-application .content-area-wrapper .content-right .email-app-list-wrapper {
+ border-left : 1px solid #DAE1E7;
+}
+.email-application .content-area-wrapper .content-right .app-fixed-search {
+ padding : 0.35rem 0.1rem;
+ border-bottom : 1px solid #DAE1E7;
+ background-color : #FFFFFF;
+ border-top-right-radius : 0.5rem;
+}
+.email-application .content-area-wrapper .content-right .app-fixed-search .form-control-position {
+ font-size : calc(1rem * 1.1);
+}
+.email-application .content-area-wrapper .content-right .app-fixed-search input {
+ border : 0;
+ background-color : transparent;
+}
+.email-application .content-area-wrapper .content-right .app-fixed-search input:focus {
+ border-color : transparent;
+ box-shadow : none;
+}
+.email-application .content-area-wrapper .content-right .action-icon {
+ cursor : pointer;
+}
+
+.email-application .app-content .content-area-wrapper {
+ position : relative;
+}
+.email-application .app-content .content-area-wrapper .sidebar-toggle {
+ cursor : pointer;
+ margin : 0.5rem 0.99rem;
+ float : left;
+ line-height : 1;
+}
+.email-application .app-content .content-area-wrapper .sidebar-toggle i {
+ font-size : 1.75rem;
+}
+.email-application .app-content .content-area-wrapper .go-back {
+ cursor : pointer;
+}
+.email-application .app-content .content-area-wrapper .app-content-overlay {
+ top : 0;
+ left : 0;
+ right : 0;
+ bottom : 0;
+ position : absolute;
+ display : block;
+ z-index : 2;
+ visibility : hidden;
+ opacity : 0;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.email-application .app-content .content-area-wrapper .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.5rem;
+}
+.email-application .app-content .content-area-wrapper .email-user-list {
+ position : relative;
+ height : calc(100vh - 20.3rem);
+ height : calc(var(--vh, 1vh) * 100 - 20.3rem);
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper {
+ padding : 0;
+ margin : 0;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1) {
+ -webkit-animation-delay : 0.1s;
+ animation-delay : 0.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2) {
+ -webkit-animation-delay : 0.2s;
+ animation-delay : 0.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3) {
+ -webkit-animation-delay : 0.3s;
+ animation-delay : 0.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4) {
+ -webkit-animation-delay : 0.4s;
+ animation-delay : 0.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5) {
+ -webkit-animation-delay : 0.5s;
+ animation-delay : 0.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(6) {
+ -webkit-animation-delay : 0.6s;
+ animation-delay : 0.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(7) {
+ -webkit-animation-delay : 0.7s;
+ animation-delay : 0.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(8) {
+ -webkit-animation-delay : 0.8s;
+ animation-delay : 0.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(9) {
+ -webkit-animation-delay : 0.9s;
+ animation-delay : 0.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(10) {
+ -webkit-animation-delay : 1s;
+ animation-delay : 1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(11) {
+ -webkit-animation-delay : 1.1s;
+ animation-delay : 1.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(12) {
+ -webkit-animation-delay : 1.2s;
+ animation-delay : 1.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(13) {
+ -webkit-animation-delay : 1.3s;
+ animation-delay : 1.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(14) {
+ -webkit-animation-delay : 1.4s;
+ animation-delay : 1.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(15) {
+ -webkit-animation-delay : 1.5s;
+ animation-delay : 1.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(16) {
+ -webkit-animation-delay : 1.6s;
+ animation-delay : 1.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(17) {
+ -webkit-animation-delay : 1.7s;
+ animation-delay : 1.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(18) {
+ -webkit-animation-delay : 1.8s;
+ animation-delay : 1.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(19) {
+ -webkit-animation-delay : 1.9s;
+ animation-delay : 1.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(20) {
+ -webkit-animation-delay : 2s;
+ animation-delay : 2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(21) {
+ -webkit-animation-delay : 2.1s;
+ animation-delay : 2.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(22) {
+ -webkit-animation-delay : 2.2s;
+ animation-delay : 2.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(23) {
+ -webkit-animation-delay : 2.3s;
+ animation-delay : 2.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(24) {
+ -webkit-animation-delay : 2.4s;
+ animation-delay : 2.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(25) {
+ -webkit-animation-delay : 2.5s;
+ animation-delay : 2.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(26) {
+ -webkit-animation-delay : 2.6s;
+ animation-delay : 2.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(27) {
+ -webkit-animation-delay : 2.7s;
+ animation-delay : 2.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(28) {
+ -webkit-animation-delay : 2.8s;
+ animation-delay : 2.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(29) {
+ -webkit-animation-delay : 2.9s;
+ animation-delay : 2.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(30) {
+ -webkit-animation-delay : 3s;
+ animation-delay : 3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(31) {
+ -webkit-animation-delay : 3.1s;
+ animation-delay : 3.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(32) {
+ -webkit-animation-delay : 3.2s;
+ animation-delay : 3.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(33) {
+ -webkit-animation-delay : 3.3s;
+ animation-delay : 3.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(34) {
+ -webkit-animation-delay : 3.4s;
+ animation-delay : 3.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(35) {
+ -webkit-animation-delay : 3.5s;
+ animation-delay : 3.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(36) {
+ -webkit-animation-delay : 3.6s;
+ animation-delay : 3.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(37) {
+ -webkit-animation-delay : 3.7s;
+ animation-delay : 3.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(38) {
+ -webkit-animation-delay : 3.8s;
+ animation-delay : 3.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(39) {
+ -webkit-animation-delay : 3.9s;
+ animation-delay : 3.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(40) {
+ -webkit-animation-delay : 4s;
+ animation-delay : 4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(41) {
+ -webkit-animation-delay : 4.1s;
+ animation-delay : 4.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(42) {
+ -webkit-animation-delay : 4.2s;
+ animation-delay : 4.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(43) {
+ -webkit-animation-delay : 4.3s;
+ animation-delay : 4.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(44) {
+ -webkit-animation-delay : 4.4s;
+ animation-delay : 4.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(45) {
+ -webkit-animation-delay : 4.5s;
+ animation-delay : 4.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(46) {
+ -webkit-animation-delay : 4.6s;
+ animation-delay : 4.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(47) {
+ -webkit-animation-delay : 4.7s;
+ animation-delay : 4.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(48) {
+ -webkit-animation-delay : 4.8s;
+ animation-delay : 4.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(49) {
+ -webkit-animation-delay : 4.9s;
+ animation-delay : 4.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(50) {
+ -webkit-animation-delay : 5s;
+ animation-delay : 5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(51) {
+ -webkit-animation-delay : 5.1s;
+ animation-delay : 5.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(52) {
+ -webkit-animation-delay : 5.2s;
+ animation-delay : 5.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(53) {
+ -webkit-animation-delay : 5.3s;
+ animation-delay : 5.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(54) {
+ -webkit-animation-delay : 5.4s;
+ animation-delay : 5.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(55) {
+ -webkit-animation-delay : 5.5s;
+ animation-delay : 5.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(56) {
+ -webkit-animation-delay : 5.6s;
+ animation-delay : 5.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(57) {
+ -webkit-animation-delay : 5.7s;
+ animation-delay : 5.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(58) {
+ -webkit-animation-delay : 5.8s;
+ animation-delay : 5.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(59) {
+ -webkit-animation-delay : 5.9s;
+ animation-delay : 5.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(60) {
+ -webkit-animation-delay : 6s;
+ animation-delay : 6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(61) {
+ -webkit-animation-delay : 6.1s;
+ animation-delay : 6.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(62) {
+ -webkit-animation-delay : 6.2s;
+ animation-delay : 6.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(63) {
+ -webkit-animation-delay : 6.3s;
+ animation-delay : 6.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(64) {
+ -webkit-animation-delay : 6.4s;
+ animation-delay : 6.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(65) {
+ -webkit-animation-delay : 6.5s;
+ animation-delay : 6.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(66) {
+ -webkit-animation-delay : 6.6s;
+ animation-delay : 6.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(67) {
+ -webkit-animation-delay : 6.7s;
+ animation-delay : 6.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(68) {
+ -webkit-animation-delay : 6.8s;
+ animation-delay : 6.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(69) {
+ -webkit-animation-delay : 6.9s;
+ animation-delay : 6.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(70) {
+ -webkit-animation-delay : 7s;
+ animation-delay : 7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(71) {
+ -webkit-animation-delay : 7.1s;
+ animation-delay : 7.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(72) {
+ -webkit-animation-delay : 7.2s;
+ animation-delay : 7.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(73) {
+ -webkit-animation-delay : 7.3s;
+ animation-delay : 7.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(74) {
+ -webkit-animation-delay : 7.4s;
+ animation-delay : 7.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(75) {
+ -webkit-animation-delay : 7.5s;
+ animation-delay : 7.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(76) {
+ -webkit-animation-delay : 7.6s;
+ animation-delay : 7.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(77) {
+ -webkit-animation-delay : 7.7s;
+ animation-delay : 7.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(78) {
+ -webkit-animation-delay : 7.8s;
+ animation-delay : 7.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(79) {
+ -webkit-animation-delay : 7.9s;
+ animation-delay : 7.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(80) {
+ -webkit-animation-delay : 8s;
+ animation-delay : 8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(81) {
+ -webkit-animation-delay : 8.1s;
+ animation-delay : 8.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(82) {
+ -webkit-animation-delay : 8.2s;
+ animation-delay : 8.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(83) {
+ -webkit-animation-delay : 8.3s;
+ animation-delay : 8.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(84) {
+ -webkit-animation-delay : 8.4s;
+ animation-delay : 8.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(85) {
+ -webkit-animation-delay : 8.5s;
+ animation-delay : 8.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(86) {
+ -webkit-animation-delay : 8.6s;
+ animation-delay : 8.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(87) {
+ -webkit-animation-delay : 8.7s;
+ animation-delay : 8.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(88) {
+ -webkit-animation-delay : 8.8s;
+ animation-delay : 8.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(89) {
+ -webkit-animation-delay : 8.9s;
+ animation-delay : 8.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(90) {
+ -webkit-animation-delay : 9s;
+ animation-delay : 9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(91) {
+ -webkit-animation-delay : 9.1s;
+ animation-delay : 9.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(92) {
+ -webkit-animation-delay : 9.2s;
+ animation-delay : 9.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(93) {
+ -webkit-animation-delay : 9.3s;
+ animation-delay : 9.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(94) {
+ -webkit-animation-delay : 9.4s;
+ animation-delay : 9.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(95) {
+ -webkit-animation-delay : 9.5s;
+ animation-delay : 9.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(96) {
+ -webkit-animation-delay : 9.6s;
+ animation-delay : 9.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(97) {
+ -webkit-animation-delay : 9.7s;
+ animation-delay : 9.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(98) {
+ -webkit-animation-delay : 9.8s;
+ animation-delay : 9.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(99) {
+ -webkit-animation-delay : 9.9s;
+ animation-delay : 9.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(100) {
+ -webkit-animation-delay : 10s;
+ animation-delay : 10s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(101) {
+ -webkit-animation-delay : 10.1s;
+ animation-delay : 10.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(102) {
+ -webkit-animation-delay : 10.2s;
+ animation-delay : 10.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(103) {
+ -webkit-animation-delay : 10.3s;
+ animation-delay : 10.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(104) {
+ -webkit-animation-delay : 10.4s;
+ animation-delay : 10.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(105) {
+ -webkit-animation-delay : 10.5s;
+ animation-delay : 10.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(106) {
+ -webkit-animation-delay : 10.6s;
+ animation-delay : 10.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(107) {
+ -webkit-animation-delay : 10.7s;
+ animation-delay : 10.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(108) {
+ -webkit-animation-delay : 10.8s;
+ animation-delay : 10.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(109) {
+ -webkit-animation-delay : 10.9s;
+ animation-delay : 10.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(110) {
+ -webkit-animation-delay : 11s;
+ animation-delay : 11s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(111) {
+ -webkit-animation-delay : 11.1s;
+ animation-delay : 11.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(112) {
+ -webkit-animation-delay : 11.2s;
+ animation-delay : 11.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(113) {
+ -webkit-animation-delay : 11.3s;
+ animation-delay : 11.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(114) {
+ -webkit-animation-delay : 11.4s;
+ animation-delay : 11.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(115) {
+ -webkit-animation-delay : 11.5s;
+ animation-delay : 11.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(116) {
+ -webkit-animation-delay : 11.6s;
+ animation-delay : 11.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(117) {
+ -webkit-animation-delay : 11.7s;
+ animation-delay : 11.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(118) {
+ -webkit-animation-delay : 11.8s;
+ animation-delay : 11.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(119) {
+ -webkit-animation-delay : 11.9s;
+ animation-delay : 11.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(120) {
+ -webkit-animation-delay : 12s;
+ animation-delay : 12s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(121) {
+ -webkit-animation-delay : 12.1s;
+ animation-delay : 12.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(122) {
+ -webkit-animation-delay : 12.2s;
+ animation-delay : 12.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(123) {
+ -webkit-animation-delay : 12.3s;
+ animation-delay : 12.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(124) {
+ -webkit-animation-delay : 12.4s;
+ animation-delay : 12.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(125) {
+ -webkit-animation-delay : 12.5s;
+ animation-delay : 12.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(126) {
+ -webkit-animation-delay : 12.6s;
+ animation-delay : 12.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(127) {
+ -webkit-animation-delay : 12.7s;
+ animation-delay : 12.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(128) {
+ -webkit-animation-delay : 12.8s;
+ animation-delay : 12.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(129) {
+ -webkit-animation-delay : 12.9s;
+ animation-delay : 12.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(130) {
+ -webkit-animation-delay : 13s;
+ animation-delay : 13s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(131) {
+ -webkit-animation-delay : 13.1s;
+ animation-delay : 13.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(132) {
+ -webkit-animation-delay : 13.2s;
+ animation-delay : 13.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(133) {
+ -webkit-animation-delay : 13.3s;
+ animation-delay : 13.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(134) {
+ -webkit-animation-delay : 13.4s;
+ animation-delay : 13.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(135) {
+ -webkit-animation-delay : 13.5s;
+ animation-delay : 13.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(136) {
+ -webkit-animation-delay : 13.6s;
+ animation-delay : 13.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(137) {
+ -webkit-animation-delay : 13.7s;
+ animation-delay : 13.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(138) {
+ -webkit-animation-delay : 13.8s;
+ animation-delay : 13.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(139) {
+ -webkit-animation-delay : 13.9s;
+ animation-delay : 13.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(140) {
+ -webkit-animation-delay : 14s;
+ animation-delay : 14s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(141) {
+ -webkit-animation-delay : 14.1s;
+ animation-delay : 14.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(142) {
+ -webkit-animation-delay : 14.2s;
+ animation-delay : 14.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(143) {
+ -webkit-animation-delay : 14.3s;
+ animation-delay : 14.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(144) {
+ -webkit-animation-delay : 14.4s;
+ animation-delay : 14.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(145) {
+ -webkit-animation-delay : 14.5s;
+ animation-delay : 14.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(146) {
+ -webkit-animation-delay : 14.6s;
+ animation-delay : 14.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(147) {
+ -webkit-animation-delay : 14.7s;
+ animation-delay : 14.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(148) {
+ -webkit-animation-delay : 14.8s;
+ animation-delay : 14.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(149) {
+ -webkit-animation-delay : 14.9s;
+ animation-delay : 14.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(150) {
+ -webkit-animation-delay : 15s;
+ animation-delay : 15s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(151) {
+ -webkit-animation-delay : 15.1s;
+ animation-delay : 15.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(152) {
+ -webkit-animation-delay : 15.2s;
+ animation-delay : 15.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(153) {
+ -webkit-animation-delay : 15.3s;
+ animation-delay : 15.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(154) {
+ -webkit-animation-delay : 15.4s;
+ animation-delay : 15.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(155) {
+ -webkit-animation-delay : 15.5s;
+ animation-delay : 15.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(156) {
+ -webkit-animation-delay : 15.6s;
+ animation-delay : 15.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(157) {
+ -webkit-animation-delay : 15.7s;
+ animation-delay : 15.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(158) {
+ -webkit-animation-delay : 15.8s;
+ animation-delay : 15.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(159) {
+ -webkit-animation-delay : 15.9s;
+ animation-delay : 15.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(160) {
+ -webkit-animation-delay : 16s;
+ animation-delay : 16s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(161) {
+ -webkit-animation-delay : 16.1s;
+ animation-delay : 16.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(162) {
+ -webkit-animation-delay : 16.2s;
+ animation-delay : 16.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(163) {
+ -webkit-animation-delay : 16.3s;
+ animation-delay : 16.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(164) {
+ -webkit-animation-delay : 16.4s;
+ animation-delay : 16.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(165) {
+ -webkit-animation-delay : 16.5s;
+ animation-delay : 16.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(166) {
+ -webkit-animation-delay : 16.6s;
+ animation-delay : 16.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(167) {
+ -webkit-animation-delay : 16.7s;
+ animation-delay : 16.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(168) {
+ -webkit-animation-delay : 16.8s;
+ animation-delay : 16.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(169) {
+ -webkit-animation-delay : 16.9s;
+ animation-delay : 16.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(170) {
+ -webkit-animation-delay : 17s;
+ animation-delay : 17s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(171) {
+ -webkit-animation-delay : 17.1s;
+ animation-delay : 17.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(172) {
+ -webkit-animation-delay : 17.2s;
+ animation-delay : 17.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(173) {
+ -webkit-animation-delay : 17.3s;
+ animation-delay : 17.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(174) {
+ -webkit-animation-delay : 17.4s;
+ animation-delay : 17.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(175) {
+ -webkit-animation-delay : 17.5s;
+ animation-delay : 17.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(176) {
+ -webkit-animation-delay : 17.6s;
+ animation-delay : 17.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(177) {
+ -webkit-animation-delay : 17.7s;
+ animation-delay : 17.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(178) {
+ -webkit-animation-delay : 17.8s;
+ animation-delay : 17.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(179) {
+ -webkit-animation-delay : 17.9s;
+ animation-delay : 17.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(180) {
+ -webkit-animation-delay : 18s;
+ animation-delay : 18s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(181) {
+ -webkit-animation-delay : 18.1s;
+ animation-delay : 18.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(182) {
+ -webkit-animation-delay : 18.2s;
+ animation-delay : 18.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(183) {
+ -webkit-animation-delay : 18.3s;
+ animation-delay : 18.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(184) {
+ -webkit-animation-delay : 18.4s;
+ animation-delay : 18.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(185) {
+ -webkit-animation-delay : 18.5s;
+ animation-delay : 18.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(186) {
+ -webkit-animation-delay : 18.6s;
+ animation-delay : 18.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(187) {
+ -webkit-animation-delay : 18.7s;
+ animation-delay : 18.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(188) {
+ -webkit-animation-delay : 18.8s;
+ animation-delay : 18.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(189) {
+ -webkit-animation-delay : 18.9s;
+ animation-delay : 18.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(190) {
+ -webkit-animation-delay : 19s;
+ animation-delay : 19s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(191) {
+ -webkit-animation-delay : 19.1s;
+ animation-delay : 19.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(192) {
+ -webkit-animation-delay : 19.2s;
+ animation-delay : 19.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(193) {
+ -webkit-animation-delay : 19.3s;
+ animation-delay : 19.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(194) {
+ -webkit-animation-delay : 19.4s;
+ animation-delay : 19.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(195) {
+ -webkit-animation-delay : 19.5s;
+ animation-delay : 19.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(196) {
+ -webkit-animation-delay : 19.6s;
+ animation-delay : 19.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(197) {
+ -webkit-animation-delay : 19.7s;
+ animation-delay : 19.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(198) {
+ -webkit-animation-delay : 19.8s;
+ animation-delay : 19.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(199) {
+ -webkit-animation-delay : 19.9s;
+ animation-delay : 19.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(200) {
+ -webkit-animation-delay : 20s;
+ animation-delay : 20s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(201) {
+ -webkit-animation-delay : 20.1s;
+ animation-delay : 20.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(202) {
+ -webkit-animation-delay : 20.2s;
+ animation-delay : 20.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(203) {
+ -webkit-animation-delay : 20.3s;
+ animation-delay : 20.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(204) {
+ -webkit-animation-delay : 20.4s;
+ animation-delay : 20.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(205) {
+ -webkit-animation-delay : 20.5s;
+ animation-delay : 20.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(206) {
+ -webkit-animation-delay : 20.6s;
+ animation-delay : 20.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(207) {
+ -webkit-animation-delay : 20.7s;
+ animation-delay : 20.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(208) {
+ -webkit-animation-delay : 20.8s;
+ animation-delay : 20.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(209) {
+ -webkit-animation-delay : 20.9s;
+ animation-delay : 20.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(210) {
+ -webkit-animation-delay : 21s;
+ animation-delay : 21s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(211) {
+ -webkit-animation-delay : 21.1s;
+ animation-delay : 21.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(212) {
+ -webkit-animation-delay : 21.2s;
+ animation-delay : 21.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(213) {
+ -webkit-animation-delay : 21.3s;
+ animation-delay : 21.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(214) {
+ -webkit-animation-delay : 21.4s;
+ animation-delay : 21.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(215) {
+ -webkit-animation-delay : 21.5s;
+ animation-delay : 21.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(216) {
+ -webkit-animation-delay : 21.6s;
+ animation-delay : 21.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(217) {
+ -webkit-animation-delay : 21.7s;
+ animation-delay : 21.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(218) {
+ -webkit-animation-delay : 21.8s;
+ animation-delay : 21.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(219) {
+ -webkit-animation-delay : 21.9s;
+ animation-delay : 21.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(220) {
+ -webkit-animation-delay : 22s;
+ animation-delay : 22s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(221) {
+ -webkit-animation-delay : 22.1s;
+ animation-delay : 22.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(222) {
+ -webkit-animation-delay : 22.2s;
+ animation-delay : 22.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(223) {
+ -webkit-animation-delay : 22.3s;
+ animation-delay : 22.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(224) {
+ -webkit-animation-delay : 22.4s;
+ animation-delay : 22.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(225) {
+ -webkit-animation-delay : 22.5s;
+ animation-delay : 22.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(226) {
+ -webkit-animation-delay : 22.6s;
+ animation-delay : 22.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(227) {
+ -webkit-animation-delay : 22.7s;
+ animation-delay : 22.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(228) {
+ -webkit-animation-delay : 22.8s;
+ animation-delay : 22.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(229) {
+ -webkit-animation-delay : 22.9s;
+ animation-delay : 22.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(230) {
+ -webkit-animation-delay : 23s;
+ animation-delay : 23s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(231) {
+ -webkit-animation-delay : 23.1s;
+ animation-delay : 23.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(232) {
+ -webkit-animation-delay : 23.2s;
+ animation-delay : 23.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(233) {
+ -webkit-animation-delay : 23.3s;
+ animation-delay : 23.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(234) {
+ -webkit-animation-delay : 23.4s;
+ animation-delay : 23.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(235) {
+ -webkit-animation-delay : 23.5s;
+ animation-delay : 23.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(236) {
+ -webkit-animation-delay : 23.6s;
+ animation-delay : 23.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(237) {
+ -webkit-animation-delay : 23.7s;
+ animation-delay : 23.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(238) {
+ -webkit-animation-delay : 23.8s;
+ animation-delay : 23.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(239) {
+ -webkit-animation-delay : 23.9s;
+ animation-delay : 23.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(240) {
+ -webkit-animation-delay : 24s;
+ animation-delay : 24s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(241) {
+ -webkit-animation-delay : 24.1s;
+ animation-delay : 24.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(242) {
+ -webkit-animation-delay : 24.2s;
+ animation-delay : 24.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(243) {
+ -webkit-animation-delay : 24.3s;
+ animation-delay : 24.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(244) {
+ -webkit-animation-delay : 24.4s;
+ animation-delay : 24.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(245) {
+ -webkit-animation-delay : 24.5s;
+ animation-delay : 24.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(246) {
+ -webkit-animation-delay : 24.6s;
+ animation-delay : 24.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(247) {
+ -webkit-animation-delay : 24.7s;
+ animation-delay : 24.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(248) {
+ -webkit-animation-delay : 24.8s;
+ animation-delay : 24.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(249) {
+ -webkit-animation-delay : 24.9s;
+ animation-delay : 24.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(250) {
+ -webkit-animation-delay : 25s;
+ animation-delay : 25s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(251) {
+ -webkit-animation-delay : 25.1s;
+ animation-delay : 25.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(252) {
+ -webkit-animation-delay : 25.2s;
+ animation-delay : 25.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(253) {
+ -webkit-animation-delay : 25.3s;
+ animation-delay : 25.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(254) {
+ -webkit-animation-delay : 25.4s;
+ animation-delay : 25.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(255) {
+ -webkit-animation-delay : 25.5s;
+ animation-delay : 25.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(256) {
+ -webkit-animation-delay : 25.6s;
+ animation-delay : 25.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(257) {
+ -webkit-animation-delay : 25.7s;
+ animation-delay : 25.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(258) {
+ -webkit-animation-delay : 25.8s;
+ animation-delay : 25.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(259) {
+ -webkit-animation-delay : 25.9s;
+ animation-delay : 25.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(260) {
+ -webkit-animation-delay : 26s;
+ animation-delay : 26s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(261) {
+ -webkit-animation-delay : 26.1s;
+ animation-delay : 26.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(262) {
+ -webkit-animation-delay : 26.2s;
+ animation-delay : 26.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(263) {
+ -webkit-animation-delay : 26.3s;
+ animation-delay : 26.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(264) {
+ -webkit-animation-delay : 26.4s;
+ animation-delay : 26.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(265) {
+ -webkit-animation-delay : 26.5s;
+ animation-delay : 26.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(266) {
+ -webkit-animation-delay : 26.6s;
+ animation-delay : 26.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(267) {
+ -webkit-animation-delay : 26.7s;
+ animation-delay : 26.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(268) {
+ -webkit-animation-delay : 26.8s;
+ animation-delay : 26.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(269) {
+ -webkit-animation-delay : 26.9s;
+ animation-delay : 26.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(270) {
+ -webkit-animation-delay : 27s;
+ animation-delay : 27s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(271) {
+ -webkit-animation-delay : 27.1s;
+ animation-delay : 27.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(272) {
+ -webkit-animation-delay : 27.2s;
+ animation-delay : 27.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(273) {
+ -webkit-animation-delay : 27.3s;
+ animation-delay : 27.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(274) {
+ -webkit-animation-delay : 27.4s;
+ animation-delay : 27.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(275) {
+ -webkit-animation-delay : 27.5s;
+ animation-delay : 27.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(276) {
+ -webkit-animation-delay : 27.6s;
+ animation-delay : 27.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(277) {
+ -webkit-animation-delay : 27.7s;
+ animation-delay : 27.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(278) {
+ -webkit-animation-delay : 27.8s;
+ animation-delay : 27.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(279) {
+ -webkit-animation-delay : 27.9s;
+ animation-delay : 27.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(280) {
+ -webkit-animation-delay : 28s;
+ animation-delay : 28s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(281) {
+ -webkit-animation-delay : 28.1s;
+ animation-delay : 28.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(282) {
+ -webkit-animation-delay : 28.2s;
+ animation-delay : 28.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(283) {
+ -webkit-animation-delay : 28.3s;
+ animation-delay : 28.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(284) {
+ -webkit-animation-delay : 28.4s;
+ animation-delay : 28.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(285) {
+ -webkit-animation-delay : 28.5s;
+ animation-delay : 28.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(286) {
+ -webkit-animation-delay : 28.6s;
+ animation-delay : 28.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(287) {
+ -webkit-animation-delay : 28.7s;
+ animation-delay : 28.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(288) {
+ -webkit-animation-delay : 28.8s;
+ animation-delay : 28.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(289) {
+ -webkit-animation-delay : 28.9s;
+ animation-delay : 28.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(290) {
+ -webkit-animation-delay : 29s;
+ animation-delay : 29s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(291) {
+ -webkit-animation-delay : 29.1s;
+ animation-delay : 29.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(292) {
+ -webkit-animation-delay : 29.2s;
+ animation-delay : 29.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(293) {
+ -webkit-animation-delay : 29.3s;
+ animation-delay : 29.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(294) {
+ -webkit-animation-delay : 29.4s;
+ animation-delay : 29.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(295) {
+ -webkit-animation-delay : 29.5s;
+ animation-delay : 29.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(296) {
+ -webkit-animation-delay : 29.6s;
+ animation-delay : 29.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(297) {
+ -webkit-animation-delay : 29.7s;
+ animation-delay : 29.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(298) {
+ -webkit-animation-delay : 29.8s;
+ animation-delay : 29.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(299) {
+ -webkit-animation-delay : 29.9s;
+ animation-delay : 29.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(300) {
+ -webkit-animation-delay : 30s;
+ animation-delay : 30s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(301) {
+ -webkit-animation-delay : 30.1s;
+ animation-delay : 30.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(302) {
+ -webkit-animation-delay : 30.2s;
+ animation-delay : 30.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(303) {
+ -webkit-animation-delay : 30.3s;
+ animation-delay : 30.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(304) {
+ -webkit-animation-delay : 30.4s;
+ animation-delay : 30.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(305) {
+ -webkit-animation-delay : 30.5s;
+ animation-delay : 30.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(306) {
+ -webkit-animation-delay : 30.6s;
+ animation-delay : 30.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(307) {
+ -webkit-animation-delay : 30.7s;
+ animation-delay : 30.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(308) {
+ -webkit-animation-delay : 30.8s;
+ animation-delay : 30.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(309) {
+ -webkit-animation-delay : 30.9s;
+ animation-delay : 30.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(310) {
+ -webkit-animation-delay : 31s;
+ animation-delay : 31s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(311) {
+ -webkit-animation-delay : 31.1s;
+ animation-delay : 31.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(312) {
+ -webkit-animation-delay : 31.2s;
+ animation-delay : 31.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(313) {
+ -webkit-animation-delay : 31.3s;
+ animation-delay : 31.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(314) {
+ -webkit-animation-delay : 31.4s;
+ animation-delay : 31.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(315) {
+ -webkit-animation-delay : 31.5s;
+ animation-delay : 31.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(316) {
+ -webkit-animation-delay : 31.6s;
+ animation-delay : 31.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(317) {
+ -webkit-animation-delay : 31.7s;
+ animation-delay : 31.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(318) {
+ -webkit-animation-delay : 31.8s;
+ animation-delay : 31.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(319) {
+ -webkit-animation-delay : 31.9s;
+ animation-delay : 31.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(320) {
+ -webkit-animation-delay : 32s;
+ animation-delay : 32s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(321) {
+ -webkit-animation-delay : 32.1s;
+ animation-delay : 32.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(322) {
+ -webkit-animation-delay : 32.2s;
+ animation-delay : 32.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(323) {
+ -webkit-animation-delay : 32.3s;
+ animation-delay : 32.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(324) {
+ -webkit-animation-delay : 32.4s;
+ animation-delay : 32.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(325) {
+ -webkit-animation-delay : 32.5s;
+ animation-delay : 32.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(326) {
+ -webkit-animation-delay : 32.6s;
+ animation-delay : 32.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(327) {
+ -webkit-animation-delay : 32.7s;
+ animation-delay : 32.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(328) {
+ -webkit-animation-delay : 32.8s;
+ animation-delay : 32.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(329) {
+ -webkit-animation-delay : 32.9s;
+ animation-delay : 32.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(330) {
+ -webkit-animation-delay : 33s;
+ animation-delay : 33s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(331) {
+ -webkit-animation-delay : 33.1s;
+ animation-delay : 33.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(332) {
+ -webkit-animation-delay : 33.2s;
+ animation-delay : 33.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(333) {
+ -webkit-animation-delay : 33.3s;
+ animation-delay : 33.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(334) {
+ -webkit-animation-delay : 33.4s;
+ animation-delay : 33.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(335) {
+ -webkit-animation-delay : 33.5s;
+ animation-delay : 33.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(336) {
+ -webkit-animation-delay : 33.6s;
+ animation-delay : 33.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(337) {
+ -webkit-animation-delay : 33.7s;
+ animation-delay : 33.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(338) {
+ -webkit-animation-delay : 33.8s;
+ animation-delay : 33.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(339) {
+ -webkit-animation-delay : 33.9s;
+ animation-delay : 33.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(340) {
+ -webkit-animation-delay : 34s;
+ animation-delay : 34s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(341) {
+ -webkit-animation-delay : 34.1s;
+ animation-delay : 34.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(342) {
+ -webkit-animation-delay : 34.2s;
+ animation-delay : 34.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(343) {
+ -webkit-animation-delay : 34.3s;
+ animation-delay : 34.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(344) {
+ -webkit-animation-delay : 34.4s;
+ animation-delay : 34.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(345) {
+ -webkit-animation-delay : 34.5s;
+ animation-delay : 34.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(346) {
+ -webkit-animation-delay : 34.6s;
+ animation-delay : 34.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(347) {
+ -webkit-animation-delay : 34.7s;
+ animation-delay : 34.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(348) {
+ -webkit-animation-delay : 34.8s;
+ animation-delay : 34.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(349) {
+ -webkit-animation-delay : 34.9s;
+ animation-delay : 34.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(350) {
+ -webkit-animation-delay : 35s;
+ animation-delay : 35s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(351) {
+ -webkit-animation-delay : 35.1s;
+ animation-delay : 35.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(352) {
+ -webkit-animation-delay : 35.2s;
+ animation-delay : 35.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(353) {
+ -webkit-animation-delay : 35.3s;
+ animation-delay : 35.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(354) {
+ -webkit-animation-delay : 35.4s;
+ animation-delay : 35.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(355) {
+ -webkit-animation-delay : 35.5s;
+ animation-delay : 35.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(356) {
+ -webkit-animation-delay : 35.6s;
+ animation-delay : 35.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(357) {
+ -webkit-animation-delay : 35.7s;
+ animation-delay : 35.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(358) {
+ -webkit-animation-delay : 35.8s;
+ animation-delay : 35.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(359) {
+ -webkit-animation-delay : 35.9s;
+ animation-delay : 35.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(360) {
+ -webkit-animation-delay : 36s;
+ animation-delay : 36s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(361) {
+ -webkit-animation-delay : 36.1s;
+ animation-delay : 36.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(362) {
+ -webkit-animation-delay : 36.2s;
+ animation-delay : 36.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(363) {
+ -webkit-animation-delay : 36.3s;
+ animation-delay : 36.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(364) {
+ -webkit-animation-delay : 36.4s;
+ animation-delay : 36.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(365) {
+ -webkit-animation-delay : 36.5s;
+ animation-delay : 36.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(366) {
+ -webkit-animation-delay : 36.6s;
+ animation-delay : 36.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(367) {
+ -webkit-animation-delay : 36.7s;
+ animation-delay : 36.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(368) {
+ -webkit-animation-delay : 36.8s;
+ animation-delay : 36.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(369) {
+ -webkit-animation-delay : 36.9s;
+ animation-delay : 36.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(370) {
+ -webkit-animation-delay : 37s;
+ animation-delay : 37s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(371) {
+ -webkit-animation-delay : 37.1s;
+ animation-delay : 37.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(372) {
+ -webkit-animation-delay : 37.2s;
+ animation-delay : 37.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(373) {
+ -webkit-animation-delay : 37.3s;
+ animation-delay : 37.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(374) {
+ -webkit-animation-delay : 37.4s;
+ animation-delay : 37.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(375) {
+ -webkit-animation-delay : 37.5s;
+ animation-delay : 37.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(376) {
+ -webkit-animation-delay : 37.6s;
+ animation-delay : 37.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(377) {
+ -webkit-animation-delay : 37.7s;
+ animation-delay : 37.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(378) {
+ -webkit-animation-delay : 37.8s;
+ animation-delay : 37.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(379) {
+ -webkit-animation-delay : 37.9s;
+ animation-delay : 37.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(380) {
+ -webkit-animation-delay : 38s;
+ animation-delay : 38s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(381) {
+ -webkit-animation-delay : 38.1s;
+ animation-delay : 38.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(382) {
+ -webkit-animation-delay : 38.2s;
+ animation-delay : 38.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(383) {
+ -webkit-animation-delay : 38.3s;
+ animation-delay : 38.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(384) {
+ -webkit-animation-delay : 38.4s;
+ animation-delay : 38.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(385) {
+ -webkit-animation-delay : 38.5s;
+ animation-delay : 38.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(386) {
+ -webkit-animation-delay : 38.6s;
+ animation-delay : 38.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(387) {
+ -webkit-animation-delay : 38.7s;
+ animation-delay : 38.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(388) {
+ -webkit-animation-delay : 38.8s;
+ animation-delay : 38.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(389) {
+ -webkit-animation-delay : 38.9s;
+ animation-delay : 38.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(390) {
+ -webkit-animation-delay : 39s;
+ animation-delay : 39s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(391) {
+ -webkit-animation-delay : 39.1s;
+ animation-delay : 39.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(392) {
+ -webkit-animation-delay : 39.2s;
+ animation-delay : 39.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(393) {
+ -webkit-animation-delay : 39.3s;
+ animation-delay : 39.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(394) {
+ -webkit-animation-delay : 39.4s;
+ animation-delay : 39.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(395) {
+ -webkit-animation-delay : 39.5s;
+ animation-delay : 39.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(396) {
+ -webkit-animation-delay : 39.6s;
+ animation-delay : 39.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(397) {
+ -webkit-animation-delay : 39.7s;
+ animation-delay : 39.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(398) {
+ -webkit-animation-delay : 39.8s;
+ animation-delay : 39.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(399) {
+ -webkit-animation-delay : 39.9s;
+ animation-delay : 39.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(400) {
+ -webkit-animation-delay : 40s;
+ animation-delay : 40s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(401) {
+ -webkit-animation-delay : 40.1s;
+ animation-delay : 40.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(402) {
+ -webkit-animation-delay : 40.2s;
+ animation-delay : 40.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(403) {
+ -webkit-animation-delay : 40.3s;
+ animation-delay : 40.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(404) {
+ -webkit-animation-delay : 40.4s;
+ animation-delay : 40.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(405) {
+ -webkit-animation-delay : 40.5s;
+ animation-delay : 40.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(406) {
+ -webkit-animation-delay : 40.6s;
+ animation-delay : 40.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(407) {
+ -webkit-animation-delay : 40.7s;
+ animation-delay : 40.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(408) {
+ -webkit-animation-delay : 40.8s;
+ animation-delay : 40.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(409) {
+ -webkit-animation-delay : 40.9s;
+ animation-delay : 40.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(410) {
+ -webkit-animation-delay : 41s;
+ animation-delay : 41s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(411) {
+ -webkit-animation-delay : 41.1s;
+ animation-delay : 41.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(412) {
+ -webkit-animation-delay : 41.2s;
+ animation-delay : 41.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(413) {
+ -webkit-animation-delay : 41.3s;
+ animation-delay : 41.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(414) {
+ -webkit-animation-delay : 41.4s;
+ animation-delay : 41.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(415) {
+ -webkit-animation-delay : 41.5s;
+ animation-delay : 41.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(416) {
+ -webkit-animation-delay : 41.6s;
+ animation-delay : 41.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(417) {
+ -webkit-animation-delay : 41.7s;
+ animation-delay : 41.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(418) {
+ -webkit-animation-delay : 41.8s;
+ animation-delay : 41.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(419) {
+ -webkit-animation-delay : 41.9s;
+ animation-delay : 41.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(420) {
+ -webkit-animation-delay : 42s;
+ animation-delay : 42s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(421) {
+ -webkit-animation-delay : 42.1s;
+ animation-delay : 42.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(422) {
+ -webkit-animation-delay : 42.2s;
+ animation-delay : 42.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(423) {
+ -webkit-animation-delay : 42.3s;
+ animation-delay : 42.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(424) {
+ -webkit-animation-delay : 42.4s;
+ animation-delay : 42.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(425) {
+ -webkit-animation-delay : 42.5s;
+ animation-delay : 42.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(426) {
+ -webkit-animation-delay : 42.6s;
+ animation-delay : 42.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(427) {
+ -webkit-animation-delay : 42.7s;
+ animation-delay : 42.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(428) {
+ -webkit-animation-delay : 42.8s;
+ animation-delay : 42.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(429) {
+ -webkit-animation-delay : 42.9s;
+ animation-delay : 42.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(430) {
+ -webkit-animation-delay : 43s;
+ animation-delay : 43s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(431) {
+ -webkit-animation-delay : 43.1s;
+ animation-delay : 43.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(432) {
+ -webkit-animation-delay : 43.2s;
+ animation-delay : 43.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(433) {
+ -webkit-animation-delay : 43.3s;
+ animation-delay : 43.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(434) {
+ -webkit-animation-delay : 43.4s;
+ animation-delay : 43.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(435) {
+ -webkit-animation-delay : 43.5s;
+ animation-delay : 43.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(436) {
+ -webkit-animation-delay : 43.6s;
+ animation-delay : 43.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(437) {
+ -webkit-animation-delay : 43.7s;
+ animation-delay : 43.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(438) {
+ -webkit-animation-delay : 43.8s;
+ animation-delay : 43.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(439) {
+ -webkit-animation-delay : 43.9s;
+ animation-delay : 43.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(440) {
+ -webkit-animation-delay : 44s;
+ animation-delay : 44s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(441) {
+ -webkit-animation-delay : 44.1s;
+ animation-delay : 44.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(442) {
+ -webkit-animation-delay : 44.2s;
+ animation-delay : 44.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(443) {
+ -webkit-animation-delay : 44.3s;
+ animation-delay : 44.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(444) {
+ -webkit-animation-delay : 44.4s;
+ animation-delay : 44.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(445) {
+ -webkit-animation-delay : 44.5s;
+ animation-delay : 44.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(446) {
+ -webkit-animation-delay : 44.6s;
+ animation-delay : 44.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(447) {
+ -webkit-animation-delay : 44.7s;
+ animation-delay : 44.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(448) {
+ -webkit-animation-delay : 44.8s;
+ animation-delay : 44.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(449) {
+ -webkit-animation-delay : 44.9s;
+ animation-delay : 44.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(450) {
+ -webkit-animation-delay : 45s;
+ animation-delay : 45s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(451) {
+ -webkit-animation-delay : 45.1s;
+ animation-delay : 45.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(452) {
+ -webkit-animation-delay : 45.2s;
+ animation-delay : 45.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(453) {
+ -webkit-animation-delay : 45.3s;
+ animation-delay : 45.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(454) {
+ -webkit-animation-delay : 45.4s;
+ animation-delay : 45.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(455) {
+ -webkit-animation-delay : 45.5s;
+ animation-delay : 45.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(456) {
+ -webkit-animation-delay : 45.6s;
+ animation-delay : 45.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(457) {
+ -webkit-animation-delay : 45.7s;
+ animation-delay : 45.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(458) {
+ -webkit-animation-delay : 45.8s;
+ animation-delay : 45.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(459) {
+ -webkit-animation-delay : 45.9s;
+ animation-delay : 45.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(460) {
+ -webkit-animation-delay : 46s;
+ animation-delay : 46s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(461) {
+ -webkit-animation-delay : 46.1s;
+ animation-delay : 46.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(462) {
+ -webkit-animation-delay : 46.2s;
+ animation-delay : 46.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(463) {
+ -webkit-animation-delay : 46.3s;
+ animation-delay : 46.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(464) {
+ -webkit-animation-delay : 46.4s;
+ animation-delay : 46.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(465) {
+ -webkit-animation-delay : 46.5s;
+ animation-delay : 46.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(466) {
+ -webkit-animation-delay : 46.6s;
+ animation-delay : 46.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(467) {
+ -webkit-animation-delay : 46.7s;
+ animation-delay : 46.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(468) {
+ -webkit-animation-delay : 46.8s;
+ animation-delay : 46.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(469) {
+ -webkit-animation-delay : 46.9s;
+ animation-delay : 46.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(470) {
+ -webkit-animation-delay : 47s;
+ animation-delay : 47s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(471) {
+ -webkit-animation-delay : 47.1s;
+ animation-delay : 47.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(472) {
+ -webkit-animation-delay : 47.2s;
+ animation-delay : 47.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(473) {
+ -webkit-animation-delay : 47.3s;
+ animation-delay : 47.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(474) {
+ -webkit-animation-delay : 47.4s;
+ animation-delay : 47.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(475) {
+ -webkit-animation-delay : 47.5s;
+ animation-delay : 47.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(476) {
+ -webkit-animation-delay : 47.6s;
+ animation-delay : 47.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(477) {
+ -webkit-animation-delay : 47.7s;
+ animation-delay : 47.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(478) {
+ -webkit-animation-delay : 47.8s;
+ animation-delay : 47.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(479) {
+ -webkit-animation-delay : 47.9s;
+ animation-delay : 47.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(480) {
+ -webkit-animation-delay : 48s;
+ animation-delay : 48s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(481) {
+ -webkit-animation-delay : 48.1s;
+ animation-delay : 48.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(482) {
+ -webkit-animation-delay : 48.2s;
+ animation-delay : 48.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(483) {
+ -webkit-animation-delay : 48.3s;
+ animation-delay : 48.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(484) {
+ -webkit-animation-delay : 48.4s;
+ animation-delay : 48.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(485) {
+ -webkit-animation-delay : 48.5s;
+ animation-delay : 48.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(486) {
+ -webkit-animation-delay : 48.6s;
+ animation-delay : 48.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(487) {
+ -webkit-animation-delay : 48.7s;
+ animation-delay : 48.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(488) {
+ -webkit-animation-delay : 48.8s;
+ animation-delay : 48.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(489) {
+ -webkit-animation-delay : 48.9s;
+ animation-delay : 48.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(490) {
+ -webkit-animation-delay : 49s;
+ animation-delay : 49s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(491) {
+ -webkit-animation-delay : 49.1s;
+ animation-delay : 49.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(492) {
+ -webkit-animation-delay : 49.2s;
+ animation-delay : 49.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(493) {
+ -webkit-animation-delay : 49.3s;
+ animation-delay : 49.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(494) {
+ -webkit-animation-delay : 49.4s;
+ animation-delay : 49.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(495) {
+ -webkit-animation-delay : 49.5s;
+ animation-delay : 49.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(496) {
+ -webkit-animation-delay : 49.6s;
+ animation-delay : 49.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(497) {
+ -webkit-animation-delay : 49.7s;
+ animation-delay : 49.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(498) {
+ -webkit-animation-delay : 49.8s;
+ animation-delay : 49.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(499) {
+ -webkit-animation-delay : 49.9s;
+ animation-delay : 49.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(500) {
+ -webkit-animation-delay : 50s;
+ animation-delay : 50s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(501) {
+ -webkit-animation-delay : 50.1s;
+ animation-delay : 50.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(502) {
+ -webkit-animation-delay : 50.2s;
+ animation-delay : 50.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(503) {
+ -webkit-animation-delay : 50.3s;
+ animation-delay : 50.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(504) {
+ -webkit-animation-delay : 50.4s;
+ animation-delay : 50.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(505) {
+ -webkit-animation-delay : 50.5s;
+ animation-delay : 50.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(506) {
+ -webkit-animation-delay : 50.6s;
+ animation-delay : 50.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(507) {
+ -webkit-animation-delay : 50.7s;
+ animation-delay : 50.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(508) {
+ -webkit-animation-delay : 50.8s;
+ animation-delay : 50.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(509) {
+ -webkit-animation-delay : 50.9s;
+ animation-delay : 50.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(510) {
+ -webkit-animation-delay : 51s;
+ animation-delay : 51s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(511) {
+ -webkit-animation-delay : 51.1s;
+ animation-delay : 51.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(512) {
+ -webkit-animation-delay : 51.2s;
+ animation-delay : 51.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(513) {
+ -webkit-animation-delay : 51.3s;
+ animation-delay : 51.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(514) {
+ -webkit-animation-delay : 51.4s;
+ animation-delay : 51.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(515) {
+ -webkit-animation-delay : 51.5s;
+ animation-delay : 51.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(516) {
+ -webkit-animation-delay : 51.6s;
+ animation-delay : 51.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(517) {
+ -webkit-animation-delay : 51.7s;
+ animation-delay : 51.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(518) {
+ -webkit-animation-delay : 51.8s;
+ animation-delay : 51.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(519) {
+ -webkit-animation-delay : 51.9s;
+ animation-delay : 51.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(520) {
+ -webkit-animation-delay : 52s;
+ animation-delay : 52s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(521) {
+ -webkit-animation-delay : 52.1s;
+ animation-delay : 52.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(522) {
+ -webkit-animation-delay : 52.2s;
+ animation-delay : 52.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(523) {
+ -webkit-animation-delay : 52.3s;
+ animation-delay : 52.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(524) {
+ -webkit-animation-delay : 52.4s;
+ animation-delay : 52.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(525) {
+ -webkit-animation-delay : 52.5s;
+ animation-delay : 52.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(526) {
+ -webkit-animation-delay : 52.6s;
+ animation-delay : 52.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(527) {
+ -webkit-animation-delay : 52.7s;
+ animation-delay : 52.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(528) {
+ -webkit-animation-delay : 52.8s;
+ animation-delay : 52.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(529) {
+ -webkit-animation-delay : 52.9s;
+ animation-delay : 52.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(530) {
+ -webkit-animation-delay : 53s;
+ animation-delay : 53s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(531) {
+ -webkit-animation-delay : 53.1s;
+ animation-delay : 53.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(532) {
+ -webkit-animation-delay : 53.2s;
+ animation-delay : 53.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(533) {
+ -webkit-animation-delay : 53.3s;
+ animation-delay : 53.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(534) {
+ -webkit-animation-delay : 53.4s;
+ animation-delay : 53.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(535) {
+ -webkit-animation-delay : 53.5s;
+ animation-delay : 53.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(536) {
+ -webkit-animation-delay : 53.6s;
+ animation-delay : 53.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(537) {
+ -webkit-animation-delay : 53.7s;
+ animation-delay : 53.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(538) {
+ -webkit-animation-delay : 53.8s;
+ animation-delay : 53.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(539) {
+ -webkit-animation-delay : 53.9s;
+ animation-delay : 53.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(540) {
+ -webkit-animation-delay : 54s;
+ animation-delay : 54s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(541) {
+ -webkit-animation-delay : 54.1s;
+ animation-delay : 54.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(542) {
+ -webkit-animation-delay : 54.2s;
+ animation-delay : 54.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(543) {
+ -webkit-animation-delay : 54.3s;
+ animation-delay : 54.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(544) {
+ -webkit-animation-delay : 54.4s;
+ animation-delay : 54.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(545) {
+ -webkit-animation-delay : 54.5s;
+ animation-delay : 54.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(546) {
+ -webkit-animation-delay : 54.6s;
+ animation-delay : 54.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(547) {
+ -webkit-animation-delay : 54.7s;
+ animation-delay : 54.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(548) {
+ -webkit-animation-delay : 54.8s;
+ animation-delay : 54.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(549) {
+ -webkit-animation-delay : 54.9s;
+ animation-delay : 54.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(550) {
+ -webkit-animation-delay : 55s;
+ animation-delay : 55s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(551) {
+ -webkit-animation-delay : 55.1s;
+ animation-delay : 55.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(552) {
+ -webkit-animation-delay : 55.2s;
+ animation-delay : 55.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(553) {
+ -webkit-animation-delay : 55.3s;
+ animation-delay : 55.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(554) {
+ -webkit-animation-delay : 55.4s;
+ animation-delay : 55.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(555) {
+ -webkit-animation-delay : 55.5s;
+ animation-delay : 55.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(556) {
+ -webkit-animation-delay : 55.6s;
+ animation-delay : 55.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(557) {
+ -webkit-animation-delay : 55.7s;
+ animation-delay : 55.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(558) {
+ -webkit-animation-delay : 55.8s;
+ animation-delay : 55.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(559) {
+ -webkit-animation-delay : 55.9s;
+ animation-delay : 55.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(560) {
+ -webkit-animation-delay : 56s;
+ animation-delay : 56s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(561) {
+ -webkit-animation-delay : 56.1s;
+ animation-delay : 56.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(562) {
+ -webkit-animation-delay : 56.2s;
+ animation-delay : 56.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(563) {
+ -webkit-animation-delay : 56.3s;
+ animation-delay : 56.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(564) {
+ -webkit-animation-delay : 56.4s;
+ animation-delay : 56.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(565) {
+ -webkit-animation-delay : 56.5s;
+ animation-delay : 56.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(566) {
+ -webkit-animation-delay : 56.6s;
+ animation-delay : 56.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(567) {
+ -webkit-animation-delay : 56.7s;
+ animation-delay : 56.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(568) {
+ -webkit-animation-delay : 56.8s;
+ animation-delay : 56.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(569) {
+ -webkit-animation-delay : 56.9s;
+ animation-delay : 56.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(570) {
+ -webkit-animation-delay : 57s;
+ animation-delay : 57s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(571) {
+ -webkit-animation-delay : 57.1s;
+ animation-delay : 57.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(572) {
+ -webkit-animation-delay : 57.2s;
+ animation-delay : 57.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(573) {
+ -webkit-animation-delay : 57.3s;
+ animation-delay : 57.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(574) {
+ -webkit-animation-delay : 57.4s;
+ animation-delay : 57.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(575) {
+ -webkit-animation-delay : 57.5s;
+ animation-delay : 57.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(576) {
+ -webkit-animation-delay : 57.6s;
+ animation-delay : 57.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(577) {
+ -webkit-animation-delay : 57.7s;
+ animation-delay : 57.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(578) {
+ -webkit-animation-delay : 57.8s;
+ animation-delay : 57.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(579) {
+ -webkit-animation-delay : 57.9s;
+ animation-delay : 57.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(580) {
+ -webkit-animation-delay : 58s;
+ animation-delay : 58s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(581) {
+ -webkit-animation-delay : 58.1s;
+ animation-delay : 58.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(582) {
+ -webkit-animation-delay : 58.2s;
+ animation-delay : 58.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(583) {
+ -webkit-animation-delay : 58.3s;
+ animation-delay : 58.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(584) {
+ -webkit-animation-delay : 58.4s;
+ animation-delay : 58.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(585) {
+ -webkit-animation-delay : 58.5s;
+ animation-delay : 58.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(586) {
+ -webkit-animation-delay : 58.6s;
+ animation-delay : 58.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(587) {
+ -webkit-animation-delay : 58.7s;
+ animation-delay : 58.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(588) {
+ -webkit-animation-delay : 58.8s;
+ animation-delay : 58.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(589) {
+ -webkit-animation-delay : 58.9s;
+ animation-delay : 58.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(590) {
+ -webkit-animation-delay : 59s;
+ animation-delay : 59s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(591) {
+ -webkit-animation-delay : 59.1s;
+ animation-delay : 59.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(592) {
+ -webkit-animation-delay : 59.2s;
+ animation-delay : 59.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(593) {
+ -webkit-animation-delay : 59.3s;
+ animation-delay : 59.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(594) {
+ -webkit-animation-delay : 59.4s;
+ animation-delay : 59.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(595) {
+ -webkit-animation-delay : 59.5s;
+ animation-delay : 59.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(596) {
+ -webkit-animation-delay : 59.6s;
+ animation-delay : 59.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(597) {
+ -webkit-animation-delay : 59.7s;
+ animation-delay : 59.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(598) {
+ -webkit-animation-delay : 59.8s;
+ animation-delay : 59.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(599) {
+ -webkit-animation-delay : 59.9s;
+ animation-delay : 59.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(600) {
+ -webkit-animation-delay : 60s;
+ animation-delay : 60s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(601) {
+ -webkit-animation-delay : 60.1s;
+ animation-delay : 60.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(602) {
+ -webkit-animation-delay : 60.2s;
+ animation-delay : 60.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(603) {
+ -webkit-animation-delay : 60.3s;
+ animation-delay : 60.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(604) {
+ -webkit-animation-delay : 60.4s;
+ animation-delay : 60.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(605) {
+ -webkit-animation-delay : 60.5s;
+ animation-delay : 60.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(606) {
+ -webkit-animation-delay : 60.6s;
+ animation-delay : 60.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(607) {
+ -webkit-animation-delay : 60.7s;
+ animation-delay : 60.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(608) {
+ -webkit-animation-delay : 60.8s;
+ animation-delay : 60.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(609) {
+ -webkit-animation-delay : 60.9s;
+ animation-delay : 60.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(610) {
+ -webkit-animation-delay : 61s;
+ animation-delay : 61s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(611) {
+ -webkit-animation-delay : 61.1s;
+ animation-delay : 61.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(612) {
+ -webkit-animation-delay : 61.2s;
+ animation-delay : 61.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(613) {
+ -webkit-animation-delay : 61.3s;
+ animation-delay : 61.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(614) {
+ -webkit-animation-delay : 61.4s;
+ animation-delay : 61.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(615) {
+ -webkit-animation-delay : 61.5s;
+ animation-delay : 61.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(616) {
+ -webkit-animation-delay : 61.6s;
+ animation-delay : 61.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(617) {
+ -webkit-animation-delay : 61.7s;
+ animation-delay : 61.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(618) {
+ -webkit-animation-delay : 61.8s;
+ animation-delay : 61.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(619) {
+ -webkit-animation-delay : 61.9s;
+ animation-delay : 61.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(620) {
+ -webkit-animation-delay : 62s;
+ animation-delay : 62s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(621) {
+ -webkit-animation-delay : 62.1s;
+ animation-delay : 62.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(622) {
+ -webkit-animation-delay : 62.2s;
+ animation-delay : 62.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(623) {
+ -webkit-animation-delay : 62.3s;
+ animation-delay : 62.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(624) {
+ -webkit-animation-delay : 62.4s;
+ animation-delay : 62.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(625) {
+ -webkit-animation-delay : 62.5s;
+ animation-delay : 62.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(626) {
+ -webkit-animation-delay : 62.6s;
+ animation-delay : 62.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(627) {
+ -webkit-animation-delay : 62.7s;
+ animation-delay : 62.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(628) {
+ -webkit-animation-delay : 62.8s;
+ animation-delay : 62.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(629) {
+ -webkit-animation-delay : 62.9s;
+ animation-delay : 62.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(630) {
+ -webkit-animation-delay : 63s;
+ animation-delay : 63s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(631) {
+ -webkit-animation-delay : 63.1s;
+ animation-delay : 63.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(632) {
+ -webkit-animation-delay : 63.2s;
+ animation-delay : 63.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(633) {
+ -webkit-animation-delay : 63.3s;
+ animation-delay : 63.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(634) {
+ -webkit-animation-delay : 63.4s;
+ animation-delay : 63.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(635) {
+ -webkit-animation-delay : 63.5s;
+ animation-delay : 63.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(636) {
+ -webkit-animation-delay : 63.6s;
+ animation-delay : 63.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(637) {
+ -webkit-animation-delay : 63.7s;
+ animation-delay : 63.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(638) {
+ -webkit-animation-delay : 63.8s;
+ animation-delay : 63.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(639) {
+ -webkit-animation-delay : 63.9s;
+ animation-delay : 63.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(640) {
+ -webkit-animation-delay : 64s;
+ animation-delay : 64s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(641) {
+ -webkit-animation-delay : 64.1s;
+ animation-delay : 64.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(642) {
+ -webkit-animation-delay : 64.2s;
+ animation-delay : 64.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(643) {
+ -webkit-animation-delay : 64.3s;
+ animation-delay : 64.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(644) {
+ -webkit-animation-delay : 64.4s;
+ animation-delay : 64.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(645) {
+ -webkit-animation-delay : 64.5s;
+ animation-delay : 64.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(646) {
+ -webkit-animation-delay : 64.6s;
+ animation-delay : 64.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(647) {
+ -webkit-animation-delay : 64.7s;
+ animation-delay : 64.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(648) {
+ -webkit-animation-delay : 64.8s;
+ animation-delay : 64.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(649) {
+ -webkit-animation-delay : 64.9s;
+ animation-delay : 64.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(650) {
+ -webkit-animation-delay : 65s;
+ animation-delay : 65s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(651) {
+ -webkit-animation-delay : 65.1s;
+ animation-delay : 65.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(652) {
+ -webkit-animation-delay : 65.2s;
+ animation-delay : 65.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(653) {
+ -webkit-animation-delay : 65.3s;
+ animation-delay : 65.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(654) {
+ -webkit-animation-delay : 65.4s;
+ animation-delay : 65.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(655) {
+ -webkit-animation-delay : 65.5s;
+ animation-delay : 65.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(656) {
+ -webkit-animation-delay : 65.6s;
+ animation-delay : 65.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(657) {
+ -webkit-animation-delay : 65.7s;
+ animation-delay : 65.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(658) {
+ -webkit-animation-delay : 65.8s;
+ animation-delay : 65.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(659) {
+ -webkit-animation-delay : 65.9s;
+ animation-delay : 65.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(660) {
+ -webkit-animation-delay : 66s;
+ animation-delay : 66s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(661) {
+ -webkit-animation-delay : 66.1s;
+ animation-delay : 66.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(662) {
+ -webkit-animation-delay : 66.2s;
+ animation-delay : 66.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(663) {
+ -webkit-animation-delay : 66.3s;
+ animation-delay : 66.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(664) {
+ -webkit-animation-delay : 66.4s;
+ animation-delay : 66.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(665) {
+ -webkit-animation-delay : 66.5s;
+ animation-delay : 66.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(666) {
+ -webkit-animation-delay : 66.6s;
+ animation-delay : 66.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(667) {
+ -webkit-animation-delay : 66.7s;
+ animation-delay : 66.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(668) {
+ -webkit-animation-delay : 66.8s;
+ animation-delay : 66.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(669) {
+ -webkit-animation-delay : 66.9s;
+ animation-delay : 66.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(670) {
+ -webkit-animation-delay : 67s;
+ animation-delay : 67s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(671) {
+ -webkit-animation-delay : 67.1s;
+ animation-delay : 67.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(672) {
+ -webkit-animation-delay : 67.2s;
+ animation-delay : 67.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(673) {
+ -webkit-animation-delay : 67.3s;
+ animation-delay : 67.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(674) {
+ -webkit-animation-delay : 67.4s;
+ animation-delay : 67.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(675) {
+ -webkit-animation-delay : 67.5s;
+ animation-delay : 67.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(676) {
+ -webkit-animation-delay : 67.6s;
+ animation-delay : 67.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(677) {
+ -webkit-animation-delay : 67.7s;
+ animation-delay : 67.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(678) {
+ -webkit-animation-delay : 67.8s;
+ animation-delay : 67.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(679) {
+ -webkit-animation-delay : 67.9s;
+ animation-delay : 67.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(680) {
+ -webkit-animation-delay : 68s;
+ animation-delay : 68s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(681) {
+ -webkit-animation-delay : 68.1s;
+ animation-delay : 68.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(682) {
+ -webkit-animation-delay : 68.2s;
+ animation-delay : 68.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(683) {
+ -webkit-animation-delay : 68.3s;
+ animation-delay : 68.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(684) {
+ -webkit-animation-delay : 68.4s;
+ animation-delay : 68.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(685) {
+ -webkit-animation-delay : 68.5s;
+ animation-delay : 68.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(686) {
+ -webkit-animation-delay : 68.6s;
+ animation-delay : 68.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(687) {
+ -webkit-animation-delay : 68.7s;
+ animation-delay : 68.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(688) {
+ -webkit-animation-delay : 68.8s;
+ animation-delay : 68.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(689) {
+ -webkit-animation-delay : 68.9s;
+ animation-delay : 68.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(690) {
+ -webkit-animation-delay : 69s;
+ animation-delay : 69s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(691) {
+ -webkit-animation-delay : 69.1s;
+ animation-delay : 69.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(692) {
+ -webkit-animation-delay : 69.2s;
+ animation-delay : 69.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(693) {
+ -webkit-animation-delay : 69.3s;
+ animation-delay : 69.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(694) {
+ -webkit-animation-delay : 69.4s;
+ animation-delay : 69.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(695) {
+ -webkit-animation-delay : 69.5s;
+ animation-delay : 69.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(696) {
+ -webkit-animation-delay : 69.6s;
+ animation-delay : 69.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(697) {
+ -webkit-animation-delay : 69.7s;
+ animation-delay : 69.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(698) {
+ -webkit-animation-delay : 69.8s;
+ animation-delay : 69.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(699) {
+ -webkit-animation-delay : 69.9s;
+ animation-delay : 69.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(700) {
+ -webkit-animation-delay : 70s;
+ animation-delay : 70s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(701) {
+ -webkit-animation-delay : 70.1s;
+ animation-delay : 70.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(702) {
+ -webkit-animation-delay : 70.2s;
+ animation-delay : 70.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(703) {
+ -webkit-animation-delay : 70.3s;
+ animation-delay : 70.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(704) {
+ -webkit-animation-delay : 70.4s;
+ animation-delay : 70.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(705) {
+ -webkit-animation-delay : 70.5s;
+ animation-delay : 70.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(706) {
+ -webkit-animation-delay : 70.6s;
+ animation-delay : 70.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(707) {
+ -webkit-animation-delay : 70.7s;
+ animation-delay : 70.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(708) {
+ -webkit-animation-delay : 70.8s;
+ animation-delay : 70.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(709) {
+ -webkit-animation-delay : 70.9s;
+ animation-delay : 70.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(710) {
+ -webkit-animation-delay : 71s;
+ animation-delay : 71s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(711) {
+ -webkit-animation-delay : 71.1s;
+ animation-delay : 71.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(712) {
+ -webkit-animation-delay : 71.2s;
+ animation-delay : 71.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(713) {
+ -webkit-animation-delay : 71.3s;
+ animation-delay : 71.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(714) {
+ -webkit-animation-delay : 71.4s;
+ animation-delay : 71.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(715) {
+ -webkit-animation-delay : 71.5s;
+ animation-delay : 71.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(716) {
+ -webkit-animation-delay : 71.6s;
+ animation-delay : 71.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(717) {
+ -webkit-animation-delay : 71.7s;
+ animation-delay : 71.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(718) {
+ -webkit-animation-delay : 71.8s;
+ animation-delay : 71.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(719) {
+ -webkit-animation-delay : 71.9s;
+ animation-delay : 71.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(720) {
+ -webkit-animation-delay : 72s;
+ animation-delay : 72s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(721) {
+ -webkit-animation-delay : 72.1s;
+ animation-delay : 72.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(722) {
+ -webkit-animation-delay : 72.2s;
+ animation-delay : 72.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(723) {
+ -webkit-animation-delay : 72.3s;
+ animation-delay : 72.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(724) {
+ -webkit-animation-delay : 72.4s;
+ animation-delay : 72.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(725) {
+ -webkit-animation-delay : 72.5s;
+ animation-delay : 72.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(726) {
+ -webkit-animation-delay : 72.6s;
+ animation-delay : 72.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(727) {
+ -webkit-animation-delay : 72.7s;
+ animation-delay : 72.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(728) {
+ -webkit-animation-delay : 72.8s;
+ animation-delay : 72.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(729) {
+ -webkit-animation-delay : 72.9s;
+ animation-delay : 72.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(730) {
+ -webkit-animation-delay : 73s;
+ animation-delay : 73s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(731) {
+ -webkit-animation-delay : 73.1s;
+ animation-delay : 73.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(732) {
+ -webkit-animation-delay : 73.2s;
+ animation-delay : 73.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(733) {
+ -webkit-animation-delay : 73.3s;
+ animation-delay : 73.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(734) {
+ -webkit-animation-delay : 73.4s;
+ animation-delay : 73.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(735) {
+ -webkit-animation-delay : 73.5s;
+ animation-delay : 73.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(736) {
+ -webkit-animation-delay : 73.6s;
+ animation-delay : 73.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(737) {
+ -webkit-animation-delay : 73.7s;
+ animation-delay : 73.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(738) {
+ -webkit-animation-delay : 73.8s;
+ animation-delay : 73.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(739) {
+ -webkit-animation-delay : 73.9s;
+ animation-delay : 73.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(740) {
+ -webkit-animation-delay : 74s;
+ animation-delay : 74s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(741) {
+ -webkit-animation-delay : 74.1s;
+ animation-delay : 74.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(742) {
+ -webkit-animation-delay : 74.2s;
+ animation-delay : 74.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(743) {
+ -webkit-animation-delay : 74.3s;
+ animation-delay : 74.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(744) {
+ -webkit-animation-delay : 74.4s;
+ animation-delay : 74.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(745) {
+ -webkit-animation-delay : 74.5s;
+ animation-delay : 74.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(746) {
+ -webkit-animation-delay : 74.6s;
+ animation-delay : 74.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(747) {
+ -webkit-animation-delay : 74.7s;
+ animation-delay : 74.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(748) {
+ -webkit-animation-delay : 74.8s;
+ animation-delay : 74.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(749) {
+ -webkit-animation-delay : 74.9s;
+ animation-delay : 74.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(750) {
+ -webkit-animation-delay : 75s;
+ animation-delay : 75s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(751) {
+ -webkit-animation-delay : 75.1s;
+ animation-delay : 75.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(752) {
+ -webkit-animation-delay : 75.2s;
+ animation-delay : 75.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(753) {
+ -webkit-animation-delay : 75.3s;
+ animation-delay : 75.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(754) {
+ -webkit-animation-delay : 75.4s;
+ animation-delay : 75.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(755) {
+ -webkit-animation-delay : 75.5s;
+ animation-delay : 75.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(756) {
+ -webkit-animation-delay : 75.6s;
+ animation-delay : 75.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(757) {
+ -webkit-animation-delay : 75.7s;
+ animation-delay : 75.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(758) {
+ -webkit-animation-delay : 75.8s;
+ animation-delay : 75.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(759) {
+ -webkit-animation-delay : 75.9s;
+ animation-delay : 75.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(760) {
+ -webkit-animation-delay : 76s;
+ animation-delay : 76s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(761) {
+ -webkit-animation-delay : 76.1s;
+ animation-delay : 76.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(762) {
+ -webkit-animation-delay : 76.2s;
+ animation-delay : 76.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(763) {
+ -webkit-animation-delay : 76.3s;
+ animation-delay : 76.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(764) {
+ -webkit-animation-delay : 76.4s;
+ animation-delay : 76.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(765) {
+ -webkit-animation-delay : 76.5s;
+ animation-delay : 76.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(766) {
+ -webkit-animation-delay : 76.6s;
+ animation-delay : 76.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(767) {
+ -webkit-animation-delay : 76.7s;
+ animation-delay : 76.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(768) {
+ -webkit-animation-delay : 76.8s;
+ animation-delay : 76.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(769) {
+ -webkit-animation-delay : 76.9s;
+ animation-delay : 76.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(770) {
+ -webkit-animation-delay : 77s;
+ animation-delay : 77s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(771) {
+ -webkit-animation-delay : 77.1s;
+ animation-delay : 77.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(772) {
+ -webkit-animation-delay : 77.2s;
+ animation-delay : 77.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(773) {
+ -webkit-animation-delay : 77.3s;
+ animation-delay : 77.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(774) {
+ -webkit-animation-delay : 77.4s;
+ animation-delay : 77.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(775) {
+ -webkit-animation-delay : 77.5s;
+ animation-delay : 77.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(776) {
+ -webkit-animation-delay : 77.6s;
+ animation-delay : 77.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(777) {
+ -webkit-animation-delay : 77.7s;
+ animation-delay : 77.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(778) {
+ -webkit-animation-delay : 77.8s;
+ animation-delay : 77.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(779) {
+ -webkit-animation-delay : 77.9s;
+ animation-delay : 77.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(780) {
+ -webkit-animation-delay : 78s;
+ animation-delay : 78s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(781) {
+ -webkit-animation-delay : 78.1s;
+ animation-delay : 78.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(782) {
+ -webkit-animation-delay : 78.2s;
+ animation-delay : 78.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(783) {
+ -webkit-animation-delay : 78.3s;
+ animation-delay : 78.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(784) {
+ -webkit-animation-delay : 78.4s;
+ animation-delay : 78.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(785) {
+ -webkit-animation-delay : 78.5s;
+ animation-delay : 78.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(786) {
+ -webkit-animation-delay : 78.6s;
+ animation-delay : 78.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(787) {
+ -webkit-animation-delay : 78.7s;
+ animation-delay : 78.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(788) {
+ -webkit-animation-delay : 78.8s;
+ animation-delay : 78.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(789) {
+ -webkit-animation-delay : 78.9s;
+ animation-delay : 78.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(790) {
+ -webkit-animation-delay : 79s;
+ animation-delay : 79s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(791) {
+ -webkit-animation-delay : 79.1s;
+ animation-delay : 79.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(792) {
+ -webkit-animation-delay : 79.2s;
+ animation-delay : 79.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(793) {
+ -webkit-animation-delay : 79.3s;
+ animation-delay : 79.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(794) {
+ -webkit-animation-delay : 79.4s;
+ animation-delay : 79.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(795) {
+ -webkit-animation-delay : 79.5s;
+ animation-delay : 79.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(796) {
+ -webkit-animation-delay : 79.6s;
+ animation-delay : 79.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(797) {
+ -webkit-animation-delay : 79.7s;
+ animation-delay : 79.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(798) {
+ -webkit-animation-delay : 79.8s;
+ animation-delay : 79.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(799) {
+ -webkit-animation-delay : 79.9s;
+ animation-delay : 79.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(800) {
+ -webkit-animation-delay : 80s;
+ animation-delay : 80s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(801) {
+ -webkit-animation-delay : 80.1s;
+ animation-delay : 80.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(802) {
+ -webkit-animation-delay : 80.2s;
+ animation-delay : 80.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(803) {
+ -webkit-animation-delay : 80.3s;
+ animation-delay : 80.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(804) {
+ -webkit-animation-delay : 80.4s;
+ animation-delay : 80.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(805) {
+ -webkit-animation-delay : 80.5s;
+ animation-delay : 80.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(806) {
+ -webkit-animation-delay : 80.6s;
+ animation-delay : 80.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(807) {
+ -webkit-animation-delay : 80.7s;
+ animation-delay : 80.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(808) {
+ -webkit-animation-delay : 80.8s;
+ animation-delay : 80.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(809) {
+ -webkit-animation-delay : 80.9s;
+ animation-delay : 80.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(810) {
+ -webkit-animation-delay : 81s;
+ animation-delay : 81s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(811) {
+ -webkit-animation-delay : 81.1s;
+ animation-delay : 81.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(812) {
+ -webkit-animation-delay : 81.2s;
+ animation-delay : 81.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(813) {
+ -webkit-animation-delay : 81.3s;
+ animation-delay : 81.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(814) {
+ -webkit-animation-delay : 81.4s;
+ animation-delay : 81.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(815) {
+ -webkit-animation-delay : 81.5s;
+ animation-delay : 81.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(816) {
+ -webkit-animation-delay : 81.6s;
+ animation-delay : 81.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(817) {
+ -webkit-animation-delay : 81.7s;
+ animation-delay : 81.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(818) {
+ -webkit-animation-delay : 81.8s;
+ animation-delay : 81.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(819) {
+ -webkit-animation-delay : 81.9s;
+ animation-delay : 81.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(820) {
+ -webkit-animation-delay : 82s;
+ animation-delay : 82s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(821) {
+ -webkit-animation-delay : 82.1s;
+ animation-delay : 82.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(822) {
+ -webkit-animation-delay : 82.2s;
+ animation-delay : 82.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(823) {
+ -webkit-animation-delay : 82.3s;
+ animation-delay : 82.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(824) {
+ -webkit-animation-delay : 82.4s;
+ animation-delay : 82.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(825) {
+ -webkit-animation-delay : 82.5s;
+ animation-delay : 82.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(826) {
+ -webkit-animation-delay : 82.6s;
+ animation-delay : 82.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(827) {
+ -webkit-animation-delay : 82.7s;
+ animation-delay : 82.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(828) {
+ -webkit-animation-delay : 82.8s;
+ animation-delay : 82.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(829) {
+ -webkit-animation-delay : 82.9s;
+ animation-delay : 82.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(830) {
+ -webkit-animation-delay : 83s;
+ animation-delay : 83s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(831) {
+ -webkit-animation-delay : 83.1s;
+ animation-delay : 83.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(832) {
+ -webkit-animation-delay : 83.2s;
+ animation-delay : 83.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(833) {
+ -webkit-animation-delay : 83.3s;
+ animation-delay : 83.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(834) {
+ -webkit-animation-delay : 83.4s;
+ animation-delay : 83.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(835) {
+ -webkit-animation-delay : 83.5s;
+ animation-delay : 83.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(836) {
+ -webkit-animation-delay : 83.6s;
+ animation-delay : 83.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(837) {
+ -webkit-animation-delay : 83.7s;
+ animation-delay : 83.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(838) {
+ -webkit-animation-delay : 83.8s;
+ animation-delay : 83.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(839) {
+ -webkit-animation-delay : 83.9s;
+ animation-delay : 83.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(840) {
+ -webkit-animation-delay : 84s;
+ animation-delay : 84s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(841) {
+ -webkit-animation-delay : 84.1s;
+ animation-delay : 84.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(842) {
+ -webkit-animation-delay : 84.2s;
+ animation-delay : 84.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(843) {
+ -webkit-animation-delay : 84.3s;
+ animation-delay : 84.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(844) {
+ -webkit-animation-delay : 84.4s;
+ animation-delay : 84.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(845) {
+ -webkit-animation-delay : 84.5s;
+ animation-delay : 84.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(846) {
+ -webkit-animation-delay : 84.6s;
+ animation-delay : 84.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(847) {
+ -webkit-animation-delay : 84.7s;
+ animation-delay : 84.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(848) {
+ -webkit-animation-delay : 84.8s;
+ animation-delay : 84.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(849) {
+ -webkit-animation-delay : 84.9s;
+ animation-delay : 84.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(850) {
+ -webkit-animation-delay : 85s;
+ animation-delay : 85s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(851) {
+ -webkit-animation-delay : 85.1s;
+ animation-delay : 85.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(852) {
+ -webkit-animation-delay : 85.2s;
+ animation-delay : 85.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(853) {
+ -webkit-animation-delay : 85.3s;
+ animation-delay : 85.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(854) {
+ -webkit-animation-delay : 85.4s;
+ animation-delay : 85.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(855) {
+ -webkit-animation-delay : 85.5s;
+ animation-delay : 85.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(856) {
+ -webkit-animation-delay : 85.6s;
+ animation-delay : 85.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(857) {
+ -webkit-animation-delay : 85.7s;
+ animation-delay : 85.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(858) {
+ -webkit-animation-delay : 85.8s;
+ animation-delay : 85.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(859) {
+ -webkit-animation-delay : 85.9s;
+ animation-delay : 85.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(860) {
+ -webkit-animation-delay : 86s;
+ animation-delay : 86s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(861) {
+ -webkit-animation-delay : 86.1s;
+ animation-delay : 86.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(862) {
+ -webkit-animation-delay : 86.2s;
+ animation-delay : 86.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(863) {
+ -webkit-animation-delay : 86.3s;
+ animation-delay : 86.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(864) {
+ -webkit-animation-delay : 86.4s;
+ animation-delay : 86.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(865) {
+ -webkit-animation-delay : 86.5s;
+ animation-delay : 86.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(866) {
+ -webkit-animation-delay : 86.6s;
+ animation-delay : 86.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(867) {
+ -webkit-animation-delay : 86.7s;
+ animation-delay : 86.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(868) {
+ -webkit-animation-delay : 86.8s;
+ animation-delay : 86.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(869) {
+ -webkit-animation-delay : 86.9s;
+ animation-delay : 86.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(870) {
+ -webkit-animation-delay : 87s;
+ animation-delay : 87s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(871) {
+ -webkit-animation-delay : 87.1s;
+ animation-delay : 87.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(872) {
+ -webkit-animation-delay : 87.2s;
+ animation-delay : 87.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(873) {
+ -webkit-animation-delay : 87.3s;
+ animation-delay : 87.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(874) {
+ -webkit-animation-delay : 87.4s;
+ animation-delay : 87.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(875) {
+ -webkit-animation-delay : 87.5s;
+ animation-delay : 87.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(876) {
+ -webkit-animation-delay : 87.6s;
+ animation-delay : 87.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(877) {
+ -webkit-animation-delay : 87.7s;
+ animation-delay : 87.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(878) {
+ -webkit-animation-delay : 87.8s;
+ animation-delay : 87.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(879) {
+ -webkit-animation-delay : 87.9s;
+ animation-delay : 87.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(880) {
+ -webkit-animation-delay : 88s;
+ animation-delay : 88s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(881) {
+ -webkit-animation-delay : 88.1s;
+ animation-delay : 88.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(882) {
+ -webkit-animation-delay : 88.2s;
+ animation-delay : 88.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(883) {
+ -webkit-animation-delay : 88.3s;
+ animation-delay : 88.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(884) {
+ -webkit-animation-delay : 88.4s;
+ animation-delay : 88.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(885) {
+ -webkit-animation-delay : 88.5s;
+ animation-delay : 88.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(886) {
+ -webkit-animation-delay : 88.6s;
+ animation-delay : 88.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(887) {
+ -webkit-animation-delay : 88.7s;
+ animation-delay : 88.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(888) {
+ -webkit-animation-delay : 88.8s;
+ animation-delay : 88.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(889) {
+ -webkit-animation-delay : 88.9s;
+ animation-delay : 88.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(890) {
+ -webkit-animation-delay : 89s;
+ animation-delay : 89s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(891) {
+ -webkit-animation-delay : 89.1s;
+ animation-delay : 89.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(892) {
+ -webkit-animation-delay : 89.2s;
+ animation-delay : 89.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(893) {
+ -webkit-animation-delay : 89.3s;
+ animation-delay : 89.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(894) {
+ -webkit-animation-delay : 89.4s;
+ animation-delay : 89.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(895) {
+ -webkit-animation-delay : 89.5s;
+ animation-delay : 89.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(896) {
+ -webkit-animation-delay : 89.6s;
+ animation-delay : 89.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(897) {
+ -webkit-animation-delay : 89.7s;
+ animation-delay : 89.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(898) {
+ -webkit-animation-delay : 89.8s;
+ animation-delay : 89.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(899) {
+ -webkit-animation-delay : 89.9s;
+ animation-delay : 89.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(900) {
+ -webkit-animation-delay : 90s;
+ animation-delay : 90s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(901) {
+ -webkit-animation-delay : 90.1s;
+ animation-delay : 90.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(902) {
+ -webkit-animation-delay : 90.2s;
+ animation-delay : 90.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(903) {
+ -webkit-animation-delay : 90.3s;
+ animation-delay : 90.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(904) {
+ -webkit-animation-delay : 90.4s;
+ animation-delay : 90.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(905) {
+ -webkit-animation-delay : 90.5s;
+ animation-delay : 90.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(906) {
+ -webkit-animation-delay : 90.6s;
+ animation-delay : 90.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(907) {
+ -webkit-animation-delay : 90.7s;
+ animation-delay : 90.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(908) {
+ -webkit-animation-delay : 90.8s;
+ animation-delay : 90.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(909) {
+ -webkit-animation-delay : 90.9s;
+ animation-delay : 90.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(910) {
+ -webkit-animation-delay : 91s;
+ animation-delay : 91s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(911) {
+ -webkit-animation-delay : 91.1s;
+ animation-delay : 91.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(912) {
+ -webkit-animation-delay : 91.2s;
+ animation-delay : 91.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(913) {
+ -webkit-animation-delay : 91.3s;
+ animation-delay : 91.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(914) {
+ -webkit-animation-delay : 91.4s;
+ animation-delay : 91.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(915) {
+ -webkit-animation-delay : 91.5s;
+ animation-delay : 91.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(916) {
+ -webkit-animation-delay : 91.6s;
+ animation-delay : 91.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(917) {
+ -webkit-animation-delay : 91.7s;
+ animation-delay : 91.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(918) {
+ -webkit-animation-delay : 91.8s;
+ animation-delay : 91.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(919) {
+ -webkit-animation-delay : 91.9s;
+ animation-delay : 91.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(920) {
+ -webkit-animation-delay : 92s;
+ animation-delay : 92s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(921) {
+ -webkit-animation-delay : 92.1s;
+ animation-delay : 92.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(922) {
+ -webkit-animation-delay : 92.2s;
+ animation-delay : 92.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(923) {
+ -webkit-animation-delay : 92.3s;
+ animation-delay : 92.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(924) {
+ -webkit-animation-delay : 92.4s;
+ animation-delay : 92.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(925) {
+ -webkit-animation-delay : 92.5s;
+ animation-delay : 92.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(926) {
+ -webkit-animation-delay : 92.6s;
+ animation-delay : 92.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(927) {
+ -webkit-animation-delay : 92.7s;
+ animation-delay : 92.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(928) {
+ -webkit-animation-delay : 92.8s;
+ animation-delay : 92.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(929) {
+ -webkit-animation-delay : 92.9s;
+ animation-delay : 92.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(930) {
+ -webkit-animation-delay : 93s;
+ animation-delay : 93s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(931) {
+ -webkit-animation-delay : 93.1s;
+ animation-delay : 93.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(932) {
+ -webkit-animation-delay : 93.2s;
+ animation-delay : 93.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(933) {
+ -webkit-animation-delay : 93.3s;
+ animation-delay : 93.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(934) {
+ -webkit-animation-delay : 93.4s;
+ animation-delay : 93.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(935) {
+ -webkit-animation-delay : 93.5s;
+ animation-delay : 93.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(936) {
+ -webkit-animation-delay : 93.6s;
+ animation-delay : 93.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(937) {
+ -webkit-animation-delay : 93.7s;
+ animation-delay : 93.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(938) {
+ -webkit-animation-delay : 93.8s;
+ animation-delay : 93.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(939) {
+ -webkit-animation-delay : 93.9s;
+ animation-delay : 93.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(940) {
+ -webkit-animation-delay : 94s;
+ animation-delay : 94s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(941) {
+ -webkit-animation-delay : 94.1s;
+ animation-delay : 94.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(942) {
+ -webkit-animation-delay : 94.2s;
+ animation-delay : 94.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(943) {
+ -webkit-animation-delay : 94.3s;
+ animation-delay : 94.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(944) {
+ -webkit-animation-delay : 94.4s;
+ animation-delay : 94.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(945) {
+ -webkit-animation-delay : 94.5s;
+ animation-delay : 94.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(946) {
+ -webkit-animation-delay : 94.6s;
+ animation-delay : 94.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(947) {
+ -webkit-animation-delay : 94.7s;
+ animation-delay : 94.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(948) {
+ -webkit-animation-delay : 94.8s;
+ animation-delay : 94.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(949) {
+ -webkit-animation-delay : 94.9s;
+ animation-delay : 94.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(950) {
+ -webkit-animation-delay : 95s;
+ animation-delay : 95s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(951) {
+ -webkit-animation-delay : 95.1s;
+ animation-delay : 95.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(952) {
+ -webkit-animation-delay : 95.2s;
+ animation-delay : 95.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(953) {
+ -webkit-animation-delay : 95.3s;
+ animation-delay : 95.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(954) {
+ -webkit-animation-delay : 95.4s;
+ animation-delay : 95.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(955) {
+ -webkit-animation-delay : 95.5s;
+ animation-delay : 95.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(956) {
+ -webkit-animation-delay : 95.6s;
+ animation-delay : 95.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(957) {
+ -webkit-animation-delay : 95.7s;
+ animation-delay : 95.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(958) {
+ -webkit-animation-delay : 95.8s;
+ animation-delay : 95.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(959) {
+ -webkit-animation-delay : 95.9s;
+ animation-delay : 95.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(960) {
+ -webkit-animation-delay : 96s;
+ animation-delay : 96s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(961) {
+ -webkit-animation-delay : 96.1s;
+ animation-delay : 96.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(962) {
+ -webkit-animation-delay : 96.2s;
+ animation-delay : 96.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(963) {
+ -webkit-animation-delay : 96.3s;
+ animation-delay : 96.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(964) {
+ -webkit-animation-delay : 96.4s;
+ animation-delay : 96.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(965) {
+ -webkit-animation-delay : 96.5s;
+ animation-delay : 96.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(966) {
+ -webkit-animation-delay : 96.6s;
+ animation-delay : 96.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(967) {
+ -webkit-animation-delay : 96.7s;
+ animation-delay : 96.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(968) {
+ -webkit-animation-delay : 96.8s;
+ animation-delay : 96.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(969) {
+ -webkit-animation-delay : 96.9s;
+ animation-delay : 96.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(970) {
+ -webkit-animation-delay : 97s;
+ animation-delay : 97s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(971) {
+ -webkit-animation-delay : 97.1s;
+ animation-delay : 97.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(972) {
+ -webkit-animation-delay : 97.2s;
+ animation-delay : 97.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(973) {
+ -webkit-animation-delay : 97.3s;
+ animation-delay : 97.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(974) {
+ -webkit-animation-delay : 97.4s;
+ animation-delay : 97.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(975) {
+ -webkit-animation-delay : 97.5s;
+ animation-delay : 97.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(976) {
+ -webkit-animation-delay : 97.6s;
+ animation-delay : 97.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(977) {
+ -webkit-animation-delay : 97.7s;
+ animation-delay : 97.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(978) {
+ -webkit-animation-delay : 97.8s;
+ animation-delay : 97.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(979) {
+ -webkit-animation-delay : 97.9s;
+ animation-delay : 97.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(980) {
+ -webkit-animation-delay : 98s;
+ animation-delay : 98s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(981) {
+ -webkit-animation-delay : 98.1s;
+ animation-delay : 98.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(982) {
+ -webkit-animation-delay : 98.2s;
+ animation-delay : 98.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(983) {
+ -webkit-animation-delay : 98.3s;
+ animation-delay : 98.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(984) {
+ -webkit-animation-delay : 98.4s;
+ animation-delay : 98.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(985) {
+ -webkit-animation-delay : 98.5s;
+ animation-delay : 98.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(986) {
+ -webkit-animation-delay : 98.6s;
+ animation-delay : 98.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(987) {
+ -webkit-animation-delay : 98.7s;
+ animation-delay : 98.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(988) {
+ -webkit-animation-delay : 98.8s;
+ animation-delay : 98.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(989) {
+ -webkit-animation-delay : 98.9s;
+ animation-delay : 98.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(990) {
+ -webkit-animation-delay : 99s;
+ animation-delay : 99s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(991) {
+ -webkit-animation-delay : 99.1s;
+ animation-delay : 99.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(992) {
+ -webkit-animation-delay : 99.2s;
+ animation-delay : 99.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(993) {
+ -webkit-animation-delay : 99.3s;
+ animation-delay : 99.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(994) {
+ -webkit-animation-delay : 99.4s;
+ animation-delay : 99.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(995) {
+ -webkit-animation-delay : 99.5s;
+ animation-delay : 99.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(996) {
+ -webkit-animation-delay : 99.6s;
+ animation-delay : 99.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(997) {
+ -webkit-animation-delay : 99.7s;
+ animation-delay : 99.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(998) {
+ -webkit-animation-delay : 99.8s;
+ animation-delay : 99.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(999) {
+ -webkit-animation-delay : 99.9s;
+ animation-delay : 99.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1000) {
+ -webkit-animation-delay : 100s;
+ animation-delay : 100s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1001) {
+ -webkit-animation-delay : 100.1s;
+ animation-delay : 100.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1002) {
+ -webkit-animation-delay : 100.2s;
+ animation-delay : 100.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1003) {
+ -webkit-animation-delay : 100.3s;
+ animation-delay : 100.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1004) {
+ -webkit-animation-delay : 100.4s;
+ animation-delay : 100.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1005) {
+ -webkit-animation-delay : 100.5s;
+ animation-delay : 100.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1006) {
+ -webkit-animation-delay : 100.6s;
+ animation-delay : 100.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1007) {
+ -webkit-animation-delay : 100.7s;
+ animation-delay : 100.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1008) {
+ -webkit-animation-delay : 100.8s;
+ animation-delay : 100.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1009) {
+ -webkit-animation-delay : 100.9s;
+ animation-delay : 100.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1010) {
+ -webkit-animation-delay : 101s;
+ animation-delay : 101s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1011) {
+ -webkit-animation-delay : 101.1s;
+ animation-delay : 101.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1012) {
+ -webkit-animation-delay : 101.2s;
+ animation-delay : 101.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1013) {
+ -webkit-animation-delay : 101.3s;
+ animation-delay : 101.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1014) {
+ -webkit-animation-delay : 101.4s;
+ animation-delay : 101.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1015) {
+ -webkit-animation-delay : 101.5s;
+ animation-delay : 101.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1016) {
+ -webkit-animation-delay : 101.6s;
+ animation-delay : 101.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1017) {
+ -webkit-animation-delay : 101.7s;
+ animation-delay : 101.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1018) {
+ -webkit-animation-delay : 101.8s;
+ animation-delay : 101.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1019) {
+ -webkit-animation-delay : 101.9s;
+ animation-delay : 101.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1020) {
+ -webkit-animation-delay : 102s;
+ animation-delay : 102s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1021) {
+ -webkit-animation-delay : 102.1s;
+ animation-delay : 102.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1022) {
+ -webkit-animation-delay : 102.2s;
+ animation-delay : 102.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1023) {
+ -webkit-animation-delay : 102.3s;
+ animation-delay : 102.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1024) {
+ -webkit-animation-delay : 102.4s;
+ animation-delay : 102.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1025) {
+ -webkit-animation-delay : 102.5s;
+ animation-delay : 102.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1026) {
+ -webkit-animation-delay : 102.6s;
+ animation-delay : 102.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1027) {
+ -webkit-animation-delay : 102.7s;
+ animation-delay : 102.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1028) {
+ -webkit-animation-delay : 102.8s;
+ animation-delay : 102.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1029) {
+ -webkit-animation-delay : 102.9s;
+ animation-delay : 102.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1030) {
+ -webkit-animation-delay : 103s;
+ animation-delay : 103s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1031) {
+ -webkit-animation-delay : 103.1s;
+ animation-delay : 103.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1032) {
+ -webkit-animation-delay : 103.2s;
+ animation-delay : 103.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1033) {
+ -webkit-animation-delay : 103.3s;
+ animation-delay : 103.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1034) {
+ -webkit-animation-delay : 103.4s;
+ animation-delay : 103.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1035) {
+ -webkit-animation-delay : 103.5s;
+ animation-delay : 103.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1036) {
+ -webkit-animation-delay : 103.6s;
+ animation-delay : 103.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1037) {
+ -webkit-animation-delay : 103.7s;
+ animation-delay : 103.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1038) {
+ -webkit-animation-delay : 103.8s;
+ animation-delay : 103.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1039) {
+ -webkit-animation-delay : 103.9s;
+ animation-delay : 103.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1040) {
+ -webkit-animation-delay : 104s;
+ animation-delay : 104s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1041) {
+ -webkit-animation-delay : 104.1s;
+ animation-delay : 104.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1042) {
+ -webkit-animation-delay : 104.2s;
+ animation-delay : 104.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1043) {
+ -webkit-animation-delay : 104.3s;
+ animation-delay : 104.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1044) {
+ -webkit-animation-delay : 104.4s;
+ animation-delay : 104.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1045) {
+ -webkit-animation-delay : 104.5s;
+ animation-delay : 104.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1046) {
+ -webkit-animation-delay : 104.6s;
+ animation-delay : 104.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1047) {
+ -webkit-animation-delay : 104.7s;
+ animation-delay : 104.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1048) {
+ -webkit-animation-delay : 104.8s;
+ animation-delay : 104.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1049) {
+ -webkit-animation-delay : 104.9s;
+ animation-delay : 104.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1050) {
+ -webkit-animation-delay : 105s;
+ animation-delay : 105s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1051) {
+ -webkit-animation-delay : 105.1s;
+ animation-delay : 105.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1052) {
+ -webkit-animation-delay : 105.2s;
+ animation-delay : 105.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1053) {
+ -webkit-animation-delay : 105.3s;
+ animation-delay : 105.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1054) {
+ -webkit-animation-delay : 105.4s;
+ animation-delay : 105.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1055) {
+ -webkit-animation-delay : 105.5s;
+ animation-delay : 105.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1056) {
+ -webkit-animation-delay : 105.6s;
+ animation-delay : 105.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1057) {
+ -webkit-animation-delay : 105.7s;
+ animation-delay : 105.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1058) {
+ -webkit-animation-delay : 105.8s;
+ animation-delay : 105.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1059) {
+ -webkit-animation-delay : 105.9s;
+ animation-delay : 105.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1060) {
+ -webkit-animation-delay : 106s;
+ animation-delay : 106s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1061) {
+ -webkit-animation-delay : 106.1s;
+ animation-delay : 106.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1062) {
+ -webkit-animation-delay : 106.2s;
+ animation-delay : 106.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1063) {
+ -webkit-animation-delay : 106.3s;
+ animation-delay : 106.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1064) {
+ -webkit-animation-delay : 106.4s;
+ animation-delay : 106.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1065) {
+ -webkit-animation-delay : 106.5s;
+ animation-delay : 106.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1066) {
+ -webkit-animation-delay : 106.6s;
+ animation-delay : 106.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1067) {
+ -webkit-animation-delay : 106.7s;
+ animation-delay : 106.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1068) {
+ -webkit-animation-delay : 106.8s;
+ animation-delay : 106.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1069) {
+ -webkit-animation-delay : 106.9s;
+ animation-delay : 106.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1070) {
+ -webkit-animation-delay : 107s;
+ animation-delay : 107s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1071) {
+ -webkit-animation-delay : 107.1s;
+ animation-delay : 107.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1072) {
+ -webkit-animation-delay : 107.2s;
+ animation-delay : 107.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1073) {
+ -webkit-animation-delay : 107.3s;
+ animation-delay : 107.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1074) {
+ -webkit-animation-delay : 107.4s;
+ animation-delay : 107.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1075) {
+ -webkit-animation-delay : 107.5s;
+ animation-delay : 107.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1076) {
+ -webkit-animation-delay : 107.6s;
+ animation-delay : 107.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1077) {
+ -webkit-animation-delay : 107.7s;
+ animation-delay : 107.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1078) {
+ -webkit-animation-delay : 107.8s;
+ animation-delay : 107.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1079) {
+ -webkit-animation-delay : 107.9s;
+ animation-delay : 107.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1080) {
+ -webkit-animation-delay : 108s;
+ animation-delay : 108s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1081) {
+ -webkit-animation-delay : 108.1s;
+ animation-delay : 108.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1082) {
+ -webkit-animation-delay : 108.2s;
+ animation-delay : 108.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1083) {
+ -webkit-animation-delay : 108.3s;
+ animation-delay : 108.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1084) {
+ -webkit-animation-delay : 108.4s;
+ animation-delay : 108.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1085) {
+ -webkit-animation-delay : 108.5s;
+ animation-delay : 108.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1086) {
+ -webkit-animation-delay : 108.6s;
+ animation-delay : 108.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1087) {
+ -webkit-animation-delay : 108.7s;
+ animation-delay : 108.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1088) {
+ -webkit-animation-delay : 108.8s;
+ animation-delay : 108.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1089) {
+ -webkit-animation-delay : 108.9s;
+ animation-delay : 108.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1090) {
+ -webkit-animation-delay : 109s;
+ animation-delay : 109s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1091) {
+ -webkit-animation-delay : 109.1s;
+ animation-delay : 109.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1092) {
+ -webkit-animation-delay : 109.2s;
+ animation-delay : 109.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1093) {
+ -webkit-animation-delay : 109.3s;
+ animation-delay : 109.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1094) {
+ -webkit-animation-delay : 109.4s;
+ animation-delay : 109.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1095) {
+ -webkit-animation-delay : 109.5s;
+ animation-delay : 109.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1096) {
+ -webkit-animation-delay : 109.6s;
+ animation-delay : 109.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1097) {
+ -webkit-animation-delay : 109.7s;
+ animation-delay : 109.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1098) {
+ -webkit-animation-delay : 109.8s;
+ animation-delay : 109.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1099) {
+ -webkit-animation-delay : 109.9s;
+ animation-delay : 109.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1100) {
+ -webkit-animation-delay : 110s;
+ animation-delay : 110s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1101) {
+ -webkit-animation-delay : 110.1s;
+ animation-delay : 110.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1102) {
+ -webkit-animation-delay : 110.2s;
+ animation-delay : 110.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1103) {
+ -webkit-animation-delay : 110.3s;
+ animation-delay : 110.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1104) {
+ -webkit-animation-delay : 110.4s;
+ animation-delay : 110.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1105) {
+ -webkit-animation-delay : 110.5s;
+ animation-delay : 110.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1106) {
+ -webkit-animation-delay : 110.6s;
+ animation-delay : 110.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1107) {
+ -webkit-animation-delay : 110.7s;
+ animation-delay : 110.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1108) {
+ -webkit-animation-delay : 110.8s;
+ animation-delay : 110.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1109) {
+ -webkit-animation-delay : 110.9s;
+ animation-delay : 110.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1110) {
+ -webkit-animation-delay : 111s;
+ animation-delay : 111s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1111) {
+ -webkit-animation-delay : 111.1s;
+ animation-delay : 111.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1112) {
+ -webkit-animation-delay : 111.2s;
+ animation-delay : 111.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1113) {
+ -webkit-animation-delay : 111.3s;
+ animation-delay : 111.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1114) {
+ -webkit-animation-delay : 111.4s;
+ animation-delay : 111.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1115) {
+ -webkit-animation-delay : 111.5s;
+ animation-delay : 111.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1116) {
+ -webkit-animation-delay : 111.6s;
+ animation-delay : 111.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1117) {
+ -webkit-animation-delay : 111.7s;
+ animation-delay : 111.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1118) {
+ -webkit-animation-delay : 111.8s;
+ animation-delay : 111.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1119) {
+ -webkit-animation-delay : 111.9s;
+ animation-delay : 111.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1120) {
+ -webkit-animation-delay : 112s;
+ animation-delay : 112s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1121) {
+ -webkit-animation-delay : 112.1s;
+ animation-delay : 112.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1122) {
+ -webkit-animation-delay : 112.2s;
+ animation-delay : 112.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1123) {
+ -webkit-animation-delay : 112.3s;
+ animation-delay : 112.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1124) {
+ -webkit-animation-delay : 112.4s;
+ animation-delay : 112.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1125) {
+ -webkit-animation-delay : 112.5s;
+ animation-delay : 112.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1126) {
+ -webkit-animation-delay : 112.6s;
+ animation-delay : 112.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1127) {
+ -webkit-animation-delay : 112.7s;
+ animation-delay : 112.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1128) {
+ -webkit-animation-delay : 112.8s;
+ animation-delay : 112.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1129) {
+ -webkit-animation-delay : 112.9s;
+ animation-delay : 112.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1130) {
+ -webkit-animation-delay : 113s;
+ animation-delay : 113s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1131) {
+ -webkit-animation-delay : 113.1s;
+ animation-delay : 113.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1132) {
+ -webkit-animation-delay : 113.2s;
+ animation-delay : 113.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1133) {
+ -webkit-animation-delay : 113.3s;
+ animation-delay : 113.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1134) {
+ -webkit-animation-delay : 113.4s;
+ animation-delay : 113.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1135) {
+ -webkit-animation-delay : 113.5s;
+ animation-delay : 113.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1136) {
+ -webkit-animation-delay : 113.6s;
+ animation-delay : 113.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1137) {
+ -webkit-animation-delay : 113.7s;
+ animation-delay : 113.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1138) {
+ -webkit-animation-delay : 113.8s;
+ animation-delay : 113.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1139) {
+ -webkit-animation-delay : 113.9s;
+ animation-delay : 113.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1140) {
+ -webkit-animation-delay : 114s;
+ animation-delay : 114s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1141) {
+ -webkit-animation-delay : 114.1s;
+ animation-delay : 114.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1142) {
+ -webkit-animation-delay : 114.2s;
+ animation-delay : 114.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1143) {
+ -webkit-animation-delay : 114.3s;
+ animation-delay : 114.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1144) {
+ -webkit-animation-delay : 114.4s;
+ animation-delay : 114.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1145) {
+ -webkit-animation-delay : 114.5s;
+ animation-delay : 114.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1146) {
+ -webkit-animation-delay : 114.6s;
+ animation-delay : 114.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1147) {
+ -webkit-animation-delay : 114.7s;
+ animation-delay : 114.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1148) {
+ -webkit-animation-delay : 114.8s;
+ animation-delay : 114.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1149) {
+ -webkit-animation-delay : 114.9s;
+ animation-delay : 114.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1150) {
+ -webkit-animation-delay : 115s;
+ animation-delay : 115s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1151) {
+ -webkit-animation-delay : 115.1s;
+ animation-delay : 115.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1152) {
+ -webkit-animation-delay : 115.2s;
+ animation-delay : 115.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1153) {
+ -webkit-animation-delay : 115.3s;
+ animation-delay : 115.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1154) {
+ -webkit-animation-delay : 115.4s;
+ animation-delay : 115.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1155) {
+ -webkit-animation-delay : 115.5s;
+ animation-delay : 115.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1156) {
+ -webkit-animation-delay : 115.6s;
+ animation-delay : 115.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1157) {
+ -webkit-animation-delay : 115.7s;
+ animation-delay : 115.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1158) {
+ -webkit-animation-delay : 115.8s;
+ animation-delay : 115.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1159) {
+ -webkit-animation-delay : 115.9s;
+ animation-delay : 115.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1160) {
+ -webkit-animation-delay : 116s;
+ animation-delay : 116s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1161) {
+ -webkit-animation-delay : 116.1s;
+ animation-delay : 116.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1162) {
+ -webkit-animation-delay : 116.2s;
+ animation-delay : 116.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1163) {
+ -webkit-animation-delay : 116.3s;
+ animation-delay : 116.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1164) {
+ -webkit-animation-delay : 116.4s;
+ animation-delay : 116.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1165) {
+ -webkit-animation-delay : 116.5s;
+ animation-delay : 116.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1166) {
+ -webkit-animation-delay : 116.6s;
+ animation-delay : 116.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1167) {
+ -webkit-animation-delay : 116.7s;
+ animation-delay : 116.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1168) {
+ -webkit-animation-delay : 116.8s;
+ animation-delay : 116.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1169) {
+ -webkit-animation-delay : 116.9s;
+ animation-delay : 116.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1170) {
+ -webkit-animation-delay : 117s;
+ animation-delay : 117s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1171) {
+ -webkit-animation-delay : 117.1s;
+ animation-delay : 117.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1172) {
+ -webkit-animation-delay : 117.2s;
+ animation-delay : 117.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1173) {
+ -webkit-animation-delay : 117.3s;
+ animation-delay : 117.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1174) {
+ -webkit-animation-delay : 117.4s;
+ animation-delay : 117.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1175) {
+ -webkit-animation-delay : 117.5s;
+ animation-delay : 117.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1176) {
+ -webkit-animation-delay : 117.6s;
+ animation-delay : 117.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1177) {
+ -webkit-animation-delay : 117.7s;
+ animation-delay : 117.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1178) {
+ -webkit-animation-delay : 117.8s;
+ animation-delay : 117.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1179) {
+ -webkit-animation-delay : 117.9s;
+ animation-delay : 117.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1180) {
+ -webkit-animation-delay : 118s;
+ animation-delay : 118s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1181) {
+ -webkit-animation-delay : 118.1s;
+ animation-delay : 118.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1182) {
+ -webkit-animation-delay : 118.2s;
+ animation-delay : 118.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1183) {
+ -webkit-animation-delay : 118.3s;
+ animation-delay : 118.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1184) {
+ -webkit-animation-delay : 118.4s;
+ animation-delay : 118.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1185) {
+ -webkit-animation-delay : 118.5s;
+ animation-delay : 118.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1186) {
+ -webkit-animation-delay : 118.6s;
+ animation-delay : 118.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1187) {
+ -webkit-animation-delay : 118.7s;
+ animation-delay : 118.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1188) {
+ -webkit-animation-delay : 118.8s;
+ animation-delay : 118.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1189) {
+ -webkit-animation-delay : 118.9s;
+ animation-delay : 118.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1190) {
+ -webkit-animation-delay : 119s;
+ animation-delay : 119s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1191) {
+ -webkit-animation-delay : 119.1s;
+ animation-delay : 119.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1192) {
+ -webkit-animation-delay : 119.2s;
+ animation-delay : 119.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1193) {
+ -webkit-animation-delay : 119.3s;
+ animation-delay : 119.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1194) {
+ -webkit-animation-delay : 119.4s;
+ animation-delay : 119.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1195) {
+ -webkit-animation-delay : 119.5s;
+ animation-delay : 119.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1196) {
+ -webkit-animation-delay : 119.6s;
+ animation-delay : 119.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1197) {
+ -webkit-animation-delay : 119.7s;
+ animation-delay : 119.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1198) {
+ -webkit-animation-delay : 119.8s;
+ animation-delay : 119.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1199) {
+ -webkit-animation-delay : 119.9s;
+ animation-delay : 119.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1200) {
+ -webkit-animation-delay : 120s;
+ animation-delay : 120s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1201) {
+ -webkit-animation-delay : 120.1s;
+ animation-delay : 120.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1202) {
+ -webkit-animation-delay : 120.2s;
+ animation-delay : 120.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1203) {
+ -webkit-animation-delay : 120.3s;
+ animation-delay : 120.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1204) {
+ -webkit-animation-delay : 120.4s;
+ animation-delay : 120.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1205) {
+ -webkit-animation-delay : 120.5s;
+ animation-delay : 120.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1206) {
+ -webkit-animation-delay : 120.6s;
+ animation-delay : 120.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1207) {
+ -webkit-animation-delay : 120.7s;
+ animation-delay : 120.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1208) {
+ -webkit-animation-delay : 120.8s;
+ animation-delay : 120.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1209) {
+ -webkit-animation-delay : 120.9s;
+ animation-delay : 120.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1210) {
+ -webkit-animation-delay : 121s;
+ animation-delay : 121s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1211) {
+ -webkit-animation-delay : 121.1s;
+ animation-delay : 121.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1212) {
+ -webkit-animation-delay : 121.2s;
+ animation-delay : 121.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1213) {
+ -webkit-animation-delay : 121.3s;
+ animation-delay : 121.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1214) {
+ -webkit-animation-delay : 121.4s;
+ animation-delay : 121.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1215) {
+ -webkit-animation-delay : 121.5s;
+ animation-delay : 121.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1216) {
+ -webkit-animation-delay : 121.6s;
+ animation-delay : 121.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1217) {
+ -webkit-animation-delay : 121.7s;
+ animation-delay : 121.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1218) {
+ -webkit-animation-delay : 121.8s;
+ animation-delay : 121.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1219) {
+ -webkit-animation-delay : 121.9s;
+ animation-delay : 121.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1220) {
+ -webkit-animation-delay : 122s;
+ animation-delay : 122s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1221) {
+ -webkit-animation-delay : 122.1s;
+ animation-delay : 122.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1222) {
+ -webkit-animation-delay : 122.2s;
+ animation-delay : 122.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1223) {
+ -webkit-animation-delay : 122.3s;
+ animation-delay : 122.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1224) {
+ -webkit-animation-delay : 122.4s;
+ animation-delay : 122.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1225) {
+ -webkit-animation-delay : 122.5s;
+ animation-delay : 122.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1226) {
+ -webkit-animation-delay : 122.6s;
+ animation-delay : 122.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1227) {
+ -webkit-animation-delay : 122.7s;
+ animation-delay : 122.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1228) {
+ -webkit-animation-delay : 122.8s;
+ animation-delay : 122.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1229) {
+ -webkit-animation-delay : 122.9s;
+ animation-delay : 122.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1230) {
+ -webkit-animation-delay : 123s;
+ animation-delay : 123s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1231) {
+ -webkit-animation-delay : 123.1s;
+ animation-delay : 123.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1232) {
+ -webkit-animation-delay : 123.2s;
+ animation-delay : 123.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1233) {
+ -webkit-animation-delay : 123.3s;
+ animation-delay : 123.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1234) {
+ -webkit-animation-delay : 123.4s;
+ animation-delay : 123.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1235) {
+ -webkit-animation-delay : 123.5s;
+ animation-delay : 123.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1236) {
+ -webkit-animation-delay : 123.6s;
+ animation-delay : 123.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1237) {
+ -webkit-animation-delay : 123.7s;
+ animation-delay : 123.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1238) {
+ -webkit-animation-delay : 123.8s;
+ animation-delay : 123.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1239) {
+ -webkit-animation-delay : 123.9s;
+ animation-delay : 123.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1240) {
+ -webkit-animation-delay : 124s;
+ animation-delay : 124s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1241) {
+ -webkit-animation-delay : 124.1s;
+ animation-delay : 124.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1242) {
+ -webkit-animation-delay : 124.2s;
+ animation-delay : 124.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1243) {
+ -webkit-animation-delay : 124.3s;
+ animation-delay : 124.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1244) {
+ -webkit-animation-delay : 124.4s;
+ animation-delay : 124.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1245) {
+ -webkit-animation-delay : 124.5s;
+ animation-delay : 124.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1246) {
+ -webkit-animation-delay : 124.6s;
+ animation-delay : 124.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1247) {
+ -webkit-animation-delay : 124.7s;
+ animation-delay : 124.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1248) {
+ -webkit-animation-delay : 124.8s;
+ animation-delay : 124.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1249) {
+ -webkit-animation-delay : 124.9s;
+ animation-delay : 124.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1250) {
+ -webkit-animation-delay : 125s;
+ animation-delay : 125s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1251) {
+ -webkit-animation-delay : 125.1s;
+ animation-delay : 125.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1252) {
+ -webkit-animation-delay : 125.2s;
+ animation-delay : 125.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1253) {
+ -webkit-animation-delay : 125.3s;
+ animation-delay : 125.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1254) {
+ -webkit-animation-delay : 125.4s;
+ animation-delay : 125.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1255) {
+ -webkit-animation-delay : 125.5s;
+ animation-delay : 125.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1256) {
+ -webkit-animation-delay : 125.6s;
+ animation-delay : 125.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1257) {
+ -webkit-animation-delay : 125.7s;
+ animation-delay : 125.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1258) {
+ -webkit-animation-delay : 125.8s;
+ animation-delay : 125.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1259) {
+ -webkit-animation-delay : 125.9s;
+ animation-delay : 125.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1260) {
+ -webkit-animation-delay : 126s;
+ animation-delay : 126s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1261) {
+ -webkit-animation-delay : 126.1s;
+ animation-delay : 126.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1262) {
+ -webkit-animation-delay : 126.2s;
+ animation-delay : 126.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1263) {
+ -webkit-animation-delay : 126.3s;
+ animation-delay : 126.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1264) {
+ -webkit-animation-delay : 126.4s;
+ animation-delay : 126.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1265) {
+ -webkit-animation-delay : 126.5s;
+ animation-delay : 126.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1266) {
+ -webkit-animation-delay : 126.6s;
+ animation-delay : 126.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1267) {
+ -webkit-animation-delay : 126.7s;
+ animation-delay : 126.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1268) {
+ -webkit-animation-delay : 126.8s;
+ animation-delay : 126.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1269) {
+ -webkit-animation-delay : 126.9s;
+ animation-delay : 126.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1270) {
+ -webkit-animation-delay : 127s;
+ animation-delay : 127s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1271) {
+ -webkit-animation-delay : 127.1s;
+ animation-delay : 127.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1272) {
+ -webkit-animation-delay : 127.2s;
+ animation-delay : 127.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1273) {
+ -webkit-animation-delay : 127.3s;
+ animation-delay : 127.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1274) {
+ -webkit-animation-delay : 127.4s;
+ animation-delay : 127.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1275) {
+ -webkit-animation-delay : 127.5s;
+ animation-delay : 127.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1276) {
+ -webkit-animation-delay : 127.6s;
+ animation-delay : 127.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1277) {
+ -webkit-animation-delay : 127.7s;
+ animation-delay : 127.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1278) {
+ -webkit-animation-delay : 127.8s;
+ animation-delay : 127.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1279) {
+ -webkit-animation-delay : 127.9s;
+ animation-delay : 127.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1280) {
+ -webkit-animation-delay : 128s;
+ animation-delay : 128s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1281) {
+ -webkit-animation-delay : 128.1s;
+ animation-delay : 128.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1282) {
+ -webkit-animation-delay : 128.2s;
+ animation-delay : 128.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1283) {
+ -webkit-animation-delay : 128.3s;
+ animation-delay : 128.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1284) {
+ -webkit-animation-delay : 128.4s;
+ animation-delay : 128.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1285) {
+ -webkit-animation-delay : 128.5s;
+ animation-delay : 128.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1286) {
+ -webkit-animation-delay : 128.6s;
+ animation-delay : 128.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1287) {
+ -webkit-animation-delay : 128.7s;
+ animation-delay : 128.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1288) {
+ -webkit-animation-delay : 128.8s;
+ animation-delay : 128.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1289) {
+ -webkit-animation-delay : 128.9s;
+ animation-delay : 128.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1290) {
+ -webkit-animation-delay : 129s;
+ animation-delay : 129s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1291) {
+ -webkit-animation-delay : 129.1s;
+ animation-delay : 129.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1292) {
+ -webkit-animation-delay : 129.2s;
+ animation-delay : 129.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1293) {
+ -webkit-animation-delay : 129.3s;
+ animation-delay : 129.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1294) {
+ -webkit-animation-delay : 129.4s;
+ animation-delay : 129.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1295) {
+ -webkit-animation-delay : 129.5s;
+ animation-delay : 129.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1296) {
+ -webkit-animation-delay : 129.6s;
+ animation-delay : 129.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1297) {
+ -webkit-animation-delay : 129.7s;
+ animation-delay : 129.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1298) {
+ -webkit-animation-delay : 129.8s;
+ animation-delay : 129.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1299) {
+ -webkit-animation-delay : 129.9s;
+ animation-delay : 129.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1300) {
+ -webkit-animation-delay : 130s;
+ animation-delay : 130s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1301) {
+ -webkit-animation-delay : 130.1s;
+ animation-delay : 130.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1302) {
+ -webkit-animation-delay : 130.2s;
+ animation-delay : 130.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1303) {
+ -webkit-animation-delay : 130.3s;
+ animation-delay : 130.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1304) {
+ -webkit-animation-delay : 130.4s;
+ animation-delay : 130.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1305) {
+ -webkit-animation-delay : 130.5s;
+ animation-delay : 130.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1306) {
+ -webkit-animation-delay : 130.6s;
+ animation-delay : 130.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1307) {
+ -webkit-animation-delay : 130.7s;
+ animation-delay : 130.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1308) {
+ -webkit-animation-delay : 130.8s;
+ animation-delay : 130.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1309) {
+ -webkit-animation-delay : 130.9s;
+ animation-delay : 130.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1310) {
+ -webkit-animation-delay : 131s;
+ animation-delay : 131s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1311) {
+ -webkit-animation-delay : 131.1s;
+ animation-delay : 131.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1312) {
+ -webkit-animation-delay : 131.2s;
+ animation-delay : 131.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1313) {
+ -webkit-animation-delay : 131.3s;
+ animation-delay : 131.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1314) {
+ -webkit-animation-delay : 131.4s;
+ animation-delay : 131.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1315) {
+ -webkit-animation-delay : 131.5s;
+ animation-delay : 131.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1316) {
+ -webkit-animation-delay : 131.6s;
+ animation-delay : 131.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1317) {
+ -webkit-animation-delay : 131.7s;
+ animation-delay : 131.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1318) {
+ -webkit-animation-delay : 131.8s;
+ animation-delay : 131.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1319) {
+ -webkit-animation-delay : 131.9s;
+ animation-delay : 131.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1320) {
+ -webkit-animation-delay : 132s;
+ animation-delay : 132s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1321) {
+ -webkit-animation-delay : 132.1s;
+ animation-delay : 132.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1322) {
+ -webkit-animation-delay : 132.2s;
+ animation-delay : 132.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1323) {
+ -webkit-animation-delay : 132.3s;
+ animation-delay : 132.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1324) {
+ -webkit-animation-delay : 132.4s;
+ animation-delay : 132.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1325) {
+ -webkit-animation-delay : 132.5s;
+ animation-delay : 132.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1326) {
+ -webkit-animation-delay : 132.6s;
+ animation-delay : 132.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1327) {
+ -webkit-animation-delay : 132.7s;
+ animation-delay : 132.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1328) {
+ -webkit-animation-delay : 132.8s;
+ animation-delay : 132.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1329) {
+ -webkit-animation-delay : 132.9s;
+ animation-delay : 132.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1330) {
+ -webkit-animation-delay : 133s;
+ animation-delay : 133s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1331) {
+ -webkit-animation-delay : 133.1s;
+ animation-delay : 133.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1332) {
+ -webkit-animation-delay : 133.2s;
+ animation-delay : 133.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1333) {
+ -webkit-animation-delay : 133.3s;
+ animation-delay : 133.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1334) {
+ -webkit-animation-delay : 133.4s;
+ animation-delay : 133.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1335) {
+ -webkit-animation-delay : 133.5s;
+ animation-delay : 133.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1336) {
+ -webkit-animation-delay : 133.6s;
+ animation-delay : 133.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1337) {
+ -webkit-animation-delay : 133.7s;
+ animation-delay : 133.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1338) {
+ -webkit-animation-delay : 133.8s;
+ animation-delay : 133.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1339) {
+ -webkit-animation-delay : 133.9s;
+ animation-delay : 133.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1340) {
+ -webkit-animation-delay : 134s;
+ animation-delay : 134s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1341) {
+ -webkit-animation-delay : 134.1s;
+ animation-delay : 134.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1342) {
+ -webkit-animation-delay : 134.2s;
+ animation-delay : 134.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1343) {
+ -webkit-animation-delay : 134.3s;
+ animation-delay : 134.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1344) {
+ -webkit-animation-delay : 134.4s;
+ animation-delay : 134.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1345) {
+ -webkit-animation-delay : 134.5s;
+ animation-delay : 134.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1346) {
+ -webkit-animation-delay : 134.6s;
+ animation-delay : 134.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1347) {
+ -webkit-animation-delay : 134.7s;
+ animation-delay : 134.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1348) {
+ -webkit-animation-delay : 134.8s;
+ animation-delay : 134.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1349) {
+ -webkit-animation-delay : 134.9s;
+ animation-delay : 134.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1350) {
+ -webkit-animation-delay : 135s;
+ animation-delay : 135s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1351) {
+ -webkit-animation-delay : 135.1s;
+ animation-delay : 135.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1352) {
+ -webkit-animation-delay : 135.2s;
+ animation-delay : 135.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1353) {
+ -webkit-animation-delay : 135.3s;
+ animation-delay : 135.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1354) {
+ -webkit-animation-delay : 135.4s;
+ animation-delay : 135.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1355) {
+ -webkit-animation-delay : 135.5s;
+ animation-delay : 135.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1356) {
+ -webkit-animation-delay : 135.6s;
+ animation-delay : 135.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1357) {
+ -webkit-animation-delay : 135.7s;
+ animation-delay : 135.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1358) {
+ -webkit-animation-delay : 135.8s;
+ animation-delay : 135.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1359) {
+ -webkit-animation-delay : 135.9s;
+ animation-delay : 135.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1360) {
+ -webkit-animation-delay : 136s;
+ animation-delay : 136s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1361) {
+ -webkit-animation-delay : 136.1s;
+ animation-delay : 136.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1362) {
+ -webkit-animation-delay : 136.2s;
+ animation-delay : 136.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1363) {
+ -webkit-animation-delay : 136.3s;
+ animation-delay : 136.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1364) {
+ -webkit-animation-delay : 136.4s;
+ animation-delay : 136.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1365) {
+ -webkit-animation-delay : 136.5s;
+ animation-delay : 136.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1366) {
+ -webkit-animation-delay : 136.6s;
+ animation-delay : 136.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1367) {
+ -webkit-animation-delay : 136.7s;
+ animation-delay : 136.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1368) {
+ -webkit-animation-delay : 136.8s;
+ animation-delay : 136.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1369) {
+ -webkit-animation-delay : 136.9s;
+ animation-delay : 136.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1370) {
+ -webkit-animation-delay : 137s;
+ animation-delay : 137s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1371) {
+ -webkit-animation-delay : 137.1s;
+ animation-delay : 137.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1372) {
+ -webkit-animation-delay : 137.2s;
+ animation-delay : 137.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1373) {
+ -webkit-animation-delay : 137.3s;
+ animation-delay : 137.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1374) {
+ -webkit-animation-delay : 137.4s;
+ animation-delay : 137.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1375) {
+ -webkit-animation-delay : 137.5s;
+ animation-delay : 137.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1376) {
+ -webkit-animation-delay : 137.6s;
+ animation-delay : 137.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1377) {
+ -webkit-animation-delay : 137.7s;
+ animation-delay : 137.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1378) {
+ -webkit-animation-delay : 137.8s;
+ animation-delay : 137.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1379) {
+ -webkit-animation-delay : 137.9s;
+ animation-delay : 137.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1380) {
+ -webkit-animation-delay : 138s;
+ animation-delay : 138s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1381) {
+ -webkit-animation-delay : 138.1s;
+ animation-delay : 138.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1382) {
+ -webkit-animation-delay : 138.2s;
+ animation-delay : 138.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1383) {
+ -webkit-animation-delay : 138.3s;
+ animation-delay : 138.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1384) {
+ -webkit-animation-delay : 138.4s;
+ animation-delay : 138.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1385) {
+ -webkit-animation-delay : 138.5s;
+ animation-delay : 138.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1386) {
+ -webkit-animation-delay : 138.6s;
+ animation-delay : 138.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1387) {
+ -webkit-animation-delay : 138.7s;
+ animation-delay : 138.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1388) {
+ -webkit-animation-delay : 138.8s;
+ animation-delay : 138.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1389) {
+ -webkit-animation-delay : 138.9s;
+ animation-delay : 138.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1390) {
+ -webkit-animation-delay : 139s;
+ animation-delay : 139s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1391) {
+ -webkit-animation-delay : 139.1s;
+ animation-delay : 139.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1392) {
+ -webkit-animation-delay : 139.2s;
+ animation-delay : 139.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1393) {
+ -webkit-animation-delay : 139.3s;
+ animation-delay : 139.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1394) {
+ -webkit-animation-delay : 139.4s;
+ animation-delay : 139.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1395) {
+ -webkit-animation-delay : 139.5s;
+ animation-delay : 139.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1396) {
+ -webkit-animation-delay : 139.6s;
+ animation-delay : 139.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1397) {
+ -webkit-animation-delay : 139.7s;
+ animation-delay : 139.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1398) {
+ -webkit-animation-delay : 139.8s;
+ animation-delay : 139.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1399) {
+ -webkit-animation-delay : 139.9s;
+ animation-delay : 139.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1400) {
+ -webkit-animation-delay : 140s;
+ animation-delay : 140s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1401) {
+ -webkit-animation-delay : 140.1s;
+ animation-delay : 140.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1402) {
+ -webkit-animation-delay : 140.2s;
+ animation-delay : 140.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1403) {
+ -webkit-animation-delay : 140.3s;
+ animation-delay : 140.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1404) {
+ -webkit-animation-delay : 140.4s;
+ animation-delay : 140.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1405) {
+ -webkit-animation-delay : 140.5s;
+ animation-delay : 140.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1406) {
+ -webkit-animation-delay : 140.6s;
+ animation-delay : 140.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1407) {
+ -webkit-animation-delay : 140.7s;
+ animation-delay : 140.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1408) {
+ -webkit-animation-delay : 140.8s;
+ animation-delay : 140.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1409) {
+ -webkit-animation-delay : 140.9s;
+ animation-delay : 140.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1410) {
+ -webkit-animation-delay : 141s;
+ animation-delay : 141s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1411) {
+ -webkit-animation-delay : 141.1s;
+ animation-delay : 141.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1412) {
+ -webkit-animation-delay : 141.2s;
+ animation-delay : 141.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1413) {
+ -webkit-animation-delay : 141.3s;
+ animation-delay : 141.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1414) {
+ -webkit-animation-delay : 141.4s;
+ animation-delay : 141.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1415) {
+ -webkit-animation-delay : 141.5s;
+ animation-delay : 141.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1416) {
+ -webkit-animation-delay : 141.6s;
+ animation-delay : 141.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1417) {
+ -webkit-animation-delay : 141.7s;
+ animation-delay : 141.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1418) {
+ -webkit-animation-delay : 141.8s;
+ animation-delay : 141.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1419) {
+ -webkit-animation-delay : 141.9s;
+ animation-delay : 141.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1420) {
+ -webkit-animation-delay : 142s;
+ animation-delay : 142s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1421) {
+ -webkit-animation-delay : 142.1s;
+ animation-delay : 142.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1422) {
+ -webkit-animation-delay : 142.2s;
+ animation-delay : 142.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1423) {
+ -webkit-animation-delay : 142.3s;
+ animation-delay : 142.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1424) {
+ -webkit-animation-delay : 142.4s;
+ animation-delay : 142.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1425) {
+ -webkit-animation-delay : 142.5s;
+ animation-delay : 142.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1426) {
+ -webkit-animation-delay : 142.6s;
+ animation-delay : 142.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1427) {
+ -webkit-animation-delay : 142.7s;
+ animation-delay : 142.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1428) {
+ -webkit-animation-delay : 142.8s;
+ animation-delay : 142.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1429) {
+ -webkit-animation-delay : 142.9s;
+ animation-delay : 142.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1430) {
+ -webkit-animation-delay : 143s;
+ animation-delay : 143s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1431) {
+ -webkit-animation-delay : 143.1s;
+ animation-delay : 143.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1432) {
+ -webkit-animation-delay : 143.2s;
+ animation-delay : 143.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1433) {
+ -webkit-animation-delay : 143.3s;
+ animation-delay : 143.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1434) {
+ -webkit-animation-delay : 143.4s;
+ animation-delay : 143.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1435) {
+ -webkit-animation-delay : 143.5s;
+ animation-delay : 143.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1436) {
+ -webkit-animation-delay : 143.6s;
+ animation-delay : 143.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1437) {
+ -webkit-animation-delay : 143.7s;
+ animation-delay : 143.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1438) {
+ -webkit-animation-delay : 143.8s;
+ animation-delay : 143.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1439) {
+ -webkit-animation-delay : 143.9s;
+ animation-delay : 143.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1440) {
+ -webkit-animation-delay : 144s;
+ animation-delay : 144s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1441) {
+ -webkit-animation-delay : 144.1s;
+ animation-delay : 144.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1442) {
+ -webkit-animation-delay : 144.2s;
+ animation-delay : 144.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1443) {
+ -webkit-animation-delay : 144.3s;
+ animation-delay : 144.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1444) {
+ -webkit-animation-delay : 144.4s;
+ animation-delay : 144.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1445) {
+ -webkit-animation-delay : 144.5s;
+ animation-delay : 144.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1446) {
+ -webkit-animation-delay : 144.6s;
+ animation-delay : 144.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1447) {
+ -webkit-animation-delay : 144.7s;
+ animation-delay : 144.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1448) {
+ -webkit-animation-delay : 144.8s;
+ animation-delay : 144.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1449) {
+ -webkit-animation-delay : 144.9s;
+ animation-delay : 144.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1450) {
+ -webkit-animation-delay : 145s;
+ animation-delay : 145s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1451) {
+ -webkit-animation-delay : 145.1s;
+ animation-delay : 145.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1452) {
+ -webkit-animation-delay : 145.2s;
+ animation-delay : 145.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1453) {
+ -webkit-animation-delay : 145.3s;
+ animation-delay : 145.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1454) {
+ -webkit-animation-delay : 145.4s;
+ animation-delay : 145.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1455) {
+ -webkit-animation-delay : 145.5s;
+ animation-delay : 145.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1456) {
+ -webkit-animation-delay : 145.6s;
+ animation-delay : 145.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1457) {
+ -webkit-animation-delay : 145.7s;
+ animation-delay : 145.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1458) {
+ -webkit-animation-delay : 145.8s;
+ animation-delay : 145.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1459) {
+ -webkit-animation-delay : 145.9s;
+ animation-delay : 145.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1460) {
+ -webkit-animation-delay : 146s;
+ animation-delay : 146s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1461) {
+ -webkit-animation-delay : 146.1s;
+ animation-delay : 146.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1462) {
+ -webkit-animation-delay : 146.2s;
+ animation-delay : 146.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1463) {
+ -webkit-animation-delay : 146.3s;
+ animation-delay : 146.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1464) {
+ -webkit-animation-delay : 146.4s;
+ animation-delay : 146.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1465) {
+ -webkit-animation-delay : 146.5s;
+ animation-delay : 146.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1466) {
+ -webkit-animation-delay : 146.6s;
+ animation-delay : 146.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1467) {
+ -webkit-animation-delay : 146.7s;
+ animation-delay : 146.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1468) {
+ -webkit-animation-delay : 146.8s;
+ animation-delay : 146.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1469) {
+ -webkit-animation-delay : 146.9s;
+ animation-delay : 146.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1470) {
+ -webkit-animation-delay : 147s;
+ animation-delay : 147s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1471) {
+ -webkit-animation-delay : 147.1s;
+ animation-delay : 147.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1472) {
+ -webkit-animation-delay : 147.2s;
+ animation-delay : 147.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1473) {
+ -webkit-animation-delay : 147.3s;
+ animation-delay : 147.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1474) {
+ -webkit-animation-delay : 147.4s;
+ animation-delay : 147.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1475) {
+ -webkit-animation-delay : 147.5s;
+ animation-delay : 147.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1476) {
+ -webkit-animation-delay : 147.6s;
+ animation-delay : 147.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1477) {
+ -webkit-animation-delay : 147.7s;
+ animation-delay : 147.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1478) {
+ -webkit-animation-delay : 147.8s;
+ animation-delay : 147.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1479) {
+ -webkit-animation-delay : 147.9s;
+ animation-delay : 147.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1480) {
+ -webkit-animation-delay : 148s;
+ animation-delay : 148s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1481) {
+ -webkit-animation-delay : 148.1s;
+ animation-delay : 148.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1482) {
+ -webkit-animation-delay : 148.2s;
+ animation-delay : 148.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1483) {
+ -webkit-animation-delay : 148.3s;
+ animation-delay : 148.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1484) {
+ -webkit-animation-delay : 148.4s;
+ animation-delay : 148.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1485) {
+ -webkit-animation-delay : 148.5s;
+ animation-delay : 148.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1486) {
+ -webkit-animation-delay : 148.6s;
+ animation-delay : 148.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1487) {
+ -webkit-animation-delay : 148.7s;
+ animation-delay : 148.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1488) {
+ -webkit-animation-delay : 148.8s;
+ animation-delay : 148.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1489) {
+ -webkit-animation-delay : 148.9s;
+ animation-delay : 148.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1490) {
+ -webkit-animation-delay : 149s;
+ animation-delay : 149s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1491) {
+ -webkit-animation-delay : 149.1s;
+ animation-delay : 149.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1492) {
+ -webkit-animation-delay : 149.2s;
+ animation-delay : 149.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1493) {
+ -webkit-animation-delay : 149.3s;
+ animation-delay : 149.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1494) {
+ -webkit-animation-delay : 149.4s;
+ animation-delay : 149.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1495) {
+ -webkit-animation-delay : 149.5s;
+ animation-delay : 149.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1496) {
+ -webkit-animation-delay : 149.6s;
+ animation-delay : 149.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1497) {
+ -webkit-animation-delay : 149.7s;
+ animation-delay : 149.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1498) {
+ -webkit-animation-delay : 149.8s;
+ animation-delay : 149.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1499) {
+ -webkit-animation-delay : 149.9s;
+ animation-delay : 149.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1500) {
+ -webkit-animation-delay : 150s;
+ animation-delay : 150s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1501) {
+ -webkit-animation-delay : 150.1s;
+ animation-delay : 150.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1502) {
+ -webkit-animation-delay : 150.2s;
+ animation-delay : 150.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1503) {
+ -webkit-animation-delay : 150.3s;
+ animation-delay : 150.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1504) {
+ -webkit-animation-delay : 150.4s;
+ animation-delay : 150.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1505) {
+ -webkit-animation-delay : 150.5s;
+ animation-delay : 150.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1506) {
+ -webkit-animation-delay : 150.6s;
+ animation-delay : 150.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1507) {
+ -webkit-animation-delay : 150.7s;
+ animation-delay : 150.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1508) {
+ -webkit-animation-delay : 150.8s;
+ animation-delay : 150.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1509) {
+ -webkit-animation-delay : 150.9s;
+ animation-delay : 150.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1510) {
+ -webkit-animation-delay : 151s;
+ animation-delay : 151s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1511) {
+ -webkit-animation-delay : 151.1s;
+ animation-delay : 151.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1512) {
+ -webkit-animation-delay : 151.2s;
+ animation-delay : 151.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1513) {
+ -webkit-animation-delay : 151.3s;
+ animation-delay : 151.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1514) {
+ -webkit-animation-delay : 151.4s;
+ animation-delay : 151.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1515) {
+ -webkit-animation-delay : 151.5s;
+ animation-delay : 151.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1516) {
+ -webkit-animation-delay : 151.6s;
+ animation-delay : 151.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1517) {
+ -webkit-animation-delay : 151.7s;
+ animation-delay : 151.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1518) {
+ -webkit-animation-delay : 151.8s;
+ animation-delay : 151.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1519) {
+ -webkit-animation-delay : 151.9s;
+ animation-delay : 151.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1520) {
+ -webkit-animation-delay : 152s;
+ animation-delay : 152s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1521) {
+ -webkit-animation-delay : 152.1s;
+ animation-delay : 152.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1522) {
+ -webkit-animation-delay : 152.2s;
+ animation-delay : 152.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1523) {
+ -webkit-animation-delay : 152.3s;
+ animation-delay : 152.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1524) {
+ -webkit-animation-delay : 152.4s;
+ animation-delay : 152.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1525) {
+ -webkit-animation-delay : 152.5s;
+ animation-delay : 152.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1526) {
+ -webkit-animation-delay : 152.6s;
+ animation-delay : 152.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1527) {
+ -webkit-animation-delay : 152.7s;
+ animation-delay : 152.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1528) {
+ -webkit-animation-delay : 152.8s;
+ animation-delay : 152.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1529) {
+ -webkit-animation-delay : 152.9s;
+ animation-delay : 152.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1530) {
+ -webkit-animation-delay : 153s;
+ animation-delay : 153s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1531) {
+ -webkit-animation-delay : 153.1s;
+ animation-delay : 153.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1532) {
+ -webkit-animation-delay : 153.2s;
+ animation-delay : 153.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1533) {
+ -webkit-animation-delay : 153.3s;
+ animation-delay : 153.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1534) {
+ -webkit-animation-delay : 153.4s;
+ animation-delay : 153.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1535) {
+ -webkit-animation-delay : 153.5s;
+ animation-delay : 153.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1536) {
+ -webkit-animation-delay : 153.6s;
+ animation-delay : 153.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1537) {
+ -webkit-animation-delay : 153.7s;
+ animation-delay : 153.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1538) {
+ -webkit-animation-delay : 153.8s;
+ animation-delay : 153.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1539) {
+ -webkit-animation-delay : 153.9s;
+ animation-delay : 153.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1540) {
+ -webkit-animation-delay : 154s;
+ animation-delay : 154s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1541) {
+ -webkit-animation-delay : 154.1s;
+ animation-delay : 154.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1542) {
+ -webkit-animation-delay : 154.2s;
+ animation-delay : 154.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1543) {
+ -webkit-animation-delay : 154.3s;
+ animation-delay : 154.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1544) {
+ -webkit-animation-delay : 154.4s;
+ animation-delay : 154.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1545) {
+ -webkit-animation-delay : 154.5s;
+ animation-delay : 154.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1546) {
+ -webkit-animation-delay : 154.6s;
+ animation-delay : 154.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1547) {
+ -webkit-animation-delay : 154.7s;
+ animation-delay : 154.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1548) {
+ -webkit-animation-delay : 154.8s;
+ animation-delay : 154.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1549) {
+ -webkit-animation-delay : 154.9s;
+ animation-delay : 154.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1550) {
+ -webkit-animation-delay : 155s;
+ animation-delay : 155s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1551) {
+ -webkit-animation-delay : 155.1s;
+ animation-delay : 155.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1552) {
+ -webkit-animation-delay : 155.2s;
+ animation-delay : 155.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1553) {
+ -webkit-animation-delay : 155.3s;
+ animation-delay : 155.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1554) {
+ -webkit-animation-delay : 155.4s;
+ animation-delay : 155.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1555) {
+ -webkit-animation-delay : 155.5s;
+ animation-delay : 155.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1556) {
+ -webkit-animation-delay : 155.6s;
+ animation-delay : 155.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1557) {
+ -webkit-animation-delay : 155.7s;
+ animation-delay : 155.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1558) {
+ -webkit-animation-delay : 155.8s;
+ animation-delay : 155.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1559) {
+ -webkit-animation-delay : 155.9s;
+ animation-delay : 155.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1560) {
+ -webkit-animation-delay : 156s;
+ animation-delay : 156s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1561) {
+ -webkit-animation-delay : 156.1s;
+ animation-delay : 156.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1562) {
+ -webkit-animation-delay : 156.2s;
+ animation-delay : 156.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1563) {
+ -webkit-animation-delay : 156.3s;
+ animation-delay : 156.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1564) {
+ -webkit-animation-delay : 156.4s;
+ animation-delay : 156.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1565) {
+ -webkit-animation-delay : 156.5s;
+ animation-delay : 156.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1566) {
+ -webkit-animation-delay : 156.6s;
+ animation-delay : 156.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1567) {
+ -webkit-animation-delay : 156.7s;
+ animation-delay : 156.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1568) {
+ -webkit-animation-delay : 156.8s;
+ animation-delay : 156.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1569) {
+ -webkit-animation-delay : 156.9s;
+ animation-delay : 156.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1570) {
+ -webkit-animation-delay : 157s;
+ animation-delay : 157s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1571) {
+ -webkit-animation-delay : 157.1s;
+ animation-delay : 157.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1572) {
+ -webkit-animation-delay : 157.2s;
+ animation-delay : 157.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1573) {
+ -webkit-animation-delay : 157.3s;
+ animation-delay : 157.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1574) {
+ -webkit-animation-delay : 157.4s;
+ animation-delay : 157.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1575) {
+ -webkit-animation-delay : 157.5s;
+ animation-delay : 157.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1576) {
+ -webkit-animation-delay : 157.6s;
+ animation-delay : 157.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1577) {
+ -webkit-animation-delay : 157.7s;
+ animation-delay : 157.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1578) {
+ -webkit-animation-delay : 157.8s;
+ animation-delay : 157.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1579) {
+ -webkit-animation-delay : 157.9s;
+ animation-delay : 157.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1580) {
+ -webkit-animation-delay : 158s;
+ animation-delay : 158s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1581) {
+ -webkit-animation-delay : 158.1s;
+ animation-delay : 158.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1582) {
+ -webkit-animation-delay : 158.2s;
+ animation-delay : 158.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1583) {
+ -webkit-animation-delay : 158.3s;
+ animation-delay : 158.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1584) {
+ -webkit-animation-delay : 158.4s;
+ animation-delay : 158.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1585) {
+ -webkit-animation-delay : 158.5s;
+ animation-delay : 158.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1586) {
+ -webkit-animation-delay : 158.6s;
+ animation-delay : 158.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1587) {
+ -webkit-animation-delay : 158.7s;
+ animation-delay : 158.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1588) {
+ -webkit-animation-delay : 158.8s;
+ animation-delay : 158.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1589) {
+ -webkit-animation-delay : 158.9s;
+ animation-delay : 158.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1590) {
+ -webkit-animation-delay : 159s;
+ animation-delay : 159s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1591) {
+ -webkit-animation-delay : 159.1s;
+ animation-delay : 159.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1592) {
+ -webkit-animation-delay : 159.2s;
+ animation-delay : 159.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1593) {
+ -webkit-animation-delay : 159.3s;
+ animation-delay : 159.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1594) {
+ -webkit-animation-delay : 159.4s;
+ animation-delay : 159.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1595) {
+ -webkit-animation-delay : 159.5s;
+ animation-delay : 159.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1596) {
+ -webkit-animation-delay : 159.6s;
+ animation-delay : 159.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1597) {
+ -webkit-animation-delay : 159.7s;
+ animation-delay : 159.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1598) {
+ -webkit-animation-delay : 159.8s;
+ animation-delay : 159.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1599) {
+ -webkit-animation-delay : 159.9s;
+ animation-delay : 159.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1600) {
+ -webkit-animation-delay : 160s;
+ animation-delay : 160s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1601) {
+ -webkit-animation-delay : 160.1s;
+ animation-delay : 160.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1602) {
+ -webkit-animation-delay : 160.2s;
+ animation-delay : 160.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1603) {
+ -webkit-animation-delay : 160.3s;
+ animation-delay : 160.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1604) {
+ -webkit-animation-delay : 160.4s;
+ animation-delay : 160.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1605) {
+ -webkit-animation-delay : 160.5s;
+ animation-delay : 160.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1606) {
+ -webkit-animation-delay : 160.6s;
+ animation-delay : 160.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1607) {
+ -webkit-animation-delay : 160.7s;
+ animation-delay : 160.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1608) {
+ -webkit-animation-delay : 160.8s;
+ animation-delay : 160.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1609) {
+ -webkit-animation-delay : 160.9s;
+ animation-delay : 160.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1610) {
+ -webkit-animation-delay : 161s;
+ animation-delay : 161s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1611) {
+ -webkit-animation-delay : 161.1s;
+ animation-delay : 161.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1612) {
+ -webkit-animation-delay : 161.2s;
+ animation-delay : 161.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1613) {
+ -webkit-animation-delay : 161.3s;
+ animation-delay : 161.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1614) {
+ -webkit-animation-delay : 161.4s;
+ animation-delay : 161.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1615) {
+ -webkit-animation-delay : 161.5s;
+ animation-delay : 161.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1616) {
+ -webkit-animation-delay : 161.6s;
+ animation-delay : 161.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1617) {
+ -webkit-animation-delay : 161.7s;
+ animation-delay : 161.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1618) {
+ -webkit-animation-delay : 161.8s;
+ animation-delay : 161.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1619) {
+ -webkit-animation-delay : 161.9s;
+ animation-delay : 161.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1620) {
+ -webkit-animation-delay : 162s;
+ animation-delay : 162s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1621) {
+ -webkit-animation-delay : 162.1s;
+ animation-delay : 162.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1622) {
+ -webkit-animation-delay : 162.2s;
+ animation-delay : 162.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1623) {
+ -webkit-animation-delay : 162.3s;
+ animation-delay : 162.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1624) {
+ -webkit-animation-delay : 162.4s;
+ animation-delay : 162.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1625) {
+ -webkit-animation-delay : 162.5s;
+ animation-delay : 162.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1626) {
+ -webkit-animation-delay : 162.6s;
+ animation-delay : 162.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1627) {
+ -webkit-animation-delay : 162.7s;
+ animation-delay : 162.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1628) {
+ -webkit-animation-delay : 162.8s;
+ animation-delay : 162.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1629) {
+ -webkit-animation-delay : 162.9s;
+ animation-delay : 162.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1630) {
+ -webkit-animation-delay : 163s;
+ animation-delay : 163s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1631) {
+ -webkit-animation-delay : 163.1s;
+ animation-delay : 163.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1632) {
+ -webkit-animation-delay : 163.2s;
+ animation-delay : 163.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1633) {
+ -webkit-animation-delay : 163.3s;
+ animation-delay : 163.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1634) {
+ -webkit-animation-delay : 163.4s;
+ animation-delay : 163.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1635) {
+ -webkit-animation-delay : 163.5s;
+ animation-delay : 163.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1636) {
+ -webkit-animation-delay : 163.6s;
+ animation-delay : 163.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1637) {
+ -webkit-animation-delay : 163.7s;
+ animation-delay : 163.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1638) {
+ -webkit-animation-delay : 163.8s;
+ animation-delay : 163.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1639) {
+ -webkit-animation-delay : 163.9s;
+ animation-delay : 163.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1640) {
+ -webkit-animation-delay : 164s;
+ animation-delay : 164s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1641) {
+ -webkit-animation-delay : 164.1s;
+ animation-delay : 164.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1642) {
+ -webkit-animation-delay : 164.2s;
+ animation-delay : 164.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1643) {
+ -webkit-animation-delay : 164.3s;
+ animation-delay : 164.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1644) {
+ -webkit-animation-delay : 164.4s;
+ animation-delay : 164.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1645) {
+ -webkit-animation-delay : 164.5s;
+ animation-delay : 164.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1646) {
+ -webkit-animation-delay : 164.6s;
+ animation-delay : 164.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1647) {
+ -webkit-animation-delay : 164.7s;
+ animation-delay : 164.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1648) {
+ -webkit-animation-delay : 164.8s;
+ animation-delay : 164.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1649) {
+ -webkit-animation-delay : 164.9s;
+ animation-delay : 164.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1650) {
+ -webkit-animation-delay : 165s;
+ animation-delay : 165s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1651) {
+ -webkit-animation-delay : 165.1s;
+ animation-delay : 165.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1652) {
+ -webkit-animation-delay : 165.2s;
+ animation-delay : 165.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1653) {
+ -webkit-animation-delay : 165.3s;
+ animation-delay : 165.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1654) {
+ -webkit-animation-delay : 165.4s;
+ animation-delay : 165.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1655) {
+ -webkit-animation-delay : 165.5s;
+ animation-delay : 165.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1656) {
+ -webkit-animation-delay : 165.6s;
+ animation-delay : 165.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1657) {
+ -webkit-animation-delay : 165.7s;
+ animation-delay : 165.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1658) {
+ -webkit-animation-delay : 165.8s;
+ animation-delay : 165.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1659) {
+ -webkit-animation-delay : 165.9s;
+ animation-delay : 165.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1660) {
+ -webkit-animation-delay : 166s;
+ animation-delay : 166s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1661) {
+ -webkit-animation-delay : 166.1s;
+ animation-delay : 166.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1662) {
+ -webkit-animation-delay : 166.2s;
+ animation-delay : 166.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1663) {
+ -webkit-animation-delay : 166.3s;
+ animation-delay : 166.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1664) {
+ -webkit-animation-delay : 166.4s;
+ animation-delay : 166.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1665) {
+ -webkit-animation-delay : 166.5s;
+ animation-delay : 166.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1666) {
+ -webkit-animation-delay : 166.6s;
+ animation-delay : 166.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1667) {
+ -webkit-animation-delay : 166.7s;
+ animation-delay : 166.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1668) {
+ -webkit-animation-delay : 166.8s;
+ animation-delay : 166.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1669) {
+ -webkit-animation-delay : 166.9s;
+ animation-delay : 166.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1670) {
+ -webkit-animation-delay : 167s;
+ animation-delay : 167s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1671) {
+ -webkit-animation-delay : 167.1s;
+ animation-delay : 167.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1672) {
+ -webkit-animation-delay : 167.2s;
+ animation-delay : 167.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1673) {
+ -webkit-animation-delay : 167.3s;
+ animation-delay : 167.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1674) {
+ -webkit-animation-delay : 167.4s;
+ animation-delay : 167.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1675) {
+ -webkit-animation-delay : 167.5s;
+ animation-delay : 167.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1676) {
+ -webkit-animation-delay : 167.6s;
+ animation-delay : 167.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1677) {
+ -webkit-animation-delay : 167.7s;
+ animation-delay : 167.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1678) {
+ -webkit-animation-delay : 167.8s;
+ animation-delay : 167.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1679) {
+ -webkit-animation-delay : 167.9s;
+ animation-delay : 167.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1680) {
+ -webkit-animation-delay : 168s;
+ animation-delay : 168s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1681) {
+ -webkit-animation-delay : 168.1s;
+ animation-delay : 168.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1682) {
+ -webkit-animation-delay : 168.2s;
+ animation-delay : 168.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1683) {
+ -webkit-animation-delay : 168.3s;
+ animation-delay : 168.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1684) {
+ -webkit-animation-delay : 168.4s;
+ animation-delay : 168.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1685) {
+ -webkit-animation-delay : 168.5s;
+ animation-delay : 168.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1686) {
+ -webkit-animation-delay : 168.6s;
+ animation-delay : 168.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1687) {
+ -webkit-animation-delay : 168.7s;
+ animation-delay : 168.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1688) {
+ -webkit-animation-delay : 168.8s;
+ animation-delay : 168.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1689) {
+ -webkit-animation-delay : 168.9s;
+ animation-delay : 168.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1690) {
+ -webkit-animation-delay : 169s;
+ animation-delay : 169s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1691) {
+ -webkit-animation-delay : 169.1s;
+ animation-delay : 169.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1692) {
+ -webkit-animation-delay : 169.2s;
+ animation-delay : 169.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1693) {
+ -webkit-animation-delay : 169.3s;
+ animation-delay : 169.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1694) {
+ -webkit-animation-delay : 169.4s;
+ animation-delay : 169.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1695) {
+ -webkit-animation-delay : 169.5s;
+ animation-delay : 169.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1696) {
+ -webkit-animation-delay : 169.6s;
+ animation-delay : 169.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1697) {
+ -webkit-animation-delay : 169.7s;
+ animation-delay : 169.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1698) {
+ -webkit-animation-delay : 169.8s;
+ animation-delay : 169.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1699) {
+ -webkit-animation-delay : 169.9s;
+ animation-delay : 169.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1700) {
+ -webkit-animation-delay : 170s;
+ animation-delay : 170s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1701) {
+ -webkit-animation-delay : 170.1s;
+ animation-delay : 170.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1702) {
+ -webkit-animation-delay : 170.2s;
+ animation-delay : 170.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1703) {
+ -webkit-animation-delay : 170.3s;
+ animation-delay : 170.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1704) {
+ -webkit-animation-delay : 170.4s;
+ animation-delay : 170.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1705) {
+ -webkit-animation-delay : 170.5s;
+ animation-delay : 170.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1706) {
+ -webkit-animation-delay : 170.6s;
+ animation-delay : 170.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1707) {
+ -webkit-animation-delay : 170.7s;
+ animation-delay : 170.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1708) {
+ -webkit-animation-delay : 170.8s;
+ animation-delay : 170.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1709) {
+ -webkit-animation-delay : 170.9s;
+ animation-delay : 170.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1710) {
+ -webkit-animation-delay : 171s;
+ animation-delay : 171s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1711) {
+ -webkit-animation-delay : 171.1s;
+ animation-delay : 171.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1712) {
+ -webkit-animation-delay : 171.2s;
+ animation-delay : 171.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1713) {
+ -webkit-animation-delay : 171.3s;
+ animation-delay : 171.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1714) {
+ -webkit-animation-delay : 171.4s;
+ animation-delay : 171.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1715) {
+ -webkit-animation-delay : 171.5s;
+ animation-delay : 171.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1716) {
+ -webkit-animation-delay : 171.6s;
+ animation-delay : 171.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1717) {
+ -webkit-animation-delay : 171.7s;
+ animation-delay : 171.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1718) {
+ -webkit-animation-delay : 171.8s;
+ animation-delay : 171.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1719) {
+ -webkit-animation-delay : 171.9s;
+ animation-delay : 171.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1720) {
+ -webkit-animation-delay : 172s;
+ animation-delay : 172s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1721) {
+ -webkit-animation-delay : 172.1s;
+ animation-delay : 172.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1722) {
+ -webkit-animation-delay : 172.2s;
+ animation-delay : 172.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1723) {
+ -webkit-animation-delay : 172.3s;
+ animation-delay : 172.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1724) {
+ -webkit-animation-delay : 172.4s;
+ animation-delay : 172.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1725) {
+ -webkit-animation-delay : 172.5s;
+ animation-delay : 172.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1726) {
+ -webkit-animation-delay : 172.6s;
+ animation-delay : 172.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1727) {
+ -webkit-animation-delay : 172.7s;
+ animation-delay : 172.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1728) {
+ -webkit-animation-delay : 172.8s;
+ animation-delay : 172.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1729) {
+ -webkit-animation-delay : 172.9s;
+ animation-delay : 172.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1730) {
+ -webkit-animation-delay : 173s;
+ animation-delay : 173s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1731) {
+ -webkit-animation-delay : 173.1s;
+ animation-delay : 173.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1732) {
+ -webkit-animation-delay : 173.2s;
+ animation-delay : 173.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1733) {
+ -webkit-animation-delay : 173.3s;
+ animation-delay : 173.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1734) {
+ -webkit-animation-delay : 173.4s;
+ animation-delay : 173.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1735) {
+ -webkit-animation-delay : 173.5s;
+ animation-delay : 173.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1736) {
+ -webkit-animation-delay : 173.6s;
+ animation-delay : 173.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1737) {
+ -webkit-animation-delay : 173.7s;
+ animation-delay : 173.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1738) {
+ -webkit-animation-delay : 173.8s;
+ animation-delay : 173.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1739) {
+ -webkit-animation-delay : 173.9s;
+ animation-delay : 173.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1740) {
+ -webkit-animation-delay : 174s;
+ animation-delay : 174s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1741) {
+ -webkit-animation-delay : 174.1s;
+ animation-delay : 174.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1742) {
+ -webkit-animation-delay : 174.2s;
+ animation-delay : 174.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1743) {
+ -webkit-animation-delay : 174.3s;
+ animation-delay : 174.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1744) {
+ -webkit-animation-delay : 174.4s;
+ animation-delay : 174.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1745) {
+ -webkit-animation-delay : 174.5s;
+ animation-delay : 174.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1746) {
+ -webkit-animation-delay : 174.6s;
+ animation-delay : 174.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1747) {
+ -webkit-animation-delay : 174.7s;
+ animation-delay : 174.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1748) {
+ -webkit-animation-delay : 174.8s;
+ animation-delay : 174.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1749) {
+ -webkit-animation-delay : 174.9s;
+ animation-delay : 174.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1750) {
+ -webkit-animation-delay : 175s;
+ animation-delay : 175s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1751) {
+ -webkit-animation-delay : 175.1s;
+ animation-delay : 175.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1752) {
+ -webkit-animation-delay : 175.2s;
+ animation-delay : 175.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1753) {
+ -webkit-animation-delay : 175.3s;
+ animation-delay : 175.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1754) {
+ -webkit-animation-delay : 175.4s;
+ animation-delay : 175.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1755) {
+ -webkit-animation-delay : 175.5s;
+ animation-delay : 175.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1756) {
+ -webkit-animation-delay : 175.6s;
+ animation-delay : 175.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1757) {
+ -webkit-animation-delay : 175.7s;
+ animation-delay : 175.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1758) {
+ -webkit-animation-delay : 175.8s;
+ animation-delay : 175.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1759) {
+ -webkit-animation-delay : 175.9s;
+ animation-delay : 175.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1760) {
+ -webkit-animation-delay : 176s;
+ animation-delay : 176s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1761) {
+ -webkit-animation-delay : 176.1s;
+ animation-delay : 176.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1762) {
+ -webkit-animation-delay : 176.2s;
+ animation-delay : 176.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1763) {
+ -webkit-animation-delay : 176.3s;
+ animation-delay : 176.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1764) {
+ -webkit-animation-delay : 176.4s;
+ animation-delay : 176.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1765) {
+ -webkit-animation-delay : 176.5s;
+ animation-delay : 176.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1766) {
+ -webkit-animation-delay : 176.6s;
+ animation-delay : 176.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1767) {
+ -webkit-animation-delay : 176.7s;
+ animation-delay : 176.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1768) {
+ -webkit-animation-delay : 176.8s;
+ animation-delay : 176.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1769) {
+ -webkit-animation-delay : 176.9s;
+ animation-delay : 176.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1770) {
+ -webkit-animation-delay : 177s;
+ animation-delay : 177s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1771) {
+ -webkit-animation-delay : 177.1s;
+ animation-delay : 177.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1772) {
+ -webkit-animation-delay : 177.2s;
+ animation-delay : 177.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1773) {
+ -webkit-animation-delay : 177.3s;
+ animation-delay : 177.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1774) {
+ -webkit-animation-delay : 177.4s;
+ animation-delay : 177.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1775) {
+ -webkit-animation-delay : 177.5s;
+ animation-delay : 177.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1776) {
+ -webkit-animation-delay : 177.6s;
+ animation-delay : 177.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1777) {
+ -webkit-animation-delay : 177.7s;
+ animation-delay : 177.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1778) {
+ -webkit-animation-delay : 177.8s;
+ animation-delay : 177.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1779) {
+ -webkit-animation-delay : 177.9s;
+ animation-delay : 177.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1780) {
+ -webkit-animation-delay : 178s;
+ animation-delay : 178s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1781) {
+ -webkit-animation-delay : 178.1s;
+ animation-delay : 178.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1782) {
+ -webkit-animation-delay : 178.2s;
+ animation-delay : 178.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1783) {
+ -webkit-animation-delay : 178.3s;
+ animation-delay : 178.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1784) {
+ -webkit-animation-delay : 178.4s;
+ animation-delay : 178.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1785) {
+ -webkit-animation-delay : 178.5s;
+ animation-delay : 178.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1786) {
+ -webkit-animation-delay : 178.6s;
+ animation-delay : 178.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1787) {
+ -webkit-animation-delay : 178.7s;
+ animation-delay : 178.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1788) {
+ -webkit-animation-delay : 178.8s;
+ animation-delay : 178.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1789) {
+ -webkit-animation-delay : 178.9s;
+ animation-delay : 178.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1790) {
+ -webkit-animation-delay : 179s;
+ animation-delay : 179s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1791) {
+ -webkit-animation-delay : 179.1s;
+ animation-delay : 179.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1792) {
+ -webkit-animation-delay : 179.2s;
+ animation-delay : 179.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1793) {
+ -webkit-animation-delay : 179.3s;
+ animation-delay : 179.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1794) {
+ -webkit-animation-delay : 179.4s;
+ animation-delay : 179.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1795) {
+ -webkit-animation-delay : 179.5s;
+ animation-delay : 179.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1796) {
+ -webkit-animation-delay : 179.6s;
+ animation-delay : 179.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1797) {
+ -webkit-animation-delay : 179.7s;
+ animation-delay : 179.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1798) {
+ -webkit-animation-delay : 179.8s;
+ animation-delay : 179.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1799) {
+ -webkit-animation-delay : 179.9s;
+ animation-delay : 179.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1800) {
+ -webkit-animation-delay : 180s;
+ animation-delay : 180s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1801) {
+ -webkit-animation-delay : 180.1s;
+ animation-delay : 180.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1802) {
+ -webkit-animation-delay : 180.2s;
+ animation-delay : 180.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1803) {
+ -webkit-animation-delay : 180.3s;
+ animation-delay : 180.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1804) {
+ -webkit-animation-delay : 180.4s;
+ animation-delay : 180.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1805) {
+ -webkit-animation-delay : 180.5s;
+ animation-delay : 180.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1806) {
+ -webkit-animation-delay : 180.6s;
+ animation-delay : 180.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1807) {
+ -webkit-animation-delay : 180.7s;
+ animation-delay : 180.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1808) {
+ -webkit-animation-delay : 180.8s;
+ animation-delay : 180.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1809) {
+ -webkit-animation-delay : 180.9s;
+ animation-delay : 180.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1810) {
+ -webkit-animation-delay : 181s;
+ animation-delay : 181s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1811) {
+ -webkit-animation-delay : 181.1s;
+ animation-delay : 181.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1812) {
+ -webkit-animation-delay : 181.2s;
+ animation-delay : 181.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1813) {
+ -webkit-animation-delay : 181.3s;
+ animation-delay : 181.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1814) {
+ -webkit-animation-delay : 181.4s;
+ animation-delay : 181.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1815) {
+ -webkit-animation-delay : 181.5s;
+ animation-delay : 181.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1816) {
+ -webkit-animation-delay : 181.6s;
+ animation-delay : 181.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1817) {
+ -webkit-animation-delay : 181.7s;
+ animation-delay : 181.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1818) {
+ -webkit-animation-delay : 181.8s;
+ animation-delay : 181.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1819) {
+ -webkit-animation-delay : 181.9s;
+ animation-delay : 181.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1820) {
+ -webkit-animation-delay : 182s;
+ animation-delay : 182s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1821) {
+ -webkit-animation-delay : 182.1s;
+ animation-delay : 182.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1822) {
+ -webkit-animation-delay : 182.2s;
+ animation-delay : 182.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1823) {
+ -webkit-animation-delay : 182.3s;
+ animation-delay : 182.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1824) {
+ -webkit-animation-delay : 182.4s;
+ animation-delay : 182.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1825) {
+ -webkit-animation-delay : 182.5s;
+ animation-delay : 182.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1826) {
+ -webkit-animation-delay : 182.6s;
+ animation-delay : 182.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1827) {
+ -webkit-animation-delay : 182.7s;
+ animation-delay : 182.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1828) {
+ -webkit-animation-delay : 182.8s;
+ animation-delay : 182.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1829) {
+ -webkit-animation-delay : 182.9s;
+ animation-delay : 182.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1830) {
+ -webkit-animation-delay : 183s;
+ animation-delay : 183s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1831) {
+ -webkit-animation-delay : 183.1s;
+ animation-delay : 183.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1832) {
+ -webkit-animation-delay : 183.2s;
+ animation-delay : 183.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1833) {
+ -webkit-animation-delay : 183.3s;
+ animation-delay : 183.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1834) {
+ -webkit-animation-delay : 183.4s;
+ animation-delay : 183.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1835) {
+ -webkit-animation-delay : 183.5s;
+ animation-delay : 183.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1836) {
+ -webkit-animation-delay : 183.6s;
+ animation-delay : 183.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1837) {
+ -webkit-animation-delay : 183.7s;
+ animation-delay : 183.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1838) {
+ -webkit-animation-delay : 183.8s;
+ animation-delay : 183.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1839) {
+ -webkit-animation-delay : 183.9s;
+ animation-delay : 183.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1840) {
+ -webkit-animation-delay : 184s;
+ animation-delay : 184s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1841) {
+ -webkit-animation-delay : 184.1s;
+ animation-delay : 184.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1842) {
+ -webkit-animation-delay : 184.2s;
+ animation-delay : 184.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1843) {
+ -webkit-animation-delay : 184.3s;
+ animation-delay : 184.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1844) {
+ -webkit-animation-delay : 184.4s;
+ animation-delay : 184.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1845) {
+ -webkit-animation-delay : 184.5s;
+ animation-delay : 184.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1846) {
+ -webkit-animation-delay : 184.6s;
+ animation-delay : 184.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1847) {
+ -webkit-animation-delay : 184.7s;
+ animation-delay : 184.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1848) {
+ -webkit-animation-delay : 184.8s;
+ animation-delay : 184.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1849) {
+ -webkit-animation-delay : 184.9s;
+ animation-delay : 184.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1850) {
+ -webkit-animation-delay : 185s;
+ animation-delay : 185s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1851) {
+ -webkit-animation-delay : 185.1s;
+ animation-delay : 185.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1852) {
+ -webkit-animation-delay : 185.2s;
+ animation-delay : 185.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1853) {
+ -webkit-animation-delay : 185.3s;
+ animation-delay : 185.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1854) {
+ -webkit-animation-delay : 185.4s;
+ animation-delay : 185.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1855) {
+ -webkit-animation-delay : 185.5s;
+ animation-delay : 185.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1856) {
+ -webkit-animation-delay : 185.6s;
+ animation-delay : 185.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1857) {
+ -webkit-animation-delay : 185.7s;
+ animation-delay : 185.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1858) {
+ -webkit-animation-delay : 185.8s;
+ animation-delay : 185.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1859) {
+ -webkit-animation-delay : 185.9s;
+ animation-delay : 185.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1860) {
+ -webkit-animation-delay : 186s;
+ animation-delay : 186s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1861) {
+ -webkit-animation-delay : 186.1s;
+ animation-delay : 186.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1862) {
+ -webkit-animation-delay : 186.2s;
+ animation-delay : 186.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1863) {
+ -webkit-animation-delay : 186.3s;
+ animation-delay : 186.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1864) {
+ -webkit-animation-delay : 186.4s;
+ animation-delay : 186.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1865) {
+ -webkit-animation-delay : 186.5s;
+ animation-delay : 186.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1866) {
+ -webkit-animation-delay : 186.6s;
+ animation-delay : 186.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1867) {
+ -webkit-animation-delay : 186.7s;
+ animation-delay : 186.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1868) {
+ -webkit-animation-delay : 186.8s;
+ animation-delay : 186.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1869) {
+ -webkit-animation-delay : 186.9s;
+ animation-delay : 186.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1870) {
+ -webkit-animation-delay : 187s;
+ animation-delay : 187s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1871) {
+ -webkit-animation-delay : 187.1s;
+ animation-delay : 187.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1872) {
+ -webkit-animation-delay : 187.2s;
+ animation-delay : 187.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1873) {
+ -webkit-animation-delay : 187.3s;
+ animation-delay : 187.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1874) {
+ -webkit-animation-delay : 187.4s;
+ animation-delay : 187.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1875) {
+ -webkit-animation-delay : 187.5s;
+ animation-delay : 187.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1876) {
+ -webkit-animation-delay : 187.6s;
+ animation-delay : 187.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1877) {
+ -webkit-animation-delay : 187.7s;
+ animation-delay : 187.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1878) {
+ -webkit-animation-delay : 187.8s;
+ animation-delay : 187.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1879) {
+ -webkit-animation-delay : 187.9s;
+ animation-delay : 187.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1880) {
+ -webkit-animation-delay : 188s;
+ animation-delay : 188s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1881) {
+ -webkit-animation-delay : 188.1s;
+ animation-delay : 188.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1882) {
+ -webkit-animation-delay : 188.2s;
+ animation-delay : 188.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1883) {
+ -webkit-animation-delay : 188.3s;
+ animation-delay : 188.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1884) {
+ -webkit-animation-delay : 188.4s;
+ animation-delay : 188.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1885) {
+ -webkit-animation-delay : 188.5s;
+ animation-delay : 188.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1886) {
+ -webkit-animation-delay : 188.6s;
+ animation-delay : 188.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1887) {
+ -webkit-animation-delay : 188.7s;
+ animation-delay : 188.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1888) {
+ -webkit-animation-delay : 188.8s;
+ animation-delay : 188.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1889) {
+ -webkit-animation-delay : 188.9s;
+ animation-delay : 188.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1890) {
+ -webkit-animation-delay : 189s;
+ animation-delay : 189s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1891) {
+ -webkit-animation-delay : 189.1s;
+ animation-delay : 189.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1892) {
+ -webkit-animation-delay : 189.2s;
+ animation-delay : 189.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1893) {
+ -webkit-animation-delay : 189.3s;
+ animation-delay : 189.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1894) {
+ -webkit-animation-delay : 189.4s;
+ animation-delay : 189.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1895) {
+ -webkit-animation-delay : 189.5s;
+ animation-delay : 189.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1896) {
+ -webkit-animation-delay : 189.6s;
+ animation-delay : 189.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1897) {
+ -webkit-animation-delay : 189.7s;
+ animation-delay : 189.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1898) {
+ -webkit-animation-delay : 189.8s;
+ animation-delay : 189.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1899) {
+ -webkit-animation-delay : 189.9s;
+ animation-delay : 189.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1900) {
+ -webkit-animation-delay : 190s;
+ animation-delay : 190s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1901) {
+ -webkit-animation-delay : 190.1s;
+ animation-delay : 190.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1902) {
+ -webkit-animation-delay : 190.2s;
+ animation-delay : 190.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1903) {
+ -webkit-animation-delay : 190.3s;
+ animation-delay : 190.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1904) {
+ -webkit-animation-delay : 190.4s;
+ animation-delay : 190.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1905) {
+ -webkit-animation-delay : 190.5s;
+ animation-delay : 190.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1906) {
+ -webkit-animation-delay : 190.6s;
+ animation-delay : 190.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1907) {
+ -webkit-animation-delay : 190.7s;
+ animation-delay : 190.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1908) {
+ -webkit-animation-delay : 190.8s;
+ animation-delay : 190.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1909) {
+ -webkit-animation-delay : 190.9s;
+ animation-delay : 190.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1910) {
+ -webkit-animation-delay : 191s;
+ animation-delay : 191s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1911) {
+ -webkit-animation-delay : 191.1s;
+ animation-delay : 191.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1912) {
+ -webkit-animation-delay : 191.2s;
+ animation-delay : 191.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1913) {
+ -webkit-animation-delay : 191.3s;
+ animation-delay : 191.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1914) {
+ -webkit-animation-delay : 191.4s;
+ animation-delay : 191.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1915) {
+ -webkit-animation-delay : 191.5s;
+ animation-delay : 191.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1916) {
+ -webkit-animation-delay : 191.6s;
+ animation-delay : 191.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1917) {
+ -webkit-animation-delay : 191.7s;
+ animation-delay : 191.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1918) {
+ -webkit-animation-delay : 191.8s;
+ animation-delay : 191.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1919) {
+ -webkit-animation-delay : 191.9s;
+ animation-delay : 191.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1920) {
+ -webkit-animation-delay : 192s;
+ animation-delay : 192s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1921) {
+ -webkit-animation-delay : 192.1s;
+ animation-delay : 192.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1922) {
+ -webkit-animation-delay : 192.2s;
+ animation-delay : 192.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1923) {
+ -webkit-animation-delay : 192.3s;
+ animation-delay : 192.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1924) {
+ -webkit-animation-delay : 192.4s;
+ animation-delay : 192.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1925) {
+ -webkit-animation-delay : 192.5s;
+ animation-delay : 192.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1926) {
+ -webkit-animation-delay : 192.6s;
+ animation-delay : 192.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1927) {
+ -webkit-animation-delay : 192.7s;
+ animation-delay : 192.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1928) {
+ -webkit-animation-delay : 192.8s;
+ animation-delay : 192.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1929) {
+ -webkit-animation-delay : 192.9s;
+ animation-delay : 192.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1930) {
+ -webkit-animation-delay : 193s;
+ animation-delay : 193s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1931) {
+ -webkit-animation-delay : 193.1s;
+ animation-delay : 193.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1932) {
+ -webkit-animation-delay : 193.2s;
+ animation-delay : 193.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1933) {
+ -webkit-animation-delay : 193.3s;
+ animation-delay : 193.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1934) {
+ -webkit-animation-delay : 193.4s;
+ animation-delay : 193.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1935) {
+ -webkit-animation-delay : 193.5s;
+ animation-delay : 193.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1936) {
+ -webkit-animation-delay : 193.6s;
+ animation-delay : 193.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1937) {
+ -webkit-animation-delay : 193.7s;
+ animation-delay : 193.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1938) {
+ -webkit-animation-delay : 193.8s;
+ animation-delay : 193.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1939) {
+ -webkit-animation-delay : 193.9s;
+ animation-delay : 193.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1940) {
+ -webkit-animation-delay : 194s;
+ animation-delay : 194s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1941) {
+ -webkit-animation-delay : 194.1s;
+ animation-delay : 194.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1942) {
+ -webkit-animation-delay : 194.2s;
+ animation-delay : 194.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1943) {
+ -webkit-animation-delay : 194.3s;
+ animation-delay : 194.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1944) {
+ -webkit-animation-delay : 194.4s;
+ animation-delay : 194.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1945) {
+ -webkit-animation-delay : 194.5s;
+ animation-delay : 194.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1946) {
+ -webkit-animation-delay : 194.6s;
+ animation-delay : 194.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1947) {
+ -webkit-animation-delay : 194.7s;
+ animation-delay : 194.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1948) {
+ -webkit-animation-delay : 194.8s;
+ animation-delay : 194.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1949) {
+ -webkit-animation-delay : 194.9s;
+ animation-delay : 194.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1950) {
+ -webkit-animation-delay : 195s;
+ animation-delay : 195s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1951) {
+ -webkit-animation-delay : 195.1s;
+ animation-delay : 195.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1952) {
+ -webkit-animation-delay : 195.2s;
+ animation-delay : 195.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1953) {
+ -webkit-animation-delay : 195.3s;
+ animation-delay : 195.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1954) {
+ -webkit-animation-delay : 195.4s;
+ animation-delay : 195.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1955) {
+ -webkit-animation-delay : 195.5s;
+ animation-delay : 195.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1956) {
+ -webkit-animation-delay : 195.6s;
+ animation-delay : 195.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1957) {
+ -webkit-animation-delay : 195.7s;
+ animation-delay : 195.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1958) {
+ -webkit-animation-delay : 195.8s;
+ animation-delay : 195.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1959) {
+ -webkit-animation-delay : 195.9s;
+ animation-delay : 195.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1960) {
+ -webkit-animation-delay : 196s;
+ animation-delay : 196s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1961) {
+ -webkit-animation-delay : 196.1s;
+ animation-delay : 196.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1962) {
+ -webkit-animation-delay : 196.2s;
+ animation-delay : 196.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1963) {
+ -webkit-animation-delay : 196.3s;
+ animation-delay : 196.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1964) {
+ -webkit-animation-delay : 196.4s;
+ animation-delay : 196.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1965) {
+ -webkit-animation-delay : 196.5s;
+ animation-delay : 196.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1966) {
+ -webkit-animation-delay : 196.6s;
+ animation-delay : 196.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1967) {
+ -webkit-animation-delay : 196.7s;
+ animation-delay : 196.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1968) {
+ -webkit-animation-delay : 196.8s;
+ animation-delay : 196.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1969) {
+ -webkit-animation-delay : 196.9s;
+ animation-delay : 196.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1970) {
+ -webkit-animation-delay : 197s;
+ animation-delay : 197s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1971) {
+ -webkit-animation-delay : 197.1s;
+ animation-delay : 197.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1972) {
+ -webkit-animation-delay : 197.2s;
+ animation-delay : 197.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1973) {
+ -webkit-animation-delay : 197.3s;
+ animation-delay : 197.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1974) {
+ -webkit-animation-delay : 197.4s;
+ animation-delay : 197.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1975) {
+ -webkit-animation-delay : 197.5s;
+ animation-delay : 197.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1976) {
+ -webkit-animation-delay : 197.6s;
+ animation-delay : 197.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1977) {
+ -webkit-animation-delay : 197.7s;
+ animation-delay : 197.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1978) {
+ -webkit-animation-delay : 197.8s;
+ animation-delay : 197.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1979) {
+ -webkit-animation-delay : 197.9s;
+ animation-delay : 197.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1980) {
+ -webkit-animation-delay : 198s;
+ animation-delay : 198s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1981) {
+ -webkit-animation-delay : 198.1s;
+ animation-delay : 198.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1982) {
+ -webkit-animation-delay : 198.2s;
+ animation-delay : 198.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1983) {
+ -webkit-animation-delay : 198.3s;
+ animation-delay : 198.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1984) {
+ -webkit-animation-delay : 198.4s;
+ animation-delay : 198.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1985) {
+ -webkit-animation-delay : 198.5s;
+ animation-delay : 198.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1986) {
+ -webkit-animation-delay : 198.6s;
+ animation-delay : 198.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1987) {
+ -webkit-animation-delay : 198.7s;
+ animation-delay : 198.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1988) {
+ -webkit-animation-delay : 198.8s;
+ animation-delay : 198.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1989) {
+ -webkit-animation-delay : 198.9s;
+ animation-delay : 198.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1990) {
+ -webkit-animation-delay : 199s;
+ animation-delay : 199s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1991) {
+ -webkit-animation-delay : 199.1s;
+ animation-delay : 199.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1992) {
+ -webkit-animation-delay : 199.2s;
+ animation-delay : 199.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1993) {
+ -webkit-animation-delay : 199.3s;
+ animation-delay : 199.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1994) {
+ -webkit-animation-delay : 199.4s;
+ animation-delay : 199.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1995) {
+ -webkit-animation-delay : 199.5s;
+ animation-delay : 199.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1996) {
+ -webkit-animation-delay : 199.6s;
+ animation-delay : 199.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1997) {
+ -webkit-animation-delay : 199.7s;
+ animation-delay : 199.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1998) {
+ -webkit-animation-delay : 199.8s;
+ animation-delay : 199.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1999) {
+ -webkit-animation-delay : 199.9s;
+ animation-delay : 199.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2000) {
+ -webkit-animation-delay : 200s;
+ animation-delay : 200s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2001) {
+ -webkit-animation-delay : 200.1s;
+ animation-delay : 200.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2002) {
+ -webkit-animation-delay : 200.2s;
+ animation-delay : 200.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2003) {
+ -webkit-animation-delay : 200.3s;
+ animation-delay : 200.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2004) {
+ -webkit-animation-delay : 200.4s;
+ animation-delay : 200.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2005) {
+ -webkit-animation-delay : 200.5s;
+ animation-delay : 200.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2006) {
+ -webkit-animation-delay : 200.6s;
+ animation-delay : 200.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2007) {
+ -webkit-animation-delay : 200.7s;
+ animation-delay : 200.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2008) {
+ -webkit-animation-delay : 200.8s;
+ animation-delay : 200.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2009) {
+ -webkit-animation-delay : 200.9s;
+ animation-delay : 200.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2010) {
+ -webkit-animation-delay : 201s;
+ animation-delay : 201s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2011) {
+ -webkit-animation-delay : 201.1s;
+ animation-delay : 201.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2012) {
+ -webkit-animation-delay : 201.2s;
+ animation-delay : 201.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2013) {
+ -webkit-animation-delay : 201.3s;
+ animation-delay : 201.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2014) {
+ -webkit-animation-delay : 201.4s;
+ animation-delay : 201.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2015) {
+ -webkit-animation-delay : 201.5s;
+ animation-delay : 201.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2016) {
+ -webkit-animation-delay : 201.6s;
+ animation-delay : 201.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2017) {
+ -webkit-animation-delay : 201.7s;
+ animation-delay : 201.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2018) {
+ -webkit-animation-delay : 201.8s;
+ animation-delay : 201.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2019) {
+ -webkit-animation-delay : 201.9s;
+ animation-delay : 201.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2020) {
+ -webkit-animation-delay : 202s;
+ animation-delay : 202s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2021) {
+ -webkit-animation-delay : 202.1s;
+ animation-delay : 202.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2022) {
+ -webkit-animation-delay : 202.2s;
+ animation-delay : 202.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2023) {
+ -webkit-animation-delay : 202.3s;
+ animation-delay : 202.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2024) {
+ -webkit-animation-delay : 202.4s;
+ animation-delay : 202.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2025) {
+ -webkit-animation-delay : 202.5s;
+ animation-delay : 202.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2026) {
+ -webkit-animation-delay : 202.6s;
+ animation-delay : 202.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2027) {
+ -webkit-animation-delay : 202.7s;
+ animation-delay : 202.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2028) {
+ -webkit-animation-delay : 202.8s;
+ animation-delay : 202.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2029) {
+ -webkit-animation-delay : 202.9s;
+ animation-delay : 202.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2030) {
+ -webkit-animation-delay : 203s;
+ animation-delay : 203s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2031) {
+ -webkit-animation-delay : 203.1s;
+ animation-delay : 203.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2032) {
+ -webkit-animation-delay : 203.2s;
+ animation-delay : 203.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2033) {
+ -webkit-animation-delay : 203.3s;
+ animation-delay : 203.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2034) {
+ -webkit-animation-delay : 203.4s;
+ animation-delay : 203.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2035) {
+ -webkit-animation-delay : 203.5s;
+ animation-delay : 203.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2036) {
+ -webkit-animation-delay : 203.6s;
+ animation-delay : 203.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2037) {
+ -webkit-animation-delay : 203.7s;
+ animation-delay : 203.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2038) {
+ -webkit-animation-delay : 203.8s;
+ animation-delay : 203.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2039) {
+ -webkit-animation-delay : 203.9s;
+ animation-delay : 203.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2040) {
+ -webkit-animation-delay : 204s;
+ animation-delay : 204s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2041) {
+ -webkit-animation-delay : 204.1s;
+ animation-delay : 204.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2042) {
+ -webkit-animation-delay : 204.2s;
+ animation-delay : 204.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2043) {
+ -webkit-animation-delay : 204.3s;
+ animation-delay : 204.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2044) {
+ -webkit-animation-delay : 204.4s;
+ animation-delay : 204.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2045) {
+ -webkit-animation-delay : 204.5s;
+ animation-delay : 204.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2046) {
+ -webkit-animation-delay : 204.6s;
+ animation-delay : 204.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2047) {
+ -webkit-animation-delay : 204.7s;
+ animation-delay : 204.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2048) {
+ -webkit-animation-delay : 204.8s;
+ animation-delay : 204.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2049) {
+ -webkit-animation-delay : 204.9s;
+ animation-delay : 204.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2050) {
+ -webkit-animation-delay : 205s;
+ animation-delay : 205s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2051) {
+ -webkit-animation-delay : 205.1s;
+ animation-delay : 205.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2052) {
+ -webkit-animation-delay : 205.2s;
+ animation-delay : 205.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2053) {
+ -webkit-animation-delay : 205.3s;
+ animation-delay : 205.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2054) {
+ -webkit-animation-delay : 205.4s;
+ animation-delay : 205.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2055) {
+ -webkit-animation-delay : 205.5s;
+ animation-delay : 205.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2056) {
+ -webkit-animation-delay : 205.6s;
+ animation-delay : 205.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2057) {
+ -webkit-animation-delay : 205.7s;
+ animation-delay : 205.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2058) {
+ -webkit-animation-delay : 205.8s;
+ animation-delay : 205.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2059) {
+ -webkit-animation-delay : 205.9s;
+ animation-delay : 205.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2060) {
+ -webkit-animation-delay : 206s;
+ animation-delay : 206s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2061) {
+ -webkit-animation-delay : 206.1s;
+ animation-delay : 206.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2062) {
+ -webkit-animation-delay : 206.2s;
+ animation-delay : 206.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2063) {
+ -webkit-animation-delay : 206.3s;
+ animation-delay : 206.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2064) {
+ -webkit-animation-delay : 206.4s;
+ animation-delay : 206.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2065) {
+ -webkit-animation-delay : 206.5s;
+ animation-delay : 206.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2066) {
+ -webkit-animation-delay : 206.6s;
+ animation-delay : 206.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2067) {
+ -webkit-animation-delay : 206.7s;
+ animation-delay : 206.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2068) {
+ -webkit-animation-delay : 206.8s;
+ animation-delay : 206.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2069) {
+ -webkit-animation-delay : 206.9s;
+ animation-delay : 206.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2070) {
+ -webkit-animation-delay : 207s;
+ animation-delay : 207s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2071) {
+ -webkit-animation-delay : 207.1s;
+ animation-delay : 207.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2072) {
+ -webkit-animation-delay : 207.2s;
+ animation-delay : 207.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2073) {
+ -webkit-animation-delay : 207.3s;
+ animation-delay : 207.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2074) {
+ -webkit-animation-delay : 207.4s;
+ animation-delay : 207.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2075) {
+ -webkit-animation-delay : 207.5s;
+ animation-delay : 207.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2076) {
+ -webkit-animation-delay : 207.6s;
+ animation-delay : 207.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2077) {
+ -webkit-animation-delay : 207.7s;
+ animation-delay : 207.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2078) {
+ -webkit-animation-delay : 207.8s;
+ animation-delay : 207.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2079) {
+ -webkit-animation-delay : 207.9s;
+ animation-delay : 207.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2080) {
+ -webkit-animation-delay : 208s;
+ animation-delay : 208s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2081) {
+ -webkit-animation-delay : 208.1s;
+ animation-delay : 208.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2082) {
+ -webkit-animation-delay : 208.2s;
+ animation-delay : 208.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2083) {
+ -webkit-animation-delay : 208.3s;
+ animation-delay : 208.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2084) {
+ -webkit-animation-delay : 208.4s;
+ animation-delay : 208.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2085) {
+ -webkit-animation-delay : 208.5s;
+ animation-delay : 208.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2086) {
+ -webkit-animation-delay : 208.6s;
+ animation-delay : 208.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2087) {
+ -webkit-animation-delay : 208.7s;
+ animation-delay : 208.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2088) {
+ -webkit-animation-delay : 208.8s;
+ animation-delay : 208.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2089) {
+ -webkit-animation-delay : 208.9s;
+ animation-delay : 208.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2090) {
+ -webkit-animation-delay : 209s;
+ animation-delay : 209s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2091) {
+ -webkit-animation-delay : 209.1s;
+ animation-delay : 209.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2092) {
+ -webkit-animation-delay : 209.2s;
+ animation-delay : 209.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2093) {
+ -webkit-animation-delay : 209.3s;
+ animation-delay : 209.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2094) {
+ -webkit-animation-delay : 209.4s;
+ animation-delay : 209.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2095) {
+ -webkit-animation-delay : 209.5s;
+ animation-delay : 209.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2096) {
+ -webkit-animation-delay : 209.6s;
+ animation-delay : 209.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2097) {
+ -webkit-animation-delay : 209.7s;
+ animation-delay : 209.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2098) {
+ -webkit-animation-delay : 209.8s;
+ animation-delay : 209.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2099) {
+ -webkit-animation-delay : 209.9s;
+ animation-delay : 209.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2100) {
+ -webkit-animation-delay : 210s;
+ animation-delay : 210s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2101) {
+ -webkit-animation-delay : 210.1s;
+ animation-delay : 210.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2102) {
+ -webkit-animation-delay : 210.2s;
+ animation-delay : 210.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2103) {
+ -webkit-animation-delay : 210.3s;
+ animation-delay : 210.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2104) {
+ -webkit-animation-delay : 210.4s;
+ animation-delay : 210.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2105) {
+ -webkit-animation-delay : 210.5s;
+ animation-delay : 210.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2106) {
+ -webkit-animation-delay : 210.6s;
+ animation-delay : 210.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2107) {
+ -webkit-animation-delay : 210.7s;
+ animation-delay : 210.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2108) {
+ -webkit-animation-delay : 210.8s;
+ animation-delay : 210.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2109) {
+ -webkit-animation-delay : 210.9s;
+ animation-delay : 210.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2110) {
+ -webkit-animation-delay : 211s;
+ animation-delay : 211s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2111) {
+ -webkit-animation-delay : 211.1s;
+ animation-delay : 211.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2112) {
+ -webkit-animation-delay : 211.2s;
+ animation-delay : 211.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2113) {
+ -webkit-animation-delay : 211.3s;
+ animation-delay : 211.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2114) {
+ -webkit-animation-delay : 211.4s;
+ animation-delay : 211.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2115) {
+ -webkit-animation-delay : 211.5s;
+ animation-delay : 211.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2116) {
+ -webkit-animation-delay : 211.6s;
+ animation-delay : 211.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2117) {
+ -webkit-animation-delay : 211.7s;
+ animation-delay : 211.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2118) {
+ -webkit-animation-delay : 211.8s;
+ animation-delay : 211.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2119) {
+ -webkit-animation-delay : 211.9s;
+ animation-delay : 211.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2120) {
+ -webkit-animation-delay : 212s;
+ animation-delay : 212s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2121) {
+ -webkit-animation-delay : 212.1s;
+ animation-delay : 212.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2122) {
+ -webkit-animation-delay : 212.2s;
+ animation-delay : 212.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2123) {
+ -webkit-animation-delay : 212.3s;
+ animation-delay : 212.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2124) {
+ -webkit-animation-delay : 212.4s;
+ animation-delay : 212.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2125) {
+ -webkit-animation-delay : 212.5s;
+ animation-delay : 212.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2126) {
+ -webkit-animation-delay : 212.6s;
+ animation-delay : 212.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2127) {
+ -webkit-animation-delay : 212.7s;
+ animation-delay : 212.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2128) {
+ -webkit-animation-delay : 212.8s;
+ animation-delay : 212.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2129) {
+ -webkit-animation-delay : 212.9s;
+ animation-delay : 212.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2130) {
+ -webkit-animation-delay : 213s;
+ animation-delay : 213s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2131) {
+ -webkit-animation-delay : 213.1s;
+ animation-delay : 213.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2132) {
+ -webkit-animation-delay : 213.2s;
+ animation-delay : 213.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2133) {
+ -webkit-animation-delay : 213.3s;
+ animation-delay : 213.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2134) {
+ -webkit-animation-delay : 213.4s;
+ animation-delay : 213.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2135) {
+ -webkit-animation-delay : 213.5s;
+ animation-delay : 213.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2136) {
+ -webkit-animation-delay : 213.6s;
+ animation-delay : 213.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2137) {
+ -webkit-animation-delay : 213.7s;
+ animation-delay : 213.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2138) {
+ -webkit-animation-delay : 213.8s;
+ animation-delay : 213.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2139) {
+ -webkit-animation-delay : 213.9s;
+ animation-delay : 213.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2140) {
+ -webkit-animation-delay : 214s;
+ animation-delay : 214s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2141) {
+ -webkit-animation-delay : 214.1s;
+ animation-delay : 214.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2142) {
+ -webkit-animation-delay : 214.2s;
+ animation-delay : 214.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2143) {
+ -webkit-animation-delay : 214.3s;
+ animation-delay : 214.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2144) {
+ -webkit-animation-delay : 214.4s;
+ animation-delay : 214.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2145) {
+ -webkit-animation-delay : 214.5s;
+ animation-delay : 214.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2146) {
+ -webkit-animation-delay : 214.6s;
+ animation-delay : 214.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2147) {
+ -webkit-animation-delay : 214.7s;
+ animation-delay : 214.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2148) {
+ -webkit-animation-delay : 214.8s;
+ animation-delay : 214.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2149) {
+ -webkit-animation-delay : 214.9s;
+ animation-delay : 214.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2150) {
+ -webkit-animation-delay : 215s;
+ animation-delay : 215s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2151) {
+ -webkit-animation-delay : 215.1s;
+ animation-delay : 215.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2152) {
+ -webkit-animation-delay : 215.2s;
+ animation-delay : 215.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2153) {
+ -webkit-animation-delay : 215.3s;
+ animation-delay : 215.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2154) {
+ -webkit-animation-delay : 215.4s;
+ animation-delay : 215.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2155) {
+ -webkit-animation-delay : 215.5s;
+ animation-delay : 215.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2156) {
+ -webkit-animation-delay : 215.6s;
+ animation-delay : 215.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2157) {
+ -webkit-animation-delay : 215.7s;
+ animation-delay : 215.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2158) {
+ -webkit-animation-delay : 215.8s;
+ animation-delay : 215.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2159) {
+ -webkit-animation-delay : 215.9s;
+ animation-delay : 215.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2160) {
+ -webkit-animation-delay : 216s;
+ animation-delay : 216s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2161) {
+ -webkit-animation-delay : 216.1s;
+ animation-delay : 216.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2162) {
+ -webkit-animation-delay : 216.2s;
+ animation-delay : 216.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2163) {
+ -webkit-animation-delay : 216.3s;
+ animation-delay : 216.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2164) {
+ -webkit-animation-delay : 216.4s;
+ animation-delay : 216.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2165) {
+ -webkit-animation-delay : 216.5s;
+ animation-delay : 216.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2166) {
+ -webkit-animation-delay : 216.6s;
+ animation-delay : 216.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2167) {
+ -webkit-animation-delay : 216.7s;
+ animation-delay : 216.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2168) {
+ -webkit-animation-delay : 216.8s;
+ animation-delay : 216.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2169) {
+ -webkit-animation-delay : 216.9s;
+ animation-delay : 216.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2170) {
+ -webkit-animation-delay : 217s;
+ animation-delay : 217s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2171) {
+ -webkit-animation-delay : 217.1s;
+ animation-delay : 217.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2172) {
+ -webkit-animation-delay : 217.2s;
+ animation-delay : 217.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2173) {
+ -webkit-animation-delay : 217.3s;
+ animation-delay : 217.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2174) {
+ -webkit-animation-delay : 217.4s;
+ animation-delay : 217.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2175) {
+ -webkit-animation-delay : 217.5s;
+ animation-delay : 217.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2176) {
+ -webkit-animation-delay : 217.6s;
+ animation-delay : 217.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2177) {
+ -webkit-animation-delay : 217.7s;
+ animation-delay : 217.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2178) {
+ -webkit-animation-delay : 217.8s;
+ animation-delay : 217.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2179) {
+ -webkit-animation-delay : 217.9s;
+ animation-delay : 217.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2180) {
+ -webkit-animation-delay : 218s;
+ animation-delay : 218s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2181) {
+ -webkit-animation-delay : 218.1s;
+ animation-delay : 218.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2182) {
+ -webkit-animation-delay : 218.2s;
+ animation-delay : 218.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2183) {
+ -webkit-animation-delay : 218.3s;
+ animation-delay : 218.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2184) {
+ -webkit-animation-delay : 218.4s;
+ animation-delay : 218.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2185) {
+ -webkit-animation-delay : 218.5s;
+ animation-delay : 218.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2186) {
+ -webkit-animation-delay : 218.6s;
+ animation-delay : 218.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2187) {
+ -webkit-animation-delay : 218.7s;
+ animation-delay : 218.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2188) {
+ -webkit-animation-delay : 218.8s;
+ animation-delay : 218.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2189) {
+ -webkit-animation-delay : 218.9s;
+ animation-delay : 218.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2190) {
+ -webkit-animation-delay : 219s;
+ animation-delay : 219s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2191) {
+ -webkit-animation-delay : 219.1s;
+ animation-delay : 219.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2192) {
+ -webkit-animation-delay : 219.2s;
+ animation-delay : 219.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2193) {
+ -webkit-animation-delay : 219.3s;
+ animation-delay : 219.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2194) {
+ -webkit-animation-delay : 219.4s;
+ animation-delay : 219.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2195) {
+ -webkit-animation-delay : 219.5s;
+ animation-delay : 219.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2196) {
+ -webkit-animation-delay : 219.6s;
+ animation-delay : 219.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2197) {
+ -webkit-animation-delay : 219.7s;
+ animation-delay : 219.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2198) {
+ -webkit-animation-delay : 219.8s;
+ animation-delay : 219.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2199) {
+ -webkit-animation-delay : 219.9s;
+ animation-delay : 219.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2200) {
+ -webkit-animation-delay : 220s;
+ animation-delay : 220s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2201) {
+ -webkit-animation-delay : 220.1s;
+ animation-delay : 220.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2202) {
+ -webkit-animation-delay : 220.2s;
+ animation-delay : 220.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2203) {
+ -webkit-animation-delay : 220.3s;
+ animation-delay : 220.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2204) {
+ -webkit-animation-delay : 220.4s;
+ animation-delay : 220.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2205) {
+ -webkit-animation-delay : 220.5s;
+ animation-delay : 220.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2206) {
+ -webkit-animation-delay : 220.6s;
+ animation-delay : 220.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2207) {
+ -webkit-animation-delay : 220.7s;
+ animation-delay : 220.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2208) {
+ -webkit-animation-delay : 220.8s;
+ animation-delay : 220.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2209) {
+ -webkit-animation-delay : 220.9s;
+ animation-delay : 220.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2210) {
+ -webkit-animation-delay : 221s;
+ animation-delay : 221s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2211) {
+ -webkit-animation-delay : 221.1s;
+ animation-delay : 221.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2212) {
+ -webkit-animation-delay : 221.2s;
+ animation-delay : 221.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2213) {
+ -webkit-animation-delay : 221.3s;
+ animation-delay : 221.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2214) {
+ -webkit-animation-delay : 221.4s;
+ animation-delay : 221.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2215) {
+ -webkit-animation-delay : 221.5s;
+ animation-delay : 221.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2216) {
+ -webkit-animation-delay : 221.6s;
+ animation-delay : 221.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2217) {
+ -webkit-animation-delay : 221.7s;
+ animation-delay : 221.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2218) {
+ -webkit-animation-delay : 221.8s;
+ animation-delay : 221.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2219) {
+ -webkit-animation-delay : 221.9s;
+ animation-delay : 221.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2220) {
+ -webkit-animation-delay : 222s;
+ animation-delay : 222s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2221) {
+ -webkit-animation-delay : 222.1s;
+ animation-delay : 222.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2222) {
+ -webkit-animation-delay : 222.2s;
+ animation-delay : 222.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2223) {
+ -webkit-animation-delay : 222.3s;
+ animation-delay : 222.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2224) {
+ -webkit-animation-delay : 222.4s;
+ animation-delay : 222.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2225) {
+ -webkit-animation-delay : 222.5s;
+ animation-delay : 222.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2226) {
+ -webkit-animation-delay : 222.6s;
+ animation-delay : 222.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2227) {
+ -webkit-animation-delay : 222.7s;
+ animation-delay : 222.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2228) {
+ -webkit-animation-delay : 222.8s;
+ animation-delay : 222.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2229) {
+ -webkit-animation-delay : 222.9s;
+ animation-delay : 222.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2230) {
+ -webkit-animation-delay : 223s;
+ animation-delay : 223s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2231) {
+ -webkit-animation-delay : 223.1s;
+ animation-delay : 223.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2232) {
+ -webkit-animation-delay : 223.2s;
+ animation-delay : 223.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2233) {
+ -webkit-animation-delay : 223.3s;
+ animation-delay : 223.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2234) {
+ -webkit-animation-delay : 223.4s;
+ animation-delay : 223.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2235) {
+ -webkit-animation-delay : 223.5s;
+ animation-delay : 223.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2236) {
+ -webkit-animation-delay : 223.6s;
+ animation-delay : 223.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2237) {
+ -webkit-animation-delay : 223.7s;
+ animation-delay : 223.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2238) {
+ -webkit-animation-delay : 223.8s;
+ animation-delay : 223.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2239) {
+ -webkit-animation-delay : 223.9s;
+ animation-delay : 223.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2240) {
+ -webkit-animation-delay : 224s;
+ animation-delay : 224s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2241) {
+ -webkit-animation-delay : 224.1s;
+ animation-delay : 224.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2242) {
+ -webkit-animation-delay : 224.2s;
+ animation-delay : 224.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2243) {
+ -webkit-animation-delay : 224.3s;
+ animation-delay : 224.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2244) {
+ -webkit-animation-delay : 224.4s;
+ animation-delay : 224.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2245) {
+ -webkit-animation-delay : 224.5s;
+ animation-delay : 224.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2246) {
+ -webkit-animation-delay : 224.6s;
+ animation-delay : 224.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2247) {
+ -webkit-animation-delay : 224.7s;
+ animation-delay : 224.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2248) {
+ -webkit-animation-delay : 224.8s;
+ animation-delay : 224.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2249) {
+ -webkit-animation-delay : 224.9s;
+ animation-delay : 224.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2250) {
+ -webkit-animation-delay : 225s;
+ animation-delay : 225s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2251) {
+ -webkit-animation-delay : 225.1s;
+ animation-delay : 225.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2252) {
+ -webkit-animation-delay : 225.2s;
+ animation-delay : 225.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2253) {
+ -webkit-animation-delay : 225.3s;
+ animation-delay : 225.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2254) {
+ -webkit-animation-delay : 225.4s;
+ animation-delay : 225.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2255) {
+ -webkit-animation-delay : 225.5s;
+ animation-delay : 225.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2256) {
+ -webkit-animation-delay : 225.6s;
+ animation-delay : 225.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2257) {
+ -webkit-animation-delay : 225.7s;
+ animation-delay : 225.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2258) {
+ -webkit-animation-delay : 225.8s;
+ animation-delay : 225.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2259) {
+ -webkit-animation-delay : 225.9s;
+ animation-delay : 225.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2260) {
+ -webkit-animation-delay : 226s;
+ animation-delay : 226s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2261) {
+ -webkit-animation-delay : 226.1s;
+ animation-delay : 226.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2262) {
+ -webkit-animation-delay : 226.2s;
+ animation-delay : 226.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2263) {
+ -webkit-animation-delay : 226.3s;
+ animation-delay : 226.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2264) {
+ -webkit-animation-delay : 226.4s;
+ animation-delay : 226.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2265) {
+ -webkit-animation-delay : 226.5s;
+ animation-delay : 226.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2266) {
+ -webkit-animation-delay : 226.6s;
+ animation-delay : 226.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2267) {
+ -webkit-animation-delay : 226.7s;
+ animation-delay : 226.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2268) {
+ -webkit-animation-delay : 226.8s;
+ animation-delay : 226.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2269) {
+ -webkit-animation-delay : 226.9s;
+ animation-delay : 226.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2270) {
+ -webkit-animation-delay : 227s;
+ animation-delay : 227s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2271) {
+ -webkit-animation-delay : 227.1s;
+ animation-delay : 227.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2272) {
+ -webkit-animation-delay : 227.2s;
+ animation-delay : 227.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2273) {
+ -webkit-animation-delay : 227.3s;
+ animation-delay : 227.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2274) {
+ -webkit-animation-delay : 227.4s;
+ animation-delay : 227.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2275) {
+ -webkit-animation-delay : 227.5s;
+ animation-delay : 227.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2276) {
+ -webkit-animation-delay : 227.6s;
+ animation-delay : 227.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2277) {
+ -webkit-animation-delay : 227.7s;
+ animation-delay : 227.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2278) {
+ -webkit-animation-delay : 227.8s;
+ animation-delay : 227.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2279) {
+ -webkit-animation-delay : 227.9s;
+ animation-delay : 227.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2280) {
+ -webkit-animation-delay : 228s;
+ animation-delay : 228s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2281) {
+ -webkit-animation-delay : 228.1s;
+ animation-delay : 228.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2282) {
+ -webkit-animation-delay : 228.2s;
+ animation-delay : 228.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2283) {
+ -webkit-animation-delay : 228.3s;
+ animation-delay : 228.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2284) {
+ -webkit-animation-delay : 228.4s;
+ animation-delay : 228.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2285) {
+ -webkit-animation-delay : 228.5s;
+ animation-delay : 228.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2286) {
+ -webkit-animation-delay : 228.6s;
+ animation-delay : 228.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2287) {
+ -webkit-animation-delay : 228.7s;
+ animation-delay : 228.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2288) {
+ -webkit-animation-delay : 228.8s;
+ animation-delay : 228.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2289) {
+ -webkit-animation-delay : 228.9s;
+ animation-delay : 228.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2290) {
+ -webkit-animation-delay : 229s;
+ animation-delay : 229s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2291) {
+ -webkit-animation-delay : 229.1s;
+ animation-delay : 229.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2292) {
+ -webkit-animation-delay : 229.2s;
+ animation-delay : 229.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2293) {
+ -webkit-animation-delay : 229.3s;
+ animation-delay : 229.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2294) {
+ -webkit-animation-delay : 229.4s;
+ animation-delay : 229.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2295) {
+ -webkit-animation-delay : 229.5s;
+ animation-delay : 229.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2296) {
+ -webkit-animation-delay : 229.6s;
+ animation-delay : 229.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2297) {
+ -webkit-animation-delay : 229.7s;
+ animation-delay : 229.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2298) {
+ -webkit-animation-delay : 229.8s;
+ animation-delay : 229.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2299) {
+ -webkit-animation-delay : 229.9s;
+ animation-delay : 229.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2300) {
+ -webkit-animation-delay : 230s;
+ animation-delay : 230s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2301) {
+ -webkit-animation-delay : 230.1s;
+ animation-delay : 230.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2302) {
+ -webkit-animation-delay : 230.2s;
+ animation-delay : 230.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2303) {
+ -webkit-animation-delay : 230.3s;
+ animation-delay : 230.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2304) {
+ -webkit-animation-delay : 230.4s;
+ animation-delay : 230.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2305) {
+ -webkit-animation-delay : 230.5s;
+ animation-delay : 230.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2306) {
+ -webkit-animation-delay : 230.6s;
+ animation-delay : 230.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2307) {
+ -webkit-animation-delay : 230.7s;
+ animation-delay : 230.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2308) {
+ -webkit-animation-delay : 230.8s;
+ animation-delay : 230.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2309) {
+ -webkit-animation-delay : 230.9s;
+ animation-delay : 230.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2310) {
+ -webkit-animation-delay : 231s;
+ animation-delay : 231s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2311) {
+ -webkit-animation-delay : 231.1s;
+ animation-delay : 231.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2312) {
+ -webkit-animation-delay : 231.2s;
+ animation-delay : 231.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2313) {
+ -webkit-animation-delay : 231.3s;
+ animation-delay : 231.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2314) {
+ -webkit-animation-delay : 231.4s;
+ animation-delay : 231.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2315) {
+ -webkit-animation-delay : 231.5s;
+ animation-delay : 231.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2316) {
+ -webkit-animation-delay : 231.6s;
+ animation-delay : 231.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2317) {
+ -webkit-animation-delay : 231.7s;
+ animation-delay : 231.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2318) {
+ -webkit-animation-delay : 231.8s;
+ animation-delay : 231.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2319) {
+ -webkit-animation-delay : 231.9s;
+ animation-delay : 231.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2320) {
+ -webkit-animation-delay : 232s;
+ animation-delay : 232s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2321) {
+ -webkit-animation-delay : 232.1s;
+ animation-delay : 232.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2322) {
+ -webkit-animation-delay : 232.2s;
+ animation-delay : 232.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2323) {
+ -webkit-animation-delay : 232.3s;
+ animation-delay : 232.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2324) {
+ -webkit-animation-delay : 232.4s;
+ animation-delay : 232.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2325) {
+ -webkit-animation-delay : 232.5s;
+ animation-delay : 232.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2326) {
+ -webkit-animation-delay : 232.6s;
+ animation-delay : 232.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2327) {
+ -webkit-animation-delay : 232.7s;
+ animation-delay : 232.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2328) {
+ -webkit-animation-delay : 232.8s;
+ animation-delay : 232.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2329) {
+ -webkit-animation-delay : 232.9s;
+ animation-delay : 232.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2330) {
+ -webkit-animation-delay : 233s;
+ animation-delay : 233s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2331) {
+ -webkit-animation-delay : 233.1s;
+ animation-delay : 233.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2332) {
+ -webkit-animation-delay : 233.2s;
+ animation-delay : 233.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2333) {
+ -webkit-animation-delay : 233.3s;
+ animation-delay : 233.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2334) {
+ -webkit-animation-delay : 233.4s;
+ animation-delay : 233.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2335) {
+ -webkit-animation-delay : 233.5s;
+ animation-delay : 233.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2336) {
+ -webkit-animation-delay : 233.6s;
+ animation-delay : 233.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2337) {
+ -webkit-animation-delay : 233.7s;
+ animation-delay : 233.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2338) {
+ -webkit-animation-delay : 233.8s;
+ animation-delay : 233.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2339) {
+ -webkit-animation-delay : 233.9s;
+ animation-delay : 233.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2340) {
+ -webkit-animation-delay : 234s;
+ animation-delay : 234s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2341) {
+ -webkit-animation-delay : 234.1s;
+ animation-delay : 234.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2342) {
+ -webkit-animation-delay : 234.2s;
+ animation-delay : 234.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2343) {
+ -webkit-animation-delay : 234.3s;
+ animation-delay : 234.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2344) {
+ -webkit-animation-delay : 234.4s;
+ animation-delay : 234.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2345) {
+ -webkit-animation-delay : 234.5s;
+ animation-delay : 234.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2346) {
+ -webkit-animation-delay : 234.6s;
+ animation-delay : 234.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2347) {
+ -webkit-animation-delay : 234.7s;
+ animation-delay : 234.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2348) {
+ -webkit-animation-delay : 234.8s;
+ animation-delay : 234.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2349) {
+ -webkit-animation-delay : 234.9s;
+ animation-delay : 234.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2350) {
+ -webkit-animation-delay : 235s;
+ animation-delay : 235s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2351) {
+ -webkit-animation-delay : 235.1s;
+ animation-delay : 235.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2352) {
+ -webkit-animation-delay : 235.2s;
+ animation-delay : 235.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2353) {
+ -webkit-animation-delay : 235.3s;
+ animation-delay : 235.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2354) {
+ -webkit-animation-delay : 235.4s;
+ animation-delay : 235.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2355) {
+ -webkit-animation-delay : 235.5s;
+ animation-delay : 235.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2356) {
+ -webkit-animation-delay : 235.6s;
+ animation-delay : 235.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2357) {
+ -webkit-animation-delay : 235.7s;
+ animation-delay : 235.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2358) {
+ -webkit-animation-delay : 235.8s;
+ animation-delay : 235.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2359) {
+ -webkit-animation-delay : 235.9s;
+ animation-delay : 235.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2360) {
+ -webkit-animation-delay : 236s;
+ animation-delay : 236s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2361) {
+ -webkit-animation-delay : 236.1s;
+ animation-delay : 236.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2362) {
+ -webkit-animation-delay : 236.2s;
+ animation-delay : 236.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2363) {
+ -webkit-animation-delay : 236.3s;
+ animation-delay : 236.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2364) {
+ -webkit-animation-delay : 236.4s;
+ animation-delay : 236.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2365) {
+ -webkit-animation-delay : 236.5s;
+ animation-delay : 236.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2366) {
+ -webkit-animation-delay : 236.6s;
+ animation-delay : 236.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2367) {
+ -webkit-animation-delay : 236.7s;
+ animation-delay : 236.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2368) {
+ -webkit-animation-delay : 236.8s;
+ animation-delay : 236.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2369) {
+ -webkit-animation-delay : 236.9s;
+ animation-delay : 236.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2370) {
+ -webkit-animation-delay : 237s;
+ animation-delay : 237s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2371) {
+ -webkit-animation-delay : 237.1s;
+ animation-delay : 237.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2372) {
+ -webkit-animation-delay : 237.2s;
+ animation-delay : 237.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2373) {
+ -webkit-animation-delay : 237.3s;
+ animation-delay : 237.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2374) {
+ -webkit-animation-delay : 237.4s;
+ animation-delay : 237.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2375) {
+ -webkit-animation-delay : 237.5s;
+ animation-delay : 237.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2376) {
+ -webkit-animation-delay : 237.6s;
+ animation-delay : 237.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2377) {
+ -webkit-animation-delay : 237.7s;
+ animation-delay : 237.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2378) {
+ -webkit-animation-delay : 237.8s;
+ animation-delay : 237.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2379) {
+ -webkit-animation-delay : 237.9s;
+ animation-delay : 237.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2380) {
+ -webkit-animation-delay : 238s;
+ animation-delay : 238s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2381) {
+ -webkit-animation-delay : 238.1s;
+ animation-delay : 238.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2382) {
+ -webkit-animation-delay : 238.2s;
+ animation-delay : 238.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2383) {
+ -webkit-animation-delay : 238.3s;
+ animation-delay : 238.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2384) {
+ -webkit-animation-delay : 238.4s;
+ animation-delay : 238.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2385) {
+ -webkit-animation-delay : 238.5s;
+ animation-delay : 238.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2386) {
+ -webkit-animation-delay : 238.6s;
+ animation-delay : 238.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2387) {
+ -webkit-animation-delay : 238.7s;
+ animation-delay : 238.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2388) {
+ -webkit-animation-delay : 238.8s;
+ animation-delay : 238.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2389) {
+ -webkit-animation-delay : 238.9s;
+ animation-delay : 238.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2390) {
+ -webkit-animation-delay : 239s;
+ animation-delay : 239s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2391) {
+ -webkit-animation-delay : 239.1s;
+ animation-delay : 239.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2392) {
+ -webkit-animation-delay : 239.2s;
+ animation-delay : 239.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2393) {
+ -webkit-animation-delay : 239.3s;
+ animation-delay : 239.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2394) {
+ -webkit-animation-delay : 239.4s;
+ animation-delay : 239.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2395) {
+ -webkit-animation-delay : 239.5s;
+ animation-delay : 239.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2396) {
+ -webkit-animation-delay : 239.6s;
+ animation-delay : 239.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2397) {
+ -webkit-animation-delay : 239.7s;
+ animation-delay : 239.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2398) {
+ -webkit-animation-delay : 239.8s;
+ animation-delay : 239.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2399) {
+ -webkit-animation-delay : 239.9s;
+ animation-delay : 239.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2400) {
+ -webkit-animation-delay : 240s;
+ animation-delay : 240s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2401) {
+ -webkit-animation-delay : 240.1s;
+ animation-delay : 240.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2402) {
+ -webkit-animation-delay : 240.2s;
+ animation-delay : 240.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2403) {
+ -webkit-animation-delay : 240.3s;
+ animation-delay : 240.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2404) {
+ -webkit-animation-delay : 240.4s;
+ animation-delay : 240.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2405) {
+ -webkit-animation-delay : 240.5s;
+ animation-delay : 240.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2406) {
+ -webkit-animation-delay : 240.6s;
+ animation-delay : 240.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2407) {
+ -webkit-animation-delay : 240.7s;
+ animation-delay : 240.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2408) {
+ -webkit-animation-delay : 240.8s;
+ animation-delay : 240.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2409) {
+ -webkit-animation-delay : 240.9s;
+ animation-delay : 240.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2410) {
+ -webkit-animation-delay : 241s;
+ animation-delay : 241s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2411) {
+ -webkit-animation-delay : 241.1s;
+ animation-delay : 241.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2412) {
+ -webkit-animation-delay : 241.2s;
+ animation-delay : 241.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2413) {
+ -webkit-animation-delay : 241.3s;
+ animation-delay : 241.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2414) {
+ -webkit-animation-delay : 241.4s;
+ animation-delay : 241.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2415) {
+ -webkit-animation-delay : 241.5s;
+ animation-delay : 241.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2416) {
+ -webkit-animation-delay : 241.6s;
+ animation-delay : 241.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2417) {
+ -webkit-animation-delay : 241.7s;
+ animation-delay : 241.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2418) {
+ -webkit-animation-delay : 241.8s;
+ animation-delay : 241.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2419) {
+ -webkit-animation-delay : 241.9s;
+ animation-delay : 241.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2420) {
+ -webkit-animation-delay : 242s;
+ animation-delay : 242s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2421) {
+ -webkit-animation-delay : 242.1s;
+ animation-delay : 242.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2422) {
+ -webkit-animation-delay : 242.2s;
+ animation-delay : 242.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2423) {
+ -webkit-animation-delay : 242.3s;
+ animation-delay : 242.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2424) {
+ -webkit-animation-delay : 242.4s;
+ animation-delay : 242.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2425) {
+ -webkit-animation-delay : 242.5s;
+ animation-delay : 242.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2426) {
+ -webkit-animation-delay : 242.6s;
+ animation-delay : 242.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2427) {
+ -webkit-animation-delay : 242.7s;
+ animation-delay : 242.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2428) {
+ -webkit-animation-delay : 242.8s;
+ animation-delay : 242.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2429) {
+ -webkit-animation-delay : 242.9s;
+ animation-delay : 242.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2430) {
+ -webkit-animation-delay : 243s;
+ animation-delay : 243s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2431) {
+ -webkit-animation-delay : 243.1s;
+ animation-delay : 243.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2432) {
+ -webkit-animation-delay : 243.2s;
+ animation-delay : 243.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2433) {
+ -webkit-animation-delay : 243.3s;
+ animation-delay : 243.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2434) {
+ -webkit-animation-delay : 243.4s;
+ animation-delay : 243.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2435) {
+ -webkit-animation-delay : 243.5s;
+ animation-delay : 243.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2436) {
+ -webkit-animation-delay : 243.6s;
+ animation-delay : 243.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2437) {
+ -webkit-animation-delay : 243.7s;
+ animation-delay : 243.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2438) {
+ -webkit-animation-delay : 243.8s;
+ animation-delay : 243.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2439) {
+ -webkit-animation-delay : 243.9s;
+ animation-delay : 243.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2440) {
+ -webkit-animation-delay : 244s;
+ animation-delay : 244s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2441) {
+ -webkit-animation-delay : 244.1s;
+ animation-delay : 244.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2442) {
+ -webkit-animation-delay : 244.2s;
+ animation-delay : 244.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2443) {
+ -webkit-animation-delay : 244.3s;
+ animation-delay : 244.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2444) {
+ -webkit-animation-delay : 244.4s;
+ animation-delay : 244.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2445) {
+ -webkit-animation-delay : 244.5s;
+ animation-delay : 244.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2446) {
+ -webkit-animation-delay : 244.6s;
+ animation-delay : 244.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2447) {
+ -webkit-animation-delay : 244.7s;
+ animation-delay : 244.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2448) {
+ -webkit-animation-delay : 244.8s;
+ animation-delay : 244.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2449) {
+ -webkit-animation-delay : 244.9s;
+ animation-delay : 244.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2450) {
+ -webkit-animation-delay : 245s;
+ animation-delay : 245s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2451) {
+ -webkit-animation-delay : 245.1s;
+ animation-delay : 245.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2452) {
+ -webkit-animation-delay : 245.2s;
+ animation-delay : 245.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2453) {
+ -webkit-animation-delay : 245.3s;
+ animation-delay : 245.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2454) {
+ -webkit-animation-delay : 245.4s;
+ animation-delay : 245.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2455) {
+ -webkit-animation-delay : 245.5s;
+ animation-delay : 245.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2456) {
+ -webkit-animation-delay : 245.6s;
+ animation-delay : 245.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2457) {
+ -webkit-animation-delay : 245.7s;
+ animation-delay : 245.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2458) {
+ -webkit-animation-delay : 245.8s;
+ animation-delay : 245.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2459) {
+ -webkit-animation-delay : 245.9s;
+ animation-delay : 245.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2460) {
+ -webkit-animation-delay : 246s;
+ animation-delay : 246s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2461) {
+ -webkit-animation-delay : 246.1s;
+ animation-delay : 246.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2462) {
+ -webkit-animation-delay : 246.2s;
+ animation-delay : 246.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2463) {
+ -webkit-animation-delay : 246.3s;
+ animation-delay : 246.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2464) {
+ -webkit-animation-delay : 246.4s;
+ animation-delay : 246.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2465) {
+ -webkit-animation-delay : 246.5s;
+ animation-delay : 246.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2466) {
+ -webkit-animation-delay : 246.6s;
+ animation-delay : 246.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2467) {
+ -webkit-animation-delay : 246.7s;
+ animation-delay : 246.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2468) {
+ -webkit-animation-delay : 246.8s;
+ animation-delay : 246.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2469) {
+ -webkit-animation-delay : 246.9s;
+ animation-delay : 246.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2470) {
+ -webkit-animation-delay : 247s;
+ animation-delay : 247s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2471) {
+ -webkit-animation-delay : 247.1s;
+ animation-delay : 247.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2472) {
+ -webkit-animation-delay : 247.2s;
+ animation-delay : 247.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2473) {
+ -webkit-animation-delay : 247.3s;
+ animation-delay : 247.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2474) {
+ -webkit-animation-delay : 247.4s;
+ animation-delay : 247.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2475) {
+ -webkit-animation-delay : 247.5s;
+ animation-delay : 247.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2476) {
+ -webkit-animation-delay : 247.6s;
+ animation-delay : 247.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2477) {
+ -webkit-animation-delay : 247.7s;
+ animation-delay : 247.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2478) {
+ -webkit-animation-delay : 247.8s;
+ animation-delay : 247.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2479) {
+ -webkit-animation-delay : 247.9s;
+ animation-delay : 247.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2480) {
+ -webkit-animation-delay : 248s;
+ animation-delay : 248s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2481) {
+ -webkit-animation-delay : 248.1s;
+ animation-delay : 248.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2482) {
+ -webkit-animation-delay : 248.2s;
+ animation-delay : 248.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2483) {
+ -webkit-animation-delay : 248.3s;
+ animation-delay : 248.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2484) {
+ -webkit-animation-delay : 248.4s;
+ animation-delay : 248.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2485) {
+ -webkit-animation-delay : 248.5s;
+ animation-delay : 248.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2486) {
+ -webkit-animation-delay : 248.6s;
+ animation-delay : 248.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2487) {
+ -webkit-animation-delay : 248.7s;
+ animation-delay : 248.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2488) {
+ -webkit-animation-delay : 248.8s;
+ animation-delay : 248.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2489) {
+ -webkit-animation-delay : 248.9s;
+ animation-delay : 248.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2490) {
+ -webkit-animation-delay : 249s;
+ animation-delay : 249s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2491) {
+ -webkit-animation-delay : 249.1s;
+ animation-delay : 249.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2492) {
+ -webkit-animation-delay : 249.2s;
+ animation-delay : 249.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2493) {
+ -webkit-animation-delay : 249.3s;
+ animation-delay : 249.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2494) {
+ -webkit-animation-delay : 249.4s;
+ animation-delay : 249.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2495) {
+ -webkit-animation-delay : 249.5s;
+ animation-delay : 249.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2496) {
+ -webkit-animation-delay : 249.6s;
+ animation-delay : 249.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2497) {
+ -webkit-animation-delay : 249.7s;
+ animation-delay : 249.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2498) {
+ -webkit-animation-delay : 249.8s;
+ animation-delay : 249.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2499) {
+ -webkit-animation-delay : 249.9s;
+ animation-delay : 249.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2500) {
+ -webkit-animation-delay : 250s;
+ animation-delay : 250s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2501) {
+ -webkit-animation-delay : 250.1s;
+ animation-delay : 250.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2502) {
+ -webkit-animation-delay : 250.2s;
+ animation-delay : 250.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2503) {
+ -webkit-animation-delay : 250.3s;
+ animation-delay : 250.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2504) {
+ -webkit-animation-delay : 250.4s;
+ animation-delay : 250.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2505) {
+ -webkit-animation-delay : 250.5s;
+ animation-delay : 250.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2506) {
+ -webkit-animation-delay : 250.6s;
+ animation-delay : 250.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2507) {
+ -webkit-animation-delay : 250.7s;
+ animation-delay : 250.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2508) {
+ -webkit-animation-delay : 250.8s;
+ animation-delay : 250.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2509) {
+ -webkit-animation-delay : 250.9s;
+ animation-delay : 250.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2510) {
+ -webkit-animation-delay : 251s;
+ animation-delay : 251s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2511) {
+ -webkit-animation-delay : 251.1s;
+ animation-delay : 251.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2512) {
+ -webkit-animation-delay : 251.2s;
+ animation-delay : 251.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2513) {
+ -webkit-animation-delay : 251.3s;
+ animation-delay : 251.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2514) {
+ -webkit-animation-delay : 251.4s;
+ animation-delay : 251.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2515) {
+ -webkit-animation-delay : 251.5s;
+ animation-delay : 251.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2516) {
+ -webkit-animation-delay : 251.6s;
+ animation-delay : 251.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2517) {
+ -webkit-animation-delay : 251.7s;
+ animation-delay : 251.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2518) {
+ -webkit-animation-delay : 251.8s;
+ animation-delay : 251.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2519) {
+ -webkit-animation-delay : 251.9s;
+ animation-delay : 251.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2520) {
+ -webkit-animation-delay : 252s;
+ animation-delay : 252s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2521) {
+ -webkit-animation-delay : 252.1s;
+ animation-delay : 252.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2522) {
+ -webkit-animation-delay : 252.2s;
+ animation-delay : 252.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2523) {
+ -webkit-animation-delay : 252.3s;
+ animation-delay : 252.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2524) {
+ -webkit-animation-delay : 252.4s;
+ animation-delay : 252.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2525) {
+ -webkit-animation-delay : 252.5s;
+ animation-delay : 252.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2526) {
+ -webkit-animation-delay : 252.6s;
+ animation-delay : 252.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2527) {
+ -webkit-animation-delay : 252.7s;
+ animation-delay : 252.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2528) {
+ -webkit-animation-delay : 252.8s;
+ animation-delay : 252.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2529) {
+ -webkit-animation-delay : 252.9s;
+ animation-delay : 252.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2530) {
+ -webkit-animation-delay : 253s;
+ animation-delay : 253s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2531) {
+ -webkit-animation-delay : 253.1s;
+ animation-delay : 253.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2532) {
+ -webkit-animation-delay : 253.2s;
+ animation-delay : 253.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2533) {
+ -webkit-animation-delay : 253.3s;
+ animation-delay : 253.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2534) {
+ -webkit-animation-delay : 253.4s;
+ animation-delay : 253.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2535) {
+ -webkit-animation-delay : 253.5s;
+ animation-delay : 253.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2536) {
+ -webkit-animation-delay : 253.6s;
+ animation-delay : 253.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2537) {
+ -webkit-animation-delay : 253.7s;
+ animation-delay : 253.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2538) {
+ -webkit-animation-delay : 253.8s;
+ animation-delay : 253.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2539) {
+ -webkit-animation-delay : 253.9s;
+ animation-delay : 253.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2540) {
+ -webkit-animation-delay : 254s;
+ animation-delay : 254s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2541) {
+ -webkit-animation-delay : 254.1s;
+ animation-delay : 254.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2542) {
+ -webkit-animation-delay : 254.2s;
+ animation-delay : 254.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2543) {
+ -webkit-animation-delay : 254.3s;
+ animation-delay : 254.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2544) {
+ -webkit-animation-delay : 254.4s;
+ animation-delay : 254.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2545) {
+ -webkit-animation-delay : 254.5s;
+ animation-delay : 254.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2546) {
+ -webkit-animation-delay : 254.6s;
+ animation-delay : 254.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2547) {
+ -webkit-animation-delay : 254.7s;
+ animation-delay : 254.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2548) {
+ -webkit-animation-delay : 254.8s;
+ animation-delay : 254.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2549) {
+ -webkit-animation-delay : 254.9s;
+ animation-delay : 254.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2550) {
+ -webkit-animation-delay : 255s;
+ animation-delay : 255s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2551) {
+ -webkit-animation-delay : 255.1s;
+ animation-delay : 255.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2552) {
+ -webkit-animation-delay : 255.2s;
+ animation-delay : 255.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2553) {
+ -webkit-animation-delay : 255.3s;
+ animation-delay : 255.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2554) {
+ -webkit-animation-delay : 255.4s;
+ animation-delay : 255.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2555) {
+ -webkit-animation-delay : 255.5s;
+ animation-delay : 255.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2556) {
+ -webkit-animation-delay : 255.6s;
+ animation-delay : 255.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2557) {
+ -webkit-animation-delay : 255.7s;
+ animation-delay : 255.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2558) {
+ -webkit-animation-delay : 255.8s;
+ animation-delay : 255.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2559) {
+ -webkit-animation-delay : 255.9s;
+ animation-delay : 255.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2560) {
+ -webkit-animation-delay : 256s;
+ animation-delay : 256s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2561) {
+ -webkit-animation-delay : 256.1s;
+ animation-delay : 256.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2562) {
+ -webkit-animation-delay : 256.2s;
+ animation-delay : 256.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2563) {
+ -webkit-animation-delay : 256.3s;
+ animation-delay : 256.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2564) {
+ -webkit-animation-delay : 256.4s;
+ animation-delay : 256.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2565) {
+ -webkit-animation-delay : 256.5s;
+ animation-delay : 256.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2566) {
+ -webkit-animation-delay : 256.6s;
+ animation-delay : 256.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2567) {
+ -webkit-animation-delay : 256.7s;
+ animation-delay : 256.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2568) {
+ -webkit-animation-delay : 256.8s;
+ animation-delay : 256.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2569) {
+ -webkit-animation-delay : 256.9s;
+ animation-delay : 256.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2570) {
+ -webkit-animation-delay : 257s;
+ animation-delay : 257s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2571) {
+ -webkit-animation-delay : 257.1s;
+ animation-delay : 257.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2572) {
+ -webkit-animation-delay : 257.2s;
+ animation-delay : 257.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2573) {
+ -webkit-animation-delay : 257.3s;
+ animation-delay : 257.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2574) {
+ -webkit-animation-delay : 257.4s;
+ animation-delay : 257.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2575) {
+ -webkit-animation-delay : 257.5s;
+ animation-delay : 257.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2576) {
+ -webkit-animation-delay : 257.6s;
+ animation-delay : 257.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2577) {
+ -webkit-animation-delay : 257.7s;
+ animation-delay : 257.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2578) {
+ -webkit-animation-delay : 257.8s;
+ animation-delay : 257.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2579) {
+ -webkit-animation-delay : 257.9s;
+ animation-delay : 257.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2580) {
+ -webkit-animation-delay : 258s;
+ animation-delay : 258s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2581) {
+ -webkit-animation-delay : 258.1s;
+ animation-delay : 258.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2582) {
+ -webkit-animation-delay : 258.2s;
+ animation-delay : 258.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2583) {
+ -webkit-animation-delay : 258.3s;
+ animation-delay : 258.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2584) {
+ -webkit-animation-delay : 258.4s;
+ animation-delay : 258.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2585) {
+ -webkit-animation-delay : 258.5s;
+ animation-delay : 258.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2586) {
+ -webkit-animation-delay : 258.6s;
+ animation-delay : 258.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2587) {
+ -webkit-animation-delay : 258.7s;
+ animation-delay : 258.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2588) {
+ -webkit-animation-delay : 258.8s;
+ animation-delay : 258.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2589) {
+ -webkit-animation-delay : 258.9s;
+ animation-delay : 258.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2590) {
+ -webkit-animation-delay : 259s;
+ animation-delay : 259s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2591) {
+ -webkit-animation-delay : 259.1s;
+ animation-delay : 259.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2592) {
+ -webkit-animation-delay : 259.2s;
+ animation-delay : 259.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2593) {
+ -webkit-animation-delay : 259.3s;
+ animation-delay : 259.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2594) {
+ -webkit-animation-delay : 259.4s;
+ animation-delay : 259.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2595) {
+ -webkit-animation-delay : 259.5s;
+ animation-delay : 259.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2596) {
+ -webkit-animation-delay : 259.6s;
+ animation-delay : 259.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2597) {
+ -webkit-animation-delay : 259.7s;
+ animation-delay : 259.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2598) {
+ -webkit-animation-delay : 259.8s;
+ animation-delay : 259.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2599) {
+ -webkit-animation-delay : 259.9s;
+ animation-delay : 259.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2600) {
+ -webkit-animation-delay : 260s;
+ animation-delay : 260s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2601) {
+ -webkit-animation-delay : 260.1s;
+ animation-delay : 260.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2602) {
+ -webkit-animation-delay : 260.2s;
+ animation-delay : 260.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2603) {
+ -webkit-animation-delay : 260.3s;
+ animation-delay : 260.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2604) {
+ -webkit-animation-delay : 260.4s;
+ animation-delay : 260.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2605) {
+ -webkit-animation-delay : 260.5s;
+ animation-delay : 260.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2606) {
+ -webkit-animation-delay : 260.6s;
+ animation-delay : 260.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2607) {
+ -webkit-animation-delay : 260.7s;
+ animation-delay : 260.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2608) {
+ -webkit-animation-delay : 260.8s;
+ animation-delay : 260.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2609) {
+ -webkit-animation-delay : 260.9s;
+ animation-delay : 260.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2610) {
+ -webkit-animation-delay : 261s;
+ animation-delay : 261s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2611) {
+ -webkit-animation-delay : 261.1s;
+ animation-delay : 261.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2612) {
+ -webkit-animation-delay : 261.2s;
+ animation-delay : 261.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2613) {
+ -webkit-animation-delay : 261.3s;
+ animation-delay : 261.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2614) {
+ -webkit-animation-delay : 261.4s;
+ animation-delay : 261.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2615) {
+ -webkit-animation-delay : 261.5s;
+ animation-delay : 261.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2616) {
+ -webkit-animation-delay : 261.6s;
+ animation-delay : 261.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2617) {
+ -webkit-animation-delay : 261.7s;
+ animation-delay : 261.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2618) {
+ -webkit-animation-delay : 261.8s;
+ animation-delay : 261.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2619) {
+ -webkit-animation-delay : 261.9s;
+ animation-delay : 261.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2620) {
+ -webkit-animation-delay : 262s;
+ animation-delay : 262s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2621) {
+ -webkit-animation-delay : 262.1s;
+ animation-delay : 262.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2622) {
+ -webkit-animation-delay : 262.2s;
+ animation-delay : 262.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2623) {
+ -webkit-animation-delay : 262.3s;
+ animation-delay : 262.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2624) {
+ -webkit-animation-delay : 262.4s;
+ animation-delay : 262.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2625) {
+ -webkit-animation-delay : 262.5s;
+ animation-delay : 262.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2626) {
+ -webkit-animation-delay : 262.6s;
+ animation-delay : 262.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2627) {
+ -webkit-animation-delay : 262.7s;
+ animation-delay : 262.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2628) {
+ -webkit-animation-delay : 262.8s;
+ animation-delay : 262.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2629) {
+ -webkit-animation-delay : 262.9s;
+ animation-delay : 262.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2630) {
+ -webkit-animation-delay : 263s;
+ animation-delay : 263s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2631) {
+ -webkit-animation-delay : 263.1s;
+ animation-delay : 263.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2632) {
+ -webkit-animation-delay : 263.2s;
+ animation-delay : 263.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2633) {
+ -webkit-animation-delay : 263.3s;
+ animation-delay : 263.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2634) {
+ -webkit-animation-delay : 263.4s;
+ animation-delay : 263.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2635) {
+ -webkit-animation-delay : 263.5s;
+ animation-delay : 263.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2636) {
+ -webkit-animation-delay : 263.6s;
+ animation-delay : 263.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2637) {
+ -webkit-animation-delay : 263.7s;
+ animation-delay : 263.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2638) {
+ -webkit-animation-delay : 263.8s;
+ animation-delay : 263.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2639) {
+ -webkit-animation-delay : 263.9s;
+ animation-delay : 263.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2640) {
+ -webkit-animation-delay : 264s;
+ animation-delay : 264s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2641) {
+ -webkit-animation-delay : 264.1s;
+ animation-delay : 264.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2642) {
+ -webkit-animation-delay : 264.2s;
+ animation-delay : 264.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2643) {
+ -webkit-animation-delay : 264.3s;
+ animation-delay : 264.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2644) {
+ -webkit-animation-delay : 264.4s;
+ animation-delay : 264.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2645) {
+ -webkit-animation-delay : 264.5s;
+ animation-delay : 264.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2646) {
+ -webkit-animation-delay : 264.6s;
+ animation-delay : 264.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2647) {
+ -webkit-animation-delay : 264.7s;
+ animation-delay : 264.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2648) {
+ -webkit-animation-delay : 264.8s;
+ animation-delay : 264.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2649) {
+ -webkit-animation-delay : 264.9s;
+ animation-delay : 264.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2650) {
+ -webkit-animation-delay : 265s;
+ animation-delay : 265s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2651) {
+ -webkit-animation-delay : 265.1s;
+ animation-delay : 265.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2652) {
+ -webkit-animation-delay : 265.2s;
+ animation-delay : 265.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2653) {
+ -webkit-animation-delay : 265.3s;
+ animation-delay : 265.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2654) {
+ -webkit-animation-delay : 265.4s;
+ animation-delay : 265.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2655) {
+ -webkit-animation-delay : 265.5s;
+ animation-delay : 265.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2656) {
+ -webkit-animation-delay : 265.6s;
+ animation-delay : 265.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2657) {
+ -webkit-animation-delay : 265.7s;
+ animation-delay : 265.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2658) {
+ -webkit-animation-delay : 265.8s;
+ animation-delay : 265.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2659) {
+ -webkit-animation-delay : 265.9s;
+ animation-delay : 265.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2660) {
+ -webkit-animation-delay : 266s;
+ animation-delay : 266s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2661) {
+ -webkit-animation-delay : 266.1s;
+ animation-delay : 266.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2662) {
+ -webkit-animation-delay : 266.2s;
+ animation-delay : 266.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2663) {
+ -webkit-animation-delay : 266.3s;
+ animation-delay : 266.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2664) {
+ -webkit-animation-delay : 266.4s;
+ animation-delay : 266.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2665) {
+ -webkit-animation-delay : 266.5s;
+ animation-delay : 266.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2666) {
+ -webkit-animation-delay : 266.6s;
+ animation-delay : 266.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2667) {
+ -webkit-animation-delay : 266.7s;
+ animation-delay : 266.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2668) {
+ -webkit-animation-delay : 266.8s;
+ animation-delay : 266.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2669) {
+ -webkit-animation-delay : 266.9s;
+ animation-delay : 266.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2670) {
+ -webkit-animation-delay : 267s;
+ animation-delay : 267s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2671) {
+ -webkit-animation-delay : 267.1s;
+ animation-delay : 267.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2672) {
+ -webkit-animation-delay : 267.2s;
+ animation-delay : 267.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2673) {
+ -webkit-animation-delay : 267.3s;
+ animation-delay : 267.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2674) {
+ -webkit-animation-delay : 267.4s;
+ animation-delay : 267.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2675) {
+ -webkit-animation-delay : 267.5s;
+ animation-delay : 267.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2676) {
+ -webkit-animation-delay : 267.6s;
+ animation-delay : 267.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2677) {
+ -webkit-animation-delay : 267.7s;
+ animation-delay : 267.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2678) {
+ -webkit-animation-delay : 267.8s;
+ animation-delay : 267.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2679) {
+ -webkit-animation-delay : 267.9s;
+ animation-delay : 267.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2680) {
+ -webkit-animation-delay : 268s;
+ animation-delay : 268s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2681) {
+ -webkit-animation-delay : 268.1s;
+ animation-delay : 268.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2682) {
+ -webkit-animation-delay : 268.2s;
+ animation-delay : 268.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2683) {
+ -webkit-animation-delay : 268.3s;
+ animation-delay : 268.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2684) {
+ -webkit-animation-delay : 268.4s;
+ animation-delay : 268.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2685) {
+ -webkit-animation-delay : 268.5s;
+ animation-delay : 268.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2686) {
+ -webkit-animation-delay : 268.6s;
+ animation-delay : 268.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2687) {
+ -webkit-animation-delay : 268.7s;
+ animation-delay : 268.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2688) {
+ -webkit-animation-delay : 268.8s;
+ animation-delay : 268.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2689) {
+ -webkit-animation-delay : 268.9s;
+ animation-delay : 268.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2690) {
+ -webkit-animation-delay : 269s;
+ animation-delay : 269s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2691) {
+ -webkit-animation-delay : 269.1s;
+ animation-delay : 269.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2692) {
+ -webkit-animation-delay : 269.2s;
+ animation-delay : 269.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2693) {
+ -webkit-animation-delay : 269.3s;
+ animation-delay : 269.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2694) {
+ -webkit-animation-delay : 269.4s;
+ animation-delay : 269.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2695) {
+ -webkit-animation-delay : 269.5s;
+ animation-delay : 269.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2696) {
+ -webkit-animation-delay : 269.6s;
+ animation-delay : 269.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2697) {
+ -webkit-animation-delay : 269.7s;
+ animation-delay : 269.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2698) {
+ -webkit-animation-delay : 269.8s;
+ animation-delay : 269.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2699) {
+ -webkit-animation-delay : 269.9s;
+ animation-delay : 269.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2700) {
+ -webkit-animation-delay : 270s;
+ animation-delay : 270s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2701) {
+ -webkit-animation-delay : 270.1s;
+ animation-delay : 270.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2702) {
+ -webkit-animation-delay : 270.2s;
+ animation-delay : 270.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2703) {
+ -webkit-animation-delay : 270.3s;
+ animation-delay : 270.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2704) {
+ -webkit-animation-delay : 270.4s;
+ animation-delay : 270.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2705) {
+ -webkit-animation-delay : 270.5s;
+ animation-delay : 270.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2706) {
+ -webkit-animation-delay : 270.6s;
+ animation-delay : 270.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2707) {
+ -webkit-animation-delay : 270.7s;
+ animation-delay : 270.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2708) {
+ -webkit-animation-delay : 270.8s;
+ animation-delay : 270.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2709) {
+ -webkit-animation-delay : 270.9s;
+ animation-delay : 270.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2710) {
+ -webkit-animation-delay : 271s;
+ animation-delay : 271s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2711) {
+ -webkit-animation-delay : 271.1s;
+ animation-delay : 271.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2712) {
+ -webkit-animation-delay : 271.2s;
+ animation-delay : 271.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2713) {
+ -webkit-animation-delay : 271.3s;
+ animation-delay : 271.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2714) {
+ -webkit-animation-delay : 271.4s;
+ animation-delay : 271.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2715) {
+ -webkit-animation-delay : 271.5s;
+ animation-delay : 271.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2716) {
+ -webkit-animation-delay : 271.6s;
+ animation-delay : 271.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2717) {
+ -webkit-animation-delay : 271.7s;
+ animation-delay : 271.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2718) {
+ -webkit-animation-delay : 271.8s;
+ animation-delay : 271.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2719) {
+ -webkit-animation-delay : 271.9s;
+ animation-delay : 271.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2720) {
+ -webkit-animation-delay : 272s;
+ animation-delay : 272s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2721) {
+ -webkit-animation-delay : 272.1s;
+ animation-delay : 272.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2722) {
+ -webkit-animation-delay : 272.2s;
+ animation-delay : 272.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2723) {
+ -webkit-animation-delay : 272.3s;
+ animation-delay : 272.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2724) {
+ -webkit-animation-delay : 272.4s;
+ animation-delay : 272.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2725) {
+ -webkit-animation-delay : 272.5s;
+ animation-delay : 272.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2726) {
+ -webkit-animation-delay : 272.6s;
+ animation-delay : 272.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2727) {
+ -webkit-animation-delay : 272.7s;
+ animation-delay : 272.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2728) {
+ -webkit-animation-delay : 272.8s;
+ animation-delay : 272.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2729) {
+ -webkit-animation-delay : 272.9s;
+ animation-delay : 272.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2730) {
+ -webkit-animation-delay : 273s;
+ animation-delay : 273s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2731) {
+ -webkit-animation-delay : 273.1s;
+ animation-delay : 273.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2732) {
+ -webkit-animation-delay : 273.2s;
+ animation-delay : 273.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2733) {
+ -webkit-animation-delay : 273.3s;
+ animation-delay : 273.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2734) {
+ -webkit-animation-delay : 273.4s;
+ animation-delay : 273.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2735) {
+ -webkit-animation-delay : 273.5s;
+ animation-delay : 273.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2736) {
+ -webkit-animation-delay : 273.6s;
+ animation-delay : 273.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2737) {
+ -webkit-animation-delay : 273.7s;
+ animation-delay : 273.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2738) {
+ -webkit-animation-delay : 273.8s;
+ animation-delay : 273.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2739) {
+ -webkit-animation-delay : 273.9s;
+ animation-delay : 273.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2740) {
+ -webkit-animation-delay : 274s;
+ animation-delay : 274s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2741) {
+ -webkit-animation-delay : 274.1s;
+ animation-delay : 274.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2742) {
+ -webkit-animation-delay : 274.2s;
+ animation-delay : 274.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2743) {
+ -webkit-animation-delay : 274.3s;
+ animation-delay : 274.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2744) {
+ -webkit-animation-delay : 274.4s;
+ animation-delay : 274.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2745) {
+ -webkit-animation-delay : 274.5s;
+ animation-delay : 274.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2746) {
+ -webkit-animation-delay : 274.6s;
+ animation-delay : 274.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2747) {
+ -webkit-animation-delay : 274.7s;
+ animation-delay : 274.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2748) {
+ -webkit-animation-delay : 274.8s;
+ animation-delay : 274.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2749) {
+ -webkit-animation-delay : 274.9s;
+ animation-delay : 274.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2750) {
+ -webkit-animation-delay : 275s;
+ animation-delay : 275s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2751) {
+ -webkit-animation-delay : 275.1s;
+ animation-delay : 275.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2752) {
+ -webkit-animation-delay : 275.2s;
+ animation-delay : 275.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2753) {
+ -webkit-animation-delay : 275.3s;
+ animation-delay : 275.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2754) {
+ -webkit-animation-delay : 275.4s;
+ animation-delay : 275.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2755) {
+ -webkit-animation-delay : 275.5s;
+ animation-delay : 275.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2756) {
+ -webkit-animation-delay : 275.6s;
+ animation-delay : 275.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2757) {
+ -webkit-animation-delay : 275.7s;
+ animation-delay : 275.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2758) {
+ -webkit-animation-delay : 275.8s;
+ animation-delay : 275.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2759) {
+ -webkit-animation-delay : 275.9s;
+ animation-delay : 275.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2760) {
+ -webkit-animation-delay : 276s;
+ animation-delay : 276s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2761) {
+ -webkit-animation-delay : 276.1s;
+ animation-delay : 276.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2762) {
+ -webkit-animation-delay : 276.2s;
+ animation-delay : 276.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2763) {
+ -webkit-animation-delay : 276.3s;
+ animation-delay : 276.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2764) {
+ -webkit-animation-delay : 276.4s;
+ animation-delay : 276.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2765) {
+ -webkit-animation-delay : 276.5s;
+ animation-delay : 276.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2766) {
+ -webkit-animation-delay : 276.6s;
+ animation-delay : 276.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2767) {
+ -webkit-animation-delay : 276.7s;
+ animation-delay : 276.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2768) {
+ -webkit-animation-delay : 276.8s;
+ animation-delay : 276.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2769) {
+ -webkit-animation-delay : 276.9s;
+ animation-delay : 276.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2770) {
+ -webkit-animation-delay : 277s;
+ animation-delay : 277s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2771) {
+ -webkit-animation-delay : 277.1s;
+ animation-delay : 277.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2772) {
+ -webkit-animation-delay : 277.2s;
+ animation-delay : 277.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2773) {
+ -webkit-animation-delay : 277.3s;
+ animation-delay : 277.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2774) {
+ -webkit-animation-delay : 277.4s;
+ animation-delay : 277.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2775) {
+ -webkit-animation-delay : 277.5s;
+ animation-delay : 277.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2776) {
+ -webkit-animation-delay : 277.6s;
+ animation-delay : 277.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2777) {
+ -webkit-animation-delay : 277.7s;
+ animation-delay : 277.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2778) {
+ -webkit-animation-delay : 277.8s;
+ animation-delay : 277.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2779) {
+ -webkit-animation-delay : 277.9s;
+ animation-delay : 277.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2780) {
+ -webkit-animation-delay : 278s;
+ animation-delay : 278s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2781) {
+ -webkit-animation-delay : 278.1s;
+ animation-delay : 278.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2782) {
+ -webkit-animation-delay : 278.2s;
+ animation-delay : 278.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2783) {
+ -webkit-animation-delay : 278.3s;
+ animation-delay : 278.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2784) {
+ -webkit-animation-delay : 278.4s;
+ animation-delay : 278.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2785) {
+ -webkit-animation-delay : 278.5s;
+ animation-delay : 278.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2786) {
+ -webkit-animation-delay : 278.6s;
+ animation-delay : 278.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2787) {
+ -webkit-animation-delay : 278.7s;
+ animation-delay : 278.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2788) {
+ -webkit-animation-delay : 278.8s;
+ animation-delay : 278.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2789) {
+ -webkit-animation-delay : 278.9s;
+ animation-delay : 278.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2790) {
+ -webkit-animation-delay : 279s;
+ animation-delay : 279s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2791) {
+ -webkit-animation-delay : 279.1s;
+ animation-delay : 279.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2792) {
+ -webkit-animation-delay : 279.2s;
+ animation-delay : 279.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2793) {
+ -webkit-animation-delay : 279.3s;
+ animation-delay : 279.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2794) {
+ -webkit-animation-delay : 279.4s;
+ animation-delay : 279.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2795) {
+ -webkit-animation-delay : 279.5s;
+ animation-delay : 279.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2796) {
+ -webkit-animation-delay : 279.6s;
+ animation-delay : 279.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2797) {
+ -webkit-animation-delay : 279.7s;
+ animation-delay : 279.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2798) {
+ -webkit-animation-delay : 279.8s;
+ animation-delay : 279.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2799) {
+ -webkit-animation-delay : 279.9s;
+ animation-delay : 279.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2800) {
+ -webkit-animation-delay : 280s;
+ animation-delay : 280s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2801) {
+ -webkit-animation-delay : 280.1s;
+ animation-delay : 280.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2802) {
+ -webkit-animation-delay : 280.2s;
+ animation-delay : 280.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2803) {
+ -webkit-animation-delay : 280.3s;
+ animation-delay : 280.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2804) {
+ -webkit-animation-delay : 280.4s;
+ animation-delay : 280.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2805) {
+ -webkit-animation-delay : 280.5s;
+ animation-delay : 280.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2806) {
+ -webkit-animation-delay : 280.6s;
+ animation-delay : 280.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2807) {
+ -webkit-animation-delay : 280.7s;
+ animation-delay : 280.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2808) {
+ -webkit-animation-delay : 280.8s;
+ animation-delay : 280.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2809) {
+ -webkit-animation-delay : 280.9s;
+ animation-delay : 280.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2810) {
+ -webkit-animation-delay : 281s;
+ animation-delay : 281s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2811) {
+ -webkit-animation-delay : 281.1s;
+ animation-delay : 281.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2812) {
+ -webkit-animation-delay : 281.2s;
+ animation-delay : 281.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2813) {
+ -webkit-animation-delay : 281.3s;
+ animation-delay : 281.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2814) {
+ -webkit-animation-delay : 281.4s;
+ animation-delay : 281.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2815) {
+ -webkit-animation-delay : 281.5s;
+ animation-delay : 281.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2816) {
+ -webkit-animation-delay : 281.6s;
+ animation-delay : 281.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2817) {
+ -webkit-animation-delay : 281.7s;
+ animation-delay : 281.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2818) {
+ -webkit-animation-delay : 281.8s;
+ animation-delay : 281.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2819) {
+ -webkit-animation-delay : 281.9s;
+ animation-delay : 281.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2820) {
+ -webkit-animation-delay : 282s;
+ animation-delay : 282s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2821) {
+ -webkit-animation-delay : 282.1s;
+ animation-delay : 282.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2822) {
+ -webkit-animation-delay : 282.2s;
+ animation-delay : 282.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2823) {
+ -webkit-animation-delay : 282.3s;
+ animation-delay : 282.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2824) {
+ -webkit-animation-delay : 282.4s;
+ animation-delay : 282.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2825) {
+ -webkit-animation-delay : 282.5s;
+ animation-delay : 282.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2826) {
+ -webkit-animation-delay : 282.6s;
+ animation-delay : 282.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2827) {
+ -webkit-animation-delay : 282.7s;
+ animation-delay : 282.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2828) {
+ -webkit-animation-delay : 282.8s;
+ animation-delay : 282.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2829) {
+ -webkit-animation-delay : 282.9s;
+ animation-delay : 282.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2830) {
+ -webkit-animation-delay : 283s;
+ animation-delay : 283s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2831) {
+ -webkit-animation-delay : 283.1s;
+ animation-delay : 283.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2832) {
+ -webkit-animation-delay : 283.2s;
+ animation-delay : 283.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2833) {
+ -webkit-animation-delay : 283.3s;
+ animation-delay : 283.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2834) {
+ -webkit-animation-delay : 283.4s;
+ animation-delay : 283.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2835) {
+ -webkit-animation-delay : 283.5s;
+ animation-delay : 283.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2836) {
+ -webkit-animation-delay : 283.6s;
+ animation-delay : 283.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2837) {
+ -webkit-animation-delay : 283.7s;
+ animation-delay : 283.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2838) {
+ -webkit-animation-delay : 283.8s;
+ animation-delay : 283.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2839) {
+ -webkit-animation-delay : 283.9s;
+ animation-delay : 283.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2840) {
+ -webkit-animation-delay : 284s;
+ animation-delay : 284s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2841) {
+ -webkit-animation-delay : 284.1s;
+ animation-delay : 284.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2842) {
+ -webkit-animation-delay : 284.2s;
+ animation-delay : 284.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2843) {
+ -webkit-animation-delay : 284.3s;
+ animation-delay : 284.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2844) {
+ -webkit-animation-delay : 284.4s;
+ animation-delay : 284.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2845) {
+ -webkit-animation-delay : 284.5s;
+ animation-delay : 284.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2846) {
+ -webkit-animation-delay : 284.6s;
+ animation-delay : 284.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2847) {
+ -webkit-animation-delay : 284.7s;
+ animation-delay : 284.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2848) {
+ -webkit-animation-delay : 284.8s;
+ animation-delay : 284.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2849) {
+ -webkit-animation-delay : 284.9s;
+ animation-delay : 284.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2850) {
+ -webkit-animation-delay : 285s;
+ animation-delay : 285s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2851) {
+ -webkit-animation-delay : 285.1s;
+ animation-delay : 285.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2852) {
+ -webkit-animation-delay : 285.2s;
+ animation-delay : 285.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2853) {
+ -webkit-animation-delay : 285.3s;
+ animation-delay : 285.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2854) {
+ -webkit-animation-delay : 285.4s;
+ animation-delay : 285.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2855) {
+ -webkit-animation-delay : 285.5s;
+ animation-delay : 285.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2856) {
+ -webkit-animation-delay : 285.6s;
+ animation-delay : 285.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2857) {
+ -webkit-animation-delay : 285.7s;
+ animation-delay : 285.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2858) {
+ -webkit-animation-delay : 285.8s;
+ animation-delay : 285.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2859) {
+ -webkit-animation-delay : 285.9s;
+ animation-delay : 285.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2860) {
+ -webkit-animation-delay : 286s;
+ animation-delay : 286s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2861) {
+ -webkit-animation-delay : 286.1s;
+ animation-delay : 286.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2862) {
+ -webkit-animation-delay : 286.2s;
+ animation-delay : 286.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2863) {
+ -webkit-animation-delay : 286.3s;
+ animation-delay : 286.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2864) {
+ -webkit-animation-delay : 286.4s;
+ animation-delay : 286.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2865) {
+ -webkit-animation-delay : 286.5s;
+ animation-delay : 286.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2866) {
+ -webkit-animation-delay : 286.6s;
+ animation-delay : 286.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2867) {
+ -webkit-animation-delay : 286.7s;
+ animation-delay : 286.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2868) {
+ -webkit-animation-delay : 286.8s;
+ animation-delay : 286.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2869) {
+ -webkit-animation-delay : 286.9s;
+ animation-delay : 286.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2870) {
+ -webkit-animation-delay : 287s;
+ animation-delay : 287s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2871) {
+ -webkit-animation-delay : 287.1s;
+ animation-delay : 287.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2872) {
+ -webkit-animation-delay : 287.2s;
+ animation-delay : 287.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2873) {
+ -webkit-animation-delay : 287.3s;
+ animation-delay : 287.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2874) {
+ -webkit-animation-delay : 287.4s;
+ animation-delay : 287.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2875) {
+ -webkit-animation-delay : 287.5s;
+ animation-delay : 287.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2876) {
+ -webkit-animation-delay : 287.6s;
+ animation-delay : 287.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2877) {
+ -webkit-animation-delay : 287.7s;
+ animation-delay : 287.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2878) {
+ -webkit-animation-delay : 287.8s;
+ animation-delay : 287.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2879) {
+ -webkit-animation-delay : 287.9s;
+ animation-delay : 287.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2880) {
+ -webkit-animation-delay : 288s;
+ animation-delay : 288s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2881) {
+ -webkit-animation-delay : 288.1s;
+ animation-delay : 288.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2882) {
+ -webkit-animation-delay : 288.2s;
+ animation-delay : 288.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2883) {
+ -webkit-animation-delay : 288.3s;
+ animation-delay : 288.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2884) {
+ -webkit-animation-delay : 288.4s;
+ animation-delay : 288.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2885) {
+ -webkit-animation-delay : 288.5s;
+ animation-delay : 288.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2886) {
+ -webkit-animation-delay : 288.6s;
+ animation-delay : 288.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2887) {
+ -webkit-animation-delay : 288.7s;
+ animation-delay : 288.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2888) {
+ -webkit-animation-delay : 288.8s;
+ animation-delay : 288.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2889) {
+ -webkit-animation-delay : 288.9s;
+ animation-delay : 288.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2890) {
+ -webkit-animation-delay : 289s;
+ animation-delay : 289s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2891) {
+ -webkit-animation-delay : 289.1s;
+ animation-delay : 289.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2892) {
+ -webkit-animation-delay : 289.2s;
+ animation-delay : 289.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2893) {
+ -webkit-animation-delay : 289.3s;
+ animation-delay : 289.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2894) {
+ -webkit-animation-delay : 289.4s;
+ animation-delay : 289.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2895) {
+ -webkit-animation-delay : 289.5s;
+ animation-delay : 289.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2896) {
+ -webkit-animation-delay : 289.6s;
+ animation-delay : 289.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2897) {
+ -webkit-animation-delay : 289.7s;
+ animation-delay : 289.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2898) {
+ -webkit-animation-delay : 289.8s;
+ animation-delay : 289.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2899) {
+ -webkit-animation-delay : 289.9s;
+ animation-delay : 289.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2900) {
+ -webkit-animation-delay : 290s;
+ animation-delay : 290s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2901) {
+ -webkit-animation-delay : 290.1s;
+ animation-delay : 290.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2902) {
+ -webkit-animation-delay : 290.2s;
+ animation-delay : 290.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2903) {
+ -webkit-animation-delay : 290.3s;
+ animation-delay : 290.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2904) {
+ -webkit-animation-delay : 290.4s;
+ animation-delay : 290.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2905) {
+ -webkit-animation-delay : 290.5s;
+ animation-delay : 290.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2906) {
+ -webkit-animation-delay : 290.6s;
+ animation-delay : 290.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2907) {
+ -webkit-animation-delay : 290.7s;
+ animation-delay : 290.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2908) {
+ -webkit-animation-delay : 290.8s;
+ animation-delay : 290.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2909) {
+ -webkit-animation-delay : 290.9s;
+ animation-delay : 290.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2910) {
+ -webkit-animation-delay : 291s;
+ animation-delay : 291s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2911) {
+ -webkit-animation-delay : 291.1s;
+ animation-delay : 291.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2912) {
+ -webkit-animation-delay : 291.2s;
+ animation-delay : 291.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2913) {
+ -webkit-animation-delay : 291.3s;
+ animation-delay : 291.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2914) {
+ -webkit-animation-delay : 291.4s;
+ animation-delay : 291.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2915) {
+ -webkit-animation-delay : 291.5s;
+ animation-delay : 291.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2916) {
+ -webkit-animation-delay : 291.6s;
+ animation-delay : 291.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2917) {
+ -webkit-animation-delay : 291.7s;
+ animation-delay : 291.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2918) {
+ -webkit-animation-delay : 291.8s;
+ animation-delay : 291.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2919) {
+ -webkit-animation-delay : 291.9s;
+ animation-delay : 291.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2920) {
+ -webkit-animation-delay : 292s;
+ animation-delay : 292s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2921) {
+ -webkit-animation-delay : 292.1s;
+ animation-delay : 292.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2922) {
+ -webkit-animation-delay : 292.2s;
+ animation-delay : 292.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2923) {
+ -webkit-animation-delay : 292.3s;
+ animation-delay : 292.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2924) {
+ -webkit-animation-delay : 292.4s;
+ animation-delay : 292.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2925) {
+ -webkit-animation-delay : 292.5s;
+ animation-delay : 292.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2926) {
+ -webkit-animation-delay : 292.6s;
+ animation-delay : 292.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2927) {
+ -webkit-animation-delay : 292.7s;
+ animation-delay : 292.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2928) {
+ -webkit-animation-delay : 292.8s;
+ animation-delay : 292.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2929) {
+ -webkit-animation-delay : 292.9s;
+ animation-delay : 292.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2930) {
+ -webkit-animation-delay : 293s;
+ animation-delay : 293s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2931) {
+ -webkit-animation-delay : 293.1s;
+ animation-delay : 293.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2932) {
+ -webkit-animation-delay : 293.2s;
+ animation-delay : 293.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2933) {
+ -webkit-animation-delay : 293.3s;
+ animation-delay : 293.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2934) {
+ -webkit-animation-delay : 293.4s;
+ animation-delay : 293.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2935) {
+ -webkit-animation-delay : 293.5s;
+ animation-delay : 293.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2936) {
+ -webkit-animation-delay : 293.6s;
+ animation-delay : 293.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2937) {
+ -webkit-animation-delay : 293.7s;
+ animation-delay : 293.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2938) {
+ -webkit-animation-delay : 293.8s;
+ animation-delay : 293.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2939) {
+ -webkit-animation-delay : 293.9s;
+ animation-delay : 293.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2940) {
+ -webkit-animation-delay : 294s;
+ animation-delay : 294s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2941) {
+ -webkit-animation-delay : 294.1s;
+ animation-delay : 294.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2942) {
+ -webkit-animation-delay : 294.2s;
+ animation-delay : 294.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2943) {
+ -webkit-animation-delay : 294.3s;
+ animation-delay : 294.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2944) {
+ -webkit-animation-delay : 294.4s;
+ animation-delay : 294.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2945) {
+ -webkit-animation-delay : 294.5s;
+ animation-delay : 294.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2946) {
+ -webkit-animation-delay : 294.6s;
+ animation-delay : 294.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2947) {
+ -webkit-animation-delay : 294.7s;
+ animation-delay : 294.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2948) {
+ -webkit-animation-delay : 294.8s;
+ animation-delay : 294.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2949) {
+ -webkit-animation-delay : 294.9s;
+ animation-delay : 294.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2950) {
+ -webkit-animation-delay : 295s;
+ animation-delay : 295s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2951) {
+ -webkit-animation-delay : 295.1s;
+ animation-delay : 295.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2952) {
+ -webkit-animation-delay : 295.2s;
+ animation-delay : 295.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2953) {
+ -webkit-animation-delay : 295.3s;
+ animation-delay : 295.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2954) {
+ -webkit-animation-delay : 295.4s;
+ animation-delay : 295.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2955) {
+ -webkit-animation-delay : 295.5s;
+ animation-delay : 295.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2956) {
+ -webkit-animation-delay : 295.6s;
+ animation-delay : 295.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2957) {
+ -webkit-animation-delay : 295.7s;
+ animation-delay : 295.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2958) {
+ -webkit-animation-delay : 295.8s;
+ animation-delay : 295.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2959) {
+ -webkit-animation-delay : 295.9s;
+ animation-delay : 295.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2960) {
+ -webkit-animation-delay : 296s;
+ animation-delay : 296s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2961) {
+ -webkit-animation-delay : 296.1s;
+ animation-delay : 296.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2962) {
+ -webkit-animation-delay : 296.2s;
+ animation-delay : 296.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2963) {
+ -webkit-animation-delay : 296.3s;
+ animation-delay : 296.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2964) {
+ -webkit-animation-delay : 296.4s;
+ animation-delay : 296.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2965) {
+ -webkit-animation-delay : 296.5s;
+ animation-delay : 296.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2966) {
+ -webkit-animation-delay : 296.6s;
+ animation-delay : 296.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2967) {
+ -webkit-animation-delay : 296.7s;
+ animation-delay : 296.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2968) {
+ -webkit-animation-delay : 296.8s;
+ animation-delay : 296.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2969) {
+ -webkit-animation-delay : 296.9s;
+ animation-delay : 296.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2970) {
+ -webkit-animation-delay : 297s;
+ animation-delay : 297s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2971) {
+ -webkit-animation-delay : 297.1s;
+ animation-delay : 297.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2972) {
+ -webkit-animation-delay : 297.2s;
+ animation-delay : 297.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2973) {
+ -webkit-animation-delay : 297.3s;
+ animation-delay : 297.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2974) {
+ -webkit-animation-delay : 297.4s;
+ animation-delay : 297.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2975) {
+ -webkit-animation-delay : 297.5s;
+ animation-delay : 297.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2976) {
+ -webkit-animation-delay : 297.6s;
+ animation-delay : 297.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2977) {
+ -webkit-animation-delay : 297.7s;
+ animation-delay : 297.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2978) {
+ -webkit-animation-delay : 297.8s;
+ animation-delay : 297.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2979) {
+ -webkit-animation-delay : 297.9s;
+ animation-delay : 297.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2980) {
+ -webkit-animation-delay : 298s;
+ animation-delay : 298s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2981) {
+ -webkit-animation-delay : 298.1s;
+ animation-delay : 298.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2982) {
+ -webkit-animation-delay : 298.2s;
+ animation-delay : 298.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2983) {
+ -webkit-animation-delay : 298.3s;
+ animation-delay : 298.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2984) {
+ -webkit-animation-delay : 298.4s;
+ animation-delay : 298.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2985) {
+ -webkit-animation-delay : 298.5s;
+ animation-delay : 298.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2986) {
+ -webkit-animation-delay : 298.6s;
+ animation-delay : 298.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2987) {
+ -webkit-animation-delay : 298.7s;
+ animation-delay : 298.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2988) {
+ -webkit-animation-delay : 298.8s;
+ animation-delay : 298.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2989) {
+ -webkit-animation-delay : 298.9s;
+ animation-delay : 298.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2990) {
+ -webkit-animation-delay : 299s;
+ animation-delay : 299s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2991) {
+ -webkit-animation-delay : 299.1s;
+ animation-delay : 299.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2992) {
+ -webkit-animation-delay : 299.2s;
+ animation-delay : 299.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2993) {
+ -webkit-animation-delay : 299.3s;
+ animation-delay : 299.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2994) {
+ -webkit-animation-delay : 299.4s;
+ animation-delay : 299.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2995) {
+ -webkit-animation-delay : 299.5s;
+ animation-delay : 299.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2996) {
+ -webkit-animation-delay : 299.6s;
+ animation-delay : 299.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2997) {
+ -webkit-animation-delay : 299.7s;
+ animation-delay : 299.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2998) {
+ -webkit-animation-delay : 299.8s;
+ animation-delay : 299.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2999) {
+ -webkit-animation-delay : 299.9s;
+ animation-delay : 299.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3000) {
+ -webkit-animation-delay : 300s;
+ animation-delay : 300s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3001) {
+ -webkit-animation-delay : 300.1s;
+ animation-delay : 300.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3002) {
+ -webkit-animation-delay : 300.2s;
+ animation-delay : 300.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3003) {
+ -webkit-animation-delay : 300.3s;
+ animation-delay : 300.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3004) {
+ -webkit-animation-delay : 300.4s;
+ animation-delay : 300.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3005) {
+ -webkit-animation-delay : 300.5s;
+ animation-delay : 300.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3006) {
+ -webkit-animation-delay : 300.6s;
+ animation-delay : 300.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3007) {
+ -webkit-animation-delay : 300.7s;
+ animation-delay : 300.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3008) {
+ -webkit-animation-delay : 300.8s;
+ animation-delay : 300.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3009) {
+ -webkit-animation-delay : 300.9s;
+ animation-delay : 300.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3010) {
+ -webkit-animation-delay : 301s;
+ animation-delay : 301s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3011) {
+ -webkit-animation-delay : 301.1s;
+ animation-delay : 301.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3012) {
+ -webkit-animation-delay : 301.2s;
+ animation-delay : 301.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3013) {
+ -webkit-animation-delay : 301.3s;
+ animation-delay : 301.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3014) {
+ -webkit-animation-delay : 301.4s;
+ animation-delay : 301.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3015) {
+ -webkit-animation-delay : 301.5s;
+ animation-delay : 301.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3016) {
+ -webkit-animation-delay : 301.6s;
+ animation-delay : 301.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3017) {
+ -webkit-animation-delay : 301.7s;
+ animation-delay : 301.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3018) {
+ -webkit-animation-delay : 301.8s;
+ animation-delay : 301.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3019) {
+ -webkit-animation-delay : 301.9s;
+ animation-delay : 301.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3020) {
+ -webkit-animation-delay : 302s;
+ animation-delay : 302s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3021) {
+ -webkit-animation-delay : 302.1s;
+ animation-delay : 302.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3022) {
+ -webkit-animation-delay : 302.2s;
+ animation-delay : 302.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3023) {
+ -webkit-animation-delay : 302.3s;
+ animation-delay : 302.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3024) {
+ -webkit-animation-delay : 302.4s;
+ animation-delay : 302.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3025) {
+ -webkit-animation-delay : 302.5s;
+ animation-delay : 302.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3026) {
+ -webkit-animation-delay : 302.6s;
+ animation-delay : 302.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3027) {
+ -webkit-animation-delay : 302.7s;
+ animation-delay : 302.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3028) {
+ -webkit-animation-delay : 302.8s;
+ animation-delay : 302.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3029) {
+ -webkit-animation-delay : 302.9s;
+ animation-delay : 302.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3030) {
+ -webkit-animation-delay : 303s;
+ animation-delay : 303s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3031) {
+ -webkit-animation-delay : 303.1s;
+ animation-delay : 303.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3032) {
+ -webkit-animation-delay : 303.2s;
+ animation-delay : 303.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3033) {
+ -webkit-animation-delay : 303.3s;
+ animation-delay : 303.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3034) {
+ -webkit-animation-delay : 303.4s;
+ animation-delay : 303.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3035) {
+ -webkit-animation-delay : 303.5s;
+ animation-delay : 303.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3036) {
+ -webkit-animation-delay : 303.6s;
+ animation-delay : 303.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3037) {
+ -webkit-animation-delay : 303.7s;
+ animation-delay : 303.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3038) {
+ -webkit-animation-delay : 303.8s;
+ animation-delay : 303.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3039) {
+ -webkit-animation-delay : 303.9s;
+ animation-delay : 303.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3040) {
+ -webkit-animation-delay : 304s;
+ animation-delay : 304s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3041) {
+ -webkit-animation-delay : 304.1s;
+ animation-delay : 304.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3042) {
+ -webkit-animation-delay : 304.2s;
+ animation-delay : 304.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3043) {
+ -webkit-animation-delay : 304.3s;
+ animation-delay : 304.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3044) {
+ -webkit-animation-delay : 304.4s;
+ animation-delay : 304.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3045) {
+ -webkit-animation-delay : 304.5s;
+ animation-delay : 304.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3046) {
+ -webkit-animation-delay : 304.6s;
+ animation-delay : 304.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3047) {
+ -webkit-animation-delay : 304.7s;
+ animation-delay : 304.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3048) {
+ -webkit-animation-delay : 304.8s;
+ animation-delay : 304.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3049) {
+ -webkit-animation-delay : 304.9s;
+ animation-delay : 304.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3050) {
+ -webkit-animation-delay : 305s;
+ animation-delay : 305s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3051) {
+ -webkit-animation-delay : 305.1s;
+ animation-delay : 305.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3052) {
+ -webkit-animation-delay : 305.2s;
+ animation-delay : 305.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3053) {
+ -webkit-animation-delay : 305.3s;
+ animation-delay : 305.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3054) {
+ -webkit-animation-delay : 305.4s;
+ animation-delay : 305.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3055) {
+ -webkit-animation-delay : 305.5s;
+ animation-delay : 305.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3056) {
+ -webkit-animation-delay : 305.6s;
+ animation-delay : 305.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3057) {
+ -webkit-animation-delay : 305.7s;
+ animation-delay : 305.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3058) {
+ -webkit-animation-delay : 305.8s;
+ animation-delay : 305.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3059) {
+ -webkit-animation-delay : 305.9s;
+ animation-delay : 305.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3060) {
+ -webkit-animation-delay : 306s;
+ animation-delay : 306s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3061) {
+ -webkit-animation-delay : 306.1s;
+ animation-delay : 306.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3062) {
+ -webkit-animation-delay : 306.2s;
+ animation-delay : 306.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3063) {
+ -webkit-animation-delay : 306.3s;
+ animation-delay : 306.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3064) {
+ -webkit-animation-delay : 306.4s;
+ animation-delay : 306.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3065) {
+ -webkit-animation-delay : 306.5s;
+ animation-delay : 306.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3066) {
+ -webkit-animation-delay : 306.6s;
+ animation-delay : 306.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3067) {
+ -webkit-animation-delay : 306.7s;
+ animation-delay : 306.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3068) {
+ -webkit-animation-delay : 306.8s;
+ animation-delay : 306.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3069) {
+ -webkit-animation-delay : 306.9s;
+ animation-delay : 306.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3070) {
+ -webkit-animation-delay : 307s;
+ animation-delay : 307s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3071) {
+ -webkit-animation-delay : 307.1s;
+ animation-delay : 307.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3072) {
+ -webkit-animation-delay : 307.2s;
+ animation-delay : 307.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3073) {
+ -webkit-animation-delay : 307.3s;
+ animation-delay : 307.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3074) {
+ -webkit-animation-delay : 307.4s;
+ animation-delay : 307.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3075) {
+ -webkit-animation-delay : 307.5s;
+ animation-delay : 307.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3076) {
+ -webkit-animation-delay : 307.6s;
+ animation-delay : 307.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3077) {
+ -webkit-animation-delay : 307.7s;
+ animation-delay : 307.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3078) {
+ -webkit-animation-delay : 307.8s;
+ animation-delay : 307.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3079) {
+ -webkit-animation-delay : 307.9s;
+ animation-delay : 307.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3080) {
+ -webkit-animation-delay : 308s;
+ animation-delay : 308s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3081) {
+ -webkit-animation-delay : 308.1s;
+ animation-delay : 308.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3082) {
+ -webkit-animation-delay : 308.2s;
+ animation-delay : 308.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3083) {
+ -webkit-animation-delay : 308.3s;
+ animation-delay : 308.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3084) {
+ -webkit-animation-delay : 308.4s;
+ animation-delay : 308.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3085) {
+ -webkit-animation-delay : 308.5s;
+ animation-delay : 308.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3086) {
+ -webkit-animation-delay : 308.6s;
+ animation-delay : 308.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3087) {
+ -webkit-animation-delay : 308.7s;
+ animation-delay : 308.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3088) {
+ -webkit-animation-delay : 308.8s;
+ animation-delay : 308.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3089) {
+ -webkit-animation-delay : 308.9s;
+ animation-delay : 308.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3090) {
+ -webkit-animation-delay : 309s;
+ animation-delay : 309s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3091) {
+ -webkit-animation-delay : 309.1s;
+ animation-delay : 309.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3092) {
+ -webkit-animation-delay : 309.2s;
+ animation-delay : 309.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3093) {
+ -webkit-animation-delay : 309.3s;
+ animation-delay : 309.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3094) {
+ -webkit-animation-delay : 309.4s;
+ animation-delay : 309.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3095) {
+ -webkit-animation-delay : 309.5s;
+ animation-delay : 309.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3096) {
+ -webkit-animation-delay : 309.6s;
+ animation-delay : 309.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3097) {
+ -webkit-animation-delay : 309.7s;
+ animation-delay : 309.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3098) {
+ -webkit-animation-delay : 309.8s;
+ animation-delay : 309.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3099) {
+ -webkit-animation-delay : 309.9s;
+ animation-delay : 309.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3100) {
+ -webkit-animation-delay : 310s;
+ animation-delay : 310s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3101) {
+ -webkit-animation-delay : 310.1s;
+ animation-delay : 310.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3102) {
+ -webkit-animation-delay : 310.2s;
+ animation-delay : 310.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3103) {
+ -webkit-animation-delay : 310.3s;
+ animation-delay : 310.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3104) {
+ -webkit-animation-delay : 310.4s;
+ animation-delay : 310.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3105) {
+ -webkit-animation-delay : 310.5s;
+ animation-delay : 310.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3106) {
+ -webkit-animation-delay : 310.6s;
+ animation-delay : 310.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3107) {
+ -webkit-animation-delay : 310.7s;
+ animation-delay : 310.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3108) {
+ -webkit-animation-delay : 310.8s;
+ animation-delay : 310.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3109) {
+ -webkit-animation-delay : 310.9s;
+ animation-delay : 310.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3110) {
+ -webkit-animation-delay : 311s;
+ animation-delay : 311s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3111) {
+ -webkit-animation-delay : 311.1s;
+ animation-delay : 311.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3112) {
+ -webkit-animation-delay : 311.2s;
+ animation-delay : 311.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3113) {
+ -webkit-animation-delay : 311.3s;
+ animation-delay : 311.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3114) {
+ -webkit-animation-delay : 311.4s;
+ animation-delay : 311.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3115) {
+ -webkit-animation-delay : 311.5s;
+ animation-delay : 311.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3116) {
+ -webkit-animation-delay : 311.6s;
+ animation-delay : 311.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3117) {
+ -webkit-animation-delay : 311.7s;
+ animation-delay : 311.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3118) {
+ -webkit-animation-delay : 311.8s;
+ animation-delay : 311.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3119) {
+ -webkit-animation-delay : 311.9s;
+ animation-delay : 311.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3120) {
+ -webkit-animation-delay : 312s;
+ animation-delay : 312s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3121) {
+ -webkit-animation-delay : 312.1s;
+ animation-delay : 312.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3122) {
+ -webkit-animation-delay : 312.2s;
+ animation-delay : 312.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3123) {
+ -webkit-animation-delay : 312.3s;
+ animation-delay : 312.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3124) {
+ -webkit-animation-delay : 312.4s;
+ animation-delay : 312.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3125) {
+ -webkit-animation-delay : 312.5s;
+ animation-delay : 312.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3126) {
+ -webkit-animation-delay : 312.6s;
+ animation-delay : 312.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3127) {
+ -webkit-animation-delay : 312.7s;
+ animation-delay : 312.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3128) {
+ -webkit-animation-delay : 312.8s;
+ animation-delay : 312.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3129) {
+ -webkit-animation-delay : 312.9s;
+ animation-delay : 312.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3130) {
+ -webkit-animation-delay : 313s;
+ animation-delay : 313s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3131) {
+ -webkit-animation-delay : 313.1s;
+ animation-delay : 313.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3132) {
+ -webkit-animation-delay : 313.2s;
+ animation-delay : 313.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3133) {
+ -webkit-animation-delay : 313.3s;
+ animation-delay : 313.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3134) {
+ -webkit-animation-delay : 313.4s;
+ animation-delay : 313.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3135) {
+ -webkit-animation-delay : 313.5s;
+ animation-delay : 313.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3136) {
+ -webkit-animation-delay : 313.6s;
+ animation-delay : 313.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3137) {
+ -webkit-animation-delay : 313.7s;
+ animation-delay : 313.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3138) {
+ -webkit-animation-delay : 313.8s;
+ animation-delay : 313.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3139) {
+ -webkit-animation-delay : 313.9s;
+ animation-delay : 313.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3140) {
+ -webkit-animation-delay : 314s;
+ animation-delay : 314s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3141) {
+ -webkit-animation-delay : 314.1s;
+ animation-delay : 314.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3142) {
+ -webkit-animation-delay : 314.2s;
+ animation-delay : 314.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3143) {
+ -webkit-animation-delay : 314.3s;
+ animation-delay : 314.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3144) {
+ -webkit-animation-delay : 314.4s;
+ animation-delay : 314.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3145) {
+ -webkit-animation-delay : 314.5s;
+ animation-delay : 314.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3146) {
+ -webkit-animation-delay : 314.6s;
+ animation-delay : 314.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3147) {
+ -webkit-animation-delay : 314.7s;
+ animation-delay : 314.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3148) {
+ -webkit-animation-delay : 314.8s;
+ animation-delay : 314.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3149) {
+ -webkit-animation-delay : 314.9s;
+ animation-delay : 314.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3150) {
+ -webkit-animation-delay : 315s;
+ animation-delay : 315s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3151) {
+ -webkit-animation-delay : 315.1s;
+ animation-delay : 315.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3152) {
+ -webkit-animation-delay : 315.2s;
+ animation-delay : 315.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3153) {
+ -webkit-animation-delay : 315.3s;
+ animation-delay : 315.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3154) {
+ -webkit-animation-delay : 315.4s;
+ animation-delay : 315.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3155) {
+ -webkit-animation-delay : 315.5s;
+ animation-delay : 315.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3156) {
+ -webkit-animation-delay : 315.6s;
+ animation-delay : 315.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3157) {
+ -webkit-animation-delay : 315.7s;
+ animation-delay : 315.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3158) {
+ -webkit-animation-delay : 315.8s;
+ animation-delay : 315.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3159) {
+ -webkit-animation-delay : 315.9s;
+ animation-delay : 315.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3160) {
+ -webkit-animation-delay : 316s;
+ animation-delay : 316s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3161) {
+ -webkit-animation-delay : 316.1s;
+ animation-delay : 316.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3162) {
+ -webkit-animation-delay : 316.2s;
+ animation-delay : 316.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3163) {
+ -webkit-animation-delay : 316.3s;
+ animation-delay : 316.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3164) {
+ -webkit-animation-delay : 316.4s;
+ animation-delay : 316.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3165) {
+ -webkit-animation-delay : 316.5s;
+ animation-delay : 316.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3166) {
+ -webkit-animation-delay : 316.6s;
+ animation-delay : 316.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3167) {
+ -webkit-animation-delay : 316.7s;
+ animation-delay : 316.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3168) {
+ -webkit-animation-delay : 316.8s;
+ animation-delay : 316.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3169) {
+ -webkit-animation-delay : 316.9s;
+ animation-delay : 316.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3170) {
+ -webkit-animation-delay : 317s;
+ animation-delay : 317s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3171) {
+ -webkit-animation-delay : 317.1s;
+ animation-delay : 317.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3172) {
+ -webkit-animation-delay : 317.2s;
+ animation-delay : 317.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3173) {
+ -webkit-animation-delay : 317.3s;
+ animation-delay : 317.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3174) {
+ -webkit-animation-delay : 317.4s;
+ animation-delay : 317.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3175) {
+ -webkit-animation-delay : 317.5s;
+ animation-delay : 317.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3176) {
+ -webkit-animation-delay : 317.6s;
+ animation-delay : 317.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3177) {
+ -webkit-animation-delay : 317.7s;
+ animation-delay : 317.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3178) {
+ -webkit-animation-delay : 317.8s;
+ animation-delay : 317.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3179) {
+ -webkit-animation-delay : 317.9s;
+ animation-delay : 317.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3180) {
+ -webkit-animation-delay : 318s;
+ animation-delay : 318s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3181) {
+ -webkit-animation-delay : 318.1s;
+ animation-delay : 318.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3182) {
+ -webkit-animation-delay : 318.2s;
+ animation-delay : 318.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3183) {
+ -webkit-animation-delay : 318.3s;
+ animation-delay : 318.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3184) {
+ -webkit-animation-delay : 318.4s;
+ animation-delay : 318.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3185) {
+ -webkit-animation-delay : 318.5s;
+ animation-delay : 318.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3186) {
+ -webkit-animation-delay : 318.6s;
+ animation-delay : 318.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3187) {
+ -webkit-animation-delay : 318.7s;
+ animation-delay : 318.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3188) {
+ -webkit-animation-delay : 318.8s;
+ animation-delay : 318.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3189) {
+ -webkit-animation-delay : 318.9s;
+ animation-delay : 318.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3190) {
+ -webkit-animation-delay : 319s;
+ animation-delay : 319s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3191) {
+ -webkit-animation-delay : 319.1s;
+ animation-delay : 319.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3192) {
+ -webkit-animation-delay : 319.2s;
+ animation-delay : 319.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3193) {
+ -webkit-animation-delay : 319.3s;
+ animation-delay : 319.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3194) {
+ -webkit-animation-delay : 319.4s;
+ animation-delay : 319.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3195) {
+ -webkit-animation-delay : 319.5s;
+ animation-delay : 319.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3196) {
+ -webkit-animation-delay : 319.6s;
+ animation-delay : 319.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3197) {
+ -webkit-animation-delay : 319.7s;
+ animation-delay : 319.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3198) {
+ -webkit-animation-delay : 319.8s;
+ animation-delay : 319.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3199) {
+ -webkit-animation-delay : 319.9s;
+ animation-delay : 319.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3200) {
+ -webkit-animation-delay : 320s;
+ animation-delay : 320s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3201) {
+ -webkit-animation-delay : 320.1s;
+ animation-delay : 320.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3202) {
+ -webkit-animation-delay : 320.2s;
+ animation-delay : 320.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3203) {
+ -webkit-animation-delay : 320.3s;
+ animation-delay : 320.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3204) {
+ -webkit-animation-delay : 320.4s;
+ animation-delay : 320.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3205) {
+ -webkit-animation-delay : 320.5s;
+ animation-delay : 320.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3206) {
+ -webkit-animation-delay : 320.6s;
+ animation-delay : 320.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3207) {
+ -webkit-animation-delay : 320.7s;
+ animation-delay : 320.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3208) {
+ -webkit-animation-delay : 320.8s;
+ animation-delay : 320.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3209) {
+ -webkit-animation-delay : 320.9s;
+ animation-delay : 320.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3210) {
+ -webkit-animation-delay : 321s;
+ animation-delay : 321s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3211) {
+ -webkit-animation-delay : 321.1s;
+ animation-delay : 321.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3212) {
+ -webkit-animation-delay : 321.2s;
+ animation-delay : 321.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3213) {
+ -webkit-animation-delay : 321.3s;
+ animation-delay : 321.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3214) {
+ -webkit-animation-delay : 321.4s;
+ animation-delay : 321.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3215) {
+ -webkit-animation-delay : 321.5s;
+ animation-delay : 321.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3216) {
+ -webkit-animation-delay : 321.6s;
+ animation-delay : 321.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3217) {
+ -webkit-animation-delay : 321.7s;
+ animation-delay : 321.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3218) {
+ -webkit-animation-delay : 321.8s;
+ animation-delay : 321.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3219) {
+ -webkit-animation-delay : 321.9s;
+ animation-delay : 321.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3220) {
+ -webkit-animation-delay : 322s;
+ animation-delay : 322s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3221) {
+ -webkit-animation-delay : 322.1s;
+ animation-delay : 322.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3222) {
+ -webkit-animation-delay : 322.2s;
+ animation-delay : 322.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3223) {
+ -webkit-animation-delay : 322.3s;
+ animation-delay : 322.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3224) {
+ -webkit-animation-delay : 322.4s;
+ animation-delay : 322.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3225) {
+ -webkit-animation-delay : 322.5s;
+ animation-delay : 322.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3226) {
+ -webkit-animation-delay : 322.6s;
+ animation-delay : 322.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3227) {
+ -webkit-animation-delay : 322.7s;
+ animation-delay : 322.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3228) {
+ -webkit-animation-delay : 322.8s;
+ animation-delay : 322.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3229) {
+ -webkit-animation-delay : 322.9s;
+ animation-delay : 322.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3230) {
+ -webkit-animation-delay : 323s;
+ animation-delay : 323s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3231) {
+ -webkit-animation-delay : 323.1s;
+ animation-delay : 323.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3232) {
+ -webkit-animation-delay : 323.2s;
+ animation-delay : 323.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3233) {
+ -webkit-animation-delay : 323.3s;
+ animation-delay : 323.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3234) {
+ -webkit-animation-delay : 323.4s;
+ animation-delay : 323.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3235) {
+ -webkit-animation-delay : 323.5s;
+ animation-delay : 323.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3236) {
+ -webkit-animation-delay : 323.6s;
+ animation-delay : 323.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3237) {
+ -webkit-animation-delay : 323.7s;
+ animation-delay : 323.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3238) {
+ -webkit-animation-delay : 323.8s;
+ animation-delay : 323.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3239) {
+ -webkit-animation-delay : 323.9s;
+ animation-delay : 323.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3240) {
+ -webkit-animation-delay : 324s;
+ animation-delay : 324s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3241) {
+ -webkit-animation-delay : 324.1s;
+ animation-delay : 324.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3242) {
+ -webkit-animation-delay : 324.2s;
+ animation-delay : 324.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3243) {
+ -webkit-animation-delay : 324.3s;
+ animation-delay : 324.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3244) {
+ -webkit-animation-delay : 324.4s;
+ animation-delay : 324.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3245) {
+ -webkit-animation-delay : 324.5s;
+ animation-delay : 324.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3246) {
+ -webkit-animation-delay : 324.6s;
+ animation-delay : 324.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3247) {
+ -webkit-animation-delay : 324.7s;
+ animation-delay : 324.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3248) {
+ -webkit-animation-delay : 324.8s;
+ animation-delay : 324.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3249) {
+ -webkit-animation-delay : 324.9s;
+ animation-delay : 324.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3250) {
+ -webkit-animation-delay : 325s;
+ animation-delay : 325s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3251) {
+ -webkit-animation-delay : 325.1s;
+ animation-delay : 325.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3252) {
+ -webkit-animation-delay : 325.2s;
+ animation-delay : 325.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3253) {
+ -webkit-animation-delay : 325.3s;
+ animation-delay : 325.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3254) {
+ -webkit-animation-delay : 325.4s;
+ animation-delay : 325.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3255) {
+ -webkit-animation-delay : 325.5s;
+ animation-delay : 325.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3256) {
+ -webkit-animation-delay : 325.6s;
+ animation-delay : 325.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3257) {
+ -webkit-animation-delay : 325.7s;
+ animation-delay : 325.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3258) {
+ -webkit-animation-delay : 325.8s;
+ animation-delay : 325.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3259) {
+ -webkit-animation-delay : 325.9s;
+ animation-delay : 325.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3260) {
+ -webkit-animation-delay : 326s;
+ animation-delay : 326s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3261) {
+ -webkit-animation-delay : 326.1s;
+ animation-delay : 326.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3262) {
+ -webkit-animation-delay : 326.2s;
+ animation-delay : 326.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3263) {
+ -webkit-animation-delay : 326.3s;
+ animation-delay : 326.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3264) {
+ -webkit-animation-delay : 326.4s;
+ animation-delay : 326.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3265) {
+ -webkit-animation-delay : 326.5s;
+ animation-delay : 326.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3266) {
+ -webkit-animation-delay : 326.6s;
+ animation-delay : 326.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3267) {
+ -webkit-animation-delay : 326.7s;
+ animation-delay : 326.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3268) {
+ -webkit-animation-delay : 326.8s;
+ animation-delay : 326.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3269) {
+ -webkit-animation-delay : 326.9s;
+ animation-delay : 326.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3270) {
+ -webkit-animation-delay : 327s;
+ animation-delay : 327s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3271) {
+ -webkit-animation-delay : 327.1s;
+ animation-delay : 327.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3272) {
+ -webkit-animation-delay : 327.2s;
+ animation-delay : 327.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3273) {
+ -webkit-animation-delay : 327.3s;
+ animation-delay : 327.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3274) {
+ -webkit-animation-delay : 327.4s;
+ animation-delay : 327.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3275) {
+ -webkit-animation-delay : 327.5s;
+ animation-delay : 327.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3276) {
+ -webkit-animation-delay : 327.6s;
+ animation-delay : 327.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3277) {
+ -webkit-animation-delay : 327.7s;
+ animation-delay : 327.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3278) {
+ -webkit-animation-delay : 327.8s;
+ animation-delay : 327.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3279) {
+ -webkit-animation-delay : 327.9s;
+ animation-delay : 327.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3280) {
+ -webkit-animation-delay : 328s;
+ animation-delay : 328s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3281) {
+ -webkit-animation-delay : 328.1s;
+ animation-delay : 328.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3282) {
+ -webkit-animation-delay : 328.2s;
+ animation-delay : 328.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3283) {
+ -webkit-animation-delay : 328.3s;
+ animation-delay : 328.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3284) {
+ -webkit-animation-delay : 328.4s;
+ animation-delay : 328.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3285) {
+ -webkit-animation-delay : 328.5s;
+ animation-delay : 328.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3286) {
+ -webkit-animation-delay : 328.6s;
+ animation-delay : 328.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3287) {
+ -webkit-animation-delay : 328.7s;
+ animation-delay : 328.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3288) {
+ -webkit-animation-delay : 328.8s;
+ animation-delay : 328.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3289) {
+ -webkit-animation-delay : 328.9s;
+ animation-delay : 328.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3290) {
+ -webkit-animation-delay : 329s;
+ animation-delay : 329s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3291) {
+ -webkit-animation-delay : 329.1s;
+ animation-delay : 329.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3292) {
+ -webkit-animation-delay : 329.2s;
+ animation-delay : 329.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3293) {
+ -webkit-animation-delay : 329.3s;
+ animation-delay : 329.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3294) {
+ -webkit-animation-delay : 329.4s;
+ animation-delay : 329.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3295) {
+ -webkit-animation-delay : 329.5s;
+ animation-delay : 329.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3296) {
+ -webkit-animation-delay : 329.6s;
+ animation-delay : 329.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3297) {
+ -webkit-animation-delay : 329.7s;
+ animation-delay : 329.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3298) {
+ -webkit-animation-delay : 329.8s;
+ animation-delay : 329.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3299) {
+ -webkit-animation-delay : 329.9s;
+ animation-delay : 329.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3300) {
+ -webkit-animation-delay : 330s;
+ animation-delay : 330s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3301) {
+ -webkit-animation-delay : 330.1s;
+ animation-delay : 330.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3302) {
+ -webkit-animation-delay : 330.2s;
+ animation-delay : 330.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3303) {
+ -webkit-animation-delay : 330.3s;
+ animation-delay : 330.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3304) {
+ -webkit-animation-delay : 330.4s;
+ animation-delay : 330.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3305) {
+ -webkit-animation-delay : 330.5s;
+ animation-delay : 330.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3306) {
+ -webkit-animation-delay : 330.6s;
+ animation-delay : 330.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3307) {
+ -webkit-animation-delay : 330.7s;
+ animation-delay : 330.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3308) {
+ -webkit-animation-delay : 330.8s;
+ animation-delay : 330.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3309) {
+ -webkit-animation-delay : 330.9s;
+ animation-delay : 330.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3310) {
+ -webkit-animation-delay : 331s;
+ animation-delay : 331s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3311) {
+ -webkit-animation-delay : 331.1s;
+ animation-delay : 331.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3312) {
+ -webkit-animation-delay : 331.2s;
+ animation-delay : 331.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3313) {
+ -webkit-animation-delay : 331.3s;
+ animation-delay : 331.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3314) {
+ -webkit-animation-delay : 331.4s;
+ animation-delay : 331.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3315) {
+ -webkit-animation-delay : 331.5s;
+ animation-delay : 331.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3316) {
+ -webkit-animation-delay : 331.6s;
+ animation-delay : 331.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3317) {
+ -webkit-animation-delay : 331.7s;
+ animation-delay : 331.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3318) {
+ -webkit-animation-delay : 331.8s;
+ animation-delay : 331.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3319) {
+ -webkit-animation-delay : 331.9s;
+ animation-delay : 331.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3320) {
+ -webkit-animation-delay : 332s;
+ animation-delay : 332s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3321) {
+ -webkit-animation-delay : 332.1s;
+ animation-delay : 332.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3322) {
+ -webkit-animation-delay : 332.2s;
+ animation-delay : 332.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3323) {
+ -webkit-animation-delay : 332.3s;
+ animation-delay : 332.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3324) {
+ -webkit-animation-delay : 332.4s;
+ animation-delay : 332.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3325) {
+ -webkit-animation-delay : 332.5s;
+ animation-delay : 332.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3326) {
+ -webkit-animation-delay : 332.6s;
+ animation-delay : 332.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3327) {
+ -webkit-animation-delay : 332.7s;
+ animation-delay : 332.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3328) {
+ -webkit-animation-delay : 332.8s;
+ animation-delay : 332.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3329) {
+ -webkit-animation-delay : 332.9s;
+ animation-delay : 332.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3330) {
+ -webkit-animation-delay : 333s;
+ animation-delay : 333s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3331) {
+ -webkit-animation-delay : 333.1s;
+ animation-delay : 333.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3332) {
+ -webkit-animation-delay : 333.2s;
+ animation-delay : 333.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3333) {
+ -webkit-animation-delay : 333.3s;
+ animation-delay : 333.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3334) {
+ -webkit-animation-delay : 333.4s;
+ animation-delay : 333.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3335) {
+ -webkit-animation-delay : 333.5s;
+ animation-delay : 333.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3336) {
+ -webkit-animation-delay : 333.6s;
+ animation-delay : 333.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3337) {
+ -webkit-animation-delay : 333.7s;
+ animation-delay : 333.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3338) {
+ -webkit-animation-delay : 333.8s;
+ animation-delay : 333.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3339) {
+ -webkit-animation-delay : 333.9s;
+ animation-delay : 333.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3340) {
+ -webkit-animation-delay : 334s;
+ animation-delay : 334s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3341) {
+ -webkit-animation-delay : 334.1s;
+ animation-delay : 334.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3342) {
+ -webkit-animation-delay : 334.2s;
+ animation-delay : 334.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3343) {
+ -webkit-animation-delay : 334.3s;
+ animation-delay : 334.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3344) {
+ -webkit-animation-delay : 334.4s;
+ animation-delay : 334.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3345) {
+ -webkit-animation-delay : 334.5s;
+ animation-delay : 334.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3346) {
+ -webkit-animation-delay : 334.6s;
+ animation-delay : 334.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3347) {
+ -webkit-animation-delay : 334.7s;
+ animation-delay : 334.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3348) {
+ -webkit-animation-delay : 334.8s;
+ animation-delay : 334.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3349) {
+ -webkit-animation-delay : 334.9s;
+ animation-delay : 334.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3350) {
+ -webkit-animation-delay : 335s;
+ animation-delay : 335s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3351) {
+ -webkit-animation-delay : 335.1s;
+ animation-delay : 335.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3352) {
+ -webkit-animation-delay : 335.2s;
+ animation-delay : 335.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3353) {
+ -webkit-animation-delay : 335.3s;
+ animation-delay : 335.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3354) {
+ -webkit-animation-delay : 335.4s;
+ animation-delay : 335.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3355) {
+ -webkit-animation-delay : 335.5s;
+ animation-delay : 335.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3356) {
+ -webkit-animation-delay : 335.6s;
+ animation-delay : 335.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3357) {
+ -webkit-animation-delay : 335.7s;
+ animation-delay : 335.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3358) {
+ -webkit-animation-delay : 335.8s;
+ animation-delay : 335.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3359) {
+ -webkit-animation-delay : 335.9s;
+ animation-delay : 335.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3360) {
+ -webkit-animation-delay : 336s;
+ animation-delay : 336s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3361) {
+ -webkit-animation-delay : 336.1s;
+ animation-delay : 336.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3362) {
+ -webkit-animation-delay : 336.2s;
+ animation-delay : 336.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3363) {
+ -webkit-animation-delay : 336.3s;
+ animation-delay : 336.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3364) {
+ -webkit-animation-delay : 336.4s;
+ animation-delay : 336.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3365) {
+ -webkit-animation-delay : 336.5s;
+ animation-delay : 336.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3366) {
+ -webkit-animation-delay : 336.6s;
+ animation-delay : 336.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3367) {
+ -webkit-animation-delay : 336.7s;
+ animation-delay : 336.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3368) {
+ -webkit-animation-delay : 336.8s;
+ animation-delay : 336.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3369) {
+ -webkit-animation-delay : 336.9s;
+ animation-delay : 336.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3370) {
+ -webkit-animation-delay : 337s;
+ animation-delay : 337s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3371) {
+ -webkit-animation-delay : 337.1s;
+ animation-delay : 337.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3372) {
+ -webkit-animation-delay : 337.2s;
+ animation-delay : 337.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3373) {
+ -webkit-animation-delay : 337.3s;
+ animation-delay : 337.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3374) {
+ -webkit-animation-delay : 337.4s;
+ animation-delay : 337.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3375) {
+ -webkit-animation-delay : 337.5s;
+ animation-delay : 337.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3376) {
+ -webkit-animation-delay : 337.6s;
+ animation-delay : 337.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3377) {
+ -webkit-animation-delay : 337.7s;
+ animation-delay : 337.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3378) {
+ -webkit-animation-delay : 337.8s;
+ animation-delay : 337.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3379) {
+ -webkit-animation-delay : 337.9s;
+ animation-delay : 337.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3380) {
+ -webkit-animation-delay : 338s;
+ animation-delay : 338s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3381) {
+ -webkit-animation-delay : 338.1s;
+ animation-delay : 338.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3382) {
+ -webkit-animation-delay : 338.2s;
+ animation-delay : 338.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3383) {
+ -webkit-animation-delay : 338.3s;
+ animation-delay : 338.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3384) {
+ -webkit-animation-delay : 338.4s;
+ animation-delay : 338.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3385) {
+ -webkit-animation-delay : 338.5s;
+ animation-delay : 338.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3386) {
+ -webkit-animation-delay : 338.6s;
+ animation-delay : 338.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3387) {
+ -webkit-animation-delay : 338.7s;
+ animation-delay : 338.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3388) {
+ -webkit-animation-delay : 338.8s;
+ animation-delay : 338.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3389) {
+ -webkit-animation-delay : 338.9s;
+ animation-delay : 338.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3390) {
+ -webkit-animation-delay : 339s;
+ animation-delay : 339s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3391) {
+ -webkit-animation-delay : 339.1s;
+ animation-delay : 339.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3392) {
+ -webkit-animation-delay : 339.2s;
+ animation-delay : 339.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3393) {
+ -webkit-animation-delay : 339.3s;
+ animation-delay : 339.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3394) {
+ -webkit-animation-delay : 339.4s;
+ animation-delay : 339.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3395) {
+ -webkit-animation-delay : 339.5s;
+ animation-delay : 339.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3396) {
+ -webkit-animation-delay : 339.6s;
+ animation-delay : 339.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3397) {
+ -webkit-animation-delay : 339.7s;
+ animation-delay : 339.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3398) {
+ -webkit-animation-delay : 339.8s;
+ animation-delay : 339.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3399) {
+ -webkit-animation-delay : 339.9s;
+ animation-delay : 339.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3400) {
+ -webkit-animation-delay : 340s;
+ animation-delay : 340s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3401) {
+ -webkit-animation-delay : 340.1s;
+ animation-delay : 340.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3402) {
+ -webkit-animation-delay : 340.2s;
+ animation-delay : 340.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3403) {
+ -webkit-animation-delay : 340.3s;
+ animation-delay : 340.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3404) {
+ -webkit-animation-delay : 340.4s;
+ animation-delay : 340.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3405) {
+ -webkit-animation-delay : 340.5s;
+ animation-delay : 340.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3406) {
+ -webkit-animation-delay : 340.6s;
+ animation-delay : 340.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3407) {
+ -webkit-animation-delay : 340.7s;
+ animation-delay : 340.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3408) {
+ -webkit-animation-delay : 340.8s;
+ animation-delay : 340.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3409) {
+ -webkit-animation-delay : 340.9s;
+ animation-delay : 340.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3410) {
+ -webkit-animation-delay : 341s;
+ animation-delay : 341s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3411) {
+ -webkit-animation-delay : 341.1s;
+ animation-delay : 341.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3412) {
+ -webkit-animation-delay : 341.2s;
+ animation-delay : 341.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3413) {
+ -webkit-animation-delay : 341.3s;
+ animation-delay : 341.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3414) {
+ -webkit-animation-delay : 341.4s;
+ animation-delay : 341.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3415) {
+ -webkit-animation-delay : 341.5s;
+ animation-delay : 341.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3416) {
+ -webkit-animation-delay : 341.6s;
+ animation-delay : 341.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3417) {
+ -webkit-animation-delay : 341.7s;
+ animation-delay : 341.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3418) {
+ -webkit-animation-delay : 341.8s;
+ animation-delay : 341.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3419) {
+ -webkit-animation-delay : 341.9s;
+ animation-delay : 341.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3420) {
+ -webkit-animation-delay : 342s;
+ animation-delay : 342s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3421) {
+ -webkit-animation-delay : 342.1s;
+ animation-delay : 342.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3422) {
+ -webkit-animation-delay : 342.2s;
+ animation-delay : 342.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3423) {
+ -webkit-animation-delay : 342.3s;
+ animation-delay : 342.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3424) {
+ -webkit-animation-delay : 342.4s;
+ animation-delay : 342.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3425) {
+ -webkit-animation-delay : 342.5s;
+ animation-delay : 342.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3426) {
+ -webkit-animation-delay : 342.6s;
+ animation-delay : 342.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3427) {
+ -webkit-animation-delay : 342.7s;
+ animation-delay : 342.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3428) {
+ -webkit-animation-delay : 342.8s;
+ animation-delay : 342.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3429) {
+ -webkit-animation-delay : 342.9s;
+ animation-delay : 342.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3430) {
+ -webkit-animation-delay : 343s;
+ animation-delay : 343s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3431) {
+ -webkit-animation-delay : 343.1s;
+ animation-delay : 343.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3432) {
+ -webkit-animation-delay : 343.2s;
+ animation-delay : 343.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3433) {
+ -webkit-animation-delay : 343.3s;
+ animation-delay : 343.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3434) {
+ -webkit-animation-delay : 343.4s;
+ animation-delay : 343.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3435) {
+ -webkit-animation-delay : 343.5s;
+ animation-delay : 343.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3436) {
+ -webkit-animation-delay : 343.6s;
+ animation-delay : 343.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3437) {
+ -webkit-animation-delay : 343.7s;
+ animation-delay : 343.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3438) {
+ -webkit-animation-delay : 343.8s;
+ animation-delay : 343.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3439) {
+ -webkit-animation-delay : 343.9s;
+ animation-delay : 343.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3440) {
+ -webkit-animation-delay : 344s;
+ animation-delay : 344s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3441) {
+ -webkit-animation-delay : 344.1s;
+ animation-delay : 344.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3442) {
+ -webkit-animation-delay : 344.2s;
+ animation-delay : 344.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3443) {
+ -webkit-animation-delay : 344.3s;
+ animation-delay : 344.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3444) {
+ -webkit-animation-delay : 344.4s;
+ animation-delay : 344.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3445) {
+ -webkit-animation-delay : 344.5s;
+ animation-delay : 344.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3446) {
+ -webkit-animation-delay : 344.6s;
+ animation-delay : 344.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3447) {
+ -webkit-animation-delay : 344.7s;
+ animation-delay : 344.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3448) {
+ -webkit-animation-delay : 344.8s;
+ animation-delay : 344.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3449) {
+ -webkit-animation-delay : 344.9s;
+ animation-delay : 344.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3450) {
+ -webkit-animation-delay : 345s;
+ animation-delay : 345s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3451) {
+ -webkit-animation-delay : 345.1s;
+ animation-delay : 345.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3452) {
+ -webkit-animation-delay : 345.2s;
+ animation-delay : 345.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3453) {
+ -webkit-animation-delay : 345.3s;
+ animation-delay : 345.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3454) {
+ -webkit-animation-delay : 345.4s;
+ animation-delay : 345.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3455) {
+ -webkit-animation-delay : 345.5s;
+ animation-delay : 345.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3456) {
+ -webkit-animation-delay : 345.6s;
+ animation-delay : 345.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3457) {
+ -webkit-animation-delay : 345.7s;
+ animation-delay : 345.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3458) {
+ -webkit-animation-delay : 345.8s;
+ animation-delay : 345.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3459) {
+ -webkit-animation-delay : 345.9s;
+ animation-delay : 345.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3460) {
+ -webkit-animation-delay : 346s;
+ animation-delay : 346s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3461) {
+ -webkit-animation-delay : 346.1s;
+ animation-delay : 346.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3462) {
+ -webkit-animation-delay : 346.2s;
+ animation-delay : 346.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3463) {
+ -webkit-animation-delay : 346.3s;
+ animation-delay : 346.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3464) {
+ -webkit-animation-delay : 346.4s;
+ animation-delay : 346.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3465) {
+ -webkit-animation-delay : 346.5s;
+ animation-delay : 346.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3466) {
+ -webkit-animation-delay : 346.6s;
+ animation-delay : 346.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3467) {
+ -webkit-animation-delay : 346.7s;
+ animation-delay : 346.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3468) {
+ -webkit-animation-delay : 346.8s;
+ animation-delay : 346.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3469) {
+ -webkit-animation-delay : 346.9s;
+ animation-delay : 346.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3470) {
+ -webkit-animation-delay : 347s;
+ animation-delay : 347s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3471) {
+ -webkit-animation-delay : 347.1s;
+ animation-delay : 347.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3472) {
+ -webkit-animation-delay : 347.2s;
+ animation-delay : 347.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3473) {
+ -webkit-animation-delay : 347.3s;
+ animation-delay : 347.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3474) {
+ -webkit-animation-delay : 347.4s;
+ animation-delay : 347.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3475) {
+ -webkit-animation-delay : 347.5s;
+ animation-delay : 347.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3476) {
+ -webkit-animation-delay : 347.6s;
+ animation-delay : 347.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3477) {
+ -webkit-animation-delay : 347.7s;
+ animation-delay : 347.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3478) {
+ -webkit-animation-delay : 347.8s;
+ animation-delay : 347.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3479) {
+ -webkit-animation-delay : 347.9s;
+ animation-delay : 347.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3480) {
+ -webkit-animation-delay : 348s;
+ animation-delay : 348s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3481) {
+ -webkit-animation-delay : 348.1s;
+ animation-delay : 348.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3482) {
+ -webkit-animation-delay : 348.2s;
+ animation-delay : 348.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3483) {
+ -webkit-animation-delay : 348.3s;
+ animation-delay : 348.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3484) {
+ -webkit-animation-delay : 348.4s;
+ animation-delay : 348.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3485) {
+ -webkit-animation-delay : 348.5s;
+ animation-delay : 348.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3486) {
+ -webkit-animation-delay : 348.6s;
+ animation-delay : 348.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3487) {
+ -webkit-animation-delay : 348.7s;
+ animation-delay : 348.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3488) {
+ -webkit-animation-delay : 348.8s;
+ animation-delay : 348.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3489) {
+ -webkit-animation-delay : 348.9s;
+ animation-delay : 348.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3490) {
+ -webkit-animation-delay : 349s;
+ animation-delay : 349s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3491) {
+ -webkit-animation-delay : 349.1s;
+ animation-delay : 349.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3492) {
+ -webkit-animation-delay : 349.2s;
+ animation-delay : 349.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3493) {
+ -webkit-animation-delay : 349.3s;
+ animation-delay : 349.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3494) {
+ -webkit-animation-delay : 349.4s;
+ animation-delay : 349.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3495) {
+ -webkit-animation-delay : 349.5s;
+ animation-delay : 349.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3496) {
+ -webkit-animation-delay : 349.6s;
+ animation-delay : 349.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3497) {
+ -webkit-animation-delay : 349.7s;
+ animation-delay : 349.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3498) {
+ -webkit-animation-delay : 349.8s;
+ animation-delay : 349.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3499) {
+ -webkit-animation-delay : 349.9s;
+ animation-delay : 349.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3500) {
+ -webkit-animation-delay : 350s;
+ animation-delay : 350s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3501) {
+ -webkit-animation-delay : 350.1s;
+ animation-delay : 350.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3502) {
+ -webkit-animation-delay : 350.2s;
+ animation-delay : 350.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3503) {
+ -webkit-animation-delay : 350.3s;
+ animation-delay : 350.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3504) {
+ -webkit-animation-delay : 350.4s;
+ animation-delay : 350.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3505) {
+ -webkit-animation-delay : 350.5s;
+ animation-delay : 350.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3506) {
+ -webkit-animation-delay : 350.6s;
+ animation-delay : 350.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3507) {
+ -webkit-animation-delay : 350.7s;
+ animation-delay : 350.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3508) {
+ -webkit-animation-delay : 350.8s;
+ animation-delay : 350.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3509) {
+ -webkit-animation-delay : 350.9s;
+ animation-delay : 350.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3510) {
+ -webkit-animation-delay : 351s;
+ animation-delay : 351s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3511) {
+ -webkit-animation-delay : 351.1s;
+ animation-delay : 351.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3512) {
+ -webkit-animation-delay : 351.2s;
+ animation-delay : 351.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3513) {
+ -webkit-animation-delay : 351.3s;
+ animation-delay : 351.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3514) {
+ -webkit-animation-delay : 351.4s;
+ animation-delay : 351.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3515) {
+ -webkit-animation-delay : 351.5s;
+ animation-delay : 351.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3516) {
+ -webkit-animation-delay : 351.6s;
+ animation-delay : 351.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3517) {
+ -webkit-animation-delay : 351.7s;
+ animation-delay : 351.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3518) {
+ -webkit-animation-delay : 351.8s;
+ animation-delay : 351.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3519) {
+ -webkit-animation-delay : 351.9s;
+ animation-delay : 351.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3520) {
+ -webkit-animation-delay : 352s;
+ animation-delay : 352s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3521) {
+ -webkit-animation-delay : 352.1s;
+ animation-delay : 352.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3522) {
+ -webkit-animation-delay : 352.2s;
+ animation-delay : 352.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3523) {
+ -webkit-animation-delay : 352.3s;
+ animation-delay : 352.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3524) {
+ -webkit-animation-delay : 352.4s;
+ animation-delay : 352.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3525) {
+ -webkit-animation-delay : 352.5s;
+ animation-delay : 352.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3526) {
+ -webkit-animation-delay : 352.6s;
+ animation-delay : 352.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3527) {
+ -webkit-animation-delay : 352.7s;
+ animation-delay : 352.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3528) {
+ -webkit-animation-delay : 352.8s;
+ animation-delay : 352.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3529) {
+ -webkit-animation-delay : 352.9s;
+ animation-delay : 352.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3530) {
+ -webkit-animation-delay : 353s;
+ animation-delay : 353s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3531) {
+ -webkit-animation-delay : 353.1s;
+ animation-delay : 353.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3532) {
+ -webkit-animation-delay : 353.2s;
+ animation-delay : 353.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3533) {
+ -webkit-animation-delay : 353.3s;
+ animation-delay : 353.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3534) {
+ -webkit-animation-delay : 353.4s;
+ animation-delay : 353.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3535) {
+ -webkit-animation-delay : 353.5s;
+ animation-delay : 353.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3536) {
+ -webkit-animation-delay : 353.6s;
+ animation-delay : 353.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3537) {
+ -webkit-animation-delay : 353.7s;
+ animation-delay : 353.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3538) {
+ -webkit-animation-delay : 353.8s;
+ animation-delay : 353.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3539) {
+ -webkit-animation-delay : 353.9s;
+ animation-delay : 353.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3540) {
+ -webkit-animation-delay : 354s;
+ animation-delay : 354s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3541) {
+ -webkit-animation-delay : 354.1s;
+ animation-delay : 354.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3542) {
+ -webkit-animation-delay : 354.2s;
+ animation-delay : 354.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3543) {
+ -webkit-animation-delay : 354.3s;
+ animation-delay : 354.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3544) {
+ -webkit-animation-delay : 354.4s;
+ animation-delay : 354.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3545) {
+ -webkit-animation-delay : 354.5s;
+ animation-delay : 354.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3546) {
+ -webkit-animation-delay : 354.6s;
+ animation-delay : 354.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3547) {
+ -webkit-animation-delay : 354.7s;
+ animation-delay : 354.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3548) {
+ -webkit-animation-delay : 354.8s;
+ animation-delay : 354.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3549) {
+ -webkit-animation-delay : 354.9s;
+ animation-delay : 354.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3550) {
+ -webkit-animation-delay : 355s;
+ animation-delay : 355s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3551) {
+ -webkit-animation-delay : 355.1s;
+ animation-delay : 355.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3552) {
+ -webkit-animation-delay : 355.2s;
+ animation-delay : 355.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3553) {
+ -webkit-animation-delay : 355.3s;
+ animation-delay : 355.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3554) {
+ -webkit-animation-delay : 355.4s;
+ animation-delay : 355.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3555) {
+ -webkit-animation-delay : 355.5s;
+ animation-delay : 355.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3556) {
+ -webkit-animation-delay : 355.6s;
+ animation-delay : 355.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3557) {
+ -webkit-animation-delay : 355.7s;
+ animation-delay : 355.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3558) {
+ -webkit-animation-delay : 355.8s;
+ animation-delay : 355.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3559) {
+ -webkit-animation-delay : 355.9s;
+ animation-delay : 355.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3560) {
+ -webkit-animation-delay : 356s;
+ animation-delay : 356s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3561) {
+ -webkit-animation-delay : 356.1s;
+ animation-delay : 356.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3562) {
+ -webkit-animation-delay : 356.2s;
+ animation-delay : 356.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3563) {
+ -webkit-animation-delay : 356.3s;
+ animation-delay : 356.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3564) {
+ -webkit-animation-delay : 356.4s;
+ animation-delay : 356.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3565) {
+ -webkit-animation-delay : 356.5s;
+ animation-delay : 356.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3566) {
+ -webkit-animation-delay : 356.6s;
+ animation-delay : 356.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3567) {
+ -webkit-animation-delay : 356.7s;
+ animation-delay : 356.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3568) {
+ -webkit-animation-delay : 356.8s;
+ animation-delay : 356.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3569) {
+ -webkit-animation-delay : 356.9s;
+ animation-delay : 356.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3570) {
+ -webkit-animation-delay : 357s;
+ animation-delay : 357s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3571) {
+ -webkit-animation-delay : 357.1s;
+ animation-delay : 357.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3572) {
+ -webkit-animation-delay : 357.2s;
+ animation-delay : 357.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3573) {
+ -webkit-animation-delay : 357.3s;
+ animation-delay : 357.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3574) {
+ -webkit-animation-delay : 357.4s;
+ animation-delay : 357.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3575) {
+ -webkit-animation-delay : 357.5s;
+ animation-delay : 357.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3576) {
+ -webkit-animation-delay : 357.6s;
+ animation-delay : 357.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3577) {
+ -webkit-animation-delay : 357.7s;
+ animation-delay : 357.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3578) {
+ -webkit-animation-delay : 357.8s;
+ animation-delay : 357.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3579) {
+ -webkit-animation-delay : 357.9s;
+ animation-delay : 357.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3580) {
+ -webkit-animation-delay : 358s;
+ animation-delay : 358s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3581) {
+ -webkit-animation-delay : 358.1s;
+ animation-delay : 358.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3582) {
+ -webkit-animation-delay : 358.2s;
+ animation-delay : 358.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3583) {
+ -webkit-animation-delay : 358.3s;
+ animation-delay : 358.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3584) {
+ -webkit-animation-delay : 358.4s;
+ animation-delay : 358.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3585) {
+ -webkit-animation-delay : 358.5s;
+ animation-delay : 358.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3586) {
+ -webkit-animation-delay : 358.6s;
+ animation-delay : 358.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3587) {
+ -webkit-animation-delay : 358.7s;
+ animation-delay : 358.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3588) {
+ -webkit-animation-delay : 358.8s;
+ animation-delay : 358.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3589) {
+ -webkit-animation-delay : 358.9s;
+ animation-delay : 358.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3590) {
+ -webkit-animation-delay : 359s;
+ animation-delay : 359s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3591) {
+ -webkit-animation-delay : 359.1s;
+ animation-delay : 359.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3592) {
+ -webkit-animation-delay : 359.2s;
+ animation-delay : 359.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3593) {
+ -webkit-animation-delay : 359.3s;
+ animation-delay : 359.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3594) {
+ -webkit-animation-delay : 359.4s;
+ animation-delay : 359.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3595) {
+ -webkit-animation-delay : 359.5s;
+ animation-delay : 359.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3596) {
+ -webkit-animation-delay : 359.6s;
+ animation-delay : 359.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3597) {
+ -webkit-animation-delay : 359.7s;
+ animation-delay : 359.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3598) {
+ -webkit-animation-delay : 359.8s;
+ animation-delay : 359.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3599) {
+ -webkit-animation-delay : 359.9s;
+ animation-delay : 359.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3600) {
+ -webkit-animation-delay : 360s;
+ animation-delay : 360s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3601) {
+ -webkit-animation-delay : 360.1s;
+ animation-delay : 360.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3602) {
+ -webkit-animation-delay : 360.2s;
+ animation-delay : 360.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3603) {
+ -webkit-animation-delay : 360.3s;
+ animation-delay : 360.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3604) {
+ -webkit-animation-delay : 360.4s;
+ animation-delay : 360.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3605) {
+ -webkit-animation-delay : 360.5s;
+ animation-delay : 360.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3606) {
+ -webkit-animation-delay : 360.6s;
+ animation-delay : 360.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3607) {
+ -webkit-animation-delay : 360.7s;
+ animation-delay : 360.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3608) {
+ -webkit-animation-delay : 360.8s;
+ animation-delay : 360.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3609) {
+ -webkit-animation-delay : 360.9s;
+ animation-delay : 360.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3610) {
+ -webkit-animation-delay : 361s;
+ animation-delay : 361s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3611) {
+ -webkit-animation-delay : 361.1s;
+ animation-delay : 361.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3612) {
+ -webkit-animation-delay : 361.2s;
+ animation-delay : 361.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3613) {
+ -webkit-animation-delay : 361.3s;
+ animation-delay : 361.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3614) {
+ -webkit-animation-delay : 361.4s;
+ animation-delay : 361.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3615) {
+ -webkit-animation-delay : 361.5s;
+ animation-delay : 361.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3616) {
+ -webkit-animation-delay : 361.6s;
+ animation-delay : 361.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3617) {
+ -webkit-animation-delay : 361.7s;
+ animation-delay : 361.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3618) {
+ -webkit-animation-delay : 361.8s;
+ animation-delay : 361.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3619) {
+ -webkit-animation-delay : 361.9s;
+ animation-delay : 361.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3620) {
+ -webkit-animation-delay : 362s;
+ animation-delay : 362s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3621) {
+ -webkit-animation-delay : 362.1s;
+ animation-delay : 362.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3622) {
+ -webkit-animation-delay : 362.2s;
+ animation-delay : 362.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3623) {
+ -webkit-animation-delay : 362.3s;
+ animation-delay : 362.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3624) {
+ -webkit-animation-delay : 362.4s;
+ animation-delay : 362.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3625) {
+ -webkit-animation-delay : 362.5s;
+ animation-delay : 362.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3626) {
+ -webkit-animation-delay : 362.6s;
+ animation-delay : 362.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3627) {
+ -webkit-animation-delay : 362.7s;
+ animation-delay : 362.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3628) {
+ -webkit-animation-delay : 362.8s;
+ animation-delay : 362.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3629) {
+ -webkit-animation-delay : 362.9s;
+ animation-delay : 362.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3630) {
+ -webkit-animation-delay : 363s;
+ animation-delay : 363s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3631) {
+ -webkit-animation-delay : 363.1s;
+ animation-delay : 363.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3632) {
+ -webkit-animation-delay : 363.2s;
+ animation-delay : 363.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3633) {
+ -webkit-animation-delay : 363.3s;
+ animation-delay : 363.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3634) {
+ -webkit-animation-delay : 363.4s;
+ animation-delay : 363.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3635) {
+ -webkit-animation-delay : 363.5s;
+ animation-delay : 363.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3636) {
+ -webkit-animation-delay : 363.6s;
+ animation-delay : 363.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3637) {
+ -webkit-animation-delay : 363.7s;
+ animation-delay : 363.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3638) {
+ -webkit-animation-delay : 363.8s;
+ animation-delay : 363.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3639) {
+ -webkit-animation-delay : 363.9s;
+ animation-delay : 363.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3640) {
+ -webkit-animation-delay : 364s;
+ animation-delay : 364s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3641) {
+ -webkit-animation-delay : 364.1s;
+ animation-delay : 364.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3642) {
+ -webkit-animation-delay : 364.2s;
+ animation-delay : 364.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3643) {
+ -webkit-animation-delay : 364.3s;
+ animation-delay : 364.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3644) {
+ -webkit-animation-delay : 364.4s;
+ animation-delay : 364.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3645) {
+ -webkit-animation-delay : 364.5s;
+ animation-delay : 364.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3646) {
+ -webkit-animation-delay : 364.6s;
+ animation-delay : 364.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3647) {
+ -webkit-animation-delay : 364.7s;
+ animation-delay : 364.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3648) {
+ -webkit-animation-delay : 364.8s;
+ animation-delay : 364.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3649) {
+ -webkit-animation-delay : 364.9s;
+ animation-delay : 364.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3650) {
+ -webkit-animation-delay : 365s;
+ animation-delay : 365s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3651) {
+ -webkit-animation-delay : 365.1s;
+ animation-delay : 365.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3652) {
+ -webkit-animation-delay : 365.2s;
+ animation-delay : 365.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3653) {
+ -webkit-animation-delay : 365.3s;
+ animation-delay : 365.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3654) {
+ -webkit-animation-delay : 365.4s;
+ animation-delay : 365.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3655) {
+ -webkit-animation-delay : 365.5s;
+ animation-delay : 365.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3656) {
+ -webkit-animation-delay : 365.6s;
+ animation-delay : 365.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3657) {
+ -webkit-animation-delay : 365.7s;
+ animation-delay : 365.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3658) {
+ -webkit-animation-delay : 365.8s;
+ animation-delay : 365.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3659) {
+ -webkit-animation-delay : 365.9s;
+ animation-delay : 365.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3660) {
+ -webkit-animation-delay : 366s;
+ animation-delay : 366s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3661) {
+ -webkit-animation-delay : 366.1s;
+ animation-delay : 366.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3662) {
+ -webkit-animation-delay : 366.2s;
+ animation-delay : 366.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3663) {
+ -webkit-animation-delay : 366.3s;
+ animation-delay : 366.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3664) {
+ -webkit-animation-delay : 366.4s;
+ animation-delay : 366.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3665) {
+ -webkit-animation-delay : 366.5s;
+ animation-delay : 366.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3666) {
+ -webkit-animation-delay : 366.6s;
+ animation-delay : 366.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3667) {
+ -webkit-animation-delay : 366.7s;
+ animation-delay : 366.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3668) {
+ -webkit-animation-delay : 366.8s;
+ animation-delay : 366.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3669) {
+ -webkit-animation-delay : 366.9s;
+ animation-delay : 366.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3670) {
+ -webkit-animation-delay : 367s;
+ animation-delay : 367s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3671) {
+ -webkit-animation-delay : 367.1s;
+ animation-delay : 367.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3672) {
+ -webkit-animation-delay : 367.2s;
+ animation-delay : 367.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3673) {
+ -webkit-animation-delay : 367.3s;
+ animation-delay : 367.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3674) {
+ -webkit-animation-delay : 367.4s;
+ animation-delay : 367.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3675) {
+ -webkit-animation-delay : 367.5s;
+ animation-delay : 367.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3676) {
+ -webkit-animation-delay : 367.6s;
+ animation-delay : 367.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3677) {
+ -webkit-animation-delay : 367.7s;
+ animation-delay : 367.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3678) {
+ -webkit-animation-delay : 367.8s;
+ animation-delay : 367.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3679) {
+ -webkit-animation-delay : 367.9s;
+ animation-delay : 367.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3680) {
+ -webkit-animation-delay : 368s;
+ animation-delay : 368s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3681) {
+ -webkit-animation-delay : 368.1s;
+ animation-delay : 368.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3682) {
+ -webkit-animation-delay : 368.2s;
+ animation-delay : 368.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3683) {
+ -webkit-animation-delay : 368.3s;
+ animation-delay : 368.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3684) {
+ -webkit-animation-delay : 368.4s;
+ animation-delay : 368.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3685) {
+ -webkit-animation-delay : 368.5s;
+ animation-delay : 368.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3686) {
+ -webkit-animation-delay : 368.6s;
+ animation-delay : 368.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3687) {
+ -webkit-animation-delay : 368.7s;
+ animation-delay : 368.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3688) {
+ -webkit-animation-delay : 368.8s;
+ animation-delay : 368.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3689) {
+ -webkit-animation-delay : 368.9s;
+ animation-delay : 368.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3690) {
+ -webkit-animation-delay : 369s;
+ animation-delay : 369s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3691) {
+ -webkit-animation-delay : 369.1s;
+ animation-delay : 369.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3692) {
+ -webkit-animation-delay : 369.2s;
+ animation-delay : 369.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3693) {
+ -webkit-animation-delay : 369.3s;
+ animation-delay : 369.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3694) {
+ -webkit-animation-delay : 369.4s;
+ animation-delay : 369.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3695) {
+ -webkit-animation-delay : 369.5s;
+ animation-delay : 369.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3696) {
+ -webkit-animation-delay : 369.6s;
+ animation-delay : 369.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3697) {
+ -webkit-animation-delay : 369.7s;
+ animation-delay : 369.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3698) {
+ -webkit-animation-delay : 369.8s;
+ animation-delay : 369.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3699) {
+ -webkit-animation-delay : 369.9s;
+ animation-delay : 369.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3700) {
+ -webkit-animation-delay : 370s;
+ animation-delay : 370s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3701) {
+ -webkit-animation-delay : 370.1s;
+ animation-delay : 370.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3702) {
+ -webkit-animation-delay : 370.2s;
+ animation-delay : 370.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3703) {
+ -webkit-animation-delay : 370.3s;
+ animation-delay : 370.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3704) {
+ -webkit-animation-delay : 370.4s;
+ animation-delay : 370.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3705) {
+ -webkit-animation-delay : 370.5s;
+ animation-delay : 370.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3706) {
+ -webkit-animation-delay : 370.6s;
+ animation-delay : 370.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3707) {
+ -webkit-animation-delay : 370.7s;
+ animation-delay : 370.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3708) {
+ -webkit-animation-delay : 370.8s;
+ animation-delay : 370.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3709) {
+ -webkit-animation-delay : 370.9s;
+ animation-delay : 370.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3710) {
+ -webkit-animation-delay : 371s;
+ animation-delay : 371s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3711) {
+ -webkit-animation-delay : 371.1s;
+ animation-delay : 371.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3712) {
+ -webkit-animation-delay : 371.2s;
+ animation-delay : 371.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3713) {
+ -webkit-animation-delay : 371.3s;
+ animation-delay : 371.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3714) {
+ -webkit-animation-delay : 371.4s;
+ animation-delay : 371.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3715) {
+ -webkit-animation-delay : 371.5s;
+ animation-delay : 371.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3716) {
+ -webkit-animation-delay : 371.6s;
+ animation-delay : 371.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3717) {
+ -webkit-animation-delay : 371.7s;
+ animation-delay : 371.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3718) {
+ -webkit-animation-delay : 371.8s;
+ animation-delay : 371.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3719) {
+ -webkit-animation-delay : 371.9s;
+ animation-delay : 371.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3720) {
+ -webkit-animation-delay : 372s;
+ animation-delay : 372s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3721) {
+ -webkit-animation-delay : 372.1s;
+ animation-delay : 372.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3722) {
+ -webkit-animation-delay : 372.2s;
+ animation-delay : 372.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3723) {
+ -webkit-animation-delay : 372.3s;
+ animation-delay : 372.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3724) {
+ -webkit-animation-delay : 372.4s;
+ animation-delay : 372.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3725) {
+ -webkit-animation-delay : 372.5s;
+ animation-delay : 372.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3726) {
+ -webkit-animation-delay : 372.6s;
+ animation-delay : 372.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3727) {
+ -webkit-animation-delay : 372.7s;
+ animation-delay : 372.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3728) {
+ -webkit-animation-delay : 372.8s;
+ animation-delay : 372.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3729) {
+ -webkit-animation-delay : 372.9s;
+ animation-delay : 372.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3730) {
+ -webkit-animation-delay : 373s;
+ animation-delay : 373s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3731) {
+ -webkit-animation-delay : 373.1s;
+ animation-delay : 373.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3732) {
+ -webkit-animation-delay : 373.2s;
+ animation-delay : 373.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3733) {
+ -webkit-animation-delay : 373.3s;
+ animation-delay : 373.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3734) {
+ -webkit-animation-delay : 373.4s;
+ animation-delay : 373.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3735) {
+ -webkit-animation-delay : 373.5s;
+ animation-delay : 373.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3736) {
+ -webkit-animation-delay : 373.6s;
+ animation-delay : 373.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3737) {
+ -webkit-animation-delay : 373.7s;
+ animation-delay : 373.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3738) {
+ -webkit-animation-delay : 373.8s;
+ animation-delay : 373.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3739) {
+ -webkit-animation-delay : 373.9s;
+ animation-delay : 373.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3740) {
+ -webkit-animation-delay : 374s;
+ animation-delay : 374s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3741) {
+ -webkit-animation-delay : 374.1s;
+ animation-delay : 374.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3742) {
+ -webkit-animation-delay : 374.2s;
+ animation-delay : 374.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3743) {
+ -webkit-animation-delay : 374.3s;
+ animation-delay : 374.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3744) {
+ -webkit-animation-delay : 374.4s;
+ animation-delay : 374.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3745) {
+ -webkit-animation-delay : 374.5s;
+ animation-delay : 374.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3746) {
+ -webkit-animation-delay : 374.6s;
+ animation-delay : 374.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3747) {
+ -webkit-animation-delay : 374.7s;
+ animation-delay : 374.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3748) {
+ -webkit-animation-delay : 374.8s;
+ animation-delay : 374.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3749) {
+ -webkit-animation-delay : 374.9s;
+ animation-delay : 374.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3750) {
+ -webkit-animation-delay : 375s;
+ animation-delay : 375s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3751) {
+ -webkit-animation-delay : 375.1s;
+ animation-delay : 375.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3752) {
+ -webkit-animation-delay : 375.2s;
+ animation-delay : 375.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3753) {
+ -webkit-animation-delay : 375.3s;
+ animation-delay : 375.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3754) {
+ -webkit-animation-delay : 375.4s;
+ animation-delay : 375.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3755) {
+ -webkit-animation-delay : 375.5s;
+ animation-delay : 375.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3756) {
+ -webkit-animation-delay : 375.6s;
+ animation-delay : 375.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3757) {
+ -webkit-animation-delay : 375.7s;
+ animation-delay : 375.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3758) {
+ -webkit-animation-delay : 375.8s;
+ animation-delay : 375.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3759) {
+ -webkit-animation-delay : 375.9s;
+ animation-delay : 375.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3760) {
+ -webkit-animation-delay : 376s;
+ animation-delay : 376s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3761) {
+ -webkit-animation-delay : 376.1s;
+ animation-delay : 376.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3762) {
+ -webkit-animation-delay : 376.2s;
+ animation-delay : 376.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3763) {
+ -webkit-animation-delay : 376.3s;
+ animation-delay : 376.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3764) {
+ -webkit-animation-delay : 376.4s;
+ animation-delay : 376.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3765) {
+ -webkit-animation-delay : 376.5s;
+ animation-delay : 376.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3766) {
+ -webkit-animation-delay : 376.6s;
+ animation-delay : 376.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3767) {
+ -webkit-animation-delay : 376.7s;
+ animation-delay : 376.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3768) {
+ -webkit-animation-delay : 376.8s;
+ animation-delay : 376.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3769) {
+ -webkit-animation-delay : 376.9s;
+ animation-delay : 376.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3770) {
+ -webkit-animation-delay : 377s;
+ animation-delay : 377s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3771) {
+ -webkit-animation-delay : 377.1s;
+ animation-delay : 377.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3772) {
+ -webkit-animation-delay : 377.2s;
+ animation-delay : 377.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3773) {
+ -webkit-animation-delay : 377.3s;
+ animation-delay : 377.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3774) {
+ -webkit-animation-delay : 377.4s;
+ animation-delay : 377.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3775) {
+ -webkit-animation-delay : 377.5s;
+ animation-delay : 377.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3776) {
+ -webkit-animation-delay : 377.6s;
+ animation-delay : 377.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3777) {
+ -webkit-animation-delay : 377.7s;
+ animation-delay : 377.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3778) {
+ -webkit-animation-delay : 377.8s;
+ animation-delay : 377.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3779) {
+ -webkit-animation-delay : 377.9s;
+ animation-delay : 377.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3780) {
+ -webkit-animation-delay : 378s;
+ animation-delay : 378s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3781) {
+ -webkit-animation-delay : 378.1s;
+ animation-delay : 378.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3782) {
+ -webkit-animation-delay : 378.2s;
+ animation-delay : 378.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3783) {
+ -webkit-animation-delay : 378.3s;
+ animation-delay : 378.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3784) {
+ -webkit-animation-delay : 378.4s;
+ animation-delay : 378.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3785) {
+ -webkit-animation-delay : 378.5s;
+ animation-delay : 378.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3786) {
+ -webkit-animation-delay : 378.6s;
+ animation-delay : 378.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3787) {
+ -webkit-animation-delay : 378.7s;
+ animation-delay : 378.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3788) {
+ -webkit-animation-delay : 378.8s;
+ animation-delay : 378.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3789) {
+ -webkit-animation-delay : 378.9s;
+ animation-delay : 378.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3790) {
+ -webkit-animation-delay : 379s;
+ animation-delay : 379s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3791) {
+ -webkit-animation-delay : 379.1s;
+ animation-delay : 379.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3792) {
+ -webkit-animation-delay : 379.2s;
+ animation-delay : 379.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3793) {
+ -webkit-animation-delay : 379.3s;
+ animation-delay : 379.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3794) {
+ -webkit-animation-delay : 379.4s;
+ animation-delay : 379.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3795) {
+ -webkit-animation-delay : 379.5s;
+ animation-delay : 379.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3796) {
+ -webkit-animation-delay : 379.6s;
+ animation-delay : 379.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3797) {
+ -webkit-animation-delay : 379.7s;
+ animation-delay : 379.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3798) {
+ -webkit-animation-delay : 379.8s;
+ animation-delay : 379.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3799) {
+ -webkit-animation-delay : 379.9s;
+ animation-delay : 379.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3800) {
+ -webkit-animation-delay : 380s;
+ animation-delay : 380s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3801) {
+ -webkit-animation-delay : 380.1s;
+ animation-delay : 380.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3802) {
+ -webkit-animation-delay : 380.2s;
+ animation-delay : 380.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3803) {
+ -webkit-animation-delay : 380.3s;
+ animation-delay : 380.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3804) {
+ -webkit-animation-delay : 380.4s;
+ animation-delay : 380.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3805) {
+ -webkit-animation-delay : 380.5s;
+ animation-delay : 380.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3806) {
+ -webkit-animation-delay : 380.6s;
+ animation-delay : 380.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3807) {
+ -webkit-animation-delay : 380.7s;
+ animation-delay : 380.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3808) {
+ -webkit-animation-delay : 380.8s;
+ animation-delay : 380.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3809) {
+ -webkit-animation-delay : 380.9s;
+ animation-delay : 380.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3810) {
+ -webkit-animation-delay : 381s;
+ animation-delay : 381s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3811) {
+ -webkit-animation-delay : 381.1s;
+ animation-delay : 381.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3812) {
+ -webkit-animation-delay : 381.2s;
+ animation-delay : 381.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3813) {
+ -webkit-animation-delay : 381.3s;
+ animation-delay : 381.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3814) {
+ -webkit-animation-delay : 381.4s;
+ animation-delay : 381.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3815) {
+ -webkit-animation-delay : 381.5s;
+ animation-delay : 381.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3816) {
+ -webkit-animation-delay : 381.6s;
+ animation-delay : 381.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3817) {
+ -webkit-animation-delay : 381.7s;
+ animation-delay : 381.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3818) {
+ -webkit-animation-delay : 381.8s;
+ animation-delay : 381.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3819) {
+ -webkit-animation-delay : 381.9s;
+ animation-delay : 381.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3820) {
+ -webkit-animation-delay : 382s;
+ animation-delay : 382s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3821) {
+ -webkit-animation-delay : 382.1s;
+ animation-delay : 382.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3822) {
+ -webkit-animation-delay : 382.2s;
+ animation-delay : 382.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3823) {
+ -webkit-animation-delay : 382.3s;
+ animation-delay : 382.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3824) {
+ -webkit-animation-delay : 382.4s;
+ animation-delay : 382.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3825) {
+ -webkit-animation-delay : 382.5s;
+ animation-delay : 382.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3826) {
+ -webkit-animation-delay : 382.6s;
+ animation-delay : 382.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3827) {
+ -webkit-animation-delay : 382.7s;
+ animation-delay : 382.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3828) {
+ -webkit-animation-delay : 382.8s;
+ animation-delay : 382.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3829) {
+ -webkit-animation-delay : 382.9s;
+ animation-delay : 382.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3830) {
+ -webkit-animation-delay : 383s;
+ animation-delay : 383s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3831) {
+ -webkit-animation-delay : 383.1s;
+ animation-delay : 383.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3832) {
+ -webkit-animation-delay : 383.2s;
+ animation-delay : 383.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3833) {
+ -webkit-animation-delay : 383.3s;
+ animation-delay : 383.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3834) {
+ -webkit-animation-delay : 383.4s;
+ animation-delay : 383.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3835) {
+ -webkit-animation-delay : 383.5s;
+ animation-delay : 383.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3836) {
+ -webkit-animation-delay : 383.6s;
+ animation-delay : 383.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3837) {
+ -webkit-animation-delay : 383.7s;
+ animation-delay : 383.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3838) {
+ -webkit-animation-delay : 383.8s;
+ animation-delay : 383.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3839) {
+ -webkit-animation-delay : 383.9s;
+ animation-delay : 383.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3840) {
+ -webkit-animation-delay : 384s;
+ animation-delay : 384s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3841) {
+ -webkit-animation-delay : 384.1s;
+ animation-delay : 384.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3842) {
+ -webkit-animation-delay : 384.2s;
+ animation-delay : 384.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3843) {
+ -webkit-animation-delay : 384.3s;
+ animation-delay : 384.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3844) {
+ -webkit-animation-delay : 384.4s;
+ animation-delay : 384.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3845) {
+ -webkit-animation-delay : 384.5s;
+ animation-delay : 384.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3846) {
+ -webkit-animation-delay : 384.6s;
+ animation-delay : 384.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3847) {
+ -webkit-animation-delay : 384.7s;
+ animation-delay : 384.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3848) {
+ -webkit-animation-delay : 384.8s;
+ animation-delay : 384.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3849) {
+ -webkit-animation-delay : 384.9s;
+ animation-delay : 384.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3850) {
+ -webkit-animation-delay : 385s;
+ animation-delay : 385s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3851) {
+ -webkit-animation-delay : 385.1s;
+ animation-delay : 385.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3852) {
+ -webkit-animation-delay : 385.2s;
+ animation-delay : 385.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3853) {
+ -webkit-animation-delay : 385.3s;
+ animation-delay : 385.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3854) {
+ -webkit-animation-delay : 385.4s;
+ animation-delay : 385.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3855) {
+ -webkit-animation-delay : 385.5s;
+ animation-delay : 385.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3856) {
+ -webkit-animation-delay : 385.6s;
+ animation-delay : 385.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3857) {
+ -webkit-animation-delay : 385.7s;
+ animation-delay : 385.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3858) {
+ -webkit-animation-delay : 385.8s;
+ animation-delay : 385.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3859) {
+ -webkit-animation-delay : 385.9s;
+ animation-delay : 385.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3860) {
+ -webkit-animation-delay : 386s;
+ animation-delay : 386s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3861) {
+ -webkit-animation-delay : 386.1s;
+ animation-delay : 386.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3862) {
+ -webkit-animation-delay : 386.2s;
+ animation-delay : 386.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3863) {
+ -webkit-animation-delay : 386.3s;
+ animation-delay : 386.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3864) {
+ -webkit-animation-delay : 386.4s;
+ animation-delay : 386.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3865) {
+ -webkit-animation-delay : 386.5s;
+ animation-delay : 386.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3866) {
+ -webkit-animation-delay : 386.6s;
+ animation-delay : 386.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3867) {
+ -webkit-animation-delay : 386.7s;
+ animation-delay : 386.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3868) {
+ -webkit-animation-delay : 386.8s;
+ animation-delay : 386.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3869) {
+ -webkit-animation-delay : 386.9s;
+ animation-delay : 386.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3870) {
+ -webkit-animation-delay : 387s;
+ animation-delay : 387s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3871) {
+ -webkit-animation-delay : 387.1s;
+ animation-delay : 387.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3872) {
+ -webkit-animation-delay : 387.2s;
+ animation-delay : 387.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3873) {
+ -webkit-animation-delay : 387.3s;
+ animation-delay : 387.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3874) {
+ -webkit-animation-delay : 387.4s;
+ animation-delay : 387.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3875) {
+ -webkit-animation-delay : 387.5s;
+ animation-delay : 387.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3876) {
+ -webkit-animation-delay : 387.6s;
+ animation-delay : 387.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3877) {
+ -webkit-animation-delay : 387.7s;
+ animation-delay : 387.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3878) {
+ -webkit-animation-delay : 387.8s;
+ animation-delay : 387.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3879) {
+ -webkit-animation-delay : 387.9s;
+ animation-delay : 387.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3880) {
+ -webkit-animation-delay : 388s;
+ animation-delay : 388s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3881) {
+ -webkit-animation-delay : 388.1s;
+ animation-delay : 388.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3882) {
+ -webkit-animation-delay : 388.2s;
+ animation-delay : 388.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3883) {
+ -webkit-animation-delay : 388.3s;
+ animation-delay : 388.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3884) {
+ -webkit-animation-delay : 388.4s;
+ animation-delay : 388.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3885) {
+ -webkit-animation-delay : 388.5s;
+ animation-delay : 388.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3886) {
+ -webkit-animation-delay : 388.6s;
+ animation-delay : 388.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3887) {
+ -webkit-animation-delay : 388.7s;
+ animation-delay : 388.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3888) {
+ -webkit-animation-delay : 388.8s;
+ animation-delay : 388.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3889) {
+ -webkit-animation-delay : 388.9s;
+ animation-delay : 388.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3890) {
+ -webkit-animation-delay : 389s;
+ animation-delay : 389s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3891) {
+ -webkit-animation-delay : 389.1s;
+ animation-delay : 389.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3892) {
+ -webkit-animation-delay : 389.2s;
+ animation-delay : 389.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3893) {
+ -webkit-animation-delay : 389.3s;
+ animation-delay : 389.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3894) {
+ -webkit-animation-delay : 389.4s;
+ animation-delay : 389.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3895) {
+ -webkit-animation-delay : 389.5s;
+ animation-delay : 389.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3896) {
+ -webkit-animation-delay : 389.6s;
+ animation-delay : 389.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3897) {
+ -webkit-animation-delay : 389.7s;
+ animation-delay : 389.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3898) {
+ -webkit-animation-delay : 389.8s;
+ animation-delay : 389.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3899) {
+ -webkit-animation-delay : 389.9s;
+ animation-delay : 389.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3900) {
+ -webkit-animation-delay : 390s;
+ animation-delay : 390s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3901) {
+ -webkit-animation-delay : 390.1s;
+ animation-delay : 390.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3902) {
+ -webkit-animation-delay : 390.2s;
+ animation-delay : 390.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3903) {
+ -webkit-animation-delay : 390.3s;
+ animation-delay : 390.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3904) {
+ -webkit-animation-delay : 390.4s;
+ animation-delay : 390.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3905) {
+ -webkit-animation-delay : 390.5s;
+ animation-delay : 390.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3906) {
+ -webkit-animation-delay : 390.6s;
+ animation-delay : 390.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3907) {
+ -webkit-animation-delay : 390.7s;
+ animation-delay : 390.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3908) {
+ -webkit-animation-delay : 390.8s;
+ animation-delay : 390.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3909) {
+ -webkit-animation-delay : 390.9s;
+ animation-delay : 390.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3910) {
+ -webkit-animation-delay : 391s;
+ animation-delay : 391s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3911) {
+ -webkit-animation-delay : 391.1s;
+ animation-delay : 391.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3912) {
+ -webkit-animation-delay : 391.2s;
+ animation-delay : 391.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3913) {
+ -webkit-animation-delay : 391.3s;
+ animation-delay : 391.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3914) {
+ -webkit-animation-delay : 391.4s;
+ animation-delay : 391.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3915) {
+ -webkit-animation-delay : 391.5s;
+ animation-delay : 391.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3916) {
+ -webkit-animation-delay : 391.6s;
+ animation-delay : 391.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3917) {
+ -webkit-animation-delay : 391.7s;
+ animation-delay : 391.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3918) {
+ -webkit-animation-delay : 391.8s;
+ animation-delay : 391.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3919) {
+ -webkit-animation-delay : 391.9s;
+ animation-delay : 391.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3920) {
+ -webkit-animation-delay : 392s;
+ animation-delay : 392s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3921) {
+ -webkit-animation-delay : 392.1s;
+ animation-delay : 392.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3922) {
+ -webkit-animation-delay : 392.2s;
+ animation-delay : 392.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3923) {
+ -webkit-animation-delay : 392.3s;
+ animation-delay : 392.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3924) {
+ -webkit-animation-delay : 392.4s;
+ animation-delay : 392.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3925) {
+ -webkit-animation-delay : 392.5s;
+ animation-delay : 392.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3926) {
+ -webkit-animation-delay : 392.6s;
+ animation-delay : 392.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3927) {
+ -webkit-animation-delay : 392.7s;
+ animation-delay : 392.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3928) {
+ -webkit-animation-delay : 392.8s;
+ animation-delay : 392.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3929) {
+ -webkit-animation-delay : 392.9s;
+ animation-delay : 392.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3930) {
+ -webkit-animation-delay : 393s;
+ animation-delay : 393s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3931) {
+ -webkit-animation-delay : 393.1s;
+ animation-delay : 393.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3932) {
+ -webkit-animation-delay : 393.2s;
+ animation-delay : 393.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3933) {
+ -webkit-animation-delay : 393.3s;
+ animation-delay : 393.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3934) {
+ -webkit-animation-delay : 393.4s;
+ animation-delay : 393.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3935) {
+ -webkit-animation-delay : 393.5s;
+ animation-delay : 393.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3936) {
+ -webkit-animation-delay : 393.6s;
+ animation-delay : 393.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3937) {
+ -webkit-animation-delay : 393.7s;
+ animation-delay : 393.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3938) {
+ -webkit-animation-delay : 393.8s;
+ animation-delay : 393.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3939) {
+ -webkit-animation-delay : 393.9s;
+ animation-delay : 393.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3940) {
+ -webkit-animation-delay : 394s;
+ animation-delay : 394s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3941) {
+ -webkit-animation-delay : 394.1s;
+ animation-delay : 394.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3942) {
+ -webkit-animation-delay : 394.2s;
+ animation-delay : 394.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3943) {
+ -webkit-animation-delay : 394.3s;
+ animation-delay : 394.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3944) {
+ -webkit-animation-delay : 394.4s;
+ animation-delay : 394.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3945) {
+ -webkit-animation-delay : 394.5s;
+ animation-delay : 394.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3946) {
+ -webkit-animation-delay : 394.6s;
+ animation-delay : 394.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3947) {
+ -webkit-animation-delay : 394.7s;
+ animation-delay : 394.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3948) {
+ -webkit-animation-delay : 394.8s;
+ animation-delay : 394.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3949) {
+ -webkit-animation-delay : 394.9s;
+ animation-delay : 394.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3950) {
+ -webkit-animation-delay : 395s;
+ animation-delay : 395s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3951) {
+ -webkit-animation-delay : 395.1s;
+ animation-delay : 395.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3952) {
+ -webkit-animation-delay : 395.2s;
+ animation-delay : 395.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3953) {
+ -webkit-animation-delay : 395.3s;
+ animation-delay : 395.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3954) {
+ -webkit-animation-delay : 395.4s;
+ animation-delay : 395.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3955) {
+ -webkit-animation-delay : 395.5s;
+ animation-delay : 395.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3956) {
+ -webkit-animation-delay : 395.6s;
+ animation-delay : 395.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3957) {
+ -webkit-animation-delay : 395.7s;
+ animation-delay : 395.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3958) {
+ -webkit-animation-delay : 395.8s;
+ animation-delay : 395.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3959) {
+ -webkit-animation-delay : 395.9s;
+ animation-delay : 395.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3960) {
+ -webkit-animation-delay : 396s;
+ animation-delay : 396s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3961) {
+ -webkit-animation-delay : 396.1s;
+ animation-delay : 396.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3962) {
+ -webkit-animation-delay : 396.2s;
+ animation-delay : 396.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3963) {
+ -webkit-animation-delay : 396.3s;
+ animation-delay : 396.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3964) {
+ -webkit-animation-delay : 396.4s;
+ animation-delay : 396.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3965) {
+ -webkit-animation-delay : 396.5s;
+ animation-delay : 396.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3966) {
+ -webkit-animation-delay : 396.6s;
+ animation-delay : 396.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3967) {
+ -webkit-animation-delay : 396.7s;
+ animation-delay : 396.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3968) {
+ -webkit-animation-delay : 396.8s;
+ animation-delay : 396.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3969) {
+ -webkit-animation-delay : 396.9s;
+ animation-delay : 396.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3970) {
+ -webkit-animation-delay : 397s;
+ animation-delay : 397s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3971) {
+ -webkit-animation-delay : 397.1s;
+ animation-delay : 397.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3972) {
+ -webkit-animation-delay : 397.2s;
+ animation-delay : 397.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3973) {
+ -webkit-animation-delay : 397.3s;
+ animation-delay : 397.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3974) {
+ -webkit-animation-delay : 397.4s;
+ animation-delay : 397.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3975) {
+ -webkit-animation-delay : 397.5s;
+ animation-delay : 397.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3976) {
+ -webkit-animation-delay : 397.6s;
+ animation-delay : 397.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3977) {
+ -webkit-animation-delay : 397.7s;
+ animation-delay : 397.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3978) {
+ -webkit-animation-delay : 397.8s;
+ animation-delay : 397.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3979) {
+ -webkit-animation-delay : 397.9s;
+ animation-delay : 397.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3980) {
+ -webkit-animation-delay : 398s;
+ animation-delay : 398s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3981) {
+ -webkit-animation-delay : 398.1s;
+ animation-delay : 398.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3982) {
+ -webkit-animation-delay : 398.2s;
+ animation-delay : 398.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3983) {
+ -webkit-animation-delay : 398.3s;
+ animation-delay : 398.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3984) {
+ -webkit-animation-delay : 398.4s;
+ animation-delay : 398.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3985) {
+ -webkit-animation-delay : 398.5s;
+ animation-delay : 398.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3986) {
+ -webkit-animation-delay : 398.6s;
+ animation-delay : 398.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3987) {
+ -webkit-animation-delay : 398.7s;
+ animation-delay : 398.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3988) {
+ -webkit-animation-delay : 398.8s;
+ animation-delay : 398.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3989) {
+ -webkit-animation-delay : 398.9s;
+ animation-delay : 398.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3990) {
+ -webkit-animation-delay : 399s;
+ animation-delay : 399s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3991) {
+ -webkit-animation-delay : 399.1s;
+ animation-delay : 399.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3992) {
+ -webkit-animation-delay : 399.2s;
+ animation-delay : 399.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3993) {
+ -webkit-animation-delay : 399.3s;
+ animation-delay : 399.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3994) {
+ -webkit-animation-delay : 399.4s;
+ animation-delay : 399.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3995) {
+ -webkit-animation-delay : 399.5s;
+ animation-delay : 399.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3996) {
+ -webkit-animation-delay : 399.6s;
+ animation-delay : 399.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3997) {
+ -webkit-animation-delay : 399.7s;
+ animation-delay : 399.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3998) {
+ -webkit-animation-delay : 399.8s;
+ animation-delay : 399.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3999) {
+ -webkit-animation-delay : 399.9s;
+ animation-delay : 399.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4000) {
+ -webkit-animation-delay : 400s;
+ animation-delay : 400s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4001) {
+ -webkit-animation-delay : 400.1s;
+ animation-delay : 400.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4002) {
+ -webkit-animation-delay : 400.2s;
+ animation-delay : 400.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4003) {
+ -webkit-animation-delay : 400.3s;
+ animation-delay : 400.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4004) {
+ -webkit-animation-delay : 400.4s;
+ animation-delay : 400.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4005) {
+ -webkit-animation-delay : 400.5s;
+ animation-delay : 400.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4006) {
+ -webkit-animation-delay : 400.6s;
+ animation-delay : 400.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4007) {
+ -webkit-animation-delay : 400.7s;
+ animation-delay : 400.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4008) {
+ -webkit-animation-delay : 400.8s;
+ animation-delay : 400.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4009) {
+ -webkit-animation-delay : 400.9s;
+ animation-delay : 400.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4010) {
+ -webkit-animation-delay : 401s;
+ animation-delay : 401s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4011) {
+ -webkit-animation-delay : 401.1s;
+ animation-delay : 401.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4012) {
+ -webkit-animation-delay : 401.2s;
+ animation-delay : 401.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4013) {
+ -webkit-animation-delay : 401.3s;
+ animation-delay : 401.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4014) {
+ -webkit-animation-delay : 401.4s;
+ animation-delay : 401.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4015) {
+ -webkit-animation-delay : 401.5s;
+ animation-delay : 401.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4016) {
+ -webkit-animation-delay : 401.6s;
+ animation-delay : 401.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4017) {
+ -webkit-animation-delay : 401.7s;
+ animation-delay : 401.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4018) {
+ -webkit-animation-delay : 401.8s;
+ animation-delay : 401.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4019) {
+ -webkit-animation-delay : 401.9s;
+ animation-delay : 401.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4020) {
+ -webkit-animation-delay : 402s;
+ animation-delay : 402s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4021) {
+ -webkit-animation-delay : 402.1s;
+ animation-delay : 402.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4022) {
+ -webkit-animation-delay : 402.2s;
+ animation-delay : 402.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4023) {
+ -webkit-animation-delay : 402.3s;
+ animation-delay : 402.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4024) {
+ -webkit-animation-delay : 402.4s;
+ animation-delay : 402.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4025) {
+ -webkit-animation-delay : 402.5s;
+ animation-delay : 402.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4026) {
+ -webkit-animation-delay : 402.6s;
+ animation-delay : 402.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4027) {
+ -webkit-animation-delay : 402.7s;
+ animation-delay : 402.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4028) {
+ -webkit-animation-delay : 402.8s;
+ animation-delay : 402.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4029) {
+ -webkit-animation-delay : 402.9s;
+ animation-delay : 402.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4030) {
+ -webkit-animation-delay : 403s;
+ animation-delay : 403s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4031) {
+ -webkit-animation-delay : 403.1s;
+ animation-delay : 403.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4032) {
+ -webkit-animation-delay : 403.2s;
+ animation-delay : 403.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4033) {
+ -webkit-animation-delay : 403.3s;
+ animation-delay : 403.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4034) {
+ -webkit-animation-delay : 403.4s;
+ animation-delay : 403.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4035) {
+ -webkit-animation-delay : 403.5s;
+ animation-delay : 403.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4036) {
+ -webkit-animation-delay : 403.6s;
+ animation-delay : 403.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4037) {
+ -webkit-animation-delay : 403.7s;
+ animation-delay : 403.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4038) {
+ -webkit-animation-delay : 403.8s;
+ animation-delay : 403.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4039) {
+ -webkit-animation-delay : 403.9s;
+ animation-delay : 403.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4040) {
+ -webkit-animation-delay : 404s;
+ animation-delay : 404s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4041) {
+ -webkit-animation-delay : 404.1s;
+ animation-delay : 404.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4042) {
+ -webkit-animation-delay : 404.2s;
+ animation-delay : 404.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4043) {
+ -webkit-animation-delay : 404.3s;
+ animation-delay : 404.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4044) {
+ -webkit-animation-delay : 404.4s;
+ animation-delay : 404.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4045) {
+ -webkit-animation-delay : 404.5s;
+ animation-delay : 404.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4046) {
+ -webkit-animation-delay : 404.6s;
+ animation-delay : 404.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4047) {
+ -webkit-animation-delay : 404.7s;
+ animation-delay : 404.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4048) {
+ -webkit-animation-delay : 404.8s;
+ animation-delay : 404.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4049) {
+ -webkit-animation-delay : 404.9s;
+ animation-delay : 404.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4050) {
+ -webkit-animation-delay : 405s;
+ animation-delay : 405s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4051) {
+ -webkit-animation-delay : 405.1s;
+ animation-delay : 405.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4052) {
+ -webkit-animation-delay : 405.2s;
+ animation-delay : 405.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4053) {
+ -webkit-animation-delay : 405.3s;
+ animation-delay : 405.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4054) {
+ -webkit-animation-delay : 405.4s;
+ animation-delay : 405.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4055) {
+ -webkit-animation-delay : 405.5s;
+ animation-delay : 405.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4056) {
+ -webkit-animation-delay : 405.6s;
+ animation-delay : 405.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4057) {
+ -webkit-animation-delay : 405.7s;
+ animation-delay : 405.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4058) {
+ -webkit-animation-delay : 405.8s;
+ animation-delay : 405.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4059) {
+ -webkit-animation-delay : 405.9s;
+ animation-delay : 405.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4060) {
+ -webkit-animation-delay : 406s;
+ animation-delay : 406s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4061) {
+ -webkit-animation-delay : 406.1s;
+ animation-delay : 406.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4062) {
+ -webkit-animation-delay : 406.2s;
+ animation-delay : 406.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4063) {
+ -webkit-animation-delay : 406.3s;
+ animation-delay : 406.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4064) {
+ -webkit-animation-delay : 406.4s;
+ animation-delay : 406.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4065) {
+ -webkit-animation-delay : 406.5s;
+ animation-delay : 406.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4066) {
+ -webkit-animation-delay : 406.6s;
+ animation-delay : 406.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4067) {
+ -webkit-animation-delay : 406.7s;
+ animation-delay : 406.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4068) {
+ -webkit-animation-delay : 406.8s;
+ animation-delay : 406.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4069) {
+ -webkit-animation-delay : 406.9s;
+ animation-delay : 406.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4070) {
+ -webkit-animation-delay : 407s;
+ animation-delay : 407s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4071) {
+ -webkit-animation-delay : 407.1s;
+ animation-delay : 407.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4072) {
+ -webkit-animation-delay : 407.2s;
+ animation-delay : 407.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4073) {
+ -webkit-animation-delay : 407.3s;
+ animation-delay : 407.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4074) {
+ -webkit-animation-delay : 407.4s;
+ animation-delay : 407.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4075) {
+ -webkit-animation-delay : 407.5s;
+ animation-delay : 407.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4076) {
+ -webkit-animation-delay : 407.6s;
+ animation-delay : 407.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4077) {
+ -webkit-animation-delay : 407.7s;
+ animation-delay : 407.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4078) {
+ -webkit-animation-delay : 407.8s;
+ animation-delay : 407.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4079) {
+ -webkit-animation-delay : 407.9s;
+ animation-delay : 407.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4080) {
+ -webkit-animation-delay : 408s;
+ animation-delay : 408s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4081) {
+ -webkit-animation-delay : 408.1s;
+ animation-delay : 408.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4082) {
+ -webkit-animation-delay : 408.2s;
+ animation-delay : 408.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4083) {
+ -webkit-animation-delay : 408.3s;
+ animation-delay : 408.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4084) {
+ -webkit-animation-delay : 408.4s;
+ animation-delay : 408.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4085) {
+ -webkit-animation-delay : 408.5s;
+ animation-delay : 408.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4086) {
+ -webkit-animation-delay : 408.6s;
+ animation-delay : 408.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4087) {
+ -webkit-animation-delay : 408.7s;
+ animation-delay : 408.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4088) {
+ -webkit-animation-delay : 408.8s;
+ animation-delay : 408.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4089) {
+ -webkit-animation-delay : 408.9s;
+ animation-delay : 408.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4090) {
+ -webkit-animation-delay : 409s;
+ animation-delay : 409s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4091) {
+ -webkit-animation-delay : 409.1s;
+ animation-delay : 409.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4092) {
+ -webkit-animation-delay : 409.2s;
+ animation-delay : 409.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4093) {
+ -webkit-animation-delay : 409.3s;
+ animation-delay : 409.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4094) {
+ -webkit-animation-delay : 409.4s;
+ animation-delay : 409.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4095) {
+ -webkit-animation-delay : 409.5s;
+ animation-delay : 409.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4096) {
+ -webkit-animation-delay : 409.6s;
+ animation-delay : 409.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4097) {
+ -webkit-animation-delay : 409.7s;
+ animation-delay : 409.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4098) {
+ -webkit-animation-delay : 409.8s;
+ animation-delay : 409.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4099) {
+ -webkit-animation-delay : 409.9s;
+ animation-delay : 409.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4100) {
+ -webkit-animation-delay : 410s;
+ animation-delay : 410s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4101) {
+ -webkit-animation-delay : 410.1s;
+ animation-delay : 410.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4102) {
+ -webkit-animation-delay : 410.2s;
+ animation-delay : 410.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4103) {
+ -webkit-animation-delay : 410.3s;
+ animation-delay : 410.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4104) {
+ -webkit-animation-delay : 410.4s;
+ animation-delay : 410.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4105) {
+ -webkit-animation-delay : 410.5s;
+ animation-delay : 410.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4106) {
+ -webkit-animation-delay : 410.6s;
+ animation-delay : 410.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4107) {
+ -webkit-animation-delay : 410.7s;
+ animation-delay : 410.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4108) {
+ -webkit-animation-delay : 410.8s;
+ animation-delay : 410.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4109) {
+ -webkit-animation-delay : 410.9s;
+ animation-delay : 410.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4110) {
+ -webkit-animation-delay : 411s;
+ animation-delay : 411s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4111) {
+ -webkit-animation-delay : 411.1s;
+ animation-delay : 411.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4112) {
+ -webkit-animation-delay : 411.2s;
+ animation-delay : 411.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4113) {
+ -webkit-animation-delay : 411.3s;
+ animation-delay : 411.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4114) {
+ -webkit-animation-delay : 411.4s;
+ animation-delay : 411.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4115) {
+ -webkit-animation-delay : 411.5s;
+ animation-delay : 411.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4116) {
+ -webkit-animation-delay : 411.6s;
+ animation-delay : 411.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4117) {
+ -webkit-animation-delay : 411.7s;
+ animation-delay : 411.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4118) {
+ -webkit-animation-delay : 411.8s;
+ animation-delay : 411.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4119) {
+ -webkit-animation-delay : 411.9s;
+ animation-delay : 411.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4120) {
+ -webkit-animation-delay : 412s;
+ animation-delay : 412s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4121) {
+ -webkit-animation-delay : 412.1s;
+ animation-delay : 412.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4122) {
+ -webkit-animation-delay : 412.2s;
+ animation-delay : 412.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4123) {
+ -webkit-animation-delay : 412.3s;
+ animation-delay : 412.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4124) {
+ -webkit-animation-delay : 412.4s;
+ animation-delay : 412.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4125) {
+ -webkit-animation-delay : 412.5s;
+ animation-delay : 412.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4126) {
+ -webkit-animation-delay : 412.6s;
+ animation-delay : 412.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4127) {
+ -webkit-animation-delay : 412.7s;
+ animation-delay : 412.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4128) {
+ -webkit-animation-delay : 412.8s;
+ animation-delay : 412.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4129) {
+ -webkit-animation-delay : 412.9s;
+ animation-delay : 412.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4130) {
+ -webkit-animation-delay : 413s;
+ animation-delay : 413s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4131) {
+ -webkit-animation-delay : 413.1s;
+ animation-delay : 413.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4132) {
+ -webkit-animation-delay : 413.2s;
+ animation-delay : 413.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4133) {
+ -webkit-animation-delay : 413.3s;
+ animation-delay : 413.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4134) {
+ -webkit-animation-delay : 413.4s;
+ animation-delay : 413.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4135) {
+ -webkit-animation-delay : 413.5s;
+ animation-delay : 413.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4136) {
+ -webkit-animation-delay : 413.6s;
+ animation-delay : 413.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4137) {
+ -webkit-animation-delay : 413.7s;
+ animation-delay : 413.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4138) {
+ -webkit-animation-delay : 413.8s;
+ animation-delay : 413.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4139) {
+ -webkit-animation-delay : 413.9s;
+ animation-delay : 413.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4140) {
+ -webkit-animation-delay : 414s;
+ animation-delay : 414s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4141) {
+ -webkit-animation-delay : 414.1s;
+ animation-delay : 414.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4142) {
+ -webkit-animation-delay : 414.2s;
+ animation-delay : 414.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4143) {
+ -webkit-animation-delay : 414.3s;
+ animation-delay : 414.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4144) {
+ -webkit-animation-delay : 414.4s;
+ animation-delay : 414.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4145) {
+ -webkit-animation-delay : 414.5s;
+ animation-delay : 414.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4146) {
+ -webkit-animation-delay : 414.6s;
+ animation-delay : 414.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4147) {
+ -webkit-animation-delay : 414.7s;
+ animation-delay : 414.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4148) {
+ -webkit-animation-delay : 414.8s;
+ animation-delay : 414.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4149) {
+ -webkit-animation-delay : 414.9s;
+ animation-delay : 414.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4150) {
+ -webkit-animation-delay : 415s;
+ animation-delay : 415s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4151) {
+ -webkit-animation-delay : 415.1s;
+ animation-delay : 415.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4152) {
+ -webkit-animation-delay : 415.2s;
+ animation-delay : 415.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4153) {
+ -webkit-animation-delay : 415.3s;
+ animation-delay : 415.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4154) {
+ -webkit-animation-delay : 415.4s;
+ animation-delay : 415.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4155) {
+ -webkit-animation-delay : 415.5s;
+ animation-delay : 415.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4156) {
+ -webkit-animation-delay : 415.6s;
+ animation-delay : 415.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4157) {
+ -webkit-animation-delay : 415.7s;
+ animation-delay : 415.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4158) {
+ -webkit-animation-delay : 415.8s;
+ animation-delay : 415.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4159) {
+ -webkit-animation-delay : 415.9s;
+ animation-delay : 415.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4160) {
+ -webkit-animation-delay : 416s;
+ animation-delay : 416s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4161) {
+ -webkit-animation-delay : 416.1s;
+ animation-delay : 416.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4162) {
+ -webkit-animation-delay : 416.2s;
+ animation-delay : 416.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4163) {
+ -webkit-animation-delay : 416.3s;
+ animation-delay : 416.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4164) {
+ -webkit-animation-delay : 416.4s;
+ animation-delay : 416.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4165) {
+ -webkit-animation-delay : 416.5s;
+ animation-delay : 416.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4166) {
+ -webkit-animation-delay : 416.6s;
+ animation-delay : 416.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4167) {
+ -webkit-animation-delay : 416.7s;
+ animation-delay : 416.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4168) {
+ -webkit-animation-delay : 416.8s;
+ animation-delay : 416.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4169) {
+ -webkit-animation-delay : 416.9s;
+ animation-delay : 416.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4170) {
+ -webkit-animation-delay : 417s;
+ animation-delay : 417s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4171) {
+ -webkit-animation-delay : 417.1s;
+ animation-delay : 417.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4172) {
+ -webkit-animation-delay : 417.2s;
+ animation-delay : 417.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4173) {
+ -webkit-animation-delay : 417.3s;
+ animation-delay : 417.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4174) {
+ -webkit-animation-delay : 417.4s;
+ animation-delay : 417.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4175) {
+ -webkit-animation-delay : 417.5s;
+ animation-delay : 417.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4176) {
+ -webkit-animation-delay : 417.6s;
+ animation-delay : 417.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4177) {
+ -webkit-animation-delay : 417.7s;
+ animation-delay : 417.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4178) {
+ -webkit-animation-delay : 417.8s;
+ animation-delay : 417.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4179) {
+ -webkit-animation-delay : 417.9s;
+ animation-delay : 417.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4180) {
+ -webkit-animation-delay : 418s;
+ animation-delay : 418s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4181) {
+ -webkit-animation-delay : 418.1s;
+ animation-delay : 418.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4182) {
+ -webkit-animation-delay : 418.2s;
+ animation-delay : 418.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4183) {
+ -webkit-animation-delay : 418.3s;
+ animation-delay : 418.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4184) {
+ -webkit-animation-delay : 418.4s;
+ animation-delay : 418.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4185) {
+ -webkit-animation-delay : 418.5s;
+ animation-delay : 418.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4186) {
+ -webkit-animation-delay : 418.6s;
+ animation-delay : 418.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4187) {
+ -webkit-animation-delay : 418.7s;
+ animation-delay : 418.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4188) {
+ -webkit-animation-delay : 418.8s;
+ animation-delay : 418.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4189) {
+ -webkit-animation-delay : 418.9s;
+ animation-delay : 418.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4190) {
+ -webkit-animation-delay : 419s;
+ animation-delay : 419s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4191) {
+ -webkit-animation-delay : 419.1s;
+ animation-delay : 419.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4192) {
+ -webkit-animation-delay : 419.2s;
+ animation-delay : 419.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4193) {
+ -webkit-animation-delay : 419.3s;
+ animation-delay : 419.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4194) {
+ -webkit-animation-delay : 419.4s;
+ animation-delay : 419.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4195) {
+ -webkit-animation-delay : 419.5s;
+ animation-delay : 419.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4196) {
+ -webkit-animation-delay : 419.6s;
+ animation-delay : 419.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4197) {
+ -webkit-animation-delay : 419.7s;
+ animation-delay : 419.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4198) {
+ -webkit-animation-delay : 419.8s;
+ animation-delay : 419.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4199) {
+ -webkit-animation-delay : 419.9s;
+ animation-delay : 419.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4200) {
+ -webkit-animation-delay : 420s;
+ animation-delay : 420s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4201) {
+ -webkit-animation-delay : 420.1s;
+ animation-delay : 420.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4202) {
+ -webkit-animation-delay : 420.2s;
+ animation-delay : 420.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4203) {
+ -webkit-animation-delay : 420.3s;
+ animation-delay : 420.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4204) {
+ -webkit-animation-delay : 420.4s;
+ animation-delay : 420.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4205) {
+ -webkit-animation-delay : 420.5s;
+ animation-delay : 420.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4206) {
+ -webkit-animation-delay : 420.6s;
+ animation-delay : 420.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4207) {
+ -webkit-animation-delay : 420.7s;
+ animation-delay : 420.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4208) {
+ -webkit-animation-delay : 420.8s;
+ animation-delay : 420.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4209) {
+ -webkit-animation-delay : 420.9s;
+ animation-delay : 420.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4210) {
+ -webkit-animation-delay : 421s;
+ animation-delay : 421s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4211) {
+ -webkit-animation-delay : 421.1s;
+ animation-delay : 421.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4212) {
+ -webkit-animation-delay : 421.2s;
+ animation-delay : 421.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4213) {
+ -webkit-animation-delay : 421.3s;
+ animation-delay : 421.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4214) {
+ -webkit-animation-delay : 421.4s;
+ animation-delay : 421.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4215) {
+ -webkit-animation-delay : 421.5s;
+ animation-delay : 421.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4216) {
+ -webkit-animation-delay : 421.6s;
+ animation-delay : 421.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4217) {
+ -webkit-animation-delay : 421.7s;
+ animation-delay : 421.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4218) {
+ -webkit-animation-delay : 421.8s;
+ animation-delay : 421.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4219) {
+ -webkit-animation-delay : 421.9s;
+ animation-delay : 421.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4220) {
+ -webkit-animation-delay : 422s;
+ animation-delay : 422s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4221) {
+ -webkit-animation-delay : 422.1s;
+ animation-delay : 422.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4222) {
+ -webkit-animation-delay : 422.2s;
+ animation-delay : 422.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4223) {
+ -webkit-animation-delay : 422.3s;
+ animation-delay : 422.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4224) {
+ -webkit-animation-delay : 422.4s;
+ animation-delay : 422.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4225) {
+ -webkit-animation-delay : 422.5s;
+ animation-delay : 422.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4226) {
+ -webkit-animation-delay : 422.6s;
+ animation-delay : 422.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4227) {
+ -webkit-animation-delay : 422.7s;
+ animation-delay : 422.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4228) {
+ -webkit-animation-delay : 422.8s;
+ animation-delay : 422.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4229) {
+ -webkit-animation-delay : 422.9s;
+ animation-delay : 422.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4230) {
+ -webkit-animation-delay : 423s;
+ animation-delay : 423s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4231) {
+ -webkit-animation-delay : 423.1s;
+ animation-delay : 423.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4232) {
+ -webkit-animation-delay : 423.2s;
+ animation-delay : 423.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4233) {
+ -webkit-animation-delay : 423.3s;
+ animation-delay : 423.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4234) {
+ -webkit-animation-delay : 423.4s;
+ animation-delay : 423.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4235) {
+ -webkit-animation-delay : 423.5s;
+ animation-delay : 423.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4236) {
+ -webkit-animation-delay : 423.6s;
+ animation-delay : 423.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4237) {
+ -webkit-animation-delay : 423.7s;
+ animation-delay : 423.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4238) {
+ -webkit-animation-delay : 423.8s;
+ animation-delay : 423.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4239) {
+ -webkit-animation-delay : 423.9s;
+ animation-delay : 423.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4240) {
+ -webkit-animation-delay : 424s;
+ animation-delay : 424s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4241) {
+ -webkit-animation-delay : 424.1s;
+ animation-delay : 424.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4242) {
+ -webkit-animation-delay : 424.2s;
+ animation-delay : 424.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4243) {
+ -webkit-animation-delay : 424.3s;
+ animation-delay : 424.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4244) {
+ -webkit-animation-delay : 424.4s;
+ animation-delay : 424.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4245) {
+ -webkit-animation-delay : 424.5s;
+ animation-delay : 424.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4246) {
+ -webkit-animation-delay : 424.6s;
+ animation-delay : 424.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4247) {
+ -webkit-animation-delay : 424.7s;
+ animation-delay : 424.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4248) {
+ -webkit-animation-delay : 424.8s;
+ animation-delay : 424.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4249) {
+ -webkit-animation-delay : 424.9s;
+ animation-delay : 424.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4250) {
+ -webkit-animation-delay : 425s;
+ animation-delay : 425s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4251) {
+ -webkit-animation-delay : 425.1s;
+ animation-delay : 425.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4252) {
+ -webkit-animation-delay : 425.2s;
+ animation-delay : 425.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4253) {
+ -webkit-animation-delay : 425.3s;
+ animation-delay : 425.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4254) {
+ -webkit-animation-delay : 425.4s;
+ animation-delay : 425.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4255) {
+ -webkit-animation-delay : 425.5s;
+ animation-delay : 425.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4256) {
+ -webkit-animation-delay : 425.6s;
+ animation-delay : 425.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4257) {
+ -webkit-animation-delay : 425.7s;
+ animation-delay : 425.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4258) {
+ -webkit-animation-delay : 425.8s;
+ animation-delay : 425.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4259) {
+ -webkit-animation-delay : 425.9s;
+ animation-delay : 425.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4260) {
+ -webkit-animation-delay : 426s;
+ animation-delay : 426s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4261) {
+ -webkit-animation-delay : 426.1s;
+ animation-delay : 426.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4262) {
+ -webkit-animation-delay : 426.2s;
+ animation-delay : 426.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4263) {
+ -webkit-animation-delay : 426.3s;
+ animation-delay : 426.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4264) {
+ -webkit-animation-delay : 426.4s;
+ animation-delay : 426.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4265) {
+ -webkit-animation-delay : 426.5s;
+ animation-delay : 426.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4266) {
+ -webkit-animation-delay : 426.6s;
+ animation-delay : 426.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4267) {
+ -webkit-animation-delay : 426.7s;
+ animation-delay : 426.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4268) {
+ -webkit-animation-delay : 426.8s;
+ animation-delay : 426.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4269) {
+ -webkit-animation-delay : 426.9s;
+ animation-delay : 426.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4270) {
+ -webkit-animation-delay : 427s;
+ animation-delay : 427s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4271) {
+ -webkit-animation-delay : 427.1s;
+ animation-delay : 427.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4272) {
+ -webkit-animation-delay : 427.2s;
+ animation-delay : 427.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4273) {
+ -webkit-animation-delay : 427.3s;
+ animation-delay : 427.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4274) {
+ -webkit-animation-delay : 427.4s;
+ animation-delay : 427.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4275) {
+ -webkit-animation-delay : 427.5s;
+ animation-delay : 427.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4276) {
+ -webkit-animation-delay : 427.6s;
+ animation-delay : 427.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4277) {
+ -webkit-animation-delay : 427.7s;
+ animation-delay : 427.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4278) {
+ -webkit-animation-delay : 427.8s;
+ animation-delay : 427.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4279) {
+ -webkit-animation-delay : 427.9s;
+ animation-delay : 427.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4280) {
+ -webkit-animation-delay : 428s;
+ animation-delay : 428s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4281) {
+ -webkit-animation-delay : 428.1s;
+ animation-delay : 428.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4282) {
+ -webkit-animation-delay : 428.2s;
+ animation-delay : 428.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4283) {
+ -webkit-animation-delay : 428.3s;
+ animation-delay : 428.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4284) {
+ -webkit-animation-delay : 428.4s;
+ animation-delay : 428.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4285) {
+ -webkit-animation-delay : 428.5s;
+ animation-delay : 428.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4286) {
+ -webkit-animation-delay : 428.6s;
+ animation-delay : 428.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4287) {
+ -webkit-animation-delay : 428.7s;
+ animation-delay : 428.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4288) {
+ -webkit-animation-delay : 428.8s;
+ animation-delay : 428.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4289) {
+ -webkit-animation-delay : 428.9s;
+ animation-delay : 428.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4290) {
+ -webkit-animation-delay : 429s;
+ animation-delay : 429s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4291) {
+ -webkit-animation-delay : 429.1s;
+ animation-delay : 429.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4292) {
+ -webkit-animation-delay : 429.2s;
+ animation-delay : 429.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4293) {
+ -webkit-animation-delay : 429.3s;
+ animation-delay : 429.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4294) {
+ -webkit-animation-delay : 429.4s;
+ animation-delay : 429.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4295) {
+ -webkit-animation-delay : 429.5s;
+ animation-delay : 429.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4296) {
+ -webkit-animation-delay : 429.6s;
+ animation-delay : 429.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4297) {
+ -webkit-animation-delay : 429.7s;
+ animation-delay : 429.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4298) {
+ -webkit-animation-delay : 429.8s;
+ animation-delay : 429.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4299) {
+ -webkit-animation-delay : 429.9s;
+ animation-delay : 429.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4300) {
+ -webkit-animation-delay : 430s;
+ animation-delay : 430s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4301) {
+ -webkit-animation-delay : 430.1s;
+ animation-delay : 430.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4302) {
+ -webkit-animation-delay : 430.2s;
+ animation-delay : 430.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4303) {
+ -webkit-animation-delay : 430.3s;
+ animation-delay : 430.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4304) {
+ -webkit-animation-delay : 430.4s;
+ animation-delay : 430.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4305) {
+ -webkit-animation-delay : 430.5s;
+ animation-delay : 430.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4306) {
+ -webkit-animation-delay : 430.6s;
+ animation-delay : 430.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4307) {
+ -webkit-animation-delay : 430.7s;
+ animation-delay : 430.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4308) {
+ -webkit-animation-delay : 430.8s;
+ animation-delay : 430.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4309) {
+ -webkit-animation-delay : 430.9s;
+ animation-delay : 430.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4310) {
+ -webkit-animation-delay : 431s;
+ animation-delay : 431s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4311) {
+ -webkit-animation-delay : 431.1s;
+ animation-delay : 431.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4312) {
+ -webkit-animation-delay : 431.2s;
+ animation-delay : 431.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4313) {
+ -webkit-animation-delay : 431.3s;
+ animation-delay : 431.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4314) {
+ -webkit-animation-delay : 431.4s;
+ animation-delay : 431.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4315) {
+ -webkit-animation-delay : 431.5s;
+ animation-delay : 431.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4316) {
+ -webkit-animation-delay : 431.6s;
+ animation-delay : 431.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4317) {
+ -webkit-animation-delay : 431.7s;
+ animation-delay : 431.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4318) {
+ -webkit-animation-delay : 431.8s;
+ animation-delay : 431.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4319) {
+ -webkit-animation-delay : 431.9s;
+ animation-delay : 431.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4320) {
+ -webkit-animation-delay : 432s;
+ animation-delay : 432s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4321) {
+ -webkit-animation-delay : 432.1s;
+ animation-delay : 432.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4322) {
+ -webkit-animation-delay : 432.2s;
+ animation-delay : 432.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4323) {
+ -webkit-animation-delay : 432.3s;
+ animation-delay : 432.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4324) {
+ -webkit-animation-delay : 432.4s;
+ animation-delay : 432.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4325) {
+ -webkit-animation-delay : 432.5s;
+ animation-delay : 432.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4326) {
+ -webkit-animation-delay : 432.6s;
+ animation-delay : 432.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4327) {
+ -webkit-animation-delay : 432.7s;
+ animation-delay : 432.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4328) {
+ -webkit-animation-delay : 432.8s;
+ animation-delay : 432.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4329) {
+ -webkit-animation-delay : 432.9s;
+ animation-delay : 432.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4330) {
+ -webkit-animation-delay : 433s;
+ animation-delay : 433s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4331) {
+ -webkit-animation-delay : 433.1s;
+ animation-delay : 433.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4332) {
+ -webkit-animation-delay : 433.2s;
+ animation-delay : 433.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4333) {
+ -webkit-animation-delay : 433.3s;
+ animation-delay : 433.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4334) {
+ -webkit-animation-delay : 433.4s;
+ animation-delay : 433.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4335) {
+ -webkit-animation-delay : 433.5s;
+ animation-delay : 433.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4336) {
+ -webkit-animation-delay : 433.6s;
+ animation-delay : 433.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4337) {
+ -webkit-animation-delay : 433.7s;
+ animation-delay : 433.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4338) {
+ -webkit-animation-delay : 433.8s;
+ animation-delay : 433.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4339) {
+ -webkit-animation-delay : 433.9s;
+ animation-delay : 433.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4340) {
+ -webkit-animation-delay : 434s;
+ animation-delay : 434s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4341) {
+ -webkit-animation-delay : 434.1s;
+ animation-delay : 434.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4342) {
+ -webkit-animation-delay : 434.2s;
+ animation-delay : 434.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4343) {
+ -webkit-animation-delay : 434.3s;
+ animation-delay : 434.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4344) {
+ -webkit-animation-delay : 434.4s;
+ animation-delay : 434.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4345) {
+ -webkit-animation-delay : 434.5s;
+ animation-delay : 434.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4346) {
+ -webkit-animation-delay : 434.6s;
+ animation-delay : 434.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4347) {
+ -webkit-animation-delay : 434.7s;
+ animation-delay : 434.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4348) {
+ -webkit-animation-delay : 434.8s;
+ animation-delay : 434.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4349) {
+ -webkit-animation-delay : 434.9s;
+ animation-delay : 434.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4350) {
+ -webkit-animation-delay : 435s;
+ animation-delay : 435s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4351) {
+ -webkit-animation-delay : 435.1s;
+ animation-delay : 435.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4352) {
+ -webkit-animation-delay : 435.2s;
+ animation-delay : 435.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4353) {
+ -webkit-animation-delay : 435.3s;
+ animation-delay : 435.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4354) {
+ -webkit-animation-delay : 435.4s;
+ animation-delay : 435.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4355) {
+ -webkit-animation-delay : 435.5s;
+ animation-delay : 435.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4356) {
+ -webkit-animation-delay : 435.6s;
+ animation-delay : 435.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4357) {
+ -webkit-animation-delay : 435.7s;
+ animation-delay : 435.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4358) {
+ -webkit-animation-delay : 435.8s;
+ animation-delay : 435.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4359) {
+ -webkit-animation-delay : 435.9s;
+ animation-delay : 435.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4360) {
+ -webkit-animation-delay : 436s;
+ animation-delay : 436s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4361) {
+ -webkit-animation-delay : 436.1s;
+ animation-delay : 436.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4362) {
+ -webkit-animation-delay : 436.2s;
+ animation-delay : 436.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4363) {
+ -webkit-animation-delay : 436.3s;
+ animation-delay : 436.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4364) {
+ -webkit-animation-delay : 436.4s;
+ animation-delay : 436.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4365) {
+ -webkit-animation-delay : 436.5s;
+ animation-delay : 436.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4366) {
+ -webkit-animation-delay : 436.6s;
+ animation-delay : 436.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4367) {
+ -webkit-animation-delay : 436.7s;
+ animation-delay : 436.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4368) {
+ -webkit-animation-delay : 436.8s;
+ animation-delay : 436.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4369) {
+ -webkit-animation-delay : 436.9s;
+ animation-delay : 436.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4370) {
+ -webkit-animation-delay : 437s;
+ animation-delay : 437s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4371) {
+ -webkit-animation-delay : 437.1s;
+ animation-delay : 437.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4372) {
+ -webkit-animation-delay : 437.2s;
+ animation-delay : 437.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4373) {
+ -webkit-animation-delay : 437.3s;
+ animation-delay : 437.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4374) {
+ -webkit-animation-delay : 437.4s;
+ animation-delay : 437.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4375) {
+ -webkit-animation-delay : 437.5s;
+ animation-delay : 437.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4376) {
+ -webkit-animation-delay : 437.6s;
+ animation-delay : 437.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4377) {
+ -webkit-animation-delay : 437.7s;
+ animation-delay : 437.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4378) {
+ -webkit-animation-delay : 437.8s;
+ animation-delay : 437.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4379) {
+ -webkit-animation-delay : 437.9s;
+ animation-delay : 437.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4380) {
+ -webkit-animation-delay : 438s;
+ animation-delay : 438s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4381) {
+ -webkit-animation-delay : 438.1s;
+ animation-delay : 438.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4382) {
+ -webkit-animation-delay : 438.2s;
+ animation-delay : 438.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4383) {
+ -webkit-animation-delay : 438.3s;
+ animation-delay : 438.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4384) {
+ -webkit-animation-delay : 438.4s;
+ animation-delay : 438.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4385) {
+ -webkit-animation-delay : 438.5s;
+ animation-delay : 438.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4386) {
+ -webkit-animation-delay : 438.6s;
+ animation-delay : 438.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4387) {
+ -webkit-animation-delay : 438.7s;
+ animation-delay : 438.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4388) {
+ -webkit-animation-delay : 438.8s;
+ animation-delay : 438.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4389) {
+ -webkit-animation-delay : 438.9s;
+ animation-delay : 438.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4390) {
+ -webkit-animation-delay : 439s;
+ animation-delay : 439s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4391) {
+ -webkit-animation-delay : 439.1s;
+ animation-delay : 439.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4392) {
+ -webkit-animation-delay : 439.2s;
+ animation-delay : 439.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4393) {
+ -webkit-animation-delay : 439.3s;
+ animation-delay : 439.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4394) {
+ -webkit-animation-delay : 439.4s;
+ animation-delay : 439.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4395) {
+ -webkit-animation-delay : 439.5s;
+ animation-delay : 439.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4396) {
+ -webkit-animation-delay : 439.6s;
+ animation-delay : 439.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4397) {
+ -webkit-animation-delay : 439.7s;
+ animation-delay : 439.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4398) {
+ -webkit-animation-delay : 439.8s;
+ animation-delay : 439.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4399) {
+ -webkit-animation-delay : 439.9s;
+ animation-delay : 439.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4400) {
+ -webkit-animation-delay : 440s;
+ animation-delay : 440s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4401) {
+ -webkit-animation-delay : 440.1s;
+ animation-delay : 440.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4402) {
+ -webkit-animation-delay : 440.2s;
+ animation-delay : 440.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4403) {
+ -webkit-animation-delay : 440.3s;
+ animation-delay : 440.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4404) {
+ -webkit-animation-delay : 440.4s;
+ animation-delay : 440.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4405) {
+ -webkit-animation-delay : 440.5s;
+ animation-delay : 440.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4406) {
+ -webkit-animation-delay : 440.6s;
+ animation-delay : 440.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4407) {
+ -webkit-animation-delay : 440.7s;
+ animation-delay : 440.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4408) {
+ -webkit-animation-delay : 440.8s;
+ animation-delay : 440.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4409) {
+ -webkit-animation-delay : 440.9s;
+ animation-delay : 440.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4410) {
+ -webkit-animation-delay : 441s;
+ animation-delay : 441s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4411) {
+ -webkit-animation-delay : 441.1s;
+ animation-delay : 441.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4412) {
+ -webkit-animation-delay : 441.2s;
+ animation-delay : 441.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4413) {
+ -webkit-animation-delay : 441.3s;
+ animation-delay : 441.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4414) {
+ -webkit-animation-delay : 441.4s;
+ animation-delay : 441.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4415) {
+ -webkit-animation-delay : 441.5s;
+ animation-delay : 441.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4416) {
+ -webkit-animation-delay : 441.6s;
+ animation-delay : 441.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4417) {
+ -webkit-animation-delay : 441.7s;
+ animation-delay : 441.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4418) {
+ -webkit-animation-delay : 441.8s;
+ animation-delay : 441.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4419) {
+ -webkit-animation-delay : 441.9s;
+ animation-delay : 441.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4420) {
+ -webkit-animation-delay : 442s;
+ animation-delay : 442s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4421) {
+ -webkit-animation-delay : 442.1s;
+ animation-delay : 442.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4422) {
+ -webkit-animation-delay : 442.2s;
+ animation-delay : 442.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4423) {
+ -webkit-animation-delay : 442.3s;
+ animation-delay : 442.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4424) {
+ -webkit-animation-delay : 442.4s;
+ animation-delay : 442.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4425) {
+ -webkit-animation-delay : 442.5s;
+ animation-delay : 442.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4426) {
+ -webkit-animation-delay : 442.6s;
+ animation-delay : 442.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4427) {
+ -webkit-animation-delay : 442.7s;
+ animation-delay : 442.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4428) {
+ -webkit-animation-delay : 442.8s;
+ animation-delay : 442.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4429) {
+ -webkit-animation-delay : 442.9s;
+ animation-delay : 442.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4430) {
+ -webkit-animation-delay : 443s;
+ animation-delay : 443s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4431) {
+ -webkit-animation-delay : 443.1s;
+ animation-delay : 443.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4432) {
+ -webkit-animation-delay : 443.2s;
+ animation-delay : 443.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4433) {
+ -webkit-animation-delay : 443.3s;
+ animation-delay : 443.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4434) {
+ -webkit-animation-delay : 443.4s;
+ animation-delay : 443.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4435) {
+ -webkit-animation-delay : 443.5s;
+ animation-delay : 443.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4436) {
+ -webkit-animation-delay : 443.6s;
+ animation-delay : 443.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4437) {
+ -webkit-animation-delay : 443.7s;
+ animation-delay : 443.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4438) {
+ -webkit-animation-delay : 443.8s;
+ animation-delay : 443.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4439) {
+ -webkit-animation-delay : 443.9s;
+ animation-delay : 443.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4440) {
+ -webkit-animation-delay : 444s;
+ animation-delay : 444s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4441) {
+ -webkit-animation-delay : 444.1s;
+ animation-delay : 444.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4442) {
+ -webkit-animation-delay : 444.2s;
+ animation-delay : 444.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4443) {
+ -webkit-animation-delay : 444.3s;
+ animation-delay : 444.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4444) {
+ -webkit-animation-delay : 444.4s;
+ animation-delay : 444.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4445) {
+ -webkit-animation-delay : 444.5s;
+ animation-delay : 444.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4446) {
+ -webkit-animation-delay : 444.6s;
+ animation-delay : 444.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4447) {
+ -webkit-animation-delay : 444.7s;
+ animation-delay : 444.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4448) {
+ -webkit-animation-delay : 444.8s;
+ animation-delay : 444.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4449) {
+ -webkit-animation-delay : 444.9s;
+ animation-delay : 444.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4450) {
+ -webkit-animation-delay : 445s;
+ animation-delay : 445s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4451) {
+ -webkit-animation-delay : 445.1s;
+ animation-delay : 445.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4452) {
+ -webkit-animation-delay : 445.2s;
+ animation-delay : 445.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4453) {
+ -webkit-animation-delay : 445.3s;
+ animation-delay : 445.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4454) {
+ -webkit-animation-delay : 445.4s;
+ animation-delay : 445.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4455) {
+ -webkit-animation-delay : 445.5s;
+ animation-delay : 445.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4456) {
+ -webkit-animation-delay : 445.6s;
+ animation-delay : 445.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4457) {
+ -webkit-animation-delay : 445.7s;
+ animation-delay : 445.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4458) {
+ -webkit-animation-delay : 445.8s;
+ animation-delay : 445.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4459) {
+ -webkit-animation-delay : 445.9s;
+ animation-delay : 445.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4460) {
+ -webkit-animation-delay : 446s;
+ animation-delay : 446s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4461) {
+ -webkit-animation-delay : 446.1s;
+ animation-delay : 446.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4462) {
+ -webkit-animation-delay : 446.2s;
+ animation-delay : 446.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4463) {
+ -webkit-animation-delay : 446.3s;
+ animation-delay : 446.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4464) {
+ -webkit-animation-delay : 446.4s;
+ animation-delay : 446.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4465) {
+ -webkit-animation-delay : 446.5s;
+ animation-delay : 446.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4466) {
+ -webkit-animation-delay : 446.6s;
+ animation-delay : 446.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4467) {
+ -webkit-animation-delay : 446.7s;
+ animation-delay : 446.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4468) {
+ -webkit-animation-delay : 446.8s;
+ animation-delay : 446.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4469) {
+ -webkit-animation-delay : 446.9s;
+ animation-delay : 446.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4470) {
+ -webkit-animation-delay : 447s;
+ animation-delay : 447s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4471) {
+ -webkit-animation-delay : 447.1s;
+ animation-delay : 447.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4472) {
+ -webkit-animation-delay : 447.2s;
+ animation-delay : 447.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4473) {
+ -webkit-animation-delay : 447.3s;
+ animation-delay : 447.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4474) {
+ -webkit-animation-delay : 447.4s;
+ animation-delay : 447.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4475) {
+ -webkit-animation-delay : 447.5s;
+ animation-delay : 447.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4476) {
+ -webkit-animation-delay : 447.6s;
+ animation-delay : 447.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4477) {
+ -webkit-animation-delay : 447.7s;
+ animation-delay : 447.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4478) {
+ -webkit-animation-delay : 447.8s;
+ animation-delay : 447.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4479) {
+ -webkit-animation-delay : 447.9s;
+ animation-delay : 447.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4480) {
+ -webkit-animation-delay : 448s;
+ animation-delay : 448s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4481) {
+ -webkit-animation-delay : 448.1s;
+ animation-delay : 448.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4482) {
+ -webkit-animation-delay : 448.2s;
+ animation-delay : 448.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4483) {
+ -webkit-animation-delay : 448.3s;
+ animation-delay : 448.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4484) {
+ -webkit-animation-delay : 448.4s;
+ animation-delay : 448.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4485) {
+ -webkit-animation-delay : 448.5s;
+ animation-delay : 448.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4486) {
+ -webkit-animation-delay : 448.6s;
+ animation-delay : 448.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4487) {
+ -webkit-animation-delay : 448.7s;
+ animation-delay : 448.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4488) {
+ -webkit-animation-delay : 448.8s;
+ animation-delay : 448.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4489) {
+ -webkit-animation-delay : 448.9s;
+ animation-delay : 448.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4490) {
+ -webkit-animation-delay : 449s;
+ animation-delay : 449s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4491) {
+ -webkit-animation-delay : 449.1s;
+ animation-delay : 449.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4492) {
+ -webkit-animation-delay : 449.2s;
+ animation-delay : 449.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4493) {
+ -webkit-animation-delay : 449.3s;
+ animation-delay : 449.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4494) {
+ -webkit-animation-delay : 449.4s;
+ animation-delay : 449.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4495) {
+ -webkit-animation-delay : 449.5s;
+ animation-delay : 449.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4496) {
+ -webkit-animation-delay : 449.6s;
+ animation-delay : 449.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4497) {
+ -webkit-animation-delay : 449.7s;
+ animation-delay : 449.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4498) {
+ -webkit-animation-delay : 449.8s;
+ animation-delay : 449.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4499) {
+ -webkit-animation-delay : 449.9s;
+ animation-delay : 449.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4500) {
+ -webkit-animation-delay : 450s;
+ animation-delay : 450s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4501) {
+ -webkit-animation-delay : 450.1s;
+ animation-delay : 450.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4502) {
+ -webkit-animation-delay : 450.2s;
+ animation-delay : 450.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4503) {
+ -webkit-animation-delay : 450.3s;
+ animation-delay : 450.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4504) {
+ -webkit-animation-delay : 450.4s;
+ animation-delay : 450.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4505) {
+ -webkit-animation-delay : 450.5s;
+ animation-delay : 450.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4506) {
+ -webkit-animation-delay : 450.6s;
+ animation-delay : 450.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4507) {
+ -webkit-animation-delay : 450.7s;
+ animation-delay : 450.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4508) {
+ -webkit-animation-delay : 450.8s;
+ animation-delay : 450.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4509) {
+ -webkit-animation-delay : 450.9s;
+ animation-delay : 450.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4510) {
+ -webkit-animation-delay : 451s;
+ animation-delay : 451s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4511) {
+ -webkit-animation-delay : 451.1s;
+ animation-delay : 451.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4512) {
+ -webkit-animation-delay : 451.2s;
+ animation-delay : 451.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4513) {
+ -webkit-animation-delay : 451.3s;
+ animation-delay : 451.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4514) {
+ -webkit-animation-delay : 451.4s;
+ animation-delay : 451.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4515) {
+ -webkit-animation-delay : 451.5s;
+ animation-delay : 451.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4516) {
+ -webkit-animation-delay : 451.6s;
+ animation-delay : 451.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4517) {
+ -webkit-animation-delay : 451.7s;
+ animation-delay : 451.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4518) {
+ -webkit-animation-delay : 451.8s;
+ animation-delay : 451.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4519) {
+ -webkit-animation-delay : 451.9s;
+ animation-delay : 451.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4520) {
+ -webkit-animation-delay : 452s;
+ animation-delay : 452s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4521) {
+ -webkit-animation-delay : 452.1s;
+ animation-delay : 452.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4522) {
+ -webkit-animation-delay : 452.2s;
+ animation-delay : 452.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4523) {
+ -webkit-animation-delay : 452.3s;
+ animation-delay : 452.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4524) {
+ -webkit-animation-delay : 452.4s;
+ animation-delay : 452.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4525) {
+ -webkit-animation-delay : 452.5s;
+ animation-delay : 452.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4526) {
+ -webkit-animation-delay : 452.6s;
+ animation-delay : 452.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4527) {
+ -webkit-animation-delay : 452.7s;
+ animation-delay : 452.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4528) {
+ -webkit-animation-delay : 452.8s;
+ animation-delay : 452.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4529) {
+ -webkit-animation-delay : 452.9s;
+ animation-delay : 452.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4530) {
+ -webkit-animation-delay : 453s;
+ animation-delay : 453s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4531) {
+ -webkit-animation-delay : 453.1s;
+ animation-delay : 453.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4532) {
+ -webkit-animation-delay : 453.2s;
+ animation-delay : 453.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4533) {
+ -webkit-animation-delay : 453.3s;
+ animation-delay : 453.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4534) {
+ -webkit-animation-delay : 453.4s;
+ animation-delay : 453.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4535) {
+ -webkit-animation-delay : 453.5s;
+ animation-delay : 453.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4536) {
+ -webkit-animation-delay : 453.6s;
+ animation-delay : 453.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4537) {
+ -webkit-animation-delay : 453.7s;
+ animation-delay : 453.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4538) {
+ -webkit-animation-delay : 453.8s;
+ animation-delay : 453.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4539) {
+ -webkit-animation-delay : 453.9s;
+ animation-delay : 453.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4540) {
+ -webkit-animation-delay : 454s;
+ animation-delay : 454s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4541) {
+ -webkit-animation-delay : 454.1s;
+ animation-delay : 454.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4542) {
+ -webkit-animation-delay : 454.2s;
+ animation-delay : 454.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4543) {
+ -webkit-animation-delay : 454.3s;
+ animation-delay : 454.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4544) {
+ -webkit-animation-delay : 454.4s;
+ animation-delay : 454.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4545) {
+ -webkit-animation-delay : 454.5s;
+ animation-delay : 454.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4546) {
+ -webkit-animation-delay : 454.6s;
+ animation-delay : 454.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4547) {
+ -webkit-animation-delay : 454.7s;
+ animation-delay : 454.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4548) {
+ -webkit-animation-delay : 454.8s;
+ animation-delay : 454.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4549) {
+ -webkit-animation-delay : 454.9s;
+ animation-delay : 454.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4550) {
+ -webkit-animation-delay : 455s;
+ animation-delay : 455s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4551) {
+ -webkit-animation-delay : 455.1s;
+ animation-delay : 455.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4552) {
+ -webkit-animation-delay : 455.2s;
+ animation-delay : 455.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4553) {
+ -webkit-animation-delay : 455.3s;
+ animation-delay : 455.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4554) {
+ -webkit-animation-delay : 455.4s;
+ animation-delay : 455.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4555) {
+ -webkit-animation-delay : 455.5s;
+ animation-delay : 455.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4556) {
+ -webkit-animation-delay : 455.6s;
+ animation-delay : 455.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4557) {
+ -webkit-animation-delay : 455.7s;
+ animation-delay : 455.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4558) {
+ -webkit-animation-delay : 455.8s;
+ animation-delay : 455.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4559) {
+ -webkit-animation-delay : 455.9s;
+ animation-delay : 455.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4560) {
+ -webkit-animation-delay : 456s;
+ animation-delay : 456s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4561) {
+ -webkit-animation-delay : 456.1s;
+ animation-delay : 456.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4562) {
+ -webkit-animation-delay : 456.2s;
+ animation-delay : 456.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4563) {
+ -webkit-animation-delay : 456.3s;
+ animation-delay : 456.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4564) {
+ -webkit-animation-delay : 456.4s;
+ animation-delay : 456.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4565) {
+ -webkit-animation-delay : 456.5s;
+ animation-delay : 456.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4566) {
+ -webkit-animation-delay : 456.6s;
+ animation-delay : 456.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4567) {
+ -webkit-animation-delay : 456.7s;
+ animation-delay : 456.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4568) {
+ -webkit-animation-delay : 456.8s;
+ animation-delay : 456.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4569) {
+ -webkit-animation-delay : 456.9s;
+ animation-delay : 456.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4570) {
+ -webkit-animation-delay : 457s;
+ animation-delay : 457s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4571) {
+ -webkit-animation-delay : 457.1s;
+ animation-delay : 457.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4572) {
+ -webkit-animation-delay : 457.2s;
+ animation-delay : 457.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4573) {
+ -webkit-animation-delay : 457.3s;
+ animation-delay : 457.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4574) {
+ -webkit-animation-delay : 457.4s;
+ animation-delay : 457.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4575) {
+ -webkit-animation-delay : 457.5s;
+ animation-delay : 457.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4576) {
+ -webkit-animation-delay : 457.6s;
+ animation-delay : 457.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4577) {
+ -webkit-animation-delay : 457.7s;
+ animation-delay : 457.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4578) {
+ -webkit-animation-delay : 457.8s;
+ animation-delay : 457.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4579) {
+ -webkit-animation-delay : 457.9s;
+ animation-delay : 457.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4580) {
+ -webkit-animation-delay : 458s;
+ animation-delay : 458s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4581) {
+ -webkit-animation-delay : 458.1s;
+ animation-delay : 458.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4582) {
+ -webkit-animation-delay : 458.2s;
+ animation-delay : 458.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4583) {
+ -webkit-animation-delay : 458.3s;
+ animation-delay : 458.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4584) {
+ -webkit-animation-delay : 458.4s;
+ animation-delay : 458.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4585) {
+ -webkit-animation-delay : 458.5s;
+ animation-delay : 458.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4586) {
+ -webkit-animation-delay : 458.6s;
+ animation-delay : 458.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4587) {
+ -webkit-animation-delay : 458.7s;
+ animation-delay : 458.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4588) {
+ -webkit-animation-delay : 458.8s;
+ animation-delay : 458.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4589) {
+ -webkit-animation-delay : 458.9s;
+ animation-delay : 458.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4590) {
+ -webkit-animation-delay : 459s;
+ animation-delay : 459s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4591) {
+ -webkit-animation-delay : 459.1s;
+ animation-delay : 459.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4592) {
+ -webkit-animation-delay : 459.2s;
+ animation-delay : 459.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4593) {
+ -webkit-animation-delay : 459.3s;
+ animation-delay : 459.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4594) {
+ -webkit-animation-delay : 459.4s;
+ animation-delay : 459.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4595) {
+ -webkit-animation-delay : 459.5s;
+ animation-delay : 459.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4596) {
+ -webkit-animation-delay : 459.6s;
+ animation-delay : 459.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4597) {
+ -webkit-animation-delay : 459.7s;
+ animation-delay : 459.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4598) {
+ -webkit-animation-delay : 459.8s;
+ animation-delay : 459.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4599) {
+ -webkit-animation-delay : 459.9s;
+ animation-delay : 459.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4600) {
+ -webkit-animation-delay : 460s;
+ animation-delay : 460s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4601) {
+ -webkit-animation-delay : 460.1s;
+ animation-delay : 460.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4602) {
+ -webkit-animation-delay : 460.2s;
+ animation-delay : 460.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4603) {
+ -webkit-animation-delay : 460.3s;
+ animation-delay : 460.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4604) {
+ -webkit-animation-delay : 460.4s;
+ animation-delay : 460.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4605) {
+ -webkit-animation-delay : 460.5s;
+ animation-delay : 460.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4606) {
+ -webkit-animation-delay : 460.6s;
+ animation-delay : 460.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4607) {
+ -webkit-animation-delay : 460.7s;
+ animation-delay : 460.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4608) {
+ -webkit-animation-delay : 460.8s;
+ animation-delay : 460.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4609) {
+ -webkit-animation-delay : 460.9s;
+ animation-delay : 460.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4610) {
+ -webkit-animation-delay : 461s;
+ animation-delay : 461s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4611) {
+ -webkit-animation-delay : 461.1s;
+ animation-delay : 461.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4612) {
+ -webkit-animation-delay : 461.2s;
+ animation-delay : 461.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4613) {
+ -webkit-animation-delay : 461.3s;
+ animation-delay : 461.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4614) {
+ -webkit-animation-delay : 461.4s;
+ animation-delay : 461.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4615) {
+ -webkit-animation-delay : 461.5s;
+ animation-delay : 461.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4616) {
+ -webkit-animation-delay : 461.6s;
+ animation-delay : 461.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4617) {
+ -webkit-animation-delay : 461.7s;
+ animation-delay : 461.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4618) {
+ -webkit-animation-delay : 461.8s;
+ animation-delay : 461.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4619) {
+ -webkit-animation-delay : 461.9s;
+ animation-delay : 461.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4620) {
+ -webkit-animation-delay : 462s;
+ animation-delay : 462s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4621) {
+ -webkit-animation-delay : 462.1s;
+ animation-delay : 462.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4622) {
+ -webkit-animation-delay : 462.2s;
+ animation-delay : 462.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4623) {
+ -webkit-animation-delay : 462.3s;
+ animation-delay : 462.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4624) {
+ -webkit-animation-delay : 462.4s;
+ animation-delay : 462.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4625) {
+ -webkit-animation-delay : 462.5s;
+ animation-delay : 462.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4626) {
+ -webkit-animation-delay : 462.6s;
+ animation-delay : 462.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4627) {
+ -webkit-animation-delay : 462.7s;
+ animation-delay : 462.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4628) {
+ -webkit-animation-delay : 462.8s;
+ animation-delay : 462.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4629) {
+ -webkit-animation-delay : 462.9s;
+ animation-delay : 462.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4630) {
+ -webkit-animation-delay : 463s;
+ animation-delay : 463s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4631) {
+ -webkit-animation-delay : 463.1s;
+ animation-delay : 463.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4632) {
+ -webkit-animation-delay : 463.2s;
+ animation-delay : 463.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4633) {
+ -webkit-animation-delay : 463.3s;
+ animation-delay : 463.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4634) {
+ -webkit-animation-delay : 463.4s;
+ animation-delay : 463.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4635) {
+ -webkit-animation-delay : 463.5s;
+ animation-delay : 463.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4636) {
+ -webkit-animation-delay : 463.6s;
+ animation-delay : 463.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4637) {
+ -webkit-animation-delay : 463.7s;
+ animation-delay : 463.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4638) {
+ -webkit-animation-delay : 463.8s;
+ animation-delay : 463.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4639) {
+ -webkit-animation-delay : 463.9s;
+ animation-delay : 463.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4640) {
+ -webkit-animation-delay : 464s;
+ animation-delay : 464s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4641) {
+ -webkit-animation-delay : 464.1s;
+ animation-delay : 464.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4642) {
+ -webkit-animation-delay : 464.2s;
+ animation-delay : 464.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4643) {
+ -webkit-animation-delay : 464.3s;
+ animation-delay : 464.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4644) {
+ -webkit-animation-delay : 464.4s;
+ animation-delay : 464.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4645) {
+ -webkit-animation-delay : 464.5s;
+ animation-delay : 464.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4646) {
+ -webkit-animation-delay : 464.6s;
+ animation-delay : 464.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4647) {
+ -webkit-animation-delay : 464.7s;
+ animation-delay : 464.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4648) {
+ -webkit-animation-delay : 464.8s;
+ animation-delay : 464.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4649) {
+ -webkit-animation-delay : 464.9s;
+ animation-delay : 464.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4650) {
+ -webkit-animation-delay : 465s;
+ animation-delay : 465s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4651) {
+ -webkit-animation-delay : 465.1s;
+ animation-delay : 465.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4652) {
+ -webkit-animation-delay : 465.2s;
+ animation-delay : 465.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4653) {
+ -webkit-animation-delay : 465.3s;
+ animation-delay : 465.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4654) {
+ -webkit-animation-delay : 465.4s;
+ animation-delay : 465.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4655) {
+ -webkit-animation-delay : 465.5s;
+ animation-delay : 465.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4656) {
+ -webkit-animation-delay : 465.6s;
+ animation-delay : 465.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4657) {
+ -webkit-animation-delay : 465.7s;
+ animation-delay : 465.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4658) {
+ -webkit-animation-delay : 465.8s;
+ animation-delay : 465.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4659) {
+ -webkit-animation-delay : 465.9s;
+ animation-delay : 465.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4660) {
+ -webkit-animation-delay : 466s;
+ animation-delay : 466s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4661) {
+ -webkit-animation-delay : 466.1s;
+ animation-delay : 466.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4662) {
+ -webkit-animation-delay : 466.2s;
+ animation-delay : 466.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4663) {
+ -webkit-animation-delay : 466.3s;
+ animation-delay : 466.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4664) {
+ -webkit-animation-delay : 466.4s;
+ animation-delay : 466.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4665) {
+ -webkit-animation-delay : 466.5s;
+ animation-delay : 466.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4666) {
+ -webkit-animation-delay : 466.6s;
+ animation-delay : 466.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4667) {
+ -webkit-animation-delay : 466.7s;
+ animation-delay : 466.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4668) {
+ -webkit-animation-delay : 466.8s;
+ animation-delay : 466.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4669) {
+ -webkit-animation-delay : 466.9s;
+ animation-delay : 466.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4670) {
+ -webkit-animation-delay : 467s;
+ animation-delay : 467s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4671) {
+ -webkit-animation-delay : 467.1s;
+ animation-delay : 467.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4672) {
+ -webkit-animation-delay : 467.2s;
+ animation-delay : 467.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4673) {
+ -webkit-animation-delay : 467.3s;
+ animation-delay : 467.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4674) {
+ -webkit-animation-delay : 467.4s;
+ animation-delay : 467.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4675) {
+ -webkit-animation-delay : 467.5s;
+ animation-delay : 467.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4676) {
+ -webkit-animation-delay : 467.6s;
+ animation-delay : 467.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4677) {
+ -webkit-animation-delay : 467.7s;
+ animation-delay : 467.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4678) {
+ -webkit-animation-delay : 467.8s;
+ animation-delay : 467.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4679) {
+ -webkit-animation-delay : 467.9s;
+ animation-delay : 467.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4680) {
+ -webkit-animation-delay : 468s;
+ animation-delay : 468s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4681) {
+ -webkit-animation-delay : 468.1s;
+ animation-delay : 468.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4682) {
+ -webkit-animation-delay : 468.2s;
+ animation-delay : 468.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4683) {
+ -webkit-animation-delay : 468.3s;
+ animation-delay : 468.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4684) {
+ -webkit-animation-delay : 468.4s;
+ animation-delay : 468.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4685) {
+ -webkit-animation-delay : 468.5s;
+ animation-delay : 468.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4686) {
+ -webkit-animation-delay : 468.6s;
+ animation-delay : 468.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4687) {
+ -webkit-animation-delay : 468.7s;
+ animation-delay : 468.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4688) {
+ -webkit-animation-delay : 468.8s;
+ animation-delay : 468.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4689) {
+ -webkit-animation-delay : 468.9s;
+ animation-delay : 468.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4690) {
+ -webkit-animation-delay : 469s;
+ animation-delay : 469s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4691) {
+ -webkit-animation-delay : 469.1s;
+ animation-delay : 469.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4692) {
+ -webkit-animation-delay : 469.2s;
+ animation-delay : 469.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4693) {
+ -webkit-animation-delay : 469.3s;
+ animation-delay : 469.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4694) {
+ -webkit-animation-delay : 469.4s;
+ animation-delay : 469.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4695) {
+ -webkit-animation-delay : 469.5s;
+ animation-delay : 469.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4696) {
+ -webkit-animation-delay : 469.6s;
+ animation-delay : 469.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4697) {
+ -webkit-animation-delay : 469.7s;
+ animation-delay : 469.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4698) {
+ -webkit-animation-delay : 469.8s;
+ animation-delay : 469.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4699) {
+ -webkit-animation-delay : 469.9s;
+ animation-delay : 469.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4700) {
+ -webkit-animation-delay : 470s;
+ animation-delay : 470s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4701) {
+ -webkit-animation-delay : 470.1s;
+ animation-delay : 470.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4702) {
+ -webkit-animation-delay : 470.2s;
+ animation-delay : 470.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4703) {
+ -webkit-animation-delay : 470.3s;
+ animation-delay : 470.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4704) {
+ -webkit-animation-delay : 470.4s;
+ animation-delay : 470.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4705) {
+ -webkit-animation-delay : 470.5s;
+ animation-delay : 470.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4706) {
+ -webkit-animation-delay : 470.6s;
+ animation-delay : 470.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4707) {
+ -webkit-animation-delay : 470.7s;
+ animation-delay : 470.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4708) {
+ -webkit-animation-delay : 470.8s;
+ animation-delay : 470.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4709) {
+ -webkit-animation-delay : 470.9s;
+ animation-delay : 470.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4710) {
+ -webkit-animation-delay : 471s;
+ animation-delay : 471s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4711) {
+ -webkit-animation-delay : 471.1s;
+ animation-delay : 471.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4712) {
+ -webkit-animation-delay : 471.2s;
+ animation-delay : 471.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4713) {
+ -webkit-animation-delay : 471.3s;
+ animation-delay : 471.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4714) {
+ -webkit-animation-delay : 471.4s;
+ animation-delay : 471.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4715) {
+ -webkit-animation-delay : 471.5s;
+ animation-delay : 471.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4716) {
+ -webkit-animation-delay : 471.6s;
+ animation-delay : 471.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4717) {
+ -webkit-animation-delay : 471.7s;
+ animation-delay : 471.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4718) {
+ -webkit-animation-delay : 471.8s;
+ animation-delay : 471.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4719) {
+ -webkit-animation-delay : 471.9s;
+ animation-delay : 471.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4720) {
+ -webkit-animation-delay : 472s;
+ animation-delay : 472s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4721) {
+ -webkit-animation-delay : 472.1s;
+ animation-delay : 472.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4722) {
+ -webkit-animation-delay : 472.2s;
+ animation-delay : 472.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4723) {
+ -webkit-animation-delay : 472.3s;
+ animation-delay : 472.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4724) {
+ -webkit-animation-delay : 472.4s;
+ animation-delay : 472.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4725) {
+ -webkit-animation-delay : 472.5s;
+ animation-delay : 472.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4726) {
+ -webkit-animation-delay : 472.6s;
+ animation-delay : 472.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4727) {
+ -webkit-animation-delay : 472.7s;
+ animation-delay : 472.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4728) {
+ -webkit-animation-delay : 472.8s;
+ animation-delay : 472.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4729) {
+ -webkit-animation-delay : 472.9s;
+ animation-delay : 472.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4730) {
+ -webkit-animation-delay : 473s;
+ animation-delay : 473s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4731) {
+ -webkit-animation-delay : 473.1s;
+ animation-delay : 473.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4732) {
+ -webkit-animation-delay : 473.2s;
+ animation-delay : 473.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4733) {
+ -webkit-animation-delay : 473.3s;
+ animation-delay : 473.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4734) {
+ -webkit-animation-delay : 473.4s;
+ animation-delay : 473.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4735) {
+ -webkit-animation-delay : 473.5s;
+ animation-delay : 473.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4736) {
+ -webkit-animation-delay : 473.6s;
+ animation-delay : 473.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4737) {
+ -webkit-animation-delay : 473.7s;
+ animation-delay : 473.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4738) {
+ -webkit-animation-delay : 473.8s;
+ animation-delay : 473.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4739) {
+ -webkit-animation-delay : 473.9s;
+ animation-delay : 473.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4740) {
+ -webkit-animation-delay : 474s;
+ animation-delay : 474s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4741) {
+ -webkit-animation-delay : 474.1s;
+ animation-delay : 474.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4742) {
+ -webkit-animation-delay : 474.2s;
+ animation-delay : 474.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4743) {
+ -webkit-animation-delay : 474.3s;
+ animation-delay : 474.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4744) {
+ -webkit-animation-delay : 474.4s;
+ animation-delay : 474.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4745) {
+ -webkit-animation-delay : 474.5s;
+ animation-delay : 474.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4746) {
+ -webkit-animation-delay : 474.6s;
+ animation-delay : 474.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4747) {
+ -webkit-animation-delay : 474.7s;
+ animation-delay : 474.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4748) {
+ -webkit-animation-delay : 474.8s;
+ animation-delay : 474.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4749) {
+ -webkit-animation-delay : 474.9s;
+ animation-delay : 474.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4750) {
+ -webkit-animation-delay : 475s;
+ animation-delay : 475s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4751) {
+ -webkit-animation-delay : 475.1s;
+ animation-delay : 475.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4752) {
+ -webkit-animation-delay : 475.2s;
+ animation-delay : 475.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4753) {
+ -webkit-animation-delay : 475.3s;
+ animation-delay : 475.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4754) {
+ -webkit-animation-delay : 475.4s;
+ animation-delay : 475.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4755) {
+ -webkit-animation-delay : 475.5s;
+ animation-delay : 475.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4756) {
+ -webkit-animation-delay : 475.6s;
+ animation-delay : 475.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4757) {
+ -webkit-animation-delay : 475.7s;
+ animation-delay : 475.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4758) {
+ -webkit-animation-delay : 475.8s;
+ animation-delay : 475.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4759) {
+ -webkit-animation-delay : 475.9s;
+ animation-delay : 475.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4760) {
+ -webkit-animation-delay : 476s;
+ animation-delay : 476s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4761) {
+ -webkit-animation-delay : 476.1s;
+ animation-delay : 476.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4762) {
+ -webkit-animation-delay : 476.2s;
+ animation-delay : 476.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4763) {
+ -webkit-animation-delay : 476.3s;
+ animation-delay : 476.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4764) {
+ -webkit-animation-delay : 476.4s;
+ animation-delay : 476.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4765) {
+ -webkit-animation-delay : 476.5s;
+ animation-delay : 476.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4766) {
+ -webkit-animation-delay : 476.6s;
+ animation-delay : 476.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4767) {
+ -webkit-animation-delay : 476.7s;
+ animation-delay : 476.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4768) {
+ -webkit-animation-delay : 476.8s;
+ animation-delay : 476.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4769) {
+ -webkit-animation-delay : 476.9s;
+ animation-delay : 476.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4770) {
+ -webkit-animation-delay : 477s;
+ animation-delay : 477s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4771) {
+ -webkit-animation-delay : 477.1s;
+ animation-delay : 477.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4772) {
+ -webkit-animation-delay : 477.2s;
+ animation-delay : 477.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4773) {
+ -webkit-animation-delay : 477.3s;
+ animation-delay : 477.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4774) {
+ -webkit-animation-delay : 477.4s;
+ animation-delay : 477.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4775) {
+ -webkit-animation-delay : 477.5s;
+ animation-delay : 477.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4776) {
+ -webkit-animation-delay : 477.6s;
+ animation-delay : 477.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4777) {
+ -webkit-animation-delay : 477.7s;
+ animation-delay : 477.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4778) {
+ -webkit-animation-delay : 477.8s;
+ animation-delay : 477.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4779) {
+ -webkit-animation-delay : 477.9s;
+ animation-delay : 477.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4780) {
+ -webkit-animation-delay : 478s;
+ animation-delay : 478s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4781) {
+ -webkit-animation-delay : 478.1s;
+ animation-delay : 478.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4782) {
+ -webkit-animation-delay : 478.2s;
+ animation-delay : 478.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4783) {
+ -webkit-animation-delay : 478.3s;
+ animation-delay : 478.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4784) {
+ -webkit-animation-delay : 478.4s;
+ animation-delay : 478.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4785) {
+ -webkit-animation-delay : 478.5s;
+ animation-delay : 478.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4786) {
+ -webkit-animation-delay : 478.6s;
+ animation-delay : 478.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4787) {
+ -webkit-animation-delay : 478.7s;
+ animation-delay : 478.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4788) {
+ -webkit-animation-delay : 478.8s;
+ animation-delay : 478.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4789) {
+ -webkit-animation-delay : 478.9s;
+ animation-delay : 478.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4790) {
+ -webkit-animation-delay : 479s;
+ animation-delay : 479s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4791) {
+ -webkit-animation-delay : 479.1s;
+ animation-delay : 479.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4792) {
+ -webkit-animation-delay : 479.2s;
+ animation-delay : 479.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4793) {
+ -webkit-animation-delay : 479.3s;
+ animation-delay : 479.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4794) {
+ -webkit-animation-delay : 479.4s;
+ animation-delay : 479.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4795) {
+ -webkit-animation-delay : 479.5s;
+ animation-delay : 479.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4796) {
+ -webkit-animation-delay : 479.6s;
+ animation-delay : 479.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4797) {
+ -webkit-animation-delay : 479.7s;
+ animation-delay : 479.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4798) {
+ -webkit-animation-delay : 479.8s;
+ animation-delay : 479.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4799) {
+ -webkit-animation-delay : 479.9s;
+ animation-delay : 479.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4800) {
+ -webkit-animation-delay : 480s;
+ animation-delay : 480s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4801) {
+ -webkit-animation-delay : 480.1s;
+ animation-delay : 480.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4802) {
+ -webkit-animation-delay : 480.2s;
+ animation-delay : 480.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4803) {
+ -webkit-animation-delay : 480.3s;
+ animation-delay : 480.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4804) {
+ -webkit-animation-delay : 480.4s;
+ animation-delay : 480.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4805) {
+ -webkit-animation-delay : 480.5s;
+ animation-delay : 480.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4806) {
+ -webkit-animation-delay : 480.6s;
+ animation-delay : 480.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4807) {
+ -webkit-animation-delay : 480.7s;
+ animation-delay : 480.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4808) {
+ -webkit-animation-delay : 480.8s;
+ animation-delay : 480.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4809) {
+ -webkit-animation-delay : 480.9s;
+ animation-delay : 480.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4810) {
+ -webkit-animation-delay : 481s;
+ animation-delay : 481s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4811) {
+ -webkit-animation-delay : 481.1s;
+ animation-delay : 481.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4812) {
+ -webkit-animation-delay : 481.2s;
+ animation-delay : 481.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4813) {
+ -webkit-animation-delay : 481.3s;
+ animation-delay : 481.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4814) {
+ -webkit-animation-delay : 481.4s;
+ animation-delay : 481.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4815) {
+ -webkit-animation-delay : 481.5s;
+ animation-delay : 481.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4816) {
+ -webkit-animation-delay : 481.6s;
+ animation-delay : 481.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4817) {
+ -webkit-animation-delay : 481.7s;
+ animation-delay : 481.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4818) {
+ -webkit-animation-delay : 481.8s;
+ animation-delay : 481.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4819) {
+ -webkit-animation-delay : 481.9s;
+ animation-delay : 481.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4820) {
+ -webkit-animation-delay : 482s;
+ animation-delay : 482s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4821) {
+ -webkit-animation-delay : 482.1s;
+ animation-delay : 482.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4822) {
+ -webkit-animation-delay : 482.2s;
+ animation-delay : 482.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4823) {
+ -webkit-animation-delay : 482.3s;
+ animation-delay : 482.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4824) {
+ -webkit-animation-delay : 482.4s;
+ animation-delay : 482.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4825) {
+ -webkit-animation-delay : 482.5s;
+ animation-delay : 482.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4826) {
+ -webkit-animation-delay : 482.6s;
+ animation-delay : 482.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4827) {
+ -webkit-animation-delay : 482.7s;
+ animation-delay : 482.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4828) {
+ -webkit-animation-delay : 482.8s;
+ animation-delay : 482.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4829) {
+ -webkit-animation-delay : 482.9s;
+ animation-delay : 482.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4830) {
+ -webkit-animation-delay : 483s;
+ animation-delay : 483s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4831) {
+ -webkit-animation-delay : 483.1s;
+ animation-delay : 483.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4832) {
+ -webkit-animation-delay : 483.2s;
+ animation-delay : 483.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4833) {
+ -webkit-animation-delay : 483.3s;
+ animation-delay : 483.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4834) {
+ -webkit-animation-delay : 483.4s;
+ animation-delay : 483.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4835) {
+ -webkit-animation-delay : 483.5s;
+ animation-delay : 483.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4836) {
+ -webkit-animation-delay : 483.6s;
+ animation-delay : 483.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4837) {
+ -webkit-animation-delay : 483.7s;
+ animation-delay : 483.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4838) {
+ -webkit-animation-delay : 483.8s;
+ animation-delay : 483.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4839) {
+ -webkit-animation-delay : 483.9s;
+ animation-delay : 483.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4840) {
+ -webkit-animation-delay : 484s;
+ animation-delay : 484s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4841) {
+ -webkit-animation-delay : 484.1s;
+ animation-delay : 484.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4842) {
+ -webkit-animation-delay : 484.2s;
+ animation-delay : 484.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4843) {
+ -webkit-animation-delay : 484.3s;
+ animation-delay : 484.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4844) {
+ -webkit-animation-delay : 484.4s;
+ animation-delay : 484.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4845) {
+ -webkit-animation-delay : 484.5s;
+ animation-delay : 484.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4846) {
+ -webkit-animation-delay : 484.6s;
+ animation-delay : 484.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4847) {
+ -webkit-animation-delay : 484.7s;
+ animation-delay : 484.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4848) {
+ -webkit-animation-delay : 484.8s;
+ animation-delay : 484.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4849) {
+ -webkit-animation-delay : 484.9s;
+ animation-delay : 484.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4850) {
+ -webkit-animation-delay : 485s;
+ animation-delay : 485s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4851) {
+ -webkit-animation-delay : 485.1s;
+ animation-delay : 485.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4852) {
+ -webkit-animation-delay : 485.2s;
+ animation-delay : 485.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4853) {
+ -webkit-animation-delay : 485.3s;
+ animation-delay : 485.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4854) {
+ -webkit-animation-delay : 485.4s;
+ animation-delay : 485.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4855) {
+ -webkit-animation-delay : 485.5s;
+ animation-delay : 485.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4856) {
+ -webkit-animation-delay : 485.6s;
+ animation-delay : 485.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4857) {
+ -webkit-animation-delay : 485.7s;
+ animation-delay : 485.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4858) {
+ -webkit-animation-delay : 485.8s;
+ animation-delay : 485.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4859) {
+ -webkit-animation-delay : 485.9s;
+ animation-delay : 485.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4860) {
+ -webkit-animation-delay : 486s;
+ animation-delay : 486s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4861) {
+ -webkit-animation-delay : 486.1s;
+ animation-delay : 486.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4862) {
+ -webkit-animation-delay : 486.2s;
+ animation-delay : 486.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4863) {
+ -webkit-animation-delay : 486.3s;
+ animation-delay : 486.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4864) {
+ -webkit-animation-delay : 486.4s;
+ animation-delay : 486.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4865) {
+ -webkit-animation-delay : 486.5s;
+ animation-delay : 486.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4866) {
+ -webkit-animation-delay : 486.6s;
+ animation-delay : 486.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4867) {
+ -webkit-animation-delay : 486.7s;
+ animation-delay : 486.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4868) {
+ -webkit-animation-delay : 486.8s;
+ animation-delay : 486.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4869) {
+ -webkit-animation-delay : 486.9s;
+ animation-delay : 486.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4870) {
+ -webkit-animation-delay : 487s;
+ animation-delay : 487s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4871) {
+ -webkit-animation-delay : 487.1s;
+ animation-delay : 487.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4872) {
+ -webkit-animation-delay : 487.2s;
+ animation-delay : 487.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4873) {
+ -webkit-animation-delay : 487.3s;
+ animation-delay : 487.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4874) {
+ -webkit-animation-delay : 487.4s;
+ animation-delay : 487.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4875) {
+ -webkit-animation-delay : 487.5s;
+ animation-delay : 487.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4876) {
+ -webkit-animation-delay : 487.6s;
+ animation-delay : 487.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4877) {
+ -webkit-animation-delay : 487.7s;
+ animation-delay : 487.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4878) {
+ -webkit-animation-delay : 487.8s;
+ animation-delay : 487.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4879) {
+ -webkit-animation-delay : 487.9s;
+ animation-delay : 487.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4880) {
+ -webkit-animation-delay : 488s;
+ animation-delay : 488s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4881) {
+ -webkit-animation-delay : 488.1s;
+ animation-delay : 488.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4882) {
+ -webkit-animation-delay : 488.2s;
+ animation-delay : 488.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4883) {
+ -webkit-animation-delay : 488.3s;
+ animation-delay : 488.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4884) {
+ -webkit-animation-delay : 488.4s;
+ animation-delay : 488.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4885) {
+ -webkit-animation-delay : 488.5s;
+ animation-delay : 488.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4886) {
+ -webkit-animation-delay : 488.6s;
+ animation-delay : 488.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4887) {
+ -webkit-animation-delay : 488.7s;
+ animation-delay : 488.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4888) {
+ -webkit-animation-delay : 488.8s;
+ animation-delay : 488.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4889) {
+ -webkit-animation-delay : 488.9s;
+ animation-delay : 488.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4890) {
+ -webkit-animation-delay : 489s;
+ animation-delay : 489s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4891) {
+ -webkit-animation-delay : 489.1s;
+ animation-delay : 489.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4892) {
+ -webkit-animation-delay : 489.2s;
+ animation-delay : 489.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4893) {
+ -webkit-animation-delay : 489.3s;
+ animation-delay : 489.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4894) {
+ -webkit-animation-delay : 489.4s;
+ animation-delay : 489.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4895) {
+ -webkit-animation-delay : 489.5s;
+ animation-delay : 489.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4896) {
+ -webkit-animation-delay : 489.6s;
+ animation-delay : 489.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4897) {
+ -webkit-animation-delay : 489.7s;
+ animation-delay : 489.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4898) {
+ -webkit-animation-delay : 489.8s;
+ animation-delay : 489.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4899) {
+ -webkit-animation-delay : 489.9s;
+ animation-delay : 489.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4900) {
+ -webkit-animation-delay : 490s;
+ animation-delay : 490s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4901) {
+ -webkit-animation-delay : 490.1s;
+ animation-delay : 490.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4902) {
+ -webkit-animation-delay : 490.2s;
+ animation-delay : 490.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4903) {
+ -webkit-animation-delay : 490.3s;
+ animation-delay : 490.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4904) {
+ -webkit-animation-delay : 490.4s;
+ animation-delay : 490.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4905) {
+ -webkit-animation-delay : 490.5s;
+ animation-delay : 490.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4906) {
+ -webkit-animation-delay : 490.6s;
+ animation-delay : 490.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4907) {
+ -webkit-animation-delay : 490.7s;
+ animation-delay : 490.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4908) {
+ -webkit-animation-delay : 490.8s;
+ animation-delay : 490.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4909) {
+ -webkit-animation-delay : 490.9s;
+ animation-delay : 490.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4910) {
+ -webkit-animation-delay : 491s;
+ animation-delay : 491s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4911) {
+ -webkit-animation-delay : 491.1s;
+ animation-delay : 491.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4912) {
+ -webkit-animation-delay : 491.2s;
+ animation-delay : 491.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4913) {
+ -webkit-animation-delay : 491.3s;
+ animation-delay : 491.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4914) {
+ -webkit-animation-delay : 491.4s;
+ animation-delay : 491.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4915) {
+ -webkit-animation-delay : 491.5s;
+ animation-delay : 491.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4916) {
+ -webkit-animation-delay : 491.6s;
+ animation-delay : 491.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4917) {
+ -webkit-animation-delay : 491.7s;
+ animation-delay : 491.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4918) {
+ -webkit-animation-delay : 491.8s;
+ animation-delay : 491.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4919) {
+ -webkit-animation-delay : 491.9s;
+ animation-delay : 491.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4920) {
+ -webkit-animation-delay : 492s;
+ animation-delay : 492s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4921) {
+ -webkit-animation-delay : 492.1s;
+ animation-delay : 492.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4922) {
+ -webkit-animation-delay : 492.2s;
+ animation-delay : 492.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4923) {
+ -webkit-animation-delay : 492.3s;
+ animation-delay : 492.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4924) {
+ -webkit-animation-delay : 492.4s;
+ animation-delay : 492.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4925) {
+ -webkit-animation-delay : 492.5s;
+ animation-delay : 492.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4926) {
+ -webkit-animation-delay : 492.6s;
+ animation-delay : 492.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4927) {
+ -webkit-animation-delay : 492.7s;
+ animation-delay : 492.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4928) {
+ -webkit-animation-delay : 492.8s;
+ animation-delay : 492.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4929) {
+ -webkit-animation-delay : 492.9s;
+ animation-delay : 492.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4930) {
+ -webkit-animation-delay : 493s;
+ animation-delay : 493s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4931) {
+ -webkit-animation-delay : 493.1s;
+ animation-delay : 493.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4932) {
+ -webkit-animation-delay : 493.2s;
+ animation-delay : 493.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4933) {
+ -webkit-animation-delay : 493.3s;
+ animation-delay : 493.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4934) {
+ -webkit-animation-delay : 493.4s;
+ animation-delay : 493.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4935) {
+ -webkit-animation-delay : 493.5s;
+ animation-delay : 493.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4936) {
+ -webkit-animation-delay : 493.6s;
+ animation-delay : 493.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4937) {
+ -webkit-animation-delay : 493.7s;
+ animation-delay : 493.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4938) {
+ -webkit-animation-delay : 493.8s;
+ animation-delay : 493.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4939) {
+ -webkit-animation-delay : 493.9s;
+ animation-delay : 493.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4940) {
+ -webkit-animation-delay : 494s;
+ animation-delay : 494s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4941) {
+ -webkit-animation-delay : 494.1s;
+ animation-delay : 494.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4942) {
+ -webkit-animation-delay : 494.2s;
+ animation-delay : 494.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4943) {
+ -webkit-animation-delay : 494.3s;
+ animation-delay : 494.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4944) {
+ -webkit-animation-delay : 494.4s;
+ animation-delay : 494.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4945) {
+ -webkit-animation-delay : 494.5s;
+ animation-delay : 494.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4946) {
+ -webkit-animation-delay : 494.6s;
+ animation-delay : 494.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4947) {
+ -webkit-animation-delay : 494.7s;
+ animation-delay : 494.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4948) {
+ -webkit-animation-delay : 494.8s;
+ animation-delay : 494.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4949) {
+ -webkit-animation-delay : 494.9s;
+ animation-delay : 494.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4950) {
+ -webkit-animation-delay : 495s;
+ animation-delay : 495s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4951) {
+ -webkit-animation-delay : 495.1s;
+ animation-delay : 495.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4952) {
+ -webkit-animation-delay : 495.2s;
+ animation-delay : 495.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4953) {
+ -webkit-animation-delay : 495.3s;
+ animation-delay : 495.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4954) {
+ -webkit-animation-delay : 495.4s;
+ animation-delay : 495.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4955) {
+ -webkit-animation-delay : 495.5s;
+ animation-delay : 495.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4956) {
+ -webkit-animation-delay : 495.6s;
+ animation-delay : 495.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4957) {
+ -webkit-animation-delay : 495.7s;
+ animation-delay : 495.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4958) {
+ -webkit-animation-delay : 495.8s;
+ animation-delay : 495.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4959) {
+ -webkit-animation-delay : 495.9s;
+ animation-delay : 495.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4960) {
+ -webkit-animation-delay : 496s;
+ animation-delay : 496s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4961) {
+ -webkit-animation-delay : 496.1s;
+ animation-delay : 496.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4962) {
+ -webkit-animation-delay : 496.2s;
+ animation-delay : 496.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4963) {
+ -webkit-animation-delay : 496.3s;
+ animation-delay : 496.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4964) {
+ -webkit-animation-delay : 496.4s;
+ animation-delay : 496.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4965) {
+ -webkit-animation-delay : 496.5s;
+ animation-delay : 496.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4966) {
+ -webkit-animation-delay : 496.6s;
+ animation-delay : 496.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4967) {
+ -webkit-animation-delay : 496.7s;
+ animation-delay : 496.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4968) {
+ -webkit-animation-delay : 496.8s;
+ animation-delay : 496.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4969) {
+ -webkit-animation-delay : 496.9s;
+ animation-delay : 496.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4970) {
+ -webkit-animation-delay : 497s;
+ animation-delay : 497s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4971) {
+ -webkit-animation-delay : 497.1s;
+ animation-delay : 497.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4972) {
+ -webkit-animation-delay : 497.2s;
+ animation-delay : 497.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4973) {
+ -webkit-animation-delay : 497.3s;
+ animation-delay : 497.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4974) {
+ -webkit-animation-delay : 497.4s;
+ animation-delay : 497.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4975) {
+ -webkit-animation-delay : 497.5s;
+ animation-delay : 497.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4976) {
+ -webkit-animation-delay : 497.6s;
+ animation-delay : 497.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4977) {
+ -webkit-animation-delay : 497.7s;
+ animation-delay : 497.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4978) {
+ -webkit-animation-delay : 497.8s;
+ animation-delay : 497.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4979) {
+ -webkit-animation-delay : 497.9s;
+ animation-delay : 497.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4980) {
+ -webkit-animation-delay : 498s;
+ animation-delay : 498s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4981) {
+ -webkit-animation-delay : 498.1s;
+ animation-delay : 498.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4982) {
+ -webkit-animation-delay : 498.2s;
+ animation-delay : 498.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4983) {
+ -webkit-animation-delay : 498.3s;
+ animation-delay : 498.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4984) {
+ -webkit-animation-delay : 498.4s;
+ animation-delay : 498.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4985) {
+ -webkit-animation-delay : 498.5s;
+ animation-delay : 498.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4986) {
+ -webkit-animation-delay : 498.6s;
+ animation-delay : 498.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4987) {
+ -webkit-animation-delay : 498.7s;
+ animation-delay : 498.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4988) {
+ -webkit-animation-delay : 498.8s;
+ animation-delay : 498.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4989) {
+ -webkit-animation-delay : 498.9s;
+ animation-delay : 498.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4990) {
+ -webkit-animation-delay : 499s;
+ animation-delay : 499s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4991) {
+ -webkit-animation-delay : 499.1s;
+ animation-delay : 499.1s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4992) {
+ -webkit-animation-delay : 499.2s;
+ animation-delay : 499.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4993) {
+ -webkit-animation-delay : 499.3s;
+ animation-delay : 499.3s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4994) {
+ -webkit-animation-delay : 499.4s;
+ animation-delay : 499.4s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4995) {
+ -webkit-animation-delay : 499.5s;
+ animation-delay : 499.5s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4996) {
+ -webkit-animation-delay : 499.6s;
+ animation-delay : 499.6s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4997) {
+ -webkit-animation-delay : 499.7s;
+ animation-delay : 499.7s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4998) {
+ -webkit-animation-delay : 499.8s;
+ animation-delay : 499.8s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4999) {
+ -webkit-animation-delay : 499.9s;
+ animation-delay : 499.9s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5000) {
+ -webkit-animation-delay : 500s;
+ animation-delay : 500s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li {
+ cursor : pointer;
+ -webkit-transition : all 0.2s;
+ transition : all 0.2s;
+ -webkit-animation : fadeIn 0.5s linear;
+ animation : fadeIn 0.5s linear;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : relative;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media {
+ padding : 1.5rem 1rem;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media:hover {
+ -webkit-transform : translateY(-4px);
+ -ms-transform : translateY(-4px);
+ transform : translateY(-4px);
+ box-shadow : 0 3px 10px 0 #CCCCCC;
+ -webkit-transition : all 0.2s;
+ transition : all 0.2s;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-left {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-body {
+ width : calc(100vw - (100vw - 100%) - 60px);
+ overflow : hidden;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar, .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img {
+ height : 40px;
+ width : 40px;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img {
+ border : 2px solid #FFFFFF;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.mail-read {
+ background-color : #EDEDED;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:not(:first-child) {
+ border-top : 1px solid #DAE1E7;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ margin-bottom : 0.75rem;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .list-group-item-text {
+ color : #626262;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-date {
+ color : #626262;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-message p {
+ color : #626262;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action .favorite i {
+ font-size : 1.2rem;
+ line-height : 1.5;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .no-results {
+ display : none;
+ padding : 1.5rem;
+ text-align : center;
+}
+.email-application .app-content .content-area-wrapper .email-user-list .no-results.show {
+ display : block;
+}
+
+.email-application .app-action {
+ padding : 1rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ border-bottom : 1px solid #DAE1E7;
+}
+.email-application .app-action .action-left .selectAll {
+ margin : 0.25rem 0 0.108rem;
+}
+.email-application .app-action .action-left .selectAll .vs-checkbox {
+ margin-right : 1rem;
+}
+.email-application .app-action .action-right ul li:not(:last-child) {
+ margin-right : 1rem;
+}
+.email-application .app-action .action-right .dropdown-toggle {
+ color : #626262;
+ white-space : normal;
+}
+.email-application .app-action .action-right .dropdown-toggle::after {
+ display : none;
+}
+.email-application .app-action .action-right i {
+ font-size : 1.5rem;
+ margin-right : 0;
+}
+
+.email-application .email-app-details {
+ position : absolute;
+ display : block;
+ z-index : 2;
+ visibility : hidden;
+ opacity : 0;
+ top : 0;
+ width : calc(100% - 260px);
+ background-color : #F8F8F8;
+ -webkit-transform : translateX(100%);
+ -ms-transform : translateX(100%);
+ transform : translateX(100%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ height : 100%;
+ border-left : 1px solid #DAE1E7;
+}
+.email-application .email-app-details.show {
+ visibility : visible;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ opacity : 1;
+ -webkit-transform : translateX(0%);
+ -ms-transform : translateX(0%);
+ transform : translateX(0%);
+ transition : all 0.3s ease;
+}
+.email-application .email-app-details .email-detail-header {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ box-shadow : 0 4px 6px rgba(0, 0, 0, 0.04);
+ border-bottom : 1px solid #EEEEEE;
+ position : relative;
+ padding : 1.643rem 2rem 0;
+ background-color : #FFFFFF;
+}
+.email-application .email-app-details .email-header-right .dropdown-toggle {
+ color : #626262;
+}
+.email-application .email-app-details .email-scroll-area {
+ padding : 0 2rem;
+ position : relative;
+ height : calc(100vh - 18.75rem);
+ height : calc(var(--vh, 1vh) * 100 - 18.75rem);
+}
+.email-application .email-app-details .email-scroll-area .email-detail-head {
+ border-bottom : 1px solid #DAE1E7;
+ padding : 1.5rem 1rem 0.75rem;
+}
+.email-application .email-app-details .email-scroll-area .email-detail-head .mail-meta-item {
+ text-align : right;
+}
+.email-application .email-app-details .email-scroll-area .card-body.mail-message-wrapper {
+ border-bottom : 1px solid #DAE1E7 !important;
+}
+.email-application .email-app-details .email-scroll-area .mail-label {
+ letter-spacing : 0.25px;
+}
+.email-application .email-app-details .email-scroll-area .email-info-dropup .dropdown-toggle::after {
+ left : 0;
+ margin : 0;
+}
+.email-application .email-app-details .email-scroll-area .mail-message p {
+ margin-bottom : 1.5rem;
+}
+.email-application .email-app-details .email-scroll-area .mail-attachements {
+ text-transform : uppercase;
+}
+
+.email-application .ql-editor {
+ height : 150px;
+}
+
+@media (max-width: 767.98px) {
+ .email-application .sidebar-content .sidebar-close-icon {
+ visibility : visible !important;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .email-application .app-content .sidebar-left {
+ position : relative;
+ }
+ .email-application .app-content .sidebar-left .email-app-sidebar {
+ -webkit-transform : translateX(-110%);
+ -ms-transform : translateX(-110%);
+ transform : translateX(-110%);
+ -webkit-transition : all 0.3s ease-in-out;
+ transition : all 0.3s ease-in-out;
+ left : 0;
+ position : fixed;
+ z-index : 5;
+ left : -2px;
+ }
+ .email-application .app-content .sidebar-left.show .email-app-sidebar {
+ -webkit-transform : translateX(13%);
+ -ms-transform : translateX(13%);
+ transform : translateX(13%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ display : block;
+ }
+ .email-application .app-content .content-right {
+ width : 100%;
+ }
+ .email-application .app-content .content-right .app-fixed-search {
+ border-top-left-radius : 0.5rem;
+ }
+ .email-application .app-content .content-right .email-app-details {
+ width : 100%;
+ border-radius : 0.5rem;
+ }
+ .email-application .app-content .content-right .email-app-details .email-scroll-area {
+ height : calc(100vh - 21.5rem);
+ height : calc(var(--vh, 1vh) * 100 - 21.5rem);
+ }
+}
+
+@media (max-width: 575.98px) {
+ .email-application .sidebar-left .email-app-sidebar {
+ left : -1.12rem !important;
+ }
+ .email-application .email-detail-head .mail-meta-item {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ }
+ .email-application .email-detail-head .mail-meta-item .mail-date, .email-application .email-detail-head .mail-meta-item .mail-time {
+ margin : 1rem 0.75rem 0 0;
+ }
+ .email-application .app-content .content-right .email-app-details .email-scroll-area {
+ height : calc(100vh - 23.25rem);
+ height : calc(var(--vh, 1vh) * 100 - 23.25rem);
+ }
+ .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details {
+ display : block;
+ }
+ .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-items {
+ width : 70%;
+ display : inline-grid;
+ }
+ .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item {
+ width : 15%;
+ position : absolute;
+ right : 1rem;
+ top : 1.5rem;
+ }
+ .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item i, .email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item .bullet {
+ display : none;
+ }
+}
+
+@media (max-width: 349.98px) {
+ .email-application .content-area-wrapper .sidebar .email-app-sidebar {
+ width : 230px;
+ left : 3px;
+ }
+ .email-application .app-content .content-area-wrapper .email-user-list {
+ height : calc(100vh - 22.3rem);
+ height : calc(var(--vh, 1vh) * 100 - 22.3rem);
+ }
+ .email-application .email-app-details .email-detail-header {
+ padding : 0 1.2rem;
+ }
+ .email-application .email-app-details .email-detail-header .email-prev, .email-application .email-app-details .email-detail-header .email-next {
+ display : none;
+ }
+}
+
+@-webkit-keyframes fadeIn {
+ 0% {
+ opacity : 0;
+ top : 100px;
+ }
+ 75% {
+ opacity : 0.5;
+ top : 0;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-email.min.css b/www/assets2/css/pages/app-email.min.css
new file mode 100644
index 0000000..21cac6a
--- /dev/null
+++ b/www/assets2/css/pages/app-email.min.css
@@ -0,0 +1 @@
+.email-application .content-area-wrapper{border:1px solid #DAE1E7;border-radius:.25rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar{width:260px;height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);background-color:#FFF;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-transition:all .3s ease;transition:all .3s ease}.email-application .content-area-wrapper .sidebar .email-app-sidebar .sidebar-close-icon{position:absolute;right:.25rem;top:.25rem;cursor:pointer;font-size:1.25rem;z-index:5;visibility:hidden}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu{width:100%;padding-bottom:.5rem;box-shadow:0 0 15px 0 rgba(0,0,0,.05);z-index:3}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .compose-btn{padding:1px 1.5rem;margin-bottom:.25rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .badge{padding:.5rem .68rem}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .sidebar-menu-list{padding:0 1.5rem;position:relative;height:calc(100% - 6.4rem)}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu .list-group .list-group-item i{top:3px}.email-application .content-area-wrapper .sidebar .email-app-sidebar .email-app-menu hr{margin-left:-1.5rem;margin-right:-1.5rem}.email-application .content-area-wrapper .sidebar .list-group .list-group-item{padding-left:0;padding-right:0}.email-application .content-area-wrapper .sidebar .list-group .list-group-item:focus,.email-application .content-area-wrapper .sidebar .list-group .list-group-item:hover{background-color:transparent;color:#626262}.email-application .content-area-wrapper .sidebar .list-group .list-group-item.active{background:0 0;color:#7367F0}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-date,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .mail-message p,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .list-group-item-text,.email-application .email-app-details .email-header-right .dropdown-toggle{color:#626262}.email-application .content-area-wrapper .content-right{width:calc(100% - 260px)}.email-application .content-area-wrapper .content-right .content-wrapper{padding:0}.email-application .content-area-wrapper .content-right .email-app-list-wrapper{border-left:1px solid #DAE1E7}.email-application .content-area-wrapper .content-right .app-fixed-search{padding:.35rem .1rem;border-bottom:1px solid #DAE1E7;background-color:#FFF;border-top-right-radius:.5rem}.email-application .content-area-wrapper .content-right .app-fixed-search .form-control-position{font-size:calc(1rem * 1.1)}.email-application .content-area-wrapper .content-right .app-fixed-search input{border:0;background-color:transparent}.email-application .content-area-wrapper .content-right .app-fixed-search input:focus{border-color:transparent;box-shadow:none}.email-application .content-area-wrapper .content-right .action-icon{cursor:pointer}.email-application .app-content .content-area-wrapper{position:relative}.email-application .app-content .content-area-wrapper .sidebar-toggle{cursor:pointer;margin:.5rem .99rem;float:left;line-height:1}.email-application .app-content .content-area-wrapper .sidebar-toggle i{font-size:1.75rem}.email-application .app-content .content-area-wrapper .go-back{cursor:pointer}.email-application .app-content .content-area-wrapper .app-content-overlay{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:2;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.email-application .app-content .content-area-wrapper .app-content-overlay.show{visibility:visible;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1;background-color:rgba(0,0,0,.2);border-radius:.5rem}.email-application .app-content .content-area-wrapper .email-user-list{position:relative;height:calc(100vh - 20.3rem);height:calc(var(--vh,1vh) * 100 - 20.3rem)}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper{padding:0;margin:0}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(14){-webkit-animation-delay:1.4s;animation-delay:1.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(15){-webkit-animation-delay:1.5s;animation-delay:1.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(16){-webkit-animation-delay:1.6s;animation-delay:1.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(17){-webkit-animation-delay:1.7s;animation-delay:1.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(18){-webkit-animation-delay:1.8s;animation-delay:1.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(19){-webkit-animation-delay:1.9s;animation-delay:1.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(20){-webkit-animation-delay:2s;animation-delay:2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(21){-webkit-animation-delay:2.1s;animation-delay:2.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(22){-webkit-animation-delay:2.2s;animation-delay:2.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(23){-webkit-animation-delay:2.3s;animation-delay:2.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(24){-webkit-animation-delay:2.4s;animation-delay:2.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(25){-webkit-animation-delay:2.5s;animation-delay:2.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(26){-webkit-animation-delay:2.6s;animation-delay:2.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(27){-webkit-animation-delay:2.7s;animation-delay:2.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(28){-webkit-animation-delay:2.8s;animation-delay:2.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(29){-webkit-animation-delay:2.9s;animation-delay:2.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(30){-webkit-animation-delay:3s;animation-delay:3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(31){-webkit-animation-delay:3.1s;animation-delay:3.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(32){-webkit-animation-delay:3.2s;animation-delay:3.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(33){-webkit-animation-delay:3.3s;animation-delay:3.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(34){-webkit-animation-delay:3.4s;animation-delay:3.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(35){-webkit-animation-delay:3.5s;animation-delay:3.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(36){-webkit-animation-delay:3.6s;animation-delay:3.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(37){-webkit-animation-delay:3.7s;animation-delay:3.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(38){-webkit-animation-delay:3.8s;animation-delay:3.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(39){-webkit-animation-delay:3.9s;animation-delay:3.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(40){-webkit-animation-delay:4s;animation-delay:4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(41){-webkit-animation-delay:4.1s;animation-delay:4.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(42){-webkit-animation-delay:4.2s;animation-delay:4.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(43){-webkit-animation-delay:4.3s;animation-delay:4.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(44){-webkit-animation-delay:4.4s;animation-delay:4.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(45){-webkit-animation-delay:4.5s;animation-delay:4.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(46){-webkit-animation-delay:4.6s;animation-delay:4.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(47){-webkit-animation-delay:4.7s;animation-delay:4.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(48){-webkit-animation-delay:4.8s;animation-delay:4.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(49){-webkit-animation-delay:4.9s;animation-delay:4.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(50){-webkit-animation-delay:5s;animation-delay:5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(51){-webkit-animation-delay:5.1s;animation-delay:5.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(52){-webkit-animation-delay:5.2s;animation-delay:5.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(53){-webkit-animation-delay:5.3s;animation-delay:5.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(54){-webkit-animation-delay:5.4s;animation-delay:5.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(55){-webkit-animation-delay:5.5s;animation-delay:5.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(56){-webkit-animation-delay:5.6s;animation-delay:5.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(57){-webkit-animation-delay:5.7s;animation-delay:5.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(58){-webkit-animation-delay:5.8s;animation-delay:5.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(59){-webkit-animation-delay:5.9s;animation-delay:5.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(60){-webkit-animation-delay:6s;animation-delay:6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(61){-webkit-animation-delay:6.1s;animation-delay:6.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(62){-webkit-animation-delay:6.2s;animation-delay:6.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(63){-webkit-animation-delay:6.3s;animation-delay:6.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(64){-webkit-animation-delay:6.4s;animation-delay:6.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(65){-webkit-animation-delay:6.5s;animation-delay:6.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(66){-webkit-animation-delay:6.6s;animation-delay:6.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(67){-webkit-animation-delay:6.7s;animation-delay:6.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(68){-webkit-animation-delay:6.8s;animation-delay:6.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(69){-webkit-animation-delay:6.9s;animation-delay:6.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(70){-webkit-animation-delay:7s;animation-delay:7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(71){-webkit-animation-delay:7.1s;animation-delay:7.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(72){-webkit-animation-delay:7.2s;animation-delay:7.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(73){-webkit-animation-delay:7.3s;animation-delay:7.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(74){-webkit-animation-delay:7.4s;animation-delay:7.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(75){-webkit-animation-delay:7.5s;animation-delay:7.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(76){-webkit-animation-delay:7.6s;animation-delay:7.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(77){-webkit-animation-delay:7.7s;animation-delay:7.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(78){-webkit-animation-delay:7.8s;animation-delay:7.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(79){-webkit-animation-delay:7.9s;animation-delay:7.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(80){-webkit-animation-delay:8s;animation-delay:8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(81){-webkit-animation-delay:8.1s;animation-delay:8.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(82){-webkit-animation-delay:8.2s;animation-delay:8.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(83){-webkit-animation-delay:8.3s;animation-delay:8.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(84){-webkit-animation-delay:8.4s;animation-delay:8.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(85){-webkit-animation-delay:8.5s;animation-delay:8.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(86){-webkit-animation-delay:8.6s;animation-delay:8.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(87){-webkit-animation-delay:8.7s;animation-delay:8.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(88){-webkit-animation-delay:8.8s;animation-delay:8.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(89){-webkit-animation-delay:8.9s;animation-delay:8.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(90){-webkit-animation-delay:9s;animation-delay:9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(91){-webkit-animation-delay:9.1s;animation-delay:9.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(92){-webkit-animation-delay:9.2s;animation-delay:9.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(93){-webkit-animation-delay:9.3s;animation-delay:9.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(94){-webkit-animation-delay:9.4s;animation-delay:9.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(95){-webkit-animation-delay:9.5s;animation-delay:9.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(96){-webkit-animation-delay:9.6s;animation-delay:9.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(97){-webkit-animation-delay:9.7s;animation-delay:9.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(98){-webkit-animation-delay:9.8s;animation-delay:9.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(99){-webkit-animation-delay:9.9s;animation-delay:9.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(100){-webkit-animation-delay:10s;animation-delay:10s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(101){-webkit-animation-delay:10.1s;animation-delay:10.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(102){-webkit-animation-delay:10.2s;animation-delay:10.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(103){-webkit-animation-delay:10.3s;animation-delay:10.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(104){-webkit-animation-delay:10.4s;animation-delay:10.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(105){-webkit-animation-delay:10.5s;animation-delay:10.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(106){-webkit-animation-delay:10.6s;animation-delay:10.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(107){-webkit-animation-delay:10.7s;animation-delay:10.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(108){-webkit-animation-delay:10.8s;animation-delay:10.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(109){-webkit-animation-delay:10.9s;animation-delay:10.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(110){-webkit-animation-delay:11s;animation-delay:11s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(111){-webkit-animation-delay:11.1s;animation-delay:11.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(112){-webkit-animation-delay:11.2s;animation-delay:11.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(113){-webkit-animation-delay:11.3s;animation-delay:11.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(114){-webkit-animation-delay:11.4s;animation-delay:11.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(115){-webkit-animation-delay:11.5s;animation-delay:11.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(116){-webkit-animation-delay:11.6s;animation-delay:11.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(117){-webkit-animation-delay:11.7s;animation-delay:11.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(118){-webkit-animation-delay:11.8s;animation-delay:11.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(119){-webkit-animation-delay:11.9s;animation-delay:11.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(120){-webkit-animation-delay:12s;animation-delay:12s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(121){-webkit-animation-delay:12.1s;animation-delay:12.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(122){-webkit-animation-delay:12.2s;animation-delay:12.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(123){-webkit-animation-delay:12.3s;animation-delay:12.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(124){-webkit-animation-delay:12.4s;animation-delay:12.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(125){-webkit-animation-delay:12.5s;animation-delay:12.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(126){-webkit-animation-delay:12.6s;animation-delay:12.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(127){-webkit-animation-delay:12.7s;animation-delay:12.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(128){-webkit-animation-delay:12.8s;animation-delay:12.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(129){-webkit-animation-delay:12.9s;animation-delay:12.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(130){-webkit-animation-delay:13s;animation-delay:13s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(131){-webkit-animation-delay:13.1s;animation-delay:13.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(132){-webkit-animation-delay:13.2s;animation-delay:13.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(133){-webkit-animation-delay:13.3s;animation-delay:13.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(134){-webkit-animation-delay:13.4s;animation-delay:13.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(135){-webkit-animation-delay:13.5s;animation-delay:13.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(136){-webkit-animation-delay:13.6s;animation-delay:13.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(137){-webkit-animation-delay:13.7s;animation-delay:13.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(138){-webkit-animation-delay:13.8s;animation-delay:13.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(139){-webkit-animation-delay:13.9s;animation-delay:13.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(140){-webkit-animation-delay:14s;animation-delay:14s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(141){-webkit-animation-delay:14.1s;animation-delay:14.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(142){-webkit-animation-delay:14.2s;animation-delay:14.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(143){-webkit-animation-delay:14.3s;animation-delay:14.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(144){-webkit-animation-delay:14.4s;animation-delay:14.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(145){-webkit-animation-delay:14.5s;animation-delay:14.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(146){-webkit-animation-delay:14.6s;animation-delay:14.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(147){-webkit-animation-delay:14.7s;animation-delay:14.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(148){-webkit-animation-delay:14.8s;animation-delay:14.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(149){-webkit-animation-delay:14.9s;animation-delay:14.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(150){-webkit-animation-delay:15s;animation-delay:15s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(151){-webkit-animation-delay:15.1s;animation-delay:15.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(152){-webkit-animation-delay:15.2s;animation-delay:15.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(153){-webkit-animation-delay:15.3s;animation-delay:15.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(154){-webkit-animation-delay:15.4s;animation-delay:15.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(155){-webkit-animation-delay:15.5s;animation-delay:15.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(156){-webkit-animation-delay:15.6s;animation-delay:15.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(157){-webkit-animation-delay:15.7s;animation-delay:15.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(158){-webkit-animation-delay:15.8s;animation-delay:15.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(159){-webkit-animation-delay:15.9s;animation-delay:15.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(160){-webkit-animation-delay:16s;animation-delay:16s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(161){-webkit-animation-delay:16.1s;animation-delay:16.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(162){-webkit-animation-delay:16.2s;animation-delay:16.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(163){-webkit-animation-delay:16.3s;animation-delay:16.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(164){-webkit-animation-delay:16.4s;animation-delay:16.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(165){-webkit-animation-delay:16.5s;animation-delay:16.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(166){-webkit-animation-delay:16.6s;animation-delay:16.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(167){-webkit-animation-delay:16.7s;animation-delay:16.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(168){-webkit-animation-delay:16.8s;animation-delay:16.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(169){-webkit-animation-delay:16.9s;animation-delay:16.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(170){-webkit-animation-delay:17s;animation-delay:17s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(171){-webkit-animation-delay:17.1s;animation-delay:17.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(172){-webkit-animation-delay:17.2s;animation-delay:17.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(173){-webkit-animation-delay:17.3s;animation-delay:17.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(174){-webkit-animation-delay:17.4s;animation-delay:17.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(175){-webkit-animation-delay:17.5s;animation-delay:17.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(176){-webkit-animation-delay:17.6s;animation-delay:17.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(177){-webkit-animation-delay:17.7s;animation-delay:17.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(178){-webkit-animation-delay:17.8s;animation-delay:17.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(179){-webkit-animation-delay:17.9s;animation-delay:17.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(180){-webkit-animation-delay:18s;animation-delay:18s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(181){-webkit-animation-delay:18.1s;animation-delay:18.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(182){-webkit-animation-delay:18.2s;animation-delay:18.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(183){-webkit-animation-delay:18.3s;animation-delay:18.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(184){-webkit-animation-delay:18.4s;animation-delay:18.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(185){-webkit-animation-delay:18.5s;animation-delay:18.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(186){-webkit-animation-delay:18.6s;animation-delay:18.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(187){-webkit-animation-delay:18.7s;animation-delay:18.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(188){-webkit-animation-delay:18.8s;animation-delay:18.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(189){-webkit-animation-delay:18.9s;animation-delay:18.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(190){-webkit-animation-delay:19s;animation-delay:19s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(191){-webkit-animation-delay:19.1s;animation-delay:19.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(192){-webkit-animation-delay:19.2s;animation-delay:19.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(193){-webkit-animation-delay:19.3s;animation-delay:19.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(194){-webkit-animation-delay:19.4s;animation-delay:19.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(195){-webkit-animation-delay:19.5s;animation-delay:19.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(196){-webkit-animation-delay:19.6s;animation-delay:19.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(197){-webkit-animation-delay:19.7s;animation-delay:19.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(198){-webkit-animation-delay:19.8s;animation-delay:19.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(199){-webkit-animation-delay:19.9s;animation-delay:19.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(200){-webkit-animation-delay:20s;animation-delay:20s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(201){-webkit-animation-delay:20.1s;animation-delay:20.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(202){-webkit-animation-delay:20.2s;animation-delay:20.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(203){-webkit-animation-delay:20.3s;animation-delay:20.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(204){-webkit-animation-delay:20.4s;animation-delay:20.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(205){-webkit-animation-delay:20.5s;animation-delay:20.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(206){-webkit-animation-delay:20.6s;animation-delay:20.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(207){-webkit-animation-delay:20.7s;animation-delay:20.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(208){-webkit-animation-delay:20.8s;animation-delay:20.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(209){-webkit-animation-delay:20.9s;animation-delay:20.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(210){-webkit-animation-delay:21s;animation-delay:21s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(211){-webkit-animation-delay:21.1s;animation-delay:21.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(212){-webkit-animation-delay:21.2s;animation-delay:21.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(213){-webkit-animation-delay:21.3s;animation-delay:21.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(214){-webkit-animation-delay:21.4s;animation-delay:21.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(215){-webkit-animation-delay:21.5s;animation-delay:21.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(216){-webkit-animation-delay:21.6s;animation-delay:21.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(217){-webkit-animation-delay:21.7s;animation-delay:21.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(218){-webkit-animation-delay:21.8s;animation-delay:21.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(219){-webkit-animation-delay:21.9s;animation-delay:21.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(220){-webkit-animation-delay:22s;animation-delay:22s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(221){-webkit-animation-delay:22.1s;animation-delay:22.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(222){-webkit-animation-delay:22.2s;animation-delay:22.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(223){-webkit-animation-delay:22.3s;animation-delay:22.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(224){-webkit-animation-delay:22.4s;animation-delay:22.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(225){-webkit-animation-delay:22.5s;animation-delay:22.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(226){-webkit-animation-delay:22.6s;animation-delay:22.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(227){-webkit-animation-delay:22.7s;animation-delay:22.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(228){-webkit-animation-delay:22.8s;animation-delay:22.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(229){-webkit-animation-delay:22.9s;animation-delay:22.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(230){-webkit-animation-delay:23s;animation-delay:23s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(231){-webkit-animation-delay:23.1s;animation-delay:23.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(232){-webkit-animation-delay:23.2s;animation-delay:23.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(233){-webkit-animation-delay:23.3s;animation-delay:23.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(234){-webkit-animation-delay:23.4s;animation-delay:23.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(235){-webkit-animation-delay:23.5s;animation-delay:23.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(236){-webkit-animation-delay:23.6s;animation-delay:23.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(237){-webkit-animation-delay:23.7s;animation-delay:23.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(238){-webkit-animation-delay:23.8s;animation-delay:23.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(239){-webkit-animation-delay:23.9s;animation-delay:23.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(240){-webkit-animation-delay:24s;animation-delay:24s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(241){-webkit-animation-delay:24.1s;animation-delay:24.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(242){-webkit-animation-delay:24.2s;animation-delay:24.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(243){-webkit-animation-delay:24.3s;animation-delay:24.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(244){-webkit-animation-delay:24.4s;animation-delay:24.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(245){-webkit-animation-delay:24.5s;animation-delay:24.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(246){-webkit-animation-delay:24.6s;animation-delay:24.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(247){-webkit-animation-delay:24.7s;animation-delay:24.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(248){-webkit-animation-delay:24.8s;animation-delay:24.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(249){-webkit-animation-delay:24.9s;animation-delay:24.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(250){-webkit-animation-delay:25s;animation-delay:25s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(251){-webkit-animation-delay:25.1s;animation-delay:25.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(252){-webkit-animation-delay:25.2s;animation-delay:25.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(253){-webkit-animation-delay:25.3s;animation-delay:25.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(254){-webkit-animation-delay:25.4s;animation-delay:25.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(255){-webkit-animation-delay:25.5s;animation-delay:25.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(256){-webkit-animation-delay:25.6s;animation-delay:25.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(257){-webkit-animation-delay:25.7s;animation-delay:25.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(258){-webkit-animation-delay:25.8s;animation-delay:25.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(259){-webkit-animation-delay:25.9s;animation-delay:25.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(260){-webkit-animation-delay:26s;animation-delay:26s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(261){-webkit-animation-delay:26.1s;animation-delay:26.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(262){-webkit-animation-delay:26.2s;animation-delay:26.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(263){-webkit-animation-delay:26.3s;animation-delay:26.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(264){-webkit-animation-delay:26.4s;animation-delay:26.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(265){-webkit-animation-delay:26.5s;animation-delay:26.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(266){-webkit-animation-delay:26.6s;animation-delay:26.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(267){-webkit-animation-delay:26.7s;animation-delay:26.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(268){-webkit-animation-delay:26.8s;animation-delay:26.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(269){-webkit-animation-delay:26.9s;animation-delay:26.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(270){-webkit-animation-delay:27s;animation-delay:27s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(271){-webkit-animation-delay:27.1s;animation-delay:27.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(272){-webkit-animation-delay:27.2s;animation-delay:27.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(273){-webkit-animation-delay:27.3s;animation-delay:27.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(274){-webkit-animation-delay:27.4s;animation-delay:27.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(275){-webkit-animation-delay:27.5s;animation-delay:27.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(276){-webkit-animation-delay:27.6s;animation-delay:27.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(277){-webkit-animation-delay:27.7s;animation-delay:27.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(278){-webkit-animation-delay:27.8s;animation-delay:27.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(279){-webkit-animation-delay:27.9s;animation-delay:27.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(280){-webkit-animation-delay:28s;animation-delay:28s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(281){-webkit-animation-delay:28.1s;animation-delay:28.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(282){-webkit-animation-delay:28.2s;animation-delay:28.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(283){-webkit-animation-delay:28.3s;animation-delay:28.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(284){-webkit-animation-delay:28.4s;animation-delay:28.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(285){-webkit-animation-delay:28.5s;animation-delay:28.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(286){-webkit-animation-delay:28.6s;animation-delay:28.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(287){-webkit-animation-delay:28.7s;animation-delay:28.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(288){-webkit-animation-delay:28.8s;animation-delay:28.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(289){-webkit-animation-delay:28.9s;animation-delay:28.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(290){-webkit-animation-delay:29s;animation-delay:29s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(291){-webkit-animation-delay:29.1s;animation-delay:29.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(292){-webkit-animation-delay:29.2s;animation-delay:29.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(293){-webkit-animation-delay:29.3s;animation-delay:29.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(294){-webkit-animation-delay:29.4s;animation-delay:29.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(295){-webkit-animation-delay:29.5s;animation-delay:29.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(296){-webkit-animation-delay:29.6s;animation-delay:29.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(297){-webkit-animation-delay:29.7s;animation-delay:29.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(298){-webkit-animation-delay:29.8s;animation-delay:29.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(299){-webkit-animation-delay:29.9s;animation-delay:29.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(300){-webkit-animation-delay:30s;animation-delay:30s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(301){-webkit-animation-delay:30.1s;animation-delay:30.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(302){-webkit-animation-delay:30.2s;animation-delay:30.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(303){-webkit-animation-delay:30.3s;animation-delay:30.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(304){-webkit-animation-delay:30.4s;animation-delay:30.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(305){-webkit-animation-delay:30.5s;animation-delay:30.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(306){-webkit-animation-delay:30.6s;animation-delay:30.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(307){-webkit-animation-delay:30.7s;animation-delay:30.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(308){-webkit-animation-delay:30.8s;animation-delay:30.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(309){-webkit-animation-delay:30.9s;animation-delay:30.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(310){-webkit-animation-delay:31s;animation-delay:31s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(311){-webkit-animation-delay:31.1s;animation-delay:31.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(312){-webkit-animation-delay:31.2s;animation-delay:31.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(313){-webkit-animation-delay:31.3s;animation-delay:31.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(314){-webkit-animation-delay:31.4s;animation-delay:31.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(315){-webkit-animation-delay:31.5s;animation-delay:31.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(316){-webkit-animation-delay:31.6s;animation-delay:31.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(317){-webkit-animation-delay:31.7s;animation-delay:31.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(318){-webkit-animation-delay:31.8s;animation-delay:31.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(319){-webkit-animation-delay:31.9s;animation-delay:31.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(320){-webkit-animation-delay:32s;animation-delay:32s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(321){-webkit-animation-delay:32.1s;animation-delay:32.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(322){-webkit-animation-delay:32.2s;animation-delay:32.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(323){-webkit-animation-delay:32.3s;animation-delay:32.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(324){-webkit-animation-delay:32.4s;animation-delay:32.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(325){-webkit-animation-delay:32.5s;animation-delay:32.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(326){-webkit-animation-delay:32.6s;animation-delay:32.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(327){-webkit-animation-delay:32.7s;animation-delay:32.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(328){-webkit-animation-delay:32.8s;animation-delay:32.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(329){-webkit-animation-delay:32.9s;animation-delay:32.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(330){-webkit-animation-delay:33s;animation-delay:33s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(331){-webkit-animation-delay:33.1s;animation-delay:33.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(332){-webkit-animation-delay:33.2s;animation-delay:33.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(333){-webkit-animation-delay:33.3s;animation-delay:33.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(334){-webkit-animation-delay:33.4s;animation-delay:33.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(335){-webkit-animation-delay:33.5s;animation-delay:33.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(336){-webkit-animation-delay:33.6s;animation-delay:33.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(337){-webkit-animation-delay:33.7s;animation-delay:33.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(338){-webkit-animation-delay:33.8s;animation-delay:33.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(339){-webkit-animation-delay:33.9s;animation-delay:33.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(340){-webkit-animation-delay:34s;animation-delay:34s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(341){-webkit-animation-delay:34.1s;animation-delay:34.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(342){-webkit-animation-delay:34.2s;animation-delay:34.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(343){-webkit-animation-delay:34.3s;animation-delay:34.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(344){-webkit-animation-delay:34.4s;animation-delay:34.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(345){-webkit-animation-delay:34.5s;animation-delay:34.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(346){-webkit-animation-delay:34.6s;animation-delay:34.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(347){-webkit-animation-delay:34.7s;animation-delay:34.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(348){-webkit-animation-delay:34.8s;animation-delay:34.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(349){-webkit-animation-delay:34.9s;animation-delay:34.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(350){-webkit-animation-delay:35s;animation-delay:35s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(351){-webkit-animation-delay:35.1s;animation-delay:35.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(352){-webkit-animation-delay:35.2s;animation-delay:35.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(353){-webkit-animation-delay:35.3s;animation-delay:35.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(354){-webkit-animation-delay:35.4s;animation-delay:35.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(355){-webkit-animation-delay:35.5s;animation-delay:35.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(356){-webkit-animation-delay:35.6s;animation-delay:35.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(357){-webkit-animation-delay:35.7s;animation-delay:35.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(358){-webkit-animation-delay:35.8s;animation-delay:35.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(359){-webkit-animation-delay:35.9s;animation-delay:35.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(360){-webkit-animation-delay:36s;animation-delay:36s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(361){-webkit-animation-delay:36.1s;animation-delay:36.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(362){-webkit-animation-delay:36.2s;animation-delay:36.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(363){-webkit-animation-delay:36.3s;animation-delay:36.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(364){-webkit-animation-delay:36.4s;animation-delay:36.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(365){-webkit-animation-delay:36.5s;animation-delay:36.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(366){-webkit-animation-delay:36.6s;animation-delay:36.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(367){-webkit-animation-delay:36.7s;animation-delay:36.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(368){-webkit-animation-delay:36.8s;animation-delay:36.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(369){-webkit-animation-delay:36.9s;animation-delay:36.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(370){-webkit-animation-delay:37s;animation-delay:37s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(371){-webkit-animation-delay:37.1s;animation-delay:37.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(372){-webkit-animation-delay:37.2s;animation-delay:37.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(373){-webkit-animation-delay:37.3s;animation-delay:37.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(374){-webkit-animation-delay:37.4s;animation-delay:37.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(375){-webkit-animation-delay:37.5s;animation-delay:37.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(376){-webkit-animation-delay:37.6s;animation-delay:37.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(377){-webkit-animation-delay:37.7s;animation-delay:37.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(378){-webkit-animation-delay:37.8s;animation-delay:37.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(379){-webkit-animation-delay:37.9s;animation-delay:37.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(380){-webkit-animation-delay:38s;animation-delay:38s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(381){-webkit-animation-delay:38.1s;animation-delay:38.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(382){-webkit-animation-delay:38.2s;animation-delay:38.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(383){-webkit-animation-delay:38.3s;animation-delay:38.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(384){-webkit-animation-delay:38.4s;animation-delay:38.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(385){-webkit-animation-delay:38.5s;animation-delay:38.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(386){-webkit-animation-delay:38.6s;animation-delay:38.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(387){-webkit-animation-delay:38.7s;animation-delay:38.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(388){-webkit-animation-delay:38.8s;animation-delay:38.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(389){-webkit-animation-delay:38.9s;animation-delay:38.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(390){-webkit-animation-delay:39s;animation-delay:39s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(391){-webkit-animation-delay:39.1s;animation-delay:39.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(392){-webkit-animation-delay:39.2s;animation-delay:39.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(393){-webkit-animation-delay:39.3s;animation-delay:39.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(394){-webkit-animation-delay:39.4s;animation-delay:39.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(395){-webkit-animation-delay:39.5s;animation-delay:39.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(396){-webkit-animation-delay:39.6s;animation-delay:39.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(397){-webkit-animation-delay:39.7s;animation-delay:39.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(398){-webkit-animation-delay:39.8s;animation-delay:39.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(399){-webkit-animation-delay:39.9s;animation-delay:39.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(400){-webkit-animation-delay:40s;animation-delay:40s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(401){-webkit-animation-delay:40.1s;animation-delay:40.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(402){-webkit-animation-delay:40.2s;animation-delay:40.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(403){-webkit-animation-delay:40.3s;animation-delay:40.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(404){-webkit-animation-delay:40.4s;animation-delay:40.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(405){-webkit-animation-delay:40.5s;animation-delay:40.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(406){-webkit-animation-delay:40.6s;animation-delay:40.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(407){-webkit-animation-delay:40.7s;animation-delay:40.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(408){-webkit-animation-delay:40.8s;animation-delay:40.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(409){-webkit-animation-delay:40.9s;animation-delay:40.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(410){-webkit-animation-delay:41s;animation-delay:41s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(411){-webkit-animation-delay:41.1s;animation-delay:41.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(412){-webkit-animation-delay:41.2s;animation-delay:41.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(413){-webkit-animation-delay:41.3s;animation-delay:41.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(414){-webkit-animation-delay:41.4s;animation-delay:41.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(415){-webkit-animation-delay:41.5s;animation-delay:41.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(416){-webkit-animation-delay:41.6s;animation-delay:41.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(417){-webkit-animation-delay:41.7s;animation-delay:41.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(418){-webkit-animation-delay:41.8s;animation-delay:41.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(419){-webkit-animation-delay:41.9s;animation-delay:41.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(420){-webkit-animation-delay:42s;animation-delay:42s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(421){-webkit-animation-delay:42.1s;animation-delay:42.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(422){-webkit-animation-delay:42.2s;animation-delay:42.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(423){-webkit-animation-delay:42.3s;animation-delay:42.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(424){-webkit-animation-delay:42.4s;animation-delay:42.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(425){-webkit-animation-delay:42.5s;animation-delay:42.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(426){-webkit-animation-delay:42.6s;animation-delay:42.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(427){-webkit-animation-delay:42.7s;animation-delay:42.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(428){-webkit-animation-delay:42.8s;animation-delay:42.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(429){-webkit-animation-delay:42.9s;animation-delay:42.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(430){-webkit-animation-delay:43s;animation-delay:43s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(431){-webkit-animation-delay:43.1s;animation-delay:43.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(432){-webkit-animation-delay:43.2s;animation-delay:43.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(433){-webkit-animation-delay:43.3s;animation-delay:43.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(434){-webkit-animation-delay:43.4s;animation-delay:43.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(435){-webkit-animation-delay:43.5s;animation-delay:43.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(436){-webkit-animation-delay:43.6s;animation-delay:43.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(437){-webkit-animation-delay:43.7s;animation-delay:43.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(438){-webkit-animation-delay:43.8s;animation-delay:43.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(439){-webkit-animation-delay:43.9s;animation-delay:43.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(440){-webkit-animation-delay:44s;animation-delay:44s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(441){-webkit-animation-delay:44.1s;animation-delay:44.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(442){-webkit-animation-delay:44.2s;animation-delay:44.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(443){-webkit-animation-delay:44.3s;animation-delay:44.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(444){-webkit-animation-delay:44.4s;animation-delay:44.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(445){-webkit-animation-delay:44.5s;animation-delay:44.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(446){-webkit-animation-delay:44.6s;animation-delay:44.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(447){-webkit-animation-delay:44.7s;animation-delay:44.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(448){-webkit-animation-delay:44.8s;animation-delay:44.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(449){-webkit-animation-delay:44.9s;animation-delay:44.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(450){-webkit-animation-delay:45s;animation-delay:45s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(451){-webkit-animation-delay:45.1s;animation-delay:45.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(452){-webkit-animation-delay:45.2s;animation-delay:45.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(453){-webkit-animation-delay:45.3s;animation-delay:45.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(454){-webkit-animation-delay:45.4s;animation-delay:45.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(455){-webkit-animation-delay:45.5s;animation-delay:45.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(456){-webkit-animation-delay:45.6s;animation-delay:45.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(457){-webkit-animation-delay:45.7s;animation-delay:45.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(458){-webkit-animation-delay:45.8s;animation-delay:45.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(459){-webkit-animation-delay:45.9s;animation-delay:45.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(460){-webkit-animation-delay:46s;animation-delay:46s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(461){-webkit-animation-delay:46.1s;animation-delay:46.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(462){-webkit-animation-delay:46.2s;animation-delay:46.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(463){-webkit-animation-delay:46.3s;animation-delay:46.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(464){-webkit-animation-delay:46.4s;animation-delay:46.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(465){-webkit-animation-delay:46.5s;animation-delay:46.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(466){-webkit-animation-delay:46.6s;animation-delay:46.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(467){-webkit-animation-delay:46.7s;animation-delay:46.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(468){-webkit-animation-delay:46.8s;animation-delay:46.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(469){-webkit-animation-delay:46.9s;animation-delay:46.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(470){-webkit-animation-delay:47s;animation-delay:47s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(471){-webkit-animation-delay:47.1s;animation-delay:47.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(472){-webkit-animation-delay:47.2s;animation-delay:47.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(473){-webkit-animation-delay:47.3s;animation-delay:47.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(474){-webkit-animation-delay:47.4s;animation-delay:47.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(475){-webkit-animation-delay:47.5s;animation-delay:47.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(476){-webkit-animation-delay:47.6s;animation-delay:47.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(477){-webkit-animation-delay:47.7s;animation-delay:47.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(478){-webkit-animation-delay:47.8s;animation-delay:47.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(479){-webkit-animation-delay:47.9s;animation-delay:47.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(480){-webkit-animation-delay:48s;animation-delay:48s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(481){-webkit-animation-delay:48.1s;animation-delay:48.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(482){-webkit-animation-delay:48.2s;animation-delay:48.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(483){-webkit-animation-delay:48.3s;animation-delay:48.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(484){-webkit-animation-delay:48.4s;animation-delay:48.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(485){-webkit-animation-delay:48.5s;animation-delay:48.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(486){-webkit-animation-delay:48.6s;animation-delay:48.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(487){-webkit-animation-delay:48.7s;animation-delay:48.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(488){-webkit-animation-delay:48.8s;animation-delay:48.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(489){-webkit-animation-delay:48.9s;animation-delay:48.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(490){-webkit-animation-delay:49s;animation-delay:49s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(491){-webkit-animation-delay:49.1s;animation-delay:49.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(492){-webkit-animation-delay:49.2s;animation-delay:49.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(493){-webkit-animation-delay:49.3s;animation-delay:49.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(494){-webkit-animation-delay:49.4s;animation-delay:49.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(495){-webkit-animation-delay:49.5s;animation-delay:49.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(496){-webkit-animation-delay:49.6s;animation-delay:49.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(497){-webkit-animation-delay:49.7s;animation-delay:49.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(498){-webkit-animation-delay:49.8s;animation-delay:49.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(499){-webkit-animation-delay:49.9s;animation-delay:49.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(500){-webkit-animation-delay:50s;animation-delay:50s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(501){-webkit-animation-delay:50.1s;animation-delay:50.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(502){-webkit-animation-delay:50.2s;animation-delay:50.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(503){-webkit-animation-delay:50.3s;animation-delay:50.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(504){-webkit-animation-delay:50.4s;animation-delay:50.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(505){-webkit-animation-delay:50.5s;animation-delay:50.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(506){-webkit-animation-delay:50.6s;animation-delay:50.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(507){-webkit-animation-delay:50.7s;animation-delay:50.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(508){-webkit-animation-delay:50.8s;animation-delay:50.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(509){-webkit-animation-delay:50.9s;animation-delay:50.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(510){-webkit-animation-delay:51s;animation-delay:51s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(511){-webkit-animation-delay:51.1s;animation-delay:51.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(512){-webkit-animation-delay:51.2s;animation-delay:51.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(513){-webkit-animation-delay:51.3s;animation-delay:51.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(514){-webkit-animation-delay:51.4s;animation-delay:51.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(515){-webkit-animation-delay:51.5s;animation-delay:51.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(516){-webkit-animation-delay:51.6s;animation-delay:51.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(517){-webkit-animation-delay:51.7s;animation-delay:51.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(518){-webkit-animation-delay:51.8s;animation-delay:51.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(519){-webkit-animation-delay:51.9s;animation-delay:51.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(520){-webkit-animation-delay:52s;animation-delay:52s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(521){-webkit-animation-delay:52.1s;animation-delay:52.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(522){-webkit-animation-delay:52.2s;animation-delay:52.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(523){-webkit-animation-delay:52.3s;animation-delay:52.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(524){-webkit-animation-delay:52.4s;animation-delay:52.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(525){-webkit-animation-delay:52.5s;animation-delay:52.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(526){-webkit-animation-delay:52.6s;animation-delay:52.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(527){-webkit-animation-delay:52.7s;animation-delay:52.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(528){-webkit-animation-delay:52.8s;animation-delay:52.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(529){-webkit-animation-delay:52.9s;animation-delay:52.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(530){-webkit-animation-delay:53s;animation-delay:53s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(531){-webkit-animation-delay:53.1s;animation-delay:53.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(532){-webkit-animation-delay:53.2s;animation-delay:53.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(533){-webkit-animation-delay:53.3s;animation-delay:53.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(534){-webkit-animation-delay:53.4s;animation-delay:53.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(535){-webkit-animation-delay:53.5s;animation-delay:53.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(536){-webkit-animation-delay:53.6s;animation-delay:53.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(537){-webkit-animation-delay:53.7s;animation-delay:53.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(538){-webkit-animation-delay:53.8s;animation-delay:53.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(539){-webkit-animation-delay:53.9s;animation-delay:53.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(540){-webkit-animation-delay:54s;animation-delay:54s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(541){-webkit-animation-delay:54.1s;animation-delay:54.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(542){-webkit-animation-delay:54.2s;animation-delay:54.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(543){-webkit-animation-delay:54.3s;animation-delay:54.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(544){-webkit-animation-delay:54.4s;animation-delay:54.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(545){-webkit-animation-delay:54.5s;animation-delay:54.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(546){-webkit-animation-delay:54.6s;animation-delay:54.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(547){-webkit-animation-delay:54.7s;animation-delay:54.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(548){-webkit-animation-delay:54.8s;animation-delay:54.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(549){-webkit-animation-delay:54.9s;animation-delay:54.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(550){-webkit-animation-delay:55s;animation-delay:55s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(551){-webkit-animation-delay:55.1s;animation-delay:55.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(552){-webkit-animation-delay:55.2s;animation-delay:55.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(553){-webkit-animation-delay:55.3s;animation-delay:55.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(554){-webkit-animation-delay:55.4s;animation-delay:55.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(555){-webkit-animation-delay:55.5s;animation-delay:55.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(556){-webkit-animation-delay:55.6s;animation-delay:55.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(557){-webkit-animation-delay:55.7s;animation-delay:55.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(558){-webkit-animation-delay:55.8s;animation-delay:55.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(559){-webkit-animation-delay:55.9s;animation-delay:55.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(560){-webkit-animation-delay:56s;animation-delay:56s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(561){-webkit-animation-delay:56.1s;animation-delay:56.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(562){-webkit-animation-delay:56.2s;animation-delay:56.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(563){-webkit-animation-delay:56.3s;animation-delay:56.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(564){-webkit-animation-delay:56.4s;animation-delay:56.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(565){-webkit-animation-delay:56.5s;animation-delay:56.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(566){-webkit-animation-delay:56.6s;animation-delay:56.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(567){-webkit-animation-delay:56.7s;animation-delay:56.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(568){-webkit-animation-delay:56.8s;animation-delay:56.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(569){-webkit-animation-delay:56.9s;animation-delay:56.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(570){-webkit-animation-delay:57s;animation-delay:57s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(571){-webkit-animation-delay:57.1s;animation-delay:57.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(572){-webkit-animation-delay:57.2s;animation-delay:57.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(573){-webkit-animation-delay:57.3s;animation-delay:57.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(574){-webkit-animation-delay:57.4s;animation-delay:57.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(575){-webkit-animation-delay:57.5s;animation-delay:57.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(576){-webkit-animation-delay:57.6s;animation-delay:57.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(577){-webkit-animation-delay:57.7s;animation-delay:57.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(578){-webkit-animation-delay:57.8s;animation-delay:57.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(579){-webkit-animation-delay:57.9s;animation-delay:57.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(580){-webkit-animation-delay:58s;animation-delay:58s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(581){-webkit-animation-delay:58.1s;animation-delay:58.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(582){-webkit-animation-delay:58.2s;animation-delay:58.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(583){-webkit-animation-delay:58.3s;animation-delay:58.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(584){-webkit-animation-delay:58.4s;animation-delay:58.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(585){-webkit-animation-delay:58.5s;animation-delay:58.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(586){-webkit-animation-delay:58.6s;animation-delay:58.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(587){-webkit-animation-delay:58.7s;animation-delay:58.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(588){-webkit-animation-delay:58.8s;animation-delay:58.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(589){-webkit-animation-delay:58.9s;animation-delay:58.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(590){-webkit-animation-delay:59s;animation-delay:59s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(591){-webkit-animation-delay:59.1s;animation-delay:59.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(592){-webkit-animation-delay:59.2s;animation-delay:59.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(593){-webkit-animation-delay:59.3s;animation-delay:59.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(594){-webkit-animation-delay:59.4s;animation-delay:59.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(595){-webkit-animation-delay:59.5s;animation-delay:59.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(596){-webkit-animation-delay:59.6s;animation-delay:59.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(597){-webkit-animation-delay:59.7s;animation-delay:59.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(598){-webkit-animation-delay:59.8s;animation-delay:59.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(599){-webkit-animation-delay:59.9s;animation-delay:59.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(600){-webkit-animation-delay:60s;animation-delay:60s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(601){-webkit-animation-delay:60.1s;animation-delay:60.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(602){-webkit-animation-delay:60.2s;animation-delay:60.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(603){-webkit-animation-delay:60.3s;animation-delay:60.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(604){-webkit-animation-delay:60.4s;animation-delay:60.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(605){-webkit-animation-delay:60.5s;animation-delay:60.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(606){-webkit-animation-delay:60.6s;animation-delay:60.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(607){-webkit-animation-delay:60.7s;animation-delay:60.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(608){-webkit-animation-delay:60.8s;animation-delay:60.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(609){-webkit-animation-delay:60.9s;animation-delay:60.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(610){-webkit-animation-delay:61s;animation-delay:61s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(611){-webkit-animation-delay:61.1s;animation-delay:61.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(612){-webkit-animation-delay:61.2s;animation-delay:61.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(613){-webkit-animation-delay:61.3s;animation-delay:61.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(614){-webkit-animation-delay:61.4s;animation-delay:61.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(615){-webkit-animation-delay:61.5s;animation-delay:61.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(616){-webkit-animation-delay:61.6s;animation-delay:61.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(617){-webkit-animation-delay:61.7s;animation-delay:61.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(618){-webkit-animation-delay:61.8s;animation-delay:61.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(619){-webkit-animation-delay:61.9s;animation-delay:61.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(620){-webkit-animation-delay:62s;animation-delay:62s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(621){-webkit-animation-delay:62.1s;animation-delay:62.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(622){-webkit-animation-delay:62.2s;animation-delay:62.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(623){-webkit-animation-delay:62.3s;animation-delay:62.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(624){-webkit-animation-delay:62.4s;animation-delay:62.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(625){-webkit-animation-delay:62.5s;animation-delay:62.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(626){-webkit-animation-delay:62.6s;animation-delay:62.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(627){-webkit-animation-delay:62.7s;animation-delay:62.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(628){-webkit-animation-delay:62.8s;animation-delay:62.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(629){-webkit-animation-delay:62.9s;animation-delay:62.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(630){-webkit-animation-delay:63s;animation-delay:63s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(631){-webkit-animation-delay:63.1s;animation-delay:63.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(632){-webkit-animation-delay:63.2s;animation-delay:63.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(633){-webkit-animation-delay:63.3s;animation-delay:63.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(634){-webkit-animation-delay:63.4s;animation-delay:63.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(635){-webkit-animation-delay:63.5s;animation-delay:63.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(636){-webkit-animation-delay:63.6s;animation-delay:63.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(637){-webkit-animation-delay:63.7s;animation-delay:63.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(638){-webkit-animation-delay:63.8s;animation-delay:63.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(639){-webkit-animation-delay:63.9s;animation-delay:63.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(640){-webkit-animation-delay:64s;animation-delay:64s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(641){-webkit-animation-delay:64.1s;animation-delay:64.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(642){-webkit-animation-delay:64.2s;animation-delay:64.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(643){-webkit-animation-delay:64.3s;animation-delay:64.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(644){-webkit-animation-delay:64.4s;animation-delay:64.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(645){-webkit-animation-delay:64.5s;animation-delay:64.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(646){-webkit-animation-delay:64.6s;animation-delay:64.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(647){-webkit-animation-delay:64.7s;animation-delay:64.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(648){-webkit-animation-delay:64.8s;animation-delay:64.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(649){-webkit-animation-delay:64.9s;animation-delay:64.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(650){-webkit-animation-delay:65s;animation-delay:65s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(651){-webkit-animation-delay:65.1s;animation-delay:65.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(652){-webkit-animation-delay:65.2s;animation-delay:65.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(653){-webkit-animation-delay:65.3s;animation-delay:65.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(654){-webkit-animation-delay:65.4s;animation-delay:65.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(655){-webkit-animation-delay:65.5s;animation-delay:65.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(656){-webkit-animation-delay:65.6s;animation-delay:65.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(657){-webkit-animation-delay:65.7s;animation-delay:65.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(658){-webkit-animation-delay:65.8s;animation-delay:65.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(659){-webkit-animation-delay:65.9s;animation-delay:65.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(660){-webkit-animation-delay:66s;animation-delay:66s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(661){-webkit-animation-delay:66.1s;animation-delay:66.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(662){-webkit-animation-delay:66.2s;animation-delay:66.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(663){-webkit-animation-delay:66.3s;animation-delay:66.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(664){-webkit-animation-delay:66.4s;animation-delay:66.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(665){-webkit-animation-delay:66.5s;animation-delay:66.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(666){-webkit-animation-delay:66.6s;animation-delay:66.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(667){-webkit-animation-delay:66.7s;animation-delay:66.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(668){-webkit-animation-delay:66.8s;animation-delay:66.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(669){-webkit-animation-delay:66.9s;animation-delay:66.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(670){-webkit-animation-delay:67s;animation-delay:67s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(671){-webkit-animation-delay:67.1s;animation-delay:67.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(672){-webkit-animation-delay:67.2s;animation-delay:67.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(673){-webkit-animation-delay:67.3s;animation-delay:67.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(674){-webkit-animation-delay:67.4s;animation-delay:67.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(675){-webkit-animation-delay:67.5s;animation-delay:67.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(676){-webkit-animation-delay:67.6s;animation-delay:67.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(677){-webkit-animation-delay:67.7s;animation-delay:67.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(678){-webkit-animation-delay:67.8s;animation-delay:67.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(679){-webkit-animation-delay:67.9s;animation-delay:67.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(680){-webkit-animation-delay:68s;animation-delay:68s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(681){-webkit-animation-delay:68.1s;animation-delay:68.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(682){-webkit-animation-delay:68.2s;animation-delay:68.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(683){-webkit-animation-delay:68.3s;animation-delay:68.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(684){-webkit-animation-delay:68.4s;animation-delay:68.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(685){-webkit-animation-delay:68.5s;animation-delay:68.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(686){-webkit-animation-delay:68.6s;animation-delay:68.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(687){-webkit-animation-delay:68.7s;animation-delay:68.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(688){-webkit-animation-delay:68.8s;animation-delay:68.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(689){-webkit-animation-delay:68.9s;animation-delay:68.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(690){-webkit-animation-delay:69s;animation-delay:69s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(691){-webkit-animation-delay:69.1s;animation-delay:69.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(692){-webkit-animation-delay:69.2s;animation-delay:69.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(693){-webkit-animation-delay:69.3s;animation-delay:69.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(694){-webkit-animation-delay:69.4s;animation-delay:69.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(695){-webkit-animation-delay:69.5s;animation-delay:69.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(696){-webkit-animation-delay:69.6s;animation-delay:69.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(697){-webkit-animation-delay:69.7s;animation-delay:69.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(698){-webkit-animation-delay:69.8s;animation-delay:69.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(699){-webkit-animation-delay:69.9s;animation-delay:69.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(700){-webkit-animation-delay:70s;animation-delay:70s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(701){-webkit-animation-delay:70.1s;animation-delay:70.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(702){-webkit-animation-delay:70.2s;animation-delay:70.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(703){-webkit-animation-delay:70.3s;animation-delay:70.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(704){-webkit-animation-delay:70.4s;animation-delay:70.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(705){-webkit-animation-delay:70.5s;animation-delay:70.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(706){-webkit-animation-delay:70.6s;animation-delay:70.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(707){-webkit-animation-delay:70.7s;animation-delay:70.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(708){-webkit-animation-delay:70.8s;animation-delay:70.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(709){-webkit-animation-delay:70.9s;animation-delay:70.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(710){-webkit-animation-delay:71s;animation-delay:71s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(711){-webkit-animation-delay:71.1s;animation-delay:71.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(712){-webkit-animation-delay:71.2s;animation-delay:71.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(713){-webkit-animation-delay:71.3s;animation-delay:71.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(714){-webkit-animation-delay:71.4s;animation-delay:71.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(715){-webkit-animation-delay:71.5s;animation-delay:71.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(716){-webkit-animation-delay:71.6s;animation-delay:71.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(717){-webkit-animation-delay:71.7s;animation-delay:71.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(718){-webkit-animation-delay:71.8s;animation-delay:71.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(719){-webkit-animation-delay:71.9s;animation-delay:71.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(720){-webkit-animation-delay:72s;animation-delay:72s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(721){-webkit-animation-delay:72.1s;animation-delay:72.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(722){-webkit-animation-delay:72.2s;animation-delay:72.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(723){-webkit-animation-delay:72.3s;animation-delay:72.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(724){-webkit-animation-delay:72.4s;animation-delay:72.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(725){-webkit-animation-delay:72.5s;animation-delay:72.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(726){-webkit-animation-delay:72.6s;animation-delay:72.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(727){-webkit-animation-delay:72.7s;animation-delay:72.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(728){-webkit-animation-delay:72.8s;animation-delay:72.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(729){-webkit-animation-delay:72.9s;animation-delay:72.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(730){-webkit-animation-delay:73s;animation-delay:73s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(731){-webkit-animation-delay:73.1s;animation-delay:73.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(732){-webkit-animation-delay:73.2s;animation-delay:73.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(733){-webkit-animation-delay:73.3s;animation-delay:73.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(734){-webkit-animation-delay:73.4s;animation-delay:73.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(735){-webkit-animation-delay:73.5s;animation-delay:73.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(736){-webkit-animation-delay:73.6s;animation-delay:73.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(737){-webkit-animation-delay:73.7s;animation-delay:73.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(738){-webkit-animation-delay:73.8s;animation-delay:73.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(739){-webkit-animation-delay:73.9s;animation-delay:73.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(740){-webkit-animation-delay:74s;animation-delay:74s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(741){-webkit-animation-delay:74.1s;animation-delay:74.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(742){-webkit-animation-delay:74.2s;animation-delay:74.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(743){-webkit-animation-delay:74.3s;animation-delay:74.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(744){-webkit-animation-delay:74.4s;animation-delay:74.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(745){-webkit-animation-delay:74.5s;animation-delay:74.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(746){-webkit-animation-delay:74.6s;animation-delay:74.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(747){-webkit-animation-delay:74.7s;animation-delay:74.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(748){-webkit-animation-delay:74.8s;animation-delay:74.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(749){-webkit-animation-delay:74.9s;animation-delay:74.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(750){-webkit-animation-delay:75s;animation-delay:75s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(751){-webkit-animation-delay:75.1s;animation-delay:75.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(752){-webkit-animation-delay:75.2s;animation-delay:75.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(753){-webkit-animation-delay:75.3s;animation-delay:75.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(754){-webkit-animation-delay:75.4s;animation-delay:75.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(755){-webkit-animation-delay:75.5s;animation-delay:75.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(756){-webkit-animation-delay:75.6s;animation-delay:75.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(757){-webkit-animation-delay:75.7s;animation-delay:75.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(758){-webkit-animation-delay:75.8s;animation-delay:75.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(759){-webkit-animation-delay:75.9s;animation-delay:75.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(760){-webkit-animation-delay:76s;animation-delay:76s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(761){-webkit-animation-delay:76.1s;animation-delay:76.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(762){-webkit-animation-delay:76.2s;animation-delay:76.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(763){-webkit-animation-delay:76.3s;animation-delay:76.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(764){-webkit-animation-delay:76.4s;animation-delay:76.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(765){-webkit-animation-delay:76.5s;animation-delay:76.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(766){-webkit-animation-delay:76.6s;animation-delay:76.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(767){-webkit-animation-delay:76.7s;animation-delay:76.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(768){-webkit-animation-delay:76.8s;animation-delay:76.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(769){-webkit-animation-delay:76.9s;animation-delay:76.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(770){-webkit-animation-delay:77s;animation-delay:77s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(771){-webkit-animation-delay:77.1s;animation-delay:77.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(772){-webkit-animation-delay:77.2s;animation-delay:77.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(773){-webkit-animation-delay:77.3s;animation-delay:77.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(774){-webkit-animation-delay:77.4s;animation-delay:77.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(775){-webkit-animation-delay:77.5s;animation-delay:77.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(776){-webkit-animation-delay:77.6s;animation-delay:77.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(777){-webkit-animation-delay:77.7s;animation-delay:77.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(778){-webkit-animation-delay:77.8s;animation-delay:77.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(779){-webkit-animation-delay:77.9s;animation-delay:77.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(780){-webkit-animation-delay:78s;animation-delay:78s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(781){-webkit-animation-delay:78.1s;animation-delay:78.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(782){-webkit-animation-delay:78.2s;animation-delay:78.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(783){-webkit-animation-delay:78.3s;animation-delay:78.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(784){-webkit-animation-delay:78.4s;animation-delay:78.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(785){-webkit-animation-delay:78.5s;animation-delay:78.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(786){-webkit-animation-delay:78.6s;animation-delay:78.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(787){-webkit-animation-delay:78.7s;animation-delay:78.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(788){-webkit-animation-delay:78.8s;animation-delay:78.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(789){-webkit-animation-delay:78.9s;animation-delay:78.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(790){-webkit-animation-delay:79s;animation-delay:79s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(791){-webkit-animation-delay:79.1s;animation-delay:79.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(792){-webkit-animation-delay:79.2s;animation-delay:79.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(793){-webkit-animation-delay:79.3s;animation-delay:79.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(794){-webkit-animation-delay:79.4s;animation-delay:79.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(795){-webkit-animation-delay:79.5s;animation-delay:79.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(796){-webkit-animation-delay:79.6s;animation-delay:79.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(797){-webkit-animation-delay:79.7s;animation-delay:79.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(798){-webkit-animation-delay:79.8s;animation-delay:79.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(799){-webkit-animation-delay:79.9s;animation-delay:79.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(800){-webkit-animation-delay:80s;animation-delay:80s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(801){-webkit-animation-delay:80.1s;animation-delay:80.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(802){-webkit-animation-delay:80.2s;animation-delay:80.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(803){-webkit-animation-delay:80.3s;animation-delay:80.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(804){-webkit-animation-delay:80.4s;animation-delay:80.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(805){-webkit-animation-delay:80.5s;animation-delay:80.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(806){-webkit-animation-delay:80.6s;animation-delay:80.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(807){-webkit-animation-delay:80.7s;animation-delay:80.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(808){-webkit-animation-delay:80.8s;animation-delay:80.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(809){-webkit-animation-delay:80.9s;animation-delay:80.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(810){-webkit-animation-delay:81s;animation-delay:81s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(811){-webkit-animation-delay:81.1s;animation-delay:81.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(812){-webkit-animation-delay:81.2s;animation-delay:81.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(813){-webkit-animation-delay:81.3s;animation-delay:81.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(814){-webkit-animation-delay:81.4s;animation-delay:81.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(815){-webkit-animation-delay:81.5s;animation-delay:81.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(816){-webkit-animation-delay:81.6s;animation-delay:81.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(817){-webkit-animation-delay:81.7s;animation-delay:81.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(818){-webkit-animation-delay:81.8s;animation-delay:81.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(819){-webkit-animation-delay:81.9s;animation-delay:81.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(820){-webkit-animation-delay:82s;animation-delay:82s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(821){-webkit-animation-delay:82.1s;animation-delay:82.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(822){-webkit-animation-delay:82.2s;animation-delay:82.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(823){-webkit-animation-delay:82.3s;animation-delay:82.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(824){-webkit-animation-delay:82.4s;animation-delay:82.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(825){-webkit-animation-delay:82.5s;animation-delay:82.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(826){-webkit-animation-delay:82.6s;animation-delay:82.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(827){-webkit-animation-delay:82.7s;animation-delay:82.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(828){-webkit-animation-delay:82.8s;animation-delay:82.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(829){-webkit-animation-delay:82.9s;animation-delay:82.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(830){-webkit-animation-delay:83s;animation-delay:83s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(831){-webkit-animation-delay:83.1s;animation-delay:83.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(832){-webkit-animation-delay:83.2s;animation-delay:83.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(833){-webkit-animation-delay:83.3s;animation-delay:83.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(834){-webkit-animation-delay:83.4s;animation-delay:83.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(835){-webkit-animation-delay:83.5s;animation-delay:83.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(836){-webkit-animation-delay:83.6s;animation-delay:83.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(837){-webkit-animation-delay:83.7s;animation-delay:83.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(838){-webkit-animation-delay:83.8s;animation-delay:83.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(839){-webkit-animation-delay:83.9s;animation-delay:83.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(840){-webkit-animation-delay:84s;animation-delay:84s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(841){-webkit-animation-delay:84.1s;animation-delay:84.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(842){-webkit-animation-delay:84.2s;animation-delay:84.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(843){-webkit-animation-delay:84.3s;animation-delay:84.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(844){-webkit-animation-delay:84.4s;animation-delay:84.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(845){-webkit-animation-delay:84.5s;animation-delay:84.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(846){-webkit-animation-delay:84.6s;animation-delay:84.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(847){-webkit-animation-delay:84.7s;animation-delay:84.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(848){-webkit-animation-delay:84.8s;animation-delay:84.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(849){-webkit-animation-delay:84.9s;animation-delay:84.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(850){-webkit-animation-delay:85s;animation-delay:85s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(851){-webkit-animation-delay:85.1s;animation-delay:85.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(852){-webkit-animation-delay:85.2s;animation-delay:85.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(853){-webkit-animation-delay:85.3s;animation-delay:85.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(854){-webkit-animation-delay:85.4s;animation-delay:85.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(855){-webkit-animation-delay:85.5s;animation-delay:85.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(856){-webkit-animation-delay:85.6s;animation-delay:85.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(857){-webkit-animation-delay:85.7s;animation-delay:85.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(858){-webkit-animation-delay:85.8s;animation-delay:85.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(859){-webkit-animation-delay:85.9s;animation-delay:85.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(860){-webkit-animation-delay:86s;animation-delay:86s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(861){-webkit-animation-delay:86.1s;animation-delay:86.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(862){-webkit-animation-delay:86.2s;animation-delay:86.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(863){-webkit-animation-delay:86.3s;animation-delay:86.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(864){-webkit-animation-delay:86.4s;animation-delay:86.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(865){-webkit-animation-delay:86.5s;animation-delay:86.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(866){-webkit-animation-delay:86.6s;animation-delay:86.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(867){-webkit-animation-delay:86.7s;animation-delay:86.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(868){-webkit-animation-delay:86.8s;animation-delay:86.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(869){-webkit-animation-delay:86.9s;animation-delay:86.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(870){-webkit-animation-delay:87s;animation-delay:87s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(871){-webkit-animation-delay:87.1s;animation-delay:87.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(872){-webkit-animation-delay:87.2s;animation-delay:87.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(873){-webkit-animation-delay:87.3s;animation-delay:87.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(874){-webkit-animation-delay:87.4s;animation-delay:87.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(875){-webkit-animation-delay:87.5s;animation-delay:87.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(876){-webkit-animation-delay:87.6s;animation-delay:87.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(877){-webkit-animation-delay:87.7s;animation-delay:87.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(878){-webkit-animation-delay:87.8s;animation-delay:87.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(879){-webkit-animation-delay:87.9s;animation-delay:87.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(880){-webkit-animation-delay:88s;animation-delay:88s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(881){-webkit-animation-delay:88.1s;animation-delay:88.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(882){-webkit-animation-delay:88.2s;animation-delay:88.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(883){-webkit-animation-delay:88.3s;animation-delay:88.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(884){-webkit-animation-delay:88.4s;animation-delay:88.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(885){-webkit-animation-delay:88.5s;animation-delay:88.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(886){-webkit-animation-delay:88.6s;animation-delay:88.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(887){-webkit-animation-delay:88.7s;animation-delay:88.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(888){-webkit-animation-delay:88.8s;animation-delay:88.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(889){-webkit-animation-delay:88.9s;animation-delay:88.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(890){-webkit-animation-delay:89s;animation-delay:89s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(891){-webkit-animation-delay:89.1s;animation-delay:89.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(892){-webkit-animation-delay:89.2s;animation-delay:89.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(893){-webkit-animation-delay:89.3s;animation-delay:89.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(894){-webkit-animation-delay:89.4s;animation-delay:89.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(895){-webkit-animation-delay:89.5s;animation-delay:89.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(896){-webkit-animation-delay:89.6s;animation-delay:89.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(897){-webkit-animation-delay:89.7s;animation-delay:89.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(898){-webkit-animation-delay:89.8s;animation-delay:89.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(899){-webkit-animation-delay:89.9s;animation-delay:89.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(900){-webkit-animation-delay:90s;animation-delay:90s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(901){-webkit-animation-delay:90.1s;animation-delay:90.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(902){-webkit-animation-delay:90.2s;animation-delay:90.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(903){-webkit-animation-delay:90.3s;animation-delay:90.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(904){-webkit-animation-delay:90.4s;animation-delay:90.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(905){-webkit-animation-delay:90.5s;animation-delay:90.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(906){-webkit-animation-delay:90.6s;animation-delay:90.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(907){-webkit-animation-delay:90.7s;animation-delay:90.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(908){-webkit-animation-delay:90.8s;animation-delay:90.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(909){-webkit-animation-delay:90.9s;animation-delay:90.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(910){-webkit-animation-delay:91s;animation-delay:91s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(911){-webkit-animation-delay:91.1s;animation-delay:91.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(912){-webkit-animation-delay:91.2s;animation-delay:91.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(913){-webkit-animation-delay:91.3s;animation-delay:91.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(914){-webkit-animation-delay:91.4s;animation-delay:91.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(915){-webkit-animation-delay:91.5s;animation-delay:91.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(916){-webkit-animation-delay:91.6s;animation-delay:91.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(917){-webkit-animation-delay:91.7s;animation-delay:91.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(918){-webkit-animation-delay:91.8s;animation-delay:91.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(919){-webkit-animation-delay:91.9s;animation-delay:91.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(920){-webkit-animation-delay:92s;animation-delay:92s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(921){-webkit-animation-delay:92.1s;animation-delay:92.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(922){-webkit-animation-delay:92.2s;animation-delay:92.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(923){-webkit-animation-delay:92.3s;animation-delay:92.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(924){-webkit-animation-delay:92.4s;animation-delay:92.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(925){-webkit-animation-delay:92.5s;animation-delay:92.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(926){-webkit-animation-delay:92.6s;animation-delay:92.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(927){-webkit-animation-delay:92.7s;animation-delay:92.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(928){-webkit-animation-delay:92.8s;animation-delay:92.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(929){-webkit-animation-delay:92.9s;animation-delay:92.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(930){-webkit-animation-delay:93s;animation-delay:93s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(931){-webkit-animation-delay:93.1s;animation-delay:93.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(932){-webkit-animation-delay:93.2s;animation-delay:93.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(933){-webkit-animation-delay:93.3s;animation-delay:93.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(934){-webkit-animation-delay:93.4s;animation-delay:93.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(935){-webkit-animation-delay:93.5s;animation-delay:93.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(936){-webkit-animation-delay:93.6s;animation-delay:93.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(937){-webkit-animation-delay:93.7s;animation-delay:93.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(938){-webkit-animation-delay:93.8s;animation-delay:93.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(939){-webkit-animation-delay:93.9s;animation-delay:93.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(940){-webkit-animation-delay:94s;animation-delay:94s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(941){-webkit-animation-delay:94.1s;animation-delay:94.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(942){-webkit-animation-delay:94.2s;animation-delay:94.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(943){-webkit-animation-delay:94.3s;animation-delay:94.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(944){-webkit-animation-delay:94.4s;animation-delay:94.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(945){-webkit-animation-delay:94.5s;animation-delay:94.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(946){-webkit-animation-delay:94.6s;animation-delay:94.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(947){-webkit-animation-delay:94.7s;animation-delay:94.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(948){-webkit-animation-delay:94.8s;animation-delay:94.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(949){-webkit-animation-delay:94.9s;animation-delay:94.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(950){-webkit-animation-delay:95s;animation-delay:95s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(951){-webkit-animation-delay:95.1s;animation-delay:95.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(952){-webkit-animation-delay:95.2s;animation-delay:95.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(953){-webkit-animation-delay:95.3s;animation-delay:95.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(954){-webkit-animation-delay:95.4s;animation-delay:95.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(955){-webkit-animation-delay:95.5s;animation-delay:95.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(956){-webkit-animation-delay:95.6s;animation-delay:95.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(957){-webkit-animation-delay:95.7s;animation-delay:95.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(958){-webkit-animation-delay:95.8s;animation-delay:95.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(959){-webkit-animation-delay:95.9s;animation-delay:95.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(960){-webkit-animation-delay:96s;animation-delay:96s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(961){-webkit-animation-delay:96.1s;animation-delay:96.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(962){-webkit-animation-delay:96.2s;animation-delay:96.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(963){-webkit-animation-delay:96.3s;animation-delay:96.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(964){-webkit-animation-delay:96.4s;animation-delay:96.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(965){-webkit-animation-delay:96.5s;animation-delay:96.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(966){-webkit-animation-delay:96.6s;animation-delay:96.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(967){-webkit-animation-delay:96.7s;animation-delay:96.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(968){-webkit-animation-delay:96.8s;animation-delay:96.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(969){-webkit-animation-delay:96.9s;animation-delay:96.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(970){-webkit-animation-delay:97s;animation-delay:97s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(971){-webkit-animation-delay:97.1s;animation-delay:97.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(972){-webkit-animation-delay:97.2s;animation-delay:97.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(973){-webkit-animation-delay:97.3s;animation-delay:97.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(974){-webkit-animation-delay:97.4s;animation-delay:97.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(975){-webkit-animation-delay:97.5s;animation-delay:97.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(976){-webkit-animation-delay:97.6s;animation-delay:97.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(977){-webkit-animation-delay:97.7s;animation-delay:97.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(978){-webkit-animation-delay:97.8s;animation-delay:97.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(979){-webkit-animation-delay:97.9s;animation-delay:97.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(980){-webkit-animation-delay:98s;animation-delay:98s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(981){-webkit-animation-delay:98.1s;animation-delay:98.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(982){-webkit-animation-delay:98.2s;animation-delay:98.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(983){-webkit-animation-delay:98.3s;animation-delay:98.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(984){-webkit-animation-delay:98.4s;animation-delay:98.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(985){-webkit-animation-delay:98.5s;animation-delay:98.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(986){-webkit-animation-delay:98.6s;animation-delay:98.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(987){-webkit-animation-delay:98.7s;animation-delay:98.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(988){-webkit-animation-delay:98.8s;animation-delay:98.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(989){-webkit-animation-delay:98.9s;animation-delay:98.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(990){-webkit-animation-delay:99s;animation-delay:99s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(991){-webkit-animation-delay:99.1s;animation-delay:99.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(992){-webkit-animation-delay:99.2s;animation-delay:99.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(993){-webkit-animation-delay:99.3s;animation-delay:99.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(994){-webkit-animation-delay:99.4s;animation-delay:99.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(995){-webkit-animation-delay:99.5s;animation-delay:99.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(996){-webkit-animation-delay:99.6s;animation-delay:99.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(997){-webkit-animation-delay:99.7s;animation-delay:99.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(998){-webkit-animation-delay:99.8s;animation-delay:99.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(999){-webkit-animation-delay:99.9s;animation-delay:99.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1000){-webkit-animation-delay:100s;animation-delay:100s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1001){-webkit-animation-delay:100.1s;animation-delay:100.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1002){-webkit-animation-delay:100.2s;animation-delay:100.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1003){-webkit-animation-delay:100.3s;animation-delay:100.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1004){-webkit-animation-delay:100.4s;animation-delay:100.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1005){-webkit-animation-delay:100.5s;animation-delay:100.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1006){-webkit-animation-delay:100.6s;animation-delay:100.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1007){-webkit-animation-delay:100.7s;animation-delay:100.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1008){-webkit-animation-delay:100.8s;animation-delay:100.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1009){-webkit-animation-delay:100.9s;animation-delay:100.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1010){-webkit-animation-delay:101s;animation-delay:101s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1011){-webkit-animation-delay:101.1s;animation-delay:101.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1012){-webkit-animation-delay:101.2s;animation-delay:101.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1013){-webkit-animation-delay:101.3s;animation-delay:101.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1014){-webkit-animation-delay:101.4s;animation-delay:101.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1015){-webkit-animation-delay:101.5s;animation-delay:101.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1016){-webkit-animation-delay:101.6s;animation-delay:101.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1017){-webkit-animation-delay:101.7s;animation-delay:101.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1018){-webkit-animation-delay:101.8s;animation-delay:101.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1019){-webkit-animation-delay:101.9s;animation-delay:101.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1020){-webkit-animation-delay:102s;animation-delay:102s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1021){-webkit-animation-delay:102.1s;animation-delay:102.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1022){-webkit-animation-delay:102.2s;animation-delay:102.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1023){-webkit-animation-delay:102.3s;animation-delay:102.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1024){-webkit-animation-delay:102.4s;animation-delay:102.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1025){-webkit-animation-delay:102.5s;animation-delay:102.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1026){-webkit-animation-delay:102.6s;animation-delay:102.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1027){-webkit-animation-delay:102.7s;animation-delay:102.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1028){-webkit-animation-delay:102.8s;animation-delay:102.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1029){-webkit-animation-delay:102.9s;animation-delay:102.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1030){-webkit-animation-delay:103s;animation-delay:103s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1031){-webkit-animation-delay:103.1s;animation-delay:103.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1032){-webkit-animation-delay:103.2s;animation-delay:103.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1033){-webkit-animation-delay:103.3s;animation-delay:103.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1034){-webkit-animation-delay:103.4s;animation-delay:103.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1035){-webkit-animation-delay:103.5s;animation-delay:103.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1036){-webkit-animation-delay:103.6s;animation-delay:103.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1037){-webkit-animation-delay:103.7s;animation-delay:103.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1038){-webkit-animation-delay:103.8s;animation-delay:103.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1039){-webkit-animation-delay:103.9s;animation-delay:103.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1040){-webkit-animation-delay:104s;animation-delay:104s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1041){-webkit-animation-delay:104.1s;animation-delay:104.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1042){-webkit-animation-delay:104.2s;animation-delay:104.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1043){-webkit-animation-delay:104.3s;animation-delay:104.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1044){-webkit-animation-delay:104.4s;animation-delay:104.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1045){-webkit-animation-delay:104.5s;animation-delay:104.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1046){-webkit-animation-delay:104.6s;animation-delay:104.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1047){-webkit-animation-delay:104.7s;animation-delay:104.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1048){-webkit-animation-delay:104.8s;animation-delay:104.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1049){-webkit-animation-delay:104.9s;animation-delay:104.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1050){-webkit-animation-delay:105s;animation-delay:105s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1051){-webkit-animation-delay:105.1s;animation-delay:105.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1052){-webkit-animation-delay:105.2s;animation-delay:105.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1053){-webkit-animation-delay:105.3s;animation-delay:105.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1054){-webkit-animation-delay:105.4s;animation-delay:105.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1055){-webkit-animation-delay:105.5s;animation-delay:105.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1056){-webkit-animation-delay:105.6s;animation-delay:105.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1057){-webkit-animation-delay:105.7s;animation-delay:105.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1058){-webkit-animation-delay:105.8s;animation-delay:105.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1059){-webkit-animation-delay:105.9s;animation-delay:105.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1060){-webkit-animation-delay:106s;animation-delay:106s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1061){-webkit-animation-delay:106.1s;animation-delay:106.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1062){-webkit-animation-delay:106.2s;animation-delay:106.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1063){-webkit-animation-delay:106.3s;animation-delay:106.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1064){-webkit-animation-delay:106.4s;animation-delay:106.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1065){-webkit-animation-delay:106.5s;animation-delay:106.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1066){-webkit-animation-delay:106.6s;animation-delay:106.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1067){-webkit-animation-delay:106.7s;animation-delay:106.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1068){-webkit-animation-delay:106.8s;animation-delay:106.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1069){-webkit-animation-delay:106.9s;animation-delay:106.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1070){-webkit-animation-delay:107s;animation-delay:107s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1071){-webkit-animation-delay:107.1s;animation-delay:107.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1072){-webkit-animation-delay:107.2s;animation-delay:107.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1073){-webkit-animation-delay:107.3s;animation-delay:107.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1074){-webkit-animation-delay:107.4s;animation-delay:107.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1075){-webkit-animation-delay:107.5s;animation-delay:107.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1076){-webkit-animation-delay:107.6s;animation-delay:107.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1077){-webkit-animation-delay:107.7s;animation-delay:107.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1078){-webkit-animation-delay:107.8s;animation-delay:107.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1079){-webkit-animation-delay:107.9s;animation-delay:107.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1080){-webkit-animation-delay:108s;animation-delay:108s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1081){-webkit-animation-delay:108.1s;animation-delay:108.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1082){-webkit-animation-delay:108.2s;animation-delay:108.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1083){-webkit-animation-delay:108.3s;animation-delay:108.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1084){-webkit-animation-delay:108.4s;animation-delay:108.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1085){-webkit-animation-delay:108.5s;animation-delay:108.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1086){-webkit-animation-delay:108.6s;animation-delay:108.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1087){-webkit-animation-delay:108.7s;animation-delay:108.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1088){-webkit-animation-delay:108.8s;animation-delay:108.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1089){-webkit-animation-delay:108.9s;animation-delay:108.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1090){-webkit-animation-delay:109s;animation-delay:109s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1091){-webkit-animation-delay:109.1s;animation-delay:109.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1092){-webkit-animation-delay:109.2s;animation-delay:109.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1093){-webkit-animation-delay:109.3s;animation-delay:109.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1094){-webkit-animation-delay:109.4s;animation-delay:109.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1095){-webkit-animation-delay:109.5s;animation-delay:109.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1096){-webkit-animation-delay:109.6s;animation-delay:109.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1097){-webkit-animation-delay:109.7s;animation-delay:109.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1098){-webkit-animation-delay:109.8s;animation-delay:109.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1099){-webkit-animation-delay:109.9s;animation-delay:109.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1100){-webkit-animation-delay:110s;animation-delay:110s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1101){-webkit-animation-delay:110.1s;animation-delay:110.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1102){-webkit-animation-delay:110.2s;animation-delay:110.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1103){-webkit-animation-delay:110.3s;animation-delay:110.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1104){-webkit-animation-delay:110.4s;animation-delay:110.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1105){-webkit-animation-delay:110.5s;animation-delay:110.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1106){-webkit-animation-delay:110.6s;animation-delay:110.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1107){-webkit-animation-delay:110.7s;animation-delay:110.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1108){-webkit-animation-delay:110.8s;animation-delay:110.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1109){-webkit-animation-delay:110.9s;animation-delay:110.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1110){-webkit-animation-delay:111s;animation-delay:111s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1111){-webkit-animation-delay:111.1s;animation-delay:111.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1112){-webkit-animation-delay:111.2s;animation-delay:111.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1113){-webkit-animation-delay:111.3s;animation-delay:111.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1114){-webkit-animation-delay:111.4s;animation-delay:111.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1115){-webkit-animation-delay:111.5s;animation-delay:111.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1116){-webkit-animation-delay:111.6s;animation-delay:111.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1117){-webkit-animation-delay:111.7s;animation-delay:111.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1118){-webkit-animation-delay:111.8s;animation-delay:111.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1119){-webkit-animation-delay:111.9s;animation-delay:111.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1120){-webkit-animation-delay:112s;animation-delay:112s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1121){-webkit-animation-delay:112.1s;animation-delay:112.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1122){-webkit-animation-delay:112.2s;animation-delay:112.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1123){-webkit-animation-delay:112.3s;animation-delay:112.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1124){-webkit-animation-delay:112.4s;animation-delay:112.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1125){-webkit-animation-delay:112.5s;animation-delay:112.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1126){-webkit-animation-delay:112.6s;animation-delay:112.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1127){-webkit-animation-delay:112.7s;animation-delay:112.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1128){-webkit-animation-delay:112.8s;animation-delay:112.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1129){-webkit-animation-delay:112.9s;animation-delay:112.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1130){-webkit-animation-delay:113s;animation-delay:113s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1131){-webkit-animation-delay:113.1s;animation-delay:113.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1132){-webkit-animation-delay:113.2s;animation-delay:113.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1133){-webkit-animation-delay:113.3s;animation-delay:113.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1134){-webkit-animation-delay:113.4s;animation-delay:113.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1135){-webkit-animation-delay:113.5s;animation-delay:113.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1136){-webkit-animation-delay:113.6s;animation-delay:113.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1137){-webkit-animation-delay:113.7s;animation-delay:113.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1138){-webkit-animation-delay:113.8s;animation-delay:113.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1139){-webkit-animation-delay:113.9s;animation-delay:113.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1140){-webkit-animation-delay:114s;animation-delay:114s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1141){-webkit-animation-delay:114.1s;animation-delay:114.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1142){-webkit-animation-delay:114.2s;animation-delay:114.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1143){-webkit-animation-delay:114.3s;animation-delay:114.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1144){-webkit-animation-delay:114.4s;animation-delay:114.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1145){-webkit-animation-delay:114.5s;animation-delay:114.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1146){-webkit-animation-delay:114.6s;animation-delay:114.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1147){-webkit-animation-delay:114.7s;animation-delay:114.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1148){-webkit-animation-delay:114.8s;animation-delay:114.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1149){-webkit-animation-delay:114.9s;animation-delay:114.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1150){-webkit-animation-delay:115s;animation-delay:115s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1151){-webkit-animation-delay:115.1s;animation-delay:115.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1152){-webkit-animation-delay:115.2s;animation-delay:115.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1153){-webkit-animation-delay:115.3s;animation-delay:115.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1154){-webkit-animation-delay:115.4s;animation-delay:115.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1155){-webkit-animation-delay:115.5s;animation-delay:115.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1156){-webkit-animation-delay:115.6s;animation-delay:115.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1157){-webkit-animation-delay:115.7s;animation-delay:115.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1158){-webkit-animation-delay:115.8s;animation-delay:115.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1159){-webkit-animation-delay:115.9s;animation-delay:115.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1160){-webkit-animation-delay:116s;animation-delay:116s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1161){-webkit-animation-delay:116.1s;animation-delay:116.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1162){-webkit-animation-delay:116.2s;animation-delay:116.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1163){-webkit-animation-delay:116.3s;animation-delay:116.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1164){-webkit-animation-delay:116.4s;animation-delay:116.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1165){-webkit-animation-delay:116.5s;animation-delay:116.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1166){-webkit-animation-delay:116.6s;animation-delay:116.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1167){-webkit-animation-delay:116.7s;animation-delay:116.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1168){-webkit-animation-delay:116.8s;animation-delay:116.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1169){-webkit-animation-delay:116.9s;animation-delay:116.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1170){-webkit-animation-delay:117s;animation-delay:117s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1171){-webkit-animation-delay:117.1s;animation-delay:117.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1172){-webkit-animation-delay:117.2s;animation-delay:117.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1173){-webkit-animation-delay:117.3s;animation-delay:117.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1174){-webkit-animation-delay:117.4s;animation-delay:117.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1175){-webkit-animation-delay:117.5s;animation-delay:117.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1176){-webkit-animation-delay:117.6s;animation-delay:117.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1177){-webkit-animation-delay:117.7s;animation-delay:117.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1178){-webkit-animation-delay:117.8s;animation-delay:117.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1179){-webkit-animation-delay:117.9s;animation-delay:117.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1180){-webkit-animation-delay:118s;animation-delay:118s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1181){-webkit-animation-delay:118.1s;animation-delay:118.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1182){-webkit-animation-delay:118.2s;animation-delay:118.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1183){-webkit-animation-delay:118.3s;animation-delay:118.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1184){-webkit-animation-delay:118.4s;animation-delay:118.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1185){-webkit-animation-delay:118.5s;animation-delay:118.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1186){-webkit-animation-delay:118.6s;animation-delay:118.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1187){-webkit-animation-delay:118.7s;animation-delay:118.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1188){-webkit-animation-delay:118.8s;animation-delay:118.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1189){-webkit-animation-delay:118.9s;animation-delay:118.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1190){-webkit-animation-delay:119s;animation-delay:119s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1191){-webkit-animation-delay:119.1s;animation-delay:119.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1192){-webkit-animation-delay:119.2s;animation-delay:119.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1193){-webkit-animation-delay:119.3s;animation-delay:119.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1194){-webkit-animation-delay:119.4s;animation-delay:119.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1195){-webkit-animation-delay:119.5s;animation-delay:119.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1196){-webkit-animation-delay:119.6s;animation-delay:119.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1197){-webkit-animation-delay:119.7s;animation-delay:119.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1198){-webkit-animation-delay:119.8s;animation-delay:119.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1199){-webkit-animation-delay:119.9s;animation-delay:119.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1200){-webkit-animation-delay:120s;animation-delay:120s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1201){-webkit-animation-delay:120.1s;animation-delay:120.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1202){-webkit-animation-delay:120.2s;animation-delay:120.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1203){-webkit-animation-delay:120.3s;animation-delay:120.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1204){-webkit-animation-delay:120.4s;animation-delay:120.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1205){-webkit-animation-delay:120.5s;animation-delay:120.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1206){-webkit-animation-delay:120.6s;animation-delay:120.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1207){-webkit-animation-delay:120.7s;animation-delay:120.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1208){-webkit-animation-delay:120.8s;animation-delay:120.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1209){-webkit-animation-delay:120.9s;animation-delay:120.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1210){-webkit-animation-delay:121s;animation-delay:121s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1211){-webkit-animation-delay:121.1s;animation-delay:121.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1212){-webkit-animation-delay:121.2s;animation-delay:121.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1213){-webkit-animation-delay:121.3s;animation-delay:121.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1214){-webkit-animation-delay:121.4s;animation-delay:121.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1215){-webkit-animation-delay:121.5s;animation-delay:121.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1216){-webkit-animation-delay:121.6s;animation-delay:121.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1217){-webkit-animation-delay:121.7s;animation-delay:121.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1218){-webkit-animation-delay:121.8s;animation-delay:121.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1219){-webkit-animation-delay:121.9s;animation-delay:121.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1220){-webkit-animation-delay:122s;animation-delay:122s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1221){-webkit-animation-delay:122.1s;animation-delay:122.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1222){-webkit-animation-delay:122.2s;animation-delay:122.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1223){-webkit-animation-delay:122.3s;animation-delay:122.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1224){-webkit-animation-delay:122.4s;animation-delay:122.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1225){-webkit-animation-delay:122.5s;animation-delay:122.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1226){-webkit-animation-delay:122.6s;animation-delay:122.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1227){-webkit-animation-delay:122.7s;animation-delay:122.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1228){-webkit-animation-delay:122.8s;animation-delay:122.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1229){-webkit-animation-delay:122.9s;animation-delay:122.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1230){-webkit-animation-delay:123s;animation-delay:123s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1231){-webkit-animation-delay:123.1s;animation-delay:123.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1232){-webkit-animation-delay:123.2s;animation-delay:123.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1233){-webkit-animation-delay:123.3s;animation-delay:123.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1234){-webkit-animation-delay:123.4s;animation-delay:123.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1235){-webkit-animation-delay:123.5s;animation-delay:123.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1236){-webkit-animation-delay:123.6s;animation-delay:123.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1237){-webkit-animation-delay:123.7s;animation-delay:123.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1238){-webkit-animation-delay:123.8s;animation-delay:123.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1239){-webkit-animation-delay:123.9s;animation-delay:123.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1240){-webkit-animation-delay:124s;animation-delay:124s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1241){-webkit-animation-delay:124.1s;animation-delay:124.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1242){-webkit-animation-delay:124.2s;animation-delay:124.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1243){-webkit-animation-delay:124.3s;animation-delay:124.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1244){-webkit-animation-delay:124.4s;animation-delay:124.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1245){-webkit-animation-delay:124.5s;animation-delay:124.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1246){-webkit-animation-delay:124.6s;animation-delay:124.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1247){-webkit-animation-delay:124.7s;animation-delay:124.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1248){-webkit-animation-delay:124.8s;animation-delay:124.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1249){-webkit-animation-delay:124.9s;animation-delay:124.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1250){-webkit-animation-delay:125s;animation-delay:125s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1251){-webkit-animation-delay:125.1s;animation-delay:125.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1252){-webkit-animation-delay:125.2s;animation-delay:125.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1253){-webkit-animation-delay:125.3s;animation-delay:125.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1254){-webkit-animation-delay:125.4s;animation-delay:125.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1255){-webkit-animation-delay:125.5s;animation-delay:125.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1256){-webkit-animation-delay:125.6s;animation-delay:125.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1257){-webkit-animation-delay:125.7s;animation-delay:125.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1258){-webkit-animation-delay:125.8s;animation-delay:125.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1259){-webkit-animation-delay:125.9s;animation-delay:125.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1260){-webkit-animation-delay:126s;animation-delay:126s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1261){-webkit-animation-delay:126.1s;animation-delay:126.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1262){-webkit-animation-delay:126.2s;animation-delay:126.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1263){-webkit-animation-delay:126.3s;animation-delay:126.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1264){-webkit-animation-delay:126.4s;animation-delay:126.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1265){-webkit-animation-delay:126.5s;animation-delay:126.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1266){-webkit-animation-delay:126.6s;animation-delay:126.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1267){-webkit-animation-delay:126.7s;animation-delay:126.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1268){-webkit-animation-delay:126.8s;animation-delay:126.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1269){-webkit-animation-delay:126.9s;animation-delay:126.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1270){-webkit-animation-delay:127s;animation-delay:127s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1271){-webkit-animation-delay:127.1s;animation-delay:127.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1272){-webkit-animation-delay:127.2s;animation-delay:127.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1273){-webkit-animation-delay:127.3s;animation-delay:127.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1274){-webkit-animation-delay:127.4s;animation-delay:127.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1275){-webkit-animation-delay:127.5s;animation-delay:127.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1276){-webkit-animation-delay:127.6s;animation-delay:127.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1277){-webkit-animation-delay:127.7s;animation-delay:127.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1278){-webkit-animation-delay:127.8s;animation-delay:127.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1279){-webkit-animation-delay:127.9s;animation-delay:127.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1280){-webkit-animation-delay:128s;animation-delay:128s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1281){-webkit-animation-delay:128.1s;animation-delay:128.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1282){-webkit-animation-delay:128.2s;animation-delay:128.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1283){-webkit-animation-delay:128.3s;animation-delay:128.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1284){-webkit-animation-delay:128.4s;animation-delay:128.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1285){-webkit-animation-delay:128.5s;animation-delay:128.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1286){-webkit-animation-delay:128.6s;animation-delay:128.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1287){-webkit-animation-delay:128.7s;animation-delay:128.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1288){-webkit-animation-delay:128.8s;animation-delay:128.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1289){-webkit-animation-delay:128.9s;animation-delay:128.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1290){-webkit-animation-delay:129s;animation-delay:129s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1291){-webkit-animation-delay:129.1s;animation-delay:129.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1292){-webkit-animation-delay:129.2s;animation-delay:129.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1293){-webkit-animation-delay:129.3s;animation-delay:129.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1294){-webkit-animation-delay:129.4s;animation-delay:129.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1295){-webkit-animation-delay:129.5s;animation-delay:129.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1296){-webkit-animation-delay:129.6s;animation-delay:129.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1297){-webkit-animation-delay:129.7s;animation-delay:129.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1298){-webkit-animation-delay:129.8s;animation-delay:129.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1299){-webkit-animation-delay:129.9s;animation-delay:129.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1300){-webkit-animation-delay:130s;animation-delay:130s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1301){-webkit-animation-delay:130.1s;animation-delay:130.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1302){-webkit-animation-delay:130.2s;animation-delay:130.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1303){-webkit-animation-delay:130.3s;animation-delay:130.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1304){-webkit-animation-delay:130.4s;animation-delay:130.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1305){-webkit-animation-delay:130.5s;animation-delay:130.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1306){-webkit-animation-delay:130.6s;animation-delay:130.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1307){-webkit-animation-delay:130.7s;animation-delay:130.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1308){-webkit-animation-delay:130.8s;animation-delay:130.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1309){-webkit-animation-delay:130.9s;animation-delay:130.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1310){-webkit-animation-delay:131s;animation-delay:131s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1311){-webkit-animation-delay:131.1s;animation-delay:131.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1312){-webkit-animation-delay:131.2s;animation-delay:131.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1313){-webkit-animation-delay:131.3s;animation-delay:131.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1314){-webkit-animation-delay:131.4s;animation-delay:131.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1315){-webkit-animation-delay:131.5s;animation-delay:131.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1316){-webkit-animation-delay:131.6s;animation-delay:131.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1317){-webkit-animation-delay:131.7s;animation-delay:131.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1318){-webkit-animation-delay:131.8s;animation-delay:131.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1319){-webkit-animation-delay:131.9s;animation-delay:131.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1320){-webkit-animation-delay:132s;animation-delay:132s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1321){-webkit-animation-delay:132.1s;animation-delay:132.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1322){-webkit-animation-delay:132.2s;animation-delay:132.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1323){-webkit-animation-delay:132.3s;animation-delay:132.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1324){-webkit-animation-delay:132.4s;animation-delay:132.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1325){-webkit-animation-delay:132.5s;animation-delay:132.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1326){-webkit-animation-delay:132.6s;animation-delay:132.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1327){-webkit-animation-delay:132.7s;animation-delay:132.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1328){-webkit-animation-delay:132.8s;animation-delay:132.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1329){-webkit-animation-delay:132.9s;animation-delay:132.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1330){-webkit-animation-delay:133s;animation-delay:133s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1331){-webkit-animation-delay:133.1s;animation-delay:133.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1332){-webkit-animation-delay:133.2s;animation-delay:133.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1333){-webkit-animation-delay:133.3s;animation-delay:133.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1334){-webkit-animation-delay:133.4s;animation-delay:133.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1335){-webkit-animation-delay:133.5s;animation-delay:133.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1336){-webkit-animation-delay:133.6s;animation-delay:133.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1337){-webkit-animation-delay:133.7s;animation-delay:133.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1338){-webkit-animation-delay:133.8s;animation-delay:133.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1339){-webkit-animation-delay:133.9s;animation-delay:133.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1340){-webkit-animation-delay:134s;animation-delay:134s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1341){-webkit-animation-delay:134.1s;animation-delay:134.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1342){-webkit-animation-delay:134.2s;animation-delay:134.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1343){-webkit-animation-delay:134.3s;animation-delay:134.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1344){-webkit-animation-delay:134.4s;animation-delay:134.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1345){-webkit-animation-delay:134.5s;animation-delay:134.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1346){-webkit-animation-delay:134.6s;animation-delay:134.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1347){-webkit-animation-delay:134.7s;animation-delay:134.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1348){-webkit-animation-delay:134.8s;animation-delay:134.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1349){-webkit-animation-delay:134.9s;animation-delay:134.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1350){-webkit-animation-delay:135s;animation-delay:135s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1351){-webkit-animation-delay:135.1s;animation-delay:135.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1352){-webkit-animation-delay:135.2s;animation-delay:135.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1353){-webkit-animation-delay:135.3s;animation-delay:135.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1354){-webkit-animation-delay:135.4s;animation-delay:135.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1355){-webkit-animation-delay:135.5s;animation-delay:135.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1356){-webkit-animation-delay:135.6s;animation-delay:135.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1357){-webkit-animation-delay:135.7s;animation-delay:135.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1358){-webkit-animation-delay:135.8s;animation-delay:135.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1359){-webkit-animation-delay:135.9s;animation-delay:135.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1360){-webkit-animation-delay:136s;animation-delay:136s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1361){-webkit-animation-delay:136.1s;animation-delay:136.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1362){-webkit-animation-delay:136.2s;animation-delay:136.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1363){-webkit-animation-delay:136.3s;animation-delay:136.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1364){-webkit-animation-delay:136.4s;animation-delay:136.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1365){-webkit-animation-delay:136.5s;animation-delay:136.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1366){-webkit-animation-delay:136.6s;animation-delay:136.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1367){-webkit-animation-delay:136.7s;animation-delay:136.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1368){-webkit-animation-delay:136.8s;animation-delay:136.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1369){-webkit-animation-delay:136.9s;animation-delay:136.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1370){-webkit-animation-delay:137s;animation-delay:137s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1371){-webkit-animation-delay:137.1s;animation-delay:137.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1372){-webkit-animation-delay:137.2s;animation-delay:137.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1373){-webkit-animation-delay:137.3s;animation-delay:137.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1374){-webkit-animation-delay:137.4s;animation-delay:137.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1375){-webkit-animation-delay:137.5s;animation-delay:137.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1376){-webkit-animation-delay:137.6s;animation-delay:137.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1377){-webkit-animation-delay:137.7s;animation-delay:137.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1378){-webkit-animation-delay:137.8s;animation-delay:137.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1379){-webkit-animation-delay:137.9s;animation-delay:137.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1380){-webkit-animation-delay:138s;animation-delay:138s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1381){-webkit-animation-delay:138.1s;animation-delay:138.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1382){-webkit-animation-delay:138.2s;animation-delay:138.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1383){-webkit-animation-delay:138.3s;animation-delay:138.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1384){-webkit-animation-delay:138.4s;animation-delay:138.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1385){-webkit-animation-delay:138.5s;animation-delay:138.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1386){-webkit-animation-delay:138.6s;animation-delay:138.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1387){-webkit-animation-delay:138.7s;animation-delay:138.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1388){-webkit-animation-delay:138.8s;animation-delay:138.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1389){-webkit-animation-delay:138.9s;animation-delay:138.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1390){-webkit-animation-delay:139s;animation-delay:139s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1391){-webkit-animation-delay:139.1s;animation-delay:139.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1392){-webkit-animation-delay:139.2s;animation-delay:139.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1393){-webkit-animation-delay:139.3s;animation-delay:139.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1394){-webkit-animation-delay:139.4s;animation-delay:139.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1395){-webkit-animation-delay:139.5s;animation-delay:139.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1396){-webkit-animation-delay:139.6s;animation-delay:139.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1397){-webkit-animation-delay:139.7s;animation-delay:139.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1398){-webkit-animation-delay:139.8s;animation-delay:139.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1399){-webkit-animation-delay:139.9s;animation-delay:139.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1400){-webkit-animation-delay:140s;animation-delay:140s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1401){-webkit-animation-delay:140.1s;animation-delay:140.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1402){-webkit-animation-delay:140.2s;animation-delay:140.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1403){-webkit-animation-delay:140.3s;animation-delay:140.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1404){-webkit-animation-delay:140.4s;animation-delay:140.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1405){-webkit-animation-delay:140.5s;animation-delay:140.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1406){-webkit-animation-delay:140.6s;animation-delay:140.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1407){-webkit-animation-delay:140.7s;animation-delay:140.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1408){-webkit-animation-delay:140.8s;animation-delay:140.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1409){-webkit-animation-delay:140.9s;animation-delay:140.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1410){-webkit-animation-delay:141s;animation-delay:141s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1411){-webkit-animation-delay:141.1s;animation-delay:141.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1412){-webkit-animation-delay:141.2s;animation-delay:141.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1413){-webkit-animation-delay:141.3s;animation-delay:141.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1414){-webkit-animation-delay:141.4s;animation-delay:141.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1415){-webkit-animation-delay:141.5s;animation-delay:141.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1416){-webkit-animation-delay:141.6s;animation-delay:141.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1417){-webkit-animation-delay:141.7s;animation-delay:141.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1418){-webkit-animation-delay:141.8s;animation-delay:141.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1419){-webkit-animation-delay:141.9s;animation-delay:141.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1420){-webkit-animation-delay:142s;animation-delay:142s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1421){-webkit-animation-delay:142.1s;animation-delay:142.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1422){-webkit-animation-delay:142.2s;animation-delay:142.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1423){-webkit-animation-delay:142.3s;animation-delay:142.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1424){-webkit-animation-delay:142.4s;animation-delay:142.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1425){-webkit-animation-delay:142.5s;animation-delay:142.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1426){-webkit-animation-delay:142.6s;animation-delay:142.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1427){-webkit-animation-delay:142.7s;animation-delay:142.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1428){-webkit-animation-delay:142.8s;animation-delay:142.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1429){-webkit-animation-delay:142.9s;animation-delay:142.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1430){-webkit-animation-delay:143s;animation-delay:143s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1431){-webkit-animation-delay:143.1s;animation-delay:143.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1432){-webkit-animation-delay:143.2s;animation-delay:143.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1433){-webkit-animation-delay:143.3s;animation-delay:143.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1434){-webkit-animation-delay:143.4s;animation-delay:143.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1435){-webkit-animation-delay:143.5s;animation-delay:143.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1436){-webkit-animation-delay:143.6s;animation-delay:143.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1437){-webkit-animation-delay:143.7s;animation-delay:143.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1438){-webkit-animation-delay:143.8s;animation-delay:143.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1439){-webkit-animation-delay:143.9s;animation-delay:143.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1440){-webkit-animation-delay:144s;animation-delay:144s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1441){-webkit-animation-delay:144.1s;animation-delay:144.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1442){-webkit-animation-delay:144.2s;animation-delay:144.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1443){-webkit-animation-delay:144.3s;animation-delay:144.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1444){-webkit-animation-delay:144.4s;animation-delay:144.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1445){-webkit-animation-delay:144.5s;animation-delay:144.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1446){-webkit-animation-delay:144.6s;animation-delay:144.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1447){-webkit-animation-delay:144.7s;animation-delay:144.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1448){-webkit-animation-delay:144.8s;animation-delay:144.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1449){-webkit-animation-delay:144.9s;animation-delay:144.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1450){-webkit-animation-delay:145s;animation-delay:145s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1451){-webkit-animation-delay:145.1s;animation-delay:145.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1452){-webkit-animation-delay:145.2s;animation-delay:145.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1453){-webkit-animation-delay:145.3s;animation-delay:145.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1454){-webkit-animation-delay:145.4s;animation-delay:145.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1455){-webkit-animation-delay:145.5s;animation-delay:145.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1456){-webkit-animation-delay:145.6s;animation-delay:145.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1457){-webkit-animation-delay:145.7s;animation-delay:145.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1458){-webkit-animation-delay:145.8s;animation-delay:145.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1459){-webkit-animation-delay:145.9s;animation-delay:145.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1460){-webkit-animation-delay:146s;animation-delay:146s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1461){-webkit-animation-delay:146.1s;animation-delay:146.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1462){-webkit-animation-delay:146.2s;animation-delay:146.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1463){-webkit-animation-delay:146.3s;animation-delay:146.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1464){-webkit-animation-delay:146.4s;animation-delay:146.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1465){-webkit-animation-delay:146.5s;animation-delay:146.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1466){-webkit-animation-delay:146.6s;animation-delay:146.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1467){-webkit-animation-delay:146.7s;animation-delay:146.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1468){-webkit-animation-delay:146.8s;animation-delay:146.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1469){-webkit-animation-delay:146.9s;animation-delay:146.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1470){-webkit-animation-delay:147s;animation-delay:147s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1471){-webkit-animation-delay:147.1s;animation-delay:147.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1472){-webkit-animation-delay:147.2s;animation-delay:147.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1473){-webkit-animation-delay:147.3s;animation-delay:147.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1474){-webkit-animation-delay:147.4s;animation-delay:147.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1475){-webkit-animation-delay:147.5s;animation-delay:147.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1476){-webkit-animation-delay:147.6s;animation-delay:147.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1477){-webkit-animation-delay:147.7s;animation-delay:147.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1478){-webkit-animation-delay:147.8s;animation-delay:147.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1479){-webkit-animation-delay:147.9s;animation-delay:147.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1480){-webkit-animation-delay:148s;animation-delay:148s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1481){-webkit-animation-delay:148.1s;animation-delay:148.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1482){-webkit-animation-delay:148.2s;animation-delay:148.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1483){-webkit-animation-delay:148.3s;animation-delay:148.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1484){-webkit-animation-delay:148.4s;animation-delay:148.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1485){-webkit-animation-delay:148.5s;animation-delay:148.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1486){-webkit-animation-delay:148.6s;animation-delay:148.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1487){-webkit-animation-delay:148.7s;animation-delay:148.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1488){-webkit-animation-delay:148.8s;animation-delay:148.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1489){-webkit-animation-delay:148.9s;animation-delay:148.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1490){-webkit-animation-delay:149s;animation-delay:149s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1491){-webkit-animation-delay:149.1s;animation-delay:149.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1492){-webkit-animation-delay:149.2s;animation-delay:149.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1493){-webkit-animation-delay:149.3s;animation-delay:149.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1494){-webkit-animation-delay:149.4s;animation-delay:149.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1495){-webkit-animation-delay:149.5s;animation-delay:149.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1496){-webkit-animation-delay:149.6s;animation-delay:149.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1497){-webkit-animation-delay:149.7s;animation-delay:149.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1498){-webkit-animation-delay:149.8s;animation-delay:149.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1499){-webkit-animation-delay:149.9s;animation-delay:149.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1500){-webkit-animation-delay:150s;animation-delay:150s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1501){-webkit-animation-delay:150.1s;animation-delay:150.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1502){-webkit-animation-delay:150.2s;animation-delay:150.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1503){-webkit-animation-delay:150.3s;animation-delay:150.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1504){-webkit-animation-delay:150.4s;animation-delay:150.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1505){-webkit-animation-delay:150.5s;animation-delay:150.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1506){-webkit-animation-delay:150.6s;animation-delay:150.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1507){-webkit-animation-delay:150.7s;animation-delay:150.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1508){-webkit-animation-delay:150.8s;animation-delay:150.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1509){-webkit-animation-delay:150.9s;animation-delay:150.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1510){-webkit-animation-delay:151s;animation-delay:151s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1511){-webkit-animation-delay:151.1s;animation-delay:151.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1512){-webkit-animation-delay:151.2s;animation-delay:151.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1513){-webkit-animation-delay:151.3s;animation-delay:151.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1514){-webkit-animation-delay:151.4s;animation-delay:151.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1515){-webkit-animation-delay:151.5s;animation-delay:151.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1516){-webkit-animation-delay:151.6s;animation-delay:151.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1517){-webkit-animation-delay:151.7s;animation-delay:151.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1518){-webkit-animation-delay:151.8s;animation-delay:151.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1519){-webkit-animation-delay:151.9s;animation-delay:151.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1520){-webkit-animation-delay:152s;animation-delay:152s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1521){-webkit-animation-delay:152.1s;animation-delay:152.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1522){-webkit-animation-delay:152.2s;animation-delay:152.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1523){-webkit-animation-delay:152.3s;animation-delay:152.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1524){-webkit-animation-delay:152.4s;animation-delay:152.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1525){-webkit-animation-delay:152.5s;animation-delay:152.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1526){-webkit-animation-delay:152.6s;animation-delay:152.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1527){-webkit-animation-delay:152.7s;animation-delay:152.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1528){-webkit-animation-delay:152.8s;animation-delay:152.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1529){-webkit-animation-delay:152.9s;animation-delay:152.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1530){-webkit-animation-delay:153s;animation-delay:153s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1531){-webkit-animation-delay:153.1s;animation-delay:153.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1532){-webkit-animation-delay:153.2s;animation-delay:153.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1533){-webkit-animation-delay:153.3s;animation-delay:153.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1534){-webkit-animation-delay:153.4s;animation-delay:153.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1535){-webkit-animation-delay:153.5s;animation-delay:153.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1536){-webkit-animation-delay:153.6s;animation-delay:153.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1537){-webkit-animation-delay:153.7s;animation-delay:153.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1538){-webkit-animation-delay:153.8s;animation-delay:153.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1539){-webkit-animation-delay:153.9s;animation-delay:153.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1540){-webkit-animation-delay:154s;animation-delay:154s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1541){-webkit-animation-delay:154.1s;animation-delay:154.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1542){-webkit-animation-delay:154.2s;animation-delay:154.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1543){-webkit-animation-delay:154.3s;animation-delay:154.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1544){-webkit-animation-delay:154.4s;animation-delay:154.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1545){-webkit-animation-delay:154.5s;animation-delay:154.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1546){-webkit-animation-delay:154.6s;animation-delay:154.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1547){-webkit-animation-delay:154.7s;animation-delay:154.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1548){-webkit-animation-delay:154.8s;animation-delay:154.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1549){-webkit-animation-delay:154.9s;animation-delay:154.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1550){-webkit-animation-delay:155s;animation-delay:155s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1551){-webkit-animation-delay:155.1s;animation-delay:155.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1552){-webkit-animation-delay:155.2s;animation-delay:155.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1553){-webkit-animation-delay:155.3s;animation-delay:155.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1554){-webkit-animation-delay:155.4s;animation-delay:155.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1555){-webkit-animation-delay:155.5s;animation-delay:155.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1556){-webkit-animation-delay:155.6s;animation-delay:155.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1557){-webkit-animation-delay:155.7s;animation-delay:155.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1558){-webkit-animation-delay:155.8s;animation-delay:155.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1559){-webkit-animation-delay:155.9s;animation-delay:155.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1560){-webkit-animation-delay:156s;animation-delay:156s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1561){-webkit-animation-delay:156.1s;animation-delay:156.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1562){-webkit-animation-delay:156.2s;animation-delay:156.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1563){-webkit-animation-delay:156.3s;animation-delay:156.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1564){-webkit-animation-delay:156.4s;animation-delay:156.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1565){-webkit-animation-delay:156.5s;animation-delay:156.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1566){-webkit-animation-delay:156.6s;animation-delay:156.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1567){-webkit-animation-delay:156.7s;animation-delay:156.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1568){-webkit-animation-delay:156.8s;animation-delay:156.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1569){-webkit-animation-delay:156.9s;animation-delay:156.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1570){-webkit-animation-delay:157s;animation-delay:157s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1571){-webkit-animation-delay:157.1s;animation-delay:157.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1572){-webkit-animation-delay:157.2s;animation-delay:157.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1573){-webkit-animation-delay:157.3s;animation-delay:157.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1574){-webkit-animation-delay:157.4s;animation-delay:157.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1575){-webkit-animation-delay:157.5s;animation-delay:157.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1576){-webkit-animation-delay:157.6s;animation-delay:157.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1577){-webkit-animation-delay:157.7s;animation-delay:157.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1578){-webkit-animation-delay:157.8s;animation-delay:157.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1579){-webkit-animation-delay:157.9s;animation-delay:157.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1580){-webkit-animation-delay:158s;animation-delay:158s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1581){-webkit-animation-delay:158.1s;animation-delay:158.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1582){-webkit-animation-delay:158.2s;animation-delay:158.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1583){-webkit-animation-delay:158.3s;animation-delay:158.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1584){-webkit-animation-delay:158.4s;animation-delay:158.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1585){-webkit-animation-delay:158.5s;animation-delay:158.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1586){-webkit-animation-delay:158.6s;animation-delay:158.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1587){-webkit-animation-delay:158.7s;animation-delay:158.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1588){-webkit-animation-delay:158.8s;animation-delay:158.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1589){-webkit-animation-delay:158.9s;animation-delay:158.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1590){-webkit-animation-delay:159s;animation-delay:159s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1591){-webkit-animation-delay:159.1s;animation-delay:159.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1592){-webkit-animation-delay:159.2s;animation-delay:159.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1593){-webkit-animation-delay:159.3s;animation-delay:159.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1594){-webkit-animation-delay:159.4s;animation-delay:159.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1595){-webkit-animation-delay:159.5s;animation-delay:159.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1596){-webkit-animation-delay:159.6s;animation-delay:159.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1597){-webkit-animation-delay:159.7s;animation-delay:159.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1598){-webkit-animation-delay:159.8s;animation-delay:159.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1599){-webkit-animation-delay:159.9s;animation-delay:159.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1600){-webkit-animation-delay:160s;animation-delay:160s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1601){-webkit-animation-delay:160.1s;animation-delay:160.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1602){-webkit-animation-delay:160.2s;animation-delay:160.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1603){-webkit-animation-delay:160.3s;animation-delay:160.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1604){-webkit-animation-delay:160.4s;animation-delay:160.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1605){-webkit-animation-delay:160.5s;animation-delay:160.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1606){-webkit-animation-delay:160.6s;animation-delay:160.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1607){-webkit-animation-delay:160.7s;animation-delay:160.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1608){-webkit-animation-delay:160.8s;animation-delay:160.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1609){-webkit-animation-delay:160.9s;animation-delay:160.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1610){-webkit-animation-delay:161s;animation-delay:161s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1611){-webkit-animation-delay:161.1s;animation-delay:161.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1612){-webkit-animation-delay:161.2s;animation-delay:161.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1613){-webkit-animation-delay:161.3s;animation-delay:161.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1614){-webkit-animation-delay:161.4s;animation-delay:161.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1615){-webkit-animation-delay:161.5s;animation-delay:161.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1616){-webkit-animation-delay:161.6s;animation-delay:161.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1617){-webkit-animation-delay:161.7s;animation-delay:161.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1618){-webkit-animation-delay:161.8s;animation-delay:161.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1619){-webkit-animation-delay:161.9s;animation-delay:161.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1620){-webkit-animation-delay:162s;animation-delay:162s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1621){-webkit-animation-delay:162.1s;animation-delay:162.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1622){-webkit-animation-delay:162.2s;animation-delay:162.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1623){-webkit-animation-delay:162.3s;animation-delay:162.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1624){-webkit-animation-delay:162.4s;animation-delay:162.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1625){-webkit-animation-delay:162.5s;animation-delay:162.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1626){-webkit-animation-delay:162.6s;animation-delay:162.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1627){-webkit-animation-delay:162.7s;animation-delay:162.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1628){-webkit-animation-delay:162.8s;animation-delay:162.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1629){-webkit-animation-delay:162.9s;animation-delay:162.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1630){-webkit-animation-delay:163s;animation-delay:163s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1631){-webkit-animation-delay:163.1s;animation-delay:163.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1632){-webkit-animation-delay:163.2s;animation-delay:163.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1633){-webkit-animation-delay:163.3s;animation-delay:163.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1634){-webkit-animation-delay:163.4s;animation-delay:163.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1635){-webkit-animation-delay:163.5s;animation-delay:163.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1636){-webkit-animation-delay:163.6s;animation-delay:163.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1637){-webkit-animation-delay:163.7s;animation-delay:163.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1638){-webkit-animation-delay:163.8s;animation-delay:163.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1639){-webkit-animation-delay:163.9s;animation-delay:163.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1640){-webkit-animation-delay:164s;animation-delay:164s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1641){-webkit-animation-delay:164.1s;animation-delay:164.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1642){-webkit-animation-delay:164.2s;animation-delay:164.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1643){-webkit-animation-delay:164.3s;animation-delay:164.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1644){-webkit-animation-delay:164.4s;animation-delay:164.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1645){-webkit-animation-delay:164.5s;animation-delay:164.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1646){-webkit-animation-delay:164.6s;animation-delay:164.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1647){-webkit-animation-delay:164.7s;animation-delay:164.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1648){-webkit-animation-delay:164.8s;animation-delay:164.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1649){-webkit-animation-delay:164.9s;animation-delay:164.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1650){-webkit-animation-delay:165s;animation-delay:165s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1651){-webkit-animation-delay:165.1s;animation-delay:165.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1652){-webkit-animation-delay:165.2s;animation-delay:165.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1653){-webkit-animation-delay:165.3s;animation-delay:165.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1654){-webkit-animation-delay:165.4s;animation-delay:165.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1655){-webkit-animation-delay:165.5s;animation-delay:165.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1656){-webkit-animation-delay:165.6s;animation-delay:165.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1657){-webkit-animation-delay:165.7s;animation-delay:165.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1658){-webkit-animation-delay:165.8s;animation-delay:165.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1659){-webkit-animation-delay:165.9s;animation-delay:165.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1660){-webkit-animation-delay:166s;animation-delay:166s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1661){-webkit-animation-delay:166.1s;animation-delay:166.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1662){-webkit-animation-delay:166.2s;animation-delay:166.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1663){-webkit-animation-delay:166.3s;animation-delay:166.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1664){-webkit-animation-delay:166.4s;animation-delay:166.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1665){-webkit-animation-delay:166.5s;animation-delay:166.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1666){-webkit-animation-delay:166.6s;animation-delay:166.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1667){-webkit-animation-delay:166.7s;animation-delay:166.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1668){-webkit-animation-delay:166.8s;animation-delay:166.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1669){-webkit-animation-delay:166.9s;animation-delay:166.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1670){-webkit-animation-delay:167s;animation-delay:167s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1671){-webkit-animation-delay:167.1s;animation-delay:167.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1672){-webkit-animation-delay:167.2s;animation-delay:167.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1673){-webkit-animation-delay:167.3s;animation-delay:167.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1674){-webkit-animation-delay:167.4s;animation-delay:167.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1675){-webkit-animation-delay:167.5s;animation-delay:167.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1676){-webkit-animation-delay:167.6s;animation-delay:167.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1677){-webkit-animation-delay:167.7s;animation-delay:167.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1678){-webkit-animation-delay:167.8s;animation-delay:167.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1679){-webkit-animation-delay:167.9s;animation-delay:167.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1680){-webkit-animation-delay:168s;animation-delay:168s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1681){-webkit-animation-delay:168.1s;animation-delay:168.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1682){-webkit-animation-delay:168.2s;animation-delay:168.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1683){-webkit-animation-delay:168.3s;animation-delay:168.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1684){-webkit-animation-delay:168.4s;animation-delay:168.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1685){-webkit-animation-delay:168.5s;animation-delay:168.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1686){-webkit-animation-delay:168.6s;animation-delay:168.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1687){-webkit-animation-delay:168.7s;animation-delay:168.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1688){-webkit-animation-delay:168.8s;animation-delay:168.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1689){-webkit-animation-delay:168.9s;animation-delay:168.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1690){-webkit-animation-delay:169s;animation-delay:169s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1691){-webkit-animation-delay:169.1s;animation-delay:169.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1692){-webkit-animation-delay:169.2s;animation-delay:169.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1693){-webkit-animation-delay:169.3s;animation-delay:169.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1694){-webkit-animation-delay:169.4s;animation-delay:169.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1695){-webkit-animation-delay:169.5s;animation-delay:169.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1696){-webkit-animation-delay:169.6s;animation-delay:169.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1697){-webkit-animation-delay:169.7s;animation-delay:169.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1698){-webkit-animation-delay:169.8s;animation-delay:169.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1699){-webkit-animation-delay:169.9s;animation-delay:169.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1700){-webkit-animation-delay:170s;animation-delay:170s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1701){-webkit-animation-delay:170.1s;animation-delay:170.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1702){-webkit-animation-delay:170.2s;animation-delay:170.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1703){-webkit-animation-delay:170.3s;animation-delay:170.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1704){-webkit-animation-delay:170.4s;animation-delay:170.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1705){-webkit-animation-delay:170.5s;animation-delay:170.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1706){-webkit-animation-delay:170.6s;animation-delay:170.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1707){-webkit-animation-delay:170.7s;animation-delay:170.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1708){-webkit-animation-delay:170.8s;animation-delay:170.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1709){-webkit-animation-delay:170.9s;animation-delay:170.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1710){-webkit-animation-delay:171s;animation-delay:171s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1711){-webkit-animation-delay:171.1s;animation-delay:171.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1712){-webkit-animation-delay:171.2s;animation-delay:171.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1713){-webkit-animation-delay:171.3s;animation-delay:171.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1714){-webkit-animation-delay:171.4s;animation-delay:171.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1715){-webkit-animation-delay:171.5s;animation-delay:171.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1716){-webkit-animation-delay:171.6s;animation-delay:171.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1717){-webkit-animation-delay:171.7s;animation-delay:171.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1718){-webkit-animation-delay:171.8s;animation-delay:171.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1719){-webkit-animation-delay:171.9s;animation-delay:171.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1720){-webkit-animation-delay:172s;animation-delay:172s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1721){-webkit-animation-delay:172.1s;animation-delay:172.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1722){-webkit-animation-delay:172.2s;animation-delay:172.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1723){-webkit-animation-delay:172.3s;animation-delay:172.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1724){-webkit-animation-delay:172.4s;animation-delay:172.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1725){-webkit-animation-delay:172.5s;animation-delay:172.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1726){-webkit-animation-delay:172.6s;animation-delay:172.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1727){-webkit-animation-delay:172.7s;animation-delay:172.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1728){-webkit-animation-delay:172.8s;animation-delay:172.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1729){-webkit-animation-delay:172.9s;animation-delay:172.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1730){-webkit-animation-delay:173s;animation-delay:173s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1731){-webkit-animation-delay:173.1s;animation-delay:173.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1732){-webkit-animation-delay:173.2s;animation-delay:173.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1733){-webkit-animation-delay:173.3s;animation-delay:173.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1734){-webkit-animation-delay:173.4s;animation-delay:173.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1735){-webkit-animation-delay:173.5s;animation-delay:173.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1736){-webkit-animation-delay:173.6s;animation-delay:173.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1737){-webkit-animation-delay:173.7s;animation-delay:173.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1738){-webkit-animation-delay:173.8s;animation-delay:173.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1739){-webkit-animation-delay:173.9s;animation-delay:173.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1740){-webkit-animation-delay:174s;animation-delay:174s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1741){-webkit-animation-delay:174.1s;animation-delay:174.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1742){-webkit-animation-delay:174.2s;animation-delay:174.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1743){-webkit-animation-delay:174.3s;animation-delay:174.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1744){-webkit-animation-delay:174.4s;animation-delay:174.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1745){-webkit-animation-delay:174.5s;animation-delay:174.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1746){-webkit-animation-delay:174.6s;animation-delay:174.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1747){-webkit-animation-delay:174.7s;animation-delay:174.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1748){-webkit-animation-delay:174.8s;animation-delay:174.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1749){-webkit-animation-delay:174.9s;animation-delay:174.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1750){-webkit-animation-delay:175s;animation-delay:175s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1751){-webkit-animation-delay:175.1s;animation-delay:175.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1752){-webkit-animation-delay:175.2s;animation-delay:175.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1753){-webkit-animation-delay:175.3s;animation-delay:175.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1754){-webkit-animation-delay:175.4s;animation-delay:175.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1755){-webkit-animation-delay:175.5s;animation-delay:175.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1756){-webkit-animation-delay:175.6s;animation-delay:175.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1757){-webkit-animation-delay:175.7s;animation-delay:175.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1758){-webkit-animation-delay:175.8s;animation-delay:175.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1759){-webkit-animation-delay:175.9s;animation-delay:175.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1760){-webkit-animation-delay:176s;animation-delay:176s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1761){-webkit-animation-delay:176.1s;animation-delay:176.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1762){-webkit-animation-delay:176.2s;animation-delay:176.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1763){-webkit-animation-delay:176.3s;animation-delay:176.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1764){-webkit-animation-delay:176.4s;animation-delay:176.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1765){-webkit-animation-delay:176.5s;animation-delay:176.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1766){-webkit-animation-delay:176.6s;animation-delay:176.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1767){-webkit-animation-delay:176.7s;animation-delay:176.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1768){-webkit-animation-delay:176.8s;animation-delay:176.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1769){-webkit-animation-delay:176.9s;animation-delay:176.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1770){-webkit-animation-delay:177s;animation-delay:177s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1771){-webkit-animation-delay:177.1s;animation-delay:177.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1772){-webkit-animation-delay:177.2s;animation-delay:177.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1773){-webkit-animation-delay:177.3s;animation-delay:177.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1774){-webkit-animation-delay:177.4s;animation-delay:177.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1775){-webkit-animation-delay:177.5s;animation-delay:177.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1776){-webkit-animation-delay:177.6s;animation-delay:177.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1777){-webkit-animation-delay:177.7s;animation-delay:177.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1778){-webkit-animation-delay:177.8s;animation-delay:177.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1779){-webkit-animation-delay:177.9s;animation-delay:177.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1780){-webkit-animation-delay:178s;animation-delay:178s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1781){-webkit-animation-delay:178.1s;animation-delay:178.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1782){-webkit-animation-delay:178.2s;animation-delay:178.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1783){-webkit-animation-delay:178.3s;animation-delay:178.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1784){-webkit-animation-delay:178.4s;animation-delay:178.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1785){-webkit-animation-delay:178.5s;animation-delay:178.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1786){-webkit-animation-delay:178.6s;animation-delay:178.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1787){-webkit-animation-delay:178.7s;animation-delay:178.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1788){-webkit-animation-delay:178.8s;animation-delay:178.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1789){-webkit-animation-delay:178.9s;animation-delay:178.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1790){-webkit-animation-delay:179s;animation-delay:179s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1791){-webkit-animation-delay:179.1s;animation-delay:179.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1792){-webkit-animation-delay:179.2s;animation-delay:179.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1793){-webkit-animation-delay:179.3s;animation-delay:179.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1794){-webkit-animation-delay:179.4s;animation-delay:179.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1795){-webkit-animation-delay:179.5s;animation-delay:179.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1796){-webkit-animation-delay:179.6s;animation-delay:179.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1797){-webkit-animation-delay:179.7s;animation-delay:179.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1798){-webkit-animation-delay:179.8s;animation-delay:179.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1799){-webkit-animation-delay:179.9s;animation-delay:179.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1800){-webkit-animation-delay:180s;animation-delay:180s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1801){-webkit-animation-delay:180.1s;animation-delay:180.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1802){-webkit-animation-delay:180.2s;animation-delay:180.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1803){-webkit-animation-delay:180.3s;animation-delay:180.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1804){-webkit-animation-delay:180.4s;animation-delay:180.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1805){-webkit-animation-delay:180.5s;animation-delay:180.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1806){-webkit-animation-delay:180.6s;animation-delay:180.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1807){-webkit-animation-delay:180.7s;animation-delay:180.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1808){-webkit-animation-delay:180.8s;animation-delay:180.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1809){-webkit-animation-delay:180.9s;animation-delay:180.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1810){-webkit-animation-delay:181s;animation-delay:181s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1811){-webkit-animation-delay:181.1s;animation-delay:181.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1812){-webkit-animation-delay:181.2s;animation-delay:181.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1813){-webkit-animation-delay:181.3s;animation-delay:181.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1814){-webkit-animation-delay:181.4s;animation-delay:181.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1815){-webkit-animation-delay:181.5s;animation-delay:181.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1816){-webkit-animation-delay:181.6s;animation-delay:181.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1817){-webkit-animation-delay:181.7s;animation-delay:181.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1818){-webkit-animation-delay:181.8s;animation-delay:181.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1819){-webkit-animation-delay:181.9s;animation-delay:181.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1820){-webkit-animation-delay:182s;animation-delay:182s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1821){-webkit-animation-delay:182.1s;animation-delay:182.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1822){-webkit-animation-delay:182.2s;animation-delay:182.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1823){-webkit-animation-delay:182.3s;animation-delay:182.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1824){-webkit-animation-delay:182.4s;animation-delay:182.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1825){-webkit-animation-delay:182.5s;animation-delay:182.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1826){-webkit-animation-delay:182.6s;animation-delay:182.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1827){-webkit-animation-delay:182.7s;animation-delay:182.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1828){-webkit-animation-delay:182.8s;animation-delay:182.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1829){-webkit-animation-delay:182.9s;animation-delay:182.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1830){-webkit-animation-delay:183s;animation-delay:183s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1831){-webkit-animation-delay:183.1s;animation-delay:183.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1832){-webkit-animation-delay:183.2s;animation-delay:183.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1833){-webkit-animation-delay:183.3s;animation-delay:183.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1834){-webkit-animation-delay:183.4s;animation-delay:183.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1835){-webkit-animation-delay:183.5s;animation-delay:183.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1836){-webkit-animation-delay:183.6s;animation-delay:183.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1837){-webkit-animation-delay:183.7s;animation-delay:183.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1838){-webkit-animation-delay:183.8s;animation-delay:183.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1839){-webkit-animation-delay:183.9s;animation-delay:183.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1840){-webkit-animation-delay:184s;animation-delay:184s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1841){-webkit-animation-delay:184.1s;animation-delay:184.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1842){-webkit-animation-delay:184.2s;animation-delay:184.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1843){-webkit-animation-delay:184.3s;animation-delay:184.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1844){-webkit-animation-delay:184.4s;animation-delay:184.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1845){-webkit-animation-delay:184.5s;animation-delay:184.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1846){-webkit-animation-delay:184.6s;animation-delay:184.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1847){-webkit-animation-delay:184.7s;animation-delay:184.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1848){-webkit-animation-delay:184.8s;animation-delay:184.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1849){-webkit-animation-delay:184.9s;animation-delay:184.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1850){-webkit-animation-delay:185s;animation-delay:185s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1851){-webkit-animation-delay:185.1s;animation-delay:185.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1852){-webkit-animation-delay:185.2s;animation-delay:185.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1853){-webkit-animation-delay:185.3s;animation-delay:185.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1854){-webkit-animation-delay:185.4s;animation-delay:185.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1855){-webkit-animation-delay:185.5s;animation-delay:185.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1856){-webkit-animation-delay:185.6s;animation-delay:185.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1857){-webkit-animation-delay:185.7s;animation-delay:185.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1858){-webkit-animation-delay:185.8s;animation-delay:185.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1859){-webkit-animation-delay:185.9s;animation-delay:185.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1860){-webkit-animation-delay:186s;animation-delay:186s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1861){-webkit-animation-delay:186.1s;animation-delay:186.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1862){-webkit-animation-delay:186.2s;animation-delay:186.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1863){-webkit-animation-delay:186.3s;animation-delay:186.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1864){-webkit-animation-delay:186.4s;animation-delay:186.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1865){-webkit-animation-delay:186.5s;animation-delay:186.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1866){-webkit-animation-delay:186.6s;animation-delay:186.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1867){-webkit-animation-delay:186.7s;animation-delay:186.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1868){-webkit-animation-delay:186.8s;animation-delay:186.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1869){-webkit-animation-delay:186.9s;animation-delay:186.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1870){-webkit-animation-delay:187s;animation-delay:187s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1871){-webkit-animation-delay:187.1s;animation-delay:187.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1872){-webkit-animation-delay:187.2s;animation-delay:187.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1873){-webkit-animation-delay:187.3s;animation-delay:187.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1874){-webkit-animation-delay:187.4s;animation-delay:187.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1875){-webkit-animation-delay:187.5s;animation-delay:187.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1876){-webkit-animation-delay:187.6s;animation-delay:187.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1877){-webkit-animation-delay:187.7s;animation-delay:187.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1878){-webkit-animation-delay:187.8s;animation-delay:187.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1879){-webkit-animation-delay:187.9s;animation-delay:187.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1880){-webkit-animation-delay:188s;animation-delay:188s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1881){-webkit-animation-delay:188.1s;animation-delay:188.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1882){-webkit-animation-delay:188.2s;animation-delay:188.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1883){-webkit-animation-delay:188.3s;animation-delay:188.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1884){-webkit-animation-delay:188.4s;animation-delay:188.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1885){-webkit-animation-delay:188.5s;animation-delay:188.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1886){-webkit-animation-delay:188.6s;animation-delay:188.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1887){-webkit-animation-delay:188.7s;animation-delay:188.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1888){-webkit-animation-delay:188.8s;animation-delay:188.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1889){-webkit-animation-delay:188.9s;animation-delay:188.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1890){-webkit-animation-delay:189s;animation-delay:189s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1891){-webkit-animation-delay:189.1s;animation-delay:189.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1892){-webkit-animation-delay:189.2s;animation-delay:189.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1893){-webkit-animation-delay:189.3s;animation-delay:189.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1894){-webkit-animation-delay:189.4s;animation-delay:189.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1895){-webkit-animation-delay:189.5s;animation-delay:189.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1896){-webkit-animation-delay:189.6s;animation-delay:189.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1897){-webkit-animation-delay:189.7s;animation-delay:189.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1898){-webkit-animation-delay:189.8s;animation-delay:189.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1899){-webkit-animation-delay:189.9s;animation-delay:189.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1900){-webkit-animation-delay:190s;animation-delay:190s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1901){-webkit-animation-delay:190.1s;animation-delay:190.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1902){-webkit-animation-delay:190.2s;animation-delay:190.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1903){-webkit-animation-delay:190.3s;animation-delay:190.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1904){-webkit-animation-delay:190.4s;animation-delay:190.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1905){-webkit-animation-delay:190.5s;animation-delay:190.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1906){-webkit-animation-delay:190.6s;animation-delay:190.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1907){-webkit-animation-delay:190.7s;animation-delay:190.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1908){-webkit-animation-delay:190.8s;animation-delay:190.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1909){-webkit-animation-delay:190.9s;animation-delay:190.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1910){-webkit-animation-delay:191s;animation-delay:191s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1911){-webkit-animation-delay:191.1s;animation-delay:191.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1912){-webkit-animation-delay:191.2s;animation-delay:191.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1913){-webkit-animation-delay:191.3s;animation-delay:191.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1914){-webkit-animation-delay:191.4s;animation-delay:191.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1915){-webkit-animation-delay:191.5s;animation-delay:191.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1916){-webkit-animation-delay:191.6s;animation-delay:191.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1917){-webkit-animation-delay:191.7s;animation-delay:191.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1918){-webkit-animation-delay:191.8s;animation-delay:191.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1919){-webkit-animation-delay:191.9s;animation-delay:191.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1920){-webkit-animation-delay:192s;animation-delay:192s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1921){-webkit-animation-delay:192.1s;animation-delay:192.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1922){-webkit-animation-delay:192.2s;animation-delay:192.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1923){-webkit-animation-delay:192.3s;animation-delay:192.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1924){-webkit-animation-delay:192.4s;animation-delay:192.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1925){-webkit-animation-delay:192.5s;animation-delay:192.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1926){-webkit-animation-delay:192.6s;animation-delay:192.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1927){-webkit-animation-delay:192.7s;animation-delay:192.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1928){-webkit-animation-delay:192.8s;animation-delay:192.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1929){-webkit-animation-delay:192.9s;animation-delay:192.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1930){-webkit-animation-delay:193s;animation-delay:193s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1931){-webkit-animation-delay:193.1s;animation-delay:193.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1932){-webkit-animation-delay:193.2s;animation-delay:193.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1933){-webkit-animation-delay:193.3s;animation-delay:193.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1934){-webkit-animation-delay:193.4s;animation-delay:193.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1935){-webkit-animation-delay:193.5s;animation-delay:193.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1936){-webkit-animation-delay:193.6s;animation-delay:193.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1937){-webkit-animation-delay:193.7s;animation-delay:193.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1938){-webkit-animation-delay:193.8s;animation-delay:193.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1939){-webkit-animation-delay:193.9s;animation-delay:193.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1940){-webkit-animation-delay:194s;animation-delay:194s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1941){-webkit-animation-delay:194.1s;animation-delay:194.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1942){-webkit-animation-delay:194.2s;animation-delay:194.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1943){-webkit-animation-delay:194.3s;animation-delay:194.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1944){-webkit-animation-delay:194.4s;animation-delay:194.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1945){-webkit-animation-delay:194.5s;animation-delay:194.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1946){-webkit-animation-delay:194.6s;animation-delay:194.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1947){-webkit-animation-delay:194.7s;animation-delay:194.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1948){-webkit-animation-delay:194.8s;animation-delay:194.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1949){-webkit-animation-delay:194.9s;animation-delay:194.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1950){-webkit-animation-delay:195s;animation-delay:195s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1951){-webkit-animation-delay:195.1s;animation-delay:195.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1952){-webkit-animation-delay:195.2s;animation-delay:195.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1953){-webkit-animation-delay:195.3s;animation-delay:195.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1954){-webkit-animation-delay:195.4s;animation-delay:195.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1955){-webkit-animation-delay:195.5s;animation-delay:195.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1956){-webkit-animation-delay:195.6s;animation-delay:195.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1957){-webkit-animation-delay:195.7s;animation-delay:195.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1958){-webkit-animation-delay:195.8s;animation-delay:195.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1959){-webkit-animation-delay:195.9s;animation-delay:195.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1960){-webkit-animation-delay:196s;animation-delay:196s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1961){-webkit-animation-delay:196.1s;animation-delay:196.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1962){-webkit-animation-delay:196.2s;animation-delay:196.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1963){-webkit-animation-delay:196.3s;animation-delay:196.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1964){-webkit-animation-delay:196.4s;animation-delay:196.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1965){-webkit-animation-delay:196.5s;animation-delay:196.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1966){-webkit-animation-delay:196.6s;animation-delay:196.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1967){-webkit-animation-delay:196.7s;animation-delay:196.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1968){-webkit-animation-delay:196.8s;animation-delay:196.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1969){-webkit-animation-delay:196.9s;animation-delay:196.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1970){-webkit-animation-delay:197s;animation-delay:197s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1971){-webkit-animation-delay:197.1s;animation-delay:197.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1972){-webkit-animation-delay:197.2s;animation-delay:197.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1973){-webkit-animation-delay:197.3s;animation-delay:197.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1974){-webkit-animation-delay:197.4s;animation-delay:197.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1975){-webkit-animation-delay:197.5s;animation-delay:197.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1976){-webkit-animation-delay:197.6s;animation-delay:197.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1977){-webkit-animation-delay:197.7s;animation-delay:197.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1978){-webkit-animation-delay:197.8s;animation-delay:197.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1979){-webkit-animation-delay:197.9s;animation-delay:197.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1980){-webkit-animation-delay:198s;animation-delay:198s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1981){-webkit-animation-delay:198.1s;animation-delay:198.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1982){-webkit-animation-delay:198.2s;animation-delay:198.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1983){-webkit-animation-delay:198.3s;animation-delay:198.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1984){-webkit-animation-delay:198.4s;animation-delay:198.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1985){-webkit-animation-delay:198.5s;animation-delay:198.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1986){-webkit-animation-delay:198.6s;animation-delay:198.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1987){-webkit-animation-delay:198.7s;animation-delay:198.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1988){-webkit-animation-delay:198.8s;animation-delay:198.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1989){-webkit-animation-delay:198.9s;animation-delay:198.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1990){-webkit-animation-delay:199s;animation-delay:199s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1991){-webkit-animation-delay:199.1s;animation-delay:199.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1992){-webkit-animation-delay:199.2s;animation-delay:199.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1993){-webkit-animation-delay:199.3s;animation-delay:199.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1994){-webkit-animation-delay:199.4s;animation-delay:199.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1995){-webkit-animation-delay:199.5s;animation-delay:199.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1996){-webkit-animation-delay:199.6s;animation-delay:199.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1997){-webkit-animation-delay:199.7s;animation-delay:199.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1998){-webkit-animation-delay:199.8s;animation-delay:199.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(1999){-webkit-animation-delay:199.9s;animation-delay:199.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2000){-webkit-animation-delay:200s;animation-delay:200s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2001){-webkit-animation-delay:200.1s;animation-delay:200.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2002){-webkit-animation-delay:200.2s;animation-delay:200.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2003){-webkit-animation-delay:200.3s;animation-delay:200.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2004){-webkit-animation-delay:200.4s;animation-delay:200.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2005){-webkit-animation-delay:200.5s;animation-delay:200.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2006){-webkit-animation-delay:200.6s;animation-delay:200.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2007){-webkit-animation-delay:200.7s;animation-delay:200.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2008){-webkit-animation-delay:200.8s;animation-delay:200.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2009){-webkit-animation-delay:200.9s;animation-delay:200.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2010){-webkit-animation-delay:201s;animation-delay:201s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2011){-webkit-animation-delay:201.1s;animation-delay:201.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2012){-webkit-animation-delay:201.2s;animation-delay:201.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2013){-webkit-animation-delay:201.3s;animation-delay:201.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2014){-webkit-animation-delay:201.4s;animation-delay:201.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2015){-webkit-animation-delay:201.5s;animation-delay:201.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2016){-webkit-animation-delay:201.6s;animation-delay:201.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2017){-webkit-animation-delay:201.7s;animation-delay:201.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2018){-webkit-animation-delay:201.8s;animation-delay:201.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2019){-webkit-animation-delay:201.9s;animation-delay:201.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2020){-webkit-animation-delay:202s;animation-delay:202s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2021){-webkit-animation-delay:202.1s;animation-delay:202.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2022){-webkit-animation-delay:202.2s;animation-delay:202.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2023){-webkit-animation-delay:202.3s;animation-delay:202.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2024){-webkit-animation-delay:202.4s;animation-delay:202.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2025){-webkit-animation-delay:202.5s;animation-delay:202.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2026){-webkit-animation-delay:202.6s;animation-delay:202.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2027){-webkit-animation-delay:202.7s;animation-delay:202.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2028){-webkit-animation-delay:202.8s;animation-delay:202.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2029){-webkit-animation-delay:202.9s;animation-delay:202.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2030){-webkit-animation-delay:203s;animation-delay:203s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2031){-webkit-animation-delay:203.1s;animation-delay:203.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2032){-webkit-animation-delay:203.2s;animation-delay:203.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2033){-webkit-animation-delay:203.3s;animation-delay:203.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2034){-webkit-animation-delay:203.4s;animation-delay:203.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2035){-webkit-animation-delay:203.5s;animation-delay:203.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2036){-webkit-animation-delay:203.6s;animation-delay:203.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2037){-webkit-animation-delay:203.7s;animation-delay:203.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2038){-webkit-animation-delay:203.8s;animation-delay:203.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2039){-webkit-animation-delay:203.9s;animation-delay:203.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2040){-webkit-animation-delay:204s;animation-delay:204s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2041){-webkit-animation-delay:204.1s;animation-delay:204.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2042){-webkit-animation-delay:204.2s;animation-delay:204.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2043){-webkit-animation-delay:204.3s;animation-delay:204.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2044){-webkit-animation-delay:204.4s;animation-delay:204.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2045){-webkit-animation-delay:204.5s;animation-delay:204.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2046){-webkit-animation-delay:204.6s;animation-delay:204.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2047){-webkit-animation-delay:204.7s;animation-delay:204.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2048){-webkit-animation-delay:204.8s;animation-delay:204.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2049){-webkit-animation-delay:204.9s;animation-delay:204.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2050){-webkit-animation-delay:205s;animation-delay:205s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2051){-webkit-animation-delay:205.1s;animation-delay:205.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2052){-webkit-animation-delay:205.2s;animation-delay:205.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2053){-webkit-animation-delay:205.3s;animation-delay:205.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2054){-webkit-animation-delay:205.4s;animation-delay:205.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2055){-webkit-animation-delay:205.5s;animation-delay:205.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2056){-webkit-animation-delay:205.6s;animation-delay:205.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2057){-webkit-animation-delay:205.7s;animation-delay:205.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2058){-webkit-animation-delay:205.8s;animation-delay:205.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2059){-webkit-animation-delay:205.9s;animation-delay:205.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2060){-webkit-animation-delay:206s;animation-delay:206s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2061){-webkit-animation-delay:206.1s;animation-delay:206.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2062){-webkit-animation-delay:206.2s;animation-delay:206.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2063){-webkit-animation-delay:206.3s;animation-delay:206.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2064){-webkit-animation-delay:206.4s;animation-delay:206.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2065){-webkit-animation-delay:206.5s;animation-delay:206.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2066){-webkit-animation-delay:206.6s;animation-delay:206.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2067){-webkit-animation-delay:206.7s;animation-delay:206.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2068){-webkit-animation-delay:206.8s;animation-delay:206.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2069){-webkit-animation-delay:206.9s;animation-delay:206.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2070){-webkit-animation-delay:207s;animation-delay:207s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2071){-webkit-animation-delay:207.1s;animation-delay:207.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2072){-webkit-animation-delay:207.2s;animation-delay:207.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2073){-webkit-animation-delay:207.3s;animation-delay:207.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2074){-webkit-animation-delay:207.4s;animation-delay:207.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2075){-webkit-animation-delay:207.5s;animation-delay:207.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2076){-webkit-animation-delay:207.6s;animation-delay:207.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2077){-webkit-animation-delay:207.7s;animation-delay:207.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2078){-webkit-animation-delay:207.8s;animation-delay:207.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2079){-webkit-animation-delay:207.9s;animation-delay:207.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2080){-webkit-animation-delay:208s;animation-delay:208s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2081){-webkit-animation-delay:208.1s;animation-delay:208.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2082){-webkit-animation-delay:208.2s;animation-delay:208.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2083){-webkit-animation-delay:208.3s;animation-delay:208.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2084){-webkit-animation-delay:208.4s;animation-delay:208.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2085){-webkit-animation-delay:208.5s;animation-delay:208.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2086){-webkit-animation-delay:208.6s;animation-delay:208.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2087){-webkit-animation-delay:208.7s;animation-delay:208.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2088){-webkit-animation-delay:208.8s;animation-delay:208.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2089){-webkit-animation-delay:208.9s;animation-delay:208.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2090){-webkit-animation-delay:209s;animation-delay:209s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2091){-webkit-animation-delay:209.1s;animation-delay:209.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2092){-webkit-animation-delay:209.2s;animation-delay:209.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2093){-webkit-animation-delay:209.3s;animation-delay:209.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2094){-webkit-animation-delay:209.4s;animation-delay:209.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2095){-webkit-animation-delay:209.5s;animation-delay:209.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2096){-webkit-animation-delay:209.6s;animation-delay:209.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2097){-webkit-animation-delay:209.7s;animation-delay:209.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2098){-webkit-animation-delay:209.8s;animation-delay:209.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2099){-webkit-animation-delay:209.9s;animation-delay:209.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2100){-webkit-animation-delay:210s;animation-delay:210s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2101){-webkit-animation-delay:210.1s;animation-delay:210.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2102){-webkit-animation-delay:210.2s;animation-delay:210.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2103){-webkit-animation-delay:210.3s;animation-delay:210.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2104){-webkit-animation-delay:210.4s;animation-delay:210.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2105){-webkit-animation-delay:210.5s;animation-delay:210.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2106){-webkit-animation-delay:210.6s;animation-delay:210.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2107){-webkit-animation-delay:210.7s;animation-delay:210.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2108){-webkit-animation-delay:210.8s;animation-delay:210.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2109){-webkit-animation-delay:210.9s;animation-delay:210.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2110){-webkit-animation-delay:211s;animation-delay:211s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2111){-webkit-animation-delay:211.1s;animation-delay:211.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2112){-webkit-animation-delay:211.2s;animation-delay:211.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2113){-webkit-animation-delay:211.3s;animation-delay:211.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2114){-webkit-animation-delay:211.4s;animation-delay:211.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2115){-webkit-animation-delay:211.5s;animation-delay:211.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2116){-webkit-animation-delay:211.6s;animation-delay:211.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2117){-webkit-animation-delay:211.7s;animation-delay:211.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2118){-webkit-animation-delay:211.8s;animation-delay:211.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2119){-webkit-animation-delay:211.9s;animation-delay:211.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2120){-webkit-animation-delay:212s;animation-delay:212s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2121){-webkit-animation-delay:212.1s;animation-delay:212.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2122){-webkit-animation-delay:212.2s;animation-delay:212.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2123){-webkit-animation-delay:212.3s;animation-delay:212.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2124){-webkit-animation-delay:212.4s;animation-delay:212.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2125){-webkit-animation-delay:212.5s;animation-delay:212.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2126){-webkit-animation-delay:212.6s;animation-delay:212.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2127){-webkit-animation-delay:212.7s;animation-delay:212.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2128){-webkit-animation-delay:212.8s;animation-delay:212.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2129){-webkit-animation-delay:212.9s;animation-delay:212.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2130){-webkit-animation-delay:213s;animation-delay:213s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2131){-webkit-animation-delay:213.1s;animation-delay:213.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2132){-webkit-animation-delay:213.2s;animation-delay:213.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2133){-webkit-animation-delay:213.3s;animation-delay:213.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2134){-webkit-animation-delay:213.4s;animation-delay:213.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2135){-webkit-animation-delay:213.5s;animation-delay:213.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2136){-webkit-animation-delay:213.6s;animation-delay:213.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2137){-webkit-animation-delay:213.7s;animation-delay:213.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2138){-webkit-animation-delay:213.8s;animation-delay:213.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2139){-webkit-animation-delay:213.9s;animation-delay:213.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2140){-webkit-animation-delay:214s;animation-delay:214s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2141){-webkit-animation-delay:214.1s;animation-delay:214.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2142){-webkit-animation-delay:214.2s;animation-delay:214.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2143){-webkit-animation-delay:214.3s;animation-delay:214.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2144){-webkit-animation-delay:214.4s;animation-delay:214.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2145){-webkit-animation-delay:214.5s;animation-delay:214.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2146){-webkit-animation-delay:214.6s;animation-delay:214.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2147){-webkit-animation-delay:214.7s;animation-delay:214.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2148){-webkit-animation-delay:214.8s;animation-delay:214.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2149){-webkit-animation-delay:214.9s;animation-delay:214.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2150){-webkit-animation-delay:215s;animation-delay:215s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2151){-webkit-animation-delay:215.1s;animation-delay:215.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2152){-webkit-animation-delay:215.2s;animation-delay:215.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2153){-webkit-animation-delay:215.3s;animation-delay:215.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2154){-webkit-animation-delay:215.4s;animation-delay:215.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2155){-webkit-animation-delay:215.5s;animation-delay:215.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2156){-webkit-animation-delay:215.6s;animation-delay:215.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2157){-webkit-animation-delay:215.7s;animation-delay:215.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2158){-webkit-animation-delay:215.8s;animation-delay:215.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2159){-webkit-animation-delay:215.9s;animation-delay:215.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2160){-webkit-animation-delay:216s;animation-delay:216s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2161){-webkit-animation-delay:216.1s;animation-delay:216.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2162){-webkit-animation-delay:216.2s;animation-delay:216.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2163){-webkit-animation-delay:216.3s;animation-delay:216.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2164){-webkit-animation-delay:216.4s;animation-delay:216.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2165){-webkit-animation-delay:216.5s;animation-delay:216.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2166){-webkit-animation-delay:216.6s;animation-delay:216.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2167){-webkit-animation-delay:216.7s;animation-delay:216.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2168){-webkit-animation-delay:216.8s;animation-delay:216.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2169){-webkit-animation-delay:216.9s;animation-delay:216.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2170){-webkit-animation-delay:217s;animation-delay:217s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2171){-webkit-animation-delay:217.1s;animation-delay:217.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2172){-webkit-animation-delay:217.2s;animation-delay:217.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2173){-webkit-animation-delay:217.3s;animation-delay:217.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2174){-webkit-animation-delay:217.4s;animation-delay:217.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2175){-webkit-animation-delay:217.5s;animation-delay:217.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2176){-webkit-animation-delay:217.6s;animation-delay:217.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2177){-webkit-animation-delay:217.7s;animation-delay:217.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2178){-webkit-animation-delay:217.8s;animation-delay:217.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2179){-webkit-animation-delay:217.9s;animation-delay:217.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2180){-webkit-animation-delay:218s;animation-delay:218s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2181){-webkit-animation-delay:218.1s;animation-delay:218.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2182){-webkit-animation-delay:218.2s;animation-delay:218.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2183){-webkit-animation-delay:218.3s;animation-delay:218.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2184){-webkit-animation-delay:218.4s;animation-delay:218.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2185){-webkit-animation-delay:218.5s;animation-delay:218.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2186){-webkit-animation-delay:218.6s;animation-delay:218.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2187){-webkit-animation-delay:218.7s;animation-delay:218.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2188){-webkit-animation-delay:218.8s;animation-delay:218.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2189){-webkit-animation-delay:218.9s;animation-delay:218.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2190){-webkit-animation-delay:219s;animation-delay:219s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2191){-webkit-animation-delay:219.1s;animation-delay:219.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2192){-webkit-animation-delay:219.2s;animation-delay:219.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2193){-webkit-animation-delay:219.3s;animation-delay:219.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2194){-webkit-animation-delay:219.4s;animation-delay:219.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2195){-webkit-animation-delay:219.5s;animation-delay:219.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2196){-webkit-animation-delay:219.6s;animation-delay:219.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2197){-webkit-animation-delay:219.7s;animation-delay:219.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2198){-webkit-animation-delay:219.8s;animation-delay:219.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2199){-webkit-animation-delay:219.9s;animation-delay:219.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2200){-webkit-animation-delay:220s;animation-delay:220s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2201){-webkit-animation-delay:220.1s;animation-delay:220.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2202){-webkit-animation-delay:220.2s;animation-delay:220.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2203){-webkit-animation-delay:220.3s;animation-delay:220.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2204){-webkit-animation-delay:220.4s;animation-delay:220.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2205){-webkit-animation-delay:220.5s;animation-delay:220.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2206){-webkit-animation-delay:220.6s;animation-delay:220.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2207){-webkit-animation-delay:220.7s;animation-delay:220.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2208){-webkit-animation-delay:220.8s;animation-delay:220.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2209){-webkit-animation-delay:220.9s;animation-delay:220.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2210){-webkit-animation-delay:221s;animation-delay:221s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2211){-webkit-animation-delay:221.1s;animation-delay:221.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2212){-webkit-animation-delay:221.2s;animation-delay:221.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2213){-webkit-animation-delay:221.3s;animation-delay:221.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2214){-webkit-animation-delay:221.4s;animation-delay:221.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2215){-webkit-animation-delay:221.5s;animation-delay:221.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2216){-webkit-animation-delay:221.6s;animation-delay:221.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2217){-webkit-animation-delay:221.7s;animation-delay:221.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2218){-webkit-animation-delay:221.8s;animation-delay:221.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2219){-webkit-animation-delay:221.9s;animation-delay:221.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2220){-webkit-animation-delay:222s;animation-delay:222s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2221){-webkit-animation-delay:222.1s;animation-delay:222.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2222){-webkit-animation-delay:222.2s;animation-delay:222.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2223){-webkit-animation-delay:222.3s;animation-delay:222.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2224){-webkit-animation-delay:222.4s;animation-delay:222.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2225){-webkit-animation-delay:222.5s;animation-delay:222.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2226){-webkit-animation-delay:222.6s;animation-delay:222.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2227){-webkit-animation-delay:222.7s;animation-delay:222.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2228){-webkit-animation-delay:222.8s;animation-delay:222.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2229){-webkit-animation-delay:222.9s;animation-delay:222.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2230){-webkit-animation-delay:223s;animation-delay:223s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2231){-webkit-animation-delay:223.1s;animation-delay:223.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2232){-webkit-animation-delay:223.2s;animation-delay:223.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2233){-webkit-animation-delay:223.3s;animation-delay:223.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2234){-webkit-animation-delay:223.4s;animation-delay:223.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2235){-webkit-animation-delay:223.5s;animation-delay:223.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2236){-webkit-animation-delay:223.6s;animation-delay:223.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2237){-webkit-animation-delay:223.7s;animation-delay:223.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2238){-webkit-animation-delay:223.8s;animation-delay:223.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2239){-webkit-animation-delay:223.9s;animation-delay:223.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2240){-webkit-animation-delay:224s;animation-delay:224s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2241){-webkit-animation-delay:224.1s;animation-delay:224.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2242){-webkit-animation-delay:224.2s;animation-delay:224.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2243){-webkit-animation-delay:224.3s;animation-delay:224.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2244){-webkit-animation-delay:224.4s;animation-delay:224.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2245){-webkit-animation-delay:224.5s;animation-delay:224.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2246){-webkit-animation-delay:224.6s;animation-delay:224.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2247){-webkit-animation-delay:224.7s;animation-delay:224.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2248){-webkit-animation-delay:224.8s;animation-delay:224.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2249){-webkit-animation-delay:224.9s;animation-delay:224.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2250){-webkit-animation-delay:225s;animation-delay:225s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2251){-webkit-animation-delay:225.1s;animation-delay:225.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2252){-webkit-animation-delay:225.2s;animation-delay:225.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2253){-webkit-animation-delay:225.3s;animation-delay:225.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2254){-webkit-animation-delay:225.4s;animation-delay:225.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2255){-webkit-animation-delay:225.5s;animation-delay:225.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2256){-webkit-animation-delay:225.6s;animation-delay:225.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2257){-webkit-animation-delay:225.7s;animation-delay:225.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2258){-webkit-animation-delay:225.8s;animation-delay:225.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2259){-webkit-animation-delay:225.9s;animation-delay:225.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2260){-webkit-animation-delay:226s;animation-delay:226s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2261){-webkit-animation-delay:226.1s;animation-delay:226.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2262){-webkit-animation-delay:226.2s;animation-delay:226.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2263){-webkit-animation-delay:226.3s;animation-delay:226.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2264){-webkit-animation-delay:226.4s;animation-delay:226.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2265){-webkit-animation-delay:226.5s;animation-delay:226.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2266){-webkit-animation-delay:226.6s;animation-delay:226.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2267){-webkit-animation-delay:226.7s;animation-delay:226.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2268){-webkit-animation-delay:226.8s;animation-delay:226.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2269){-webkit-animation-delay:226.9s;animation-delay:226.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2270){-webkit-animation-delay:227s;animation-delay:227s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2271){-webkit-animation-delay:227.1s;animation-delay:227.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2272){-webkit-animation-delay:227.2s;animation-delay:227.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2273){-webkit-animation-delay:227.3s;animation-delay:227.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2274){-webkit-animation-delay:227.4s;animation-delay:227.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2275){-webkit-animation-delay:227.5s;animation-delay:227.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2276){-webkit-animation-delay:227.6s;animation-delay:227.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2277){-webkit-animation-delay:227.7s;animation-delay:227.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2278){-webkit-animation-delay:227.8s;animation-delay:227.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2279){-webkit-animation-delay:227.9s;animation-delay:227.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2280){-webkit-animation-delay:228s;animation-delay:228s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2281){-webkit-animation-delay:228.1s;animation-delay:228.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2282){-webkit-animation-delay:228.2s;animation-delay:228.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2283){-webkit-animation-delay:228.3s;animation-delay:228.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2284){-webkit-animation-delay:228.4s;animation-delay:228.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2285){-webkit-animation-delay:228.5s;animation-delay:228.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2286){-webkit-animation-delay:228.6s;animation-delay:228.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2287){-webkit-animation-delay:228.7s;animation-delay:228.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2288){-webkit-animation-delay:228.8s;animation-delay:228.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2289){-webkit-animation-delay:228.9s;animation-delay:228.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2290){-webkit-animation-delay:229s;animation-delay:229s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2291){-webkit-animation-delay:229.1s;animation-delay:229.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2292){-webkit-animation-delay:229.2s;animation-delay:229.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2293){-webkit-animation-delay:229.3s;animation-delay:229.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2294){-webkit-animation-delay:229.4s;animation-delay:229.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2295){-webkit-animation-delay:229.5s;animation-delay:229.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2296){-webkit-animation-delay:229.6s;animation-delay:229.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2297){-webkit-animation-delay:229.7s;animation-delay:229.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2298){-webkit-animation-delay:229.8s;animation-delay:229.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2299){-webkit-animation-delay:229.9s;animation-delay:229.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2300){-webkit-animation-delay:230s;animation-delay:230s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2301){-webkit-animation-delay:230.1s;animation-delay:230.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2302){-webkit-animation-delay:230.2s;animation-delay:230.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2303){-webkit-animation-delay:230.3s;animation-delay:230.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2304){-webkit-animation-delay:230.4s;animation-delay:230.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2305){-webkit-animation-delay:230.5s;animation-delay:230.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2306){-webkit-animation-delay:230.6s;animation-delay:230.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2307){-webkit-animation-delay:230.7s;animation-delay:230.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2308){-webkit-animation-delay:230.8s;animation-delay:230.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2309){-webkit-animation-delay:230.9s;animation-delay:230.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2310){-webkit-animation-delay:231s;animation-delay:231s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2311){-webkit-animation-delay:231.1s;animation-delay:231.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2312){-webkit-animation-delay:231.2s;animation-delay:231.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2313){-webkit-animation-delay:231.3s;animation-delay:231.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2314){-webkit-animation-delay:231.4s;animation-delay:231.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2315){-webkit-animation-delay:231.5s;animation-delay:231.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2316){-webkit-animation-delay:231.6s;animation-delay:231.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2317){-webkit-animation-delay:231.7s;animation-delay:231.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2318){-webkit-animation-delay:231.8s;animation-delay:231.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2319){-webkit-animation-delay:231.9s;animation-delay:231.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2320){-webkit-animation-delay:232s;animation-delay:232s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2321){-webkit-animation-delay:232.1s;animation-delay:232.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2322){-webkit-animation-delay:232.2s;animation-delay:232.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2323){-webkit-animation-delay:232.3s;animation-delay:232.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2324){-webkit-animation-delay:232.4s;animation-delay:232.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2325){-webkit-animation-delay:232.5s;animation-delay:232.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2326){-webkit-animation-delay:232.6s;animation-delay:232.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2327){-webkit-animation-delay:232.7s;animation-delay:232.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2328){-webkit-animation-delay:232.8s;animation-delay:232.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2329){-webkit-animation-delay:232.9s;animation-delay:232.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2330){-webkit-animation-delay:233s;animation-delay:233s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2331){-webkit-animation-delay:233.1s;animation-delay:233.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2332){-webkit-animation-delay:233.2s;animation-delay:233.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2333){-webkit-animation-delay:233.3s;animation-delay:233.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2334){-webkit-animation-delay:233.4s;animation-delay:233.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2335){-webkit-animation-delay:233.5s;animation-delay:233.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2336){-webkit-animation-delay:233.6s;animation-delay:233.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2337){-webkit-animation-delay:233.7s;animation-delay:233.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2338){-webkit-animation-delay:233.8s;animation-delay:233.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2339){-webkit-animation-delay:233.9s;animation-delay:233.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2340){-webkit-animation-delay:234s;animation-delay:234s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2341){-webkit-animation-delay:234.1s;animation-delay:234.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2342){-webkit-animation-delay:234.2s;animation-delay:234.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2343){-webkit-animation-delay:234.3s;animation-delay:234.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2344){-webkit-animation-delay:234.4s;animation-delay:234.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2345){-webkit-animation-delay:234.5s;animation-delay:234.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2346){-webkit-animation-delay:234.6s;animation-delay:234.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2347){-webkit-animation-delay:234.7s;animation-delay:234.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2348){-webkit-animation-delay:234.8s;animation-delay:234.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2349){-webkit-animation-delay:234.9s;animation-delay:234.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2350){-webkit-animation-delay:235s;animation-delay:235s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2351){-webkit-animation-delay:235.1s;animation-delay:235.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2352){-webkit-animation-delay:235.2s;animation-delay:235.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2353){-webkit-animation-delay:235.3s;animation-delay:235.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2354){-webkit-animation-delay:235.4s;animation-delay:235.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2355){-webkit-animation-delay:235.5s;animation-delay:235.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2356){-webkit-animation-delay:235.6s;animation-delay:235.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2357){-webkit-animation-delay:235.7s;animation-delay:235.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2358){-webkit-animation-delay:235.8s;animation-delay:235.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2359){-webkit-animation-delay:235.9s;animation-delay:235.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2360){-webkit-animation-delay:236s;animation-delay:236s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2361){-webkit-animation-delay:236.1s;animation-delay:236.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2362){-webkit-animation-delay:236.2s;animation-delay:236.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2363){-webkit-animation-delay:236.3s;animation-delay:236.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2364){-webkit-animation-delay:236.4s;animation-delay:236.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2365){-webkit-animation-delay:236.5s;animation-delay:236.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2366){-webkit-animation-delay:236.6s;animation-delay:236.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2367){-webkit-animation-delay:236.7s;animation-delay:236.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2368){-webkit-animation-delay:236.8s;animation-delay:236.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2369){-webkit-animation-delay:236.9s;animation-delay:236.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2370){-webkit-animation-delay:237s;animation-delay:237s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2371){-webkit-animation-delay:237.1s;animation-delay:237.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2372){-webkit-animation-delay:237.2s;animation-delay:237.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2373){-webkit-animation-delay:237.3s;animation-delay:237.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2374){-webkit-animation-delay:237.4s;animation-delay:237.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2375){-webkit-animation-delay:237.5s;animation-delay:237.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2376){-webkit-animation-delay:237.6s;animation-delay:237.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2377){-webkit-animation-delay:237.7s;animation-delay:237.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2378){-webkit-animation-delay:237.8s;animation-delay:237.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2379){-webkit-animation-delay:237.9s;animation-delay:237.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2380){-webkit-animation-delay:238s;animation-delay:238s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2381){-webkit-animation-delay:238.1s;animation-delay:238.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2382){-webkit-animation-delay:238.2s;animation-delay:238.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2383){-webkit-animation-delay:238.3s;animation-delay:238.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2384){-webkit-animation-delay:238.4s;animation-delay:238.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2385){-webkit-animation-delay:238.5s;animation-delay:238.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2386){-webkit-animation-delay:238.6s;animation-delay:238.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2387){-webkit-animation-delay:238.7s;animation-delay:238.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2388){-webkit-animation-delay:238.8s;animation-delay:238.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2389){-webkit-animation-delay:238.9s;animation-delay:238.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2390){-webkit-animation-delay:239s;animation-delay:239s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2391){-webkit-animation-delay:239.1s;animation-delay:239.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2392){-webkit-animation-delay:239.2s;animation-delay:239.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2393){-webkit-animation-delay:239.3s;animation-delay:239.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2394){-webkit-animation-delay:239.4s;animation-delay:239.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2395){-webkit-animation-delay:239.5s;animation-delay:239.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2396){-webkit-animation-delay:239.6s;animation-delay:239.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2397){-webkit-animation-delay:239.7s;animation-delay:239.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2398){-webkit-animation-delay:239.8s;animation-delay:239.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2399){-webkit-animation-delay:239.9s;animation-delay:239.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2400){-webkit-animation-delay:240s;animation-delay:240s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2401){-webkit-animation-delay:240.1s;animation-delay:240.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2402){-webkit-animation-delay:240.2s;animation-delay:240.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2403){-webkit-animation-delay:240.3s;animation-delay:240.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2404){-webkit-animation-delay:240.4s;animation-delay:240.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2405){-webkit-animation-delay:240.5s;animation-delay:240.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2406){-webkit-animation-delay:240.6s;animation-delay:240.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2407){-webkit-animation-delay:240.7s;animation-delay:240.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2408){-webkit-animation-delay:240.8s;animation-delay:240.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2409){-webkit-animation-delay:240.9s;animation-delay:240.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2410){-webkit-animation-delay:241s;animation-delay:241s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2411){-webkit-animation-delay:241.1s;animation-delay:241.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2412){-webkit-animation-delay:241.2s;animation-delay:241.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2413){-webkit-animation-delay:241.3s;animation-delay:241.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2414){-webkit-animation-delay:241.4s;animation-delay:241.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2415){-webkit-animation-delay:241.5s;animation-delay:241.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2416){-webkit-animation-delay:241.6s;animation-delay:241.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2417){-webkit-animation-delay:241.7s;animation-delay:241.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2418){-webkit-animation-delay:241.8s;animation-delay:241.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2419){-webkit-animation-delay:241.9s;animation-delay:241.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2420){-webkit-animation-delay:242s;animation-delay:242s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2421){-webkit-animation-delay:242.1s;animation-delay:242.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2422){-webkit-animation-delay:242.2s;animation-delay:242.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2423){-webkit-animation-delay:242.3s;animation-delay:242.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2424){-webkit-animation-delay:242.4s;animation-delay:242.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2425){-webkit-animation-delay:242.5s;animation-delay:242.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2426){-webkit-animation-delay:242.6s;animation-delay:242.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2427){-webkit-animation-delay:242.7s;animation-delay:242.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2428){-webkit-animation-delay:242.8s;animation-delay:242.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2429){-webkit-animation-delay:242.9s;animation-delay:242.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2430){-webkit-animation-delay:243s;animation-delay:243s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2431){-webkit-animation-delay:243.1s;animation-delay:243.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2432){-webkit-animation-delay:243.2s;animation-delay:243.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2433){-webkit-animation-delay:243.3s;animation-delay:243.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2434){-webkit-animation-delay:243.4s;animation-delay:243.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2435){-webkit-animation-delay:243.5s;animation-delay:243.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2436){-webkit-animation-delay:243.6s;animation-delay:243.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2437){-webkit-animation-delay:243.7s;animation-delay:243.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2438){-webkit-animation-delay:243.8s;animation-delay:243.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2439){-webkit-animation-delay:243.9s;animation-delay:243.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2440){-webkit-animation-delay:244s;animation-delay:244s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2441){-webkit-animation-delay:244.1s;animation-delay:244.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2442){-webkit-animation-delay:244.2s;animation-delay:244.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2443){-webkit-animation-delay:244.3s;animation-delay:244.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2444){-webkit-animation-delay:244.4s;animation-delay:244.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2445){-webkit-animation-delay:244.5s;animation-delay:244.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2446){-webkit-animation-delay:244.6s;animation-delay:244.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2447){-webkit-animation-delay:244.7s;animation-delay:244.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2448){-webkit-animation-delay:244.8s;animation-delay:244.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2449){-webkit-animation-delay:244.9s;animation-delay:244.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2450){-webkit-animation-delay:245s;animation-delay:245s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2451){-webkit-animation-delay:245.1s;animation-delay:245.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2452){-webkit-animation-delay:245.2s;animation-delay:245.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2453){-webkit-animation-delay:245.3s;animation-delay:245.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2454){-webkit-animation-delay:245.4s;animation-delay:245.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2455){-webkit-animation-delay:245.5s;animation-delay:245.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2456){-webkit-animation-delay:245.6s;animation-delay:245.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2457){-webkit-animation-delay:245.7s;animation-delay:245.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2458){-webkit-animation-delay:245.8s;animation-delay:245.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2459){-webkit-animation-delay:245.9s;animation-delay:245.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2460){-webkit-animation-delay:246s;animation-delay:246s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2461){-webkit-animation-delay:246.1s;animation-delay:246.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2462){-webkit-animation-delay:246.2s;animation-delay:246.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2463){-webkit-animation-delay:246.3s;animation-delay:246.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2464){-webkit-animation-delay:246.4s;animation-delay:246.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2465){-webkit-animation-delay:246.5s;animation-delay:246.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2466){-webkit-animation-delay:246.6s;animation-delay:246.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2467){-webkit-animation-delay:246.7s;animation-delay:246.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2468){-webkit-animation-delay:246.8s;animation-delay:246.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2469){-webkit-animation-delay:246.9s;animation-delay:246.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2470){-webkit-animation-delay:247s;animation-delay:247s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2471){-webkit-animation-delay:247.1s;animation-delay:247.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2472){-webkit-animation-delay:247.2s;animation-delay:247.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2473){-webkit-animation-delay:247.3s;animation-delay:247.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2474){-webkit-animation-delay:247.4s;animation-delay:247.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2475){-webkit-animation-delay:247.5s;animation-delay:247.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2476){-webkit-animation-delay:247.6s;animation-delay:247.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2477){-webkit-animation-delay:247.7s;animation-delay:247.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2478){-webkit-animation-delay:247.8s;animation-delay:247.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2479){-webkit-animation-delay:247.9s;animation-delay:247.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2480){-webkit-animation-delay:248s;animation-delay:248s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2481){-webkit-animation-delay:248.1s;animation-delay:248.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2482){-webkit-animation-delay:248.2s;animation-delay:248.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2483){-webkit-animation-delay:248.3s;animation-delay:248.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2484){-webkit-animation-delay:248.4s;animation-delay:248.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2485){-webkit-animation-delay:248.5s;animation-delay:248.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2486){-webkit-animation-delay:248.6s;animation-delay:248.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2487){-webkit-animation-delay:248.7s;animation-delay:248.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2488){-webkit-animation-delay:248.8s;animation-delay:248.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2489){-webkit-animation-delay:248.9s;animation-delay:248.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2490){-webkit-animation-delay:249s;animation-delay:249s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2491){-webkit-animation-delay:249.1s;animation-delay:249.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2492){-webkit-animation-delay:249.2s;animation-delay:249.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2493){-webkit-animation-delay:249.3s;animation-delay:249.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2494){-webkit-animation-delay:249.4s;animation-delay:249.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2495){-webkit-animation-delay:249.5s;animation-delay:249.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2496){-webkit-animation-delay:249.6s;animation-delay:249.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2497){-webkit-animation-delay:249.7s;animation-delay:249.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2498){-webkit-animation-delay:249.8s;animation-delay:249.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2499){-webkit-animation-delay:249.9s;animation-delay:249.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2500){-webkit-animation-delay:250s;animation-delay:250s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2501){-webkit-animation-delay:250.1s;animation-delay:250.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2502){-webkit-animation-delay:250.2s;animation-delay:250.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2503){-webkit-animation-delay:250.3s;animation-delay:250.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2504){-webkit-animation-delay:250.4s;animation-delay:250.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2505){-webkit-animation-delay:250.5s;animation-delay:250.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2506){-webkit-animation-delay:250.6s;animation-delay:250.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2507){-webkit-animation-delay:250.7s;animation-delay:250.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2508){-webkit-animation-delay:250.8s;animation-delay:250.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2509){-webkit-animation-delay:250.9s;animation-delay:250.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2510){-webkit-animation-delay:251s;animation-delay:251s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2511){-webkit-animation-delay:251.1s;animation-delay:251.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2512){-webkit-animation-delay:251.2s;animation-delay:251.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2513){-webkit-animation-delay:251.3s;animation-delay:251.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2514){-webkit-animation-delay:251.4s;animation-delay:251.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2515){-webkit-animation-delay:251.5s;animation-delay:251.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2516){-webkit-animation-delay:251.6s;animation-delay:251.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2517){-webkit-animation-delay:251.7s;animation-delay:251.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2518){-webkit-animation-delay:251.8s;animation-delay:251.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2519){-webkit-animation-delay:251.9s;animation-delay:251.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2520){-webkit-animation-delay:252s;animation-delay:252s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2521){-webkit-animation-delay:252.1s;animation-delay:252.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2522){-webkit-animation-delay:252.2s;animation-delay:252.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2523){-webkit-animation-delay:252.3s;animation-delay:252.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2524){-webkit-animation-delay:252.4s;animation-delay:252.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2525){-webkit-animation-delay:252.5s;animation-delay:252.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2526){-webkit-animation-delay:252.6s;animation-delay:252.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2527){-webkit-animation-delay:252.7s;animation-delay:252.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2528){-webkit-animation-delay:252.8s;animation-delay:252.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2529){-webkit-animation-delay:252.9s;animation-delay:252.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2530){-webkit-animation-delay:253s;animation-delay:253s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2531){-webkit-animation-delay:253.1s;animation-delay:253.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2532){-webkit-animation-delay:253.2s;animation-delay:253.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2533){-webkit-animation-delay:253.3s;animation-delay:253.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2534){-webkit-animation-delay:253.4s;animation-delay:253.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2535){-webkit-animation-delay:253.5s;animation-delay:253.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2536){-webkit-animation-delay:253.6s;animation-delay:253.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2537){-webkit-animation-delay:253.7s;animation-delay:253.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2538){-webkit-animation-delay:253.8s;animation-delay:253.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2539){-webkit-animation-delay:253.9s;animation-delay:253.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2540){-webkit-animation-delay:254s;animation-delay:254s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2541){-webkit-animation-delay:254.1s;animation-delay:254.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2542){-webkit-animation-delay:254.2s;animation-delay:254.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2543){-webkit-animation-delay:254.3s;animation-delay:254.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2544){-webkit-animation-delay:254.4s;animation-delay:254.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2545){-webkit-animation-delay:254.5s;animation-delay:254.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2546){-webkit-animation-delay:254.6s;animation-delay:254.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2547){-webkit-animation-delay:254.7s;animation-delay:254.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2548){-webkit-animation-delay:254.8s;animation-delay:254.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2549){-webkit-animation-delay:254.9s;animation-delay:254.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2550){-webkit-animation-delay:255s;animation-delay:255s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2551){-webkit-animation-delay:255.1s;animation-delay:255.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2552){-webkit-animation-delay:255.2s;animation-delay:255.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2553){-webkit-animation-delay:255.3s;animation-delay:255.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2554){-webkit-animation-delay:255.4s;animation-delay:255.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2555){-webkit-animation-delay:255.5s;animation-delay:255.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2556){-webkit-animation-delay:255.6s;animation-delay:255.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2557){-webkit-animation-delay:255.7s;animation-delay:255.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2558){-webkit-animation-delay:255.8s;animation-delay:255.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2559){-webkit-animation-delay:255.9s;animation-delay:255.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2560){-webkit-animation-delay:256s;animation-delay:256s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2561){-webkit-animation-delay:256.1s;animation-delay:256.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2562){-webkit-animation-delay:256.2s;animation-delay:256.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2563){-webkit-animation-delay:256.3s;animation-delay:256.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2564){-webkit-animation-delay:256.4s;animation-delay:256.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2565){-webkit-animation-delay:256.5s;animation-delay:256.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2566){-webkit-animation-delay:256.6s;animation-delay:256.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2567){-webkit-animation-delay:256.7s;animation-delay:256.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2568){-webkit-animation-delay:256.8s;animation-delay:256.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2569){-webkit-animation-delay:256.9s;animation-delay:256.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2570){-webkit-animation-delay:257s;animation-delay:257s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2571){-webkit-animation-delay:257.1s;animation-delay:257.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2572){-webkit-animation-delay:257.2s;animation-delay:257.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2573){-webkit-animation-delay:257.3s;animation-delay:257.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2574){-webkit-animation-delay:257.4s;animation-delay:257.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2575){-webkit-animation-delay:257.5s;animation-delay:257.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2576){-webkit-animation-delay:257.6s;animation-delay:257.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2577){-webkit-animation-delay:257.7s;animation-delay:257.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2578){-webkit-animation-delay:257.8s;animation-delay:257.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2579){-webkit-animation-delay:257.9s;animation-delay:257.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2580){-webkit-animation-delay:258s;animation-delay:258s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2581){-webkit-animation-delay:258.1s;animation-delay:258.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2582){-webkit-animation-delay:258.2s;animation-delay:258.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2583){-webkit-animation-delay:258.3s;animation-delay:258.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2584){-webkit-animation-delay:258.4s;animation-delay:258.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2585){-webkit-animation-delay:258.5s;animation-delay:258.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2586){-webkit-animation-delay:258.6s;animation-delay:258.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2587){-webkit-animation-delay:258.7s;animation-delay:258.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2588){-webkit-animation-delay:258.8s;animation-delay:258.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2589){-webkit-animation-delay:258.9s;animation-delay:258.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2590){-webkit-animation-delay:259s;animation-delay:259s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2591){-webkit-animation-delay:259.1s;animation-delay:259.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2592){-webkit-animation-delay:259.2s;animation-delay:259.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2593){-webkit-animation-delay:259.3s;animation-delay:259.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2594){-webkit-animation-delay:259.4s;animation-delay:259.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2595){-webkit-animation-delay:259.5s;animation-delay:259.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2596){-webkit-animation-delay:259.6s;animation-delay:259.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2597){-webkit-animation-delay:259.7s;animation-delay:259.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2598){-webkit-animation-delay:259.8s;animation-delay:259.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2599){-webkit-animation-delay:259.9s;animation-delay:259.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2600){-webkit-animation-delay:260s;animation-delay:260s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2601){-webkit-animation-delay:260.1s;animation-delay:260.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2602){-webkit-animation-delay:260.2s;animation-delay:260.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2603){-webkit-animation-delay:260.3s;animation-delay:260.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2604){-webkit-animation-delay:260.4s;animation-delay:260.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2605){-webkit-animation-delay:260.5s;animation-delay:260.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2606){-webkit-animation-delay:260.6s;animation-delay:260.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2607){-webkit-animation-delay:260.7s;animation-delay:260.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2608){-webkit-animation-delay:260.8s;animation-delay:260.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2609){-webkit-animation-delay:260.9s;animation-delay:260.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2610){-webkit-animation-delay:261s;animation-delay:261s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2611){-webkit-animation-delay:261.1s;animation-delay:261.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2612){-webkit-animation-delay:261.2s;animation-delay:261.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2613){-webkit-animation-delay:261.3s;animation-delay:261.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2614){-webkit-animation-delay:261.4s;animation-delay:261.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2615){-webkit-animation-delay:261.5s;animation-delay:261.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2616){-webkit-animation-delay:261.6s;animation-delay:261.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2617){-webkit-animation-delay:261.7s;animation-delay:261.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2618){-webkit-animation-delay:261.8s;animation-delay:261.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2619){-webkit-animation-delay:261.9s;animation-delay:261.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2620){-webkit-animation-delay:262s;animation-delay:262s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2621){-webkit-animation-delay:262.1s;animation-delay:262.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2622){-webkit-animation-delay:262.2s;animation-delay:262.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2623){-webkit-animation-delay:262.3s;animation-delay:262.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2624){-webkit-animation-delay:262.4s;animation-delay:262.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2625){-webkit-animation-delay:262.5s;animation-delay:262.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2626){-webkit-animation-delay:262.6s;animation-delay:262.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2627){-webkit-animation-delay:262.7s;animation-delay:262.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2628){-webkit-animation-delay:262.8s;animation-delay:262.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2629){-webkit-animation-delay:262.9s;animation-delay:262.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2630){-webkit-animation-delay:263s;animation-delay:263s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2631){-webkit-animation-delay:263.1s;animation-delay:263.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2632){-webkit-animation-delay:263.2s;animation-delay:263.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2633){-webkit-animation-delay:263.3s;animation-delay:263.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2634){-webkit-animation-delay:263.4s;animation-delay:263.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2635){-webkit-animation-delay:263.5s;animation-delay:263.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2636){-webkit-animation-delay:263.6s;animation-delay:263.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2637){-webkit-animation-delay:263.7s;animation-delay:263.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2638){-webkit-animation-delay:263.8s;animation-delay:263.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2639){-webkit-animation-delay:263.9s;animation-delay:263.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2640){-webkit-animation-delay:264s;animation-delay:264s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2641){-webkit-animation-delay:264.1s;animation-delay:264.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2642){-webkit-animation-delay:264.2s;animation-delay:264.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2643){-webkit-animation-delay:264.3s;animation-delay:264.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2644){-webkit-animation-delay:264.4s;animation-delay:264.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2645){-webkit-animation-delay:264.5s;animation-delay:264.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2646){-webkit-animation-delay:264.6s;animation-delay:264.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2647){-webkit-animation-delay:264.7s;animation-delay:264.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2648){-webkit-animation-delay:264.8s;animation-delay:264.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2649){-webkit-animation-delay:264.9s;animation-delay:264.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2650){-webkit-animation-delay:265s;animation-delay:265s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2651){-webkit-animation-delay:265.1s;animation-delay:265.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2652){-webkit-animation-delay:265.2s;animation-delay:265.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2653){-webkit-animation-delay:265.3s;animation-delay:265.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2654){-webkit-animation-delay:265.4s;animation-delay:265.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2655){-webkit-animation-delay:265.5s;animation-delay:265.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2656){-webkit-animation-delay:265.6s;animation-delay:265.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2657){-webkit-animation-delay:265.7s;animation-delay:265.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2658){-webkit-animation-delay:265.8s;animation-delay:265.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2659){-webkit-animation-delay:265.9s;animation-delay:265.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2660){-webkit-animation-delay:266s;animation-delay:266s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2661){-webkit-animation-delay:266.1s;animation-delay:266.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2662){-webkit-animation-delay:266.2s;animation-delay:266.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2663){-webkit-animation-delay:266.3s;animation-delay:266.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2664){-webkit-animation-delay:266.4s;animation-delay:266.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2665){-webkit-animation-delay:266.5s;animation-delay:266.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2666){-webkit-animation-delay:266.6s;animation-delay:266.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2667){-webkit-animation-delay:266.7s;animation-delay:266.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2668){-webkit-animation-delay:266.8s;animation-delay:266.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2669){-webkit-animation-delay:266.9s;animation-delay:266.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2670){-webkit-animation-delay:267s;animation-delay:267s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2671){-webkit-animation-delay:267.1s;animation-delay:267.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2672){-webkit-animation-delay:267.2s;animation-delay:267.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2673){-webkit-animation-delay:267.3s;animation-delay:267.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2674){-webkit-animation-delay:267.4s;animation-delay:267.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2675){-webkit-animation-delay:267.5s;animation-delay:267.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2676){-webkit-animation-delay:267.6s;animation-delay:267.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2677){-webkit-animation-delay:267.7s;animation-delay:267.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2678){-webkit-animation-delay:267.8s;animation-delay:267.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2679){-webkit-animation-delay:267.9s;animation-delay:267.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2680){-webkit-animation-delay:268s;animation-delay:268s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2681){-webkit-animation-delay:268.1s;animation-delay:268.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2682){-webkit-animation-delay:268.2s;animation-delay:268.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2683){-webkit-animation-delay:268.3s;animation-delay:268.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2684){-webkit-animation-delay:268.4s;animation-delay:268.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2685){-webkit-animation-delay:268.5s;animation-delay:268.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2686){-webkit-animation-delay:268.6s;animation-delay:268.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2687){-webkit-animation-delay:268.7s;animation-delay:268.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2688){-webkit-animation-delay:268.8s;animation-delay:268.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2689){-webkit-animation-delay:268.9s;animation-delay:268.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2690){-webkit-animation-delay:269s;animation-delay:269s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2691){-webkit-animation-delay:269.1s;animation-delay:269.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2692){-webkit-animation-delay:269.2s;animation-delay:269.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2693){-webkit-animation-delay:269.3s;animation-delay:269.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2694){-webkit-animation-delay:269.4s;animation-delay:269.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2695){-webkit-animation-delay:269.5s;animation-delay:269.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2696){-webkit-animation-delay:269.6s;animation-delay:269.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2697){-webkit-animation-delay:269.7s;animation-delay:269.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2698){-webkit-animation-delay:269.8s;animation-delay:269.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2699){-webkit-animation-delay:269.9s;animation-delay:269.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2700){-webkit-animation-delay:270s;animation-delay:270s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2701){-webkit-animation-delay:270.1s;animation-delay:270.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2702){-webkit-animation-delay:270.2s;animation-delay:270.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2703){-webkit-animation-delay:270.3s;animation-delay:270.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2704){-webkit-animation-delay:270.4s;animation-delay:270.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2705){-webkit-animation-delay:270.5s;animation-delay:270.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2706){-webkit-animation-delay:270.6s;animation-delay:270.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2707){-webkit-animation-delay:270.7s;animation-delay:270.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2708){-webkit-animation-delay:270.8s;animation-delay:270.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2709){-webkit-animation-delay:270.9s;animation-delay:270.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2710){-webkit-animation-delay:271s;animation-delay:271s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2711){-webkit-animation-delay:271.1s;animation-delay:271.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2712){-webkit-animation-delay:271.2s;animation-delay:271.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2713){-webkit-animation-delay:271.3s;animation-delay:271.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2714){-webkit-animation-delay:271.4s;animation-delay:271.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2715){-webkit-animation-delay:271.5s;animation-delay:271.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2716){-webkit-animation-delay:271.6s;animation-delay:271.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2717){-webkit-animation-delay:271.7s;animation-delay:271.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2718){-webkit-animation-delay:271.8s;animation-delay:271.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2719){-webkit-animation-delay:271.9s;animation-delay:271.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2720){-webkit-animation-delay:272s;animation-delay:272s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2721){-webkit-animation-delay:272.1s;animation-delay:272.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2722){-webkit-animation-delay:272.2s;animation-delay:272.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2723){-webkit-animation-delay:272.3s;animation-delay:272.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2724){-webkit-animation-delay:272.4s;animation-delay:272.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2725){-webkit-animation-delay:272.5s;animation-delay:272.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2726){-webkit-animation-delay:272.6s;animation-delay:272.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2727){-webkit-animation-delay:272.7s;animation-delay:272.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2728){-webkit-animation-delay:272.8s;animation-delay:272.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2729){-webkit-animation-delay:272.9s;animation-delay:272.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2730){-webkit-animation-delay:273s;animation-delay:273s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2731){-webkit-animation-delay:273.1s;animation-delay:273.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2732){-webkit-animation-delay:273.2s;animation-delay:273.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2733){-webkit-animation-delay:273.3s;animation-delay:273.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2734){-webkit-animation-delay:273.4s;animation-delay:273.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2735){-webkit-animation-delay:273.5s;animation-delay:273.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2736){-webkit-animation-delay:273.6s;animation-delay:273.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2737){-webkit-animation-delay:273.7s;animation-delay:273.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2738){-webkit-animation-delay:273.8s;animation-delay:273.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2739){-webkit-animation-delay:273.9s;animation-delay:273.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2740){-webkit-animation-delay:274s;animation-delay:274s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2741){-webkit-animation-delay:274.1s;animation-delay:274.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2742){-webkit-animation-delay:274.2s;animation-delay:274.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2743){-webkit-animation-delay:274.3s;animation-delay:274.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2744){-webkit-animation-delay:274.4s;animation-delay:274.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2745){-webkit-animation-delay:274.5s;animation-delay:274.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2746){-webkit-animation-delay:274.6s;animation-delay:274.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2747){-webkit-animation-delay:274.7s;animation-delay:274.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2748){-webkit-animation-delay:274.8s;animation-delay:274.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2749){-webkit-animation-delay:274.9s;animation-delay:274.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2750){-webkit-animation-delay:275s;animation-delay:275s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2751){-webkit-animation-delay:275.1s;animation-delay:275.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2752){-webkit-animation-delay:275.2s;animation-delay:275.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2753){-webkit-animation-delay:275.3s;animation-delay:275.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2754){-webkit-animation-delay:275.4s;animation-delay:275.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2755){-webkit-animation-delay:275.5s;animation-delay:275.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2756){-webkit-animation-delay:275.6s;animation-delay:275.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2757){-webkit-animation-delay:275.7s;animation-delay:275.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2758){-webkit-animation-delay:275.8s;animation-delay:275.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2759){-webkit-animation-delay:275.9s;animation-delay:275.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2760){-webkit-animation-delay:276s;animation-delay:276s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2761){-webkit-animation-delay:276.1s;animation-delay:276.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2762){-webkit-animation-delay:276.2s;animation-delay:276.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2763){-webkit-animation-delay:276.3s;animation-delay:276.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2764){-webkit-animation-delay:276.4s;animation-delay:276.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2765){-webkit-animation-delay:276.5s;animation-delay:276.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2766){-webkit-animation-delay:276.6s;animation-delay:276.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2767){-webkit-animation-delay:276.7s;animation-delay:276.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2768){-webkit-animation-delay:276.8s;animation-delay:276.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2769){-webkit-animation-delay:276.9s;animation-delay:276.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2770){-webkit-animation-delay:277s;animation-delay:277s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2771){-webkit-animation-delay:277.1s;animation-delay:277.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2772){-webkit-animation-delay:277.2s;animation-delay:277.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2773){-webkit-animation-delay:277.3s;animation-delay:277.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2774){-webkit-animation-delay:277.4s;animation-delay:277.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2775){-webkit-animation-delay:277.5s;animation-delay:277.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2776){-webkit-animation-delay:277.6s;animation-delay:277.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2777){-webkit-animation-delay:277.7s;animation-delay:277.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2778){-webkit-animation-delay:277.8s;animation-delay:277.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2779){-webkit-animation-delay:277.9s;animation-delay:277.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2780){-webkit-animation-delay:278s;animation-delay:278s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2781){-webkit-animation-delay:278.1s;animation-delay:278.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2782){-webkit-animation-delay:278.2s;animation-delay:278.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2783){-webkit-animation-delay:278.3s;animation-delay:278.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2784){-webkit-animation-delay:278.4s;animation-delay:278.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2785){-webkit-animation-delay:278.5s;animation-delay:278.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2786){-webkit-animation-delay:278.6s;animation-delay:278.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2787){-webkit-animation-delay:278.7s;animation-delay:278.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2788){-webkit-animation-delay:278.8s;animation-delay:278.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2789){-webkit-animation-delay:278.9s;animation-delay:278.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2790){-webkit-animation-delay:279s;animation-delay:279s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2791){-webkit-animation-delay:279.1s;animation-delay:279.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2792){-webkit-animation-delay:279.2s;animation-delay:279.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2793){-webkit-animation-delay:279.3s;animation-delay:279.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2794){-webkit-animation-delay:279.4s;animation-delay:279.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2795){-webkit-animation-delay:279.5s;animation-delay:279.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2796){-webkit-animation-delay:279.6s;animation-delay:279.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2797){-webkit-animation-delay:279.7s;animation-delay:279.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2798){-webkit-animation-delay:279.8s;animation-delay:279.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2799){-webkit-animation-delay:279.9s;animation-delay:279.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2800){-webkit-animation-delay:280s;animation-delay:280s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2801){-webkit-animation-delay:280.1s;animation-delay:280.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2802){-webkit-animation-delay:280.2s;animation-delay:280.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2803){-webkit-animation-delay:280.3s;animation-delay:280.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2804){-webkit-animation-delay:280.4s;animation-delay:280.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2805){-webkit-animation-delay:280.5s;animation-delay:280.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2806){-webkit-animation-delay:280.6s;animation-delay:280.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2807){-webkit-animation-delay:280.7s;animation-delay:280.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2808){-webkit-animation-delay:280.8s;animation-delay:280.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2809){-webkit-animation-delay:280.9s;animation-delay:280.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2810){-webkit-animation-delay:281s;animation-delay:281s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2811){-webkit-animation-delay:281.1s;animation-delay:281.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2812){-webkit-animation-delay:281.2s;animation-delay:281.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2813){-webkit-animation-delay:281.3s;animation-delay:281.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2814){-webkit-animation-delay:281.4s;animation-delay:281.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2815){-webkit-animation-delay:281.5s;animation-delay:281.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2816){-webkit-animation-delay:281.6s;animation-delay:281.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2817){-webkit-animation-delay:281.7s;animation-delay:281.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2818){-webkit-animation-delay:281.8s;animation-delay:281.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2819){-webkit-animation-delay:281.9s;animation-delay:281.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2820){-webkit-animation-delay:282s;animation-delay:282s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2821){-webkit-animation-delay:282.1s;animation-delay:282.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2822){-webkit-animation-delay:282.2s;animation-delay:282.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2823){-webkit-animation-delay:282.3s;animation-delay:282.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2824){-webkit-animation-delay:282.4s;animation-delay:282.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2825){-webkit-animation-delay:282.5s;animation-delay:282.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2826){-webkit-animation-delay:282.6s;animation-delay:282.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2827){-webkit-animation-delay:282.7s;animation-delay:282.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2828){-webkit-animation-delay:282.8s;animation-delay:282.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2829){-webkit-animation-delay:282.9s;animation-delay:282.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2830){-webkit-animation-delay:283s;animation-delay:283s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2831){-webkit-animation-delay:283.1s;animation-delay:283.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2832){-webkit-animation-delay:283.2s;animation-delay:283.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2833){-webkit-animation-delay:283.3s;animation-delay:283.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2834){-webkit-animation-delay:283.4s;animation-delay:283.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2835){-webkit-animation-delay:283.5s;animation-delay:283.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2836){-webkit-animation-delay:283.6s;animation-delay:283.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2837){-webkit-animation-delay:283.7s;animation-delay:283.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2838){-webkit-animation-delay:283.8s;animation-delay:283.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2839){-webkit-animation-delay:283.9s;animation-delay:283.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2840){-webkit-animation-delay:284s;animation-delay:284s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2841){-webkit-animation-delay:284.1s;animation-delay:284.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2842){-webkit-animation-delay:284.2s;animation-delay:284.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2843){-webkit-animation-delay:284.3s;animation-delay:284.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2844){-webkit-animation-delay:284.4s;animation-delay:284.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2845){-webkit-animation-delay:284.5s;animation-delay:284.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2846){-webkit-animation-delay:284.6s;animation-delay:284.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2847){-webkit-animation-delay:284.7s;animation-delay:284.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2848){-webkit-animation-delay:284.8s;animation-delay:284.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2849){-webkit-animation-delay:284.9s;animation-delay:284.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2850){-webkit-animation-delay:285s;animation-delay:285s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2851){-webkit-animation-delay:285.1s;animation-delay:285.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2852){-webkit-animation-delay:285.2s;animation-delay:285.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2853){-webkit-animation-delay:285.3s;animation-delay:285.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2854){-webkit-animation-delay:285.4s;animation-delay:285.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2855){-webkit-animation-delay:285.5s;animation-delay:285.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2856){-webkit-animation-delay:285.6s;animation-delay:285.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2857){-webkit-animation-delay:285.7s;animation-delay:285.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2858){-webkit-animation-delay:285.8s;animation-delay:285.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2859){-webkit-animation-delay:285.9s;animation-delay:285.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2860){-webkit-animation-delay:286s;animation-delay:286s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2861){-webkit-animation-delay:286.1s;animation-delay:286.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2862){-webkit-animation-delay:286.2s;animation-delay:286.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2863){-webkit-animation-delay:286.3s;animation-delay:286.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2864){-webkit-animation-delay:286.4s;animation-delay:286.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2865){-webkit-animation-delay:286.5s;animation-delay:286.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2866){-webkit-animation-delay:286.6s;animation-delay:286.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2867){-webkit-animation-delay:286.7s;animation-delay:286.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2868){-webkit-animation-delay:286.8s;animation-delay:286.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2869){-webkit-animation-delay:286.9s;animation-delay:286.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2870){-webkit-animation-delay:287s;animation-delay:287s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2871){-webkit-animation-delay:287.1s;animation-delay:287.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2872){-webkit-animation-delay:287.2s;animation-delay:287.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2873){-webkit-animation-delay:287.3s;animation-delay:287.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2874){-webkit-animation-delay:287.4s;animation-delay:287.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2875){-webkit-animation-delay:287.5s;animation-delay:287.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2876){-webkit-animation-delay:287.6s;animation-delay:287.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2877){-webkit-animation-delay:287.7s;animation-delay:287.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2878){-webkit-animation-delay:287.8s;animation-delay:287.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2879){-webkit-animation-delay:287.9s;animation-delay:287.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2880){-webkit-animation-delay:288s;animation-delay:288s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2881){-webkit-animation-delay:288.1s;animation-delay:288.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2882){-webkit-animation-delay:288.2s;animation-delay:288.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2883){-webkit-animation-delay:288.3s;animation-delay:288.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2884){-webkit-animation-delay:288.4s;animation-delay:288.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2885){-webkit-animation-delay:288.5s;animation-delay:288.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2886){-webkit-animation-delay:288.6s;animation-delay:288.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2887){-webkit-animation-delay:288.7s;animation-delay:288.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2888){-webkit-animation-delay:288.8s;animation-delay:288.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2889){-webkit-animation-delay:288.9s;animation-delay:288.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2890){-webkit-animation-delay:289s;animation-delay:289s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2891){-webkit-animation-delay:289.1s;animation-delay:289.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2892){-webkit-animation-delay:289.2s;animation-delay:289.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2893){-webkit-animation-delay:289.3s;animation-delay:289.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2894){-webkit-animation-delay:289.4s;animation-delay:289.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2895){-webkit-animation-delay:289.5s;animation-delay:289.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2896){-webkit-animation-delay:289.6s;animation-delay:289.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2897){-webkit-animation-delay:289.7s;animation-delay:289.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2898){-webkit-animation-delay:289.8s;animation-delay:289.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2899){-webkit-animation-delay:289.9s;animation-delay:289.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2900){-webkit-animation-delay:290s;animation-delay:290s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2901){-webkit-animation-delay:290.1s;animation-delay:290.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2902){-webkit-animation-delay:290.2s;animation-delay:290.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2903){-webkit-animation-delay:290.3s;animation-delay:290.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2904){-webkit-animation-delay:290.4s;animation-delay:290.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2905){-webkit-animation-delay:290.5s;animation-delay:290.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2906){-webkit-animation-delay:290.6s;animation-delay:290.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2907){-webkit-animation-delay:290.7s;animation-delay:290.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2908){-webkit-animation-delay:290.8s;animation-delay:290.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2909){-webkit-animation-delay:290.9s;animation-delay:290.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2910){-webkit-animation-delay:291s;animation-delay:291s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2911){-webkit-animation-delay:291.1s;animation-delay:291.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2912){-webkit-animation-delay:291.2s;animation-delay:291.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2913){-webkit-animation-delay:291.3s;animation-delay:291.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2914){-webkit-animation-delay:291.4s;animation-delay:291.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2915){-webkit-animation-delay:291.5s;animation-delay:291.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2916){-webkit-animation-delay:291.6s;animation-delay:291.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2917){-webkit-animation-delay:291.7s;animation-delay:291.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2918){-webkit-animation-delay:291.8s;animation-delay:291.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2919){-webkit-animation-delay:291.9s;animation-delay:291.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2920){-webkit-animation-delay:292s;animation-delay:292s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2921){-webkit-animation-delay:292.1s;animation-delay:292.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2922){-webkit-animation-delay:292.2s;animation-delay:292.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2923){-webkit-animation-delay:292.3s;animation-delay:292.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2924){-webkit-animation-delay:292.4s;animation-delay:292.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2925){-webkit-animation-delay:292.5s;animation-delay:292.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2926){-webkit-animation-delay:292.6s;animation-delay:292.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2927){-webkit-animation-delay:292.7s;animation-delay:292.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2928){-webkit-animation-delay:292.8s;animation-delay:292.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2929){-webkit-animation-delay:292.9s;animation-delay:292.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2930){-webkit-animation-delay:293s;animation-delay:293s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2931){-webkit-animation-delay:293.1s;animation-delay:293.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2932){-webkit-animation-delay:293.2s;animation-delay:293.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2933){-webkit-animation-delay:293.3s;animation-delay:293.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2934){-webkit-animation-delay:293.4s;animation-delay:293.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2935){-webkit-animation-delay:293.5s;animation-delay:293.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2936){-webkit-animation-delay:293.6s;animation-delay:293.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2937){-webkit-animation-delay:293.7s;animation-delay:293.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2938){-webkit-animation-delay:293.8s;animation-delay:293.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2939){-webkit-animation-delay:293.9s;animation-delay:293.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2940){-webkit-animation-delay:294s;animation-delay:294s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2941){-webkit-animation-delay:294.1s;animation-delay:294.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2942){-webkit-animation-delay:294.2s;animation-delay:294.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2943){-webkit-animation-delay:294.3s;animation-delay:294.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2944){-webkit-animation-delay:294.4s;animation-delay:294.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2945){-webkit-animation-delay:294.5s;animation-delay:294.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2946){-webkit-animation-delay:294.6s;animation-delay:294.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2947){-webkit-animation-delay:294.7s;animation-delay:294.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2948){-webkit-animation-delay:294.8s;animation-delay:294.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2949){-webkit-animation-delay:294.9s;animation-delay:294.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2950){-webkit-animation-delay:295s;animation-delay:295s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2951){-webkit-animation-delay:295.1s;animation-delay:295.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2952){-webkit-animation-delay:295.2s;animation-delay:295.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2953){-webkit-animation-delay:295.3s;animation-delay:295.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2954){-webkit-animation-delay:295.4s;animation-delay:295.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2955){-webkit-animation-delay:295.5s;animation-delay:295.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2956){-webkit-animation-delay:295.6s;animation-delay:295.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2957){-webkit-animation-delay:295.7s;animation-delay:295.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2958){-webkit-animation-delay:295.8s;animation-delay:295.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2959){-webkit-animation-delay:295.9s;animation-delay:295.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2960){-webkit-animation-delay:296s;animation-delay:296s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2961){-webkit-animation-delay:296.1s;animation-delay:296.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2962){-webkit-animation-delay:296.2s;animation-delay:296.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2963){-webkit-animation-delay:296.3s;animation-delay:296.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2964){-webkit-animation-delay:296.4s;animation-delay:296.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2965){-webkit-animation-delay:296.5s;animation-delay:296.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2966){-webkit-animation-delay:296.6s;animation-delay:296.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2967){-webkit-animation-delay:296.7s;animation-delay:296.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2968){-webkit-animation-delay:296.8s;animation-delay:296.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2969){-webkit-animation-delay:296.9s;animation-delay:296.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2970){-webkit-animation-delay:297s;animation-delay:297s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2971){-webkit-animation-delay:297.1s;animation-delay:297.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2972){-webkit-animation-delay:297.2s;animation-delay:297.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2973){-webkit-animation-delay:297.3s;animation-delay:297.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2974){-webkit-animation-delay:297.4s;animation-delay:297.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2975){-webkit-animation-delay:297.5s;animation-delay:297.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2976){-webkit-animation-delay:297.6s;animation-delay:297.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2977){-webkit-animation-delay:297.7s;animation-delay:297.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2978){-webkit-animation-delay:297.8s;animation-delay:297.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2979){-webkit-animation-delay:297.9s;animation-delay:297.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2980){-webkit-animation-delay:298s;animation-delay:298s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2981){-webkit-animation-delay:298.1s;animation-delay:298.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2982){-webkit-animation-delay:298.2s;animation-delay:298.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2983){-webkit-animation-delay:298.3s;animation-delay:298.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2984){-webkit-animation-delay:298.4s;animation-delay:298.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2985){-webkit-animation-delay:298.5s;animation-delay:298.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2986){-webkit-animation-delay:298.6s;animation-delay:298.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2987){-webkit-animation-delay:298.7s;animation-delay:298.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2988){-webkit-animation-delay:298.8s;animation-delay:298.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2989){-webkit-animation-delay:298.9s;animation-delay:298.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2990){-webkit-animation-delay:299s;animation-delay:299s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2991){-webkit-animation-delay:299.1s;animation-delay:299.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2992){-webkit-animation-delay:299.2s;animation-delay:299.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2993){-webkit-animation-delay:299.3s;animation-delay:299.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2994){-webkit-animation-delay:299.4s;animation-delay:299.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2995){-webkit-animation-delay:299.5s;animation-delay:299.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2996){-webkit-animation-delay:299.6s;animation-delay:299.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2997){-webkit-animation-delay:299.7s;animation-delay:299.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2998){-webkit-animation-delay:299.8s;animation-delay:299.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(2999){-webkit-animation-delay:299.9s;animation-delay:299.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3000){-webkit-animation-delay:300s;animation-delay:300s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3001){-webkit-animation-delay:300.1s;animation-delay:300.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3002){-webkit-animation-delay:300.2s;animation-delay:300.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3003){-webkit-animation-delay:300.3s;animation-delay:300.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3004){-webkit-animation-delay:300.4s;animation-delay:300.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3005){-webkit-animation-delay:300.5s;animation-delay:300.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3006){-webkit-animation-delay:300.6s;animation-delay:300.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3007){-webkit-animation-delay:300.7s;animation-delay:300.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3008){-webkit-animation-delay:300.8s;animation-delay:300.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3009){-webkit-animation-delay:300.9s;animation-delay:300.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3010){-webkit-animation-delay:301s;animation-delay:301s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3011){-webkit-animation-delay:301.1s;animation-delay:301.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3012){-webkit-animation-delay:301.2s;animation-delay:301.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3013){-webkit-animation-delay:301.3s;animation-delay:301.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3014){-webkit-animation-delay:301.4s;animation-delay:301.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3015){-webkit-animation-delay:301.5s;animation-delay:301.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3016){-webkit-animation-delay:301.6s;animation-delay:301.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3017){-webkit-animation-delay:301.7s;animation-delay:301.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3018){-webkit-animation-delay:301.8s;animation-delay:301.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3019){-webkit-animation-delay:301.9s;animation-delay:301.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3020){-webkit-animation-delay:302s;animation-delay:302s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3021){-webkit-animation-delay:302.1s;animation-delay:302.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3022){-webkit-animation-delay:302.2s;animation-delay:302.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3023){-webkit-animation-delay:302.3s;animation-delay:302.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3024){-webkit-animation-delay:302.4s;animation-delay:302.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3025){-webkit-animation-delay:302.5s;animation-delay:302.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3026){-webkit-animation-delay:302.6s;animation-delay:302.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3027){-webkit-animation-delay:302.7s;animation-delay:302.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3028){-webkit-animation-delay:302.8s;animation-delay:302.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3029){-webkit-animation-delay:302.9s;animation-delay:302.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3030){-webkit-animation-delay:303s;animation-delay:303s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3031){-webkit-animation-delay:303.1s;animation-delay:303.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3032){-webkit-animation-delay:303.2s;animation-delay:303.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3033){-webkit-animation-delay:303.3s;animation-delay:303.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3034){-webkit-animation-delay:303.4s;animation-delay:303.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3035){-webkit-animation-delay:303.5s;animation-delay:303.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3036){-webkit-animation-delay:303.6s;animation-delay:303.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3037){-webkit-animation-delay:303.7s;animation-delay:303.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3038){-webkit-animation-delay:303.8s;animation-delay:303.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3039){-webkit-animation-delay:303.9s;animation-delay:303.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3040){-webkit-animation-delay:304s;animation-delay:304s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3041){-webkit-animation-delay:304.1s;animation-delay:304.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3042){-webkit-animation-delay:304.2s;animation-delay:304.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3043){-webkit-animation-delay:304.3s;animation-delay:304.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3044){-webkit-animation-delay:304.4s;animation-delay:304.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3045){-webkit-animation-delay:304.5s;animation-delay:304.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3046){-webkit-animation-delay:304.6s;animation-delay:304.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3047){-webkit-animation-delay:304.7s;animation-delay:304.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3048){-webkit-animation-delay:304.8s;animation-delay:304.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3049){-webkit-animation-delay:304.9s;animation-delay:304.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3050){-webkit-animation-delay:305s;animation-delay:305s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3051){-webkit-animation-delay:305.1s;animation-delay:305.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3052){-webkit-animation-delay:305.2s;animation-delay:305.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3053){-webkit-animation-delay:305.3s;animation-delay:305.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3054){-webkit-animation-delay:305.4s;animation-delay:305.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3055){-webkit-animation-delay:305.5s;animation-delay:305.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3056){-webkit-animation-delay:305.6s;animation-delay:305.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3057){-webkit-animation-delay:305.7s;animation-delay:305.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3058){-webkit-animation-delay:305.8s;animation-delay:305.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3059){-webkit-animation-delay:305.9s;animation-delay:305.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3060){-webkit-animation-delay:306s;animation-delay:306s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3061){-webkit-animation-delay:306.1s;animation-delay:306.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3062){-webkit-animation-delay:306.2s;animation-delay:306.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3063){-webkit-animation-delay:306.3s;animation-delay:306.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3064){-webkit-animation-delay:306.4s;animation-delay:306.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3065){-webkit-animation-delay:306.5s;animation-delay:306.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3066){-webkit-animation-delay:306.6s;animation-delay:306.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3067){-webkit-animation-delay:306.7s;animation-delay:306.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3068){-webkit-animation-delay:306.8s;animation-delay:306.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3069){-webkit-animation-delay:306.9s;animation-delay:306.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3070){-webkit-animation-delay:307s;animation-delay:307s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3071){-webkit-animation-delay:307.1s;animation-delay:307.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3072){-webkit-animation-delay:307.2s;animation-delay:307.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3073){-webkit-animation-delay:307.3s;animation-delay:307.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3074){-webkit-animation-delay:307.4s;animation-delay:307.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3075){-webkit-animation-delay:307.5s;animation-delay:307.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3076){-webkit-animation-delay:307.6s;animation-delay:307.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3077){-webkit-animation-delay:307.7s;animation-delay:307.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3078){-webkit-animation-delay:307.8s;animation-delay:307.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3079){-webkit-animation-delay:307.9s;animation-delay:307.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3080){-webkit-animation-delay:308s;animation-delay:308s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3081){-webkit-animation-delay:308.1s;animation-delay:308.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3082){-webkit-animation-delay:308.2s;animation-delay:308.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3083){-webkit-animation-delay:308.3s;animation-delay:308.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3084){-webkit-animation-delay:308.4s;animation-delay:308.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3085){-webkit-animation-delay:308.5s;animation-delay:308.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3086){-webkit-animation-delay:308.6s;animation-delay:308.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3087){-webkit-animation-delay:308.7s;animation-delay:308.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3088){-webkit-animation-delay:308.8s;animation-delay:308.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3089){-webkit-animation-delay:308.9s;animation-delay:308.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3090){-webkit-animation-delay:309s;animation-delay:309s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3091){-webkit-animation-delay:309.1s;animation-delay:309.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3092){-webkit-animation-delay:309.2s;animation-delay:309.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3093){-webkit-animation-delay:309.3s;animation-delay:309.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3094){-webkit-animation-delay:309.4s;animation-delay:309.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3095){-webkit-animation-delay:309.5s;animation-delay:309.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3096){-webkit-animation-delay:309.6s;animation-delay:309.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3097){-webkit-animation-delay:309.7s;animation-delay:309.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3098){-webkit-animation-delay:309.8s;animation-delay:309.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3099){-webkit-animation-delay:309.9s;animation-delay:309.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3100){-webkit-animation-delay:310s;animation-delay:310s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3101){-webkit-animation-delay:310.1s;animation-delay:310.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3102){-webkit-animation-delay:310.2s;animation-delay:310.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3103){-webkit-animation-delay:310.3s;animation-delay:310.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3104){-webkit-animation-delay:310.4s;animation-delay:310.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3105){-webkit-animation-delay:310.5s;animation-delay:310.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3106){-webkit-animation-delay:310.6s;animation-delay:310.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3107){-webkit-animation-delay:310.7s;animation-delay:310.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3108){-webkit-animation-delay:310.8s;animation-delay:310.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3109){-webkit-animation-delay:310.9s;animation-delay:310.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3110){-webkit-animation-delay:311s;animation-delay:311s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3111){-webkit-animation-delay:311.1s;animation-delay:311.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3112){-webkit-animation-delay:311.2s;animation-delay:311.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3113){-webkit-animation-delay:311.3s;animation-delay:311.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3114){-webkit-animation-delay:311.4s;animation-delay:311.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3115){-webkit-animation-delay:311.5s;animation-delay:311.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3116){-webkit-animation-delay:311.6s;animation-delay:311.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3117){-webkit-animation-delay:311.7s;animation-delay:311.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3118){-webkit-animation-delay:311.8s;animation-delay:311.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3119){-webkit-animation-delay:311.9s;animation-delay:311.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3120){-webkit-animation-delay:312s;animation-delay:312s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3121){-webkit-animation-delay:312.1s;animation-delay:312.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3122){-webkit-animation-delay:312.2s;animation-delay:312.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3123){-webkit-animation-delay:312.3s;animation-delay:312.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3124){-webkit-animation-delay:312.4s;animation-delay:312.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3125){-webkit-animation-delay:312.5s;animation-delay:312.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3126){-webkit-animation-delay:312.6s;animation-delay:312.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3127){-webkit-animation-delay:312.7s;animation-delay:312.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3128){-webkit-animation-delay:312.8s;animation-delay:312.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3129){-webkit-animation-delay:312.9s;animation-delay:312.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3130){-webkit-animation-delay:313s;animation-delay:313s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3131){-webkit-animation-delay:313.1s;animation-delay:313.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3132){-webkit-animation-delay:313.2s;animation-delay:313.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3133){-webkit-animation-delay:313.3s;animation-delay:313.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3134){-webkit-animation-delay:313.4s;animation-delay:313.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3135){-webkit-animation-delay:313.5s;animation-delay:313.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3136){-webkit-animation-delay:313.6s;animation-delay:313.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3137){-webkit-animation-delay:313.7s;animation-delay:313.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3138){-webkit-animation-delay:313.8s;animation-delay:313.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3139){-webkit-animation-delay:313.9s;animation-delay:313.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3140){-webkit-animation-delay:314s;animation-delay:314s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3141){-webkit-animation-delay:314.1s;animation-delay:314.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3142){-webkit-animation-delay:314.2s;animation-delay:314.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3143){-webkit-animation-delay:314.3s;animation-delay:314.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3144){-webkit-animation-delay:314.4s;animation-delay:314.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3145){-webkit-animation-delay:314.5s;animation-delay:314.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3146){-webkit-animation-delay:314.6s;animation-delay:314.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3147){-webkit-animation-delay:314.7s;animation-delay:314.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3148){-webkit-animation-delay:314.8s;animation-delay:314.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3149){-webkit-animation-delay:314.9s;animation-delay:314.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3150){-webkit-animation-delay:315s;animation-delay:315s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3151){-webkit-animation-delay:315.1s;animation-delay:315.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3152){-webkit-animation-delay:315.2s;animation-delay:315.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3153){-webkit-animation-delay:315.3s;animation-delay:315.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3154){-webkit-animation-delay:315.4s;animation-delay:315.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3155){-webkit-animation-delay:315.5s;animation-delay:315.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3156){-webkit-animation-delay:315.6s;animation-delay:315.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3157){-webkit-animation-delay:315.7s;animation-delay:315.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3158){-webkit-animation-delay:315.8s;animation-delay:315.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3159){-webkit-animation-delay:315.9s;animation-delay:315.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3160){-webkit-animation-delay:316s;animation-delay:316s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3161){-webkit-animation-delay:316.1s;animation-delay:316.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3162){-webkit-animation-delay:316.2s;animation-delay:316.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3163){-webkit-animation-delay:316.3s;animation-delay:316.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3164){-webkit-animation-delay:316.4s;animation-delay:316.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3165){-webkit-animation-delay:316.5s;animation-delay:316.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3166){-webkit-animation-delay:316.6s;animation-delay:316.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3167){-webkit-animation-delay:316.7s;animation-delay:316.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3168){-webkit-animation-delay:316.8s;animation-delay:316.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3169){-webkit-animation-delay:316.9s;animation-delay:316.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3170){-webkit-animation-delay:317s;animation-delay:317s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3171){-webkit-animation-delay:317.1s;animation-delay:317.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3172){-webkit-animation-delay:317.2s;animation-delay:317.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3173){-webkit-animation-delay:317.3s;animation-delay:317.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3174){-webkit-animation-delay:317.4s;animation-delay:317.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3175){-webkit-animation-delay:317.5s;animation-delay:317.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3176){-webkit-animation-delay:317.6s;animation-delay:317.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3177){-webkit-animation-delay:317.7s;animation-delay:317.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3178){-webkit-animation-delay:317.8s;animation-delay:317.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3179){-webkit-animation-delay:317.9s;animation-delay:317.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3180){-webkit-animation-delay:318s;animation-delay:318s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3181){-webkit-animation-delay:318.1s;animation-delay:318.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3182){-webkit-animation-delay:318.2s;animation-delay:318.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3183){-webkit-animation-delay:318.3s;animation-delay:318.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3184){-webkit-animation-delay:318.4s;animation-delay:318.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3185){-webkit-animation-delay:318.5s;animation-delay:318.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3186){-webkit-animation-delay:318.6s;animation-delay:318.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3187){-webkit-animation-delay:318.7s;animation-delay:318.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3188){-webkit-animation-delay:318.8s;animation-delay:318.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3189){-webkit-animation-delay:318.9s;animation-delay:318.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3190){-webkit-animation-delay:319s;animation-delay:319s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3191){-webkit-animation-delay:319.1s;animation-delay:319.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3192){-webkit-animation-delay:319.2s;animation-delay:319.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3193){-webkit-animation-delay:319.3s;animation-delay:319.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3194){-webkit-animation-delay:319.4s;animation-delay:319.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3195){-webkit-animation-delay:319.5s;animation-delay:319.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3196){-webkit-animation-delay:319.6s;animation-delay:319.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3197){-webkit-animation-delay:319.7s;animation-delay:319.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3198){-webkit-animation-delay:319.8s;animation-delay:319.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3199){-webkit-animation-delay:319.9s;animation-delay:319.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3200){-webkit-animation-delay:320s;animation-delay:320s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3201){-webkit-animation-delay:320.1s;animation-delay:320.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3202){-webkit-animation-delay:320.2s;animation-delay:320.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3203){-webkit-animation-delay:320.3s;animation-delay:320.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3204){-webkit-animation-delay:320.4s;animation-delay:320.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3205){-webkit-animation-delay:320.5s;animation-delay:320.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3206){-webkit-animation-delay:320.6s;animation-delay:320.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3207){-webkit-animation-delay:320.7s;animation-delay:320.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3208){-webkit-animation-delay:320.8s;animation-delay:320.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3209){-webkit-animation-delay:320.9s;animation-delay:320.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3210){-webkit-animation-delay:321s;animation-delay:321s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3211){-webkit-animation-delay:321.1s;animation-delay:321.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3212){-webkit-animation-delay:321.2s;animation-delay:321.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3213){-webkit-animation-delay:321.3s;animation-delay:321.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3214){-webkit-animation-delay:321.4s;animation-delay:321.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3215){-webkit-animation-delay:321.5s;animation-delay:321.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3216){-webkit-animation-delay:321.6s;animation-delay:321.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3217){-webkit-animation-delay:321.7s;animation-delay:321.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3218){-webkit-animation-delay:321.8s;animation-delay:321.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3219){-webkit-animation-delay:321.9s;animation-delay:321.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3220){-webkit-animation-delay:322s;animation-delay:322s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3221){-webkit-animation-delay:322.1s;animation-delay:322.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3222){-webkit-animation-delay:322.2s;animation-delay:322.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3223){-webkit-animation-delay:322.3s;animation-delay:322.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3224){-webkit-animation-delay:322.4s;animation-delay:322.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3225){-webkit-animation-delay:322.5s;animation-delay:322.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3226){-webkit-animation-delay:322.6s;animation-delay:322.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3227){-webkit-animation-delay:322.7s;animation-delay:322.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3228){-webkit-animation-delay:322.8s;animation-delay:322.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3229){-webkit-animation-delay:322.9s;animation-delay:322.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3230){-webkit-animation-delay:323s;animation-delay:323s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3231){-webkit-animation-delay:323.1s;animation-delay:323.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3232){-webkit-animation-delay:323.2s;animation-delay:323.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3233){-webkit-animation-delay:323.3s;animation-delay:323.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3234){-webkit-animation-delay:323.4s;animation-delay:323.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3235){-webkit-animation-delay:323.5s;animation-delay:323.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3236){-webkit-animation-delay:323.6s;animation-delay:323.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3237){-webkit-animation-delay:323.7s;animation-delay:323.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3238){-webkit-animation-delay:323.8s;animation-delay:323.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3239){-webkit-animation-delay:323.9s;animation-delay:323.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3240){-webkit-animation-delay:324s;animation-delay:324s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3241){-webkit-animation-delay:324.1s;animation-delay:324.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3242){-webkit-animation-delay:324.2s;animation-delay:324.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3243){-webkit-animation-delay:324.3s;animation-delay:324.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3244){-webkit-animation-delay:324.4s;animation-delay:324.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3245){-webkit-animation-delay:324.5s;animation-delay:324.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3246){-webkit-animation-delay:324.6s;animation-delay:324.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3247){-webkit-animation-delay:324.7s;animation-delay:324.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3248){-webkit-animation-delay:324.8s;animation-delay:324.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3249){-webkit-animation-delay:324.9s;animation-delay:324.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3250){-webkit-animation-delay:325s;animation-delay:325s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3251){-webkit-animation-delay:325.1s;animation-delay:325.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3252){-webkit-animation-delay:325.2s;animation-delay:325.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3253){-webkit-animation-delay:325.3s;animation-delay:325.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3254){-webkit-animation-delay:325.4s;animation-delay:325.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3255){-webkit-animation-delay:325.5s;animation-delay:325.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3256){-webkit-animation-delay:325.6s;animation-delay:325.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3257){-webkit-animation-delay:325.7s;animation-delay:325.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3258){-webkit-animation-delay:325.8s;animation-delay:325.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3259){-webkit-animation-delay:325.9s;animation-delay:325.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3260){-webkit-animation-delay:326s;animation-delay:326s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3261){-webkit-animation-delay:326.1s;animation-delay:326.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3262){-webkit-animation-delay:326.2s;animation-delay:326.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3263){-webkit-animation-delay:326.3s;animation-delay:326.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3264){-webkit-animation-delay:326.4s;animation-delay:326.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3265){-webkit-animation-delay:326.5s;animation-delay:326.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3266){-webkit-animation-delay:326.6s;animation-delay:326.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3267){-webkit-animation-delay:326.7s;animation-delay:326.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3268){-webkit-animation-delay:326.8s;animation-delay:326.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3269){-webkit-animation-delay:326.9s;animation-delay:326.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3270){-webkit-animation-delay:327s;animation-delay:327s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3271){-webkit-animation-delay:327.1s;animation-delay:327.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3272){-webkit-animation-delay:327.2s;animation-delay:327.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3273){-webkit-animation-delay:327.3s;animation-delay:327.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3274){-webkit-animation-delay:327.4s;animation-delay:327.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3275){-webkit-animation-delay:327.5s;animation-delay:327.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3276){-webkit-animation-delay:327.6s;animation-delay:327.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3277){-webkit-animation-delay:327.7s;animation-delay:327.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3278){-webkit-animation-delay:327.8s;animation-delay:327.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3279){-webkit-animation-delay:327.9s;animation-delay:327.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3280){-webkit-animation-delay:328s;animation-delay:328s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3281){-webkit-animation-delay:328.1s;animation-delay:328.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3282){-webkit-animation-delay:328.2s;animation-delay:328.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3283){-webkit-animation-delay:328.3s;animation-delay:328.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3284){-webkit-animation-delay:328.4s;animation-delay:328.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3285){-webkit-animation-delay:328.5s;animation-delay:328.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3286){-webkit-animation-delay:328.6s;animation-delay:328.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3287){-webkit-animation-delay:328.7s;animation-delay:328.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3288){-webkit-animation-delay:328.8s;animation-delay:328.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3289){-webkit-animation-delay:328.9s;animation-delay:328.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3290){-webkit-animation-delay:329s;animation-delay:329s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3291){-webkit-animation-delay:329.1s;animation-delay:329.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3292){-webkit-animation-delay:329.2s;animation-delay:329.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3293){-webkit-animation-delay:329.3s;animation-delay:329.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3294){-webkit-animation-delay:329.4s;animation-delay:329.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3295){-webkit-animation-delay:329.5s;animation-delay:329.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3296){-webkit-animation-delay:329.6s;animation-delay:329.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3297){-webkit-animation-delay:329.7s;animation-delay:329.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3298){-webkit-animation-delay:329.8s;animation-delay:329.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3299){-webkit-animation-delay:329.9s;animation-delay:329.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3300){-webkit-animation-delay:330s;animation-delay:330s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3301){-webkit-animation-delay:330.1s;animation-delay:330.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3302){-webkit-animation-delay:330.2s;animation-delay:330.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3303){-webkit-animation-delay:330.3s;animation-delay:330.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3304){-webkit-animation-delay:330.4s;animation-delay:330.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3305){-webkit-animation-delay:330.5s;animation-delay:330.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3306){-webkit-animation-delay:330.6s;animation-delay:330.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3307){-webkit-animation-delay:330.7s;animation-delay:330.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3308){-webkit-animation-delay:330.8s;animation-delay:330.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3309){-webkit-animation-delay:330.9s;animation-delay:330.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3310){-webkit-animation-delay:331s;animation-delay:331s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3311){-webkit-animation-delay:331.1s;animation-delay:331.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3312){-webkit-animation-delay:331.2s;animation-delay:331.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3313){-webkit-animation-delay:331.3s;animation-delay:331.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3314){-webkit-animation-delay:331.4s;animation-delay:331.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3315){-webkit-animation-delay:331.5s;animation-delay:331.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3316){-webkit-animation-delay:331.6s;animation-delay:331.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3317){-webkit-animation-delay:331.7s;animation-delay:331.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3318){-webkit-animation-delay:331.8s;animation-delay:331.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3319){-webkit-animation-delay:331.9s;animation-delay:331.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3320){-webkit-animation-delay:332s;animation-delay:332s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3321){-webkit-animation-delay:332.1s;animation-delay:332.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3322){-webkit-animation-delay:332.2s;animation-delay:332.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3323){-webkit-animation-delay:332.3s;animation-delay:332.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3324){-webkit-animation-delay:332.4s;animation-delay:332.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3325){-webkit-animation-delay:332.5s;animation-delay:332.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3326){-webkit-animation-delay:332.6s;animation-delay:332.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3327){-webkit-animation-delay:332.7s;animation-delay:332.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3328){-webkit-animation-delay:332.8s;animation-delay:332.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3329){-webkit-animation-delay:332.9s;animation-delay:332.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3330){-webkit-animation-delay:333s;animation-delay:333s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3331){-webkit-animation-delay:333.1s;animation-delay:333.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3332){-webkit-animation-delay:333.2s;animation-delay:333.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3333){-webkit-animation-delay:333.3s;animation-delay:333.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3334){-webkit-animation-delay:333.4s;animation-delay:333.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3335){-webkit-animation-delay:333.5s;animation-delay:333.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3336){-webkit-animation-delay:333.6s;animation-delay:333.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3337){-webkit-animation-delay:333.7s;animation-delay:333.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3338){-webkit-animation-delay:333.8s;animation-delay:333.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3339){-webkit-animation-delay:333.9s;animation-delay:333.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3340){-webkit-animation-delay:334s;animation-delay:334s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3341){-webkit-animation-delay:334.1s;animation-delay:334.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3342){-webkit-animation-delay:334.2s;animation-delay:334.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3343){-webkit-animation-delay:334.3s;animation-delay:334.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3344){-webkit-animation-delay:334.4s;animation-delay:334.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3345){-webkit-animation-delay:334.5s;animation-delay:334.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3346){-webkit-animation-delay:334.6s;animation-delay:334.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3347){-webkit-animation-delay:334.7s;animation-delay:334.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3348){-webkit-animation-delay:334.8s;animation-delay:334.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3349){-webkit-animation-delay:334.9s;animation-delay:334.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3350){-webkit-animation-delay:335s;animation-delay:335s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3351){-webkit-animation-delay:335.1s;animation-delay:335.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3352){-webkit-animation-delay:335.2s;animation-delay:335.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3353){-webkit-animation-delay:335.3s;animation-delay:335.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3354){-webkit-animation-delay:335.4s;animation-delay:335.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3355){-webkit-animation-delay:335.5s;animation-delay:335.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3356){-webkit-animation-delay:335.6s;animation-delay:335.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3357){-webkit-animation-delay:335.7s;animation-delay:335.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3358){-webkit-animation-delay:335.8s;animation-delay:335.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3359){-webkit-animation-delay:335.9s;animation-delay:335.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3360){-webkit-animation-delay:336s;animation-delay:336s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3361){-webkit-animation-delay:336.1s;animation-delay:336.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3362){-webkit-animation-delay:336.2s;animation-delay:336.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3363){-webkit-animation-delay:336.3s;animation-delay:336.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3364){-webkit-animation-delay:336.4s;animation-delay:336.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3365){-webkit-animation-delay:336.5s;animation-delay:336.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3366){-webkit-animation-delay:336.6s;animation-delay:336.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3367){-webkit-animation-delay:336.7s;animation-delay:336.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3368){-webkit-animation-delay:336.8s;animation-delay:336.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3369){-webkit-animation-delay:336.9s;animation-delay:336.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3370){-webkit-animation-delay:337s;animation-delay:337s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3371){-webkit-animation-delay:337.1s;animation-delay:337.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3372){-webkit-animation-delay:337.2s;animation-delay:337.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3373){-webkit-animation-delay:337.3s;animation-delay:337.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3374){-webkit-animation-delay:337.4s;animation-delay:337.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3375){-webkit-animation-delay:337.5s;animation-delay:337.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3376){-webkit-animation-delay:337.6s;animation-delay:337.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3377){-webkit-animation-delay:337.7s;animation-delay:337.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3378){-webkit-animation-delay:337.8s;animation-delay:337.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3379){-webkit-animation-delay:337.9s;animation-delay:337.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3380){-webkit-animation-delay:338s;animation-delay:338s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3381){-webkit-animation-delay:338.1s;animation-delay:338.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3382){-webkit-animation-delay:338.2s;animation-delay:338.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3383){-webkit-animation-delay:338.3s;animation-delay:338.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3384){-webkit-animation-delay:338.4s;animation-delay:338.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3385){-webkit-animation-delay:338.5s;animation-delay:338.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3386){-webkit-animation-delay:338.6s;animation-delay:338.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3387){-webkit-animation-delay:338.7s;animation-delay:338.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3388){-webkit-animation-delay:338.8s;animation-delay:338.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3389){-webkit-animation-delay:338.9s;animation-delay:338.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3390){-webkit-animation-delay:339s;animation-delay:339s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3391){-webkit-animation-delay:339.1s;animation-delay:339.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3392){-webkit-animation-delay:339.2s;animation-delay:339.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3393){-webkit-animation-delay:339.3s;animation-delay:339.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3394){-webkit-animation-delay:339.4s;animation-delay:339.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3395){-webkit-animation-delay:339.5s;animation-delay:339.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3396){-webkit-animation-delay:339.6s;animation-delay:339.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3397){-webkit-animation-delay:339.7s;animation-delay:339.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3398){-webkit-animation-delay:339.8s;animation-delay:339.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3399){-webkit-animation-delay:339.9s;animation-delay:339.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3400){-webkit-animation-delay:340s;animation-delay:340s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3401){-webkit-animation-delay:340.1s;animation-delay:340.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3402){-webkit-animation-delay:340.2s;animation-delay:340.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3403){-webkit-animation-delay:340.3s;animation-delay:340.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3404){-webkit-animation-delay:340.4s;animation-delay:340.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3405){-webkit-animation-delay:340.5s;animation-delay:340.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3406){-webkit-animation-delay:340.6s;animation-delay:340.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3407){-webkit-animation-delay:340.7s;animation-delay:340.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3408){-webkit-animation-delay:340.8s;animation-delay:340.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3409){-webkit-animation-delay:340.9s;animation-delay:340.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3410){-webkit-animation-delay:341s;animation-delay:341s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3411){-webkit-animation-delay:341.1s;animation-delay:341.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3412){-webkit-animation-delay:341.2s;animation-delay:341.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3413){-webkit-animation-delay:341.3s;animation-delay:341.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3414){-webkit-animation-delay:341.4s;animation-delay:341.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3415){-webkit-animation-delay:341.5s;animation-delay:341.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3416){-webkit-animation-delay:341.6s;animation-delay:341.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3417){-webkit-animation-delay:341.7s;animation-delay:341.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3418){-webkit-animation-delay:341.8s;animation-delay:341.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3419){-webkit-animation-delay:341.9s;animation-delay:341.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3420){-webkit-animation-delay:342s;animation-delay:342s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3421){-webkit-animation-delay:342.1s;animation-delay:342.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3422){-webkit-animation-delay:342.2s;animation-delay:342.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3423){-webkit-animation-delay:342.3s;animation-delay:342.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3424){-webkit-animation-delay:342.4s;animation-delay:342.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3425){-webkit-animation-delay:342.5s;animation-delay:342.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3426){-webkit-animation-delay:342.6s;animation-delay:342.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3427){-webkit-animation-delay:342.7s;animation-delay:342.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3428){-webkit-animation-delay:342.8s;animation-delay:342.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3429){-webkit-animation-delay:342.9s;animation-delay:342.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3430){-webkit-animation-delay:343s;animation-delay:343s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3431){-webkit-animation-delay:343.1s;animation-delay:343.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3432){-webkit-animation-delay:343.2s;animation-delay:343.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3433){-webkit-animation-delay:343.3s;animation-delay:343.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3434){-webkit-animation-delay:343.4s;animation-delay:343.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3435){-webkit-animation-delay:343.5s;animation-delay:343.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3436){-webkit-animation-delay:343.6s;animation-delay:343.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3437){-webkit-animation-delay:343.7s;animation-delay:343.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3438){-webkit-animation-delay:343.8s;animation-delay:343.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3439){-webkit-animation-delay:343.9s;animation-delay:343.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3440){-webkit-animation-delay:344s;animation-delay:344s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3441){-webkit-animation-delay:344.1s;animation-delay:344.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3442){-webkit-animation-delay:344.2s;animation-delay:344.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3443){-webkit-animation-delay:344.3s;animation-delay:344.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3444){-webkit-animation-delay:344.4s;animation-delay:344.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3445){-webkit-animation-delay:344.5s;animation-delay:344.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3446){-webkit-animation-delay:344.6s;animation-delay:344.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3447){-webkit-animation-delay:344.7s;animation-delay:344.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3448){-webkit-animation-delay:344.8s;animation-delay:344.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3449){-webkit-animation-delay:344.9s;animation-delay:344.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3450){-webkit-animation-delay:345s;animation-delay:345s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3451){-webkit-animation-delay:345.1s;animation-delay:345.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3452){-webkit-animation-delay:345.2s;animation-delay:345.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3453){-webkit-animation-delay:345.3s;animation-delay:345.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3454){-webkit-animation-delay:345.4s;animation-delay:345.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3455){-webkit-animation-delay:345.5s;animation-delay:345.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3456){-webkit-animation-delay:345.6s;animation-delay:345.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3457){-webkit-animation-delay:345.7s;animation-delay:345.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3458){-webkit-animation-delay:345.8s;animation-delay:345.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3459){-webkit-animation-delay:345.9s;animation-delay:345.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3460){-webkit-animation-delay:346s;animation-delay:346s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3461){-webkit-animation-delay:346.1s;animation-delay:346.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3462){-webkit-animation-delay:346.2s;animation-delay:346.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3463){-webkit-animation-delay:346.3s;animation-delay:346.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3464){-webkit-animation-delay:346.4s;animation-delay:346.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3465){-webkit-animation-delay:346.5s;animation-delay:346.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3466){-webkit-animation-delay:346.6s;animation-delay:346.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3467){-webkit-animation-delay:346.7s;animation-delay:346.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3468){-webkit-animation-delay:346.8s;animation-delay:346.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3469){-webkit-animation-delay:346.9s;animation-delay:346.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3470){-webkit-animation-delay:347s;animation-delay:347s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3471){-webkit-animation-delay:347.1s;animation-delay:347.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3472){-webkit-animation-delay:347.2s;animation-delay:347.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3473){-webkit-animation-delay:347.3s;animation-delay:347.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3474){-webkit-animation-delay:347.4s;animation-delay:347.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3475){-webkit-animation-delay:347.5s;animation-delay:347.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3476){-webkit-animation-delay:347.6s;animation-delay:347.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3477){-webkit-animation-delay:347.7s;animation-delay:347.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3478){-webkit-animation-delay:347.8s;animation-delay:347.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3479){-webkit-animation-delay:347.9s;animation-delay:347.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3480){-webkit-animation-delay:348s;animation-delay:348s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3481){-webkit-animation-delay:348.1s;animation-delay:348.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3482){-webkit-animation-delay:348.2s;animation-delay:348.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3483){-webkit-animation-delay:348.3s;animation-delay:348.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3484){-webkit-animation-delay:348.4s;animation-delay:348.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3485){-webkit-animation-delay:348.5s;animation-delay:348.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3486){-webkit-animation-delay:348.6s;animation-delay:348.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3487){-webkit-animation-delay:348.7s;animation-delay:348.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3488){-webkit-animation-delay:348.8s;animation-delay:348.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3489){-webkit-animation-delay:348.9s;animation-delay:348.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3490){-webkit-animation-delay:349s;animation-delay:349s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3491){-webkit-animation-delay:349.1s;animation-delay:349.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3492){-webkit-animation-delay:349.2s;animation-delay:349.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3493){-webkit-animation-delay:349.3s;animation-delay:349.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3494){-webkit-animation-delay:349.4s;animation-delay:349.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3495){-webkit-animation-delay:349.5s;animation-delay:349.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3496){-webkit-animation-delay:349.6s;animation-delay:349.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3497){-webkit-animation-delay:349.7s;animation-delay:349.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3498){-webkit-animation-delay:349.8s;animation-delay:349.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3499){-webkit-animation-delay:349.9s;animation-delay:349.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3500){-webkit-animation-delay:350s;animation-delay:350s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3501){-webkit-animation-delay:350.1s;animation-delay:350.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3502){-webkit-animation-delay:350.2s;animation-delay:350.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3503){-webkit-animation-delay:350.3s;animation-delay:350.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3504){-webkit-animation-delay:350.4s;animation-delay:350.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3505){-webkit-animation-delay:350.5s;animation-delay:350.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3506){-webkit-animation-delay:350.6s;animation-delay:350.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3507){-webkit-animation-delay:350.7s;animation-delay:350.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3508){-webkit-animation-delay:350.8s;animation-delay:350.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3509){-webkit-animation-delay:350.9s;animation-delay:350.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3510){-webkit-animation-delay:351s;animation-delay:351s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3511){-webkit-animation-delay:351.1s;animation-delay:351.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3512){-webkit-animation-delay:351.2s;animation-delay:351.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3513){-webkit-animation-delay:351.3s;animation-delay:351.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3514){-webkit-animation-delay:351.4s;animation-delay:351.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3515){-webkit-animation-delay:351.5s;animation-delay:351.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3516){-webkit-animation-delay:351.6s;animation-delay:351.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3517){-webkit-animation-delay:351.7s;animation-delay:351.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3518){-webkit-animation-delay:351.8s;animation-delay:351.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3519){-webkit-animation-delay:351.9s;animation-delay:351.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3520){-webkit-animation-delay:352s;animation-delay:352s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3521){-webkit-animation-delay:352.1s;animation-delay:352.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3522){-webkit-animation-delay:352.2s;animation-delay:352.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3523){-webkit-animation-delay:352.3s;animation-delay:352.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3524){-webkit-animation-delay:352.4s;animation-delay:352.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3525){-webkit-animation-delay:352.5s;animation-delay:352.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3526){-webkit-animation-delay:352.6s;animation-delay:352.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3527){-webkit-animation-delay:352.7s;animation-delay:352.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3528){-webkit-animation-delay:352.8s;animation-delay:352.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3529){-webkit-animation-delay:352.9s;animation-delay:352.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3530){-webkit-animation-delay:353s;animation-delay:353s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3531){-webkit-animation-delay:353.1s;animation-delay:353.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3532){-webkit-animation-delay:353.2s;animation-delay:353.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3533){-webkit-animation-delay:353.3s;animation-delay:353.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3534){-webkit-animation-delay:353.4s;animation-delay:353.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3535){-webkit-animation-delay:353.5s;animation-delay:353.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3536){-webkit-animation-delay:353.6s;animation-delay:353.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3537){-webkit-animation-delay:353.7s;animation-delay:353.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3538){-webkit-animation-delay:353.8s;animation-delay:353.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3539){-webkit-animation-delay:353.9s;animation-delay:353.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3540){-webkit-animation-delay:354s;animation-delay:354s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3541){-webkit-animation-delay:354.1s;animation-delay:354.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3542){-webkit-animation-delay:354.2s;animation-delay:354.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3543){-webkit-animation-delay:354.3s;animation-delay:354.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3544){-webkit-animation-delay:354.4s;animation-delay:354.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3545){-webkit-animation-delay:354.5s;animation-delay:354.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3546){-webkit-animation-delay:354.6s;animation-delay:354.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3547){-webkit-animation-delay:354.7s;animation-delay:354.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3548){-webkit-animation-delay:354.8s;animation-delay:354.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3549){-webkit-animation-delay:354.9s;animation-delay:354.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3550){-webkit-animation-delay:355s;animation-delay:355s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3551){-webkit-animation-delay:355.1s;animation-delay:355.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3552){-webkit-animation-delay:355.2s;animation-delay:355.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3553){-webkit-animation-delay:355.3s;animation-delay:355.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3554){-webkit-animation-delay:355.4s;animation-delay:355.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3555){-webkit-animation-delay:355.5s;animation-delay:355.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3556){-webkit-animation-delay:355.6s;animation-delay:355.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3557){-webkit-animation-delay:355.7s;animation-delay:355.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3558){-webkit-animation-delay:355.8s;animation-delay:355.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3559){-webkit-animation-delay:355.9s;animation-delay:355.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3560){-webkit-animation-delay:356s;animation-delay:356s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3561){-webkit-animation-delay:356.1s;animation-delay:356.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3562){-webkit-animation-delay:356.2s;animation-delay:356.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3563){-webkit-animation-delay:356.3s;animation-delay:356.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3564){-webkit-animation-delay:356.4s;animation-delay:356.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3565){-webkit-animation-delay:356.5s;animation-delay:356.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3566){-webkit-animation-delay:356.6s;animation-delay:356.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3567){-webkit-animation-delay:356.7s;animation-delay:356.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3568){-webkit-animation-delay:356.8s;animation-delay:356.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3569){-webkit-animation-delay:356.9s;animation-delay:356.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3570){-webkit-animation-delay:357s;animation-delay:357s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3571){-webkit-animation-delay:357.1s;animation-delay:357.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3572){-webkit-animation-delay:357.2s;animation-delay:357.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3573){-webkit-animation-delay:357.3s;animation-delay:357.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3574){-webkit-animation-delay:357.4s;animation-delay:357.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3575){-webkit-animation-delay:357.5s;animation-delay:357.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3576){-webkit-animation-delay:357.6s;animation-delay:357.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3577){-webkit-animation-delay:357.7s;animation-delay:357.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3578){-webkit-animation-delay:357.8s;animation-delay:357.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3579){-webkit-animation-delay:357.9s;animation-delay:357.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3580){-webkit-animation-delay:358s;animation-delay:358s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3581){-webkit-animation-delay:358.1s;animation-delay:358.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3582){-webkit-animation-delay:358.2s;animation-delay:358.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3583){-webkit-animation-delay:358.3s;animation-delay:358.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3584){-webkit-animation-delay:358.4s;animation-delay:358.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3585){-webkit-animation-delay:358.5s;animation-delay:358.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3586){-webkit-animation-delay:358.6s;animation-delay:358.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3587){-webkit-animation-delay:358.7s;animation-delay:358.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3588){-webkit-animation-delay:358.8s;animation-delay:358.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3589){-webkit-animation-delay:358.9s;animation-delay:358.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3590){-webkit-animation-delay:359s;animation-delay:359s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3591){-webkit-animation-delay:359.1s;animation-delay:359.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3592){-webkit-animation-delay:359.2s;animation-delay:359.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3593){-webkit-animation-delay:359.3s;animation-delay:359.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3594){-webkit-animation-delay:359.4s;animation-delay:359.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3595){-webkit-animation-delay:359.5s;animation-delay:359.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3596){-webkit-animation-delay:359.6s;animation-delay:359.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3597){-webkit-animation-delay:359.7s;animation-delay:359.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3598){-webkit-animation-delay:359.8s;animation-delay:359.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3599){-webkit-animation-delay:359.9s;animation-delay:359.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3600){-webkit-animation-delay:360s;animation-delay:360s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3601){-webkit-animation-delay:360.1s;animation-delay:360.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3602){-webkit-animation-delay:360.2s;animation-delay:360.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3603){-webkit-animation-delay:360.3s;animation-delay:360.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3604){-webkit-animation-delay:360.4s;animation-delay:360.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3605){-webkit-animation-delay:360.5s;animation-delay:360.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3606){-webkit-animation-delay:360.6s;animation-delay:360.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3607){-webkit-animation-delay:360.7s;animation-delay:360.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3608){-webkit-animation-delay:360.8s;animation-delay:360.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3609){-webkit-animation-delay:360.9s;animation-delay:360.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3610){-webkit-animation-delay:361s;animation-delay:361s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3611){-webkit-animation-delay:361.1s;animation-delay:361.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3612){-webkit-animation-delay:361.2s;animation-delay:361.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3613){-webkit-animation-delay:361.3s;animation-delay:361.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3614){-webkit-animation-delay:361.4s;animation-delay:361.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3615){-webkit-animation-delay:361.5s;animation-delay:361.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3616){-webkit-animation-delay:361.6s;animation-delay:361.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3617){-webkit-animation-delay:361.7s;animation-delay:361.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3618){-webkit-animation-delay:361.8s;animation-delay:361.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3619){-webkit-animation-delay:361.9s;animation-delay:361.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3620){-webkit-animation-delay:362s;animation-delay:362s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3621){-webkit-animation-delay:362.1s;animation-delay:362.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3622){-webkit-animation-delay:362.2s;animation-delay:362.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3623){-webkit-animation-delay:362.3s;animation-delay:362.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3624){-webkit-animation-delay:362.4s;animation-delay:362.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3625){-webkit-animation-delay:362.5s;animation-delay:362.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3626){-webkit-animation-delay:362.6s;animation-delay:362.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3627){-webkit-animation-delay:362.7s;animation-delay:362.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3628){-webkit-animation-delay:362.8s;animation-delay:362.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3629){-webkit-animation-delay:362.9s;animation-delay:362.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3630){-webkit-animation-delay:363s;animation-delay:363s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3631){-webkit-animation-delay:363.1s;animation-delay:363.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3632){-webkit-animation-delay:363.2s;animation-delay:363.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3633){-webkit-animation-delay:363.3s;animation-delay:363.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3634){-webkit-animation-delay:363.4s;animation-delay:363.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3635){-webkit-animation-delay:363.5s;animation-delay:363.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3636){-webkit-animation-delay:363.6s;animation-delay:363.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3637){-webkit-animation-delay:363.7s;animation-delay:363.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3638){-webkit-animation-delay:363.8s;animation-delay:363.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3639){-webkit-animation-delay:363.9s;animation-delay:363.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3640){-webkit-animation-delay:364s;animation-delay:364s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3641){-webkit-animation-delay:364.1s;animation-delay:364.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3642){-webkit-animation-delay:364.2s;animation-delay:364.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3643){-webkit-animation-delay:364.3s;animation-delay:364.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3644){-webkit-animation-delay:364.4s;animation-delay:364.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3645){-webkit-animation-delay:364.5s;animation-delay:364.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3646){-webkit-animation-delay:364.6s;animation-delay:364.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3647){-webkit-animation-delay:364.7s;animation-delay:364.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3648){-webkit-animation-delay:364.8s;animation-delay:364.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3649){-webkit-animation-delay:364.9s;animation-delay:364.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3650){-webkit-animation-delay:365s;animation-delay:365s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3651){-webkit-animation-delay:365.1s;animation-delay:365.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3652){-webkit-animation-delay:365.2s;animation-delay:365.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3653){-webkit-animation-delay:365.3s;animation-delay:365.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3654){-webkit-animation-delay:365.4s;animation-delay:365.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3655){-webkit-animation-delay:365.5s;animation-delay:365.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3656){-webkit-animation-delay:365.6s;animation-delay:365.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3657){-webkit-animation-delay:365.7s;animation-delay:365.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3658){-webkit-animation-delay:365.8s;animation-delay:365.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3659){-webkit-animation-delay:365.9s;animation-delay:365.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3660){-webkit-animation-delay:366s;animation-delay:366s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3661){-webkit-animation-delay:366.1s;animation-delay:366.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3662){-webkit-animation-delay:366.2s;animation-delay:366.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3663){-webkit-animation-delay:366.3s;animation-delay:366.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3664){-webkit-animation-delay:366.4s;animation-delay:366.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3665){-webkit-animation-delay:366.5s;animation-delay:366.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3666){-webkit-animation-delay:366.6s;animation-delay:366.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3667){-webkit-animation-delay:366.7s;animation-delay:366.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3668){-webkit-animation-delay:366.8s;animation-delay:366.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3669){-webkit-animation-delay:366.9s;animation-delay:366.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3670){-webkit-animation-delay:367s;animation-delay:367s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3671){-webkit-animation-delay:367.1s;animation-delay:367.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3672){-webkit-animation-delay:367.2s;animation-delay:367.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3673){-webkit-animation-delay:367.3s;animation-delay:367.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3674){-webkit-animation-delay:367.4s;animation-delay:367.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3675){-webkit-animation-delay:367.5s;animation-delay:367.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3676){-webkit-animation-delay:367.6s;animation-delay:367.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3677){-webkit-animation-delay:367.7s;animation-delay:367.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3678){-webkit-animation-delay:367.8s;animation-delay:367.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3679){-webkit-animation-delay:367.9s;animation-delay:367.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3680){-webkit-animation-delay:368s;animation-delay:368s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3681){-webkit-animation-delay:368.1s;animation-delay:368.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3682){-webkit-animation-delay:368.2s;animation-delay:368.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3683){-webkit-animation-delay:368.3s;animation-delay:368.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3684){-webkit-animation-delay:368.4s;animation-delay:368.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3685){-webkit-animation-delay:368.5s;animation-delay:368.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3686){-webkit-animation-delay:368.6s;animation-delay:368.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3687){-webkit-animation-delay:368.7s;animation-delay:368.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3688){-webkit-animation-delay:368.8s;animation-delay:368.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3689){-webkit-animation-delay:368.9s;animation-delay:368.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3690){-webkit-animation-delay:369s;animation-delay:369s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3691){-webkit-animation-delay:369.1s;animation-delay:369.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3692){-webkit-animation-delay:369.2s;animation-delay:369.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3693){-webkit-animation-delay:369.3s;animation-delay:369.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3694){-webkit-animation-delay:369.4s;animation-delay:369.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3695){-webkit-animation-delay:369.5s;animation-delay:369.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3696){-webkit-animation-delay:369.6s;animation-delay:369.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3697){-webkit-animation-delay:369.7s;animation-delay:369.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3698){-webkit-animation-delay:369.8s;animation-delay:369.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3699){-webkit-animation-delay:369.9s;animation-delay:369.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3700){-webkit-animation-delay:370s;animation-delay:370s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3701){-webkit-animation-delay:370.1s;animation-delay:370.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3702){-webkit-animation-delay:370.2s;animation-delay:370.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3703){-webkit-animation-delay:370.3s;animation-delay:370.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3704){-webkit-animation-delay:370.4s;animation-delay:370.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3705){-webkit-animation-delay:370.5s;animation-delay:370.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3706){-webkit-animation-delay:370.6s;animation-delay:370.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3707){-webkit-animation-delay:370.7s;animation-delay:370.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3708){-webkit-animation-delay:370.8s;animation-delay:370.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3709){-webkit-animation-delay:370.9s;animation-delay:370.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3710){-webkit-animation-delay:371s;animation-delay:371s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3711){-webkit-animation-delay:371.1s;animation-delay:371.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3712){-webkit-animation-delay:371.2s;animation-delay:371.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3713){-webkit-animation-delay:371.3s;animation-delay:371.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3714){-webkit-animation-delay:371.4s;animation-delay:371.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3715){-webkit-animation-delay:371.5s;animation-delay:371.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3716){-webkit-animation-delay:371.6s;animation-delay:371.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3717){-webkit-animation-delay:371.7s;animation-delay:371.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3718){-webkit-animation-delay:371.8s;animation-delay:371.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3719){-webkit-animation-delay:371.9s;animation-delay:371.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3720){-webkit-animation-delay:372s;animation-delay:372s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3721){-webkit-animation-delay:372.1s;animation-delay:372.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3722){-webkit-animation-delay:372.2s;animation-delay:372.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3723){-webkit-animation-delay:372.3s;animation-delay:372.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3724){-webkit-animation-delay:372.4s;animation-delay:372.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3725){-webkit-animation-delay:372.5s;animation-delay:372.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3726){-webkit-animation-delay:372.6s;animation-delay:372.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3727){-webkit-animation-delay:372.7s;animation-delay:372.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3728){-webkit-animation-delay:372.8s;animation-delay:372.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3729){-webkit-animation-delay:372.9s;animation-delay:372.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3730){-webkit-animation-delay:373s;animation-delay:373s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3731){-webkit-animation-delay:373.1s;animation-delay:373.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3732){-webkit-animation-delay:373.2s;animation-delay:373.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3733){-webkit-animation-delay:373.3s;animation-delay:373.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3734){-webkit-animation-delay:373.4s;animation-delay:373.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3735){-webkit-animation-delay:373.5s;animation-delay:373.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3736){-webkit-animation-delay:373.6s;animation-delay:373.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3737){-webkit-animation-delay:373.7s;animation-delay:373.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3738){-webkit-animation-delay:373.8s;animation-delay:373.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3739){-webkit-animation-delay:373.9s;animation-delay:373.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3740){-webkit-animation-delay:374s;animation-delay:374s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3741){-webkit-animation-delay:374.1s;animation-delay:374.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3742){-webkit-animation-delay:374.2s;animation-delay:374.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3743){-webkit-animation-delay:374.3s;animation-delay:374.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3744){-webkit-animation-delay:374.4s;animation-delay:374.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3745){-webkit-animation-delay:374.5s;animation-delay:374.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3746){-webkit-animation-delay:374.6s;animation-delay:374.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3747){-webkit-animation-delay:374.7s;animation-delay:374.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3748){-webkit-animation-delay:374.8s;animation-delay:374.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3749){-webkit-animation-delay:374.9s;animation-delay:374.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3750){-webkit-animation-delay:375s;animation-delay:375s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3751){-webkit-animation-delay:375.1s;animation-delay:375.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3752){-webkit-animation-delay:375.2s;animation-delay:375.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3753){-webkit-animation-delay:375.3s;animation-delay:375.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3754){-webkit-animation-delay:375.4s;animation-delay:375.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3755){-webkit-animation-delay:375.5s;animation-delay:375.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3756){-webkit-animation-delay:375.6s;animation-delay:375.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3757){-webkit-animation-delay:375.7s;animation-delay:375.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3758){-webkit-animation-delay:375.8s;animation-delay:375.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3759){-webkit-animation-delay:375.9s;animation-delay:375.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3760){-webkit-animation-delay:376s;animation-delay:376s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3761){-webkit-animation-delay:376.1s;animation-delay:376.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3762){-webkit-animation-delay:376.2s;animation-delay:376.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3763){-webkit-animation-delay:376.3s;animation-delay:376.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3764){-webkit-animation-delay:376.4s;animation-delay:376.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3765){-webkit-animation-delay:376.5s;animation-delay:376.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3766){-webkit-animation-delay:376.6s;animation-delay:376.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3767){-webkit-animation-delay:376.7s;animation-delay:376.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3768){-webkit-animation-delay:376.8s;animation-delay:376.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3769){-webkit-animation-delay:376.9s;animation-delay:376.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3770){-webkit-animation-delay:377s;animation-delay:377s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3771){-webkit-animation-delay:377.1s;animation-delay:377.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3772){-webkit-animation-delay:377.2s;animation-delay:377.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3773){-webkit-animation-delay:377.3s;animation-delay:377.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3774){-webkit-animation-delay:377.4s;animation-delay:377.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3775){-webkit-animation-delay:377.5s;animation-delay:377.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3776){-webkit-animation-delay:377.6s;animation-delay:377.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3777){-webkit-animation-delay:377.7s;animation-delay:377.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3778){-webkit-animation-delay:377.8s;animation-delay:377.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3779){-webkit-animation-delay:377.9s;animation-delay:377.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3780){-webkit-animation-delay:378s;animation-delay:378s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3781){-webkit-animation-delay:378.1s;animation-delay:378.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3782){-webkit-animation-delay:378.2s;animation-delay:378.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3783){-webkit-animation-delay:378.3s;animation-delay:378.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3784){-webkit-animation-delay:378.4s;animation-delay:378.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3785){-webkit-animation-delay:378.5s;animation-delay:378.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3786){-webkit-animation-delay:378.6s;animation-delay:378.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3787){-webkit-animation-delay:378.7s;animation-delay:378.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3788){-webkit-animation-delay:378.8s;animation-delay:378.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3789){-webkit-animation-delay:378.9s;animation-delay:378.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3790){-webkit-animation-delay:379s;animation-delay:379s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3791){-webkit-animation-delay:379.1s;animation-delay:379.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3792){-webkit-animation-delay:379.2s;animation-delay:379.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3793){-webkit-animation-delay:379.3s;animation-delay:379.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3794){-webkit-animation-delay:379.4s;animation-delay:379.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3795){-webkit-animation-delay:379.5s;animation-delay:379.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3796){-webkit-animation-delay:379.6s;animation-delay:379.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3797){-webkit-animation-delay:379.7s;animation-delay:379.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3798){-webkit-animation-delay:379.8s;animation-delay:379.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3799){-webkit-animation-delay:379.9s;animation-delay:379.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3800){-webkit-animation-delay:380s;animation-delay:380s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3801){-webkit-animation-delay:380.1s;animation-delay:380.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3802){-webkit-animation-delay:380.2s;animation-delay:380.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3803){-webkit-animation-delay:380.3s;animation-delay:380.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3804){-webkit-animation-delay:380.4s;animation-delay:380.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3805){-webkit-animation-delay:380.5s;animation-delay:380.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3806){-webkit-animation-delay:380.6s;animation-delay:380.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3807){-webkit-animation-delay:380.7s;animation-delay:380.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3808){-webkit-animation-delay:380.8s;animation-delay:380.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3809){-webkit-animation-delay:380.9s;animation-delay:380.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3810){-webkit-animation-delay:381s;animation-delay:381s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3811){-webkit-animation-delay:381.1s;animation-delay:381.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3812){-webkit-animation-delay:381.2s;animation-delay:381.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3813){-webkit-animation-delay:381.3s;animation-delay:381.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3814){-webkit-animation-delay:381.4s;animation-delay:381.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3815){-webkit-animation-delay:381.5s;animation-delay:381.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3816){-webkit-animation-delay:381.6s;animation-delay:381.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3817){-webkit-animation-delay:381.7s;animation-delay:381.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3818){-webkit-animation-delay:381.8s;animation-delay:381.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3819){-webkit-animation-delay:381.9s;animation-delay:381.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3820){-webkit-animation-delay:382s;animation-delay:382s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3821){-webkit-animation-delay:382.1s;animation-delay:382.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3822){-webkit-animation-delay:382.2s;animation-delay:382.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3823){-webkit-animation-delay:382.3s;animation-delay:382.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3824){-webkit-animation-delay:382.4s;animation-delay:382.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3825){-webkit-animation-delay:382.5s;animation-delay:382.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3826){-webkit-animation-delay:382.6s;animation-delay:382.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3827){-webkit-animation-delay:382.7s;animation-delay:382.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3828){-webkit-animation-delay:382.8s;animation-delay:382.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3829){-webkit-animation-delay:382.9s;animation-delay:382.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3830){-webkit-animation-delay:383s;animation-delay:383s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3831){-webkit-animation-delay:383.1s;animation-delay:383.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3832){-webkit-animation-delay:383.2s;animation-delay:383.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3833){-webkit-animation-delay:383.3s;animation-delay:383.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3834){-webkit-animation-delay:383.4s;animation-delay:383.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3835){-webkit-animation-delay:383.5s;animation-delay:383.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3836){-webkit-animation-delay:383.6s;animation-delay:383.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3837){-webkit-animation-delay:383.7s;animation-delay:383.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3838){-webkit-animation-delay:383.8s;animation-delay:383.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3839){-webkit-animation-delay:383.9s;animation-delay:383.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3840){-webkit-animation-delay:384s;animation-delay:384s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3841){-webkit-animation-delay:384.1s;animation-delay:384.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3842){-webkit-animation-delay:384.2s;animation-delay:384.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3843){-webkit-animation-delay:384.3s;animation-delay:384.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3844){-webkit-animation-delay:384.4s;animation-delay:384.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3845){-webkit-animation-delay:384.5s;animation-delay:384.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3846){-webkit-animation-delay:384.6s;animation-delay:384.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3847){-webkit-animation-delay:384.7s;animation-delay:384.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3848){-webkit-animation-delay:384.8s;animation-delay:384.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3849){-webkit-animation-delay:384.9s;animation-delay:384.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3850){-webkit-animation-delay:385s;animation-delay:385s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3851){-webkit-animation-delay:385.1s;animation-delay:385.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3852){-webkit-animation-delay:385.2s;animation-delay:385.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3853){-webkit-animation-delay:385.3s;animation-delay:385.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3854){-webkit-animation-delay:385.4s;animation-delay:385.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3855){-webkit-animation-delay:385.5s;animation-delay:385.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3856){-webkit-animation-delay:385.6s;animation-delay:385.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3857){-webkit-animation-delay:385.7s;animation-delay:385.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3858){-webkit-animation-delay:385.8s;animation-delay:385.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3859){-webkit-animation-delay:385.9s;animation-delay:385.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3860){-webkit-animation-delay:386s;animation-delay:386s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3861){-webkit-animation-delay:386.1s;animation-delay:386.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3862){-webkit-animation-delay:386.2s;animation-delay:386.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3863){-webkit-animation-delay:386.3s;animation-delay:386.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3864){-webkit-animation-delay:386.4s;animation-delay:386.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3865){-webkit-animation-delay:386.5s;animation-delay:386.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3866){-webkit-animation-delay:386.6s;animation-delay:386.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3867){-webkit-animation-delay:386.7s;animation-delay:386.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3868){-webkit-animation-delay:386.8s;animation-delay:386.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3869){-webkit-animation-delay:386.9s;animation-delay:386.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3870){-webkit-animation-delay:387s;animation-delay:387s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3871){-webkit-animation-delay:387.1s;animation-delay:387.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3872){-webkit-animation-delay:387.2s;animation-delay:387.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3873){-webkit-animation-delay:387.3s;animation-delay:387.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3874){-webkit-animation-delay:387.4s;animation-delay:387.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3875){-webkit-animation-delay:387.5s;animation-delay:387.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3876){-webkit-animation-delay:387.6s;animation-delay:387.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3877){-webkit-animation-delay:387.7s;animation-delay:387.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3878){-webkit-animation-delay:387.8s;animation-delay:387.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3879){-webkit-animation-delay:387.9s;animation-delay:387.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3880){-webkit-animation-delay:388s;animation-delay:388s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3881){-webkit-animation-delay:388.1s;animation-delay:388.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3882){-webkit-animation-delay:388.2s;animation-delay:388.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3883){-webkit-animation-delay:388.3s;animation-delay:388.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3884){-webkit-animation-delay:388.4s;animation-delay:388.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3885){-webkit-animation-delay:388.5s;animation-delay:388.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3886){-webkit-animation-delay:388.6s;animation-delay:388.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3887){-webkit-animation-delay:388.7s;animation-delay:388.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3888){-webkit-animation-delay:388.8s;animation-delay:388.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3889){-webkit-animation-delay:388.9s;animation-delay:388.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3890){-webkit-animation-delay:389s;animation-delay:389s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3891){-webkit-animation-delay:389.1s;animation-delay:389.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3892){-webkit-animation-delay:389.2s;animation-delay:389.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3893){-webkit-animation-delay:389.3s;animation-delay:389.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3894){-webkit-animation-delay:389.4s;animation-delay:389.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3895){-webkit-animation-delay:389.5s;animation-delay:389.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3896){-webkit-animation-delay:389.6s;animation-delay:389.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3897){-webkit-animation-delay:389.7s;animation-delay:389.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3898){-webkit-animation-delay:389.8s;animation-delay:389.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3899){-webkit-animation-delay:389.9s;animation-delay:389.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3900){-webkit-animation-delay:390s;animation-delay:390s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3901){-webkit-animation-delay:390.1s;animation-delay:390.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3902){-webkit-animation-delay:390.2s;animation-delay:390.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3903){-webkit-animation-delay:390.3s;animation-delay:390.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3904){-webkit-animation-delay:390.4s;animation-delay:390.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3905){-webkit-animation-delay:390.5s;animation-delay:390.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3906){-webkit-animation-delay:390.6s;animation-delay:390.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3907){-webkit-animation-delay:390.7s;animation-delay:390.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3908){-webkit-animation-delay:390.8s;animation-delay:390.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3909){-webkit-animation-delay:390.9s;animation-delay:390.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3910){-webkit-animation-delay:391s;animation-delay:391s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3911){-webkit-animation-delay:391.1s;animation-delay:391.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3912){-webkit-animation-delay:391.2s;animation-delay:391.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3913){-webkit-animation-delay:391.3s;animation-delay:391.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3914){-webkit-animation-delay:391.4s;animation-delay:391.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3915){-webkit-animation-delay:391.5s;animation-delay:391.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3916){-webkit-animation-delay:391.6s;animation-delay:391.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3917){-webkit-animation-delay:391.7s;animation-delay:391.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3918){-webkit-animation-delay:391.8s;animation-delay:391.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3919){-webkit-animation-delay:391.9s;animation-delay:391.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3920){-webkit-animation-delay:392s;animation-delay:392s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3921){-webkit-animation-delay:392.1s;animation-delay:392.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3922){-webkit-animation-delay:392.2s;animation-delay:392.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3923){-webkit-animation-delay:392.3s;animation-delay:392.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3924){-webkit-animation-delay:392.4s;animation-delay:392.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3925){-webkit-animation-delay:392.5s;animation-delay:392.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3926){-webkit-animation-delay:392.6s;animation-delay:392.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3927){-webkit-animation-delay:392.7s;animation-delay:392.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3928){-webkit-animation-delay:392.8s;animation-delay:392.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3929){-webkit-animation-delay:392.9s;animation-delay:392.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3930){-webkit-animation-delay:393s;animation-delay:393s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3931){-webkit-animation-delay:393.1s;animation-delay:393.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3932){-webkit-animation-delay:393.2s;animation-delay:393.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3933){-webkit-animation-delay:393.3s;animation-delay:393.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3934){-webkit-animation-delay:393.4s;animation-delay:393.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3935){-webkit-animation-delay:393.5s;animation-delay:393.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3936){-webkit-animation-delay:393.6s;animation-delay:393.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3937){-webkit-animation-delay:393.7s;animation-delay:393.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3938){-webkit-animation-delay:393.8s;animation-delay:393.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3939){-webkit-animation-delay:393.9s;animation-delay:393.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3940){-webkit-animation-delay:394s;animation-delay:394s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3941){-webkit-animation-delay:394.1s;animation-delay:394.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3942){-webkit-animation-delay:394.2s;animation-delay:394.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3943){-webkit-animation-delay:394.3s;animation-delay:394.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3944){-webkit-animation-delay:394.4s;animation-delay:394.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3945){-webkit-animation-delay:394.5s;animation-delay:394.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3946){-webkit-animation-delay:394.6s;animation-delay:394.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3947){-webkit-animation-delay:394.7s;animation-delay:394.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3948){-webkit-animation-delay:394.8s;animation-delay:394.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3949){-webkit-animation-delay:394.9s;animation-delay:394.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3950){-webkit-animation-delay:395s;animation-delay:395s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3951){-webkit-animation-delay:395.1s;animation-delay:395.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3952){-webkit-animation-delay:395.2s;animation-delay:395.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3953){-webkit-animation-delay:395.3s;animation-delay:395.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3954){-webkit-animation-delay:395.4s;animation-delay:395.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3955){-webkit-animation-delay:395.5s;animation-delay:395.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3956){-webkit-animation-delay:395.6s;animation-delay:395.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3957){-webkit-animation-delay:395.7s;animation-delay:395.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3958){-webkit-animation-delay:395.8s;animation-delay:395.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3959){-webkit-animation-delay:395.9s;animation-delay:395.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3960){-webkit-animation-delay:396s;animation-delay:396s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3961){-webkit-animation-delay:396.1s;animation-delay:396.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3962){-webkit-animation-delay:396.2s;animation-delay:396.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3963){-webkit-animation-delay:396.3s;animation-delay:396.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3964){-webkit-animation-delay:396.4s;animation-delay:396.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3965){-webkit-animation-delay:396.5s;animation-delay:396.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3966){-webkit-animation-delay:396.6s;animation-delay:396.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3967){-webkit-animation-delay:396.7s;animation-delay:396.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3968){-webkit-animation-delay:396.8s;animation-delay:396.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3969){-webkit-animation-delay:396.9s;animation-delay:396.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3970){-webkit-animation-delay:397s;animation-delay:397s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3971){-webkit-animation-delay:397.1s;animation-delay:397.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3972){-webkit-animation-delay:397.2s;animation-delay:397.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3973){-webkit-animation-delay:397.3s;animation-delay:397.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3974){-webkit-animation-delay:397.4s;animation-delay:397.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3975){-webkit-animation-delay:397.5s;animation-delay:397.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3976){-webkit-animation-delay:397.6s;animation-delay:397.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3977){-webkit-animation-delay:397.7s;animation-delay:397.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3978){-webkit-animation-delay:397.8s;animation-delay:397.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3979){-webkit-animation-delay:397.9s;animation-delay:397.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3980){-webkit-animation-delay:398s;animation-delay:398s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3981){-webkit-animation-delay:398.1s;animation-delay:398.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3982){-webkit-animation-delay:398.2s;animation-delay:398.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3983){-webkit-animation-delay:398.3s;animation-delay:398.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3984){-webkit-animation-delay:398.4s;animation-delay:398.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3985){-webkit-animation-delay:398.5s;animation-delay:398.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3986){-webkit-animation-delay:398.6s;animation-delay:398.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3987){-webkit-animation-delay:398.7s;animation-delay:398.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3988){-webkit-animation-delay:398.8s;animation-delay:398.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3989){-webkit-animation-delay:398.9s;animation-delay:398.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3990){-webkit-animation-delay:399s;animation-delay:399s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3991){-webkit-animation-delay:399.1s;animation-delay:399.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3992){-webkit-animation-delay:399.2s;animation-delay:399.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3993){-webkit-animation-delay:399.3s;animation-delay:399.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3994){-webkit-animation-delay:399.4s;animation-delay:399.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3995){-webkit-animation-delay:399.5s;animation-delay:399.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3996){-webkit-animation-delay:399.6s;animation-delay:399.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3997){-webkit-animation-delay:399.7s;animation-delay:399.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3998){-webkit-animation-delay:399.8s;animation-delay:399.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(3999){-webkit-animation-delay:399.9s;animation-delay:399.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4000){-webkit-animation-delay:400s;animation-delay:400s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4001){-webkit-animation-delay:400.1s;animation-delay:400.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4002){-webkit-animation-delay:400.2s;animation-delay:400.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4003){-webkit-animation-delay:400.3s;animation-delay:400.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4004){-webkit-animation-delay:400.4s;animation-delay:400.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4005){-webkit-animation-delay:400.5s;animation-delay:400.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4006){-webkit-animation-delay:400.6s;animation-delay:400.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4007){-webkit-animation-delay:400.7s;animation-delay:400.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4008){-webkit-animation-delay:400.8s;animation-delay:400.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4009){-webkit-animation-delay:400.9s;animation-delay:400.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4010){-webkit-animation-delay:401s;animation-delay:401s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4011){-webkit-animation-delay:401.1s;animation-delay:401.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4012){-webkit-animation-delay:401.2s;animation-delay:401.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4013){-webkit-animation-delay:401.3s;animation-delay:401.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4014){-webkit-animation-delay:401.4s;animation-delay:401.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4015){-webkit-animation-delay:401.5s;animation-delay:401.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4016){-webkit-animation-delay:401.6s;animation-delay:401.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4017){-webkit-animation-delay:401.7s;animation-delay:401.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4018){-webkit-animation-delay:401.8s;animation-delay:401.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4019){-webkit-animation-delay:401.9s;animation-delay:401.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4020){-webkit-animation-delay:402s;animation-delay:402s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4021){-webkit-animation-delay:402.1s;animation-delay:402.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4022){-webkit-animation-delay:402.2s;animation-delay:402.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4023){-webkit-animation-delay:402.3s;animation-delay:402.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4024){-webkit-animation-delay:402.4s;animation-delay:402.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4025){-webkit-animation-delay:402.5s;animation-delay:402.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4026){-webkit-animation-delay:402.6s;animation-delay:402.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4027){-webkit-animation-delay:402.7s;animation-delay:402.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4028){-webkit-animation-delay:402.8s;animation-delay:402.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4029){-webkit-animation-delay:402.9s;animation-delay:402.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4030){-webkit-animation-delay:403s;animation-delay:403s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4031){-webkit-animation-delay:403.1s;animation-delay:403.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4032){-webkit-animation-delay:403.2s;animation-delay:403.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4033){-webkit-animation-delay:403.3s;animation-delay:403.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4034){-webkit-animation-delay:403.4s;animation-delay:403.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4035){-webkit-animation-delay:403.5s;animation-delay:403.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4036){-webkit-animation-delay:403.6s;animation-delay:403.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4037){-webkit-animation-delay:403.7s;animation-delay:403.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4038){-webkit-animation-delay:403.8s;animation-delay:403.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4039){-webkit-animation-delay:403.9s;animation-delay:403.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4040){-webkit-animation-delay:404s;animation-delay:404s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4041){-webkit-animation-delay:404.1s;animation-delay:404.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4042){-webkit-animation-delay:404.2s;animation-delay:404.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4043){-webkit-animation-delay:404.3s;animation-delay:404.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4044){-webkit-animation-delay:404.4s;animation-delay:404.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4045){-webkit-animation-delay:404.5s;animation-delay:404.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4046){-webkit-animation-delay:404.6s;animation-delay:404.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4047){-webkit-animation-delay:404.7s;animation-delay:404.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4048){-webkit-animation-delay:404.8s;animation-delay:404.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4049){-webkit-animation-delay:404.9s;animation-delay:404.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4050){-webkit-animation-delay:405s;animation-delay:405s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4051){-webkit-animation-delay:405.1s;animation-delay:405.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4052){-webkit-animation-delay:405.2s;animation-delay:405.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4053){-webkit-animation-delay:405.3s;animation-delay:405.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4054){-webkit-animation-delay:405.4s;animation-delay:405.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4055){-webkit-animation-delay:405.5s;animation-delay:405.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4056){-webkit-animation-delay:405.6s;animation-delay:405.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4057){-webkit-animation-delay:405.7s;animation-delay:405.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4058){-webkit-animation-delay:405.8s;animation-delay:405.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4059){-webkit-animation-delay:405.9s;animation-delay:405.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4060){-webkit-animation-delay:406s;animation-delay:406s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4061){-webkit-animation-delay:406.1s;animation-delay:406.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4062){-webkit-animation-delay:406.2s;animation-delay:406.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4063){-webkit-animation-delay:406.3s;animation-delay:406.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4064){-webkit-animation-delay:406.4s;animation-delay:406.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4065){-webkit-animation-delay:406.5s;animation-delay:406.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4066){-webkit-animation-delay:406.6s;animation-delay:406.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4067){-webkit-animation-delay:406.7s;animation-delay:406.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4068){-webkit-animation-delay:406.8s;animation-delay:406.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4069){-webkit-animation-delay:406.9s;animation-delay:406.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4070){-webkit-animation-delay:407s;animation-delay:407s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4071){-webkit-animation-delay:407.1s;animation-delay:407.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4072){-webkit-animation-delay:407.2s;animation-delay:407.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4073){-webkit-animation-delay:407.3s;animation-delay:407.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4074){-webkit-animation-delay:407.4s;animation-delay:407.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4075){-webkit-animation-delay:407.5s;animation-delay:407.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4076){-webkit-animation-delay:407.6s;animation-delay:407.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4077){-webkit-animation-delay:407.7s;animation-delay:407.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4078){-webkit-animation-delay:407.8s;animation-delay:407.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4079){-webkit-animation-delay:407.9s;animation-delay:407.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4080){-webkit-animation-delay:408s;animation-delay:408s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4081){-webkit-animation-delay:408.1s;animation-delay:408.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4082){-webkit-animation-delay:408.2s;animation-delay:408.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4083){-webkit-animation-delay:408.3s;animation-delay:408.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4084){-webkit-animation-delay:408.4s;animation-delay:408.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4085){-webkit-animation-delay:408.5s;animation-delay:408.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4086){-webkit-animation-delay:408.6s;animation-delay:408.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4087){-webkit-animation-delay:408.7s;animation-delay:408.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4088){-webkit-animation-delay:408.8s;animation-delay:408.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4089){-webkit-animation-delay:408.9s;animation-delay:408.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4090){-webkit-animation-delay:409s;animation-delay:409s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4091){-webkit-animation-delay:409.1s;animation-delay:409.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4092){-webkit-animation-delay:409.2s;animation-delay:409.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4093){-webkit-animation-delay:409.3s;animation-delay:409.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4094){-webkit-animation-delay:409.4s;animation-delay:409.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4095){-webkit-animation-delay:409.5s;animation-delay:409.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4096){-webkit-animation-delay:409.6s;animation-delay:409.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4097){-webkit-animation-delay:409.7s;animation-delay:409.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4098){-webkit-animation-delay:409.8s;animation-delay:409.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4099){-webkit-animation-delay:409.9s;animation-delay:409.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4100){-webkit-animation-delay:410s;animation-delay:410s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4101){-webkit-animation-delay:410.1s;animation-delay:410.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4102){-webkit-animation-delay:410.2s;animation-delay:410.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4103){-webkit-animation-delay:410.3s;animation-delay:410.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4104){-webkit-animation-delay:410.4s;animation-delay:410.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4105){-webkit-animation-delay:410.5s;animation-delay:410.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4106){-webkit-animation-delay:410.6s;animation-delay:410.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4107){-webkit-animation-delay:410.7s;animation-delay:410.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4108){-webkit-animation-delay:410.8s;animation-delay:410.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4109){-webkit-animation-delay:410.9s;animation-delay:410.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4110){-webkit-animation-delay:411s;animation-delay:411s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4111){-webkit-animation-delay:411.1s;animation-delay:411.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4112){-webkit-animation-delay:411.2s;animation-delay:411.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4113){-webkit-animation-delay:411.3s;animation-delay:411.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4114){-webkit-animation-delay:411.4s;animation-delay:411.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4115){-webkit-animation-delay:411.5s;animation-delay:411.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4116){-webkit-animation-delay:411.6s;animation-delay:411.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4117){-webkit-animation-delay:411.7s;animation-delay:411.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4118){-webkit-animation-delay:411.8s;animation-delay:411.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4119){-webkit-animation-delay:411.9s;animation-delay:411.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4120){-webkit-animation-delay:412s;animation-delay:412s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4121){-webkit-animation-delay:412.1s;animation-delay:412.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4122){-webkit-animation-delay:412.2s;animation-delay:412.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4123){-webkit-animation-delay:412.3s;animation-delay:412.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4124){-webkit-animation-delay:412.4s;animation-delay:412.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4125){-webkit-animation-delay:412.5s;animation-delay:412.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4126){-webkit-animation-delay:412.6s;animation-delay:412.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4127){-webkit-animation-delay:412.7s;animation-delay:412.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4128){-webkit-animation-delay:412.8s;animation-delay:412.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4129){-webkit-animation-delay:412.9s;animation-delay:412.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4130){-webkit-animation-delay:413s;animation-delay:413s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4131){-webkit-animation-delay:413.1s;animation-delay:413.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4132){-webkit-animation-delay:413.2s;animation-delay:413.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4133){-webkit-animation-delay:413.3s;animation-delay:413.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4134){-webkit-animation-delay:413.4s;animation-delay:413.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4135){-webkit-animation-delay:413.5s;animation-delay:413.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4136){-webkit-animation-delay:413.6s;animation-delay:413.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4137){-webkit-animation-delay:413.7s;animation-delay:413.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4138){-webkit-animation-delay:413.8s;animation-delay:413.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4139){-webkit-animation-delay:413.9s;animation-delay:413.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4140){-webkit-animation-delay:414s;animation-delay:414s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4141){-webkit-animation-delay:414.1s;animation-delay:414.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4142){-webkit-animation-delay:414.2s;animation-delay:414.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4143){-webkit-animation-delay:414.3s;animation-delay:414.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4144){-webkit-animation-delay:414.4s;animation-delay:414.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4145){-webkit-animation-delay:414.5s;animation-delay:414.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4146){-webkit-animation-delay:414.6s;animation-delay:414.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4147){-webkit-animation-delay:414.7s;animation-delay:414.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4148){-webkit-animation-delay:414.8s;animation-delay:414.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4149){-webkit-animation-delay:414.9s;animation-delay:414.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4150){-webkit-animation-delay:415s;animation-delay:415s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4151){-webkit-animation-delay:415.1s;animation-delay:415.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4152){-webkit-animation-delay:415.2s;animation-delay:415.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4153){-webkit-animation-delay:415.3s;animation-delay:415.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4154){-webkit-animation-delay:415.4s;animation-delay:415.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4155){-webkit-animation-delay:415.5s;animation-delay:415.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4156){-webkit-animation-delay:415.6s;animation-delay:415.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4157){-webkit-animation-delay:415.7s;animation-delay:415.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4158){-webkit-animation-delay:415.8s;animation-delay:415.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4159){-webkit-animation-delay:415.9s;animation-delay:415.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4160){-webkit-animation-delay:416s;animation-delay:416s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4161){-webkit-animation-delay:416.1s;animation-delay:416.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4162){-webkit-animation-delay:416.2s;animation-delay:416.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4163){-webkit-animation-delay:416.3s;animation-delay:416.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4164){-webkit-animation-delay:416.4s;animation-delay:416.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4165){-webkit-animation-delay:416.5s;animation-delay:416.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4166){-webkit-animation-delay:416.6s;animation-delay:416.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4167){-webkit-animation-delay:416.7s;animation-delay:416.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4168){-webkit-animation-delay:416.8s;animation-delay:416.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4169){-webkit-animation-delay:416.9s;animation-delay:416.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4170){-webkit-animation-delay:417s;animation-delay:417s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4171){-webkit-animation-delay:417.1s;animation-delay:417.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4172){-webkit-animation-delay:417.2s;animation-delay:417.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4173){-webkit-animation-delay:417.3s;animation-delay:417.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4174){-webkit-animation-delay:417.4s;animation-delay:417.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4175){-webkit-animation-delay:417.5s;animation-delay:417.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4176){-webkit-animation-delay:417.6s;animation-delay:417.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4177){-webkit-animation-delay:417.7s;animation-delay:417.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4178){-webkit-animation-delay:417.8s;animation-delay:417.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4179){-webkit-animation-delay:417.9s;animation-delay:417.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4180){-webkit-animation-delay:418s;animation-delay:418s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4181){-webkit-animation-delay:418.1s;animation-delay:418.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4182){-webkit-animation-delay:418.2s;animation-delay:418.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4183){-webkit-animation-delay:418.3s;animation-delay:418.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4184){-webkit-animation-delay:418.4s;animation-delay:418.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4185){-webkit-animation-delay:418.5s;animation-delay:418.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4186){-webkit-animation-delay:418.6s;animation-delay:418.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4187){-webkit-animation-delay:418.7s;animation-delay:418.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4188){-webkit-animation-delay:418.8s;animation-delay:418.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4189){-webkit-animation-delay:418.9s;animation-delay:418.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4190){-webkit-animation-delay:419s;animation-delay:419s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4191){-webkit-animation-delay:419.1s;animation-delay:419.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4192){-webkit-animation-delay:419.2s;animation-delay:419.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4193){-webkit-animation-delay:419.3s;animation-delay:419.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4194){-webkit-animation-delay:419.4s;animation-delay:419.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4195){-webkit-animation-delay:419.5s;animation-delay:419.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4196){-webkit-animation-delay:419.6s;animation-delay:419.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4197){-webkit-animation-delay:419.7s;animation-delay:419.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4198){-webkit-animation-delay:419.8s;animation-delay:419.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4199){-webkit-animation-delay:419.9s;animation-delay:419.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4200){-webkit-animation-delay:420s;animation-delay:420s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4201){-webkit-animation-delay:420.1s;animation-delay:420.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4202){-webkit-animation-delay:420.2s;animation-delay:420.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4203){-webkit-animation-delay:420.3s;animation-delay:420.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4204){-webkit-animation-delay:420.4s;animation-delay:420.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4205){-webkit-animation-delay:420.5s;animation-delay:420.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4206){-webkit-animation-delay:420.6s;animation-delay:420.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4207){-webkit-animation-delay:420.7s;animation-delay:420.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4208){-webkit-animation-delay:420.8s;animation-delay:420.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4209){-webkit-animation-delay:420.9s;animation-delay:420.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4210){-webkit-animation-delay:421s;animation-delay:421s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4211){-webkit-animation-delay:421.1s;animation-delay:421.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4212){-webkit-animation-delay:421.2s;animation-delay:421.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4213){-webkit-animation-delay:421.3s;animation-delay:421.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4214){-webkit-animation-delay:421.4s;animation-delay:421.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4215){-webkit-animation-delay:421.5s;animation-delay:421.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4216){-webkit-animation-delay:421.6s;animation-delay:421.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4217){-webkit-animation-delay:421.7s;animation-delay:421.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4218){-webkit-animation-delay:421.8s;animation-delay:421.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4219){-webkit-animation-delay:421.9s;animation-delay:421.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4220){-webkit-animation-delay:422s;animation-delay:422s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4221){-webkit-animation-delay:422.1s;animation-delay:422.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4222){-webkit-animation-delay:422.2s;animation-delay:422.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4223){-webkit-animation-delay:422.3s;animation-delay:422.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4224){-webkit-animation-delay:422.4s;animation-delay:422.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4225){-webkit-animation-delay:422.5s;animation-delay:422.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4226){-webkit-animation-delay:422.6s;animation-delay:422.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4227){-webkit-animation-delay:422.7s;animation-delay:422.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4228){-webkit-animation-delay:422.8s;animation-delay:422.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4229){-webkit-animation-delay:422.9s;animation-delay:422.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4230){-webkit-animation-delay:423s;animation-delay:423s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4231){-webkit-animation-delay:423.1s;animation-delay:423.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4232){-webkit-animation-delay:423.2s;animation-delay:423.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4233){-webkit-animation-delay:423.3s;animation-delay:423.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4234){-webkit-animation-delay:423.4s;animation-delay:423.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4235){-webkit-animation-delay:423.5s;animation-delay:423.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4236){-webkit-animation-delay:423.6s;animation-delay:423.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4237){-webkit-animation-delay:423.7s;animation-delay:423.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4238){-webkit-animation-delay:423.8s;animation-delay:423.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4239){-webkit-animation-delay:423.9s;animation-delay:423.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4240){-webkit-animation-delay:424s;animation-delay:424s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4241){-webkit-animation-delay:424.1s;animation-delay:424.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4242){-webkit-animation-delay:424.2s;animation-delay:424.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4243){-webkit-animation-delay:424.3s;animation-delay:424.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4244){-webkit-animation-delay:424.4s;animation-delay:424.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4245){-webkit-animation-delay:424.5s;animation-delay:424.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4246){-webkit-animation-delay:424.6s;animation-delay:424.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4247){-webkit-animation-delay:424.7s;animation-delay:424.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4248){-webkit-animation-delay:424.8s;animation-delay:424.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4249){-webkit-animation-delay:424.9s;animation-delay:424.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4250){-webkit-animation-delay:425s;animation-delay:425s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4251){-webkit-animation-delay:425.1s;animation-delay:425.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4252){-webkit-animation-delay:425.2s;animation-delay:425.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4253){-webkit-animation-delay:425.3s;animation-delay:425.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4254){-webkit-animation-delay:425.4s;animation-delay:425.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4255){-webkit-animation-delay:425.5s;animation-delay:425.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4256){-webkit-animation-delay:425.6s;animation-delay:425.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4257){-webkit-animation-delay:425.7s;animation-delay:425.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4258){-webkit-animation-delay:425.8s;animation-delay:425.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4259){-webkit-animation-delay:425.9s;animation-delay:425.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4260){-webkit-animation-delay:426s;animation-delay:426s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4261){-webkit-animation-delay:426.1s;animation-delay:426.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4262){-webkit-animation-delay:426.2s;animation-delay:426.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4263){-webkit-animation-delay:426.3s;animation-delay:426.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4264){-webkit-animation-delay:426.4s;animation-delay:426.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4265){-webkit-animation-delay:426.5s;animation-delay:426.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4266){-webkit-animation-delay:426.6s;animation-delay:426.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4267){-webkit-animation-delay:426.7s;animation-delay:426.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4268){-webkit-animation-delay:426.8s;animation-delay:426.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4269){-webkit-animation-delay:426.9s;animation-delay:426.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4270){-webkit-animation-delay:427s;animation-delay:427s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4271){-webkit-animation-delay:427.1s;animation-delay:427.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4272){-webkit-animation-delay:427.2s;animation-delay:427.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4273){-webkit-animation-delay:427.3s;animation-delay:427.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4274){-webkit-animation-delay:427.4s;animation-delay:427.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4275){-webkit-animation-delay:427.5s;animation-delay:427.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4276){-webkit-animation-delay:427.6s;animation-delay:427.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4277){-webkit-animation-delay:427.7s;animation-delay:427.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4278){-webkit-animation-delay:427.8s;animation-delay:427.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4279){-webkit-animation-delay:427.9s;animation-delay:427.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4280){-webkit-animation-delay:428s;animation-delay:428s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4281){-webkit-animation-delay:428.1s;animation-delay:428.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4282){-webkit-animation-delay:428.2s;animation-delay:428.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4283){-webkit-animation-delay:428.3s;animation-delay:428.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4284){-webkit-animation-delay:428.4s;animation-delay:428.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4285){-webkit-animation-delay:428.5s;animation-delay:428.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4286){-webkit-animation-delay:428.6s;animation-delay:428.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4287){-webkit-animation-delay:428.7s;animation-delay:428.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4288){-webkit-animation-delay:428.8s;animation-delay:428.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4289){-webkit-animation-delay:428.9s;animation-delay:428.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4290){-webkit-animation-delay:429s;animation-delay:429s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4291){-webkit-animation-delay:429.1s;animation-delay:429.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4292){-webkit-animation-delay:429.2s;animation-delay:429.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4293){-webkit-animation-delay:429.3s;animation-delay:429.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4294){-webkit-animation-delay:429.4s;animation-delay:429.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4295){-webkit-animation-delay:429.5s;animation-delay:429.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4296){-webkit-animation-delay:429.6s;animation-delay:429.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4297){-webkit-animation-delay:429.7s;animation-delay:429.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4298){-webkit-animation-delay:429.8s;animation-delay:429.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4299){-webkit-animation-delay:429.9s;animation-delay:429.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4300){-webkit-animation-delay:430s;animation-delay:430s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4301){-webkit-animation-delay:430.1s;animation-delay:430.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4302){-webkit-animation-delay:430.2s;animation-delay:430.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4303){-webkit-animation-delay:430.3s;animation-delay:430.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4304){-webkit-animation-delay:430.4s;animation-delay:430.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4305){-webkit-animation-delay:430.5s;animation-delay:430.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4306){-webkit-animation-delay:430.6s;animation-delay:430.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4307){-webkit-animation-delay:430.7s;animation-delay:430.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4308){-webkit-animation-delay:430.8s;animation-delay:430.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4309){-webkit-animation-delay:430.9s;animation-delay:430.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4310){-webkit-animation-delay:431s;animation-delay:431s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4311){-webkit-animation-delay:431.1s;animation-delay:431.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4312){-webkit-animation-delay:431.2s;animation-delay:431.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4313){-webkit-animation-delay:431.3s;animation-delay:431.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4314){-webkit-animation-delay:431.4s;animation-delay:431.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4315){-webkit-animation-delay:431.5s;animation-delay:431.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4316){-webkit-animation-delay:431.6s;animation-delay:431.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4317){-webkit-animation-delay:431.7s;animation-delay:431.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4318){-webkit-animation-delay:431.8s;animation-delay:431.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4319){-webkit-animation-delay:431.9s;animation-delay:431.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4320){-webkit-animation-delay:432s;animation-delay:432s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4321){-webkit-animation-delay:432.1s;animation-delay:432.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4322){-webkit-animation-delay:432.2s;animation-delay:432.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4323){-webkit-animation-delay:432.3s;animation-delay:432.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4324){-webkit-animation-delay:432.4s;animation-delay:432.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4325){-webkit-animation-delay:432.5s;animation-delay:432.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4326){-webkit-animation-delay:432.6s;animation-delay:432.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4327){-webkit-animation-delay:432.7s;animation-delay:432.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4328){-webkit-animation-delay:432.8s;animation-delay:432.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4329){-webkit-animation-delay:432.9s;animation-delay:432.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4330){-webkit-animation-delay:433s;animation-delay:433s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4331){-webkit-animation-delay:433.1s;animation-delay:433.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4332){-webkit-animation-delay:433.2s;animation-delay:433.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4333){-webkit-animation-delay:433.3s;animation-delay:433.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4334){-webkit-animation-delay:433.4s;animation-delay:433.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4335){-webkit-animation-delay:433.5s;animation-delay:433.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4336){-webkit-animation-delay:433.6s;animation-delay:433.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4337){-webkit-animation-delay:433.7s;animation-delay:433.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4338){-webkit-animation-delay:433.8s;animation-delay:433.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4339){-webkit-animation-delay:433.9s;animation-delay:433.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4340){-webkit-animation-delay:434s;animation-delay:434s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4341){-webkit-animation-delay:434.1s;animation-delay:434.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4342){-webkit-animation-delay:434.2s;animation-delay:434.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4343){-webkit-animation-delay:434.3s;animation-delay:434.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4344){-webkit-animation-delay:434.4s;animation-delay:434.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4345){-webkit-animation-delay:434.5s;animation-delay:434.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4346){-webkit-animation-delay:434.6s;animation-delay:434.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4347){-webkit-animation-delay:434.7s;animation-delay:434.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4348){-webkit-animation-delay:434.8s;animation-delay:434.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4349){-webkit-animation-delay:434.9s;animation-delay:434.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4350){-webkit-animation-delay:435s;animation-delay:435s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4351){-webkit-animation-delay:435.1s;animation-delay:435.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4352){-webkit-animation-delay:435.2s;animation-delay:435.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4353){-webkit-animation-delay:435.3s;animation-delay:435.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4354){-webkit-animation-delay:435.4s;animation-delay:435.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4355){-webkit-animation-delay:435.5s;animation-delay:435.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4356){-webkit-animation-delay:435.6s;animation-delay:435.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4357){-webkit-animation-delay:435.7s;animation-delay:435.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4358){-webkit-animation-delay:435.8s;animation-delay:435.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4359){-webkit-animation-delay:435.9s;animation-delay:435.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4360){-webkit-animation-delay:436s;animation-delay:436s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4361){-webkit-animation-delay:436.1s;animation-delay:436.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4362){-webkit-animation-delay:436.2s;animation-delay:436.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4363){-webkit-animation-delay:436.3s;animation-delay:436.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4364){-webkit-animation-delay:436.4s;animation-delay:436.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4365){-webkit-animation-delay:436.5s;animation-delay:436.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4366){-webkit-animation-delay:436.6s;animation-delay:436.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4367){-webkit-animation-delay:436.7s;animation-delay:436.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4368){-webkit-animation-delay:436.8s;animation-delay:436.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4369){-webkit-animation-delay:436.9s;animation-delay:436.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4370){-webkit-animation-delay:437s;animation-delay:437s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4371){-webkit-animation-delay:437.1s;animation-delay:437.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4372){-webkit-animation-delay:437.2s;animation-delay:437.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4373){-webkit-animation-delay:437.3s;animation-delay:437.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4374){-webkit-animation-delay:437.4s;animation-delay:437.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4375){-webkit-animation-delay:437.5s;animation-delay:437.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4376){-webkit-animation-delay:437.6s;animation-delay:437.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4377){-webkit-animation-delay:437.7s;animation-delay:437.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4378){-webkit-animation-delay:437.8s;animation-delay:437.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4379){-webkit-animation-delay:437.9s;animation-delay:437.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4380){-webkit-animation-delay:438s;animation-delay:438s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4381){-webkit-animation-delay:438.1s;animation-delay:438.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4382){-webkit-animation-delay:438.2s;animation-delay:438.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4383){-webkit-animation-delay:438.3s;animation-delay:438.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4384){-webkit-animation-delay:438.4s;animation-delay:438.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4385){-webkit-animation-delay:438.5s;animation-delay:438.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4386){-webkit-animation-delay:438.6s;animation-delay:438.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4387){-webkit-animation-delay:438.7s;animation-delay:438.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4388){-webkit-animation-delay:438.8s;animation-delay:438.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4389){-webkit-animation-delay:438.9s;animation-delay:438.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4390){-webkit-animation-delay:439s;animation-delay:439s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4391){-webkit-animation-delay:439.1s;animation-delay:439.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4392){-webkit-animation-delay:439.2s;animation-delay:439.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4393){-webkit-animation-delay:439.3s;animation-delay:439.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4394){-webkit-animation-delay:439.4s;animation-delay:439.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4395){-webkit-animation-delay:439.5s;animation-delay:439.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4396){-webkit-animation-delay:439.6s;animation-delay:439.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4397){-webkit-animation-delay:439.7s;animation-delay:439.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4398){-webkit-animation-delay:439.8s;animation-delay:439.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4399){-webkit-animation-delay:439.9s;animation-delay:439.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4400){-webkit-animation-delay:440s;animation-delay:440s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4401){-webkit-animation-delay:440.1s;animation-delay:440.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4402){-webkit-animation-delay:440.2s;animation-delay:440.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4403){-webkit-animation-delay:440.3s;animation-delay:440.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4404){-webkit-animation-delay:440.4s;animation-delay:440.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4405){-webkit-animation-delay:440.5s;animation-delay:440.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4406){-webkit-animation-delay:440.6s;animation-delay:440.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4407){-webkit-animation-delay:440.7s;animation-delay:440.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4408){-webkit-animation-delay:440.8s;animation-delay:440.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4409){-webkit-animation-delay:440.9s;animation-delay:440.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4410){-webkit-animation-delay:441s;animation-delay:441s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4411){-webkit-animation-delay:441.1s;animation-delay:441.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4412){-webkit-animation-delay:441.2s;animation-delay:441.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4413){-webkit-animation-delay:441.3s;animation-delay:441.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4414){-webkit-animation-delay:441.4s;animation-delay:441.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4415){-webkit-animation-delay:441.5s;animation-delay:441.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4416){-webkit-animation-delay:441.6s;animation-delay:441.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4417){-webkit-animation-delay:441.7s;animation-delay:441.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4418){-webkit-animation-delay:441.8s;animation-delay:441.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4419){-webkit-animation-delay:441.9s;animation-delay:441.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4420){-webkit-animation-delay:442s;animation-delay:442s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4421){-webkit-animation-delay:442.1s;animation-delay:442.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4422){-webkit-animation-delay:442.2s;animation-delay:442.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4423){-webkit-animation-delay:442.3s;animation-delay:442.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4424){-webkit-animation-delay:442.4s;animation-delay:442.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4425){-webkit-animation-delay:442.5s;animation-delay:442.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4426){-webkit-animation-delay:442.6s;animation-delay:442.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4427){-webkit-animation-delay:442.7s;animation-delay:442.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4428){-webkit-animation-delay:442.8s;animation-delay:442.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4429){-webkit-animation-delay:442.9s;animation-delay:442.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4430){-webkit-animation-delay:443s;animation-delay:443s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4431){-webkit-animation-delay:443.1s;animation-delay:443.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4432){-webkit-animation-delay:443.2s;animation-delay:443.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4433){-webkit-animation-delay:443.3s;animation-delay:443.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4434){-webkit-animation-delay:443.4s;animation-delay:443.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4435){-webkit-animation-delay:443.5s;animation-delay:443.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4436){-webkit-animation-delay:443.6s;animation-delay:443.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4437){-webkit-animation-delay:443.7s;animation-delay:443.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4438){-webkit-animation-delay:443.8s;animation-delay:443.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4439){-webkit-animation-delay:443.9s;animation-delay:443.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4440){-webkit-animation-delay:444s;animation-delay:444s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4441){-webkit-animation-delay:444.1s;animation-delay:444.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4442){-webkit-animation-delay:444.2s;animation-delay:444.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4443){-webkit-animation-delay:444.3s;animation-delay:444.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4444){-webkit-animation-delay:444.4s;animation-delay:444.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4445){-webkit-animation-delay:444.5s;animation-delay:444.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4446){-webkit-animation-delay:444.6s;animation-delay:444.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4447){-webkit-animation-delay:444.7s;animation-delay:444.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4448){-webkit-animation-delay:444.8s;animation-delay:444.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4449){-webkit-animation-delay:444.9s;animation-delay:444.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4450){-webkit-animation-delay:445s;animation-delay:445s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4451){-webkit-animation-delay:445.1s;animation-delay:445.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4452){-webkit-animation-delay:445.2s;animation-delay:445.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4453){-webkit-animation-delay:445.3s;animation-delay:445.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4454){-webkit-animation-delay:445.4s;animation-delay:445.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4455){-webkit-animation-delay:445.5s;animation-delay:445.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4456){-webkit-animation-delay:445.6s;animation-delay:445.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4457){-webkit-animation-delay:445.7s;animation-delay:445.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4458){-webkit-animation-delay:445.8s;animation-delay:445.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4459){-webkit-animation-delay:445.9s;animation-delay:445.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4460){-webkit-animation-delay:446s;animation-delay:446s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4461){-webkit-animation-delay:446.1s;animation-delay:446.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4462){-webkit-animation-delay:446.2s;animation-delay:446.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4463){-webkit-animation-delay:446.3s;animation-delay:446.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4464){-webkit-animation-delay:446.4s;animation-delay:446.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4465){-webkit-animation-delay:446.5s;animation-delay:446.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4466){-webkit-animation-delay:446.6s;animation-delay:446.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4467){-webkit-animation-delay:446.7s;animation-delay:446.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4468){-webkit-animation-delay:446.8s;animation-delay:446.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4469){-webkit-animation-delay:446.9s;animation-delay:446.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4470){-webkit-animation-delay:447s;animation-delay:447s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4471){-webkit-animation-delay:447.1s;animation-delay:447.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4472){-webkit-animation-delay:447.2s;animation-delay:447.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4473){-webkit-animation-delay:447.3s;animation-delay:447.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4474){-webkit-animation-delay:447.4s;animation-delay:447.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4475){-webkit-animation-delay:447.5s;animation-delay:447.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4476){-webkit-animation-delay:447.6s;animation-delay:447.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4477){-webkit-animation-delay:447.7s;animation-delay:447.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4478){-webkit-animation-delay:447.8s;animation-delay:447.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4479){-webkit-animation-delay:447.9s;animation-delay:447.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4480){-webkit-animation-delay:448s;animation-delay:448s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4481){-webkit-animation-delay:448.1s;animation-delay:448.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4482){-webkit-animation-delay:448.2s;animation-delay:448.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4483){-webkit-animation-delay:448.3s;animation-delay:448.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4484){-webkit-animation-delay:448.4s;animation-delay:448.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4485){-webkit-animation-delay:448.5s;animation-delay:448.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4486){-webkit-animation-delay:448.6s;animation-delay:448.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4487){-webkit-animation-delay:448.7s;animation-delay:448.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4488){-webkit-animation-delay:448.8s;animation-delay:448.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4489){-webkit-animation-delay:448.9s;animation-delay:448.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4490){-webkit-animation-delay:449s;animation-delay:449s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4491){-webkit-animation-delay:449.1s;animation-delay:449.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4492){-webkit-animation-delay:449.2s;animation-delay:449.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4493){-webkit-animation-delay:449.3s;animation-delay:449.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4494){-webkit-animation-delay:449.4s;animation-delay:449.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4495){-webkit-animation-delay:449.5s;animation-delay:449.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4496){-webkit-animation-delay:449.6s;animation-delay:449.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4497){-webkit-animation-delay:449.7s;animation-delay:449.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4498){-webkit-animation-delay:449.8s;animation-delay:449.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4499){-webkit-animation-delay:449.9s;animation-delay:449.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4500){-webkit-animation-delay:450s;animation-delay:450s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4501){-webkit-animation-delay:450.1s;animation-delay:450.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4502){-webkit-animation-delay:450.2s;animation-delay:450.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4503){-webkit-animation-delay:450.3s;animation-delay:450.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4504){-webkit-animation-delay:450.4s;animation-delay:450.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4505){-webkit-animation-delay:450.5s;animation-delay:450.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4506){-webkit-animation-delay:450.6s;animation-delay:450.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4507){-webkit-animation-delay:450.7s;animation-delay:450.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4508){-webkit-animation-delay:450.8s;animation-delay:450.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4509){-webkit-animation-delay:450.9s;animation-delay:450.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4510){-webkit-animation-delay:451s;animation-delay:451s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4511){-webkit-animation-delay:451.1s;animation-delay:451.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4512){-webkit-animation-delay:451.2s;animation-delay:451.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4513){-webkit-animation-delay:451.3s;animation-delay:451.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4514){-webkit-animation-delay:451.4s;animation-delay:451.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4515){-webkit-animation-delay:451.5s;animation-delay:451.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4516){-webkit-animation-delay:451.6s;animation-delay:451.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4517){-webkit-animation-delay:451.7s;animation-delay:451.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4518){-webkit-animation-delay:451.8s;animation-delay:451.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4519){-webkit-animation-delay:451.9s;animation-delay:451.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4520){-webkit-animation-delay:452s;animation-delay:452s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4521){-webkit-animation-delay:452.1s;animation-delay:452.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4522){-webkit-animation-delay:452.2s;animation-delay:452.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4523){-webkit-animation-delay:452.3s;animation-delay:452.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4524){-webkit-animation-delay:452.4s;animation-delay:452.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4525){-webkit-animation-delay:452.5s;animation-delay:452.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4526){-webkit-animation-delay:452.6s;animation-delay:452.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4527){-webkit-animation-delay:452.7s;animation-delay:452.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4528){-webkit-animation-delay:452.8s;animation-delay:452.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4529){-webkit-animation-delay:452.9s;animation-delay:452.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4530){-webkit-animation-delay:453s;animation-delay:453s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4531){-webkit-animation-delay:453.1s;animation-delay:453.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4532){-webkit-animation-delay:453.2s;animation-delay:453.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4533){-webkit-animation-delay:453.3s;animation-delay:453.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4534){-webkit-animation-delay:453.4s;animation-delay:453.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4535){-webkit-animation-delay:453.5s;animation-delay:453.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4536){-webkit-animation-delay:453.6s;animation-delay:453.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4537){-webkit-animation-delay:453.7s;animation-delay:453.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4538){-webkit-animation-delay:453.8s;animation-delay:453.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4539){-webkit-animation-delay:453.9s;animation-delay:453.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4540){-webkit-animation-delay:454s;animation-delay:454s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4541){-webkit-animation-delay:454.1s;animation-delay:454.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4542){-webkit-animation-delay:454.2s;animation-delay:454.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4543){-webkit-animation-delay:454.3s;animation-delay:454.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4544){-webkit-animation-delay:454.4s;animation-delay:454.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4545){-webkit-animation-delay:454.5s;animation-delay:454.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4546){-webkit-animation-delay:454.6s;animation-delay:454.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4547){-webkit-animation-delay:454.7s;animation-delay:454.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4548){-webkit-animation-delay:454.8s;animation-delay:454.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4549){-webkit-animation-delay:454.9s;animation-delay:454.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4550){-webkit-animation-delay:455s;animation-delay:455s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4551){-webkit-animation-delay:455.1s;animation-delay:455.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4552){-webkit-animation-delay:455.2s;animation-delay:455.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4553){-webkit-animation-delay:455.3s;animation-delay:455.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4554){-webkit-animation-delay:455.4s;animation-delay:455.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4555){-webkit-animation-delay:455.5s;animation-delay:455.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4556){-webkit-animation-delay:455.6s;animation-delay:455.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4557){-webkit-animation-delay:455.7s;animation-delay:455.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4558){-webkit-animation-delay:455.8s;animation-delay:455.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4559){-webkit-animation-delay:455.9s;animation-delay:455.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4560){-webkit-animation-delay:456s;animation-delay:456s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4561){-webkit-animation-delay:456.1s;animation-delay:456.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4562){-webkit-animation-delay:456.2s;animation-delay:456.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4563){-webkit-animation-delay:456.3s;animation-delay:456.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4564){-webkit-animation-delay:456.4s;animation-delay:456.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4565){-webkit-animation-delay:456.5s;animation-delay:456.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4566){-webkit-animation-delay:456.6s;animation-delay:456.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4567){-webkit-animation-delay:456.7s;animation-delay:456.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4568){-webkit-animation-delay:456.8s;animation-delay:456.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4569){-webkit-animation-delay:456.9s;animation-delay:456.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4570){-webkit-animation-delay:457s;animation-delay:457s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4571){-webkit-animation-delay:457.1s;animation-delay:457.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4572){-webkit-animation-delay:457.2s;animation-delay:457.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4573){-webkit-animation-delay:457.3s;animation-delay:457.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4574){-webkit-animation-delay:457.4s;animation-delay:457.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4575){-webkit-animation-delay:457.5s;animation-delay:457.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4576){-webkit-animation-delay:457.6s;animation-delay:457.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4577){-webkit-animation-delay:457.7s;animation-delay:457.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4578){-webkit-animation-delay:457.8s;animation-delay:457.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4579){-webkit-animation-delay:457.9s;animation-delay:457.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4580){-webkit-animation-delay:458s;animation-delay:458s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4581){-webkit-animation-delay:458.1s;animation-delay:458.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4582){-webkit-animation-delay:458.2s;animation-delay:458.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4583){-webkit-animation-delay:458.3s;animation-delay:458.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4584){-webkit-animation-delay:458.4s;animation-delay:458.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4585){-webkit-animation-delay:458.5s;animation-delay:458.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4586){-webkit-animation-delay:458.6s;animation-delay:458.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4587){-webkit-animation-delay:458.7s;animation-delay:458.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4588){-webkit-animation-delay:458.8s;animation-delay:458.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4589){-webkit-animation-delay:458.9s;animation-delay:458.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4590){-webkit-animation-delay:459s;animation-delay:459s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4591){-webkit-animation-delay:459.1s;animation-delay:459.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4592){-webkit-animation-delay:459.2s;animation-delay:459.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4593){-webkit-animation-delay:459.3s;animation-delay:459.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4594){-webkit-animation-delay:459.4s;animation-delay:459.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4595){-webkit-animation-delay:459.5s;animation-delay:459.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4596){-webkit-animation-delay:459.6s;animation-delay:459.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4597){-webkit-animation-delay:459.7s;animation-delay:459.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4598){-webkit-animation-delay:459.8s;animation-delay:459.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4599){-webkit-animation-delay:459.9s;animation-delay:459.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4600){-webkit-animation-delay:460s;animation-delay:460s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4601){-webkit-animation-delay:460.1s;animation-delay:460.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4602){-webkit-animation-delay:460.2s;animation-delay:460.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4603){-webkit-animation-delay:460.3s;animation-delay:460.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4604){-webkit-animation-delay:460.4s;animation-delay:460.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4605){-webkit-animation-delay:460.5s;animation-delay:460.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4606){-webkit-animation-delay:460.6s;animation-delay:460.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4607){-webkit-animation-delay:460.7s;animation-delay:460.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4608){-webkit-animation-delay:460.8s;animation-delay:460.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4609){-webkit-animation-delay:460.9s;animation-delay:460.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4610){-webkit-animation-delay:461s;animation-delay:461s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4611){-webkit-animation-delay:461.1s;animation-delay:461.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4612){-webkit-animation-delay:461.2s;animation-delay:461.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4613){-webkit-animation-delay:461.3s;animation-delay:461.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4614){-webkit-animation-delay:461.4s;animation-delay:461.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4615){-webkit-animation-delay:461.5s;animation-delay:461.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4616){-webkit-animation-delay:461.6s;animation-delay:461.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4617){-webkit-animation-delay:461.7s;animation-delay:461.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4618){-webkit-animation-delay:461.8s;animation-delay:461.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4619){-webkit-animation-delay:461.9s;animation-delay:461.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4620){-webkit-animation-delay:462s;animation-delay:462s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4621){-webkit-animation-delay:462.1s;animation-delay:462.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4622){-webkit-animation-delay:462.2s;animation-delay:462.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4623){-webkit-animation-delay:462.3s;animation-delay:462.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4624){-webkit-animation-delay:462.4s;animation-delay:462.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4625){-webkit-animation-delay:462.5s;animation-delay:462.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4626){-webkit-animation-delay:462.6s;animation-delay:462.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4627){-webkit-animation-delay:462.7s;animation-delay:462.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4628){-webkit-animation-delay:462.8s;animation-delay:462.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4629){-webkit-animation-delay:462.9s;animation-delay:462.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4630){-webkit-animation-delay:463s;animation-delay:463s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4631){-webkit-animation-delay:463.1s;animation-delay:463.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4632){-webkit-animation-delay:463.2s;animation-delay:463.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4633){-webkit-animation-delay:463.3s;animation-delay:463.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4634){-webkit-animation-delay:463.4s;animation-delay:463.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4635){-webkit-animation-delay:463.5s;animation-delay:463.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4636){-webkit-animation-delay:463.6s;animation-delay:463.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4637){-webkit-animation-delay:463.7s;animation-delay:463.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4638){-webkit-animation-delay:463.8s;animation-delay:463.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4639){-webkit-animation-delay:463.9s;animation-delay:463.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4640){-webkit-animation-delay:464s;animation-delay:464s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4641){-webkit-animation-delay:464.1s;animation-delay:464.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4642){-webkit-animation-delay:464.2s;animation-delay:464.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4643){-webkit-animation-delay:464.3s;animation-delay:464.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4644){-webkit-animation-delay:464.4s;animation-delay:464.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4645){-webkit-animation-delay:464.5s;animation-delay:464.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4646){-webkit-animation-delay:464.6s;animation-delay:464.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4647){-webkit-animation-delay:464.7s;animation-delay:464.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4648){-webkit-animation-delay:464.8s;animation-delay:464.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4649){-webkit-animation-delay:464.9s;animation-delay:464.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4650){-webkit-animation-delay:465s;animation-delay:465s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4651){-webkit-animation-delay:465.1s;animation-delay:465.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4652){-webkit-animation-delay:465.2s;animation-delay:465.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4653){-webkit-animation-delay:465.3s;animation-delay:465.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4654){-webkit-animation-delay:465.4s;animation-delay:465.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4655){-webkit-animation-delay:465.5s;animation-delay:465.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4656){-webkit-animation-delay:465.6s;animation-delay:465.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4657){-webkit-animation-delay:465.7s;animation-delay:465.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4658){-webkit-animation-delay:465.8s;animation-delay:465.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4659){-webkit-animation-delay:465.9s;animation-delay:465.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4660){-webkit-animation-delay:466s;animation-delay:466s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4661){-webkit-animation-delay:466.1s;animation-delay:466.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4662){-webkit-animation-delay:466.2s;animation-delay:466.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4663){-webkit-animation-delay:466.3s;animation-delay:466.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4664){-webkit-animation-delay:466.4s;animation-delay:466.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4665){-webkit-animation-delay:466.5s;animation-delay:466.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4666){-webkit-animation-delay:466.6s;animation-delay:466.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4667){-webkit-animation-delay:466.7s;animation-delay:466.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4668){-webkit-animation-delay:466.8s;animation-delay:466.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4669){-webkit-animation-delay:466.9s;animation-delay:466.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4670){-webkit-animation-delay:467s;animation-delay:467s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4671){-webkit-animation-delay:467.1s;animation-delay:467.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4672){-webkit-animation-delay:467.2s;animation-delay:467.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4673){-webkit-animation-delay:467.3s;animation-delay:467.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4674){-webkit-animation-delay:467.4s;animation-delay:467.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4675){-webkit-animation-delay:467.5s;animation-delay:467.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4676){-webkit-animation-delay:467.6s;animation-delay:467.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4677){-webkit-animation-delay:467.7s;animation-delay:467.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4678){-webkit-animation-delay:467.8s;animation-delay:467.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4679){-webkit-animation-delay:467.9s;animation-delay:467.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4680){-webkit-animation-delay:468s;animation-delay:468s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4681){-webkit-animation-delay:468.1s;animation-delay:468.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4682){-webkit-animation-delay:468.2s;animation-delay:468.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4683){-webkit-animation-delay:468.3s;animation-delay:468.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4684){-webkit-animation-delay:468.4s;animation-delay:468.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4685){-webkit-animation-delay:468.5s;animation-delay:468.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4686){-webkit-animation-delay:468.6s;animation-delay:468.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4687){-webkit-animation-delay:468.7s;animation-delay:468.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4688){-webkit-animation-delay:468.8s;animation-delay:468.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4689){-webkit-animation-delay:468.9s;animation-delay:468.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4690){-webkit-animation-delay:469s;animation-delay:469s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4691){-webkit-animation-delay:469.1s;animation-delay:469.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4692){-webkit-animation-delay:469.2s;animation-delay:469.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4693){-webkit-animation-delay:469.3s;animation-delay:469.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4694){-webkit-animation-delay:469.4s;animation-delay:469.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4695){-webkit-animation-delay:469.5s;animation-delay:469.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4696){-webkit-animation-delay:469.6s;animation-delay:469.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4697){-webkit-animation-delay:469.7s;animation-delay:469.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4698){-webkit-animation-delay:469.8s;animation-delay:469.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4699){-webkit-animation-delay:469.9s;animation-delay:469.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4700){-webkit-animation-delay:470s;animation-delay:470s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4701){-webkit-animation-delay:470.1s;animation-delay:470.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4702){-webkit-animation-delay:470.2s;animation-delay:470.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4703){-webkit-animation-delay:470.3s;animation-delay:470.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4704){-webkit-animation-delay:470.4s;animation-delay:470.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4705){-webkit-animation-delay:470.5s;animation-delay:470.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4706){-webkit-animation-delay:470.6s;animation-delay:470.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4707){-webkit-animation-delay:470.7s;animation-delay:470.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4708){-webkit-animation-delay:470.8s;animation-delay:470.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4709){-webkit-animation-delay:470.9s;animation-delay:470.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4710){-webkit-animation-delay:471s;animation-delay:471s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4711){-webkit-animation-delay:471.1s;animation-delay:471.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4712){-webkit-animation-delay:471.2s;animation-delay:471.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4713){-webkit-animation-delay:471.3s;animation-delay:471.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4714){-webkit-animation-delay:471.4s;animation-delay:471.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4715){-webkit-animation-delay:471.5s;animation-delay:471.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4716){-webkit-animation-delay:471.6s;animation-delay:471.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4717){-webkit-animation-delay:471.7s;animation-delay:471.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4718){-webkit-animation-delay:471.8s;animation-delay:471.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4719){-webkit-animation-delay:471.9s;animation-delay:471.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4720){-webkit-animation-delay:472s;animation-delay:472s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4721){-webkit-animation-delay:472.1s;animation-delay:472.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4722){-webkit-animation-delay:472.2s;animation-delay:472.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4723){-webkit-animation-delay:472.3s;animation-delay:472.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4724){-webkit-animation-delay:472.4s;animation-delay:472.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4725){-webkit-animation-delay:472.5s;animation-delay:472.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4726){-webkit-animation-delay:472.6s;animation-delay:472.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4727){-webkit-animation-delay:472.7s;animation-delay:472.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4728){-webkit-animation-delay:472.8s;animation-delay:472.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4729){-webkit-animation-delay:472.9s;animation-delay:472.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4730){-webkit-animation-delay:473s;animation-delay:473s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4731){-webkit-animation-delay:473.1s;animation-delay:473.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4732){-webkit-animation-delay:473.2s;animation-delay:473.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4733){-webkit-animation-delay:473.3s;animation-delay:473.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4734){-webkit-animation-delay:473.4s;animation-delay:473.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4735){-webkit-animation-delay:473.5s;animation-delay:473.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4736){-webkit-animation-delay:473.6s;animation-delay:473.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4737){-webkit-animation-delay:473.7s;animation-delay:473.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4738){-webkit-animation-delay:473.8s;animation-delay:473.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4739){-webkit-animation-delay:473.9s;animation-delay:473.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4740){-webkit-animation-delay:474s;animation-delay:474s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4741){-webkit-animation-delay:474.1s;animation-delay:474.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4742){-webkit-animation-delay:474.2s;animation-delay:474.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4743){-webkit-animation-delay:474.3s;animation-delay:474.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4744){-webkit-animation-delay:474.4s;animation-delay:474.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4745){-webkit-animation-delay:474.5s;animation-delay:474.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4746){-webkit-animation-delay:474.6s;animation-delay:474.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4747){-webkit-animation-delay:474.7s;animation-delay:474.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4748){-webkit-animation-delay:474.8s;animation-delay:474.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4749){-webkit-animation-delay:474.9s;animation-delay:474.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4750){-webkit-animation-delay:475s;animation-delay:475s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4751){-webkit-animation-delay:475.1s;animation-delay:475.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4752){-webkit-animation-delay:475.2s;animation-delay:475.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4753){-webkit-animation-delay:475.3s;animation-delay:475.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4754){-webkit-animation-delay:475.4s;animation-delay:475.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4755){-webkit-animation-delay:475.5s;animation-delay:475.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4756){-webkit-animation-delay:475.6s;animation-delay:475.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4757){-webkit-animation-delay:475.7s;animation-delay:475.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4758){-webkit-animation-delay:475.8s;animation-delay:475.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4759){-webkit-animation-delay:475.9s;animation-delay:475.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4760){-webkit-animation-delay:476s;animation-delay:476s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4761){-webkit-animation-delay:476.1s;animation-delay:476.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4762){-webkit-animation-delay:476.2s;animation-delay:476.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4763){-webkit-animation-delay:476.3s;animation-delay:476.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4764){-webkit-animation-delay:476.4s;animation-delay:476.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4765){-webkit-animation-delay:476.5s;animation-delay:476.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4766){-webkit-animation-delay:476.6s;animation-delay:476.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4767){-webkit-animation-delay:476.7s;animation-delay:476.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4768){-webkit-animation-delay:476.8s;animation-delay:476.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4769){-webkit-animation-delay:476.9s;animation-delay:476.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4770){-webkit-animation-delay:477s;animation-delay:477s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4771){-webkit-animation-delay:477.1s;animation-delay:477.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4772){-webkit-animation-delay:477.2s;animation-delay:477.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4773){-webkit-animation-delay:477.3s;animation-delay:477.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4774){-webkit-animation-delay:477.4s;animation-delay:477.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4775){-webkit-animation-delay:477.5s;animation-delay:477.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4776){-webkit-animation-delay:477.6s;animation-delay:477.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4777){-webkit-animation-delay:477.7s;animation-delay:477.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4778){-webkit-animation-delay:477.8s;animation-delay:477.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4779){-webkit-animation-delay:477.9s;animation-delay:477.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4780){-webkit-animation-delay:478s;animation-delay:478s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4781){-webkit-animation-delay:478.1s;animation-delay:478.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4782){-webkit-animation-delay:478.2s;animation-delay:478.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4783){-webkit-animation-delay:478.3s;animation-delay:478.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4784){-webkit-animation-delay:478.4s;animation-delay:478.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4785){-webkit-animation-delay:478.5s;animation-delay:478.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4786){-webkit-animation-delay:478.6s;animation-delay:478.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4787){-webkit-animation-delay:478.7s;animation-delay:478.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4788){-webkit-animation-delay:478.8s;animation-delay:478.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4789){-webkit-animation-delay:478.9s;animation-delay:478.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4790){-webkit-animation-delay:479s;animation-delay:479s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4791){-webkit-animation-delay:479.1s;animation-delay:479.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4792){-webkit-animation-delay:479.2s;animation-delay:479.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4793){-webkit-animation-delay:479.3s;animation-delay:479.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4794){-webkit-animation-delay:479.4s;animation-delay:479.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4795){-webkit-animation-delay:479.5s;animation-delay:479.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4796){-webkit-animation-delay:479.6s;animation-delay:479.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4797){-webkit-animation-delay:479.7s;animation-delay:479.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4798){-webkit-animation-delay:479.8s;animation-delay:479.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4799){-webkit-animation-delay:479.9s;animation-delay:479.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4800){-webkit-animation-delay:480s;animation-delay:480s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4801){-webkit-animation-delay:480.1s;animation-delay:480.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4802){-webkit-animation-delay:480.2s;animation-delay:480.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4803){-webkit-animation-delay:480.3s;animation-delay:480.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4804){-webkit-animation-delay:480.4s;animation-delay:480.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4805){-webkit-animation-delay:480.5s;animation-delay:480.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4806){-webkit-animation-delay:480.6s;animation-delay:480.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4807){-webkit-animation-delay:480.7s;animation-delay:480.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4808){-webkit-animation-delay:480.8s;animation-delay:480.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4809){-webkit-animation-delay:480.9s;animation-delay:480.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4810){-webkit-animation-delay:481s;animation-delay:481s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4811){-webkit-animation-delay:481.1s;animation-delay:481.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4812){-webkit-animation-delay:481.2s;animation-delay:481.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4813){-webkit-animation-delay:481.3s;animation-delay:481.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4814){-webkit-animation-delay:481.4s;animation-delay:481.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4815){-webkit-animation-delay:481.5s;animation-delay:481.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4816){-webkit-animation-delay:481.6s;animation-delay:481.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4817){-webkit-animation-delay:481.7s;animation-delay:481.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4818){-webkit-animation-delay:481.8s;animation-delay:481.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4819){-webkit-animation-delay:481.9s;animation-delay:481.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4820){-webkit-animation-delay:482s;animation-delay:482s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4821){-webkit-animation-delay:482.1s;animation-delay:482.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4822){-webkit-animation-delay:482.2s;animation-delay:482.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4823){-webkit-animation-delay:482.3s;animation-delay:482.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4824){-webkit-animation-delay:482.4s;animation-delay:482.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4825){-webkit-animation-delay:482.5s;animation-delay:482.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4826){-webkit-animation-delay:482.6s;animation-delay:482.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4827){-webkit-animation-delay:482.7s;animation-delay:482.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4828){-webkit-animation-delay:482.8s;animation-delay:482.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4829){-webkit-animation-delay:482.9s;animation-delay:482.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4830){-webkit-animation-delay:483s;animation-delay:483s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4831){-webkit-animation-delay:483.1s;animation-delay:483.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4832){-webkit-animation-delay:483.2s;animation-delay:483.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4833){-webkit-animation-delay:483.3s;animation-delay:483.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4834){-webkit-animation-delay:483.4s;animation-delay:483.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4835){-webkit-animation-delay:483.5s;animation-delay:483.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4836){-webkit-animation-delay:483.6s;animation-delay:483.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4837){-webkit-animation-delay:483.7s;animation-delay:483.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4838){-webkit-animation-delay:483.8s;animation-delay:483.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4839){-webkit-animation-delay:483.9s;animation-delay:483.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4840){-webkit-animation-delay:484s;animation-delay:484s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4841){-webkit-animation-delay:484.1s;animation-delay:484.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4842){-webkit-animation-delay:484.2s;animation-delay:484.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4843){-webkit-animation-delay:484.3s;animation-delay:484.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4844){-webkit-animation-delay:484.4s;animation-delay:484.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4845){-webkit-animation-delay:484.5s;animation-delay:484.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4846){-webkit-animation-delay:484.6s;animation-delay:484.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4847){-webkit-animation-delay:484.7s;animation-delay:484.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4848){-webkit-animation-delay:484.8s;animation-delay:484.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4849){-webkit-animation-delay:484.9s;animation-delay:484.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4850){-webkit-animation-delay:485s;animation-delay:485s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4851){-webkit-animation-delay:485.1s;animation-delay:485.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4852){-webkit-animation-delay:485.2s;animation-delay:485.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4853){-webkit-animation-delay:485.3s;animation-delay:485.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4854){-webkit-animation-delay:485.4s;animation-delay:485.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4855){-webkit-animation-delay:485.5s;animation-delay:485.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4856){-webkit-animation-delay:485.6s;animation-delay:485.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4857){-webkit-animation-delay:485.7s;animation-delay:485.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4858){-webkit-animation-delay:485.8s;animation-delay:485.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4859){-webkit-animation-delay:485.9s;animation-delay:485.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4860){-webkit-animation-delay:486s;animation-delay:486s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4861){-webkit-animation-delay:486.1s;animation-delay:486.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4862){-webkit-animation-delay:486.2s;animation-delay:486.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4863){-webkit-animation-delay:486.3s;animation-delay:486.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4864){-webkit-animation-delay:486.4s;animation-delay:486.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4865){-webkit-animation-delay:486.5s;animation-delay:486.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4866){-webkit-animation-delay:486.6s;animation-delay:486.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4867){-webkit-animation-delay:486.7s;animation-delay:486.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4868){-webkit-animation-delay:486.8s;animation-delay:486.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4869){-webkit-animation-delay:486.9s;animation-delay:486.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4870){-webkit-animation-delay:487s;animation-delay:487s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4871){-webkit-animation-delay:487.1s;animation-delay:487.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4872){-webkit-animation-delay:487.2s;animation-delay:487.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4873){-webkit-animation-delay:487.3s;animation-delay:487.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4874){-webkit-animation-delay:487.4s;animation-delay:487.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4875){-webkit-animation-delay:487.5s;animation-delay:487.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4876){-webkit-animation-delay:487.6s;animation-delay:487.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4877){-webkit-animation-delay:487.7s;animation-delay:487.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4878){-webkit-animation-delay:487.8s;animation-delay:487.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4879){-webkit-animation-delay:487.9s;animation-delay:487.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4880){-webkit-animation-delay:488s;animation-delay:488s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4881){-webkit-animation-delay:488.1s;animation-delay:488.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4882){-webkit-animation-delay:488.2s;animation-delay:488.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4883){-webkit-animation-delay:488.3s;animation-delay:488.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4884){-webkit-animation-delay:488.4s;animation-delay:488.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4885){-webkit-animation-delay:488.5s;animation-delay:488.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4886){-webkit-animation-delay:488.6s;animation-delay:488.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4887){-webkit-animation-delay:488.7s;animation-delay:488.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4888){-webkit-animation-delay:488.8s;animation-delay:488.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4889){-webkit-animation-delay:488.9s;animation-delay:488.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4890){-webkit-animation-delay:489s;animation-delay:489s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4891){-webkit-animation-delay:489.1s;animation-delay:489.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4892){-webkit-animation-delay:489.2s;animation-delay:489.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4893){-webkit-animation-delay:489.3s;animation-delay:489.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4894){-webkit-animation-delay:489.4s;animation-delay:489.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4895){-webkit-animation-delay:489.5s;animation-delay:489.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4896){-webkit-animation-delay:489.6s;animation-delay:489.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4897){-webkit-animation-delay:489.7s;animation-delay:489.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4898){-webkit-animation-delay:489.8s;animation-delay:489.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4899){-webkit-animation-delay:489.9s;animation-delay:489.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4900){-webkit-animation-delay:490s;animation-delay:490s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4901){-webkit-animation-delay:490.1s;animation-delay:490.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4902){-webkit-animation-delay:490.2s;animation-delay:490.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4903){-webkit-animation-delay:490.3s;animation-delay:490.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4904){-webkit-animation-delay:490.4s;animation-delay:490.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4905){-webkit-animation-delay:490.5s;animation-delay:490.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4906){-webkit-animation-delay:490.6s;animation-delay:490.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4907){-webkit-animation-delay:490.7s;animation-delay:490.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4908){-webkit-animation-delay:490.8s;animation-delay:490.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4909){-webkit-animation-delay:490.9s;animation-delay:490.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4910){-webkit-animation-delay:491s;animation-delay:491s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4911){-webkit-animation-delay:491.1s;animation-delay:491.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4912){-webkit-animation-delay:491.2s;animation-delay:491.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4913){-webkit-animation-delay:491.3s;animation-delay:491.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4914){-webkit-animation-delay:491.4s;animation-delay:491.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4915){-webkit-animation-delay:491.5s;animation-delay:491.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4916){-webkit-animation-delay:491.6s;animation-delay:491.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4917){-webkit-animation-delay:491.7s;animation-delay:491.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4918){-webkit-animation-delay:491.8s;animation-delay:491.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4919){-webkit-animation-delay:491.9s;animation-delay:491.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4920){-webkit-animation-delay:492s;animation-delay:492s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4921){-webkit-animation-delay:492.1s;animation-delay:492.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4922){-webkit-animation-delay:492.2s;animation-delay:492.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4923){-webkit-animation-delay:492.3s;animation-delay:492.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4924){-webkit-animation-delay:492.4s;animation-delay:492.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4925){-webkit-animation-delay:492.5s;animation-delay:492.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4926){-webkit-animation-delay:492.6s;animation-delay:492.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4927){-webkit-animation-delay:492.7s;animation-delay:492.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4928){-webkit-animation-delay:492.8s;animation-delay:492.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4929){-webkit-animation-delay:492.9s;animation-delay:492.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4930){-webkit-animation-delay:493s;animation-delay:493s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4931){-webkit-animation-delay:493.1s;animation-delay:493.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4932){-webkit-animation-delay:493.2s;animation-delay:493.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4933){-webkit-animation-delay:493.3s;animation-delay:493.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4934){-webkit-animation-delay:493.4s;animation-delay:493.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4935){-webkit-animation-delay:493.5s;animation-delay:493.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4936){-webkit-animation-delay:493.6s;animation-delay:493.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4937){-webkit-animation-delay:493.7s;animation-delay:493.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4938){-webkit-animation-delay:493.8s;animation-delay:493.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4939){-webkit-animation-delay:493.9s;animation-delay:493.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4940){-webkit-animation-delay:494s;animation-delay:494s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4941){-webkit-animation-delay:494.1s;animation-delay:494.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4942){-webkit-animation-delay:494.2s;animation-delay:494.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4943){-webkit-animation-delay:494.3s;animation-delay:494.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4944){-webkit-animation-delay:494.4s;animation-delay:494.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4945){-webkit-animation-delay:494.5s;animation-delay:494.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4946){-webkit-animation-delay:494.6s;animation-delay:494.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4947){-webkit-animation-delay:494.7s;animation-delay:494.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4948){-webkit-animation-delay:494.8s;animation-delay:494.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4949){-webkit-animation-delay:494.9s;animation-delay:494.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4950){-webkit-animation-delay:495s;animation-delay:495s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4951){-webkit-animation-delay:495.1s;animation-delay:495.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4952){-webkit-animation-delay:495.2s;animation-delay:495.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4953){-webkit-animation-delay:495.3s;animation-delay:495.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4954){-webkit-animation-delay:495.4s;animation-delay:495.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4955){-webkit-animation-delay:495.5s;animation-delay:495.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4956){-webkit-animation-delay:495.6s;animation-delay:495.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4957){-webkit-animation-delay:495.7s;animation-delay:495.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4958){-webkit-animation-delay:495.8s;animation-delay:495.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4959){-webkit-animation-delay:495.9s;animation-delay:495.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4960){-webkit-animation-delay:496s;animation-delay:496s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4961){-webkit-animation-delay:496.1s;animation-delay:496.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4962){-webkit-animation-delay:496.2s;animation-delay:496.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4963){-webkit-animation-delay:496.3s;animation-delay:496.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4964){-webkit-animation-delay:496.4s;animation-delay:496.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4965){-webkit-animation-delay:496.5s;animation-delay:496.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4966){-webkit-animation-delay:496.6s;animation-delay:496.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4967){-webkit-animation-delay:496.7s;animation-delay:496.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4968){-webkit-animation-delay:496.8s;animation-delay:496.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4969){-webkit-animation-delay:496.9s;animation-delay:496.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4970){-webkit-animation-delay:497s;animation-delay:497s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4971){-webkit-animation-delay:497.1s;animation-delay:497.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4972){-webkit-animation-delay:497.2s;animation-delay:497.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4973){-webkit-animation-delay:497.3s;animation-delay:497.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4974){-webkit-animation-delay:497.4s;animation-delay:497.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4975){-webkit-animation-delay:497.5s;animation-delay:497.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4976){-webkit-animation-delay:497.6s;animation-delay:497.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4977){-webkit-animation-delay:497.7s;animation-delay:497.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4978){-webkit-animation-delay:497.8s;animation-delay:497.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4979){-webkit-animation-delay:497.9s;animation-delay:497.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4980){-webkit-animation-delay:498s;animation-delay:498s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4981){-webkit-animation-delay:498.1s;animation-delay:498.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4982){-webkit-animation-delay:498.2s;animation-delay:498.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4983){-webkit-animation-delay:498.3s;animation-delay:498.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4984){-webkit-animation-delay:498.4s;animation-delay:498.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4985){-webkit-animation-delay:498.5s;animation-delay:498.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4986){-webkit-animation-delay:498.6s;animation-delay:498.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4987){-webkit-animation-delay:498.7s;animation-delay:498.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4988){-webkit-animation-delay:498.8s;animation-delay:498.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4989){-webkit-animation-delay:498.9s;animation-delay:498.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4990){-webkit-animation-delay:499s;animation-delay:499s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4991){-webkit-animation-delay:499.1s;animation-delay:499.1s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4992){-webkit-animation-delay:499.2s;animation-delay:499.2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4993){-webkit-animation-delay:499.3s;animation-delay:499.3s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4994){-webkit-animation-delay:499.4s;animation-delay:499.4s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4995){-webkit-animation-delay:499.5s;animation-delay:499.5s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4996){-webkit-animation-delay:499.6s;animation-delay:499.6s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4997){-webkit-animation-delay:499.7s;animation-delay:499.7s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4998){-webkit-animation-delay:499.8s;animation-delay:499.8s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(4999){-webkit-animation-delay:499.9s;animation-delay:499.9s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:nth-child(5000){-webkit-animation-delay:500s;animation-delay:500s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li{cursor:pointer;-webkit-transition:all .2s;transition:all .2s;-webkit-animation:fadeIn .5s linear;animation:fadeIn .5s linear;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media{padding:1.5rem 1rem}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 3px 10px 0 #CCC;-webkit-transition:all .2s;transition:all .2s}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.media .media-body{width:calc(100vw - (100vw - 100%) - 60px);overflow:hidden}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img{height:40px;width:40px}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .avatar img{border:2px solid #FFF}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li.mail-read{background-color:#EDEDED}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li:not(:first-child){border-top:1px solid #DAE1E7}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.75rem}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper .user-action .favorite i{font-size:1.2rem;line-height:1.5}.email-application .app-content .content-area-wrapper .email-user-list .no-results{display:none;padding:1.5rem;text-align:center}.email-application .app-content .content-area-wrapper .email-user-list .no-results.show{display:block}.email-application .app-action{padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #DAE1E7}.email-application .app-action .action-left .selectAll{margin:.25rem 0 .108rem}.email-application .app-action .action-left .selectAll .vs-checkbox,.email-application .app-action .action-right ul li:not(:last-child){margin-right:1rem}.email-application .app-action .action-right .dropdown-toggle{color:#626262;white-space:normal}.email-application .app-action .action-right .dropdown-toggle::after{display:none}.email-application .app-action .action-right i{font-size:1.5rem;margin-right:0}.email-application .email-app-details{position:absolute;display:block;z-index:2;visibility:hidden;opacity:0;top:0;width:calc(100% - 260px);background-color:#F8F8F8;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .3s ease;transition:all .3s ease;height:100%;border-left:1px solid #DAE1E7}.email-application .email-app-details.show{visibility:visible;-webkit-transition:all .3s ease;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:all .3s ease}.email-application .email-app-details .email-detail-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;box-shadow:0 4px 6px rgba(0,0,0,.04);border-bottom:1px solid #EEE;position:relative;padding:1.643rem 2rem 0;background-color:#FFF}.email-application .email-app-details .email-scroll-area{padding:0 2rem;position:relative;height:calc(100vh - 18.75rem);height:calc(var(--vh,1vh) * 100 - 18.75rem)}.email-application .email-app-details .email-scroll-area .email-detail-head{border-bottom:1px solid #DAE1E7;padding:1.5rem 1rem .75rem}.email-application .email-app-details .email-scroll-area .email-detail-head .mail-meta-item{text-align:right}.email-application .email-app-details .email-scroll-area .card-body.mail-message-wrapper{border-bottom:1px solid #DAE1E7!important}.email-application .email-app-details .email-scroll-area .mail-label{letter-spacing:.25px}.email-application .email-app-details .email-scroll-area .email-info-dropup .dropdown-toggle::after{left:0;margin:0}.email-application .email-app-details .email-scroll-area .mail-message p{margin-bottom:1.5rem}.email-application .email-app-details .email-scroll-area .mail-attachements{text-transform:uppercase}.email-application .ql-editor{height:150px}@media (max-width:767.98px){.email-application .sidebar-content .sidebar-close-icon{visibility:visible!important}}@media (max-width:991.98px){.email-application .app-content .sidebar-left{position:relative}.email-application .app-content .sidebar-left .email-app-sidebar{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:fixed;z-index:5;left:-2px}.email-application .app-content .sidebar-left.show .email-app-sidebar{-webkit-transform:translateX(13%);-ms-transform:translateX(13%);transform:translateX(13%);-webkit-transition:all .3s ease;transition:all .3s ease;display:block}.email-application .app-content .content-right{width:100%}.email-application .app-content .content-right .app-fixed-search{border-top-left-radius:.5rem}.email-application .app-content .content-right .email-app-details{width:100%;border-radius:.5rem}.email-application .app-content .content-right .email-app-details .email-scroll-area{height:calc(100vh - 21.5rem);height:calc(var(--vh,1vh) * 100 - 21.5rem)}}@media (max-width:575.98px){.email-application .sidebar-left .email-app-sidebar{left:-1.12rem!important}.email-application .email-detail-head .mail-meta-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.email-application .email-detail-head .mail-meta-item .mail-date,.email-application .email-detail-head .mail-meta-item .mail-time{margin:1rem .75rem 0 0}.email-application .app-content .content-right .email-app-details .email-scroll-area{height:calc(100vh - 23.25rem);height:calc(var(--vh,1vh) * 100 - 23.25rem)}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details{display:block}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-items{width:70%;display:inline-grid}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item{width:15%;position:absolute;right:1rem;top:1.5rem}.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item .bullet,.email-application .app-content .content-area-wrapper .email-user-list .users-list-wrapper li .user-details .mail-meta-item i{display:none}}@media (max-width:349.98px){.email-application .content-area-wrapper .sidebar .email-app-sidebar{width:230px;left:3px}.email-application .app-content .content-area-wrapper .email-user-list{height:calc(100vh - 22.3rem);height:calc(var(--vh,1vh) * 100 - 22.3rem)}.email-application .email-app-details .email-detail-header{padding:0 1.2rem}.email-application .email-app-details .email-detail-header .email-next,.email-application .email-app-details .email-detail-header .email-prev{display:none}}@-webkit-keyframes fadeIn{0%{opacity:0;top:100px}75%{opacity:.5;top:0}100%{opacity:1}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-todo.css b/www/assets2/css/pages/app-todo.css
new file mode 100644
index 0000000..2342ecb
--- /dev/null
+++ b/www/assets2/css/pages/app-todo.css
@@ -0,0 +1,20303 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.todo-application .content-area-wrapper {
+ border : 1px solid #DAE1E7;
+ border-radius : 0.25rem;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar {
+ width : 260px;
+ height : calc(100vh - 13rem);
+ height : calc(var(--vh, 1vh) * 100 - 13rem);
+ background-color : #FFFFFF;
+ border-top-left-radius : 0.25rem;
+ border-bottom-left-radius : 0.25rem;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .sidebar-close-icon {
+ position : absolute;
+ right : 0.25rem;
+ top : 0.25rem;
+ cursor : pointer;
+ font-size : 1.25rem;
+ z-index : 5;
+ visibility : hidden;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu {
+ width : 100%;
+ box-shadow : 0 0 15px 0 rgba(0, 0, 0, 0.05);
+ padding : 0.5rem 0;
+ z-index : 3;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .add-task {
+ padding : 1px 1.5rem;
+ margin-bottom : 0.25rem;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
+ padding : 0 1.5rem;
+ position : relative;
+ overflow : scroll;
+ height : calc(100% - 5.4rem);
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item {
+ padding-left : 0;
+ padding-right : 0;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:focus {
+ background-color : transparent;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:hover {
+ background-color : transparent;
+ color : #626262;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active {
+ background-color : transparent;
+ color : #7367F0;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item i {
+ top : 3px;
+}
+.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu hr {
+ margin-left : -1.5rem;
+ margin-right : -1.5rem;
+}
+.todo-application .content-area-wrapper .modal .todo-item-action {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ width : 6rem;
+ margin-bottom : 1.25rem;
+}
+.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-info, .todo-application .content-area-wrapper .modal .todo-item-action .todo-item-favorite, .todo-application .content-area-wrapper .modal .todo-item-action .dropdown {
+ cursor : pointer;
+ font-size : 1.2rem;
+ line-height : 1.5;
+}
+.todo-application .content-area-wrapper .modal .todo-item-action .dropdown .dropdown-menu .dropdown-item {
+ padding : 0.14rem 1.428rem;
+}
+.todo-application .content-area-wrapper .modal .todo-item-action .dropdown-toggle::after {
+ display : none;
+}
+.todo-application .content-area-wrapper .app-content .content-area-wrapper {
+ position : relative;
+}
+.todo-application .content-area-wrapper .completed .todo-title, .todo-application .content-area-wrapper .completed .todo-desc {
+ text-decoration : line-through;
+}
+.todo-application .content-area-wrapper .content-right {
+ width : calc(100% - 260px);
+}
+.todo-application .content-area-wrapper .content-right .content-wrapper {
+ padding : 0;
+}
+.todo-application .content-area-wrapper .content-right .todo-app-list-wrapper {
+ border-left : 1px solid #DAE1E7;
+}
+.todo-application .content-area-wrapper .content-right .app-fixed-search {
+ padding : 0.35rem 0.1rem;
+ border-bottom : 1px solid #DAE1E7;
+ background-color : #FFFFFF;
+ border-top-right-radius : 0.5rem;
+}
+.todo-application .content-area-wrapper .content-right .app-fixed-search .form-control-position {
+ font-size : calc(1rem * 1.1);
+}
+.todo-application .content-area-wrapper .content-right .app-fixed-search input {
+ border : 0;
+ background-color : transparent;
+}
+.todo-application .content-area-wrapper .content-right .app-fixed-search input:focus {
+ border-color : transparent;
+ box-shadow : none;
+}
+.todo-application .content-area-wrapper .content-right .sidebar-toggle {
+ cursor : pointer;
+ margin : 0.5rem 0.99rem;
+ float : left;
+ line-height : 1;
+}
+.todo-application .content-area-wrapper .content-right .sidebar-toggle i {
+ font-size : 1.75rem;
+}
+.todo-application .content-area-wrapper .content-right .app-content-overlay {
+ top : 0;
+ left : 0;
+ right : 0;
+ bottom : 0;
+ position : absolute;
+ display : block;
+ z-index : 2;
+ visibility : hidden;
+ opacity : 0;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+.todo-application .content-area-wrapper .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 .content-area-wrapper .content-right .todo-task-list {
+ position : relative;
+ height : calc(100vh - 16.35rem);
+ height : calc(var(--vh, 1vh) * 100 - 16.35rem);
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper {
+ padding : 0;
+ margin : 0;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li {
+ cursor : pointer;
+ -webkit-transition : all 0.2s;
+ transition : all 0.2s;
+ -webkit-animation : fadeIn 0.5s linear;
+ animation : fadeIn 0.5s linear;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : relative;
+ padding : 1.1rem 3rem 1.2rem 2rem;
+ border-top : 1px solid #DAE1E7;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:hover {
+ -webkit-transform : translateY(-4px);
+ -ms-transform : translateY(-4px);
+ transform : translateY(-4px);
+ box-shadow : 0 3px 10px 0 #CCCCCC;
+ -webkit-transition : all 0.2s;
+ transition : all 0.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper .chip {
+ margin-right : 0.25rem;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1) {
+ -webkit-animation-delay : 0.1s;
+ animation-delay : 0.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2) {
+ -webkit-animation-delay : 0.2s;
+ animation-delay : 0.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3) {
+ -webkit-animation-delay : 0.3s;
+ animation-delay : 0.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4) {
+ -webkit-animation-delay : 0.4s;
+ animation-delay : 0.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5) {
+ -webkit-animation-delay : 0.5s;
+ animation-delay : 0.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(6) {
+ -webkit-animation-delay : 0.6s;
+ animation-delay : 0.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(7) {
+ -webkit-animation-delay : 0.7s;
+ animation-delay : 0.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(8) {
+ -webkit-animation-delay : 0.8s;
+ animation-delay : 0.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(9) {
+ -webkit-animation-delay : 0.9s;
+ animation-delay : 0.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(10) {
+ -webkit-animation-delay : 1s;
+ animation-delay : 1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(11) {
+ -webkit-animation-delay : 1.1s;
+ animation-delay : 1.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(12) {
+ -webkit-animation-delay : 1.2s;
+ animation-delay : 1.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(13) {
+ -webkit-animation-delay : 1.3s;
+ animation-delay : 1.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(14) {
+ -webkit-animation-delay : 1.4s;
+ animation-delay : 1.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(15) {
+ -webkit-animation-delay : 1.5s;
+ animation-delay : 1.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(16) {
+ -webkit-animation-delay : 1.6s;
+ animation-delay : 1.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(17) {
+ -webkit-animation-delay : 1.7s;
+ animation-delay : 1.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(18) {
+ -webkit-animation-delay : 1.8s;
+ animation-delay : 1.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(19) {
+ -webkit-animation-delay : 1.9s;
+ animation-delay : 1.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(20) {
+ -webkit-animation-delay : 2s;
+ animation-delay : 2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(21) {
+ -webkit-animation-delay : 2.1s;
+ animation-delay : 2.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(22) {
+ -webkit-animation-delay : 2.2s;
+ animation-delay : 2.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(23) {
+ -webkit-animation-delay : 2.3s;
+ animation-delay : 2.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(24) {
+ -webkit-animation-delay : 2.4s;
+ animation-delay : 2.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(25) {
+ -webkit-animation-delay : 2.5s;
+ animation-delay : 2.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(26) {
+ -webkit-animation-delay : 2.6s;
+ animation-delay : 2.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(27) {
+ -webkit-animation-delay : 2.7s;
+ animation-delay : 2.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(28) {
+ -webkit-animation-delay : 2.8s;
+ animation-delay : 2.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(29) {
+ -webkit-animation-delay : 2.9s;
+ animation-delay : 2.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(30) {
+ -webkit-animation-delay : 3s;
+ animation-delay : 3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(31) {
+ -webkit-animation-delay : 3.1s;
+ animation-delay : 3.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(32) {
+ -webkit-animation-delay : 3.2s;
+ animation-delay : 3.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(33) {
+ -webkit-animation-delay : 3.3s;
+ animation-delay : 3.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(34) {
+ -webkit-animation-delay : 3.4s;
+ animation-delay : 3.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(35) {
+ -webkit-animation-delay : 3.5s;
+ animation-delay : 3.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(36) {
+ -webkit-animation-delay : 3.6s;
+ animation-delay : 3.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(37) {
+ -webkit-animation-delay : 3.7s;
+ animation-delay : 3.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(38) {
+ -webkit-animation-delay : 3.8s;
+ animation-delay : 3.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(39) {
+ -webkit-animation-delay : 3.9s;
+ animation-delay : 3.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(40) {
+ -webkit-animation-delay : 4s;
+ animation-delay : 4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(41) {
+ -webkit-animation-delay : 4.1s;
+ animation-delay : 4.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(42) {
+ -webkit-animation-delay : 4.2s;
+ animation-delay : 4.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(43) {
+ -webkit-animation-delay : 4.3s;
+ animation-delay : 4.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(44) {
+ -webkit-animation-delay : 4.4s;
+ animation-delay : 4.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(45) {
+ -webkit-animation-delay : 4.5s;
+ animation-delay : 4.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(46) {
+ -webkit-animation-delay : 4.6s;
+ animation-delay : 4.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(47) {
+ -webkit-animation-delay : 4.7s;
+ animation-delay : 4.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(48) {
+ -webkit-animation-delay : 4.8s;
+ animation-delay : 4.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(49) {
+ -webkit-animation-delay : 4.9s;
+ animation-delay : 4.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(50) {
+ -webkit-animation-delay : 5s;
+ animation-delay : 5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(51) {
+ -webkit-animation-delay : 5.1s;
+ animation-delay : 5.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(52) {
+ -webkit-animation-delay : 5.2s;
+ animation-delay : 5.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(53) {
+ -webkit-animation-delay : 5.3s;
+ animation-delay : 5.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(54) {
+ -webkit-animation-delay : 5.4s;
+ animation-delay : 5.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(55) {
+ -webkit-animation-delay : 5.5s;
+ animation-delay : 5.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(56) {
+ -webkit-animation-delay : 5.6s;
+ animation-delay : 5.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(57) {
+ -webkit-animation-delay : 5.7s;
+ animation-delay : 5.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(58) {
+ -webkit-animation-delay : 5.8s;
+ animation-delay : 5.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(59) {
+ -webkit-animation-delay : 5.9s;
+ animation-delay : 5.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(60) {
+ -webkit-animation-delay : 6s;
+ animation-delay : 6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(61) {
+ -webkit-animation-delay : 6.1s;
+ animation-delay : 6.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(62) {
+ -webkit-animation-delay : 6.2s;
+ animation-delay : 6.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(63) {
+ -webkit-animation-delay : 6.3s;
+ animation-delay : 6.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(64) {
+ -webkit-animation-delay : 6.4s;
+ animation-delay : 6.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(65) {
+ -webkit-animation-delay : 6.5s;
+ animation-delay : 6.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(66) {
+ -webkit-animation-delay : 6.6s;
+ animation-delay : 6.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(67) {
+ -webkit-animation-delay : 6.7s;
+ animation-delay : 6.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(68) {
+ -webkit-animation-delay : 6.8s;
+ animation-delay : 6.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(69) {
+ -webkit-animation-delay : 6.9s;
+ animation-delay : 6.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(70) {
+ -webkit-animation-delay : 7s;
+ animation-delay : 7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(71) {
+ -webkit-animation-delay : 7.1s;
+ animation-delay : 7.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(72) {
+ -webkit-animation-delay : 7.2s;
+ animation-delay : 7.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(73) {
+ -webkit-animation-delay : 7.3s;
+ animation-delay : 7.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(74) {
+ -webkit-animation-delay : 7.4s;
+ animation-delay : 7.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(75) {
+ -webkit-animation-delay : 7.5s;
+ animation-delay : 7.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(76) {
+ -webkit-animation-delay : 7.6s;
+ animation-delay : 7.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(77) {
+ -webkit-animation-delay : 7.7s;
+ animation-delay : 7.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(78) {
+ -webkit-animation-delay : 7.8s;
+ animation-delay : 7.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(79) {
+ -webkit-animation-delay : 7.9s;
+ animation-delay : 7.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(80) {
+ -webkit-animation-delay : 8s;
+ animation-delay : 8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(81) {
+ -webkit-animation-delay : 8.1s;
+ animation-delay : 8.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(82) {
+ -webkit-animation-delay : 8.2s;
+ animation-delay : 8.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(83) {
+ -webkit-animation-delay : 8.3s;
+ animation-delay : 8.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(84) {
+ -webkit-animation-delay : 8.4s;
+ animation-delay : 8.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(85) {
+ -webkit-animation-delay : 8.5s;
+ animation-delay : 8.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(86) {
+ -webkit-animation-delay : 8.6s;
+ animation-delay : 8.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(87) {
+ -webkit-animation-delay : 8.7s;
+ animation-delay : 8.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(88) {
+ -webkit-animation-delay : 8.8s;
+ animation-delay : 8.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(89) {
+ -webkit-animation-delay : 8.9s;
+ animation-delay : 8.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(90) {
+ -webkit-animation-delay : 9s;
+ animation-delay : 9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(91) {
+ -webkit-animation-delay : 9.1s;
+ animation-delay : 9.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(92) {
+ -webkit-animation-delay : 9.2s;
+ animation-delay : 9.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(93) {
+ -webkit-animation-delay : 9.3s;
+ animation-delay : 9.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(94) {
+ -webkit-animation-delay : 9.4s;
+ animation-delay : 9.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(95) {
+ -webkit-animation-delay : 9.5s;
+ animation-delay : 9.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(96) {
+ -webkit-animation-delay : 9.6s;
+ animation-delay : 9.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(97) {
+ -webkit-animation-delay : 9.7s;
+ animation-delay : 9.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(98) {
+ -webkit-animation-delay : 9.8s;
+ animation-delay : 9.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(99) {
+ -webkit-animation-delay : 9.9s;
+ animation-delay : 9.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(100) {
+ -webkit-animation-delay : 10s;
+ animation-delay : 10s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(101) {
+ -webkit-animation-delay : 10.1s;
+ animation-delay : 10.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(102) {
+ -webkit-animation-delay : 10.2s;
+ animation-delay : 10.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(103) {
+ -webkit-animation-delay : 10.3s;
+ animation-delay : 10.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(104) {
+ -webkit-animation-delay : 10.4s;
+ animation-delay : 10.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(105) {
+ -webkit-animation-delay : 10.5s;
+ animation-delay : 10.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(106) {
+ -webkit-animation-delay : 10.6s;
+ animation-delay : 10.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(107) {
+ -webkit-animation-delay : 10.7s;
+ animation-delay : 10.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(108) {
+ -webkit-animation-delay : 10.8s;
+ animation-delay : 10.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(109) {
+ -webkit-animation-delay : 10.9s;
+ animation-delay : 10.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(110) {
+ -webkit-animation-delay : 11s;
+ animation-delay : 11s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(111) {
+ -webkit-animation-delay : 11.1s;
+ animation-delay : 11.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(112) {
+ -webkit-animation-delay : 11.2s;
+ animation-delay : 11.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(113) {
+ -webkit-animation-delay : 11.3s;
+ animation-delay : 11.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(114) {
+ -webkit-animation-delay : 11.4s;
+ animation-delay : 11.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(115) {
+ -webkit-animation-delay : 11.5s;
+ animation-delay : 11.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(116) {
+ -webkit-animation-delay : 11.6s;
+ animation-delay : 11.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(117) {
+ -webkit-animation-delay : 11.7s;
+ animation-delay : 11.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(118) {
+ -webkit-animation-delay : 11.8s;
+ animation-delay : 11.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(119) {
+ -webkit-animation-delay : 11.9s;
+ animation-delay : 11.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(120) {
+ -webkit-animation-delay : 12s;
+ animation-delay : 12s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(121) {
+ -webkit-animation-delay : 12.1s;
+ animation-delay : 12.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(122) {
+ -webkit-animation-delay : 12.2s;
+ animation-delay : 12.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(123) {
+ -webkit-animation-delay : 12.3s;
+ animation-delay : 12.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(124) {
+ -webkit-animation-delay : 12.4s;
+ animation-delay : 12.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(125) {
+ -webkit-animation-delay : 12.5s;
+ animation-delay : 12.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(126) {
+ -webkit-animation-delay : 12.6s;
+ animation-delay : 12.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(127) {
+ -webkit-animation-delay : 12.7s;
+ animation-delay : 12.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(128) {
+ -webkit-animation-delay : 12.8s;
+ animation-delay : 12.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(129) {
+ -webkit-animation-delay : 12.9s;
+ animation-delay : 12.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(130) {
+ -webkit-animation-delay : 13s;
+ animation-delay : 13s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(131) {
+ -webkit-animation-delay : 13.1s;
+ animation-delay : 13.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(132) {
+ -webkit-animation-delay : 13.2s;
+ animation-delay : 13.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(133) {
+ -webkit-animation-delay : 13.3s;
+ animation-delay : 13.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(134) {
+ -webkit-animation-delay : 13.4s;
+ animation-delay : 13.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(135) {
+ -webkit-animation-delay : 13.5s;
+ animation-delay : 13.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(136) {
+ -webkit-animation-delay : 13.6s;
+ animation-delay : 13.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(137) {
+ -webkit-animation-delay : 13.7s;
+ animation-delay : 13.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(138) {
+ -webkit-animation-delay : 13.8s;
+ animation-delay : 13.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(139) {
+ -webkit-animation-delay : 13.9s;
+ animation-delay : 13.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(140) {
+ -webkit-animation-delay : 14s;
+ animation-delay : 14s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(141) {
+ -webkit-animation-delay : 14.1s;
+ animation-delay : 14.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(142) {
+ -webkit-animation-delay : 14.2s;
+ animation-delay : 14.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(143) {
+ -webkit-animation-delay : 14.3s;
+ animation-delay : 14.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(144) {
+ -webkit-animation-delay : 14.4s;
+ animation-delay : 14.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(145) {
+ -webkit-animation-delay : 14.5s;
+ animation-delay : 14.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(146) {
+ -webkit-animation-delay : 14.6s;
+ animation-delay : 14.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(147) {
+ -webkit-animation-delay : 14.7s;
+ animation-delay : 14.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(148) {
+ -webkit-animation-delay : 14.8s;
+ animation-delay : 14.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(149) {
+ -webkit-animation-delay : 14.9s;
+ animation-delay : 14.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(150) {
+ -webkit-animation-delay : 15s;
+ animation-delay : 15s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(151) {
+ -webkit-animation-delay : 15.1s;
+ animation-delay : 15.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(152) {
+ -webkit-animation-delay : 15.2s;
+ animation-delay : 15.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(153) {
+ -webkit-animation-delay : 15.3s;
+ animation-delay : 15.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(154) {
+ -webkit-animation-delay : 15.4s;
+ animation-delay : 15.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(155) {
+ -webkit-animation-delay : 15.5s;
+ animation-delay : 15.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(156) {
+ -webkit-animation-delay : 15.6s;
+ animation-delay : 15.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(157) {
+ -webkit-animation-delay : 15.7s;
+ animation-delay : 15.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(158) {
+ -webkit-animation-delay : 15.8s;
+ animation-delay : 15.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(159) {
+ -webkit-animation-delay : 15.9s;
+ animation-delay : 15.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(160) {
+ -webkit-animation-delay : 16s;
+ animation-delay : 16s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(161) {
+ -webkit-animation-delay : 16.1s;
+ animation-delay : 16.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(162) {
+ -webkit-animation-delay : 16.2s;
+ animation-delay : 16.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(163) {
+ -webkit-animation-delay : 16.3s;
+ animation-delay : 16.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(164) {
+ -webkit-animation-delay : 16.4s;
+ animation-delay : 16.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(165) {
+ -webkit-animation-delay : 16.5s;
+ animation-delay : 16.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(166) {
+ -webkit-animation-delay : 16.6s;
+ animation-delay : 16.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(167) {
+ -webkit-animation-delay : 16.7s;
+ animation-delay : 16.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(168) {
+ -webkit-animation-delay : 16.8s;
+ animation-delay : 16.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(169) {
+ -webkit-animation-delay : 16.9s;
+ animation-delay : 16.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(170) {
+ -webkit-animation-delay : 17s;
+ animation-delay : 17s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(171) {
+ -webkit-animation-delay : 17.1s;
+ animation-delay : 17.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(172) {
+ -webkit-animation-delay : 17.2s;
+ animation-delay : 17.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(173) {
+ -webkit-animation-delay : 17.3s;
+ animation-delay : 17.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(174) {
+ -webkit-animation-delay : 17.4s;
+ animation-delay : 17.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(175) {
+ -webkit-animation-delay : 17.5s;
+ animation-delay : 17.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(176) {
+ -webkit-animation-delay : 17.6s;
+ animation-delay : 17.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(177) {
+ -webkit-animation-delay : 17.7s;
+ animation-delay : 17.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(178) {
+ -webkit-animation-delay : 17.8s;
+ animation-delay : 17.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(179) {
+ -webkit-animation-delay : 17.9s;
+ animation-delay : 17.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(180) {
+ -webkit-animation-delay : 18s;
+ animation-delay : 18s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(181) {
+ -webkit-animation-delay : 18.1s;
+ animation-delay : 18.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(182) {
+ -webkit-animation-delay : 18.2s;
+ animation-delay : 18.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(183) {
+ -webkit-animation-delay : 18.3s;
+ animation-delay : 18.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(184) {
+ -webkit-animation-delay : 18.4s;
+ animation-delay : 18.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(185) {
+ -webkit-animation-delay : 18.5s;
+ animation-delay : 18.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(186) {
+ -webkit-animation-delay : 18.6s;
+ animation-delay : 18.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(187) {
+ -webkit-animation-delay : 18.7s;
+ animation-delay : 18.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(188) {
+ -webkit-animation-delay : 18.8s;
+ animation-delay : 18.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(189) {
+ -webkit-animation-delay : 18.9s;
+ animation-delay : 18.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(190) {
+ -webkit-animation-delay : 19s;
+ animation-delay : 19s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(191) {
+ -webkit-animation-delay : 19.1s;
+ animation-delay : 19.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(192) {
+ -webkit-animation-delay : 19.2s;
+ animation-delay : 19.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(193) {
+ -webkit-animation-delay : 19.3s;
+ animation-delay : 19.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(194) {
+ -webkit-animation-delay : 19.4s;
+ animation-delay : 19.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(195) {
+ -webkit-animation-delay : 19.5s;
+ animation-delay : 19.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(196) {
+ -webkit-animation-delay : 19.6s;
+ animation-delay : 19.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(197) {
+ -webkit-animation-delay : 19.7s;
+ animation-delay : 19.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(198) {
+ -webkit-animation-delay : 19.8s;
+ animation-delay : 19.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(199) {
+ -webkit-animation-delay : 19.9s;
+ animation-delay : 19.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(200) {
+ -webkit-animation-delay : 20s;
+ animation-delay : 20s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(201) {
+ -webkit-animation-delay : 20.1s;
+ animation-delay : 20.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(202) {
+ -webkit-animation-delay : 20.2s;
+ animation-delay : 20.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(203) {
+ -webkit-animation-delay : 20.3s;
+ animation-delay : 20.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(204) {
+ -webkit-animation-delay : 20.4s;
+ animation-delay : 20.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(205) {
+ -webkit-animation-delay : 20.5s;
+ animation-delay : 20.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(206) {
+ -webkit-animation-delay : 20.6s;
+ animation-delay : 20.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(207) {
+ -webkit-animation-delay : 20.7s;
+ animation-delay : 20.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(208) {
+ -webkit-animation-delay : 20.8s;
+ animation-delay : 20.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(209) {
+ -webkit-animation-delay : 20.9s;
+ animation-delay : 20.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(210) {
+ -webkit-animation-delay : 21s;
+ animation-delay : 21s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(211) {
+ -webkit-animation-delay : 21.1s;
+ animation-delay : 21.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(212) {
+ -webkit-animation-delay : 21.2s;
+ animation-delay : 21.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(213) {
+ -webkit-animation-delay : 21.3s;
+ animation-delay : 21.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(214) {
+ -webkit-animation-delay : 21.4s;
+ animation-delay : 21.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(215) {
+ -webkit-animation-delay : 21.5s;
+ animation-delay : 21.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(216) {
+ -webkit-animation-delay : 21.6s;
+ animation-delay : 21.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(217) {
+ -webkit-animation-delay : 21.7s;
+ animation-delay : 21.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(218) {
+ -webkit-animation-delay : 21.8s;
+ animation-delay : 21.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(219) {
+ -webkit-animation-delay : 21.9s;
+ animation-delay : 21.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(220) {
+ -webkit-animation-delay : 22s;
+ animation-delay : 22s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(221) {
+ -webkit-animation-delay : 22.1s;
+ animation-delay : 22.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(222) {
+ -webkit-animation-delay : 22.2s;
+ animation-delay : 22.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(223) {
+ -webkit-animation-delay : 22.3s;
+ animation-delay : 22.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(224) {
+ -webkit-animation-delay : 22.4s;
+ animation-delay : 22.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(225) {
+ -webkit-animation-delay : 22.5s;
+ animation-delay : 22.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(226) {
+ -webkit-animation-delay : 22.6s;
+ animation-delay : 22.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(227) {
+ -webkit-animation-delay : 22.7s;
+ animation-delay : 22.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(228) {
+ -webkit-animation-delay : 22.8s;
+ animation-delay : 22.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(229) {
+ -webkit-animation-delay : 22.9s;
+ animation-delay : 22.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(230) {
+ -webkit-animation-delay : 23s;
+ animation-delay : 23s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(231) {
+ -webkit-animation-delay : 23.1s;
+ animation-delay : 23.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(232) {
+ -webkit-animation-delay : 23.2s;
+ animation-delay : 23.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(233) {
+ -webkit-animation-delay : 23.3s;
+ animation-delay : 23.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(234) {
+ -webkit-animation-delay : 23.4s;
+ animation-delay : 23.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(235) {
+ -webkit-animation-delay : 23.5s;
+ animation-delay : 23.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(236) {
+ -webkit-animation-delay : 23.6s;
+ animation-delay : 23.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(237) {
+ -webkit-animation-delay : 23.7s;
+ animation-delay : 23.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(238) {
+ -webkit-animation-delay : 23.8s;
+ animation-delay : 23.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(239) {
+ -webkit-animation-delay : 23.9s;
+ animation-delay : 23.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(240) {
+ -webkit-animation-delay : 24s;
+ animation-delay : 24s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(241) {
+ -webkit-animation-delay : 24.1s;
+ animation-delay : 24.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(242) {
+ -webkit-animation-delay : 24.2s;
+ animation-delay : 24.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(243) {
+ -webkit-animation-delay : 24.3s;
+ animation-delay : 24.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(244) {
+ -webkit-animation-delay : 24.4s;
+ animation-delay : 24.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(245) {
+ -webkit-animation-delay : 24.5s;
+ animation-delay : 24.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(246) {
+ -webkit-animation-delay : 24.6s;
+ animation-delay : 24.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(247) {
+ -webkit-animation-delay : 24.7s;
+ animation-delay : 24.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(248) {
+ -webkit-animation-delay : 24.8s;
+ animation-delay : 24.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(249) {
+ -webkit-animation-delay : 24.9s;
+ animation-delay : 24.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(250) {
+ -webkit-animation-delay : 25s;
+ animation-delay : 25s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(251) {
+ -webkit-animation-delay : 25.1s;
+ animation-delay : 25.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(252) {
+ -webkit-animation-delay : 25.2s;
+ animation-delay : 25.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(253) {
+ -webkit-animation-delay : 25.3s;
+ animation-delay : 25.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(254) {
+ -webkit-animation-delay : 25.4s;
+ animation-delay : 25.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(255) {
+ -webkit-animation-delay : 25.5s;
+ animation-delay : 25.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(256) {
+ -webkit-animation-delay : 25.6s;
+ animation-delay : 25.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(257) {
+ -webkit-animation-delay : 25.7s;
+ animation-delay : 25.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(258) {
+ -webkit-animation-delay : 25.8s;
+ animation-delay : 25.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(259) {
+ -webkit-animation-delay : 25.9s;
+ animation-delay : 25.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(260) {
+ -webkit-animation-delay : 26s;
+ animation-delay : 26s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(261) {
+ -webkit-animation-delay : 26.1s;
+ animation-delay : 26.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(262) {
+ -webkit-animation-delay : 26.2s;
+ animation-delay : 26.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(263) {
+ -webkit-animation-delay : 26.3s;
+ animation-delay : 26.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(264) {
+ -webkit-animation-delay : 26.4s;
+ animation-delay : 26.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(265) {
+ -webkit-animation-delay : 26.5s;
+ animation-delay : 26.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(266) {
+ -webkit-animation-delay : 26.6s;
+ animation-delay : 26.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(267) {
+ -webkit-animation-delay : 26.7s;
+ animation-delay : 26.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(268) {
+ -webkit-animation-delay : 26.8s;
+ animation-delay : 26.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(269) {
+ -webkit-animation-delay : 26.9s;
+ animation-delay : 26.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(270) {
+ -webkit-animation-delay : 27s;
+ animation-delay : 27s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(271) {
+ -webkit-animation-delay : 27.1s;
+ animation-delay : 27.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(272) {
+ -webkit-animation-delay : 27.2s;
+ animation-delay : 27.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(273) {
+ -webkit-animation-delay : 27.3s;
+ animation-delay : 27.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(274) {
+ -webkit-animation-delay : 27.4s;
+ animation-delay : 27.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(275) {
+ -webkit-animation-delay : 27.5s;
+ animation-delay : 27.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(276) {
+ -webkit-animation-delay : 27.6s;
+ animation-delay : 27.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(277) {
+ -webkit-animation-delay : 27.7s;
+ animation-delay : 27.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(278) {
+ -webkit-animation-delay : 27.8s;
+ animation-delay : 27.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(279) {
+ -webkit-animation-delay : 27.9s;
+ animation-delay : 27.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(280) {
+ -webkit-animation-delay : 28s;
+ animation-delay : 28s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(281) {
+ -webkit-animation-delay : 28.1s;
+ animation-delay : 28.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(282) {
+ -webkit-animation-delay : 28.2s;
+ animation-delay : 28.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(283) {
+ -webkit-animation-delay : 28.3s;
+ animation-delay : 28.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(284) {
+ -webkit-animation-delay : 28.4s;
+ animation-delay : 28.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(285) {
+ -webkit-animation-delay : 28.5s;
+ animation-delay : 28.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(286) {
+ -webkit-animation-delay : 28.6s;
+ animation-delay : 28.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(287) {
+ -webkit-animation-delay : 28.7s;
+ animation-delay : 28.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(288) {
+ -webkit-animation-delay : 28.8s;
+ animation-delay : 28.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(289) {
+ -webkit-animation-delay : 28.9s;
+ animation-delay : 28.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(290) {
+ -webkit-animation-delay : 29s;
+ animation-delay : 29s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(291) {
+ -webkit-animation-delay : 29.1s;
+ animation-delay : 29.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(292) {
+ -webkit-animation-delay : 29.2s;
+ animation-delay : 29.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(293) {
+ -webkit-animation-delay : 29.3s;
+ animation-delay : 29.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(294) {
+ -webkit-animation-delay : 29.4s;
+ animation-delay : 29.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(295) {
+ -webkit-animation-delay : 29.5s;
+ animation-delay : 29.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(296) {
+ -webkit-animation-delay : 29.6s;
+ animation-delay : 29.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(297) {
+ -webkit-animation-delay : 29.7s;
+ animation-delay : 29.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(298) {
+ -webkit-animation-delay : 29.8s;
+ animation-delay : 29.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(299) {
+ -webkit-animation-delay : 29.9s;
+ animation-delay : 29.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(300) {
+ -webkit-animation-delay : 30s;
+ animation-delay : 30s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(301) {
+ -webkit-animation-delay : 30.1s;
+ animation-delay : 30.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(302) {
+ -webkit-animation-delay : 30.2s;
+ animation-delay : 30.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(303) {
+ -webkit-animation-delay : 30.3s;
+ animation-delay : 30.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(304) {
+ -webkit-animation-delay : 30.4s;
+ animation-delay : 30.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(305) {
+ -webkit-animation-delay : 30.5s;
+ animation-delay : 30.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(306) {
+ -webkit-animation-delay : 30.6s;
+ animation-delay : 30.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(307) {
+ -webkit-animation-delay : 30.7s;
+ animation-delay : 30.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(308) {
+ -webkit-animation-delay : 30.8s;
+ animation-delay : 30.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(309) {
+ -webkit-animation-delay : 30.9s;
+ animation-delay : 30.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(310) {
+ -webkit-animation-delay : 31s;
+ animation-delay : 31s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(311) {
+ -webkit-animation-delay : 31.1s;
+ animation-delay : 31.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(312) {
+ -webkit-animation-delay : 31.2s;
+ animation-delay : 31.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(313) {
+ -webkit-animation-delay : 31.3s;
+ animation-delay : 31.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(314) {
+ -webkit-animation-delay : 31.4s;
+ animation-delay : 31.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(315) {
+ -webkit-animation-delay : 31.5s;
+ animation-delay : 31.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(316) {
+ -webkit-animation-delay : 31.6s;
+ animation-delay : 31.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(317) {
+ -webkit-animation-delay : 31.7s;
+ animation-delay : 31.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(318) {
+ -webkit-animation-delay : 31.8s;
+ animation-delay : 31.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(319) {
+ -webkit-animation-delay : 31.9s;
+ animation-delay : 31.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(320) {
+ -webkit-animation-delay : 32s;
+ animation-delay : 32s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(321) {
+ -webkit-animation-delay : 32.1s;
+ animation-delay : 32.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(322) {
+ -webkit-animation-delay : 32.2s;
+ animation-delay : 32.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(323) {
+ -webkit-animation-delay : 32.3s;
+ animation-delay : 32.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(324) {
+ -webkit-animation-delay : 32.4s;
+ animation-delay : 32.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(325) {
+ -webkit-animation-delay : 32.5s;
+ animation-delay : 32.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(326) {
+ -webkit-animation-delay : 32.6s;
+ animation-delay : 32.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(327) {
+ -webkit-animation-delay : 32.7s;
+ animation-delay : 32.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(328) {
+ -webkit-animation-delay : 32.8s;
+ animation-delay : 32.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(329) {
+ -webkit-animation-delay : 32.9s;
+ animation-delay : 32.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(330) {
+ -webkit-animation-delay : 33s;
+ animation-delay : 33s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(331) {
+ -webkit-animation-delay : 33.1s;
+ animation-delay : 33.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(332) {
+ -webkit-animation-delay : 33.2s;
+ animation-delay : 33.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(333) {
+ -webkit-animation-delay : 33.3s;
+ animation-delay : 33.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(334) {
+ -webkit-animation-delay : 33.4s;
+ animation-delay : 33.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(335) {
+ -webkit-animation-delay : 33.5s;
+ animation-delay : 33.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(336) {
+ -webkit-animation-delay : 33.6s;
+ animation-delay : 33.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(337) {
+ -webkit-animation-delay : 33.7s;
+ animation-delay : 33.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(338) {
+ -webkit-animation-delay : 33.8s;
+ animation-delay : 33.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(339) {
+ -webkit-animation-delay : 33.9s;
+ animation-delay : 33.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(340) {
+ -webkit-animation-delay : 34s;
+ animation-delay : 34s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(341) {
+ -webkit-animation-delay : 34.1s;
+ animation-delay : 34.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(342) {
+ -webkit-animation-delay : 34.2s;
+ animation-delay : 34.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(343) {
+ -webkit-animation-delay : 34.3s;
+ animation-delay : 34.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(344) {
+ -webkit-animation-delay : 34.4s;
+ animation-delay : 34.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(345) {
+ -webkit-animation-delay : 34.5s;
+ animation-delay : 34.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(346) {
+ -webkit-animation-delay : 34.6s;
+ animation-delay : 34.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(347) {
+ -webkit-animation-delay : 34.7s;
+ animation-delay : 34.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(348) {
+ -webkit-animation-delay : 34.8s;
+ animation-delay : 34.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(349) {
+ -webkit-animation-delay : 34.9s;
+ animation-delay : 34.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(350) {
+ -webkit-animation-delay : 35s;
+ animation-delay : 35s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(351) {
+ -webkit-animation-delay : 35.1s;
+ animation-delay : 35.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(352) {
+ -webkit-animation-delay : 35.2s;
+ animation-delay : 35.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(353) {
+ -webkit-animation-delay : 35.3s;
+ animation-delay : 35.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(354) {
+ -webkit-animation-delay : 35.4s;
+ animation-delay : 35.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(355) {
+ -webkit-animation-delay : 35.5s;
+ animation-delay : 35.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(356) {
+ -webkit-animation-delay : 35.6s;
+ animation-delay : 35.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(357) {
+ -webkit-animation-delay : 35.7s;
+ animation-delay : 35.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(358) {
+ -webkit-animation-delay : 35.8s;
+ animation-delay : 35.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(359) {
+ -webkit-animation-delay : 35.9s;
+ animation-delay : 35.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(360) {
+ -webkit-animation-delay : 36s;
+ animation-delay : 36s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(361) {
+ -webkit-animation-delay : 36.1s;
+ animation-delay : 36.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(362) {
+ -webkit-animation-delay : 36.2s;
+ animation-delay : 36.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(363) {
+ -webkit-animation-delay : 36.3s;
+ animation-delay : 36.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(364) {
+ -webkit-animation-delay : 36.4s;
+ animation-delay : 36.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(365) {
+ -webkit-animation-delay : 36.5s;
+ animation-delay : 36.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(366) {
+ -webkit-animation-delay : 36.6s;
+ animation-delay : 36.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(367) {
+ -webkit-animation-delay : 36.7s;
+ animation-delay : 36.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(368) {
+ -webkit-animation-delay : 36.8s;
+ animation-delay : 36.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(369) {
+ -webkit-animation-delay : 36.9s;
+ animation-delay : 36.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(370) {
+ -webkit-animation-delay : 37s;
+ animation-delay : 37s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(371) {
+ -webkit-animation-delay : 37.1s;
+ animation-delay : 37.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(372) {
+ -webkit-animation-delay : 37.2s;
+ animation-delay : 37.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(373) {
+ -webkit-animation-delay : 37.3s;
+ animation-delay : 37.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(374) {
+ -webkit-animation-delay : 37.4s;
+ animation-delay : 37.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(375) {
+ -webkit-animation-delay : 37.5s;
+ animation-delay : 37.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(376) {
+ -webkit-animation-delay : 37.6s;
+ animation-delay : 37.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(377) {
+ -webkit-animation-delay : 37.7s;
+ animation-delay : 37.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(378) {
+ -webkit-animation-delay : 37.8s;
+ animation-delay : 37.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(379) {
+ -webkit-animation-delay : 37.9s;
+ animation-delay : 37.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(380) {
+ -webkit-animation-delay : 38s;
+ animation-delay : 38s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(381) {
+ -webkit-animation-delay : 38.1s;
+ animation-delay : 38.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(382) {
+ -webkit-animation-delay : 38.2s;
+ animation-delay : 38.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(383) {
+ -webkit-animation-delay : 38.3s;
+ animation-delay : 38.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(384) {
+ -webkit-animation-delay : 38.4s;
+ animation-delay : 38.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(385) {
+ -webkit-animation-delay : 38.5s;
+ animation-delay : 38.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(386) {
+ -webkit-animation-delay : 38.6s;
+ animation-delay : 38.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(387) {
+ -webkit-animation-delay : 38.7s;
+ animation-delay : 38.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(388) {
+ -webkit-animation-delay : 38.8s;
+ animation-delay : 38.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(389) {
+ -webkit-animation-delay : 38.9s;
+ animation-delay : 38.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(390) {
+ -webkit-animation-delay : 39s;
+ animation-delay : 39s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(391) {
+ -webkit-animation-delay : 39.1s;
+ animation-delay : 39.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(392) {
+ -webkit-animation-delay : 39.2s;
+ animation-delay : 39.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(393) {
+ -webkit-animation-delay : 39.3s;
+ animation-delay : 39.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(394) {
+ -webkit-animation-delay : 39.4s;
+ animation-delay : 39.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(395) {
+ -webkit-animation-delay : 39.5s;
+ animation-delay : 39.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(396) {
+ -webkit-animation-delay : 39.6s;
+ animation-delay : 39.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(397) {
+ -webkit-animation-delay : 39.7s;
+ animation-delay : 39.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(398) {
+ -webkit-animation-delay : 39.8s;
+ animation-delay : 39.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(399) {
+ -webkit-animation-delay : 39.9s;
+ animation-delay : 39.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(400) {
+ -webkit-animation-delay : 40s;
+ animation-delay : 40s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(401) {
+ -webkit-animation-delay : 40.1s;
+ animation-delay : 40.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(402) {
+ -webkit-animation-delay : 40.2s;
+ animation-delay : 40.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(403) {
+ -webkit-animation-delay : 40.3s;
+ animation-delay : 40.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(404) {
+ -webkit-animation-delay : 40.4s;
+ animation-delay : 40.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(405) {
+ -webkit-animation-delay : 40.5s;
+ animation-delay : 40.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(406) {
+ -webkit-animation-delay : 40.6s;
+ animation-delay : 40.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(407) {
+ -webkit-animation-delay : 40.7s;
+ animation-delay : 40.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(408) {
+ -webkit-animation-delay : 40.8s;
+ animation-delay : 40.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(409) {
+ -webkit-animation-delay : 40.9s;
+ animation-delay : 40.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(410) {
+ -webkit-animation-delay : 41s;
+ animation-delay : 41s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(411) {
+ -webkit-animation-delay : 41.1s;
+ animation-delay : 41.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(412) {
+ -webkit-animation-delay : 41.2s;
+ animation-delay : 41.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(413) {
+ -webkit-animation-delay : 41.3s;
+ animation-delay : 41.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(414) {
+ -webkit-animation-delay : 41.4s;
+ animation-delay : 41.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(415) {
+ -webkit-animation-delay : 41.5s;
+ animation-delay : 41.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(416) {
+ -webkit-animation-delay : 41.6s;
+ animation-delay : 41.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(417) {
+ -webkit-animation-delay : 41.7s;
+ animation-delay : 41.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(418) {
+ -webkit-animation-delay : 41.8s;
+ animation-delay : 41.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(419) {
+ -webkit-animation-delay : 41.9s;
+ animation-delay : 41.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(420) {
+ -webkit-animation-delay : 42s;
+ animation-delay : 42s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(421) {
+ -webkit-animation-delay : 42.1s;
+ animation-delay : 42.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(422) {
+ -webkit-animation-delay : 42.2s;
+ animation-delay : 42.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(423) {
+ -webkit-animation-delay : 42.3s;
+ animation-delay : 42.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(424) {
+ -webkit-animation-delay : 42.4s;
+ animation-delay : 42.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(425) {
+ -webkit-animation-delay : 42.5s;
+ animation-delay : 42.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(426) {
+ -webkit-animation-delay : 42.6s;
+ animation-delay : 42.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(427) {
+ -webkit-animation-delay : 42.7s;
+ animation-delay : 42.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(428) {
+ -webkit-animation-delay : 42.8s;
+ animation-delay : 42.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(429) {
+ -webkit-animation-delay : 42.9s;
+ animation-delay : 42.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(430) {
+ -webkit-animation-delay : 43s;
+ animation-delay : 43s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(431) {
+ -webkit-animation-delay : 43.1s;
+ animation-delay : 43.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(432) {
+ -webkit-animation-delay : 43.2s;
+ animation-delay : 43.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(433) {
+ -webkit-animation-delay : 43.3s;
+ animation-delay : 43.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(434) {
+ -webkit-animation-delay : 43.4s;
+ animation-delay : 43.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(435) {
+ -webkit-animation-delay : 43.5s;
+ animation-delay : 43.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(436) {
+ -webkit-animation-delay : 43.6s;
+ animation-delay : 43.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(437) {
+ -webkit-animation-delay : 43.7s;
+ animation-delay : 43.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(438) {
+ -webkit-animation-delay : 43.8s;
+ animation-delay : 43.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(439) {
+ -webkit-animation-delay : 43.9s;
+ animation-delay : 43.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(440) {
+ -webkit-animation-delay : 44s;
+ animation-delay : 44s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(441) {
+ -webkit-animation-delay : 44.1s;
+ animation-delay : 44.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(442) {
+ -webkit-animation-delay : 44.2s;
+ animation-delay : 44.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(443) {
+ -webkit-animation-delay : 44.3s;
+ animation-delay : 44.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(444) {
+ -webkit-animation-delay : 44.4s;
+ animation-delay : 44.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(445) {
+ -webkit-animation-delay : 44.5s;
+ animation-delay : 44.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(446) {
+ -webkit-animation-delay : 44.6s;
+ animation-delay : 44.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(447) {
+ -webkit-animation-delay : 44.7s;
+ animation-delay : 44.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(448) {
+ -webkit-animation-delay : 44.8s;
+ animation-delay : 44.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(449) {
+ -webkit-animation-delay : 44.9s;
+ animation-delay : 44.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(450) {
+ -webkit-animation-delay : 45s;
+ animation-delay : 45s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(451) {
+ -webkit-animation-delay : 45.1s;
+ animation-delay : 45.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(452) {
+ -webkit-animation-delay : 45.2s;
+ animation-delay : 45.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(453) {
+ -webkit-animation-delay : 45.3s;
+ animation-delay : 45.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(454) {
+ -webkit-animation-delay : 45.4s;
+ animation-delay : 45.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(455) {
+ -webkit-animation-delay : 45.5s;
+ animation-delay : 45.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(456) {
+ -webkit-animation-delay : 45.6s;
+ animation-delay : 45.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(457) {
+ -webkit-animation-delay : 45.7s;
+ animation-delay : 45.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(458) {
+ -webkit-animation-delay : 45.8s;
+ animation-delay : 45.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(459) {
+ -webkit-animation-delay : 45.9s;
+ animation-delay : 45.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(460) {
+ -webkit-animation-delay : 46s;
+ animation-delay : 46s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(461) {
+ -webkit-animation-delay : 46.1s;
+ animation-delay : 46.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(462) {
+ -webkit-animation-delay : 46.2s;
+ animation-delay : 46.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(463) {
+ -webkit-animation-delay : 46.3s;
+ animation-delay : 46.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(464) {
+ -webkit-animation-delay : 46.4s;
+ animation-delay : 46.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(465) {
+ -webkit-animation-delay : 46.5s;
+ animation-delay : 46.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(466) {
+ -webkit-animation-delay : 46.6s;
+ animation-delay : 46.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(467) {
+ -webkit-animation-delay : 46.7s;
+ animation-delay : 46.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(468) {
+ -webkit-animation-delay : 46.8s;
+ animation-delay : 46.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(469) {
+ -webkit-animation-delay : 46.9s;
+ animation-delay : 46.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(470) {
+ -webkit-animation-delay : 47s;
+ animation-delay : 47s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(471) {
+ -webkit-animation-delay : 47.1s;
+ animation-delay : 47.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(472) {
+ -webkit-animation-delay : 47.2s;
+ animation-delay : 47.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(473) {
+ -webkit-animation-delay : 47.3s;
+ animation-delay : 47.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(474) {
+ -webkit-animation-delay : 47.4s;
+ animation-delay : 47.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(475) {
+ -webkit-animation-delay : 47.5s;
+ animation-delay : 47.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(476) {
+ -webkit-animation-delay : 47.6s;
+ animation-delay : 47.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(477) {
+ -webkit-animation-delay : 47.7s;
+ animation-delay : 47.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(478) {
+ -webkit-animation-delay : 47.8s;
+ animation-delay : 47.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(479) {
+ -webkit-animation-delay : 47.9s;
+ animation-delay : 47.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(480) {
+ -webkit-animation-delay : 48s;
+ animation-delay : 48s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(481) {
+ -webkit-animation-delay : 48.1s;
+ animation-delay : 48.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(482) {
+ -webkit-animation-delay : 48.2s;
+ animation-delay : 48.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(483) {
+ -webkit-animation-delay : 48.3s;
+ animation-delay : 48.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(484) {
+ -webkit-animation-delay : 48.4s;
+ animation-delay : 48.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(485) {
+ -webkit-animation-delay : 48.5s;
+ animation-delay : 48.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(486) {
+ -webkit-animation-delay : 48.6s;
+ animation-delay : 48.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(487) {
+ -webkit-animation-delay : 48.7s;
+ animation-delay : 48.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(488) {
+ -webkit-animation-delay : 48.8s;
+ animation-delay : 48.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(489) {
+ -webkit-animation-delay : 48.9s;
+ animation-delay : 48.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(490) {
+ -webkit-animation-delay : 49s;
+ animation-delay : 49s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(491) {
+ -webkit-animation-delay : 49.1s;
+ animation-delay : 49.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(492) {
+ -webkit-animation-delay : 49.2s;
+ animation-delay : 49.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(493) {
+ -webkit-animation-delay : 49.3s;
+ animation-delay : 49.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(494) {
+ -webkit-animation-delay : 49.4s;
+ animation-delay : 49.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(495) {
+ -webkit-animation-delay : 49.5s;
+ animation-delay : 49.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(496) {
+ -webkit-animation-delay : 49.6s;
+ animation-delay : 49.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(497) {
+ -webkit-animation-delay : 49.7s;
+ animation-delay : 49.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(498) {
+ -webkit-animation-delay : 49.8s;
+ animation-delay : 49.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(499) {
+ -webkit-animation-delay : 49.9s;
+ animation-delay : 49.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(500) {
+ -webkit-animation-delay : 50s;
+ animation-delay : 50s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(501) {
+ -webkit-animation-delay : 50.1s;
+ animation-delay : 50.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(502) {
+ -webkit-animation-delay : 50.2s;
+ animation-delay : 50.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(503) {
+ -webkit-animation-delay : 50.3s;
+ animation-delay : 50.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(504) {
+ -webkit-animation-delay : 50.4s;
+ animation-delay : 50.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(505) {
+ -webkit-animation-delay : 50.5s;
+ animation-delay : 50.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(506) {
+ -webkit-animation-delay : 50.6s;
+ animation-delay : 50.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(507) {
+ -webkit-animation-delay : 50.7s;
+ animation-delay : 50.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(508) {
+ -webkit-animation-delay : 50.8s;
+ animation-delay : 50.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(509) {
+ -webkit-animation-delay : 50.9s;
+ animation-delay : 50.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(510) {
+ -webkit-animation-delay : 51s;
+ animation-delay : 51s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(511) {
+ -webkit-animation-delay : 51.1s;
+ animation-delay : 51.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(512) {
+ -webkit-animation-delay : 51.2s;
+ animation-delay : 51.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(513) {
+ -webkit-animation-delay : 51.3s;
+ animation-delay : 51.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(514) {
+ -webkit-animation-delay : 51.4s;
+ animation-delay : 51.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(515) {
+ -webkit-animation-delay : 51.5s;
+ animation-delay : 51.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(516) {
+ -webkit-animation-delay : 51.6s;
+ animation-delay : 51.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(517) {
+ -webkit-animation-delay : 51.7s;
+ animation-delay : 51.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(518) {
+ -webkit-animation-delay : 51.8s;
+ animation-delay : 51.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(519) {
+ -webkit-animation-delay : 51.9s;
+ animation-delay : 51.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(520) {
+ -webkit-animation-delay : 52s;
+ animation-delay : 52s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(521) {
+ -webkit-animation-delay : 52.1s;
+ animation-delay : 52.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(522) {
+ -webkit-animation-delay : 52.2s;
+ animation-delay : 52.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(523) {
+ -webkit-animation-delay : 52.3s;
+ animation-delay : 52.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(524) {
+ -webkit-animation-delay : 52.4s;
+ animation-delay : 52.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(525) {
+ -webkit-animation-delay : 52.5s;
+ animation-delay : 52.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(526) {
+ -webkit-animation-delay : 52.6s;
+ animation-delay : 52.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(527) {
+ -webkit-animation-delay : 52.7s;
+ animation-delay : 52.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(528) {
+ -webkit-animation-delay : 52.8s;
+ animation-delay : 52.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(529) {
+ -webkit-animation-delay : 52.9s;
+ animation-delay : 52.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(530) {
+ -webkit-animation-delay : 53s;
+ animation-delay : 53s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(531) {
+ -webkit-animation-delay : 53.1s;
+ animation-delay : 53.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(532) {
+ -webkit-animation-delay : 53.2s;
+ animation-delay : 53.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(533) {
+ -webkit-animation-delay : 53.3s;
+ animation-delay : 53.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(534) {
+ -webkit-animation-delay : 53.4s;
+ animation-delay : 53.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(535) {
+ -webkit-animation-delay : 53.5s;
+ animation-delay : 53.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(536) {
+ -webkit-animation-delay : 53.6s;
+ animation-delay : 53.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(537) {
+ -webkit-animation-delay : 53.7s;
+ animation-delay : 53.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(538) {
+ -webkit-animation-delay : 53.8s;
+ animation-delay : 53.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(539) {
+ -webkit-animation-delay : 53.9s;
+ animation-delay : 53.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(540) {
+ -webkit-animation-delay : 54s;
+ animation-delay : 54s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(541) {
+ -webkit-animation-delay : 54.1s;
+ animation-delay : 54.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(542) {
+ -webkit-animation-delay : 54.2s;
+ animation-delay : 54.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(543) {
+ -webkit-animation-delay : 54.3s;
+ animation-delay : 54.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(544) {
+ -webkit-animation-delay : 54.4s;
+ animation-delay : 54.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(545) {
+ -webkit-animation-delay : 54.5s;
+ animation-delay : 54.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(546) {
+ -webkit-animation-delay : 54.6s;
+ animation-delay : 54.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(547) {
+ -webkit-animation-delay : 54.7s;
+ animation-delay : 54.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(548) {
+ -webkit-animation-delay : 54.8s;
+ animation-delay : 54.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(549) {
+ -webkit-animation-delay : 54.9s;
+ animation-delay : 54.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(550) {
+ -webkit-animation-delay : 55s;
+ animation-delay : 55s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(551) {
+ -webkit-animation-delay : 55.1s;
+ animation-delay : 55.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(552) {
+ -webkit-animation-delay : 55.2s;
+ animation-delay : 55.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(553) {
+ -webkit-animation-delay : 55.3s;
+ animation-delay : 55.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(554) {
+ -webkit-animation-delay : 55.4s;
+ animation-delay : 55.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(555) {
+ -webkit-animation-delay : 55.5s;
+ animation-delay : 55.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(556) {
+ -webkit-animation-delay : 55.6s;
+ animation-delay : 55.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(557) {
+ -webkit-animation-delay : 55.7s;
+ animation-delay : 55.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(558) {
+ -webkit-animation-delay : 55.8s;
+ animation-delay : 55.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(559) {
+ -webkit-animation-delay : 55.9s;
+ animation-delay : 55.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(560) {
+ -webkit-animation-delay : 56s;
+ animation-delay : 56s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(561) {
+ -webkit-animation-delay : 56.1s;
+ animation-delay : 56.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(562) {
+ -webkit-animation-delay : 56.2s;
+ animation-delay : 56.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(563) {
+ -webkit-animation-delay : 56.3s;
+ animation-delay : 56.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(564) {
+ -webkit-animation-delay : 56.4s;
+ animation-delay : 56.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(565) {
+ -webkit-animation-delay : 56.5s;
+ animation-delay : 56.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(566) {
+ -webkit-animation-delay : 56.6s;
+ animation-delay : 56.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(567) {
+ -webkit-animation-delay : 56.7s;
+ animation-delay : 56.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(568) {
+ -webkit-animation-delay : 56.8s;
+ animation-delay : 56.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(569) {
+ -webkit-animation-delay : 56.9s;
+ animation-delay : 56.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(570) {
+ -webkit-animation-delay : 57s;
+ animation-delay : 57s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(571) {
+ -webkit-animation-delay : 57.1s;
+ animation-delay : 57.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(572) {
+ -webkit-animation-delay : 57.2s;
+ animation-delay : 57.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(573) {
+ -webkit-animation-delay : 57.3s;
+ animation-delay : 57.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(574) {
+ -webkit-animation-delay : 57.4s;
+ animation-delay : 57.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(575) {
+ -webkit-animation-delay : 57.5s;
+ animation-delay : 57.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(576) {
+ -webkit-animation-delay : 57.6s;
+ animation-delay : 57.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(577) {
+ -webkit-animation-delay : 57.7s;
+ animation-delay : 57.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(578) {
+ -webkit-animation-delay : 57.8s;
+ animation-delay : 57.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(579) {
+ -webkit-animation-delay : 57.9s;
+ animation-delay : 57.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(580) {
+ -webkit-animation-delay : 58s;
+ animation-delay : 58s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(581) {
+ -webkit-animation-delay : 58.1s;
+ animation-delay : 58.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(582) {
+ -webkit-animation-delay : 58.2s;
+ animation-delay : 58.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(583) {
+ -webkit-animation-delay : 58.3s;
+ animation-delay : 58.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(584) {
+ -webkit-animation-delay : 58.4s;
+ animation-delay : 58.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(585) {
+ -webkit-animation-delay : 58.5s;
+ animation-delay : 58.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(586) {
+ -webkit-animation-delay : 58.6s;
+ animation-delay : 58.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(587) {
+ -webkit-animation-delay : 58.7s;
+ animation-delay : 58.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(588) {
+ -webkit-animation-delay : 58.8s;
+ animation-delay : 58.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(589) {
+ -webkit-animation-delay : 58.9s;
+ animation-delay : 58.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(590) {
+ -webkit-animation-delay : 59s;
+ animation-delay : 59s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(591) {
+ -webkit-animation-delay : 59.1s;
+ animation-delay : 59.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(592) {
+ -webkit-animation-delay : 59.2s;
+ animation-delay : 59.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(593) {
+ -webkit-animation-delay : 59.3s;
+ animation-delay : 59.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(594) {
+ -webkit-animation-delay : 59.4s;
+ animation-delay : 59.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(595) {
+ -webkit-animation-delay : 59.5s;
+ animation-delay : 59.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(596) {
+ -webkit-animation-delay : 59.6s;
+ animation-delay : 59.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(597) {
+ -webkit-animation-delay : 59.7s;
+ animation-delay : 59.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(598) {
+ -webkit-animation-delay : 59.8s;
+ animation-delay : 59.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(599) {
+ -webkit-animation-delay : 59.9s;
+ animation-delay : 59.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(600) {
+ -webkit-animation-delay : 60s;
+ animation-delay : 60s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(601) {
+ -webkit-animation-delay : 60.1s;
+ animation-delay : 60.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(602) {
+ -webkit-animation-delay : 60.2s;
+ animation-delay : 60.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(603) {
+ -webkit-animation-delay : 60.3s;
+ animation-delay : 60.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(604) {
+ -webkit-animation-delay : 60.4s;
+ animation-delay : 60.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(605) {
+ -webkit-animation-delay : 60.5s;
+ animation-delay : 60.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(606) {
+ -webkit-animation-delay : 60.6s;
+ animation-delay : 60.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(607) {
+ -webkit-animation-delay : 60.7s;
+ animation-delay : 60.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(608) {
+ -webkit-animation-delay : 60.8s;
+ animation-delay : 60.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(609) {
+ -webkit-animation-delay : 60.9s;
+ animation-delay : 60.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(610) {
+ -webkit-animation-delay : 61s;
+ animation-delay : 61s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(611) {
+ -webkit-animation-delay : 61.1s;
+ animation-delay : 61.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(612) {
+ -webkit-animation-delay : 61.2s;
+ animation-delay : 61.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(613) {
+ -webkit-animation-delay : 61.3s;
+ animation-delay : 61.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(614) {
+ -webkit-animation-delay : 61.4s;
+ animation-delay : 61.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(615) {
+ -webkit-animation-delay : 61.5s;
+ animation-delay : 61.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(616) {
+ -webkit-animation-delay : 61.6s;
+ animation-delay : 61.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(617) {
+ -webkit-animation-delay : 61.7s;
+ animation-delay : 61.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(618) {
+ -webkit-animation-delay : 61.8s;
+ animation-delay : 61.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(619) {
+ -webkit-animation-delay : 61.9s;
+ animation-delay : 61.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(620) {
+ -webkit-animation-delay : 62s;
+ animation-delay : 62s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(621) {
+ -webkit-animation-delay : 62.1s;
+ animation-delay : 62.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(622) {
+ -webkit-animation-delay : 62.2s;
+ animation-delay : 62.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(623) {
+ -webkit-animation-delay : 62.3s;
+ animation-delay : 62.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(624) {
+ -webkit-animation-delay : 62.4s;
+ animation-delay : 62.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(625) {
+ -webkit-animation-delay : 62.5s;
+ animation-delay : 62.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(626) {
+ -webkit-animation-delay : 62.6s;
+ animation-delay : 62.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(627) {
+ -webkit-animation-delay : 62.7s;
+ animation-delay : 62.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(628) {
+ -webkit-animation-delay : 62.8s;
+ animation-delay : 62.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(629) {
+ -webkit-animation-delay : 62.9s;
+ animation-delay : 62.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(630) {
+ -webkit-animation-delay : 63s;
+ animation-delay : 63s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(631) {
+ -webkit-animation-delay : 63.1s;
+ animation-delay : 63.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(632) {
+ -webkit-animation-delay : 63.2s;
+ animation-delay : 63.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(633) {
+ -webkit-animation-delay : 63.3s;
+ animation-delay : 63.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(634) {
+ -webkit-animation-delay : 63.4s;
+ animation-delay : 63.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(635) {
+ -webkit-animation-delay : 63.5s;
+ animation-delay : 63.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(636) {
+ -webkit-animation-delay : 63.6s;
+ animation-delay : 63.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(637) {
+ -webkit-animation-delay : 63.7s;
+ animation-delay : 63.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(638) {
+ -webkit-animation-delay : 63.8s;
+ animation-delay : 63.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(639) {
+ -webkit-animation-delay : 63.9s;
+ animation-delay : 63.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(640) {
+ -webkit-animation-delay : 64s;
+ animation-delay : 64s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(641) {
+ -webkit-animation-delay : 64.1s;
+ animation-delay : 64.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(642) {
+ -webkit-animation-delay : 64.2s;
+ animation-delay : 64.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(643) {
+ -webkit-animation-delay : 64.3s;
+ animation-delay : 64.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(644) {
+ -webkit-animation-delay : 64.4s;
+ animation-delay : 64.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(645) {
+ -webkit-animation-delay : 64.5s;
+ animation-delay : 64.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(646) {
+ -webkit-animation-delay : 64.6s;
+ animation-delay : 64.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(647) {
+ -webkit-animation-delay : 64.7s;
+ animation-delay : 64.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(648) {
+ -webkit-animation-delay : 64.8s;
+ animation-delay : 64.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(649) {
+ -webkit-animation-delay : 64.9s;
+ animation-delay : 64.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(650) {
+ -webkit-animation-delay : 65s;
+ animation-delay : 65s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(651) {
+ -webkit-animation-delay : 65.1s;
+ animation-delay : 65.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(652) {
+ -webkit-animation-delay : 65.2s;
+ animation-delay : 65.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(653) {
+ -webkit-animation-delay : 65.3s;
+ animation-delay : 65.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(654) {
+ -webkit-animation-delay : 65.4s;
+ animation-delay : 65.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(655) {
+ -webkit-animation-delay : 65.5s;
+ animation-delay : 65.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(656) {
+ -webkit-animation-delay : 65.6s;
+ animation-delay : 65.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(657) {
+ -webkit-animation-delay : 65.7s;
+ animation-delay : 65.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(658) {
+ -webkit-animation-delay : 65.8s;
+ animation-delay : 65.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(659) {
+ -webkit-animation-delay : 65.9s;
+ animation-delay : 65.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(660) {
+ -webkit-animation-delay : 66s;
+ animation-delay : 66s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(661) {
+ -webkit-animation-delay : 66.1s;
+ animation-delay : 66.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(662) {
+ -webkit-animation-delay : 66.2s;
+ animation-delay : 66.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(663) {
+ -webkit-animation-delay : 66.3s;
+ animation-delay : 66.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(664) {
+ -webkit-animation-delay : 66.4s;
+ animation-delay : 66.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(665) {
+ -webkit-animation-delay : 66.5s;
+ animation-delay : 66.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(666) {
+ -webkit-animation-delay : 66.6s;
+ animation-delay : 66.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(667) {
+ -webkit-animation-delay : 66.7s;
+ animation-delay : 66.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(668) {
+ -webkit-animation-delay : 66.8s;
+ animation-delay : 66.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(669) {
+ -webkit-animation-delay : 66.9s;
+ animation-delay : 66.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(670) {
+ -webkit-animation-delay : 67s;
+ animation-delay : 67s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(671) {
+ -webkit-animation-delay : 67.1s;
+ animation-delay : 67.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(672) {
+ -webkit-animation-delay : 67.2s;
+ animation-delay : 67.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(673) {
+ -webkit-animation-delay : 67.3s;
+ animation-delay : 67.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(674) {
+ -webkit-animation-delay : 67.4s;
+ animation-delay : 67.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(675) {
+ -webkit-animation-delay : 67.5s;
+ animation-delay : 67.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(676) {
+ -webkit-animation-delay : 67.6s;
+ animation-delay : 67.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(677) {
+ -webkit-animation-delay : 67.7s;
+ animation-delay : 67.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(678) {
+ -webkit-animation-delay : 67.8s;
+ animation-delay : 67.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(679) {
+ -webkit-animation-delay : 67.9s;
+ animation-delay : 67.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(680) {
+ -webkit-animation-delay : 68s;
+ animation-delay : 68s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(681) {
+ -webkit-animation-delay : 68.1s;
+ animation-delay : 68.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(682) {
+ -webkit-animation-delay : 68.2s;
+ animation-delay : 68.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(683) {
+ -webkit-animation-delay : 68.3s;
+ animation-delay : 68.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(684) {
+ -webkit-animation-delay : 68.4s;
+ animation-delay : 68.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(685) {
+ -webkit-animation-delay : 68.5s;
+ animation-delay : 68.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(686) {
+ -webkit-animation-delay : 68.6s;
+ animation-delay : 68.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(687) {
+ -webkit-animation-delay : 68.7s;
+ animation-delay : 68.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(688) {
+ -webkit-animation-delay : 68.8s;
+ animation-delay : 68.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(689) {
+ -webkit-animation-delay : 68.9s;
+ animation-delay : 68.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(690) {
+ -webkit-animation-delay : 69s;
+ animation-delay : 69s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(691) {
+ -webkit-animation-delay : 69.1s;
+ animation-delay : 69.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(692) {
+ -webkit-animation-delay : 69.2s;
+ animation-delay : 69.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(693) {
+ -webkit-animation-delay : 69.3s;
+ animation-delay : 69.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(694) {
+ -webkit-animation-delay : 69.4s;
+ animation-delay : 69.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(695) {
+ -webkit-animation-delay : 69.5s;
+ animation-delay : 69.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(696) {
+ -webkit-animation-delay : 69.6s;
+ animation-delay : 69.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(697) {
+ -webkit-animation-delay : 69.7s;
+ animation-delay : 69.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(698) {
+ -webkit-animation-delay : 69.8s;
+ animation-delay : 69.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(699) {
+ -webkit-animation-delay : 69.9s;
+ animation-delay : 69.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(700) {
+ -webkit-animation-delay : 70s;
+ animation-delay : 70s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(701) {
+ -webkit-animation-delay : 70.1s;
+ animation-delay : 70.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(702) {
+ -webkit-animation-delay : 70.2s;
+ animation-delay : 70.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(703) {
+ -webkit-animation-delay : 70.3s;
+ animation-delay : 70.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(704) {
+ -webkit-animation-delay : 70.4s;
+ animation-delay : 70.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(705) {
+ -webkit-animation-delay : 70.5s;
+ animation-delay : 70.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(706) {
+ -webkit-animation-delay : 70.6s;
+ animation-delay : 70.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(707) {
+ -webkit-animation-delay : 70.7s;
+ animation-delay : 70.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(708) {
+ -webkit-animation-delay : 70.8s;
+ animation-delay : 70.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(709) {
+ -webkit-animation-delay : 70.9s;
+ animation-delay : 70.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(710) {
+ -webkit-animation-delay : 71s;
+ animation-delay : 71s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(711) {
+ -webkit-animation-delay : 71.1s;
+ animation-delay : 71.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(712) {
+ -webkit-animation-delay : 71.2s;
+ animation-delay : 71.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(713) {
+ -webkit-animation-delay : 71.3s;
+ animation-delay : 71.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(714) {
+ -webkit-animation-delay : 71.4s;
+ animation-delay : 71.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(715) {
+ -webkit-animation-delay : 71.5s;
+ animation-delay : 71.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(716) {
+ -webkit-animation-delay : 71.6s;
+ animation-delay : 71.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(717) {
+ -webkit-animation-delay : 71.7s;
+ animation-delay : 71.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(718) {
+ -webkit-animation-delay : 71.8s;
+ animation-delay : 71.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(719) {
+ -webkit-animation-delay : 71.9s;
+ animation-delay : 71.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(720) {
+ -webkit-animation-delay : 72s;
+ animation-delay : 72s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(721) {
+ -webkit-animation-delay : 72.1s;
+ animation-delay : 72.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(722) {
+ -webkit-animation-delay : 72.2s;
+ animation-delay : 72.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(723) {
+ -webkit-animation-delay : 72.3s;
+ animation-delay : 72.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(724) {
+ -webkit-animation-delay : 72.4s;
+ animation-delay : 72.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(725) {
+ -webkit-animation-delay : 72.5s;
+ animation-delay : 72.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(726) {
+ -webkit-animation-delay : 72.6s;
+ animation-delay : 72.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(727) {
+ -webkit-animation-delay : 72.7s;
+ animation-delay : 72.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(728) {
+ -webkit-animation-delay : 72.8s;
+ animation-delay : 72.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(729) {
+ -webkit-animation-delay : 72.9s;
+ animation-delay : 72.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(730) {
+ -webkit-animation-delay : 73s;
+ animation-delay : 73s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(731) {
+ -webkit-animation-delay : 73.1s;
+ animation-delay : 73.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(732) {
+ -webkit-animation-delay : 73.2s;
+ animation-delay : 73.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(733) {
+ -webkit-animation-delay : 73.3s;
+ animation-delay : 73.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(734) {
+ -webkit-animation-delay : 73.4s;
+ animation-delay : 73.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(735) {
+ -webkit-animation-delay : 73.5s;
+ animation-delay : 73.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(736) {
+ -webkit-animation-delay : 73.6s;
+ animation-delay : 73.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(737) {
+ -webkit-animation-delay : 73.7s;
+ animation-delay : 73.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(738) {
+ -webkit-animation-delay : 73.8s;
+ animation-delay : 73.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(739) {
+ -webkit-animation-delay : 73.9s;
+ animation-delay : 73.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(740) {
+ -webkit-animation-delay : 74s;
+ animation-delay : 74s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(741) {
+ -webkit-animation-delay : 74.1s;
+ animation-delay : 74.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(742) {
+ -webkit-animation-delay : 74.2s;
+ animation-delay : 74.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(743) {
+ -webkit-animation-delay : 74.3s;
+ animation-delay : 74.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(744) {
+ -webkit-animation-delay : 74.4s;
+ animation-delay : 74.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(745) {
+ -webkit-animation-delay : 74.5s;
+ animation-delay : 74.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(746) {
+ -webkit-animation-delay : 74.6s;
+ animation-delay : 74.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(747) {
+ -webkit-animation-delay : 74.7s;
+ animation-delay : 74.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(748) {
+ -webkit-animation-delay : 74.8s;
+ animation-delay : 74.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(749) {
+ -webkit-animation-delay : 74.9s;
+ animation-delay : 74.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(750) {
+ -webkit-animation-delay : 75s;
+ animation-delay : 75s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(751) {
+ -webkit-animation-delay : 75.1s;
+ animation-delay : 75.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(752) {
+ -webkit-animation-delay : 75.2s;
+ animation-delay : 75.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(753) {
+ -webkit-animation-delay : 75.3s;
+ animation-delay : 75.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(754) {
+ -webkit-animation-delay : 75.4s;
+ animation-delay : 75.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(755) {
+ -webkit-animation-delay : 75.5s;
+ animation-delay : 75.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(756) {
+ -webkit-animation-delay : 75.6s;
+ animation-delay : 75.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(757) {
+ -webkit-animation-delay : 75.7s;
+ animation-delay : 75.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(758) {
+ -webkit-animation-delay : 75.8s;
+ animation-delay : 75.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(759) {
+ -webkit-animation-delay : 75.9s;
+ animation-delay : 75.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(760) {
+ -webkit-animation-delay : 76s;
+ animation-delay : 76s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(761) {
+ -webkit-animation-delay : 76.1s;
+ animation-delay : 76.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(762) {
+ -webkit-animation-delay : 76.2s;
+ animation-delay : 76.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(763) {
+ -webkit-animation-delay : 76.3s;
+ animation-delay : 76.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(764) {
+ -webkit-animation-delay : 76.4s;
+ animation-delay : 76.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(765) {
+ -webkit-animation-delay : 76.5s;
+ animation-delay : 76.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(766) {
+ -webkit-animation-delay : 76.6s;
+ animation-delay : 76.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(767) {
+ -webkit-animation-delay : 76.7s;
+ animation-delay : 76.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(768) {
+ -webkit-animation-delay : 76.8s;
+ animation-delay : 76.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(769) {
+ -webkit-animation-delay : 76.9s;
+ animation-delay : 76.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(770) {
+ -webkit-animation-delay : 77s;
+ animation-delay : 77s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(771) {
+ -webkit-animation-delay : 77.1s;
+ animation-delay : 77.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(772) {
+ -webkit-animation-delay : 77.2s;
+ animation-delay : 77.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(773) {
+ -webkit-animation-delay : 77.3s;
+ animation-delay : 77.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(774) {
+ -webkit-animation-delay : 77.4s;
+ animation-delay : 77.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(775) {
+ -webkit-animation-delay : 77.5s;
+ animation-delay : 77.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(776) {
+ -webkit-animation-delay : 77.6s;
+ animation-delay : 77.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(777) {
+ -webkit-animation-delay : 77.7s;
+ animation-delay : 77.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(778) {
+ -webkit-animation-delay : 77.8s;
+ animation-delay : 77.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(779) {
+ -webkit-animation-delay : 77.9s;
+ animation-delay : 77.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(780) {
+ -webkit-animation-delay : 78s;
+ animation-delay : 78s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(781) {
+ -webkit-animation-delay : 78.1s;
+ animation-delay : 78.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(782) {
+ -webkit-animation-delay : 78.2s;
+ animation-delay : 78.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(783) {
+ -webkit-animation-delay : 78.3s;
+ animation-delay : 78.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(784) {
+ -webkit-animation-delay : 78.4s;
+ animation-delay : 78.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(785) {
+ -webkit-animation-delay : 78.5s;
+ animation-delay : 78.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(786) {
+ -webkit-animation-delay : 78.6s;
+ animation-delay : 78.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(787) {
+ -webkit-animation-delay : 78.7s;
+ animation-delay : 78.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(788) {
+ -webkit-animation-delay : 78.8s;
+ animation-delay : 78.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(789) {
+ -webkit-animation-delay : 78.9s;
+ animation-delay : 78.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(790) {
+ -webkit-animation-delay : 79s;
+ animation-delay : 79s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(791) {
+ -webkit-animation-delay : 79.1s;
+ animation-delay : 79.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(792) {
+ -webkit-animation-delay : 79.2s;
+ animation-delay : 79.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(793) {
+ -webkit-animation-delay : 79.3s;
+ animation-delay : 79.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(794) {
+ -webkit-animation-delay : 79.4s;
+ animation-delay : 79.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(795) {
+ -webkit-animation-delay : 79.5s;
+ animation-delay : 79.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(796) {
+ -webkit-animation-delay : 79.6s;
+ animation-delay : 79.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(797) {
+ -webkit-animation-delay : 79.7s;
+ animation-delay : 79.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(798) {
+ -webkit-animation-delay : 79.8s;
+ animation-delay : 79.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(799) {
+ -webkit-animation-delay : 79.9s;
+ animation-delay : 79.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(800) {
+ -webkit-animation-delay : 80s;
+ animation-delay : 80s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(801) {
+ -webkit-animation-delay : 80.1s;
+ animation-delay : 80.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(802) {
+ -webkit-animation-delay : 80.2s;
+ animation-delay : 80.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(803) {
+ -webkit-animation-delay : 80.3s;
+ animation-delay : 80.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(804) {
+ -webkit-animation-delay : 80.4s;
+ animation-delay : 80.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(805) {
+ -webkit-animation-delay : 80.5s;
+ animation-delay : 80.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(806) {
+ -webkit-animation-delay : 80.6s;
+ animation-delay : 80.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(807) {
+ -webkit-animation-delay : 80.7s;
+ animation-delay : 80.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(808) {
+ -webkit-animation-delay : 80.8s;
+ animation-delay : 80.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(809) {
+ -webkit-animation-delay : 80.9s;
+ animation-delay : 80.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(810) {
+ -webkit-animation-delay : 81s;
+ animation-delay : 81s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(811) {
+ -webkit-animation-delay : 81.1s;
+ animation-delay : 81.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(812) {
+ -webkit-animation-delay : 81.2s;
+ animation-delay : 81.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(813) {
+ -webkit-animation-delay : 81.3s;
+ animation-delay : 81.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(814) {
+ -webkit-animation-delay : 81.4s;
+ animation-delay : 81.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(815) {
+ -webkit-animation-delay : 81.5s;
+ animation-delay : 81.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(816) {
+ -webkit-animation-delay : 81.6s;
+ animation-delay : 81.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(817) {
+ -webkit-animation-delay : 81.7s;
+ animation-delay : 81.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(818) {
+ -webkit-animation-delay : 81.8s;
+ animation-delay : 81.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(819) {
+ -webkit-animation-delay : 81.9s;
+ animation-delay : 81.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(820) {
+ -webkit-animation-delay : 82s;
+ animation-delay : 82s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(821) {
+ -webkit-animation-delay : 82.1s;
+ animation-delay : 82.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(822) {
+ -webkit-animation-delay : 82.2s;
+ animation-delay : 82.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(823) {
+ -webkit-animation-delay : 82.3s;
+ animation-delay : 82.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(824) {
+ -webkit-animation-delay : 82.4s;
+ animation-delay : 82.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(825) {
+ -webkit-animation-delay : 82.5s;
+ animation-delay : 82.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(826) {
+ -webkit-animation-delay : 82.6s;
+ animation-delay : 82.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(827) {
+ -webkit-animation-delay : 82.7s;
+ animation-delay : 82.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(828) {
+ -webkit-animation-delay : 82.8s;
+ animation-delay : 82.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(829) {
+ -webkit-animation-delay : 82.9s;
+ animation-delay : 82.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(830) {
+ -webkit-animation-delay : 83s;
+ animation-delay : 83s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(831) {
+ -webkit-animation-delay : 83.1s;
+ animation-delay : 83.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(832) {
+ -webkit-animation-delay : 83.2s;
+ animation-delay : 83.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(833) {
+ -webkit-animation-delay : 83.3s;
+ animation-delay : 83.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(834) {
+ -webkit-animation-delay : 83.4s;
+ animation-delay : 83.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(835) {
+ -webkit-animation-delay : 83.5s;
+ animation-delay : 83.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(836) {
+ -webkit-animation-delay : 83.6s;
+ animation-delay : 83.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(837) {
+ -webkit-animation-delay : 83.7s;
+ animation-delay : 83.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(838) {
+ -webkit-animation-delay : 83.8s;
+ animation-delay : 83.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(839) {
+ -webkit-animation-delay : 83.9s;
+ animation-delay : 83.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(840) {
+ -webkit-animation-delay : 84s;
+ animation-delay : 84s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(841) {
+ -webkit-animation-delay : 84.1s;
+ animation-delay : 84.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(842) {
+ -webkit-animation-delay : 84.2s;
+ animation-delay : 84.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(843) {
+ -webkit-animation-delay : 84.3s;
+ animation-delay : 84.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(844) {
+ -webkit-animation-delay : 84.4s;
+ animation-delay : 84.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(845) {
+ -webkit-animation-delay : 84.5s;
+ animation-delay : 84.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(846) {
+ -webkit-animation-delay : 84.6s;
+ animation-delay : 84.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(847) {
+ -webkit-animation-delay : 84.7s;
+ animation-delay : 84.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(848) {
+ -webkit-animation-delay : 84.8s;
+ animation-delay : 84.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(849) {
+ -webkit-animation-delay : 84.9s;
+ animation-delay : 84.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(850) {
+ -webkit-animation-delay : 85s;
+ animation-delay : 85s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(851) {
+ -webkit-animation-delay : 85.1s;
+ animation-delay : 85.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(852) {
+ -webkit-animation-delay : 85.2s;
+ animation-delay : 85.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(853) {
+ -webkit-animation-delay : 85.3s;
+ animation-delay : 85.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(854) {
+ -webkit-animation-delay : 85.4s;
+ animation-delay : 85.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(855) {
+ -webkit-animation-delay : 85.5s;
+ animation-delay : 85.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(856) {
+ -webkit-animation-delay : 85.6s;
+ animation-delay : 85.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(857) {
+ -webkit-animation-delay : 85.7s;
+ animation-delay : 85.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(858) {
+ -webkit-animation-delay : 85.8s;
+ animation-delay : 85.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(859) {
+ -webkit-animation-delay : 85.9s;
+ animation-delay : 85.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(860) {
+ -webkit-animation-delay : 86s;
+ animation-delay : 86s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(861) {
+ -webkit-animation-delay : 86.1s;
+ animation-delay : 86.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(862) {
+ -webkit-animation-delay : 86.2s;
+ animation-delay : 86.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(863) {
+ -webkit-animation-delay : 86.3s;
+ animation-delay : 86.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(864) {
+ -webkit-animation-delay : 86.4s;
+ animation-delay : 86.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(865) {
+ -webkit-animation-delay : 86.5s;
+ animation-delay : 86.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(866) {
+ -webkit-animation-delay : 86.6s;
+ animation-delay : 86.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(867) {
+ -webkit-animation-delay : 86.7s;
+ animation-delay : 86.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(868) {
+ -webkit-animation-delay : 86.8s;
+ animation-delay : 86.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(869) {
+ -webkit-animation-delay : 86.9s;
+ animation-delay : 86.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(870) {
+ -webkit-animation-delay : 87s;
+ animation-delay : 87s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(871) {
+ -webkit-animation-delay : 87.1s;
+ animation-delay : 87.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(872) {
+ -webkit-animation-delay : 87.2s;
+ animation-delay : 87.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(873) {
+ -webkit-animation-delay : 87.3s;
+ animation-delay : 87.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(874) {
+ -webkit-animation-delay : 87.4s;
+ animation-delay : 87.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(875) {
+ -webkit-animation-delay : 87.5s;
+ animation-delay : 87.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(876) {
+ -webkit-animation-delay : 87.6s;
+ animation-delay : 87.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(877) {
+ -webkit-animation-delay : 87.7s;
+ animation-delay : 87.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(878) {
+ -webkit-animation-delay : 87.8s;
+ animation-delay : 87.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(879) {
+ -webkit-animation-delay : 87.9s;
+ animation-delay : 87.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(880) {
+ -webkit-animation-delay : 88s;
+ animation-delay : 88s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(881) {
+ -webkit-animation-delay : 88.1s;
+ animation-delay : 88.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(882) {
+ -webkit-animation-delay : 88.2s;
+ animation-delay : 88.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(883) {
+ -webkit-animation-delay : 88.3s;
+ animation-delay : 88.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(884) {
+ -webkit-animation-delay : 88.4s;
+ animation-delay : 88.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(885) {
+ -webkit-animation-delay : 88.5s;
+ animation-delay : 88.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(886) {
+ -webkit-animation-delay : 88.6s;
+ animation-delay : 88.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(887) {
+ -webkit-animation-delay : 88.7s;
+ animation-delay : 88.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(888) {
+ -webkit-animation-delay : 88.8s;
+ animation-delay : 88.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(889) {
+ -webkit-animation-delay : 88.9s;
+ animation-delay : 88.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(890) {
+ -webkit-animation-delay : 89s;
+ animation-delay : 89s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(891) {
+ -webkit-animation-delay : 89.1s;
+ animation-delay : 89.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(892) {
+ -webkit-animation-delay : 89.2s;
+ animation-delay : 89.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(893) {
+ -webkit-animation-delay : 89.3s;
+ animation-delay : 89.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(894) {
+ -webkit-animation-delay : 89.4s;
+ animation-delay : 89.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(895) {
+ -webkit-animation-delay : 89.5s;
+ animation-delay : 89.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(896) {
+ -webkit-animation-delay : 89.6s;
+ animation-delay : 89.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(897) {
+ -webkit-animation-delay : 89.7s;
+ animation-delay : 89.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(898) {
+ -webkit-animation-delay : 89.8s;
+ animation-delay : 89.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(899) {
+ -webkit-animation-delay : 89.9s;
+ animation-delay : 89.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(900) {
+ -webkit-animation-delay : 90s;
+ animation-delay : 90s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(901) {
+ -webkit-animation-delay : 90.1s;
+ animation-delay : 90.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(902) {
+ -webkit-animation-delay : 90.2s;
+ animation-delay : 90.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(903) {
+ -webkit-animation-delay : 90.3s;
+ animation-delay : 90.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(904) {
+ -webkit-animation-delay : 90.4s;
+ animation-delay : 90.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(905) {
+ -webkit-animation-delay : 90.5s;
+ animation-delay : 90.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(906) {
+ -webkit-animation-delay : 90.6s;
+ animation-delay : 90.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(907) {
+ -webkit-animation-delay : 90.7s;
+ animation-delay : 90.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(908) {
+ -webkit-animation-delay : 90.8s;
+ animation-delay : 90.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(909) {
+ -webkit-animation-delay : 90.9s;
+ animation-delay : 90.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(910) {
+ -webkit-animation-delay : 91s;
+ animation-delay : 91s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(911) {
+ -webkit-animation-delay : 91.1s;
+ animation-delay : 91.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(912) {
+ -webkit-animation-delay : 91.2s;
+ animation-delay : 91.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(913) {
+ -webkit-animation-delay : 91.3s;
+ animation-delay : 91.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(914) {
+ -webkit-animation-delay : 91.4s;
+ animation-delay : 91.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(915) {
+ -webkit-animation-delay : 91.5s;
+ animation-delay : 91.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(916) {
+ -webkit-animation-delay : 91.6s;
+ animation-delay : 91.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(917) {
+ -webkit-animation-delay : 91.7s;
+ animation-delay : 91.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(918) {
+ -webkit-animation-delay : 91.8s;
+ animation-delay : 91.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(919) {
+ -webkit-animation-delay : 91.9s;
+ animation-delay : 91.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(920) {
+ -webkit-animation-delay : 92s;
+ animation-delay : 92s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(921) {
+ -webkit-animation-delay : 92.1s;
+ animation-delay : 92.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(922) {
+ -webkit-animation-delay : 92.2s;
+ animation-delay : 92.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(923) {
+ -webkit-animation-delay : 92.3s;
+ animation-delay : 92.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(924) {
+ -webkit-animation-delay : 92.4s;
+ animation-delay : 92.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(925) {
+ -webkit-animation-delay : 92.5s;
+ animation-delay : 92.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(926) {
+ -webkit-animation-delay : 92.6s;
+ animation-delay : 92.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(927) {
+ -webkit-animation-delay : 92.7s;
+ animation-delay : 92.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(928) {
+ -webkit-animation-delay : 92.8s;
+ animation-delay : 92.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(929) {
+ -webkit-animation-delay : 92.9s;
+ animation-delay : 92.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(930) {
+ -webkit-animation-delay : 93s;
+ animation-delay : 93s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(931) {
+ -webkit-animation-delay : 93.1s;
+ animation-delay : 93.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(932) {
+ -webkit-animation-delay : 93.2s;
+ animation-delay : 93.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(933) {
+ -webkit-animation-delay : 93.3s;
+ animation-delay : 93.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(934) {
+ -webkit-animation-delay : 93.4s;
+ animation-delay : 93.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(935) {
+ -webkit-animation-delay : 93.5s;
+ animation-delay : 93.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(936) {
+ -webkit-animation-delay : 93.6s;
+ animation-delay : 93.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(937) {
+ -webkit-animation-delay : 93.7s;
+ animation-delay : 93.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(938) {
+ -webkit-animation-delay : 93.8s;
+ animation-delay : 93.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(939) {
+ -webkit-animation-delay : 93.9s;
+ animation-delay : 93.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(940) {
+ -webkit-animation-delay : 94s;
+ animation-delay : 94s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(941) {
+ -webkit-animation-delay : 94.1s;
+ animation-delay : 94.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(942) {
+ -webkit-animation-delay : 94.2s;
+ animation-delay : 94.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(943) {
+ -webkit-animation-delay : 94.3s;
+ animation-delay : 94.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(944) {
+ -webkit-animation-delay : 94.4s;
+ animation-delay : 94.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(945) {
+ -webkit-animation-delay : 94.5s;
+ animation-delay : 94.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(946) {
+ -webkit-animation-delay : 94.6s;
+ animation-delay : 94.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(947) {
+ -webkit-animation-delay : 94.7s;
+ animation-delay : 94.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(948) {
+ -webkit-animation-delay : 94.8s;
+ animation-delay : 94.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(949) {
+ -webkit-animation-delay : 94.9s;
+ animation-delay : 94.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(950) {
+ -webkit-animation-delay : 95s;
+ animation-delay : 95s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(951) {
+ -webkit-animation-delay : 95.1s;
+ animation-delay : 95.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(952) {
+ -webkit-animation-delay : 95.2s;
+ animation-delay : 95.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(953) {
+ -webkit-animation-delay : 95.3s;
+ animation-delay : 95.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(954) {
+ -webkit-animation-delay : 95.4s;
+ animation-delay : 95.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(955) {
+ -webkit-animation-delay : 95.5s;
+ animation-delay : 95.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(956) {
+ -webkit-animation-delay : 95.6s;
+ animation-delay : 95.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(957) {
+ -webkit-animation-delay : 95.7s;
+ animation-delay : 95.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(958) {
+ -webkit-animation-delay : 95.8s;
+ animation-delay : 95.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(959) {
+ -webkit-animation-delay : 95.9s;
+ animation-delay : 95.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(960) {
+ -webkit-animation-delay : 96s;
+ animation-delay : 96s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(961) {
+ -webkit-animation-delay : 96.1s;
+ animation-delay : 96.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(962) {
+ -webkit-animation-delay : 96.2s;
+ animation-delay : 96.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(963) {
+ -webkit-animation-delay : 96.3s;
+ animation-delay : 96.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(964) {
+ -webkit-animation-delay : 96.4s;
+ animation-delay : 96.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(965) {
+ -webkit-animation-delay : 96.5s;
+ animation-delay : 96.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(966) {
+ -webkit-animation-delay : 96.6s;
+ animation-delay : 96.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(967) {
+ -webkit-animation-delay : 96.7s;
+ animation-delay : 96.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(968) {
+ -webkit-animation-delay : 96.8s;
+ animation-delay : 96.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(969) {
+ -webkit-animation-delay : 96.9s;
+ animation-delay : 96.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(970) {
+ -webkit-animation-delay : 97s;
+ animation-delay : 97s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(971) {
+ -webkit-animation-delay : 97.1s;
+ animation-delay : 97.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(972) {
+ -webkit-animation-delay : 97.2s;
+ animation-delay : 97.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(973) {
+ -webkit-animation-delay : 97.3s;
+ animation-delay : 97.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(974) {
+ -webkit-animation-delay : 97.4s;
+ animation-delay : 97.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(975) {
+ -webkit-animation-delay : 97.5s;
+ animation-delay : 97.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(976) {
+ -webkit-animation-delay : 97.6s;
+ animation-delay : 97.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(977) {
+ -webkit-animation-delay : 97.7s;
+ animation-delay : 97.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(978) {
+ -webkit-animation-delay : 97.8s;
+ animation-delay : 97.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(979) {
+ -webkit-animation-delay : 97.9s;
+ animation-delay : 97.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(980) {
+ -webkit-animation-delay : 98s;
+ animation-delay : 98s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(981) {
+ -webkit-animation-delay : 98.1s;
+ animation-delay : 98.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(982) {
+ -webkit-animation-delay : 98.2s;
+ animation-delay : 98.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(983) {
+ -webkit-animation-delay : 98.3s;
+ animation-delay : 98.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(984) {
+ -webkit-animation-delay : 98.4s;
+ animation-delay : 98.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(985) {
+ -webkit-animation-delay : 98.5s;
+ animation-delay : 98.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(986) {
+ -webkit-animation-delay : 98.6s;
+ animation-delay : 98.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(987) {
+ -webkit-animation-delay : 98.7s;
+ animation-delay : 98.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(988) {
+ -webkit-animation-delay : 98.8s;
+ animation-delay : 98.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(989) {
+ -webkit-animation-delay : 98.9s;
+ animation-delay : 98.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(990) {
+ -webkit-animation-delay : 99s;
+ animation-delay : 99s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(991) {
+ -webkit-animation-delay : 99.1s;
+ animation-delay : 99.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(992) {
+ -webkit-animation-delay : 99.2s;
+ animation-delay : 99.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(993) {
+ -webkit-animation-delay : 99.3s;
+ animation-delay : 99.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(994) {
+ -webkit-animation-delay : 99.4s;
+ animation-delay : 99.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(995) {
+ -webkit-animation-delay : 99.5s;
+ animation-delay : 99.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(996) {
+ -webkit-animation-delay : 99.6s;
+ animation-delay : 99.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(997) {
+ -webkit-animation-delay : 99.7s;
+ animation-delay : 99.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(998) {
+ -webkit-animation-delay : 99.8s;
+ animation-delay : 99.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(999) {
+ -webkit-animation-delay : 99.9s;
+ animation-delay : 99.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1000) {
+ -webkit-animation-delay : 100s;
+ animation-delay : 100s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1001) {
+ -webkit-animation-delay : 100.1s;
+ animation-delay : 100.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1002) {
+ -webkit-animation-delay : 100.2s;
+ animation-delay : 100.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1003) {
+ -webkit-animation-delay : 100.3s;
+ animation-delay : 100.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1004) {
+ -webkit-animation-delay : 100.4s;
+ animation-delay : 100.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1005) {
+ -webkit-animation-delay : 100.5s;
+ animation-delay : 100.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1006) {
+ -webkit-animation-delay : 100.6s;
+ animation-delay : 100.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1007) {
+ -webkit-animation-delay : 100.7s;
+ animation-delay : 100.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1008) {
+ -webkit-animation-delay : 100.8s;
+ animation-delay : 100.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1009) {
+ -webkit-animation-delay : 100.9s;
+ animation-delay : 100.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1010) {
+ -webkit-animation-delay : 101s;
+ animation-delay : 101s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1011) {
+ -webkit-animation-delay : 101.1s;
+ animation-delay : 101.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1012) {
+ -webkit-animation-delay : 101.2s;
+ animation-delay : 101.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1013) {
+ -webkit-animation-delay : 101.3s;
+ animation-delay : 101.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1014) {
+ -webkit-animation-delay : 101.4s;
+ animation-delay : 101.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1015) {
+ -webkit-animation-delay : 101.5s;
+ animation-delay : 101.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1016) {
+ -webkit-animation-delay : 101.6s;
+ animation-delay : 101.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1017) {
+ -webkit-animation-delay : 101.7s;
+ animation-delay : 101.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1018) {
+ -webkit-animation-delay : 101.8s;
+ animation-delay : 101.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1019) {
+ -webkit-animation-delay : 101.9s;
+ animation-delay : 101.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1020) {
+ -webkit-animation-delay : 102s;
+ animation-delay : 102s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1021) {
+ -webkit-animation-delay : 102.1s;
+ animation-delay : 102.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1022) {
+ -webkit-animation-delay : 102.2s;
+ animation-delay : 102.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1023) {
+ -webkit-animation-delay : 102.3s;
+ animation-delay : 102.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1024) {
+ -webkit-animation-delay : 102.4s;
+ animation-delay : 102.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1025) {
+ -webkit-animation-delay : 102.5s;
+ animation-delay : 102.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1026) {
+ -webkit-animation-delay : 102.6s;
+ animation-delay : 102.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1027) {
+ -webkit-animation-delay : 102.7s;
+ animation-delay : 102.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1028) {
+ -webkit-animation-delay : 102.8s;
+ animation-delay : 102.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1029) {
+ -webkit-animation-delay : 102.9s;
+ animation-delay : 102.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1030) {
+ -webkit-animation-delay : 103s;
+ animation-delay : 103s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1031) {
+ -webkit-animation-delay : 103.1s;
+ animation-delay : 103.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1032) {
+ -webkit-animation-delay : 103.2s;
+ animation-delay : 103.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1033) {
+ -webkit-animation-delay : 103.3s;
+ animation-delay : 103.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1034) {
+ -webkit-animation-delay : 103.4s;
+ animation-delay : 103.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1035) {
+ -webkit-animation-delay : 103.5s;
+ animation-delay : 103.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1036) {
+ -webkit-animation-delay : 103.6s;
+ animation-delay : 103.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1037) {
+ -webkit-animation-delay : 103.7s;
+ animation-delay : 103.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1038) {
+ -webkit-animation-delay : 103.8s;
+ animation-delay : 103.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1039) {
+ -webkit-animation-delay : 103.9s;
+ animation-delay : 103.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1040) {
+ -webkit-animation-delay : 104s;
+ animation-delay : 104s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1041) {
+ -webkit-animation-delay : 104.1s;
+ animation-delay : 104.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1042) {
+ -webkit-animation-delay : 104.2s;
+ animation-delay : 104.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1043) {
+ -webkit-animation-delay : 104.3s;
+ animation-delay : 104.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1044) {
+ -webkit-animation-delay : 104.4s;
+ animation-delay : 104.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1045) {
+ -webkit-animation-delay : 104.5s;
+ animation-delay : 104.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1046) {
+ -webkit-animation-delay : 104.6s;
+ animation-delay : 104.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1047) {
+ -webkit-animation-delay : 104.7s;
+ animation-delay : 104.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1048) {
+ -webkit-animation-delay : 104.8s;
+ animation-delay : 104.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1049) {
+ -webkit-animation-delay : 104.9s;
+ animation-delay : 104.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1050) {
+ -webkit-animation-delay : 105s;
+ animation-delay : 105s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1051) {
+ -webkit-animation-delay : 105.1s;
+ animation-delay : 105.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1052) {
+ -webkit-animation-delay : 105.2s;
+ animation-delay : 105.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1053) {
+ -webkit-animation-delay : 105.3s;
+ animation-delay : 105.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1054) {
+ -webkit-animation-delay : 105.4s;
+ animation-delay : 105.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1055) {
+ -webkit-animation-delay : 105.5s;
+ animation-delay : 105.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1056) {
+ -webkit-animation-delay : 105.6s;
+ animation-delay : 105.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1057) {
+ -webkit-animation-delay : 105.7s;
+ animation-delay : 105.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1058) {
+ -webkit-animation-delay : 105.8s;
+ animation-delay : 105.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1059) {
+ -webkit-animation-delay : 105.9s;
+ animation-delay : 105.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1060) {
+ -webkit-animation-delay : 106s;
+ animation-delay : 106s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1061) {
+ -webkit-animation-delay : 106.1s;
+ animation-delay : 106.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1062) {
+ -webkit-animation-delay : 106.2s;
+ animation-delay : 106.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1063) {
+ -webkit-animation-delay : 106.3s;
+ animation-delay : 106.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1064) {
+ -webkit-animation-delay : 106.4s;
+ animation-delay : 106.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1065) {
+ -webkit-animation-delay : 106.5s;
+ animation-delay : 106.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1066) {
+ -webkit-animation-delay : 106.6s;
+ animation-delay : 106.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1067) {
+ -webkit-animation-delay : 106.7s;
+ animation-delay : 106.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1068) {
+ -webkit-animation-delay : 106.8s;
+ animation-delay : 106.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1069) {
+ -webkit-animation-delay : 106.9s;
+ animation-delay : 106.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1070) {
+ -webkit-animation-delay : 107s;
+ animation-delay : 107s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1071) {
+ -webkit-animation-delay : 107.1s;
+ animation-delay : 107.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1072) {
+ -webkit-animation-delay : 107.2s;
+ animation-delay : 107.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1073) {
+ -webkit-animation-delay : 107.3s;
+ animation-delay : 107.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1074) {
+ -webkit-animation-delay : 107.4s;
+ animation-delay : 107.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1075) {
+ -webkit-animation-delay : 107.5s;
+ animation-delay : 107.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1076) {
+ -webkit-animation-delay : 107.6s;
+ animation-delay : 107.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1077) {
+ -webkit-animation-delay : 107.7s;
+ animation-delay : 107.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1078) {
+ -webkit-animation-delay : 107.8s;
+ animation-delay : 107.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1079) {
+ -webkit-animation-delay : 107.9s;
+ animation-delay : 107.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1080) {
+ -webkit-animation-delay : 108s;
+ animation-delay : 108s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1081) {
+ -webkit-animation-delay : 108.1s;
+ animation-delay : 108.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1082) {
+ -webkit-animation-delay : 108.2s;
+ animation-delay : 108.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1083) {
+ -webkit-animation-delay : 108.3s;
+ animation-delay : 108.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1084) {
+ -webkit-animation-delay : 108.4s;
+ animation-delay : 108.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1085) {
+ -webkit-animation-delay : 108.5s;
+ animation-delay : 108.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1086) {
+ -webkit-animation-delay : 108.6s;
+ animation-delay : 108.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1087) {
+ -webkit-animation-delay : 108.7s;
+ animation-delay : 108.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1088) {
+ -webkit-animation-delay : 108.8s;
+ animation-delay : 108.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1089) {
+ -webkit-animation-delay : 108.9s;
+ animation-delay : 108.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1090) {
+ -webkit-animation-delay : 109s;
+ animation-delay : 109s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1091) {
+ -webkit-animation-delay : 109.1s;
+ animation-delay : 109.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1092) {
+ -webkit-animation-delay : 109.2s;
+ animation-delay : 109.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1093) {
+ -webkit-animation-delay : 109.3s;
+ animation-delay : 109.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1094) {
+ -webkit-animation-delay : 109.4s;
+ animation-delay : 109.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1095) {
+ -webkit-animation-delay : 109.5s;
+ animation-delay : 109.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1096) {
+ -webkit-animation-delay : 109.6s;
+ animation-delay : 109.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1097) {
+ -webkit-animation-delay : 109.7s;
+ animation-delay : 109.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1098) {
+ -webkit-animation-delay : 109.8s;
+ animation-delay : 109.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1099) {
+ -webkit-animation-delay : 109.9s;
+ animation-delay : 109.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1100) {
+ -webkit-animation-delay : 110s;
+ animation-delay : 110s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1101) {
+ -webkit-animation-delay : 110.1s;
+ animation-delay : 110.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1102) {
+ -webkit-animation-delay : 110.2s;
+ animation-delay : 110.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1103) {
+ -webkit-animation-delay : 110.3s;
+ animation-delay : 110.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1104) {
+ -webkit-animation-delay : 110.4s;
+ animation-delay : 110.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1105) {
+ -webkit-animation-delay : 110.5s;
+ animation-delay : 110.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1106) {
+ -webkit-animation-delay : 110.6s;
+ animation-delay : 110.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1107) {
+ -webkit-animation-delay : 110.7s;
+ animation-delay : 110.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1108) {
+ -webkit-animation-delay : 110.8s;
+ animation-delay : 110.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1109) {
+ -webkit-animation-delay : 110.9s;
+ animation-delay : 110.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1110) {
+ -webkit-animation-delay : 111s;
+ animation-delay : 111s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1111) {
+ -webkit-animation-delay : 111.1s;
+ animation-delay : 111.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1112) {
+ -webkit-animation-delay : 111.2s;
+ animation-delay : 111.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1113) {
+ -webkit-animation-delay : 111.3s;
+ animation-delay : 111.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1114) {
+ -webkit-animation-delay : 111.4s;
+ animation-delay : 111.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1115) {
+ -webkit-animation-delay : 111.5s;
+ animation-delay : 111.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1116) {
+ -webkit-animation-delay : 111.6s;
+ animation-delay : 111.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1117) {
+ -webkit-animation-delay : 111.7s;
+ animation-delay : 111.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1118) {
+ -webkit-animation-delay : 111.8s;
+ animation-delay : 111.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1119) {
+ -webkit-animation-delay : 111.9s;
+ animation-delay : 111.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1120) {
+ -webkit-animation-delay : 112s;
+ animation-delay : 112s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1121) {
+ -webkit-animation-delay : 112.1s;
+ animation-delay : 112.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1122) {
+ -webkit-animation-delay : 112.2s;
+ animation-delay : 112.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1123) {
+ -webkit-animation-delay : 112.3s;
+ animation-delay : 112.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1124) {
+ -webkit-animation-delay : 112.4s;
+ animation-delay : 112.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1125) {
+ -webkit-animation-delay : 112.5s;
+ animation-delay : 112.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1126) {
+ -webkit-animation-delay : 112.6s;
+ animation-delay : 112.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1127) {
+ -webkit-animation-delay : 112.7s;
+ animation-delay : 112.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1128) {
+ -webkit-animation-delay : 112.8s;
+ animation-delay : 112.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1129) {
+ -webkit-animation-delay : 112.9s;
+ animation-delay : 112.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1130) {
+ -webkit-animation-delay : 113s;
+ animation-delay : 113s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1131) {
+ -webkit-animation-delay : 113.1s;
+ animation-delay : 113.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1132) {
+ -webkit-animation-delay : 113.2s;
+ animation-delay : 113.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1133) {
+ -webkit-animation-delay : 113.3s;
+ animation-delay : 113.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1134) {
+ -webkit-animation-delay : 113.4s;
+ animation-delay : 113.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1135) {
+ -webkit-animation-delay : 113.5s;
+ animation-delay : 113.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1136) {
+ -webkit-animation-delay : 113.6s;
+ animation-delay : 113.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1137) {
+ -webkit-animation-delay : 113.7s;
+ animation-delay : 113.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1138) {
+ -webkit-animation-delay : 113.8s;
+ animation-delay : 113.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1139) {
+ -webkit-animation-delay : 113.9s;
+ animation-delay : 113.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1140) {
+ -webkit-animation-delay : 114s;
+ animation-delay : 114s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1141) {
+ -webkit-animation-delay : 114.1s;
+ animation-delay : 114.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1142) {
+ -webkit-animation-delay : 114.2s;
+ animation-delay : 114.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1143) {
+ -webkit-animation-delay : 114.3s;
+ animation-delay : 114.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1144) {
+ -webkit-animation-delay : 114.4s;
+ animation-delay : 114.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1145) {
+ -webkit-animation-delay : 114.5s;
+ animation-delay : 114.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1146) {
+ -webkit-animation-delay : 114.6s;
+ animation-delay : 114.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1147) {
+ -webkit-animation-delay : 114.7s;
+ animation-delay : 114.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1148) {
+ -webkit-animation-delay : 114.8s;
+ animation-delay : 114.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1149) {
+ -webkit-animation-delay : 114.9s;
+ animation-delay : 114.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1150) {
+ -webkit-animation-delay : 115s;
+ animation-delay : 115s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1151) {
+ -webkit-animation-delay : 115.1s;
+ animation-delay : 115.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1152) {
+ -webkit-animation-delay : 115.2s;
+ animation-delay : 115.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1153) {
+ -webkit-animation-delay : 115.3s;
+ animation-delay : 115.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1154) {
+ -webkit-animation-delay : 115.4s;
+ animation-delay : 115.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1155) {
+ -webkit-animation-delay : 115.5s;
+ animation-delay : 115.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1156) {
+ -webkit-animation-delay : 115.6s;
+ animation-delay : 115.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1157) {
+ -webkit-animation-delay : 115.7s;
+ animation-delay : 115.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1158) {
+ -webkit-animation-delay : 115.8s;
+ animation-delay : 115.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1159) {
+ -webkit-animation-delay : 115.9s;
+ animation-delay : 115.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1160) {
+ -webkit-animation-delay : 116s;
+ animation-delay : 116s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1161) {
+ -webkit-animation-delay : 116.1s;
+ animation-delay : 116.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1162) {
+ -webkit-animation-delay : 116.2s;
+ animation-delay : 116.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1163) {
+ -webkit-animation-delay : 116.3s;
+ animation-delay : 116.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1164) {
+ -webkit-animation-delay : 116.4s;
+ animation-delay : 116.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1165) {
+ -webkit-animation-delay : 116.5s;
+ animation-delay : 116.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1166) {
+ -webkit-animation-delay : 116.6s;
+ animation-delay : 116.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1167) {
+ -webkit-animation-delay : 116.7s;
+ animation-delay : 116.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1168) {
+ -webkit-animation-delay : 116.8s;
+ animation-delay : 116.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1169) {
+ -webkit-animation-delay : 116.9s;
+ animation-delay : 116.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1170) {
+ -webkit-animation-delay : 117s;
+ animation-delay : 117s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1171) {
+ -webkit-animation-delay : 117.1s;
+ animation-delay : 117.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1172) {
+ -webkit-animation-delay : 117.2s;
+ animation-delay : 117.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1173) {
+ -webkit-animation-delay : 117.3s;
+ animation-delay : 117.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1174) {
+ -webkit-animation-delay : 117.4s;
+ animation-delay : 117.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1175) {
+ -webkit-animation-delay : 117.5s;
+ animation-delay : 117.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1176) {
+ -webkit-animation-delay : 117.6s;
+ animation-delay : 117.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1177) {
+ -webkit-animation-delay : 117.7s;
+ animation-delay : 117.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1178) {
+ -webkit-animation-delay : 117.8s;
+ animation-delay : 117.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1179) {
+ -webkit-animation-delay : 117.9s;
+ animation-delay : 117.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1180) {
+ -webkit-animation-delay : 118s;
+ animation-delay : 118s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1181) {
+ -webkit-animation-delay : 118.1s;
+ animation-delay : 118.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1182) {
+ -webkit-animation-delay : 118.2s;
+ animation-delay : 118.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1183) {
+ -webkit-animation-delay : 118.3s;
+ animation-delay : 118.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1184) {
+ -webkit-animation-delay : 118.4s;
+ animation-delay : 118.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1185) {
+ -webkit-animation-delay : 118.5s;
+ animation-delay : 118.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1186) {
+ -webkit-animation-delay : 118.6s;
+ animation-delay : 118.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1187) {
+ -webkit-animation-delay : 118.7s;
+ animation-delay : 118.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1188) {
+ -webkit-animation-delay : 118.8s;
+ animation-delay : 118.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1189) {
+ -webkit-animation-delay : 118.9s;
+ animation-delay : 118.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1190) {
+ -webkit-animation-delay : 119s;
+ animation-delay : 119s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1191) {
+ -webkit-animation-delay : 119.1s;
+ animation-delay : 119.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1192) {
+ -webkit-animation-delay : 119.2s;
+ animation-delay : 119.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1193) {
+ -webkit-animation-delay : 119.3s;
+ animation-delay : 119.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1194) {
+ -webkit-animation-delay : 119.4s;
+ animation-delay : 119.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1195) {
+ -webkit-animation-delay : 119.5s;
+ animation-delay : 119.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1196) {
+ -webkit-animation-delay : 119.6s;
+ animation-delay : 119.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1197) {
+ -webkit-animation-delay : 119.7s;
+ animation-delay : 119.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1198) {
+ -webkit-animation-delay : 119.8s;
+ animation-delay : 119.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1199) {
+ -webkit-animation-delay : 119.9s;
+ animation-delay : 119.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1200) {
+ -webkit-animation-delay : 120s;
+ animation-delay : 120s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1201) {
+ -webkit-animation-delay : 120.1s;
+ animation-delay : 120.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1202) {
+ -webkit-animation-delay : 120.2s;
+ animation-delay : 120.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1203) {
+ -webkit-animation-delay : 120.3s;
+ animation-delay : 120.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1204) {
+ -webkit-animation-delay : 120.4s;
+ animation-delay : 120.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1205) {
+ -webkit-animation-delay : 120.5s;
+ animation-delay : 120.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1206) {
+ -webkit-animation-delay : 120.6s;
+ animation-delay : 120.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1207) {
+ -webkit-animation-delay : 120.7s;
+ animation-delay : 120.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1208) {
+ -webkit-animation-delay : 120.8s;
+ animation-delay : 120.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1209) {
+ -webkit-animation-delay : 120.9s;
+ animation-delay : 120.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1210) {
+ -webkit-animation-delay : 121s;
+ animation-delay : 121s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1211) {
+ -webkit-animation-delay : 121.1s;
+ animation-delay : 121.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1212) {
+ -webkit-animation-delay : 121.2s;
+ animation-delay : 121.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1213) {
+ -webkit-animation-delay : 121.3s;
+ animation-delay : 121.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1214) {
+ -webkit-animation-delay : 121.4s;
+ animation-delay : 121.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1215) {
+ -webkit-animation-delay : 121.5s;
+ animation-delay : 121.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1216) {
+ -webkit-animation-delay : 121.6s;
+ animation-delay : 121.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1217) {
+ -webkit-animation-delay : 121.7s;
+ animation-delay : 121.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1218) {
+ -webkit-animation-delay : 121.8s;
+ animation-delay : 121.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1219) {
+ -webkit-animation-delay : 121.9s;
+ animation-delay : 121.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1220) {
+ -webkit-animation-delay : 122s;
+ animation-delay : 122s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1221) {
+ -webkit-animation-delay : 122.1s;
+ animation-delay : 122.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1222) {
+ -webkit-animation-delay : 122.2s;
+ animation-delay : 122.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1223) {
+ -webkit-animation-delay : 122.3s;
+ animation-delay : 122.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1224) {
+ -webkit-animation-delay : 122.4s;
+ animation-delay : 122.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1225) {
+ -webkit-animation-delay : 122.5s;
+ animation-delay : 122.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1226) {
+ -webkit-animation-delay : 122.6s;
+ animation-delay : 122.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1227) {
+ -webkit-animation-delay : 122.7s;
+ animation-delay : 122.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1228) {
+ -webkit-animation-delay : 122.8s;
+ animation-delay : 122.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1229) {
+ -webkit-animation-delay : 122.9s;
+ animation-delay : 122.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1230) {
+ -webkit-animation-delay : 123s;
+ animation-delay : 123s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1231) {
+ -webkit-animation-delay : 123.1s;
+ animation-delay : 123.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1232) {
+ -webkit-animation-delay : 123.2s;
+ animation-delay : 123.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1233) {
+ -webkit-animation-delay : 123.3s;
+ animation-delay : 123.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1234) {
+ -webkit-animation-delay : 123.4s;
+ animation-delay : 123.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1235) {
+ -webkit-animation-delay : 123.5s;
+ animation-delay : 123.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1236) {
+ -webkit-animation-delay : 123.6s;
+ animation-delay : 123.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1237) {
+ -webkit-animation-delay : 123.7s;
+ animation-delay : 123.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1238) {
+ -webkit-animation-delay : 123.8s;
+ animation-delay : 123.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1239) {
+ -webkit-animation-delay : 123.9s;
+ animation-delay : 123.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1240) {
+ -webkit-animation-delay : 124s;
+ animation-delay : 124s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1241) {
+ -webkit-animation-delay : 124.1s;
+ animation-delay : 124.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1242) {
+ -webkit-animation-delay : 124.2s;
+ animation-delay : 124.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1243) {
+ -webkit-animation-delay : 124.3s;
+ animation-delay : 124.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1244) {
+ -webkit-animation-delay : 124.4s;
+ animation-delay : 124.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1245) {
+ -webkit-animation-delay : 124.5s;
+ animation-delay : 124.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1246) {
+ -webkit-animation-delay : 124.6s;
+ animation-delay : 124.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1247) {
+ -webkit-animation-delay : 124.7s;
+ animation-delay : 124.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1248) {
+ -webkit-animation-delay : 124.8s;
+ animation-delay : 124.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1249) {
+ -webkit-animation-delay : 124.9s;
+ animation-delay : 124.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1250) {
+ -webkit-animation-delay : 125s;
+ animation-delay : 125s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1251) {
+ -webkit-animation-delay : 125.1s;
+ animation-delay : 125.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1252) {
+ -webkit-animation-delay : 125.2s;
+ animation-delay : 125.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1253) {
+ -webkit-animation-delay : 125.3s;
+ animation-delay : 125.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1254) {
+ -webkit-animation-delay : 125.4s;
+ animation-delay : 125.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1255) {
+ -webkit-animation-delay : 125.5s;
+ animation-delay : 125.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1256) {
+ -webkit-animation-delay : 125.6s;
+ animation-delay : 125.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1257) {
+ -webkit-animation-delay : 125.7s;
+ animation-delay : 125.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1258) {
+ -webkit-animation-delay : 125.8s;
+ animation-delay : 125.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1259) {
+ -webkit-animation-delay : 125.9s;
+ animation-delay : 125.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1260) {
+ -webkit-animation-delay : 126s;
+ animation-delay : 126s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1261) {
+ -webkit-animation-delay : 126.1s;
+ animation-delay : 126.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1262) {
+ -webkit-animation-delay : 126.2s;
+ animation-delay : 126.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1263) {
+ -webkit-animation-delay : 126.3s;
+ animation-delay : 126.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1264) {
+ -webkit-animation-delay : 126.4s;
+ animation-delay : 126.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1265) {
+ -webkit-animation-delay : 126.5s;
+ animation-delay : 126.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1266) {
+ -webkit-animation-delay : 126.6s;
+ animation-delay : 126.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1267) {
+ -webkit-animation-delay : 126.7s;
+ animation-delay : 126.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1268) {
+ -webkit-animation-delay : 126.8s;
+ animation-delay : 126.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1269) {
+ -webkit-animation-delay : 126.9s;
+ animation-delay : 126.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1270) {
+ -webkit-animation-delay : 127s;
+ animation-delay : 127s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1271) {
+ -webkit-animation-delay : 127.1s;
+ animation-delay : 127.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1272) {
+ -webkit-animation-delay : 127.2s;
+ animation-delay : 127.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1273) {
+ -webkit-animation-delay : 127.3s;
+ animation-delay : 127.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1274) {
+ -webkit-animation-delay : 127.4s;
+ animation-delay : 127.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1275) {
+ -webkit-animation-delay : 127.5s;
+ animation-delay : 127.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1276) {
+ -webkit-animation-delay : 127.6s;
+ animation-delay : 127.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1277) {
+ -webkit-animation-delay : 127.7s;
+ animation-delay : 127.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1278) {
+ -webkit-animation-delay : 127.8s;
+ animation-delay : 127.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1279) {
+ -webkit-animation-delay : 127.9s;
+ animation-delay : 127.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1280) {
+ -webkit-animation-delay : 128s;
+ animation-delay : 128s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1281) {
+ -webkit-animation-delay : 128.1s;
+ animation-delay : 128.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1282) {
+ -webkit-animation-delay : 128.2s;
+ animation-delay : 128.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1283) {
+ -webkit-animation-delay : 128.3s;
+ animation-delay : 128.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1284) {
+ -webkit-animation-delay : 128.4s;
+ animation-delay : 128.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1285) {
+ -webkit-animation-delay : 128.5s;
+ animation-delay : 128.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1286) {
+ -webkit-animation-delay : 128.6s;
+ animation-delay : 128.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1287) {
+ -webkit-animation-delay : 128.7s;
+ animation-delay : 128.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1288) {
+ -webkit-animation-delay : 128.8s;
+ animation-delay : 128.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1289) {
+ -webkit-animation-delay : 128.9s;
+ animation-delay : 128.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1290) {
+ -webkit-animation-delay : 129s;
+ animation-delay : 129s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1291) {
+ -webkit-animation-delay : 129.1s;
+ animation-delay : 129.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1292) {
+ -webkit-animation-delay : 129.2s;
+ animation-delay : 129.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1293) {
+ -webkit-animation-delay : 129.3s;
+ animation-delay : 129.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1294) {
+ -webkit-animation-delay : 129.4s;
+ animation-delay : 129.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1295) {
+ -webkit-animation-delay : 129.5s;
+ animation-delay : 129.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1296) {
+ -webkit-animation-delay : 129.6s;
+ animation-delay : 129.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1297) {
+ -webkit-animation-delay : 129.7s;
+ animation-delay : 129.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1298) {
+ -webkit-animation-delay : 129.8s;
+ animation-delay : 129.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1299) {
+ -webkit-animation-delay : 129.9s;
+ animation-delay : 129.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1300) {
+ -webkit-animation-delay : 130s;
+ animation-delay : 130s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1301) {
+ -webkit-animation-delay : 130.1s;
+ animation-delay : 130.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1302) {
+ -webkit-animation-delay : 130.2s;
+ animation-delay : 130.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1303) {
+ -webkit-animation-delay : 130.3s;
+ animation-delay : 130.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1304) {
+ -webkit-animation-delay : 130.4s;
+ animation-delay : 130.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1305) {
+ -webkit-animation-delay : 130.5s;
+ animation-delay : 130.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1306) {
+ -webkit-animation-delay : 130.6s;
+ animation-delay : 130.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1307) {
+ -webkit-animation-delay : 130.7s;
+ animation-delay : 130.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1308) {
+ -webkit-animation-delay : 130.8s;
+ animation-delay : 130.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1309) {
+ -webkit-animation-delay : 130.9s;
+ animation-delay : 130.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1310) {
+ -webkit-animation-delay : 131s;
+ animation-delay : 131s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1311) {
+ -webkit-animation-delay : 131.1s;
+ animation-delay : 131.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1312) {
+ -webkit-animation-delay : 131.2s;
+ animation-delay : 131.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1313) {
+ -webkit-animation-delay : 131.3s;
+ animation-delay : 131.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1314) {
+ -webkit-animation-delay : 131.4s;
+ animation-delay : 131.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1315) {
+ -webkit-animation-delay : 131.5s;
+ animation-delay : 131.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1316) {
+ -webkit-animation-delay : 131.6s;
+ animation-delay : 131.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1317) {
+ -webkit-animation-delay : 131.7s;
+ animation-delay : 131.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1318) {
+ -webkit-animation-delay : 131.8s;
+ animation-delay : 131.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1319) {
+ -webkit-animation-delay : 131.9s;
+ animation-delay : 131.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1320) {
+ -webkit-animation-delay : 132s;
+ animation-delay : 132s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1321) {
+ -webkit-animation-delay : 132.1s;
+ animation-delay : 132.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1322) {
+ -webkit-animation-delay : 132.2s;
+ animation-delay : 132.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1323) {
+ -webkit-animation-delay : 132.3s;
+ animation-delay : 132.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1324) {
+ -webkit-animation-delay : 132.4s;
+ animation-delay : 132.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1325) {
+ -webkit-animation-delay : 132.5s;
+ animation-delay : 132.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1326) {
+ -webkit-animation-delay : 132.6s;
+ animation-delay : 132.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1327) {
+ -webkit-animation-delay : 132.7s;
+ animation-delay : 132.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1328) {
+ -webkit-animation-delay : 132.8s;
+ animation-delay : 132.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1329) {
+ -webkit-animation-delay : 132.9s;
+ animation-delay : 132.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1330) {
+ -webkit-animation-delay : 133s;
+ animation-delay : 133s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1331) {
+ -webkit-animation-delay : 133.1s;
+ animation-delay : 133.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1332) {
+ -webkit-animation-delay : 133.2s;
+ animation-delay : 133.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1333) {
+ -webkit-animation-delay : 133.3s;
+ animation-delay : 133.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1334) {
+ -webkit-animation-delay : 133.4s;
+ animation-delay : 133.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1335) {
+ -webkit-animation-delay : 133.5s;
+ animation-delay : 133.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1336) {
+ -webkit-animation-delay : 133.6s;
+ animation-delay : 133.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1337) {
+ -webkit-animation-delay : 133.7s;
+ animation-delay : 133.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1338) {
+ -webkit-animation-delay : 133.8s;
+ animation-delay : 133.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1339) {
+ -webkit-animation-delay : 133.9s;
+ animation-delay : 133.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1340) {
+ -webkit-animation-delay : 134s;
+ animation-delay : 134s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1341) {
+ -webkit-animation-delay : 134.1s;
+ animation-delay : 134.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1342) {
+ -webkit-animation-delay : 134.2s;
+ animation-delay : 134.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1343) {
+ -webkit-animation-delay : 134.3s;
+ animation-delay : 134.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1344) {
+ -webkit-animation-delay : 134.4s;
+ animation-delay : 134.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1345) {
+ -webkit-animation-delay : 134.5s;
+ animation-delay : 134.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1346) {
+ -webkit-animation-delay : 134.6s;
+ animation-delay : 134.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1347) {
+ -webkit-animation-delay : 134.7s;
+ animation-delay : 134.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1348) {
+ -webkit-animation-delay : 134.8s;
+ animation-delay : 134.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1349) {
+ -webkit-animation-delay : 134.9s;
+ animation-delay : 134.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1350) {
+ -webkit-animation-delay : 135s;
+ animation-delay : 135s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1351) {
+ -webkit-animation-delay : 135.1s;
+ animation-delay : 135.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1352) {
+ -webkit-animation-delay : 135.2s;
+ animation-delay : 135.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1353) {
+ -webkit-animation-delay : 135.3s;
+ animation-delay : 135.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1354) {
+ -webkit-animation-delay : 135.4s;
+ animation-delay : 135.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1355) {
+ -webkit-animation-delay : 135.5s;
+ animation-delay : 135.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1356) {
+ -webkit-animation-delay : 135.6s;
+ animation-delay : 135.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1357) {
+ -webkit-animation-delay : 135.7s;
+ animation-delay : 135.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1358) {
+ -webkit-animation-delay : 135.8s;
+ animation-delay : 135.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1359) {
+ -webkit-animation-delay : 135.9s;
+ animation-delay : 135.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1360) {
+ -webkit-animation-delay : 136s;
+ animation-delay : 136s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1361) {
+ -webkit-animation-delay : 136.1s;
+ animation-delay : 136.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1362) {
+ -webkit-animation-delay : 136.2s;
+ animation-delay : 136.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1363) {
+ -webkit-animation-delay : 136.3s;
+ animation-delay : 136.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1364) {
+ -webkit-animation-delay : 136.4s;
+ animation-delay : 136.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1365) {
+ -webkit-animation-delay : 136.5s;
+ animation-delay : 136.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1366) {
+ -webkit-animation-delay : 136.6s;
+ animation-delay : 136.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1367) {
+ -webkit-animation-delay : 136.7s;
+ animation-delay : 136.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1368) {
+ -webkit-animation-delay : 136.8s;
+ animation-delay : 136.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1369) {
+ -webkit-animation-delay : 136.9s;
+ animation-delay : 136.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1370) {
+ -webkit-animation-delay : 137s;
+ animation-delay : 137s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1371) {
+ -webkit-animation-delay : 137.1s;
+ animation-delay : 137.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1372) {
+ -webkit-animation-delay : 137.2s;
+ animation-delay : 137.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1373) {
+ -webkit-animation-delay : 137.3s;
+ animation-delay : 137.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1374) {
+ -webkit-animation-delay : 137.4s;
+ animation-delay : 137.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1375) {
+ -webkit-animation-delay : 137.5s;
+ animation-delay : 137.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1376) {
+ -webkit-animation-delay : 137.6s;
+ animation-delay : 137.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1377) {
+ -webkit-animation-delay : 137.7s;
+ animation-delay : 137.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1378) {
+ -webkit-animation-delay : 137.8s;
+ animation-delay : 137.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1379) {
+ -webkit-animation-delay : 137.9s;
+ animation-delay : 137.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1380) {
+ -webkit-animation-delay : 138s;
+ animation-delay : 138s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1381) {
+ -webkit-animation-delay : 138.1s;
+ animation-delay : 138.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1382) {
+ -webkit-animation-delay : 138.2s;
+ animation-delay : 138.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1383) {
+ -webkit-animation-delay : 138.3s;
+ animation-delay : 138.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1384) {
+ -webkit-animation-delay : 138.4s;
+ animation-delay : 138.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1385) {
+ -webkit-animation-delay : 138.5s;
+ animation-delay : 138.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1386) {
+ -webkit-animation-delay : 138.6s;
+ animation-delay : 138.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1387) {
+ -webkit-animation-delay : 138.7s;
+ animation-delay : 138.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1388) {
+ -webkit-animation-delay : 138.8s;
+ animation-delay : 138.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1389) {
+ -webkit-animation-delay : 138.9s;
+ animation-delay : 138.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1390) {
+ -webkit-animation-delay : 139s;
+ animation-delay : 139s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1391) {
+ -webkit-animation-delay : 139.1s;
+ animation-delay : 139.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1392) {
+ -webkit-animation-delay : 139.2s;
+ animation-delay : 139.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1393) {
+ -webkit-animation-delay : 139.3s;
+ animation-delay : 139.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1394) {
+ -webkit-animation-delay : 139.4s;
+ animation-delay : 139.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1395) {
+ -webkit-animation-delay : 139.5s;
+ animation-delay : 139.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1396) {
+ -webkit-animation-delay : 139.6s;
+ animation-delay : 139.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1397) {
+ -webkit-animation-delay : 139.7s;
+ animation-delay : 139.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1398) {
+ -webkit-animation-delay : 139.8s;
+ animation-delay : 139.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1399) {
+ -webkit-animation-delay : 139.9s;
+ animation-delay : 139.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1400) {
+ -webkit-animation-delay : 140s;
+ animation-delay : 140s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1401) {
+ -webkit-animation-delay : 140.1s;
+ animation-delay : 140.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1402) {
+ -webkit-animation-delay : 140.2s;
+ animation-delay : 140.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1403) {
+ -webkit-animation-delay : 140.3s;
+ animation-delay : 140.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1404) {
+ -webkit-animation-delay : 140.4s;
+ animation-delay : 140.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1405) {
+ -webkit-animation-delay : 140.5s;
+ animation-delay : 140.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1406) {
+ -webkit-animation-delay : 140.6s;
+ animation-delay : 140.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1407) {
+ -webkit-animation-delay : 140.7s;
+ animation-delay : 140.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1408) {
+ -webkit-animation-delay : 140.8s;
+ animation-delay : 140.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1409) {
+ -webkit-animation-delay : 140.9s;
+ animation-delay : 140.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1410) {
+ -webkit-animation-delay : 141s;
+ animation-delay : 141s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1411) {
+ -webkit-animation-delay : 141.1s;
+ animation-delay : 141.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1412) {
+ -webkit-animation-delay : 141.2s;
+ animation-delay : 141.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1413) {
+ -webkit-animation-delay : 141.3s;
+ animation-delay : 141.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1414) {
+ -webkit-animation-delay : 141.4s;
+ animation-delay : 141.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1415) {
+ -webkit-animation-delay : 141.5s;
+ animation-delay : 141.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1416) {
+ -webkit-animation-delay : 141.6s;
+ animation-delay : 141.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1417) {
+ -webkit-animation-delay : 141.7s;
+ animation-delay : 141.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1418) {
+ -webkit-animation-delay : 141.8s;
+ animation-delay : 141.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1419) {
+ -webkit-animation-delay : 141.9s;
+ animation-delay : 141.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1420) {
+ -webkit-animation-delay : 142s;
+ animation-delay : 142s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1421) {
+ -webkit-animation-delay : 142.1s;
+ animation-delay : 142.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1422) {
+ -webkit-animation-delay : 142.2s;
+ animation-delay : 142.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1423) {
+ -webkit-animation-delay : 142.3s;
+ animation-delay : 142.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1424) {
+ -webkit-animation-delay : 142.4s;
+ animation-delay : 142.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1425) {
+ -webkit-animation-delay : 142.5s;
+ animation-delay : 142.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1426) {
+ -webkit-animation-delay : 142.6s;
+ animation-delay : 142.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1427) {
+ -webkit-animation-delay : 142.7s;
+ animation-delay : 142.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1428) {
+ -webkit-animation-delay : 142.8s;
+ animation-delay : 142.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1429) {
+ -webkit-animation-delay : 142.9s;
+ animation-delay : 142.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1430) {
+ -webkit-animation-delay : 143s;
+ animation-delay : 143s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1431) {
+ -webkit-animation-delay : 143.1s;
+ animation-delay : 143.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1432) {
+ -webkit-animation-delay : 143.2s;
+ animation-delay : 143.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1433) {
+ -webkit-animation-delay : 143.3s;
+ animation-delay : 143.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1434) {
+ -webkit-animation-delay : 143.4s;
+ animation-delay : 143.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1435) {
+ -webkit-animation-delay : 143.5s;
+ animation-delay : 143.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1436) {
+ -webkit-animation-delay : 143.6s;
+ animation-delay : 143.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1437) {
+ -webkit-animation-delay : 143.7s;
+ animation-delay : 143.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1438) {
+ -webkit-animation-delay : 143.8s;
+ animation-delay : 143.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1439) {
+ -webkit-animation-delay : 143.9s;
+ animation-delay : 143.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1440) {
+ -webkit-animation-delay : 144s;
+ animation-delay : 144s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1441) {
+ -webkit-animation-delay : 144.1s;
+ animation-delay : 144.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1442) {
+ -webkit-animation-delay : 144.2s;
+ animation-delay : 144.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1443) {
+ -webkit-animation-delay : 144.3s;
+ animation-delay : 144.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1444) {
+ -webkit-animation-delay : 144.4s;
+ animation-delay : 144.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1445) {
+ -webkit-animation-delay : 144.5s;
+ animation-delay : 144.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1446) {
+ -webkit-animation-delay : 144.6s;
+ animation-delay : 144.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1447) {
+ -webkit-animation-delay : 144.7s;
+ animation-delay : 144.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1448) {
+ -webkit-animation-delay : 144.8s;
+ animation-delay : 144.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1449) {
+ -webkit-animation-delay : 144.9s;
+ animation-delay : 144.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1450) {
+ -webkit-animation-delay : 145s;
+ animation-delay : 145s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1451) {
+ -webkit-animation-delay : 145.1s;
+ animation-delay : 145.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1452) {
+ -webkit-animation-delay : 145.2s;
+ animation-delay : 145.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1453) {
+ -webkit-animation-delay : 145.3s;
+ animation-delay : 145.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1454) {
+ -webkit-animation-delay : 145.4s;
+ animation-delay : 145.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1455) {
+ -webkit-animation-delay : 145.5s;
+ animation-delay : 145.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1456) {
+ -webkit-animation-delay : 145.6s;
+ animation-delay : 145.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1457) {
+ -webkit-animation-delay : 145.7s;
+ animation-delay : 145.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1458) {
+ -webkit-animation-delay : 145.8s;
+ animation-delay : 145.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1459) {
+ -webkit-animation-delay : 145.9s;
+ animation-delay : 145.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1460) {
+ -webkit-animation-delay : 146s;
+ animation-delay : 146s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1461) {
+ -webkit-animation-delay : 146.1s;
+ animation-delay : 146.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1462) {
+ -webkit-animation-delay : 146.2s;
+ animation-delay : 146.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1463) {
+ -webkit-animation-delay : 146.3s;
+ animation-delay : 146.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1464) {
+ -webkit-animation-delay : 146.4s;
+ animation-delay : 146.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1465) {
+ -webkit-animation-delay : 146.5s;
+ animation-delay : 146.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1466) {
+ -webkit-animation-delay : 146.6s;
+ animation-delay : 146.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1467) {
+ -webkit-animation-delay : 146.7s;
+ animation-delay : 146.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1468) {
+ -webkit-animation-delay : 146.8s;
+ animation-delay : 146.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1469) {
+ -webkit-animation-delay : 146.9s;
+ animation-delay : 146.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1470) {
+ -webkit-animation-delay : 147s;
+ animation-delay : 147s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1471) {
+ -webkit-animation-delay : 147.1s;
+ animation-delay : 147.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1472) {
+ -webkit-animation-delay : 147.2s;
+ animation-delay : 147.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1473) {
+ -webkit-animation-delay : 147.3s;
+ animation-delay : 147.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1474) {
+ -webkit-animation-delay : 147.4s;
+ animation-delay : 147.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1475) {
+ -webkit-animation-delay : 147.5s;
+ animation-delay : 147.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1476) {
+ -webkit-animation-delay : 147.6s;
+ animation-delay : 147.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1477) {
+ -webkit-animation-delay : 147.7s;
+ animation-delay : 147.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1478) {
+ -webkit-animation-delay : 147.8s;
+ animation-delay : 147.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1479) {
+ -webkit-animation-delay : 147.9s;
+ animation-delay : 147.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1480) {
+ -webkit-animation-delay : 148s;
+ animation-delay : 148s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1481) {
+ -webkit-animation-delay : 148.1s;
+ animation-delay : 148.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1482) {
+ -webkit-animation-delay : 148.2s;
+ animation-delay : 148.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1483) {
+ -webkit-animation-delay : 148.3s;
+ animation-delay : 148.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1484) {
+ -webkit-animation-delay : 148.4s;
+ animation-delay : 148.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1485) {
+ -webkit-animation-delay : 148.5s;
+ animation-delay : 148.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1486) {
+ -webkit-animation-delay : 148.6s;
+ animation-delay : 148.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1487) {
+ -webkit-animation-delay : 148.7s;
+ animation-delay : 148.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1488) {
+ -webkit-animation-delay : 148.8s;
+ animation-delay : 148.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1489) {
+ -webkit-animation-delay : 148.9s;
+ animation-delay : 148.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1490) {
+ -webkit-animation-delay : 149s;
+ animation-delay : 149s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1491) {
+ -webkit-animation-delay : 149.1s;
+ animation-delay : 149.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1492) {
+ -webkit-animation-delay : 149.2s;
+ animation-delay : 149.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1493) {
+ -webkit-animation-delay : 149.3s;
+ animation-delay : 149.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1494) {
+ -webkit-animation-delay : 149.4s;
+ animation-delay : 149.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1495) {
+ -webkit-animation-delay : 149.5s;
+ animation-delay : 149.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1496) {
+ -webkit-animation-delay : 149.6s;
+ animation-delay : 149.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1497) {
+ -webkit-animation-delay : 149.7s;
+ animation-delay : 149.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1498) {
+ -webkit-animation-delay : 149.8s;
+ animation-delay : 149.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1499) {
+ -webkit-animation-delay : 149.9s;
+ animation-delay : 149.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1500) {
+ -webkit-animation-delay : 150s;
+ animation-delay : 150s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1501) {
+ -webkit-animation-delay : 150.1s;
+ animation-delay : 150.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1502) {
+ -webkit-animation-delay : 150.2s;
+ animation-delay : 150.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1503) {
+ -webkit-animation-delay : 150.3s;
+ animation-delay : 150.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1504) {
+ -webkit-animation-delay : 150.4s;
+ animation-delay : 150.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1505) {
+ -webkit-animation-delay : 150.5s;
+ animation-delay : 150.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1506) {
+ -webkit-animation-delay : 150.6s;
+ animation-delay : 150.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1507) {
+ -webkit-animation-delay : 150.7s;
+ animation-delay : 150.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1508) {
+ -webkit-animation-delay : 150.8s;
+ animation-delay : 150.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1509) {
+ -webkit-animation-delay : 150.9s;
+ animation-delay : 150.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1510) {
+ -webkit-animation-delay : 151s;
+ animation-delay : 151s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1511) {
+ -webkit-animation-delay : 151.1s;
+ animation-delay : 151.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1512) {
+ -webkit-animation-delay : 151.2s;
+ animation-delay : 151.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1513) {
+ -webkit-animation-delay : 151.3s;
+ animation-delay : 151.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1514) {
+ -webkit-animation-delay : 151.4s;
+ animation-delay : 151.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1515) {
+ -webkit-animation-delay : 151.5s;
+ animation-delay : 151.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1516) {
+ -webkit-animation-delay : 151.6s;
+ animation-delay : 151.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1517) {
+ -webkit-animation-delay : 151.7s;
+ animation-delay : 151.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1518) {
+ -webkit-animation-delay : 151.8s;
+ animation-delay : 151.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1519) {
+ -webkit-animation-delay : 151.9s;
+ animation-delay : 151.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1520) {
+ -webkit-animation-delay : 152s;
+ animation-delay : 152s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1521) {
+ -webkit-animation-delay : 152.1s;
+ animation-delay : 152.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1522) {
+ -webkit-animation-delay : 152.2s;
+ animation-delay : 152.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1523) {
+ -webkit-animation-delay : 152.3s;
+ animation-delay : 152.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1524) {
+ -webkit-animation-delay : 152.4s;
+ animation-delay : 152.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1525) {
+ -webkit-animation-delay : 152.5s;
+ animation-delay : 152.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1526) {
+ -webkit-animation-delay : 152.6s;
+ animation-delay : 152.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1527) {
+ -webkit-animation-delay : 152.7s;
+ animation-delay : 152.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1528) {
+ -webkit-animation-delay : 152.8s;
+ animation-delay : 152.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1529) {
+ -webkit-animation-delay : 152.9s;
+ animation-delay : 152.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1530) {
+ -webkit-animation-delay : 153s;
+ animation-delay : 153s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1531) {
+ -webkit-animation-delay : 153.1s;
+ animation-delay : 153.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1532) {
+ -webkit-animation-delay : 153.2s;
+ animation-delay : 153.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1533) {
+ -webkit-animation-delay : 153.3s;
+ animation-delay : 153.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1534) {
+ -webkit-animation-delay : 153.4s;
+ animation-delay : 153.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1535) {
+ -webkit-animation-delay : 153.5s;
+ animation-delay : 153.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1536) {
+ -webkit-animation-delay : 153.6s;
+ animation-delay : 153.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1537) {
+ -webkit-animation-delay : 153.7s;
+ animation-delay : 153.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1538) {
+ -webkit-animation-delay : 153.8s;
+ animation-delay : 153.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1539) {
+ -webkit-animation-delay : 153.9s;
+ animation-delay : 153.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1540) {
+ -webkit-animation-delay : 154s;
+ animation-delay : 154s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1541) {
+ -webkit-animation-delay : 154.1s;
+ animation-delay : 154.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1542) {
+ -webkit-animation-delay : 154.2s;
+ animation-delay : 154.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1543) {
+ -webkit-animation-delay : 154.3s;
+ animation-delay : 154.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1544) {
+ -webkit-animation-delay : 154.4s;
+ animation-delay : 154.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1545) {
+ -webkit-animation-delay : 154.5s;
+ animation-delay : 154.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1546) {
+ -webkit-animation-delay : 154.6s;
+ animation-delay : 154.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1547) {
+ -webkit-animation-delay : 154.7s;
+ animation-delay : 154.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1548) {
+ -webkit-animation-delay : 154.8s;
+ animation-delay : 154.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1549) {
+ -webkit-animation-delay : 154.9s;
+ animation-delay : 154.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1550) {
+ -webkit-animation-delay : 155s;
+ animation-delay : 155s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1551) {
+ -webkit-animation-delay : 155.1s;
+ animation-delay : 155.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1552) {
+ -webkit-animation-delay : 155.2s;
+ animation-delay : 155.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1553) {
+ -webkit-animation-delay : 155.3s;
+ animation-delay : 155.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1554) {
+ -webkit-animation-delay : 155.4s;
+ animation-delay : 155.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1555) {
+ -webkit-animation-delay : 155.5s;
+ animation-delay : 155.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1556) {
+ -webkit-animation-delay : 155.6s;
+ animation-delay : 155.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1557) {
+ -webkit-animation-delay : 155.7s;
+ animation-delay : 155.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1558) {
+ -webkit-animation-delay : 155.8s;
+ animation-delay : 155.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1559) {
+ -webkit-animation-delay : 155.9s;
+ animation-delay : 155.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1560) {
+ -webkit-animation-delay : 156s;
+ animation-delay : 156s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1561) {
+ -webkit-animation-delay : 156.1s;
+ animation-delay : 156.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1562) {
+ -webkit-animation-delay : 156.2s;
+ animation-delay : 156.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1563) {
+ -webkit-animation-delay : 156.3s;
+ animation-delay : 156.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1564) {
+ -webkit-animation-delay : 156.4s;
+ animation-delay : 156.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1565) {
+ -webkit-animation-delay : 156.5s;
+ animation-delay : 156.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1566) {
+ -webkit-animation-delay : 156.6s;
+ animation-delay : 156.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1567) {
+ -webkit-animation-delay : 156.7s;
+ animation-delay : 156.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1568) {
+ -webkit-animation-delay : 156.8s;
+ animation-delay : 156.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1569) {
+ -webkit-animation-delay : 156.9s;
+ animation-delay : 156.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1570) {
+ -webkit-animation-delay : 157s;
+ animation-delay : 157s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1571) {
+ -webkit-animation-delay : 157.1s;
+ animation-delay : 157.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1572) {
+ -webkit-animation-delay : 157.2s;
+ animation-delay : 157.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1573) {
+ -webkit-animation-delay : 157.3s;
+ animation-delay : 157.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1574) {
+ -webkit-animation-delay : 157.4s;
+ animation-delay : 157.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1575) {
+ -webkit-animation-delay : 157.5s;
+ animation-delay : 157.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1576) {
+ -webkit-animation-delay : 157.6s;
+ animation-delay : 157.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1577) {
+ -webkit-animation-delay : 157.7s;
+ animation-delay : 157.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1578) {
+ -webkit-animation-delay : 157.8s;
+ animation-delay : 157.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1579) {
+ -webkit-animation-delay : 157.9s;
+ animation-delay : 157.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1580) {
+ -webkit-animation-delay : 158s;
+ animation-delay : 158s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1581) {
+ -webkit-animation-delay : 158.1s;
+ animation-delay : 158.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1582) {
+ -webkit-animation-delay : 158.2s;
+ animation-delay : 158.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1583) {
+ -webkit-animation-delay : 158.3s;
+ animation-delay : 158.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1584) {
+ -webkit-animation-delay : 158.4s;
+ animation-delay : 158.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1585) {
+ -webkit-animation-delay : 158.5s;
+ animation-delay : 158.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1586) {
+ -webkit-animation-delay : 158.6s;
+ animation-delay : 158.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1587) {
+ -webkit-animation-delay : 158.7s;
+ animation-delay : 158.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1588) {
+ -webkit-animation-delay : 158.8s;
+ animation-delay : 158.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1589) {
+ -webkit-animation-delay : 158.9s;
+ animation-delay : 158.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1590) {
+ -webkit-animation-delay : 159s;
+ animation-delay : 159s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1591) {
+ -webkit-animation-delay : 159.1s;
+ animation-delay : 159.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1592) {
+ -webkit-animation-delay : 159.2s;
+ animation-delay : 159.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1593) {
+ -webkit-animation-delay : 159.3s;
+ animation-delay : 159.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1594) {
+ -webkit-animation-delay : 159.4s;
+ animation-delay : 159.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1595) {
+ -webkit-animation-delay : 159.5s;
+ animation-delay : 159.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1596) {
+ -webkit-animation-delay : 159.6s;
+ animation-delay : 159.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1597) {
+ -webkit-animation-delay : 159.7s;
+ animation-delay : 159.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1598) {
+ -webkit-animation-delay : 159.8s;
+ animation-delay : 159.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1599) {
+ -webkit-animation-delay : 159.9s;
+ animation-delay : 159.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1600) {
+ -webkit-animation-delay : 160s;
+ animation-delay : 160s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1601) {
+ -webkit-animation-delay : 160.1s;
+ animation-delay : 160.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1602) {
+ -webkit-animation-delay : 160.2s;
+ animation-delay : 160.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1603) {
+ -webkit-animation-delay : 160.3s;
+ animation-delay : 160.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1604) {
+ -webkit-animation-delay : 160.4s;
+ animation-delay : 160.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1605) {
+ -webkit-animation-delay : 160.5s;
+ animation-delay : 160.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1606) {
+ -webkit-animation-delay : 160.6s;
+ animation-delay : 160.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1607) {
+ -webkit-animation-delay : 160.7s;
+ animation-delay : 160.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1608) {
+ -webkit-animation-delay : 160.8s;
+ animation-delay : 160.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1609) {
+ -webkit-animation-delay : 160.9s;
+ animation-delay : 160.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1610) {
+ -webkit-animation-delay : 161s;
+ animation-delay : 161s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1611) {
+ -webkit-animation-delay : 161.1s;
+ animation-delay : 161.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1612) {
+ -webkit-animation-delay : 161.2s;
+ animation-delay : 161.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1613) {
+ -webkit-animation-delay : 161.3s;
+ animation-delay : 161.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1614) {
+ -webkit-animation-delay : 161.4s;
+ animation-delay : 161.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1615) {
+ -webkit-animation-delay : 161.5s;
+ animation-delay : 161.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1616) {
+ -webkit-animation-delay : 161.6s;
+ animation-delay : 161.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1617) {
+ -webkit-animation-delay : 161.7s;
+ animation-delay : 161.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1618) {
+ -webkit-animation-delay : 161.8s;
+ animation-delay : 161.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1619) {
+ -webkit-animation-delay : 161.9s;
+ animation-delay : 161.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1620) {
+ -webkit-animation-delay : 162s;
+ animation-delay : 162s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1621) {
+ -webkit-animation-delay : 162.1s;
+ animation-delay : 162.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1622) {
+ -webkit-animation-delay : 162.2s;
+ animation-delay : 162.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1623) {
+ -webkit-animation-delay : 162.3s;
+ animation-delay : 162.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1624) {
+ -webkit-animation-delay : 162.4s;
+ animation-delay : 162.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1625) {
+ -webkit-animation-delay : 162.5s;
+ animation-delay : 162.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1626) {
+ -webkit-animation-delay : 162.6s;
+ animation-delay : 162.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1627) {
+ -webkit-animation-delay : 162.7s;
+ animation-delay : 162.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1628) {
+ -webkit-animation-delay : 162.8s;
+ animation-delay : 162.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1629) {
+ -webkit-animation-delay : 162.9s;
+ animation-delay : 162.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1630) {
+ -webkit-animation-delay : 163s;
+ animation-delay : 163s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1631) {
+ -webkit-animation-delay : 163.1s;
+ animation-delay : 163.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1632) {
+ -webkit-animation-delay : 163.2s;
+ animation-delay : 163.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1633) {
+ -webkit-animation-delay : 163.3s;
+ animation-delay : 163.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1634) {
+ -webkit-animation-delay : 163.4s;
+ animation-delay : 163.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1635) {
+ -webkit-animation-delay : 163.5s;
+ animation-delay : 163.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1636) {
+ -webkit-animation-delay : 163.6s;
+ animation-delay : 163.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1637) {
+ -webkit-animation-delay : 163.7s;
+ animation-delay : 163.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1638) {
+ -webkit-animation-delay : 163.8s;
+ animation-delay : 163.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1639) {
+ -webkit-animation-delay : 163.9s;
+ animation-delay : 163.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1640) {
+ -webkit-animation-delay : 164s;
+ animation-delay : 164s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1641) {
+ -webkit-animation-delay : 164.1s;
+ animation-delay : 164.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1642) {
+ -webkit-animation-delay : 164.2s;
+ animation-delay : 164.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1643) {
+ -webkit-animation-delay : 164.3s;
+ animation-delay : 164.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1644) {
+ -webkit-animation-delay : 164.4s;
+ animation-delay : 164.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1645) {
+ -webkit-animation-delay : 164.5s;
+ animation-delay : 164.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1646) {
+ -webkit-animation-delay : 164.6s;
+ animation-delay : 164.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1647) {
+ -webkit-animation-delay : 164.7s;
+ animation-delay : 164.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1648) {
+ -webkit-animation-delay : 164.8s;
+ animation-delay : 164.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1649) {
+ -webkit-animation-delay : 164.9s;
+ animation-delay : 164.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1650) {
+ -webkit-animation-delay : 165s;
+ animation-delay : 165s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1651) {
+ -webkit-animation-delay : 165.1s;
+ animation-delay : 165.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1652) {
+ -webkit-animation-delay : 165.2s;
+ animation-delay : 165.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1653) {
+ -webkit-animation-delay : 165.3s;
+ animation-delay : 165.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1654) {
+ -webkit-animation-delay : 165.4s;
+ animation-delay : 165.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1655) {
+ -webkit-animation-delay : 165.5s;
+ animation-delay : 165.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1656) {
+ -webkit-animation-delay : 165.6s;
+ animation-delay : 165.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1657) {
+ -webkit-animation-delay : 165.7s;
+ animation-delay : 165.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1658) {
+ -webkit-animation-delay : 165.8s;
+ animation-delay : 165.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1659) {
+ -webkit-animation-delay : 165.9s;
+ animation-delay : 165.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1660) {
+ -webkit-animation-delay : 166s;
+ animation-delay : 166s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1661) {
+ -webkit-animation-delay : 166.1s;
+ animation-delay : 166.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1662) {
+ -webkit-animation-delay : 166.2s;
+ animation-delay : 166.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1663) {
+ -webkit-animation-delay : 166.3s;
+ animation-delay : 166.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1664) {
+ -webkit-animation-delay : 166.4s;
+ animation-delay : 166.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1665) {
+ -webkit-animation-delay : 166.5s;
+ animation-delay : 166.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1666) {
+ -webkit-animation-delay : 166.6s;
+ animation-delay : 166.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1667) {
+ -webkit-animation-delay : 166.7s;
+ animation-delay : 166.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1668) {
+ -webkit-animation-delay : 166.8s;
+ animation-delay : 166.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1669) {
+ -webkit-animation-delay : 166.9s;
+ animation-delay : 166.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1670) {
+ -webkit-animation-delay : 167s;
+ animation-delay : 167s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1671) {
+ -webkit-animation-delay : 167.1s;
+ animation-delay : 167.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1672) {
+ -webkit-animation-delay : 167.2s;
+ animation-delay : 167.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1673) {
+ -webkit-animation-delay : 167.3s;
+ animation-delay : 167.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1674) {
+ -webkit-animation-delay : 167.4s;
+ animation-delay : 167.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1675) {
+ -webkit-animation-delay : 167.5s;
+ animation-delay : 167.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1676) {
+ -webkit-animation-delay : 167.6s;
+ animation-delay : 167.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1677) {
+ -webkit-animation-delay : 167.7s;
+ animation-delay : 167.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1678) {
+ -webkit-animation-delay : 167.8s;
+ animation-delay : 167.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1679) {
+ -webkit-animation-delay : 167.9s;
+ animation-delay : 167.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1680) {
+ -webkit-animation-delay : 168s;
+ animation-delay : 168s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1681) {
+ -webkit-animation-delay : 168.1s;
+ animation-delay : 168.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1682) {
+ -webkit-animation-delay : 168.2s;
+ animation-delay : 168.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1683) {
+ -webkit-animation-delay : 168.3s;
+ animation-delay : 168.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1684) {
+ -webkit-animation-delay : 168.4s;
+ animation-delay : 168.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1685) {
+ -webkit-animation-delay : 168.5s;
+ animation-delay : 168.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1686) {
+ -webkit-animation-delay : 168.6s;
+ animation-delay : 168.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1687) {
+ -webkit-animation-delay : 168.7s;
+ animation-delay : 168.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1688) {
+ -webkit-animation-delay : 168.8s;
+ animation-delay : 168.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1689) {
+ -webkit-animation-delay : 168.9s;
+ animation-delay : 168.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1690) {
+ -webkit-animation-delay : 169s;
+ animation-delay : 169s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1691) {
+ -webkit-animation-delay : 169.1s;
+ animation-delay : 169.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1692) {
+ -webkit-animation-delay : 169.2s;
+ animation-delay : 169.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1693) {
+ -webkit-animation-delay : 169.3s;
+ animation-delay : 169.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1694) {
+ -webkit-animation-delay : 169.4s;
+ animation-delay : 169.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1695) {
+ -webkit-animation-delay : 169.5s;
+ animation-delay : 169.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1696) {
+ -webkit-animation-delay : 169.6s;
+ animation-delay : 169.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1697) {
+ -webkit-animation-delay : 169.7s;
+ animation-delay : 169.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1698) {
+ -webkit-animation-delay : 169.8s;
+ animation-delay : 169.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1699) {
+ -webkit-animation-delay : 169.9s;
+ animation-delay : 169.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1700) {
+ -webkit-animation-delay : 170s;
+ animation-delay : 170s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1701) {
+ -webkit-animation-delay : 170.1s;
+ animation-delay : 170.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1702) {
+ -webkit-animation-delay : 170.2s;
+ animation-delay : 170.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1703) {
+ -webkit-animation-delay : 170.3s;
+ animation-delay : 170.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1704) {
+ -webkit-animation-delay : 170.4s;
+ animation-delay : 170.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1705) {
+ -webkit-animation-delay : 170.5s;
+ animation-delay : 170.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1706) {
+ -webkit-animation-delay : 170.6s;
+ animation-delay : 170.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1707) {
+ -webkit-animation-delay : 170.7s;
+ animation-delay : 170.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1708) {
+ -webkit-animation-delay : 170.8s;
+ animation-delay : 170.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1709) {
+ -webkit-animation-delay : 170.9s;
+ animation-delay : 170.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1710) {
+ -webkit-animation-delay : 171s;
+ animation-delay : 171s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1711) {
+ -webkit-animation-delay : 171.1s;
+ animation-delay : 171.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1712) {
+ -webkit-animation-delay : 171.2s;
+ animation-delay : 171.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1713) {
+ -webkit-animation-delay : 171.3s;
+ animation-delay : 171.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1714) {
+ -webkit-animation-delay : 171.4s;
+ animation-delay : 171.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1715) {
+ -webkit-animation-delay : 171.5s;
+ animation-delay : 171.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1716) {
+ -webkit-animation-delay : 171.6s;
+ animation-delay : 171.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1717) {
+ -webkit-animation-delay : 171.7s;
+ animation-delay : 171.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1718) {
+ -webkit-animation-delay : 171.8s;
+ animation-delay : 171.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1719) {
+ -webkit-animation-delay : 171.9s;
+ animation-delay : 171.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1720) {
+ -webkit-animation-delay : 172s;
+ animation-delay : 172s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1721) {
+ -webkit-animation-delay : 172.1s;
+ animation-delay : 172.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1722) {
+ -webkit-animation-delay : 172.2s;
+ animation-delay : 172.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1723) {
+ -webkit-animation-delay : 172.3s;
+ animation-delay : 172.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1724) {
+ -webkit-animation-delay : 172.4s;
+ animation-delay : 172.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1725) {
+ -webkit-animation-delay : 172.5s;
+ animation-delay : 172.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1726) {
+ -webkit-animation-delay : 172.6s;
+ animation-delay : 172.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1727) {
+ -webkit-animation-delay : 172.7s;
+ animation-delay : 172.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1728) {
+ -webkit-animation-delay : 172.8s;
+ animation-delay : 172.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1729) {
+ -webkit-animation-delay : 172.9s;
+ animation-delay : 172.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1730) {
+ -webkit-animation-delay : 173s;
+ animation-delay : 173s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1731) {
+ -webkit-animation-delay : 173.1s;
+ animation-delay : 173.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1732) {
+ -webkit-animation-delay : 173.2s;
+ animation-delay : 173.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1733) {
+ -webkit-animation-delay : 173.3s;
+ animation-delay : 173.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1734) {
+ -webkit-animation-delay : 173.4s;
+ animation-delay : 173.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1735) {
+ -webkit-animation-delay : 173.5s;
+ animation-delay : 173.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1736) {
+ -webkit-animation-delay : 173.6s;
+ animation-delay : 173.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1737) {
+ -webkit-animation-delay : 173.7s;
+ animation-delay : 173.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1738) {
+ -webkit-animation-delay : 173.8s;
+ animation-delay : 173.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1739) {
+ -webkit-animation-delay : 173.9s;
+ animation-delay : 173.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1740) {
+ -webkit-animation-delay : 174s;
+ animation-delay : 174s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1741) {
+ -webkit-animation-delay : 174.1s;
+ animation-delay : 174.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1742) {
+ -webkit-animation-delay : 174.2s;
+ animation-delay : 174.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1743) {
+ -webkit-animation-delay : 174.3s;
+ animation-delay : 174.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1744) {
+ -webkit-animation-delay : 174.4s;
+ animation-delay : 174.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1745) {
+ -webkit-animation-delay : 174.5s;
+ animation-delay : 174.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1746) {
+ -webkit-animation-delay : 174.6s;
+ animation-delay : 174.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1747) {
+ -webkit-animation-delay : 174.7s;
+ animation-delay : 174.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1748) {
+ -webkit-animation-delay : 174.8s;
+ animation-delay : 174.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1749) {
+ -webkit-animation-delay : 174.9s;
+ animation-delay : 174.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1750) {
+ -webkit-animation-delay : 175s;
+ animation-delay : 175s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1751) {
+ -webkit-animation-delay : 175.1s;
+ animation-delay : 175.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1752) {
+ -webkit-animation-delay : 175.2s;
+ animation-delay : 175.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1753) {
+ -webkit-animation-delay : 175.3s;
+ animation-delay : 175.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1754) {
+ -webkit-animation-delay : 175.4s;
+ animation-delay : 175.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1755) {
+ -webkit-animation-delay : 175.5s;
+ animation-delay : 175.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1756) {
+ -webkit-animation-delay : 175.6s;
+ animation-delay : 175.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1757) {
+ -webkit-animation-delay : 175.7s;
+ animation-delay : 175.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1758) {
+ -webkit-animation-delay : 175.8s;
+ animation-delay : 175.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1759) {
+ -webkit-animation-delay : 175.9s;
+ animation-delay : 175.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1760) {
+ -webkit-animation-delay : 176s;
+ animation-delay : 176s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1761) {
+ -webkit-animation-delay : 176.1s;
+ animation-delay : 176.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1762) {
+ -webkit-animation-delay : 176.2s;
+ animation-delay : 176.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1763) {
+ -webkit-animation-delay : 176.3s;
+ animation-delay : 176.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1764) {
+ -webkit-animation-delay : 176.4s;
+ animation-delay : 176.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1765) {
+ -webkit-animation-delay : 176.5s;
+ animation-delay : 176.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1766) {
+ -webkit-animation-delay : 176.6s;
+ animation-delay : 176.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1767) {
+ -webkit-animation-delay : 176.7s;
+ animation-delay : 176.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1768) {
+ -webkit-animation-delay : 176.8s;
+ animation-delay : 176.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1769) {
+ -webkit-animation-delay : 176.9s;
+ animation-delay : 176.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1770) {
+ -webkit-animation-delay : 177s;
+ animation-delay : 177s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1771) {
+ -webkit-animation-delay : 177.1s;
+ animation-delay : 177.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1772) {
+ -webkit-animation-delay : 177.2s;
+ animation-delay : 177.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1773) {
+ -webkit-animation-delay : 177.3s;
+ animation-delay : 177.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1774) {
+ -webkit-animation-delay : 177.4s;
+ animation-delay : 177.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1775) {
+ -webkit-animation-delay : 177.5s;
+ animation-delay : 177.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1776) {
+ -webkit-animation-delay : 177.6s;
+ animation-delay : 177.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1777) {
+ -webkit-animation-delay : 177.7s;
+ animation-delay : 177.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1778) {
+ -webkit-animation-delay : 177.8s;
+ animation-delay : 177.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1779) {
+ -webkit-animation-delay : 177.9s;
+ animation-delay : 177.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1780) {
+ -webkit-animation-delay : 178s;
+ animation-delay : 178s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1781) {
+ -webkit-animation-delay : 178.1s;
+ animation-delay : 178.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1782) {
+ -webkit-animation-delay : 178.2s;
+ animation-delay : 178.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1783) {
+ -webkit-animation-delay : 178.3s;
+ animation-delay : 178.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1784) {
+ -webkit-animation-delay : 178.4s;
+ animation-delay : 178.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1785) {
+ -webkit-animation-delay : 178.5s;
+ animation-delay : 178.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1786) {
+ -webkit-animation-delay : 178.6s;
+ animation-delay : 178.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1787) {
+ -webkit-animation-delay : 178.7s;
+ animation-delay : 178.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1788) {
+ -webkit-animation-delay : 178.8s;
+ animation-delay : 178.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1789) {
+ -webkit-animation-delay : 178.9s;
+ animation-delay : 178.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1790) {
+ -webkit-animation-delay : 179s;
+ animation-delay : 179s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1791) {
+ -webkit-animation-delay : 179.1s;
+ animation-delay : 179.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1792) {
+ -webkit-animation-delay : 179.2s;
+ animation-delay : 179.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1793) {
+ -webkit-animation-delay : 179.3s;
+ animation-delay : 179.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1794) {
+ -webkit-animation-delay : 179.4s;
+ animation-delay : 179.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1795) {
+ -webkit-animation-delay : 179.5s;
+ animation-delay : 179.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1796) {
+ -webkit-animation-delay : 179.6s;
+ animation-delay : 179.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1797) {
+ -webkit-animation-delay : 179.7s;
+ animation-delay : 179.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1798) {
+ -webkit-animation-delay : 179.8s;
+ animation-delay : 179.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1799) {
+ -webkit-animation-delay : 179.9s;
+ animation-delay : 179.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1800) {
+ -webkit-animation-delay : 180s;
+ animation-delay : 180s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1801) {
+ -webkit-animation-delay : 180.1s;
+ animation-delay : 180.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1802) {
+ -webkit-animation-delay : 180.2s;
+ animation-delay : 180.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1803) {
+ -webkit-animation-delay : 180.3s;
+ animation-delay : 180.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1804) {
+ -webkit-animation-delay : 180.4s;
+ animation-delay : 180.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1805) {
+ -webkit-animation-delay : 180.5s;
+ animation-delay : 180.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1806) {
+ -webkit-animation-delay : 180.6s;
+ animation-delay : 180.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1807) {
+ -webkit-animation-delay : 180.7s;
+ animation-delay : 180.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1808) {
+ -webkit-animation-delay : 180.8s;
+ animation-delay : 180.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1809) {
+ -webkit-animation-delay : 180.9s;
+ animation-delay : 180.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1810) {
+ -webkit-animation-delay : 181s;
+ animation-delay : 181s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1811) {
+ -webkit-animation-delay : 181.1s;
+ animation-delay : 181.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1812) {
+ -webkit-animation-delay : 181.2s;
+ animation-delay : 181.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1813) {
+ -webkit-animation-delay : 181.3s;
+ animation-delay : 181.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1814) {
+ -webkit-animation-delay : 181.4s;
+ animation-delay : 181.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1815) {
+ -webkit-animation-delay : 181.5s;
+ animation-delay : 181.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1816) {
+ -webkit-animation-delay : 181.6s;
+ animation-delay : 181.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1817) {
+ -webkit-animation-delay : 181.7s;
+ animation-delay : 181.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1818) {
+ -webkit-animation-delay : 181.8s;
+ animation-delay : 181.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1819) {
+ -webkit-animation-delay : 181.9s;
+ animation-delay : 181.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1820) {
+ -webkit-animation-delay : 182s;
+ animation-delay : 182s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1821) {
+ -webkit-animation-delay : 182.1s;
+ animation-delay : 182.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1822) {
+ -webkit-animation-delay : 182.2s;
+ animation-delay : 182.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1823) {
+ -webkit-animation-delay : 182.3s;
+ animation-delay : 182.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1824) {
+ -webkit-animation-delay : 182.4s;
+ animation-delay : 182.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1825) {
+ -webkit-animation-delay : 182.5s;
+ animation-delay : 182.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1826) {
+ -webkit-animation-delay : 182.6s;
+ animation-delay : 182.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1827) {
+ -webkit-animation-delay : 182.7s;
+ animation-delay : 182.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1828) {
+ -webkit-animation-delay : 182.8s;
+ animation-delay : 182.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1829) {
+ -webkit-animation-delay : 182.9s;
+ animation-delay : 182.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1830) {
+ -webkit-animation-delay : 183s;
+ animation-delay : 183s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1831) {
+ -webkit-animation-delay : 183.1s;
+ animation-delay : 183.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1832) {
+ -webkit-animation-delay : 183.2s;
+ animation-delay : 183.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1833) {
+ -webkit-animation-delay : 183.3s;
+ animation-delay : 183.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1834) {
+ -webkit-animation-delay : 183.4s;
+ animation-delay : 183.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1835) {
+ -webkit-animation-delay : 183.5s;
+ animation-delay : 183.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1836) {
+ -webkit-animation-delay : 183.6s;
+ animation-delay : 183.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1837) {
+ -webkit-animation-delay : 183.7s;
+ animation-delay : 183.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1838) {
+ -webkit-animation-delay : 183.8s;
+ animation-delay : 183.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1839) {
+ -webkit-animation-delay : 183.9s;
+ animation-delay : 183.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1840) {
+ -webkit-animation-delay : 184s;
+ animation-delay : 184s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1841) {
+ -webkit-animation-delay : 184.1s;
+ animation-delay : 184.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1842) {
+ -webkit-animation-delay : 184.2s;
+ animation-delay : 184.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1843) {
+ -webkit-animation-delay : 184.3s;
+ animation-delay : 184.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1844) {
+ -webkit-animation-delay : 184.4s;
+ animation-delay : 184.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1845) {
+ -webkit-animation-delay : 184.5s;
+ animation-delay : 184.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1846) {
+ -webkit-animation-delay : 184.6s;
+ animation-delay : 184.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1847) {
+ -webkit-animation-delay : 184.7s;
+ animation-delay : 184.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1848) {
+ -webkit-animation-delay : 184.8s;
+ animation-delay : 184.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1849) {
+ -webkit-animation-delay : 184.9s;
+ animation-delay : 184.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1850) {
+ -webkit-animation-delay : 185s;
+ animation-delay : 185s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1851) {
+ -webkit-animation-delay : 185.1s;
+ animation-delay : 185.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1852) {
+ -webkit-animation-delay : 185.2s;
+ animation-delay : 185.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1853) {
+ -webkit-animation-delay : 185.3s;
+ animation-delay : 185.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1854) {
+ -webkit-animation-delay : 185.4s;
+ animation-delay : 185.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1855) {
+ -webkit-animation-delay : 185.5s;
+ animation-delay : 185.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1856) {
+ -webkit-animation-delay : 185.6s;
+ animation-delay : 185.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1857) {
+ -webkit-animation-delay : 185.7s;
+ animation-delay : 185.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1858) {
+ -webkit-animation-delay : 185.8s;
+ animation-delay : 185.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1859) {
+ -webkit-animation-delay : 185.9s;
+ animation-delay : 185.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1860) {
+ -webkit-animation-delay : 186s;
+ animation-delay : 186s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1861) {
+ -webkit-animation-delay : 186.1s;
+ animation-delay : 186.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1862) {
+ -webkit-animation-delay : 186.2s;
+ animation-delay : 186.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1863) {
+ -webkit-animation-delay : 186.3s;
+ animation-delay : 186.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1864) {
+ -webkit-animation-delay : 186.4s;
+ animation-delay : 186.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1865) {
+ -webkit-animation-delay : 186.5s;
+ animation-delay : 186.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1866) {
+ -webkit-animation-delay : 186.6s;
+ animation-delay : 186.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1867) {
+ -webkit-animation-delay : 186.7s;
+ animation-delay : 186.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1868) {
+ -webkit-animation-delay : 186.8s;
+ animation-delay : 186.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1869) {
+ -webkit-animation-delay : 186.9s;
+ animation-delay : 186.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1870) {
+ -webkit-animation-delay : 187s;
+ animation-delay : 187s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1871) {
+ -webkit-animation-delay : 187.1s;
+ animation-delay : 187.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1872) {
+ -webkit-animation-delay : 187.2s;
+ animation-delay : 187.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1873) {
+ -webkit-animation-delay : 187.3s;
+ animation-delay : 187.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1874) {
+ -webkit-animation-delay : 187.4s;
+ animation-delay : 187.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1875) {
+ -webkit-animation-delay : 187.5s;
+ animation-delay : 187.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1876) {
+ -webkit-animation-delay : 187.6s;
+ animation-delay : 187.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1877) {
+ -webkit-animation-delay : 187.7s;
+ animation-delay : 187.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1878) {
+ -webkit-animation-delay : 187.8s;
+ animation-delay : 187.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1879) {
+ -webkit-animation-delay : 187.9s;
+ animation-delay : 187.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1880) {
+ -webkit-animation-delay : 188s;
+ animation-delay : 188s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1881) {
+ -webkit-animation-delay : 188.1s;
+ animation-delay : 188.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1882) {
+ -webkit-animation-delay : 188.2s;
+ animation-delay : 188.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1883) {
+ -webkit-animation-delay : 188.3s;
+ animation-delay : 188.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1884) {
+ -webkit-animation-delay : 188.4s;
+ animation-delay : 188.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1885) {
+ -webkit-animation-delay : 188.5s;
+ animation-delay : 188.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1886) {
+ -webkit-animation-delay : 188.6s;
+ animation-delay : 188.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1887) {
+ -webkit-animation-delay : 188.7s;
+ animation-delay : 188.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1888) {
+ -webkit-animation-delay : 188.8s;
+ animation-delay : 188.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1889) {
+ -webkit-animation-delay : 188.9s;
+ animation-delay : 188.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1890) {
+ -webkit-animation-delay : 189s;
+ animation-delay : 189s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1891) {
+ -webkit-animation-delay : 189.1s;
+ animation-delay : 189.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1892) {
+ -webkit-animation-delay : 189.2s;
+ animation-delay : 189.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1893) {
+ -webkit-animation-delay : 189.3s;
+ animation-delay : 189.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1894) {
+ -webkit-animation-delay : 189.4s;
+ animation-delay : 189.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1895) {
+ -webkit-animation-delay : 189.5s;
+ animation-delay : 189.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1896) {
+ -webkit-animation-delay : 189.6s;
+ animation-delay : 189.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1897) {
+ -webkit-animation-delay : 189.7s;
+ animation-delay : 189.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1898) {
+ -webkit-animation-delay : 189.8s;
+ animation-delay : 189.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1899) {
+ -webkit-animation-delay : 189.9s;
+ animation-delay : 189.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1900) {
+ -webkit-animation-delay : 190s;
+ animation-delay : 190s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1901) {
+ -webkit-animation-delay : 190.1s;
+ animation-delay : 190.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1902) {
+ -webkit-animation-delay : 190.2s;
+ animation-delay : 190.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1903) {
+ -webkit-animation-delay : 190.3s;
+ animation-delay : 190.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1904) {
+ -webkit-animation-delay : 190.4s;
+ animation-delay : 190.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1905) {
+ -webkit-animation-delay : 190.5s;
+ animation-delay : 190.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1906) {
+ -webkit-animation-delay : 190.6s;
+ animation-delay : 190.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1907) {
+ -webkit-animation-delay : 190.7s;
+ animation-delay : 190.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1908) {
+ -webkit-animation-delay : 190.8s;
+ animation-delay : 190.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1909) {
+ -webkit-animation-delay : 190.9s;
+ animation-delay : 190.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1910) {
+ -webkit-animation-delay : 191s;
+ animation-delay : 191s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1911) {
+ -webkit-animation-delay : 191.1s;
+ animation-delay : 191.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1912) {
+ -webkit-animation-delay : 191.2s;
+ animation-delay : 191.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1913) {
+ -webkit-animation-delay : 191.3s;
+ animation-delay : 191.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1914) {
+ -webkit-animation-delay : 191.4s;
+ animation-delay : 191.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1915) {
+ -webkit-animation-delay : 191.5s;
+ animation-delay : 191.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1916) {
+ -webkit-animation-delay : 191.6s;
+ animation-delay : 191.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1917) {
+ -webkit-animation-delay : 191.7s;
+ animation-delay : 191.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1918) {
+ -webkit-animation-delay : 191.8s;
+ animation-delay : 191.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1919) {
+ -webkit-animation-delay : 191.9s;
+ animation-delay : 191.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1920) {
+ -webkit-animation-delay : 192s;
+ animation-delay : 192s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1921) {
+ -webkit-animation-delay : 192.1s;
+ animation-delay : 192.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1922) {
+ -webkit-animation-delay : 192.2s;
+ animation-delay : 192.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1923) {
+ -webkit-animation-delay : 192.3s;
+ animation-delay : 192.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1924) {
+ -webkit-animation-delay : 192.4s;
+ animation-delay : 192.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1925) {
+ -webkit-animation-delay : 192.5s;
+ animation-delay : 192.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1926) {
+ -webkit-animation-delay : 192.6s;
+ animation-delay : 192.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1927) {
+ -webkit-animation-delay : 192.7s;
+ animation-delay : 192.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1928) {
+ -webkit-animation-delay : 192.8s;
+ animation-delay : 192.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1929) {
+ -webkit-animation-delay : 192.9s;
+ animation-delay : 192.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1930) {
+ -webkit-animation-delay : 193s;
+ animation-delay : 193s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1931) {
+ -webkit-animation-delay : 193.1s;
+ animation-delay : 193.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1932) {
+ -webkit-animation-delay : 193.2s;
+ animation-delay : 193.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1933) {
+ -webkit-animation-delay : 193.3s;
+ animation-delay : 193.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1934) {
+ -webkit-animation-delay : 193.4s;
+ animation-delay : 193.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1935) {
+ -webkit-animation-delay : 193.5s;
+ animation-delay : 193.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1936) {
+ -webkit-animation-delay : 193.6s;
+ animation-delay : 193.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1937) {
+ -webkit-animation-delay : 193.7s;
+ animation-delay : 193.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1938) {
+ -webkit-animation-delay : 193.8s;
+ animation-delay : 193.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1939) {
+ -webkit-animation-delay : 193.9s;
+ animation-delay : 193.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1940) {
+ -webkit-animation-delay : 194s;
+ animation-delay : 194s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1941) {
+ -webkit-animation-delay : 194.1s;
+ animation-delay : 194.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1942) {
+ -webkit-animation-delay : 194.2s;
+ animation-delay : 194.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1943) {
+ -webkit-animation-delay : 194.3s;
+ animation-delay : 194.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1944) {
+ -webkit-animation-delay : 194.4s;
+ animation-delay : 194.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1945) {
+ -webkit-animation-delay : 194.5s;
+ animation-delay : 194.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1946) {
+ -webkit-animation-delay : 194.6s;
+ animation-delay : 194.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1947) {
+ -webkit-animation-delay : 194.7s;
+ animation-delay : 194.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1948) {
+ -webkit-animation-delay : 194.8s;
+ animation-delay : 194.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1949) {
+ -webkit-animation-delay : 194.9s;
+ animation-delay : 194.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1950) {
+ -webkit-animation-delay : 195s;
+ animation-delay : 195s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1951) {
+ -webkit-animation-delay : 195.1s;
+ animation-delay : 195.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1952) {
+ -webkit-animation-delay : 195.2s;
+ animation-delay : 195.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1953) {
+ -webkit-animation-delay : 195.3s;
+ animation-delay : 195.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1954) {
+ -webkit-animation-delay : 195.4s;
+ animation-delay : 195.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1955) {
+ -webkit-animation-delay : 195.5s;
+ animation-delay : 195.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1956) {
+ -webkit-animation-delay : 195.6s;
+ animation-delay : 195.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1957) {
+ -webkit-animation-delay : 195.7s;
+ animation-delay : 195.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1958) {
+ -webkit-animation-delay : 195.8s;
+ animation-delay : 195.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1959) {
+ -webkit-animation-delay : 195.9s;
+ animation-delay : 195.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1960) {
+ -webkit-animation-delay : 196s;
+ animation-delay : 196s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1961) {
+ -webkit-animation-delay : 196.1s;
+ animation-delay : 196.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1962) {
+ -webkit-animation-delay : 196.2s;
+ animation-delay : 196.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1963) {
+ -webkit-animation-delay : 196.3s;
+ animation-delay : 196.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1964) {
+ -webkit-animation-delay : 196.4s;
+ animation-delay : 196.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1965) {
+ -webkit-animation-delay : 196.5s;
+ animation-delay : 196.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1966) {
+ -webkit-animation-delay : 196.6s;
+ animation-delay : 196.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1967) {
+ -webkit-animation-delay : 196.7s;
+ animation-delay : 196.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1968) {
+ -webkit-animation-delay : 196.8s;
+ animation-delay : 196.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1969) {
+ -webkit-animation-delay : 196.9s;
+ animation-delay : 196.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1970) {
+ -webkit-animation-delay : 197s;
+ animation-delay : 197s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1971) {
+ -webkit-animation-delay : 197.1s;
+ animation-delay : 197.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1972) {
+ -webkit-animation-delay : 197.2s;
+ animation-delay : 197.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1973) {
+ -webkit-animation-delay : 197.3s;
+ animation-delay : 197.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1974) {
+ -webkit-animation-delay : 197.4s;
+ animation-delay : 197.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1975) {
+ -webkit-animation-delay : 197.5s;
+ animation-delay : 197.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1976) {
+ -webkit-animation-delay : 197.6s;
+ animation-delay : 197.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1977) {
+ -webkit-animation-delay : 197.7s;
+ animation-delay : 197.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1978) {
+ -webkit-animation-delay : 197.8s;
+ animation-delay : 197.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1979) {
+ -webkit-animation-delay : 197.9s;
+ animation-delay : 197.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1980) {
+ -webkit-animation-delay : 198s;
+ animation-delay : 198s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1981) {
+ -webkit-animation-delay : 198.1s;
+ animation-delay : 198.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1982) {
+ -webkit-animation-delay : 198.2s;
+ animation-delay : 198.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1983) {
+ -webkit-animation-delay : 198.3s;
+ animation-delay : 198.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1984) {
+ -webkit-animation-delay : 198.4s;
+ animation-delay : 198.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1985) {
+ -webkit-animation-delay : 198.5s;
+ animation-delay : 198.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1986) {
+ -webkit-animation-delay : 198.6s;
+ animation-delay : 198.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1987) {
+ -webkit-animation-delay : 198.7s;
+ animation-delay : 198.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1988) {
+ -webkit-animation-delay : 198.8s;
+ animation-delay : 198.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1989) {
+ -webkit-animation-delay : 198.9s;
+ animation-delay : 198.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1990) {
+ -webkit-animation-delay : 199s;
+ animation-delay : 199s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1991) {
+ -webkit-animation-delay : 199.1s;
+ animation-delay : 199.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1992) {
+ -webkit-animation-delay : 199.2s;
+ animation-delay : 199.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1993) {
+ -webkit-animation-delay : 199.3s;
+ animation-delay : 199.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1994) {
+ -webkit-animation-delay : 199.4s;
+ animation-delay : 199.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1995) {
+ -webkit-animation-delay : 199.5s;
+ animation-delay : 199.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1996) {
+ -webkit-animation-delay : 199.6s;
+ animation-delay : 199.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1997) {
+ -webkit-animation-delay : 199.7s;
+ animation-delay : 199.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1998) {
+ -webkit-animation-delay : 199.8s;
+ animation-delay : 199.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1999) {
+ -webkit-animation-delay : 199.9s;
+ animation-delay : 199.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2000) {
+ -webkit-animation-delay : 200s;
+ animation-delay : 200s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2001) {
+ -webkit-animation-delay : 200.1s;
+ animation-delay : 200.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2002) {
+ -webkit-animation-delay : 200.2s;
+ animation-delay : 200.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2003) {
+ -webkit-animation-delay : 200.3s;
+ animation-delay : 200.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2004) {
+ -webkit-animation-delay : 200.4s;
+ animation-delay : 200.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2005) {
+ -webkit-animation-delay : 200.5s;
+ animation-delay : 200.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2006) {
+ -webkit-animation-delay : 200.6s;
+ animation-delay : 200.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2007) {
+ -webkit-animation-delay : 200.7s;
+ animation-delay : 200.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2008) {
+ -webkit-animation-delay : 200.8s;
+ animation-delay : 200.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2009) {
+ -webkit-animation-delay : 200.9s;
+ animation-delay : 200.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2010) {
+ -webkit-animation-delay : 201s;
+ animation-delay : 201s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2011) {
+ -webkit-animation-delay : 201.1s;
+ animation-delay : 201.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2012) {
+ -webkit-animation-delay : 201.2s;
+ animation-delay : 201.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2013) {
+ -webkit-animation-delay : 201.3s;
+ animation-delay : 201.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2014) {
+ -webkit-animation-delay : 201.4s;
+ animation-delay : 201.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2015) {
+ -webkit-animation-delay : 201.5s;
+ animation-delay : 201.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2016) {
+ -webkit-animation-delay : 201.6s;
+ animation-delay : 201.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2017) {
+ -webkit-animation-delay : 201.7s;
+ animation-delay : 201.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2018) {
+ -webkit-animation-delay : 201.8s;
+ animation-delay : 201.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2019) {
+ -webkit-animation-delay : 201.9s;
+ animation-delay : 201.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2020) {
+ -webkit-animation-delay : 202s;
+ animation-delay : 202s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2021) {
+ -webkit-animation-delay : 202.1s;
+ animation-delay : 202.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2022) {
+ -webkit-animation-delay : 202.2s;
+ animation-delay : 202.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2023) {
+ -webkit-animation-delay : 202.3s;
+ animation-delay : 202.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2024) {
+ -webkit-animation-delay : 202.4s;
+ animation-delay : 202.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2025) {
+ -webkit-animation-delay : 202.5s;
+ animation-delay : 202.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2026) {
+ -webkit-animation-delay : 202.6s;
+ animation-delay : 202.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2027) {
+ -webkit-animation-delay : 202.7s;
+ animation-delay : 202.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2028) {
+ -webkit-animation-delay : 202.8s;
+ animation-delay : 202.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2029) {
+ -webkit-animation-delay : 202.9s;
+ animation-delay : 202.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2030) {
+ -webkit-animation-delay : 203s;
+ animation-delay : 203s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2031) {
+ -webkit-animation-delay : 203.1s;
+ animation-delay : 203.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2032) {
+ -webkit-animation-delay : 203.2s;
+ animation-delay : 203.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2033) {
+ -webkit-animation-delay : 203.3s;
+ animation-delay : 203.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2034) {
+ -webkit-animation-delay : 203.4s;
+ animation-delay : 203.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2035) {
+ -webkit-animation-delay : 203.5s;
+ animation-delay : 203.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2036) {
+ -webkit-animation-delay : 203.6s;
+ animation-delay : 203.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2037) {
+ -webkit-animation-delay : 203.7s;
+ animation-delay : 203.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2038) {
+ -webkit-animation-delay : 203.8s;
+ animation-delay : 203.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2039) {
+ -webkit-animation-delay : 203.9s;
+ animation-delay : 203.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2040) {
+ -webkit-animation-delay : 204s;
+ animation-delay : 204s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2041) {
+ -webkit-animation-delay : 204.1s;
+ animation-delay : 204.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2042) {
+ -webkit-animation-delay : 204.2s;
+ animation-delay : 204.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2043) {
+ -webkit-animation-delay : 204.3s;
+ animation-delay : 204.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2044) {
+ -webkit-animation-delay : 204.4s;
+ animation-delay : 204.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2045) {
+ -webkit-animation-delay : 204.5s;
+ animation-delay : 204.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2046) {
+ -webkit-animation-delay : 204.6s;
+ animation-delay : 204.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2047) {
+ -webkit-animation-delay : 204.7s;
+ animation-delay : 204.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2048) {
+ -webkit-animation-delay : 204.8s;
+ animation-delay : 204.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2049) {
+ -webkit-animation-delay : 204.9s;
+ animation-delay : 204.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2050) {
+ -webkit-animation-delay : 205s;
+ animation-delay : 205s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2051) {
+ -webkit-animation-delay : 205.1s;
+ animation-delay : 205.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2052) {
+ -webkit-animation-delay : 205.2s;
+ animation-delay : 205.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2053) {
+ -webkit-animation-delay : 205.3s;
+ animation-delay : 205.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2054) {
+ -webkit-animation-delay : 205.4s;
+ animation-delay : 205.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2055) {
+ -webkit-animation-delay : 205.5s;
+ animation-delay : 205.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2056) {
+ -webkit-animation-delay : 205.6s;
+ animation-delay : 205.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2057) {
+ -webkit-animation-delay : 205.7s;
+ animation-delay : 205.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2058) {
+ -webkit-animation-delay : 205.8s;
+ animation-delay : 205.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2059) {
+ -webkit-animation-delay : 205.9s;
+ animation-delay : 205.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2060) {
+ -webkit-animation-delay : 206s;
+ animation-delay : 206s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2061) {
+ -webkit-animation-delay : 206.1s;
+ animation-delay : 206.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2062) {
+ -webkit-animation-delay : 206.2s;
+ animation-delay : 206.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2063) {
+ -webkit-animation-delay : 206.3s;
+ animation-delay : 206.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2064) {
+ -webkit-animation-delay : 206.4s;
+ animation-delay : 206.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2065) {
+ -webkit-animation-delay : 206.5s;
+ animation-delay : 206.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2066) {
+ -webkit-animation-delay : 206.6s;
+ animation-delay : 206.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2067) {
+ -webkit-animation-delay : 206.7s;
+ animation-delay : 206.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2068) {
+ -webkit-animation-delay : 206.8s;
+ animation-delay : 206.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2069) {
+ -webkit-animation-delay : 206.9s;
+ animation-delay : 206.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2070) {
+ -webkit-animation-delay : 207s;
+ animation-delay : 207s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2071) {
+ -webkit-animation-delay : 207.1s;
+ animation-delay : 207.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2072) {
+ -webkit-animation-delay : 207.2s;
+ animation-delay : 207.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2073) {
+ -webkit-animation-delay : 207.3s;
+ animation-delay : 207.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2074) {
+ -webkit-animation-delay : 207.4s;
+ animation-delay : 207.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2075) {
+ -webkit-animation-delay : 207.5s;
+ animation-delay : 207.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2076) {
+ -webkit-animation-delay : 207.6s;
+ animation-delay : 207.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2077) {
+ -webkit-animation-delay : 207.7s;
+ animation-delay : 207.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2078) {
+ -webkit-animation-delay : 207.8s;
+ animation-delay : 207.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2079) {
+ -webkit-animation-delay : 207.9s;
+ animation-delay : 207.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2080) {
+ -webkit-animation-delay : 208s;
+ animation-delay : 208s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2081) {
+ -webkit-animation-delay : 208.1s;
+ animation-delay : 208.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2082) {
+ -webkit-animation-delay : 208.2s;
+ animation-delay : 208.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2083) {
+ -webkit-animation-delay : 208.3s;
+ animation-delay : 208.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2084) {
+ -webkit-animation-delay : 208.4s;
+ animation-delay : 208.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2085) {
+ -webkit-animation-delay : 208.5s;
+ animation-delay : 208.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2086) {
+ -webkit-animation-delay : 208.6s;
+ animation-delay : 208.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2087) {
+ -webkit-animation-delay : 208.7s;
+ animation-delay : 208.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2088) {
+ -webkit-animation-delay : 208.8s;
+ animation-delay : 208.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2089) {
+ -webkit-animation-delay : 208.9s;
+ animation-delay : 208.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2090) {
+ -webkit-animation-delay : 209s;
+ animation-delay : 209s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2091) {
+ -webkit-animation-delay : 209.1s;
+ animation-delay : 209.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2092) {
+ -webkit-animation-delay : 209.2s;
+ animation-delay : 209.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2093) {
+ -webkit-animation-delay : 209.3s;
+ animation-delay : 209.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2094) {
+ -webkit-animation-delay : 209.4s;
+ animation-delay : 209.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2095) {
+ -webkit-animation-delay : 209.5s;
+ animation-delay : 209.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2096) {
+ -webkit-animation-delay : 209.6s;
+ animation-delay : 209.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2097) {
+ -webkit-animation-delay : 209.7s;
+ animation-delay : 209.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2098) {
+ -webkit-animation-delay : 209.8s;
+ animation-delay : 209.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2099) {
+ -webkit-animation-delay : 209.9s;
+ animation-delay : 209.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2100) {
+ -webkit-animation-delay : 210s;
+ animation-delay : 210s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2101) {
+ -webkit-animation-delay : 210.1s;
+ animation-delay : 210.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2102) {
+ -webkit-animation-delay : 210.2s;
+ animation-delay : 210.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2103) {
+ -webkit-animation-delay : 210.3s;
+ animation-delay : 210.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2104) {
+ -webkit-animation-delay : 210.4s;
+ animation-delay : 210.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2105) {
+ -webkit-animation-delay : 210.5s;
+ animation-delay : 210.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2106) {
+ -webkit-animation-delay : 210.6s;
+ animation-delay : 210.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2107) {
+ -webkit-animation-delay : 210.7s;
+ animation-delay : 210.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2108) {
+ -webkit-animation-delay : 210.8s;
+ animation-delay : 210.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2109) {
+ -webkit-animation-delay : 210.9s;
+ animation-delay : 210.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2110) {
+ -webkit-animation-delay : 211s;
+ animation-delay : 211s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2111) {
+ -webkit-animation-delay : 211.1s;
+ animation-delay : 211.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2112) {
+ -webkit-animation-delay : 211.2s;
+ animation-delay : 211.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2113) {
+ -webkit-animation-delay : 211.3s;
+ animation-delay : 211.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2114) {
+ -webkit-animation-delay : 211.4s;
+ animation-delay : 211.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2115) {
+ -webkit-animation-delay : 211.5s;
+ animation-delay : 211.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2116) {
+ -webkit-animation-delay : 211.6s;
+ animation-delay : 211.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2117) {
+ -webkit-animation-delay : 211.7s;
+ animation-delay : 211.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2118) {
+ -webkit-animation-delay : 211.8s;
+ animation-delay : 211.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2119) {
+ -webkit-animation-delay : 211.9s;
+ animation-delay : 211.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2120) {
+ -webkit-animation-delay : 212s;
+ animation-delay : 212s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2121) {
+ -webkit-animation-delay : 212.1s;
+ animation-delay : 212.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2122) {
+ -webkit-animation-delay : 212.2s;
+ animation-delay : 212.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2123) {
+ -webkit-animation-delay : 212.3s;
+ animation-delay : 212.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2124) {
+ -webkit-animation-delay : 212.4s;
+ animation-delay : 212.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2125) {
+ -webkit-animation-delay : 212.5s;
+ animation-delay : 212.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2126) {
+ -webkit-animation-delay : 212.6s;
+ animation-delay : 212.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2127) {
+ -webkit-animation-delay : 212.7s;
+ animation-delay : 212.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2128) {
+ -webkit-animation-delay : 212.8s;
+ animation-delay : 212.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2129) {
+ -webkit-animation-delay : 212.9s;
+ animation-delay : 212.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2130) {
+ -webkit-animation-delay : 213s;
+ animation-delay : 213s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2131) {
+ -webkit-animation-delay : 213.1s;
+ animation-delay : 213.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2132) {
+ -webkit-animation-delay : 213.2s;
+ animation-delay : 213.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2133) {
+ -webkit-animation-delay : 213.3s;
+ animation-delay : 213.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2134) {
+ -webkit-animation-delay : 213.4s;
+ animation-delay : 213.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2135) {
+ -webkit-animation-delay : 213.5s;
+ animation-delay : 213.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2136) {
+ -webkit-animation-delay : 213.6s;
+ animation-delay : 213.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2137) {
+ -webkit-animation-delay : 213.7s;
+ animation-delay : 213.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2138) {
+ -webkit-animation-delay : 213.8s;
+ animation-delay : 213.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2139) {
+ -webkit-animation-delay : 213.9s;
+ animation-delay : 213.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2140) {
+ -webkit-animation-delay : 214s;
+ animation-delay : 214s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2141) {
+ -webkit-animation-delay : 214.1s;
+ animation-delay : 214.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2142) {
+ -webkit-animation-delay : 214.2s;
+ animation-delay : 214.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2143) {
+ -webkit-animation-delay : 214.3s;
+ animation-delay : 214.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2144) {
+ -webkit-animation-delay : 214.4s;
+ animation-delay : 214.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2145) {
+ -webkit-animation-delay : 214.5s;
+ animation-delay : 214.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2146) {
+ -webkit-animation-delay : 214.6s;
+ animation-delay : 214.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2147) {
+ -webkit-animation-delay : 214.7s;
+ animation-delay : 214.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2148) {
+ -webkit-animation-delay : 214.8s;
+ animation-delay : 214.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2149) {
+ -webkit-animation-delay : 214.9s;
+ animation-delay : 214.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2150) {
+ -webkit-animation-delay : 215s;
+ animation-delay : 215s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2151) {
+ -webkit-animation-delay : 215.1s;
+ animation-delay : 215.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2152) {
+ -webkit-animation-delay : 215.2s;
+ animation-delay : 215.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2153) {
+ -webkit-animation-delay : 215.3s;
+ animation-delay : 215.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2154) {
+ -webkit-animation-delay : 215.4s;
+ animation-delay : 215.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2155) {
+ -webkit-animation-delay : 215.5s;
+ animation-delay : 215.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2156) {
+ -webkit-animation-delay : 215.6s;
+ animation-delay : 215.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2157) {
+ -webkit-animation-delay : 215.7s;
+ animation-delay : 215.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2158) {
+ -webkit-animation-delay : 215.8s;
+ animation-delay : 215.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2159) {
+ -webkit-animation-delay : 215.9s;
+ animation-delay : 215.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2160) {
+ -webkit-animation-delay : 216s;
+ animation-delay : 216s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2161) {
+ -webkit-animation-delay : 216.1s;
+ animation-delay : 216.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2162) {
+ -webkit-animation-delay : 216.2s;
+ animation-delay : 216.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2163) {
+ -webkit-animation-delay : 216.3s;
+ animation-delay : 216.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2164) {
+ -webkit-animation-delay : 216.4s;
+ animation-delay : 216.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2165) {
+ -webkit-animation-delay : 216.5s;
+ animation-delay : 216.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2166) {
+ -webkit-animation-delay : 216.6s;
+ animation-delay : 216.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2167) {
+ -webkit-animation-delay : 216.7s;
+ animation-delay : 216.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2168) {
+ -webkit-animation-delay : 216.8s;
+ animation-delay : 216.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2169) {
+ -webkit-animation-delay : 216.9s;
+ animation-delay : 216.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2170) {
+ -webkit-animation-delay : 217s;
+ animation-delay : 217s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2171) {
+ -webkit-animation-delay : 217.1s;
+ animation-delay : 217.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2172) {
+ -webkit-animation-delay : 217.2s;
+ animation-delay : 217.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2173) {
+ -webkit-animation-delay : 217.3s;
+ animation-delay : 217.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2174) {
+ -webkit-animation-delay : 217.4s;
+ animation-delay : 217.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2175) {
+ -webkit-animation-delay : 217.5s;
+ animation-delay : 217.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2176) {
+ -webkit-animation-delay : 217.6s;
+ animation-delay : 217.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2177) {
+ -webkit-animation-delay : 217.7s;
+ animation-delay : 217.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2178) {
+ -webkit-animation-delay : 217.8s;
+ animation-delay : 217.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2179) {
+ -webkit-animation-delay : 217.9s;
+ animation-delay : 217.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2180) {
+ -webkit-animation-delay : 218s;
+ animation-delay : 218s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2181) {
+ -webkit-animation-delay : 218.1s;
+ animation-delay : 218.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2182) {
+ -webkit-animation-delay : 218.2s;
+ animation-delay : 218.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2183) {
+ -webkit-animation-delay : 218.3s;
+ animation-delay : 218.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2184) {
+ -webkit-animation-delay : 218.4s;
+ animation-delay : 218.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2185) {
+ -webkit-animation-delay : 218.5s;
+ animation-delay : 218.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2186) {
+ -webkit-animation-delay : 218.6s;
+ animation-delay : 218.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2187) {
+ -webkit-animation-delay : 218.7s;
+ animation-delay : 218.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2188) {
+ -webkit-animation-delay : 218.8s;
+ animation-delay : 218.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2189) {
+ -webkit-animation-delay : 218.9s;
+ animation-delay : 218.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2190) {
+ -webkit-animation-delay : 219s;
+ animation-delay : 219s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2191) {
+ -webkit-animation-delay : 219.1s;
+ animation-delay : 219.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2192) {
+ -webkit-animation-delay : 219.2s;
+ animation-delay : 219.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2193) {
+ -webkit-animation-delay : 219.3s;
+ animation-delay : 219.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2194) {
+ -webkit-animation-delay : 219.4s;
+ animation-delay : 219.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2195) {
+ -webkit-animation-delay : 219.5s;
+ animation-delay : 219.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2196) {
+ -webkit-animation-delay : 219.6s;
+ animation-delay : 219.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2197) {
+ -webkit-animation-delay : 219.7s;
+ animation-delay : 219.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2198) {
+ -webkit-animation-delay : 219.8s;
+ animation-delay : 219.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2199) {
+ -webkit-animation-delay : 219.9s;
+ animation-delay : 219.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2200) {
+ -webkit-animation-delay : 220s;
+ animation-delay : 220s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2201) {
+ -webkit-animation-delay : 220.1s;
+ animation-delay : 220.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2202) {
+ -webkit-animation-delay : 220.2s;
+ animation-delay : 220.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2203) {
+ -webkit-animation-delay : 220.3s;
+ animation-delay : 220.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2204) {
+ -webkit-animation-delay : 220.4s;
+ animation-delay : 220.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2205) {
+ -webkit-animation-delay : 220.5s;
+ animation-delay : 220.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2206) {
+ -webkit-animation-delay : 220.6s;
+ animation-delay : 220.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2207) {
+ -webkit-animation-delay : 220.7s;
+ animation-delay : 220.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2208) {
+ -webkit-animation-delay : 220.8s;
+ animation-delay : 220.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2209) {
+ -webkit-animation-delay : 220.9s;
+ animation-delay : 220.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2210) {
+ -webkit-animation-delay : 221s;
+ animation-delay : 221s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2211) {
+ -webkit-animation-delay : 221.1s;
+ animation-delay : 221.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2212) {
+ -webkit-animation-delay : 221.2s;
+ animation-delay : 221.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2213) {
+ -webkit-animation-delay : 221.3s;
+ animation-delay : 221.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2214) {
+ -webkit-animation-delay : 221.4s;
+ animation-delay : 221.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2215) {
+ -webkit-animation-delay : 221.5s;
+ animation-delay : 221.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2216) {
+ -webkit-animation-delay : 221.6s;
+ animation-delay : 221.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2217) {
+ -webkit-animation-delay : 221.7s;
+ animation-delay : 221.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2218) {
+ -webkit-animation-delay : 221.8s;
+ animation-delay : 221.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2219) {
+ -webkit-animation-delay : 221.9s;
+ animation-delay : 221.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2220) {
+ -webkit-animation-delay : 222s;
+ animation-delay : 222s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2221) {
+ -webkit-animation-delay : 222.1s;
+ animation-delay : 222.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2222) {
+ -webkit-animation-delay : 222.2s;
+ animation-delay : 222.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2223) {
+ -webkit-animation-delay : 222.3s;
+ animation-delay : 222.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2224) {
+ -webkit-animation-delay : 222.4s;
+ animation-delay : 222.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2225) {
+ -webkit-animation-delay : 222.5s;
+ animation-delay : 222.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2226) {
+ -webkit-animation-delay : 222.6s;
+ animation-delay : 222.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2227) {
+ -webkit-animation-delay : 222.7s;
+ animation-delay : 222.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2228) {
+ -webkit-animation-delay : 222.8s;
+ animation-delay : 222.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2229) {
+ -webkit-animation-delay : 222.9s;
+ animation-delay : 222.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2230) {
+ -webkit-animation-delay : 223s;
+ animation-delay : 223s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2231) {
+ -webkit-animation-delay : 223.1s;
+ animation-delay : 223.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2232) {
+ -webkit-animation-delay : 223.2s;
+ animation-delay : 223.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2233) {
+ -webkit-animation-delay : 223.3s;
+ animation-delay : 223.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2234) {
+ -webkit-animation-delay : 223.4s;
+ animation-delay : 223.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2235) {
+ -webkit-animation-delay : 223.5s;
+ animation-delay : 223.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2236) {
+ -webkit-animation-delay : 223.6s;
+ animation-delay : 223.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2237) {
+ -webkit-animation-delay : 223.7s;
+ animation-delay : 223.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2238) {
+ -webkit-animation-delay : 223.8s;
+ animation-delay : 223.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2239) {
+ -webkit-animation-delay : 223.9s;
+ animation-delay : 223.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2240) {
+ -webkit-animation-delay : 224s;
+ animation-delay : 224s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2241) {
+ -webkit-animation-delay : 224.1s;
+ animation-delay : 224.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2242) {
+ -webkit-animation-delay : 224.2s;
+ animation-delay : 224.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2243) {
+ -webkit-animation-delay : 224.3s;
+ animation-delay : 224.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2244) {
+ -webkit-animation-delay : 224.4s;
+ animation-delay : 224.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2245) {
+ -webkit-animation-delay : 224.5s;
+ animation-delay : 224.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2246) {
+ -webkit-animation-delay : 224.6s;
+ animation-delay : 224.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2247) {
+ -webkit-animation-delay : 224.7s;
+ animation-delay : 224.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2248) {
+ -webkit-animation-delay : 224.8s;
+ animation-delay : 224.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2249) {
+ -webkit-animation-delay : 224.9s;
+ animation-delay : 224.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2250) {
+ -webkit-animation-delay : 225s;
+ animation-delay : 225s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2251) {
+ -webkit-animation-delay : 225.1s;
+ animation-delay : 225.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2252) {
+ -webkit-animation-delay : 225.2s;
+ animation-delay : 225.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2253) {
+ -webkit-animation-delay : 225.3s;
+ animation-delay : 225.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2254) {
+ -webkit-animation-delay : 225.4s;
+ animation-delay : 225.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2255) {
+ -webkit-animation-delay : 225.5s;
+ animation-delay : 225.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2256) {
+ -webkit-animation-delay : 225.6s;
+ animation-delay : 225.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2257) {
+ -webkit-animation-delay : 225.7s;
+ animation-delay : 225.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2258) {
+ -webkit-animation-delay : 225.8s;
+ animation-delay : 225.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2259) {
+ -webkit-animation-delay : 225.9s;
+ animation-delay : 225.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2260) {
+ -webkit-animation-delay : 226s;
+ animation-delay : 226s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2261) {
+ -webkit-animation-delay : 226.1s;
+ animation-delay : 226.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2262) {
+ -webkit-animation-delay : 226.2s;
+ animation-delay : 226.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2263) {
+ -webkit-animation-delay : 226.3s;
+ animation-delay : 226.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2264) {
+ -webkit-animation-delay : 226.4s;
+ animation-delay : 226.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2265) {
+ -webkit-animation-delay : 226.5s;
+ animation-delay : 226.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2266) {
+ -webkit-animation-delay : 226.6s;
+ animation-delay : 226.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2267) {
+ -webkit-animation-delay : 226.7s;
+ animation-delay : 226.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2268) {
+ -webkit-animation-delay : 226.8s;
+ animation-delay : 226.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2269) {
+ -webkit-animation-delay : 226.9s;
+ animation-delay : 226.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2270) {
+ -webkit-animation-delay : 227s;
+ animation-delay : 227s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2271) {
+ -webkit-animation-delay : 227.1s;
+ animation-delay : 227.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2272) {
+ -webkit-animation-delay : 227.2s;
+ animation-delay : 227.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2273) {
+ -webkit-animation-delay : 227.3s;
+ animation-delay : 227.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2274) {
+ -webkit-animation-delay : 227.4s;
+ animation-delay : 227.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2275) {
+ -webkit-animation-delay : 227.5s;
+ animation-delay : 227.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2276) {
+ -webkit-animation-delay : 227.6s;
+ animation-delay : 227.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2277) {
+ -webkit-animation-delay : 227.7s;
+ animation-delay : 227.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2278) {
+ -webkit-animation-delay : 227.8s;
+ animation-delay : 227.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2279) {
+ -webkit-animation-delay : 227.9s;
+ animation-delay : 227.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2280) {
+ -webkit-animation-delay : 228s;
+ animation-delay : 228s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2281) {
+ -webkit-animation-delay : 228.1s;
+ animation-delay : 228.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2282) {
+ -webkit-animation-delay : 228.2s;
+ animation-delay : 228.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2283) {
+ -webkit-animation-delay : 228.3s;
+ animation-delay : 228.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2284) {
+ -webkit-animation-delay : 228.4s;
+ animation-delay : 228.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2285) {
+ -webkit-animation-delay : 228.5s;
+ animation-delay : 228.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2286) {
+ -webkit-animation-delay : 228.6s;
+ animation-delay : 228.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2287) {
+ -webkit-animation-delay : 228.7s;
+ animation-delay : 228.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2288) {
+ -webkit-animation-delay : 228.8s;
+ animation-delay : 228.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2289) {
+ -webkit-animation-delay : 228.9s;
+ animation-delay : 228.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2290) {
+ -webkit-animation-delay : 229s;
+ animation-delay : 229s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2291) {
+ -webkit-animation-delay : 229.1s;
+ animation-delay : 229.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2292) {
+ -webkit-animation-delay : 229.2s;
+ animation-delay : 229.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2293) {
+ -webkit-animation-delay : 229.3s;
+ animation-delay : 229.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2294) {
+ -webkit-animation-delay : 229.4s;
+ animation-delay : 229.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2295) {
+ -webkit-animation-delay : 229.5s;
+ animation-delay : 229.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2296) {
+ -webkit-animation-delay : 229.6s;
+ animation-delay : 229.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2297) {
+ -webkit-animation-delay : 229.7s;
+ animation-delay : 229.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2298) {
+ -webkit-animation-delay : 229.8s;
+ animation-delay : 229.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2299) {
+ -webkit-animation-delay : 229.9s;
+ animation-delay : 229.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2300) {
+ -webkit-animation-delay : 230s;
+ animation-delay : 230s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2301) {
+ -webkit-animation-delay : 230.1s;
+ animation-delay : 230.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2302) {
+ -webkit-animation-delay : 230.2s;
+ animation-delay : 230.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2303) {
+ -webkit-animation-delay : 230.3s;
+ animation-delay : 230.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2304) {
+ -webkit-animation-delay : 230.4s;
+ animation-delay : 230.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2305) {
+ -webkit-animation-delay : 230.5s;
+ animation-delay : 230.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2306) {
+ -webkit-animation-delay : 230.6s;
+ animation-delay : 230.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2307) {
+ -webkit-animation-delay : 230.7s;
+ animation-delay : 230.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2308) {
+ -webkit-animation-delay : 230.8s;
+ animation-delay : 230.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2309) {
+ -webkit-animation-delay : 230.9s;
+ animation-delay : 230.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2310) {
+ -webkit-animation-delay : 231s;
+ animation-delay : 231s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2311) {
+ -webkit-animation-delay : 231.1s;
+ animation-delay : 231.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2312) {
+ -webkit-animation-delay : 231.2s;
+ animation-delay : 231.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2313) {
+ -webkit-animation-delay : 231.3s;
+ animation-delay : 231.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2314) {
+ -webkit-animation-delay : 231.4s;
+ animation-delay : 231.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2315) {
+ -webkit-animation-delay : 231.5s;
+ animation-delay : 231.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2316) {
+ -webkit-animation-delay : 231.6s;
+ animation-delay : 231.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2317) {
+ -webkit-animation-delay : 231.7s;
+ animation-delay : 231.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2318) {
+ -webkit-animation-delay : 231.8s;
+ animation-delay : 231.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2319) {
+ -webkit-animation-delay : 231.9s;
+ animation-delay : 231.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2320) {
+ -webkit-animation-delay : 232s;
+ animation-delay : 232s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2321) {
+ -webkit-animation-delay : 232.1s;
+ animation-delay : 232.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2322) {
+ -webkit-animation-delay : 232.2s;
+ animation-delay : 232.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2323) {
+ -webkit-animation-delay : 232.3s;
+ animation-delay : 232.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2324) {
+ -webkit-animation-delay : 232.4s;
+ animation-delay : 232.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2325) {
+ -webkit-animation-delay : 232.5s;
+ animation-delay : 232.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2326) {
+ -webkit-animation-delay : 232.6s;
+ animation-delay : 232.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2327) {
+ -webkit-animation-delay : 232.7s;
+ animation-delay : 232.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2328) {
+ -webkit-animation-delay : 232.8s;
+ animation-delay : 232.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2329) {
+ -webkit-animation-delay : 232.9s;
+ animation-delay : 232.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2330) {
+ -webkit-animation-delay : 233s;
+ animation-delay : 233s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2331) {
+ -webkit-animation-delay : 233.1s;
+ animation-delay : 233.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2332) {
+ -webkit-animation-delay : 233.2s;
+ animation-delay : 233.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2333) {
+ -webkit-animation-delay : 233.3s;
+ animation-delay : 233.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2334) {
+ -webkit-animation-delay : 233.4s;
+ animation-delay : 233.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2335) {
+ -webkit-animation-delay : 233.5s;
+ animation-delay : 233.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2336) {
+ -webkit-animation-delay : 233.6s;
+ animation-delay : 233.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2337) {
+ -webkit-animation-delay : 233.7s;
+ animation-delay : 233.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2338) {
+ -webkit-animation-delay : 233.8s;
+ animation-delay : 233.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2339) {
+ -webkit-animation-delay : 233.9s;
+ animation-delay : 233.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2340) {
+ -webkit-animation-delay : 234s;
+ animation-delay : 234s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2341) {
+ -webkit-animation-delay : 234.1s;
+ animation-delay : 234.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2342) {
+ -webkit-animation-delay : 234.2s;
+ animation-delay : 234.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2343) {
+ -webkit-animation-delay : 234.3s;
+ animation-delay : 234.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2344) {
+ -webkit-animation-delay : 234.4s;
+ animation-delay : 234.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2345) {
+ -webkit-animation-delay : 234.5s;
+ animation-delay : 234.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2346) {
+ -webkit-animation-delay : 234.6s;
+ animation-delay : 234.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2347) {
+ -webkit-animation-delay : 234.7s;
+ animation-delay : 234.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2348) {
+ -webkit-animation-delay : 234.8s;
+ animation-delay : 234.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2349) {
+ -webkit-animation-delay : 234.9s;
+ animation-delay : 234.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2350) {
+ -webkit-animation-delay : 235s;
+ animation-delay : 235s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2351) {
+ -webkit-animation-delay : 235.1s;
+ animation-delay : 235.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2352) {
+ -webkit-animation-delay : 235.2s;
+ animation-delay : 235.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2353) {
+ -webkit-animation-delay : 235.3s;
+ animation-delay : 235.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2354) {
+ -webkit-animation-delay : 235.4s;
+ animation-delay : 235.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2355) {
+ -webkit-animation-delay : 235.5s;
+ animation-delay : 235.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2356) {
+ -webkit-animation-delay : 235.6s;
+ animation-delay : 235.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2357) {
+ -webkit-animation-delay : 235.7s;
+ animation-delay : 235.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2358) {
+ -webkit-animation-delay : 235.8s;
+ animation-delay : 235.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2359) {
+ -webkit-animation-delay : 235.9s;
+ animation-delay : 235.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2360) {
+ -webkit-animation-delay : 236s;
+ animation-delay : 236s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2361) {
+ -webkit-animation-delay : 236.1s;
+ animation-delay : 236.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2362) {
+ -webkit-animation-delay : 236.2s;
+ animation-delay : 236.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2363) {
+ -webkit-animation-delay : 236.3s;
+ animation-delay : 236.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2364) {
+ -webkit-animation-delay : 236.4s;
+ animation-delay : 236.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2365) {
+ -webkit-animation-delay : 236.5s;
+ animation-delay : 236.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2366) {
+ -webkit-animation-delay : 236.6s;
+ animation-delay : 236.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2367) {
+ -webkit-animation-delay : 236.7s;
+ animation-delay : 236.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2368) {
+ -webkit-animation-delay : 236.8s;
+ animation-delay : 236.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2369) {
+ -webkit-animation-delay : 236.9s;
+ animation-delay : 236.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2370) {
+ -webkit-animation-delay : 237s;
+ animation-delay : 237s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2371) {
+ -webkit-animation-delay : 237.1s;
+ animation-delay : 237.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2372) {
+ -webkit-animation-delay : 237.2s;
+ animation-delay : 237.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2373) {
+ -webkit-animation-delay : 237.3s;
+ animation-delay : 237.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2374) {
+ -webkit-animation-delay : 237.4s;
+ animation-delay : 237.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2375) {
+ -webkit-animation-delay : 237.5s;
+ animation-delay : 237.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2376) {
+ -webkit-animation-delay : 237.6s;
+ animation-delay : 237.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2377) {
+ -webkit-animation-delay : 237.7s;
+ animation-delay : 237.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2378) {
+ -webkit-animation-delay : 237.8s;
+ animation-delay : 237.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2379) {
+ -webkit-animation-delay : 237.9s;
+ animation-delay : 237.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2380) {
+ -webkit-animation-delay : 238s;
+ animation-delay : 238s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2381) {
+ -webkit-animation-delay : 238.1s;
+ animation-delay : 238.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2382) {
+ -webkit-animation-delay : 238.2s;
+ animation-delay : 238.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2383) {
+ -webkit-animation-delay : 238.3s;
+ animation-delay : 238.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2384) {
+ -webkit-animation-delay : 238.4s;
+ animation-delay : 238.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2385) {
+ -webkit-animation-delay : 238.5s;
+ animation-delay : 238.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2386) {
+ -webkit-animation-delay : 238.6s;
+ animation-delay : 238.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2387) {
+ -webkit-animation-delay : 238.7s;
+ animation-delay : 238.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2388) {
+ -webkit-animation-delay : 238.8s;
+ animation-delay : 238.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2389) {
+ -webkit-animation-delay : 238.9s;
+ animation-delay : 238.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2390) {
+ -webkit-animation-delay : 239s;
+ animation-delay : 239s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2391) {
+ -webkit-animation-delay : 239.1s;
+ animation-delay : 239.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2392) {
+ -webkit-animation-delay : 239.2s;
+ animation-delay : 239.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2393) {
+ -webkit-animation-delay : 239.3s;
+ animation-delay : 239.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2394) {
+ -webkit-animation-delay : 239.4s;
+ animation-delay : 239.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2395) {
+ -webkit-animation-delay : 239.5s;
+ animation-delay : 239.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2396) {
+ -webkit-animation-delay : 239.6s;
+ animation-delay : 239.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2397) {
+ -webkit-animation-delay : 239.7s;
+ animation-delay : 239.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2398) {
+ -webkit-animation-delay : 239.8s;
+ animation-delay : 239.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2399) {
+ -webkit-animation-delay : 239.9s;
+ animation-delay : 239.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2400) {
+ -webkit-animation-delay : 240s;
+ animation-delay : 240s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2401) {
+ -webkit-animation-delay : 240.1s;
+ animation-delay : 240.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2402) {
+ -webkit-animation-delay : 240.2s;
+ animation-delay : 240.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2403) {
+ -webkit-animation-delay : 240.3s;
+ animation-delay : 240.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2404) {
+ -webkit-animation-delay : 240.4s;
+ animation-delay : 240.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2405) {
+ -webkit-animation-delay : 240.5s;
+ animation-delay : 240.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2406) {
+ -webkit-animation-delay : 240.6s;
+ animation-delay : 240.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2407) {
+ -webkit-animation-delay : 240.7s;
+ animation-delay : 240.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2408) {
+ -webkit-animation-delay : 240.8s;
+ animation-delay : 240.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2409) {
+ -webkit-animation-delay : 240.9s;
+ animation-delay : 240.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2410) {
+ -webkit-animation-delay : 241s;
+ animation-delay : 241s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2411) {
+ -webkit-animation-delay : 241.1s;
+ animation-delay : 241.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2412) {
+ -webkit-animation-delay : 241.2s;
+ animation-delay : 241.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2413) {
+ -webkit-animation-delay : 241.3s;
+ animation-delay : 241.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2414) {
+ -webkit-animation-delay : 241.4s;
+ animation-delay : 241.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2415) {
+ -webkit-animation-delay : 241.5s;
+ animation-delay : 241.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2416) {
+ -webkit-animation-delay : 241.6s;
+ animation-delay : 241.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2417) {
+ -webkit-animation-delay : 241.7s;
+ animation-delay : 241.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2418) {
+ -webkit-animation-delay : 241.8s;
+ animation-delay : 241.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2419) {
+ -webkit-animation-delay : 241.9s;
+ animation-delay : 241.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2420) {
+ -webkit-animation-delay : 242s;
+ animation-delay : 242s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2421) {
+ -webkit-animation-delay : 242.1s;
+ animation-delay : 242.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2422) {
+ -webkit-animation-delay : 242.2s;
+ animation-delay : 242.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2423) {
+ -webkit-animation-delay : 242.3s;
+ animation-delay : 242.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2424) {
+ -webkit-animation-delay : 242.4s;
+ animation-delay : 242.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2425) {
+ -webkit-animation-delay : 242.5s;
+ animation-delay : 242.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2426) {
+ -webkit-animation-delay : 242.6s;
+ animation-delay : 242.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2427) {
+ -webkit-animation-delay : 242.7s;
+ animation-delay : 242.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2428) {
+ -webkit-animation-delay : 242.8s;
+ animation-delay : 242.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2429) {
+ -webkit-animation-delay : 242.9s;
+ animation-delay : 242.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2430) {
+ -webkit-animation-delay : 243s;
+ animation-delay : 243s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2431) {
+ -webkit-animation-delay : 243.1s;
+ animation-delay : 243.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2432) {
+ -webkit-animation-delay : 243.2s;
+ animation-delay : 243.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2433) {
+ -webkit-animation-delay : 243.3s;
+ animation-delay : 243.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2434) {
+ -webkit-animation-delay : 243.4s;
+ animation-delay : 243.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2435) {
+ -webkit-animation-delay : 243.5s;
+ animation-delay : 243.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2436) {
+ -webkit-animation-delay : 243.6s;
+ animation-delay : 243.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2437) {
+ -webkit-animation-delay : 243.7s;
+ animation-delay : 243.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2438) {
+ -webkit-animation-delay : 243.8s;
+ animation-delay : 243.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2439) {
+ -webkit-animation-delay : 243.9s;
+ animation-delay : 243.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2440) {
+ -webkit-animation-delay : 244s;
+ animation-delay : 244s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2441) {
+ -webkit-animation-delay : 244.1s;
+ animation-delay : 244.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2442) {
+ -webkit-animation-delay : 244.2s;
+ animation-delay : 244.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2443) {
+ -webkit-animation-delay : 244.3s;
+ animation-delay : 244.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2444) {
+ -webkit-animation-delay : 244.4s;
+ animation-delay : 244.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2445) {
+ -webkit-animation-delay : 244.5s;
+ animation-delay : 244.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2446) {
+ -webkit-animation-delay : 244.6s;
+ animation-delay : 244.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2447) {
+ -webkit-animation-delay : 244.7s;
+ animation-delay : 244.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2448) {
+ -webkit-animation-delay : 244.8s;
+ animation-delay : 244.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2449) {
+ -webkit-animation-delay : 244.9s;
+ animation-delay : 244.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2450) {
+ -webkit-animation-delay : 245s;
+ animation-delay : 245s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2451) {
+ -webkit-animation-delay : 245.1s;
+ animation-delay : 245.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2452) {
+ -webkit-animation-delay : 245.2s;
+ animation-delay : 245.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2453) {
+ -webkit-animation-delay : 245.3s;
+ animation-delay : 245.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2454) {
+ -webkit-animation-delay : 245.4s;
+ animation-delay : 245.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2455) {
+ -webkit-animation-delay : 245.5s;
+ animation-delay : 245.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2456) {
+ -webkit-animation-delay : 245.6s;
+ animation-delay : 245.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2457) {
+ -webkit-animation-delay : 245.7s;
+ animation-delay : 245.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2458) {
+ -webkit-animation-delay : 245.8s;
+ animation-delay : 245.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2459) {
+ -webkit-animation-delay : 245.9s;
+ animation-delay : 245.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2460) {
+ -webkit-animation-delay : 246s;
+ animation-delay : 246s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2461) {
+ -webkit-animation-delay : 246.1s;
+ animation-delay : 246.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2462) {
+ -webkit-animation-delay : 246.2s;
+ animation-delay : 246.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2463) {
+ -webkit-animation-delay : 246.3s;
+ animation-delay : 246.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2464) {
+ -webkit-animation-delay : 246.4s;
+ animation-delay : 246.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2465) {
+ -webkit-animation-delay : 246.5s;
+ animation-delay : 246.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2466) {
+ -webkit-animation-delay : 246.6s;
+ animation-delay : 246.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2467) {
+ -webkit-animation-delay : 246.7s;
+ animation-delay : 246.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2468) {
+ -webkit-animation-delay : 246.8s;
+ animation-delay : 246.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2469) {
+ -webkit-animation-delay : 246.9s;
+ animation-delay : 246.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2470) {
+ -webkit-animation-delay : 247s;
+ animation-delay : 247s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2471) {
+ -webkit-animation-delay : 247.1s;
+ animation-delay : 247.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2472) {
+ -webkit-animation-delay : 247.2s;
+ animation-delay : 247.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2473) {
+ -webkit-animation-delay : 247.3s;
+ animation-delay : 247.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2474) {
+ -webkit-animation-delay : 247.4s;
+ animation-delay : 247.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2475) {
+ -webkit-animation-delay : 247.5s;
+ animation-delay : 247.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2476) {
+ -webkit-animation-delay : 247.6s;
+ animation-delay : 247.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2477) {
+ -webkit-animation-delay : 247.7s;
+ animation-delay : 247.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2478) {
+ -webkit-animation-delay : 247.8s;
+ animation-delay : 247.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2479) {
+ -webkit-animation-delay : 247.9s;
+ animation-delay : 247.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2480) {
+ -webkit-animation-delay : 248s;
+ animation-delay : 248s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2481) {
+ -webkit-animation-delay : 248.1s;
+ animation-delay : 248.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2482) {
+ -webkit-animation-delay : 248.2s;
+ animation-delay : 248.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2483) {
+ -webkit-animation-delay : 248.3s;
+ animation-delay : 248.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2484) {
+ -webkit-animation-delay : 248.4s;
+ animation-delay : 248.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2485) {
+ -webkit-animation-delay : 248.5s;
+ animation-delay : 248.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2486) {
+ -webkit-animation-delay : 248.6s;
+ animation-delay : 248.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2487) {
+ -webkit-animation-delay : 248.7s;
+ animation-delay : 248.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2488) {
+ -webkit-animation-delay : 248.8s;
+ animation-delay : 248.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2489) {
+ -webkit-animation-delay : 248.9s;
+ animation-delay : 248.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2490) {
+ -webkit-animation-delay : 249s;
+ animation-delay : 249s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2491) {
+ -webkit-animation-delay : 249.1s;
+ animation-delay : 249.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2492) {
+ -webkit-animation-delay : 249.2s;
+ animation-delay : 249.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2493) {
+ -webkit-animation-delay : 249.3s;
+ animation-delay : 249.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2494) {
+ -webkit-animation-delay : 249.4s;
+ animation-delay : 249.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2495) {
+ -webkit-animation-delay : 249.5s;
+ animation-delay : 249.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2496) {
+ -webkit-animation-delay : 249.6s;
+ animation-delay : 249.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2497) {
+ -webkit-animation-delay : 249.7s;
+ animation-delay : 249.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2498) {
+ -webkit-animation-delay : 249.8s;
+ animation-delay : 249.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2499) {
+ -webkit-animation-delay : 249.9s;
+ animation-delay : 249.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2500) {
+ -webkit-animation-delay : 250s;
+ animation-delay : 250s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2501) {
+ -webkit-animation-delay : 250.1s;
+ animation-delay : 250.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2502) {
+ -webkit-animation-delay : 250.2s;
+ animation-delay : 250.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2503) {
+ -webkit-animation-delay : 250.3s;
+ animation-delay : 250.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2504) {
+ -webkit-animation-delay : 250.4s;
+ animation-delay : 250.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2505) {
+ -webkit-animation-delay : 250.5s;
+ animation-delay : 250.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2506) {
+ -webkit-animation-delay : 250.6s;
+ animation-delay : 250.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2507) {
+ -webkit-animation-delay : 250.7s;
+ animation-delay : 250.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2508) {
+ -webkit-animation-delay : 250.8s;
+ animation-delay : 250.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2509) {
+ -webkit-animation-delay : 250.9s;
+ animation-delay : 250.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2510) {
+ -webkit-animation-delay : 251s;
+ animation-delay : 251s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2511) {
+ -webkit-animation-delay : 251.1s;
+ animation-delay : 251.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2512) {
+ -webkit-animation-delay : 251.2s;
+ animation-delay : 251.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2513) {
+ -webkit-animation-delay : 251.3s;
+ animation-delay : 251.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2514) {
+ -webkit-animation-delay : 251.4s;
+ animation-delay : 251.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2515) {
+ -webkit-animation-delay : 251.5s;
+ animation-delay : 251.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2516) {
+ -webkit-animation-delay : 251.6s;
+ animation-delay : 251.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2517) {
+ -webkit-animation-delay : 251.7s;
+ animation-delay : 251.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2518) {
+ -webkit-animation-delay : 251.8s;
+ animation-delay : 251.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2519) {
+ -webkit-animation-delay : 251.9s;
+ animation-delay : 251.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2520) {
+ -webkit-animation-delay : 252s;
+ animation-delay : 252s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2521) {
+ -webkit-animation-delay : 252.1s;
+ animation-delay : 252.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2522) {
+ -webkit-animation-delay : 252.2s;
+ animation-delay : 252.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2523) {
+ -webkit-animation-delay : 252.3s;
+ animation-delay : 252.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2524) {
+ -webkit-animation-delay : 252.4s;
+ animation-delay : 252.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2525) {
+ -webkit-animation-delay : 252.5s;
+ animation-delay : 252.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2526) {
+ -webkit-animation-delay : 252.6s;
+ animation-delay : 252.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2527) {
+ -webkit-animation-delay : 252.7s;
+ animation-delay : 252.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2528) {
+ -webkit-animation-delay : 252.8s;
+ animation-delay : 252.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2529) {
+ -webkit-animation-delay : 252.9s;
+ animation-delay : 252.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2530) {
+ -webkit-animation-delay : 253s;
+ animation-delay : 253s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2531) {
+ -webkit-animation-delay : 253.1s;
+ animation-delay : 253.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2532) {
+ -webkit-animation-delay : 253.2s;
+ animation-delay : 253.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2533) {
+ -webkit-animation-delay : 253.3s;
+ animation-delay : 253.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2534) {
+ -webkit-animation-delay : 253.4s;
+ animation-delay : 253.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2535) {
+ -webkit-animation-delay : 253.5s;
+ animation-delay : 253.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2536) {
+ -webkit-animation-delay : 253.6s;
+ animation-delay : 253.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2537) {
+ -webkit-animation-delay : 253.7s;
+ animation-delay : 253.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2538) {
+ -webkit-animation-delay : 253.8s;
+ animation-delay : 253.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2539) {
+ -webkit-animation-delay : 253.9s;
+ animation-delay : 253.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2540) {
+ -webkit-animation-delay : 254s;
+ animation-delay : 254s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2541) {
+ -webkit-animation-delay : 254.1s;
+ animation-delay : 254.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2542) {
+ -webkit-animation-delay : 254.2s;
+ animation-delay : 254.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2543) {
+ -webkit-animation-delay : 254.3s;
+ animation-delay : 254.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2544) {
+ -webkit-animation-delay : 254.4s;
+ animation-delay : 254.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2545) {
+ -webkit-animation-delay : 254.5s;
+ animation-delay : 254.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2546) {
+ -webkit-animation-delay : 254.6s;
+ animation-delay : 254.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2547) {
+ -webkit-animation-delay : 254.7s;
+ animation-delay : 254.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2548) {
+ -webkit-animation-delay : 254.8s;
+ animation-delay : 254.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2549) {
+ -webkit-animation-delay : 254.9s;
+ animation-delay : 254.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2550) {
+ -webkit-animation-delay : 255s;
+ animation-delay : 255s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2551) {
+ -webkit-animation-delay : 255.1s;
+ animation-delay : 255.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2552) {
+ -webkit-animation-delay : 255.2s;
+ animation-delay : 255.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2553) {
+ -webkit-animation-delay : 255.3s;
+ animation-delay : 255.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2554) {
+ -webkit-animation-delay : 255.4s;
+ animation-delay : 255.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2555) {
+ -webkit-animation-delay : 255.5s;
+ animation-delay : 255.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2556) {
+ -webkit-animation-delay : 255.6s;
+ animation-delay : 255.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2557) {
+ -webkit-animation-delay : 255.7s;
+ animation-delay : 255.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2558) {
+ -webkit-animation-delay : 255.8s;
+ animation-delay : 255.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2559) {
+ -webkit-animation-delay : 255.9s;
+ animation-delay : 255.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2560) {
+ -webkit-animation-delay : 256s;
+ animation-delay : 256s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2561) {
+ -webkit-animation-delay : 256.1s;
+ animation-delay : 256.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2562) {
+ -webkit-animation-delay : 256.2s;
+ animation-delay : 256.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2563) {
+ -webkit-animation-delay : 256.3s;
+ animation-delay : 256.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2564) {
+ -webkit-animation-delay : 256.4s;
+ animation-delay : 256.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2565) {
+ -webkit-animation-delay : 256.5s;
+ animation-delay : 256.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2566) {
+ -webkit-animation-delay : 256.6s;
+ animation-delay : 256.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2567) {
+ -webkit-animation-delay : 256.7s;
+ animation-delay : 256.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2568) {
+ -webkit-animation-delay : 256.8s;
+ animation-delay : 256.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2569) {
+ -webkit-animation-delay : 256.9s;
+ animation-delay : 256.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2570) {
+ -webkit-animation-delay : 257s;
+ animation-delay : 257s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2571) {
+ -webkit-animation-delay : 257.1s;
+ animation-delay : 257.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2572) {
+ -webkit-animation-delay : 257.2s;
+ animation-delay : 257.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2573) {
+ -webkit-animation-delay : 257.3s;
+ animation-delay : 257.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2574) {
+ -webkit-animation-delay : 257.4s;
+ animation-delay : 257.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2575) {
+ -webkit-animation-delay : 257.5s;
+ animation-delay : 257.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2576) {
+ -webkit-animation-delay : 257.6s;
+ animation-delay : 257.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2577) {
+ -webkit-animation-delay : 257.7s;
+ animation-delay : 257.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2578) {
+ -webkit-animation-delay : 257.8s;
+ animation-delay : 257.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2579) {
+ -webkit-animation-delay : 257.9s;
+ animation-delay : 257.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2580) {
+ -webkit-animation-delay : 258s;
+ animation-delay : 258s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2581) {
+ -webkit-animation-delay : 258.1s;
+ animation-delay : 258.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2582) {
+ -webkit-animation-delay : 258.2s;
+ animation-delay : 258.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2583) {
+ -webkit-animation-delay : 258.3s;
+ animation-delay : 258.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2584) {
+ -webkit-animation-delay : 258.4s;
+ animation-delay : 258.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2585) {
+ -webkit-animation-delay : 258.5s;
+ animation-delay : 258.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2586) {
+ -webkit-animation-delay : 258.6s;
+ animation-delay : 258.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2587) {
+ -webkit-animation-delay : 258.7s;
+ animation-delay : 258.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2588) {
+ -webkit-animation-delay : 258.8s;
+ animation-delay : 258.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2589) {
+ -webkit-animation-delay : 258.9s;
+ animation-delay : 258.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2590) {
+ -webkit-animation-delay : 259s;
+ animation-delay : 259s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2591) {
+ -webkit-animation-delay : 259.1s;
+ animation-delay : 259.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2592) {
+ -webkit-animation-delay : 259.2s;
+ animation-delay : 259.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2593) {
+ -webkit-animation-delay : 259.3s;
+ animation-delay : 259.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2594) {
+ -webkit-animation-delay : 259.4s;
+ animation-delay : 259.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2595) {
+ -webkit-animation-delay : 259.5s;
+ animation-delay : 259.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2596) {
+ -webkit-animation-delay : 259.6s;
+ animation-delay : 259.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2597) {
+ -webkit-animation-delay : 259.7s;
+ animation-delay : 259.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2598) {
+ -webkit-animation-delay : 259.8s;
+ animation-delay : 259.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2599) {
+ -webkit-animation-delay : 259.9s;
+ animation-delay : 259.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2600) {
+ -webkit-animation-delay : 260s;
+ animation-delay : 260s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2601) {
+ -webkit-animation-delay : 260.1s;
+ animation-delay : 260.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2602) {
+ -webkit-animation-delay : 260.2s;
+ animation-delay : 260.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2603) {
+ -webkit-animation-delay : 260.3s;
+ animation-delay : 260.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2604) {
+ -webkit-animation-delay : 260.4s;
+ animation-delay : 260.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2605) {
+ -webkit-animation-delay : 260.5s;
+ animation-delay : 260.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2606) {
+ -webkit-animation-delay : 260.6s;
+ animation-delay : 260.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2607) {
+ -webkit-animation-delay : 260.7s;
+ animation-delay : 260.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2608) {
+ -webkit-animation-delay : 260.8s;
+ animation-delay : 260.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2609) {
+ -webkit-animation-delay : 260.9s;
+ animation-delay : 260.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2610) {
+ -webkit-animation-delay : 261s;
+ animation-delay : 261s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2611) {
+ -webkit-animation-delay : 261.1s;
+ animation-delay : 261.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2612) {
+ -webkit-animation-delay : 261.2s;
+ animation-delay : 261.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2613) {
+ -webkit-animation-delay : 261.3s;
+ animation-delay : 261.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2614) {
+ -webkit-animation-delay : 261.4s;
+ animation-delay : 261.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2615) {
+ -webkit-animation-delay : 261.5s;
+ animation-delay : 261.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2616) {
+ -webkit-animation-delay : 261.6s;
+ animation-delay : 261.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2617) {
+ -webkit-animation-delay : 261.7s;
+ animation-delay : 261.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2618) {
+ -webkit-animation-delay : 261.8s;
+ animation-delay : 261.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2619) {
+ -webkit-animation-delay : 261.9s;
+ animation-delay : 261.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2620) {
+ -webkit-animation-delay : 262s;
+ animation-delay : 262s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2621) {
+ -webkit-animation-delay : 262.1s;
+ animation-delay : 262.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2622) {
+ -webkit-animation-delay : 262.2s;
+ animation-delay : 262.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2623) {
+ -webkit-animation-delay : 262.3s;
+ animation-delay : 262.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2624) {
+ -webkit-animation-delay : 262.4s;
+ animation-delay : 262.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2625) {
+ -webkit-animation-delay : 262.5s;
+ animation-delay : 262.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2626) {
+ -webkit-animation-delay : 262.6s;
+ animation-delay : 262.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2627) {
+ -webkit-animation-delay : 262.7s;
+ animation-delay : 262.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2628) {
+ -webkit-animation-delay : 262.8s;
+ animation-delay : 262.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2629) {
+ -webkit-animation-delay : 262.9s;
+ animation-delay : 262.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2630) {
+ -webkit-animation-delay : 263s;
+ animation-delay : 263s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2631) {
+ -webkit-animation-delay : 263.1s;
+ animation-delay : 263.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2632) {
+ -webkit-animation-delay : 263.2s;
+ animation-delay : 263.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2633) {
+ -webkit-animation-delay : 263.3s;
+ animation-delay : 263.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2634) {
+ -webkit-animation-delay : 263.4s;
+ animation-delay : 263.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2635) {
+ -webkit-animation-delay : 263.5s;
+ animation-delay : 263.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2636) {
+ -webkit-animation-delay : 263.6s;
+ animation-delay : 263.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2637) {
+ -webkit-animation-delay : 263.7s;
+ animation-delay : 263.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2638) {
+ -webkit-animation-delay : 263.8s;
+ animation-delay : 263.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2639) {
+ -webkit-animation-delay : 263.9s;
+ animation-delay : 263.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2640) {
+ -webkit-animation-delay : 264s;
+ animation-delay : 264s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2641) {
+ -webkit-animation-delay : 264.1s;
+ animation-delay : 264.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2642) {
+ -webkit-animation-delay : 264.2s;
+ animation-delay : 264.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2643) {
+ -webkit-animation-delay : 264.3s;
+ animation-delay : 264.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2644) {
+ -webkit-animation-delay : 264.4s;
+ animation-delay : 264.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2645) {
+ -webkit-animation-delay : 264.5s;
+ animation-delay : 264.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2646) {
+ -webkit-animation-delay : 264.6s;
+ animation-delay : 264.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2647) {
+ -webkit-animation-delay : 264.7s;
+ animation-delay : 264.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2648) {
+ -webkit-animation-delay : 264.8s;
+ animation-delay : 264.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2649) {
+ -webkit-animation-delay : 264.9s;
+ animation-delay : 264.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2650) {
+ -webkit-animation-delay : 265s;
+ animation-delay : 265s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2651) {
+ -webkit-animation-delay : 265.1s;
+ animation-delay : 265.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2652) {
+ -webkit-animation-delay : 265.2s;
+ animation-delay : 265.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2653) {
+ -webkit-animation-delay : 265.3s;
+ animation-delay : 265.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2654) {
+ -webkit-animation-delay : 265.4s;
+ animation-delay : 265.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2655) {
+ -webkit-animation-delay : 265.5s;
+ animation-delay : 265.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2656) {
+ -webkit-animation-delay : 265.6s;
+ animation-delay : 265.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2657) {
+ -webkit-animation-delay : 265.7s;
+ animation-delay : 265.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2658) {
+ -webkit-animation-delay : 265.8s;
+ animation-delay : 265.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2659) {
+ -webkit-animation-delay : 265.9s;
+ animation-delay : 265.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2660) {
+ -webkit-animation-delay : 266s;
+ animation-delay : 266s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2661) {
+ -webkit-animation-delay : 266.1s;
+ animation-delay : 266.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2662) {
+ -webkit-animation-delay : 266.2s;
+ animation-delay : 266.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2663) {
+ -webkit-animation-delay : 266.3s;
+ animation-delay : 266.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2664) {
+ -webkit-animation-delay : 266.4s;
+ animation-delay : 266.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2665) {
+ -webkit-animation-delay : 266.5s;
+ animation-delay : 266.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2666) {
+ -webkit-animation-delay : 266.6s;
+ animation-delay : 266.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2667) {
+ -webkit-animation-delay : 266.7s;
+ animation-delay : 266.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2668) {
+ -webkit-animation-delay : 266.8s;
+ animation-delay : 266.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2669) {
+ -webkit-animation-delay : 266.9s;
+ animation-delay : 266.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2670) {
+ -webkit-animation-delay : 267s;
+ animation-delay : 267s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2671) {
+ -webkit-animation-delay : 267.1s;
+ animation-delay : 267.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2672) {
+ -webkit-animation-delay : 267.2s;
+ animation-delay : 267.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2673) {
+ -webkit-animation-delay : 267.3s;
+ animation-delay : 267.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2674) {
+ -webkit-animation-delay : 267.4s;
+ animation-delay : 267.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2675) {
+ -webkit-animation-delay : 267.5s;
+ animation-delay : 267.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2676) {
+ -webkit-animation-delay : 267.6s;
+ animation-delay : 267.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2677) {
+ -webkit-animation-delay : 267.7s;
+ animation-delay : 267.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2678) {
+ -webkit-animation-delay : 267.8s;
+ animation-delay : 267.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2679) {
+ -webkit-animation-delay : 267.9s;
+ animation-delay : 267.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2680) {
+ -webkit-animation-delay : 268s;
+ animation-delay : 268s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2681) {
+ -webkit-animation-delay : 268.1s;
+ animation-delay : 268.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2682) {
+ -webkit-animation-delay : 268.2s;
+ animation-delay : 268.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2683) {
+ -webkit-animation-delay : 268.3s;
+ animation-delay : 268.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2684) {
+ -webkit-animation-delay : 268.4s;
+ animation-delay : 268.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2685) {
+ -webkit-animation-delay : 268.5s;
+ animation-delay : 268.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2686) {
+ -webkit-animation-delay : 268.6s;
+ animation-delay : 268.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2687) {
+ -webkit-animation-delay : 268.7s;
+ animation-delay : 268.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2688) {
+ -webkit-animation-delay : 268.8s;
+ animation-delay : 268.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2689) {
+ -webkit-animation-delay : 268.9s;
+ animation-delay : 268.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2690) {
+ -webkit-animation-delay : 269s;
+ animation-delay : 269s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2691) {
+ -webkit-animation-delay : 269.1s;
+ animation-delay : 269.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2692) {
+ -webkit-animation-delay : 269.2s;
+ animation-delay : 269.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2693) {
+ -webkit-animation-delay : 269.3s;
+ animation-delay : 269.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2694) {
+ -webkit-animation-delay : 269.4s;
+ animation-delay : 269.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2695) {
+ -webkit-animation-delay : 269.5s;
+ animation-delay : 269.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2696) {
+ -webkit-animation-delay : 269.6s;
+ animation-delay : 269.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2697) {
+ -webkit-animation-delay : 269.7s;
+ animation-delay : 269.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2698) {
+ -webkit-animation-delay : 269.8s;
+ animation-delay : 269.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2699) {
+ -webkit-animation-delay : 269.9s;
+ animation-delay : 269.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2700) {
+ -webkit-animation-delay : 270s;
+ animation-delay : 270s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2701) {
+ -webkit-animation-delay : 270.1s;
+ animation-delay : 270.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2702) {
+ -webkit-animation-delay : 270.2s;
+ animation-delay : 270.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2703) {
+ -webkit-animation-delay : 270.3s;
+ animation-delay : 270.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2704) {
+ -webkit-animation-delay : 270.4s;
+ animation-delay : 270.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2705) {
+ -webkit-animation-delay : 270.5s;
+ animation-delay : 270.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2706) {
+ -webkit-animation-delay : 270.6s;
+ animation-delay : 270.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2707) {
+ -webkit-animation-delay : 270.7s;
+ animation-delay : 270.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2708) {
+ -webkit-animation-delay : 270.8s;
+ animation-delay : 270.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2709) {
+ -webkit-animation-delay : 270.9s;
+ animation-delay : 270.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2710) {
+ -webkit-animation-delay : 271s;
+ animation-delay : 271s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2711) {
+ -webkit-animation-delay : 271.1s;
+ animation-delay : 271.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2712) {
+ -webkit-animation-delay : 271.2s;
+ animation-delay : 271.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2713) {
+ -webkit-animation-delay : 271.3s;
+ animation-delay : 271.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2714) {
+ -webkit-animation-delay : 271.4s;
+ animation-delay : 271.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2715) {
+ -webkit-animation-delay : 271.5s;
+ animation-delay : 271.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2716) {
+ -webkit-animation-delay : 271.6s;
+ animation-delay : 271.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2717) {
+ -webkit-animation-delay : 271.7s;
+ animation-delay : 271.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2718) {
+ -webkit-animation-delay : 271.8s;
+ animation-delay : 271.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2719) {
+ -webkit-animation-delay : 271.9s;
+ animation-delay : 271.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2720) {
+ -webkit-animation-delay : 272s;
+ animation-delay : 272s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2721) {
+ -webkit-animation-delay : 272.1s;
+ animation-delay : 272.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2722) {
+ -webkit-animation-delay : 272.2s;
+ animation-delay : 272.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2723) {
+ -webkit-animation-delay : 272.3s;
+ animation-delay : 272.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2724) {
+ -webkit-animation-delay : 272.4s;
+ animation-delay : 272.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2725) {
+ -webkit-animation-delay : 272.5s;
+ animation-delay : 272.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2726) {
+ -webkit-animation-delay : 272.6s;
+ animation-delay : 272.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2727) {
+ -webkit-animation-delay : 272.7s;
+ animation-delay : 272.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2728) {
+ -webkit-animation-delay : 272.8s;
+ animation-delay : 272.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2729) {
+ -webkit-animation-delay : 272.9s;
+ animation-delay : 272.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2730) {
+ -webkit-animation-delay : 273s;
+ animation-delay : 273s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2731) {
+ -webkit-animation-delay : 273.1s;
+ animation-delay : 273.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2732) {
+ -webkit-animation-delay : 273.2s;
+ animation-delay : 273.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2733) {
+ -webkit-animation-delay : 273.3s;
+ animation-delay : 273.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2734) {
+ -webkit-animation-delay : 273.4s;
+ animation-delay : 273.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2735) {
+ -webkit-animation-delay : 273.5s;
+ animation-delay : 273.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2736) {
+ -webkit-animation-delay : 273.6s;
+ animation-delay : 273.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2737) {
+ -webkit-animation-delay : 273.7s;
+ animation-delay : 273.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2738) {
+ -webkit-animation-delay : 273.8s;
+ animation-delay : 273.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2739) {
+ -webkit-animation-delay : 273.9s;
+ animation-delay : 273.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2740) {
+ -webkit-animation-delay : 274s;
+ animation-delay : 274s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2741) {
+ -webkit-animation-delay : 274.1s;
+ animation-delay : 274.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2742) {
+ -webkit-animation-delay : 274.2s;
+ animation-delay : 274.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2743) {
+ -webkit-animation-delay : 274.3s;
+ animation-delay : 274.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2744) {
+ -webkit-animation-delay : 274.4s;
+ animation-delay : 274.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2745) {
+ -webkit-animation-delay : 274.5s;
+ animation-delay : 274.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2746) {
+ -webkit-animation-delay : 274.6s;
+ animation-delay : 274.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2747) {
+ -webkit-animation-delay : 274.7s;
+ animation-delay : 274.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2748) {
+ -webkit-animation-delay : 274.8s;
+ animation-delay : 274.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2749) {
+ -webkit-animation-delay : 274.9s;
+ animation-delay : 274.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2750) {
+ -webkit-animation-delay : 275s;
+ animation-delay : 275s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2751) {
+ -webkit-animation-delay : 275.1s;
+ animation-delay : 275.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2752) {
+ -webkit-animation-delay : 275.2s;
+ animation-delay : 275.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2753) {
+ -webkit-animation-delay : 275.3s;
+ animation-delay : 275.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2754) {
+ -webkit-animation-delay : 275.4s;
+ animation-delay : 275.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2755) {
+ -webkit-animation-delay : 275.5s;
+ animation-delay : 275.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2756) {
+ -webkit-animation-delay : 275.6s;
+ animation-delay : 275.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2757) {
+ -webkit-animation-delay : 275.7s;
+ animation-delay : 275.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2758) {
+ -webkit-animation-delay : 275.8s;
+ animation-delay : 275.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2759) {
+ -webkit-animation-delay : 275.9s;
+ animation-delay : 275.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2760) {
+ -webkit-animation-delay : 276s;
+ animation-delay : 276s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2761) {
+ -webkit-animation-delay : 276.1s;
+ animation-delay : 276.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2762) {
+ -webkit-animation-delay : 276.2s;
+ animation-delay : 276.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2763) {
+ -webkit-animation-delay : 276.3s;
+ animation-delay : 276.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2764) {
+ -webkit-animation-delay : 276.4s;
+ animation-delay : 276.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2765) {
+ -webkit-animation-delay : 276.5s;
+ animation-delay : 276.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2766) {
+ -webkit-animation-delay : 276.6s;
+ animation-delay : 276.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2767) {
+ -webkit-animation-delay : 276.7s;
+ animation-delay : 276.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2768) {
+ -webkit-animation-delay : 276.8s;
+ animation-delay : 276.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2769) {
+ -webkit-animation-delay : 276.9s;
+ animation-delay : 276.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2770) {
+ -webkit-animation-delay : 277s;
+ animation-delay : 277s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2771) {
+ -webkit-animation-delay : 277.1s;
+ animation-delay : 277.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2772) {
+ -webkit-animation-delay : 277.2s;
+ animation-delay : 277.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2773) {
+ -webkit-animation-delay : 277.3s;
+ animation-delay : 277.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2774) {
+ -webkit-animation-delay : 277.4s;
+ animation-delay : 277.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2775) {
+ -webkit-animation-delay : 277.5s;
+ animation-delay : 277.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2776) {
+ -webkit-animation-delay : 277.6s;
+ animation-delay : 277.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2777) {
+ -webkit-animation-delay : 277.7s;
+ animation-delay : 277.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2778) {
+ -webkit-animation-delay : 277.8s;
+ animation-delay : 277.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2779) {
+ -webkit-animation-delay : 277.9s;
+ animation-delay : 277.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2780) {
+ -webkit-animation-delay : 278s;
+ animation-delay : 278s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2781) {
+ -webkit-animation-delay : 278.1s;
+ animation-delay : 278.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2782) {
+ -webkit-animation-delay : 278.2s;
+ animation-delay : 278.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2783) {
+ -webkit-animation-delay : 278.3s;
+ animation-delay : 278.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2784) {
+ -webkit-animation-delay : 278.4s;
+ animation-delay : 278.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2785) {
+ -webkit-animation-delay : 278.5s;
+ animation-delay : 278.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2786) {
+ -webkit-animation-delay : 278.6s;
+ animation-delay : 278.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2787) {
+ -webkit-animation-delay : 278.7s;
+ animation-delay : 278.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2788) {
+ -webkit-animation-delay : 278.8s;
+ animation-delay : 278.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2789) {
+ -webkit-animation-delay : 278.9s;
+ animation-delay : 278.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2790) {
+ -webkit-animation-delay : 279s;
+ animation-delay : 279s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2791) {
+ -webkit-animation-delay : 279.1s;
+ animation-delay : 279.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2792) {
+ -webkit-animation-delay : 279.2s;
+ animation-delay : 279.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2793) {
+ -webkit-animation-delay : 279.3s;
+ animation-delay : 279.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2794) {
+ -webkit-animation-delay : 279.4s;
+ animation-delay : 279.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2795) {
+ -webkit-animation-delay : 279.5s;
+ animation-delay : 279.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2796) {
+ -webkit-animation-delay : 279.6s;
+ animation-delay : 279.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2797) {
+ -webkit-animation-delay : 279.7s;
+ animation-delay : 279.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2798) {
+ -webkit-animation-delay : 279.8s;
+ animation-delay : 279.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2799) {
+ -webkit-animation-delay : 279.9s;
+ animation-delay : 279.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2800) {
+ -webkit-animation-delay : 280s;
+ animation-delay : 280s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2801) {
+ -webkit-animation-delay : 280.1s;
+ animation-delay : 280.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2802) {
+ -webkit-animation-delay : 280.2s;
+ animation-delay : 280.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2803) {
+ -webkit-animation-delay : 280.3s;
+ animation-delay : 280.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2804) {
+ -webkit-animation-delay : 280.4s;
+ animation-delay : 280.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2805) {
+ -webkit-animation-delay : 280.5s;
+ animation-delay : 280.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2806) {
+ -webkit-animation-delay : 280.6s;
+ animation-delay : 280.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2807) {
+ -webkit-animation-delay : 280.7s;
+ animation-delay : 280.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2808) {
+ -webkit-animation-delay : 280.8s;
+ animation-delay : 280.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2809) {
+ -webkit-animation-delay : 280.9s;
+ animation-delay : 280.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2810) {
+ -webkit-animation-delay : 281s;
+ animation-delay : 281s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2811) {
+ -webkit-animation-delay : 281.1s;
+ animation-delay : 281.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2812) {
+ -webkit-animation-delay : 281.2s;
+ animation-delay : 281.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2813) {
+ -webkit-animation-delay : 281.3s;
+ animation-delay : 281.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2814) {
+ -webkit-animation-delay : 281.4s;
+ animation-delay : 281.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2815) {
+ -webkit-animation-delay : 281.5s;
+ animation-delay : 281.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2816) {
+ -webkit-animation-delay : 281.6s;
+ animation-delay : 281.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2817) {
+ -webkit-animation-delay : 281.7s;
+ animation-delay : 281.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2818) {
+ -webkit-animation-delay : 281.8s;
+ animation-delay : 281.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2819) {
+ -webkit-animation-delay : 281.9s;
+ animation-delay : 281.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2820) {
+ -webkit-animation-delay : 282s;
+ animation-delay : 282s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2821) {
+ -webkit-animation-delay : 282.1s;
+ animation-delay : 282.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2822) {
+ -webkit-animation-delay : 282.2s;
+ animation-delay : 282.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2823) {
+ -webkit-animation-delay : 282.3s;
+ animation-delay : 282.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2824) {
+ -webkit-animation-delay : 282.4s;
+ animation-delay : 282.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2825) {
+ -webkit-animation-delay : 282.5s;
+ animation-delay : 282.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2826) {
+ -webkit-animation-delay : 282.6s;
+ animation-delay : 282.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2827) {
+ -webkit-animation-delay : 282.7s;
+ animation-delay : 282.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2828) {
+ -webkit-animation-delay : 282.8s;
+ animation-delay : 282.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2829) {
+ -webkit-animation-delay : 282.9s;
+ animation-delay : 282.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2830) {
+ -webkit-animation-delay : 283s;
+ animation-delay : 283s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2831) {
+ -webkit-animation-delay : 283.1s;
+ animation-delay : 283.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2832) {
+ -webkit-animation-delay : 283.2s;
+ animation-delay : 283.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2833) {
+ -webkit-animation-delay : 283.3s;
+ animation-delay : 283.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2834) {
+ -webkit-animation-delay : 283.4s;
+ animation-delay : 283.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2835) {
+ -webkit-animation-delay : 283.5s;
+ animation-delay : 283.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2836) {
+ -webkit-animation-delay : 283.6s;
+ animation-delay : 283.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2837) {
+ -webkit-animation-delay : 283.7s;
+ animation-delay : 283.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2838) {
+ -webkit-animation-delay : 283.8s;
+ animation-delay : 283.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2839) {
+ -webkit-animation-delay : 283.9s;
+ animation-delay : 283.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2840) {
+ -webkit-animation-delay : 284s;
+ animation-delay : 284s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2841) {
+ -webkit-animation-delay : 284.1s;
+ animation-delay : 284.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2842) {
+ -webkit-animation-delay : 284.2s;
+ animation-delay : 284.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2843) {
+ -webkit-animation-delay : 284.3s;
+ animation-delay : 284.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2844) {
+ -webkit-animation-delay : 284.4s;
+ animation-delay : 284.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2845) {
+ -webkit-animation-delay : 284.5s;
+ animation-delay : 284.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2846) {
+ -webkit-animation-delay : 284.6s;
+ animation-delay : 284.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2847) {
+ -webkit-animation-delay : 284.7s;
+ animation-delay : 284.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2848) {
+ -webkit-animation-delay : 284.8s;
+ animation-delay : 284.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2849) {
+ -webkit-animation-delay : 284.9s;
+ animation-delay : 284.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2850) {
+ -webkit-animation-delay : 285s;
+ animation-delay : 285s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2851) {
+ -webkit-animation-delay : 285.1s;
+ animation-delay : 285.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2852) {
+ -webkit-animation-delay : 285.2s;
+ animation-delay : 285.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2853) {
+ -webkit-animation-delay : 285.3s;
+ animation-delay : 285.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2854) {
+ -webkit-animation-delay : 285.4s;
+ animation-delay : 285.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2855) {
+ -webkit-animation-delay : 285.5s;
+ animation-delay : 285.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2856) {
+ -webkit-animation-delay : 285.6s;
+ animation-delay : 285.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2857) {
+ -webkit-animation-delay : 285.7s;
+ animation-delay : 285.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2858) {
+ -webkit-animation-delay : 285.8s;
+ animation-delay : 285.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2859) {
+ -webkit-animation-delay : 285.9s;
+ animation-delay : 285.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2860) {
+ -webkit-animation-delay : 286s;
+ animation-delay : 286s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2861) {
+ -webkit-animation-delay : 286.1s;
+ animation-delay : 286.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2862) {
+ -webkit-animation-delay : 286.2s;
+ animation-delay : 286.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2863) {
+ -webkit-animation-delay : 286.3s;
+ animation-delay : 286.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2864) {
+ -webkit-animation-delay : 286.4s;
+ animation-delay : 286.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2865) {
+ -webkit-animation-delay : 286.5s;
+ animation-delay : 286.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2866) {
+ -webkit-animation-delay : 286.6s;
+ animation-delay : 286.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2867) {
+ -webkit-animation-delay : 286.7s;
+ animation-delay : 286.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2868) {
+ -webkit-animation-delay : 286.8s;
+ animation-delay : 286.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2869) {
+ -webkit-animation-delay : 286.9s;
+ animation-delay : 286.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2870) {
+ -webkit-animation-delay : 287s;
+ animation-delay : 287s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2871) {
+ -webkit-animation-delay : 287.1s;
+ animation-delay : 287.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2872) {
+ -webkit-animation-delay : 287.2s;
+ animation-delay : 287.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2873) {
+ -webkit-animation-delay : 287.3s;
+ animation-delay : 287.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2874) {
+ -webkit-animation-delay : 287.4s;
+ animation-delay : 287.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2875) {
+ -webkit-animation-delay : 287.5s;
+ animation-delay : 287.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2876) {
+ -webkit-animation-delay : 287.6s;
+ animation-delay : 287.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2877) {
+ -webkit-animation-delay : 287.7s;
+ animation-delay : 287.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2878) {
+ -webkit-animation-delay : 287.8s;
+ animation-delay : 287.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2879) {
+ -webkit-animation-delay : 287.9s;
+ animation-delay : 287.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2880) {
+ -webkit-animation-delay : 288s;
+ animation-delay : 288s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2881) {
+ -webkit-animation-delay : 288.1s;
+ animation-delay : 288.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2882) {
+ -webkit-animation-delay : 288.2s;
+ animation-delay : 288.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2883) {
+ -webkit-animation-delay : 288.3s;
+ animation-delay : 288.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2884) {
+ -webkit-animation-delay : 288.4s;
+ animation-delay : 288.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2885) {
+ -webkit-animation-delay : 288.5s;
+ animation-delay : 288.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2886) {
+ -webkit-animation-delay : 288.6s;
+ animation-delay : 288.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2887) {
+ -webkit-animation-delay : 288.7s;
+ animation-delay : 288.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2888) {
+ -webkit-animation-delay : 288.8s;
+ animation-delay : 288.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2889) {
+ -webkit-animation-delay : 288.9s;
+ animation-delay : 288.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2890) {
+ -webkit-animation-delay : 289s;
+ animation-delay : 289s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2891) {
+ -webkit-animation-delay : 289.1s;
+ animation-delay : 289.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2892) {
+ -webkit-animation-delay : 289.2s;
+ animation-delay : 289.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2893) {
+ -webkit-animation-delay : 289.3s;
+ animation-delay : 289.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2894) {
+ -webkit-animation-delay : 289.4s;
+ animation-delay : 289.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2895) {
+ -webkit-animation-delay : 289.5s;
+ animation-delay : 289.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2896) {
+ -webkit-animation-delay : 289.6s;
+ animation-delay : 289.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2897) {
+ -webkit-animation-delay : 289.7s;
+ animation-delay : 289.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2898) {
+ -webkit-animation-delay : 289.8s;
+ animation-delay : 289.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2899) {
+ -webkit-animation-delay : 289.9s;
+ animation-delay : 289.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2900) {
+ -webkit-animation-delay : 290s;
+ animation-delay : 290s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2901) {
+ -webkit-animation-delay : 290.1s;
+ animation-delay : 290.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2902) {
+ -webkit-animation-delay : 290.2s;
+ animation-delay : 290.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2903) {
+ -webkit-animation-delay : 290.3s;
+ animation-delay : 290.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2904) {
+ -webkit-animation-delay : 290.4s;
+ animation-delay : 290.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2905) {
+ -webkit-animation-delay : 290.5s;
+ animation-delay : 290.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2906) {
+ -webkit-animation-delay : 290.6s;
+ animation-delay : 290.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2907) {
+ -webkit-animation-delay : 290.7s;
+ animation-delay : 290.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2908) {
+ -webkit-animation-delay : 290.8s;
+ animation-delay : 290.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2909) {
+ -webkit-animation-delay : 290.9s;
+ animation-delay : 290.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2910) {
+ -webkit-animation-delay : 291s;
+ animation-delay : 291s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2911) {
+ -webkit-animation-delay : 291.1s;
+ animation-delay : 291.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2912) {
+ -webkit-animation-delay : 291.2s;
+ animation-delay : 291.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2913) {
+ -webkit-animation-delay : 291.3s;
+ animation-delay : 291.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2914) {
+ -webkit-animation-delay : 291.4s;
+ animation-delay : 291.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2915) {
+ -webkit-animation-delay : 291.5s;
+ animation-delay : 291.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2916) {
+ -webkit-animation-delay : 291.6s;
+ animation-delay : 291.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2917) {
+ -webkit-animation-delay : 291.7s;
+ animation-delay : 291.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2918) {
+ -webkit-animation-delay : 291.8s;
+ animation-delay : 291.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2919) {
+ -webkit-animation-delay : 291.9s;
+ animation-delay : 291.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2920) {
+ -webkit-animation-delay : 292s;
+ animation-delay : 292s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2921) {
+ -webkit-animation-delay : 292.1s;
+ animation-delay : 292.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2922) {
+ -webkit-animation-delay : 292.2s;
+ animation-delay : 292.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2923) {
+ -webkit-animation-delay : 292.3s;
+ animation-delay : 292.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2924) {
+ -webkit-animation-delay : 292.4s;
+ animation-delay : 292.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2925) {
+ -webkit-animation-delay : 292.5s;
+ animation-delay : 292.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2926) {
+ -webkit-animation-delay : 292.6s;
+ animation-delay : 292.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2927) {
+ -webkit-animation-delay : 292.7s;
+ animation-delay : 292.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2928) {
+ -webkit-animation-delay : 292.8s;
+ animation-delay : 292.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2929) {
+ -webkit-animation-delay : 292.9s;
+ animation-delay : 292.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2930) {
+ -webkit-animation-delay : 293s;
+ animation-delay : 293s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2931) {
+ -webkit-animation-delay : 293.1s;
+ animation-delay : 293.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2932) {
+ -webkit-animation-delay : 293.2s;
+ animation-delay : 293.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2933) {
+ -webkit-animation-delay : 293.3s;
+ animation-delay : 293.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2934) {
+ -webkit-animation-delay : 293.4s;
+ animation-delay : 293.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2935) {
+ -webkit-animation-delay : 293.5s;
+ animation-delay : 293.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2936) {
+ -webkit-animation-delay : 293.6s;
+ animation-delay : 293.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2937) {
+ -webkit-animation-delay : 293.7s;
+ animation-delay : 293.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2938) {
+ -webkit-animation-delay : 293.8s;
+ animation-delay : 293.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2939) {
+ -webkit-animation-delay : 293.9s;
+ animation-delay : 293.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2940) {
+ -webkit-animation-delay : 294s;
+ animation-delay : 294s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2941) {
+ -webkit-animation-delay : 294.1s;
+ animation-delay : 294.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2942) {
+ -webkit-animation-delay : 294.2s;
+ animation-delay : 294.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2943) {
+ -webkit-animation-delay : 294.3s;
+ animation-delay : 294.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2944) {
+ -webkit-animation-delay : 294.4s;
+ animation-delay : 294.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2945) {
+ -webkit-animation-delay : 294.5s;
+ animation-delay : 294.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2946) {
+ -webkit-animation-delay : 294.6s;
+ animation-delay : 294.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2947) {
+ -webkit-animation-delay : 294.7s;
+ animation-delay : 294.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2948) {
+ -webkit-animation-delay : 294.8s;
+ animation-delay : 294.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2949) {
+ -webkit-animation-delay : 294.9s;
+ animation-delay : 294.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2950) {
+ -webkit-animation-delay : 295s;
+ animation-delay : 295s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2951) {
+ -webkit-animation-delay : 295.1s;
+ animation-delay : 295.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2952) {
+ -webkit-animation-delay : 295.2s;
+ animation-delay : 295.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2953) {
+ -webkit-animation-delay : 295.3s;
+ animation-delay : 295.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2954) {
+ -webkit-animation-delay : 295.4s;
+ animation-delay : 295.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2955) {
+ -webkit-animation-delay : 295.5s;
+ animation-delay : 295.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2956) {
+ -webkit-animation-delay : 295.6s;
+ animation-delay : 295.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2957) {
+ -webkit-animation-delay : 295.7s;
+ animation-delay : 295.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2958) {
+ -webkit-animation-delay : 295.8s;
+ animation-delay : 295.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2959) {
+ -webkit-animation-delay : 295.9s;
+ animation-delay : 295.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2960) {
+ -webkit-animation-delay : 296s;
+ animation-delay : 296s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2961) {
+ -webkit-animation-delay : 296.1s;
+ animation-delay : 296.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2962) {
+ -webkit-animation-delay : 296.2s;
+ animation-delay : 296.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2963) {
+ -webkit-animation-delay : 296.3s;
+ animation-delay : 296.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2964) {
+ -webkit-animation-delay : 296.4s;
+ animation-delay : 296.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2965) {
+ -webkit-animation-delay : 296.5s;
+ animation-delay : 296.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2966) {
+ -webkit-animation-delay : 296.6s;
+ animation-delay : 296.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2967) {
+ -webkit-animation-delay : 296.7s;
+ animation-delay : 296.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2968) {
+ -webkit-animation-delay : 296.8s;
+ animation-delay : 296.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2969) {
+ -webkit-animation-delay : 296.9s;
+ animation-delay : 296.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2970) {
+ -webkit-animation-delay : 297s;
+ animation-delay : 297s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2971) {
+ -webkit-animation-delay : 297.1s;
+ animation-delay : 297.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2972) {
+ -webkit-animation-delay : 297.2s;
+ animation-delay : 297.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2973) {
+ -webkit-animation-delay : 297.3s;
+ animation-delay : 297.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2974) {
+ -webkit-animation-delay : 297.4s;
+ animation-delay : 297.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2975) {
+ -webkit-animation-delay : 297.5s;
+ animation-delay : 297.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2976) {
+ -webkit-animation-delay : 297.6s;
+ animation-delay : 297.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2977) {
+ -webkit-animation-delay : 297.7s;
+ animation-delay : 297.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2978) {
+ -webkit-animation-delay : 297.8s;
+ animation-delay : 297.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2979) {
+ -webkit-animation-delay : 297.9s;
+ animation-delay : 297.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2980) {
+ -webkit-animation-delay : 298s;
+ animation-delay : 298s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2981) {
+ -webkit-animation-delay : 298.1s;
+ animation-delay : 298.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2982) {
+ -webkit-animation-delay : 298.2s;
+ animation-delay : 298.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2983) {
+ -webkit-animation-delay : 298.3s;
+ animation-delay : 298.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2984) {
+ -webkit-animation-delay : 298.4s;
+ animation-delay : 298.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2985) {
+ -webkit-animation-delay : 298.5s;
+ animation-delay : 298.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2986) {
+ -webkit-animation-delay : 298.6s;
+ animation-delay : 298.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2987) {
+ -webkit-animation-delay : 298.7s;
+ animation-delay : 298.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2988) {
+ -webkit-animation-delay : 298.8s;
+ animation-delay : 298.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2989) {
+ -webkit-animation-delay : 298.9s;
+ animation-delay : 298.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2990) {
+ -webkit-animation-delay : 299s;
+ animation-delay : 299s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2991) {
+ -webkit-animation-delay : 299.1s;
+ animation-delay : 299.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2992) {
+ -webkit-animation-delay : 299.2s;
+ animation-delay : 299.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2993) {
+ -webkit-animation-delay : 299.3s;
+ animation-delay : 299.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2994) {
+ -webkit-animation-delay : 299.4s;
+ animation-delay : 299.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2995) {
+ -webkit-animation-delay : 299.5s;
+ animation-delay : 299.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2996) {
+ -webkit-animation-delay : 299.6s;
+ animation-delay : 299.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2997) {
+ -webkit-animation-delay : 299.7s;
+ animation-delay : 299.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2998) {
+ -webkit-animation-delay : 299.8s;
+ animation-delay : 299.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2999) {
+ -webkit-animation-delay : 299.9s;
+ animation-delay : 299.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3000) {
+ -webkit-animation-delay : 300s;
+ animation-delay : 300s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3001) {
+ -webkit-animation-delay : 300.1s;
+ animation-delay : 300.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3002) {
+ -webkit-animation-delay : 300.2s;
+ animation-delay : 300.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3003) {
+ -webkit-animation-delay : 300.3s;
+ animation-delay : 300.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3004) {
+ -webkit-animation-delay : 300.4s;
+ animation-delay : 300.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3005) {
+ -webkit-animation-delay : 300.5s;
+ animation-delay : 300.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3006) {
+ -webkit-animation-delay : 300.6s;
+ animation-delay : 300.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3007) {
+ -webkit-animation-delay : 300.7s;
+ animation-delay : 300.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3008) {
+ -webkit-animation-delay : 300.8s;
+ animation-delay : 300.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3009) {
+ -webkit-animation-delay : 300.9s;
+ animation-delay : 300.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3010) {
+ -webkit-animation-delay : 301s;
+ animation-delay : 301s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3011) {
+ -webkit-animation-delay : 301.1s;
+ animation-delay : 301.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3012) {
+ -webkit-animation-delay : 301.2s;
+ animation-delay : 301.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3013) {
+ -webkit-animation-delay : 301.3s;
+ animation-delay : 301.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3014) {
+ -webkit-animation-delay : 301.4s;
+ animation-delay : 301.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3015) {
+ -webkit-animation-delay : 301.5s;
+ animation-delay : 301.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3016) {
+ -webkit-animation-delay : 301.6s;
+ animation-delay : 301.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3017) {
+ -webkit-animation-delay : 301.7s;
+ animation-delay : 301.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3018) {
+ -webkit-animation-delay : 301.8s;
+ animation-delay : 301.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3019) {
+ -webkit-animation-delay : 301.9s;
+ animation-delay : 301.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3020) {
+ -webkit-animation-delay : 302s;
+ animation-delay : 302s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3021) {
+ -webkit-animation-delay : 302.1s;
+ animation-delay : 302.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3022) {
+ -webkit-animation-delay : 302.2s;
+ animation-delay : 302.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3023) {
+ -webkit-animation-delay : 302.3s;
+ animation-delay : 302.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3024) {
+ -webkit-animation-delay : 302.4s;
+ animation-delay : 302.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3025) {
+ -webkit-animation-delay : 302.5s;
+ animation-delay : 302.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3026) {
+ -webkit-animation-delay : 302.6s;
+ animation-delay : 302.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3027) {
+ -webkit-animation-delay : 302.7s;
+ animation-delay : 302.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3028) {
+ -webkit-animation-delay : 302.8s;
+ animation-delay : 302.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3029) {
+ -webkit-animation-delay : 302.9s;
+ animation-delay : 302.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3030) {
+ -webkit-animation-delay : 303s;
+ animation-delay : 303s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3031) {
+ -webkit-animation-delay : 303.1s;
+ animation-delay : 303.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3032) {
+ -webkit-animation-delay : 303.2s;
+ animation-delay : 303.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3033) {
+ -webkit-animation-delay : 303.3s;
+ animation-delay : 303.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3034) {
+ -webkit-animation-delay : 303.4s;
+ animation-delay : 303.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3035) {
+ -webkit-animation-delay : 303.5s;
+ animation-delay : 303.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3036) {
+ -webkit-animation-delay : 303.6s;
+ animation-delay : 303.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3037) {
+ -webkit-animation-delay : 303.7s;
+ animation-delay : 303.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3038) {
+ -webkit-animation-delay : 303.8s;
+ animation-delay : 303.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3039) {
+ -webkit-animation-delay : 303.9s;
+ animation-delay : 303.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3040) {
+ -webkit-animation-delay : 304s;
+ animation-delay : 304s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3041) {
+ -webkit-animation-delay : 304.1s;
+ animation-delay : 304.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3042) {
+ -webkit-animation-delay : 304.2s;
+ animation-delay : 304.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3043) {
+ -webkit-animation-delay : 304.3s;
+ animation-delay : 304.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3044) {
+ -webkit-animation-delay : 304.4s;
+ animation-delay : 304.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3045) {
+ -webkit-animation-delay : 304.5s;
+ animation-delay : 304.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3046) {
+ -webkit-animation-delay : 304.6s;
+ animation-delay : 304.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3047) {
+ -webkit-animation-delay : 304.7s;
+ animation-delay : 304.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3048) {
+ -webkit-animation-delay : 304.8s;
+ animation-delay : 304.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3049) {
+ -webkit-animation-delay : 304.9s;
+ animation-delay : 304.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3050) {
+ -webkit-animation-delay : 305s;
+ animation-delay : 305s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3051) {
+ -webkit-animation-delay : 305.1s;
+ animation-delay : 305.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3052) {
+ -webkit-animation-delay : 305.2s;
+ animation-delay : 305.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3053) {
+ -webkit-animation-delay : 305.3s;
+ animation-delay : 305.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3054) {
+ -webkit-animation-delay : 305.4s;
+ animation-delay : 305.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3055) {
+ -webkit-animation-delay : 305.5s;
+ animation-delay : 305.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3056) {
+ -webkit-animation-delay : 305.6s;
+ animation-delay : 305.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3057) {
+ -webkit-animation-delay : 305.7s;
+ animation-delay : 305.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3058) {
+ -webkit-animation-delay : 305.8s;
+ animation-delay : 305.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3059) {
+ -webkit-animation-delay : 305.9s;
+ animation-delay : 305.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3060) {
+ -webkit-animation-delay : 306s;
+ animation-delay : 306s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3061) {
+ -webkit-animation-delay : 306.1s;
+ animation-delay : 306.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3062) {
+ -webkit-animation-delay : 306.2s;
+ animation-delay : 306.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3063) {
+ -webkit-animation-delay : 306.3s;
+ animation-delay : 306.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3064) {
+ -webkit-animation-delay : 306.4s;
+ animation-delay : 306.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3065) {
+ -webkit-animation-delay : 306.5s;
+ animation-delay : 306.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3066) {
+ -webkit-animation-delay : 306.6s;
+ animation-delay : 306.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3067) {
+ -webkit-animation-delay : 306.7s;
+ animation-delay : 306.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3068) {
+ -webkit-animation-delay : 306.8s;
+ animation-delay : 306.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3069) {
+ -webkit-animation-delay : 306.9s;
+ animation-delay : 306.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3070) {
+ -webkit-animation-delay : 307s;
+ animation-delay : 307s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3071) {
+ -webkit-animation-delay : 307.1s;
+ animation-delay : 307.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3072) {
+ -webkit-animation-delay : 307.2s;
+ animation-delay : 307.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3073) {
+ -webkit-animation-delay : 307.3s;
+ animation-delay : 307.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3074) {
+ -webkit-animation-delay : 307.4s;
+ animation-delay : 307.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3075) {
+ -webkit-animation-delay : 307.5s;
+ animation-delay : 307.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3076) {
+ -webkit-animation-delay : 307.6s;
+ animation-delay : 307.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3077) {
+ -webkit-animation-delay : 307.7s;
+ animation-delay : 307.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3078) {
+ -webkit-animation-delay : 307.8s;
+ animation-delay : 307.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3079) {
+ -webkit-animation-delay : 307.9s;
+ animation-delay : 307.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3080) {
+ -webkit-animation-delay : 308s;
+ animation-delay : 308s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3081) {
+ -webkit-animation-delay : 308.1s;
+ animation-delay : 308.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3082) {
+ -webkit-animation-delay : 308.2s;
+ animation-delay : 308.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3083) {
+ -webkit-animation-delay : 308.3s;
+ animation-delay : 308.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3084) {
+ -webkit-animation-delay : 308.4s;
+ animation-delay : 308.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3085) {
+ -webkit-animation-delay : 308.5s;
+ animation-delay : 308.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3086) {
+ -webkit-animation-delay : 308.6s;
+ animation-delay : 308.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3087) {
+ -webkit-animation-delay : 308.7s;
+ animation-delay : 308.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3088) {
+ -webkit-animation-delay : 308.8s;
+ animation-delay : 308.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3089) {
+ -webkit-animation-delay : 308.9s;
+ animation-delay : 308.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3090) {
+ -webkit-animation-delay : 309s;
+ animation-delay : 309s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3091) {
+ -webkit-animation-delay : 309.1s;
+ animation-delay : 309.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3092) {
+ -webkit-animation-delay : 309.2s;
+ animation-delay : 309.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3093) {
+ -webkit-animation-delay : 309.3s;
+ animation-delay : 309.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3094) {
+ -webkit-animation-delay : 309.4s;
+ animation-delay : 309.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3095) {
+ -webkit-animation-delay : 309.5s;
+ animation-delay : 309.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3096) {
+ -webkit-animation-delay : 309.6s;
+ animation-delay : 309.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3097) {
+ -webkit-animation-delay : 309.7s;
+ animation-delay : 309.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3098) {
+ -webkit-animation-delay : 309.8s;
+ animation-delay : 309.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3099) {
+ -webkit-animation-delay : 309.9s;
+ animation-delay : 309.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3100) {
+ -webkit-animation-delay : 310s;
+ animation-delay : 310s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3101) {
+ -webkit-animation-delay : 310.1s;
+ animation-delay : 310.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3102) {
+ -webkit-animation-delay : 310.2s;
+ animation-delay : 310.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3103) {
+ -webkit-animation-delay : 310.3s;
+ animation-delay : 310.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3104) {
+ -webkit-animation-delay : 310.4s;
+ animation-delay : 310.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3105) {
+ -webkit-animation-delay : 310.5s;
+ animation-delay : 310.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3106) {
+ -webkit-animation-delay : 310.6s;
+ animation-delay : 310.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3107) {
+ -webkit-animation-delay : 310.7s;
+ animation-delay : 310.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3108) {
+ -webkit-animation-delay : 310.8s;
+ animation-delay : 310.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3109) {
+ -webkit-animation-delay : 310.9s;
+ animation-delay : 310.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3110) {
+ -webkit-animation-delay : 311s;
+ animation-delay : 311s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3111) {
+ -webkit-animation-delay : 311.1s;
+ animation-delay : 311.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3112) {
+ -webkit-animation-delay : 311.2s;
+ animation-delay : 311.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3113) {
+ -webkit-animation-delay : 311.3s;
+ animation-delay : 311.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3114) {
+ -webkit-animation-delay : 311.4s;
+ animation-delay : 311.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3115) {
+ -webkit-animation-delay : 311.5s;
+ animation-delay : 311.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3116) {
+ -webkit-animation-delay : 311.6s;
+ animation-delay : 311.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3117) {
+ -webkit-animation-delay : 311.7s;
+ animation-delay : 311.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3118) {
+ -webkit-animation-delay : 311.8s;
+ animation-delay : 311.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3119) {
+ -webkit-animation-delay : 311.9s;
+ animation-delay : 311.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3120) {
+ -webkit-animation-delay : 312s;
+ animation-delay : 312s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3121) {
+ -webkit-animation-delay : 312.1s;
+ animation-delay : 312.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3122) {
+ -webkit-animation-delay : 312.2s;
+ animation-delay : 312.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3123) {
+ -webkit-animation-delay : 312.3s;
+ animation-delay : 312.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3124) {
+ -webkit-animation-delay : 312.4s;
+ animation-delay : 312.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3125) {
+ -webkit-animation-delay : 312.5s;
+ animation-delay : 312.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3126) {
+ -webkit-animation-delay : 312.6s;
+ animation-delay : 312.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3127) {
+ -webkit-animation-delay : 312.7s;
+ animation-delay : 312.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3128) {
+ -webkit-animation-delay : 312.8s;
+ animation-delay : 312.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3129) {
+ -webkit-animation-delay : 312.9s;
+ animation-delay : 312.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3130) {
+ -webkit-animation-delay : 313s;
+ animation-delay : 313s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3131) {
+ -webkit-animation-delay : 313.1s;
+ animation-delay : 313.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3132) {
+ -webkit-animation-delay : 313.2s;
+ animation-delay : 313.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3133) {
+ -webkit-animation-delay : 313.3s;
+ animation-delay : 313.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3134) {
+ -webkit-animation-delay : 313.4s;
+ animation-delay : 313.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3135) {
+ -webkit-animation-delay : 313.5s;
+ animation-delay : 313.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3136) {
+ -webkit-animation-delay : 313.6s;
+ animation-delay : 313.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3137) {
+ -webkit-animation-delay : 313.7s;
+ animation-delay : 313.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3138) {
+ -webkit-animation-delay : 313.8s;
+ animation-delay : 313.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3139) {
+ -webkit-animation-delay : 313.9s;
+ animation-delay : 313.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3140) {
+ -webkit-animation-delay : 314s;
+ animation-delay : 314s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3141) {
+ -webkit-animation-delay : 314.1s;
+ animation-delay : 314.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3142) {
+ -webkit-animation-delay : 314.2s;
+ animation-delay : 314.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3143) {
+ -webkit-animation-delay : 314.3s;
+ animation-delay : 314.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3144) {
+ -webkit-animation-delay : 314.4s;
+ animation-delay : 314.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3145) {
+ -webkit-animation-delay : 314.5s;
+ animation-delay : 314.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3146) {
+ -webkit-animation-delay : 314.6s;
+ animation-delay : 314.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3147) {
+ -webkit-animation-delay : 314.7s;
+ animation-delay : 314.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3148) {
+ -webkit-animation-delay : 314.8s;
+ animation-delay : 314.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3149) {
+ -webkit-animation-delay : 314.9s;
+ animation-delay : 314.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3150) {
+ -webkit-animation-delay : 315s;
+ animation-delay : 315s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3151) {
+ -webkit-animation-delay : 315.1s;
+ animation-delay : 315.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3152) {
+ -webkit-animation-delay : 315.2s;
+ animation-delay : 315.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3153) {
+ -webkit-animation-delay : 315.3s;
+ animation-delay : 315.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3154) {
+ -webkit-animation-delay : 315.4s;
+ animation-delay : 315.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3155) {
+ -webkit-animation-delay : 315.5s;
+ animation-delay : 315.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3156) {
+ -webkit-animation-delay : 315.6s;
+ animation-delay : 315.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3157) {
+ -webkit-animation-delay : 315.7s;
+ animation-delay : 315.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3158) {
+ -webkit-animation-delay : 315.8s;
+ animation-delay : 315.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3159) {
+ -webkit-animation-delay : 315.9s;
+ animation-delay : 315.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3160) {
+ -webkit-animation-delay : 316s;
+ animation-delay : 316s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3161) {
+ -webkit-animation-delay : 316.1s;
+ animation-delay : 316.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3162) {
+ -webkit-animation-delay : 316.2s;
+ animation-delay : 316.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3163) {
+ -webkit-animation-delay : 316.3s;
+ animation-delay : 316.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3164) {
+ -webkit-animation-delay : 316.4s;
+ animation-delay : 316.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3165) {
+ -webkit-animation-delay : 316.5s;
+ animation-delay : 316.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3166) {
+ -webkit-animation-delay : 316.6s;
+ animation-delay : 316.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3167) {
+ -webkit-animation-delay : 316.7s;
+ animation-delay : 316.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3168) {
+ -webkit-animation-delay : 316.8s;
+ animation-delay : 316.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3169) {
+ -webkit-animation-delay : 316.9s;
+ animation-delay : 316.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3170) {
+ -webkit-animation-delay : 317s;
+ animation-delay : 317s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3171) {
+ -webkit-animation-delay : 317.1s;
+ animation-delay : 317.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3172) {
+ -webkit-animation-delay : 317.2s;
+ animation-delay : 317.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3173) {
+ -webkit-animation-delay : 317.3s;
+ animation-delay : 317.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3174) {
+ -webkit-animation-delay : 317.4s;
+ animation-delay : 317.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3175) {
+ -webkit-animation-delay : 317.5s;
+ animation-delay : 317.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3176) {
+ -webkit-animation-delay : 317.6s;
+ animation-delay : 317.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3177) {
+ -webkit-animation-delay : 317.7s;
+ animation-delay : 317.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3178) {
+ -webkit-animation-delay : 317.8s;
+ animation-delay : 317.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3179) {
+ -webkit-animation-delay : 317.9s;
+ animation-delay : 317.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3180) {
+ -webkit-animation-delay : 318s;
+ animation-delay : 318s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3181) {
+ -webkit-animation-delay : 318.1s;
+ animation-delay : 318.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3182) {
+ -webkit-animation-delay : 318.2s;
+ animation-delay : 318.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3183) {
+ -webkit-animation-delay : 318.3s;
+ animation-delay : 318.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3184) {
+ -webkit-animation-delay : 318.4s;
+ animation-delay : 318.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3185) {
+ -webkit-animation-delay : 318.5s;
+ animation-delay : 318.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3186) {
+ -webkit-animation-delay : 318.6s;
+ animation-delay : 318.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3187) {
+ -webkit-animation-delay : 318.7s;
+ animation-delay : 318.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3188) {
+ -webkit-animation-delay : 318.8s;
+ animation-delay : 318.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3189) {
+ -webkit-animation-delay : 318.9s;
+ animation-delay : 318.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3190) {
+ -webkit-animation-delay : 319s;
+ animation-delay : 319s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3191) {
+ -webkit-animation-delay : 319.1s;
+ animation-delay : 319.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3192) {
+ -webkit-animation-delay : 319.2s;
+ animation-delay : 319.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3193) {
+ -webkit-animation-delay : 319.3s;
+ animation-delay : 319.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3194) {
+ -webkit-animation-delay : 319.4s;
+ animation-delay : 319.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3195) {
+ -webkit-animation-delay : 319.5s;
+ animation-delay : 319.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3196) {
+ -webkit-animation-delay : 319.6s;
+ animation-delay : 319.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3197) {
+ -webkit-animation-delay : 319.7s;
+ animation-delay : 319.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3198) {
+ -webkit-animation-delay : 319.8s;
+ animation-delay : 319.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3199) {
+ -webkit-animation-delay : 319.9s;
+ animation-delay : 319.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3200) {
+ -webkit-animation-delay : 320s;
+ animation-delay : 320s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3201) {
+ -webkit-animation-delay : 320.1s;
+ animation-delay : 320.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3202) {
+ -webkit-animation-delay : 320.2s;
+ animation-delay : 320.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3203) {
+ -webkit-animation-delay : 320.3s;
+ animation-delay : 320.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3204) {
+ -webkit-animation-delay : 320.4s;
+ animation-delay : 320.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3205) {
+ -webkit-animation-delay : 320.5s;
+ animation-delay : 320.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3206) {
+ -webkit-animation-delay : 320.6s;
+ animation-delay : 320.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3207) {
+ -webkit-animation-delay : 320.7s;
+ animation-delay : 320.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3208) {
+ -webkit-animation-delay : 320.8s;
+ animation-delay : 320.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3209) {
+ -webkit-animation-delay : 320.9s;
+ animation-delay : 320.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3210) {
+ -webkit-animation-delay : 321s;
+ animation-delay : 321s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3211) {
+ -webkit-animation-delay : 321.1s;
+ animation-delay : 321.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3212) {
+ -webkit-animation-delay : 321.2s;
+ animation-delay : 321.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3213) {
+ -webkit-animation-delay : 321.3s;
+ animation-delay : 321.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3214) {
+ -webkit-animation-delay : 321.4s;
+ animation-delay : 321.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3215) {
+ -webkit-animation-delay : 321.5s;
+ animation-delay : 321.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3216) {
+ -webkit-animation-delay : 321.6s;
+ animation-delay : 321.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3217) {
+ -webkit-animation-delay : 321.7s;
+ animation-delay : 321.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3218) {
+ -webkit-animation-delay : 321.8s;
+ animation-delay : 321.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3219) {
+ -webkit-animation-delay : 321.9s;
+ animation-delay : 321.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3220) {
+ -webkit-animation-delay : 322s;
+ animation-delay : 322s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3221) {
+ -webkit-animation-delay : 322.1s;
+ animation-delay : 322.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3222) {
+ -webkit-animation-delay : 322.2s;
+ animation-delay : 322.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3223) {
+ -webkit-animation-delay : 322.3s;
+ animation-delay : 322.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3224) {
+ -webkit-animation-delay : 322.4s;
+ animation-delay : 322.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3225) {
+ -webkit-animation-delay : 322.5s;
+ animation-delay : 322.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3226) {
+ -webkit-animation-delay : 322.6s;
+ animation-delay : 322.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3227) {
+ -webkit-animation-delay : 322.7s;
+ animation-delay : 322.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3228) {
+ -webkit-animation-delay : 322.8s;
+ animation-delay : 322.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3229) {
+ -webkit-animation-delay : 322.9s;
+ animation-delay : 322.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3230) {
+ -webkit-animation-delay : 323s;
+ animation-delay : 323s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3231) {
+ -webkit-animation-delay : 323.1s;
+ animation-delay : 323.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3232) {
+ -webkit-animation-delay : 323.2s;
+ animation-delay : 323.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3233) {
+ -webkit-animation-delay : 323.3s;
+ animation-delay : 323.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3234) {
+ -webkit-animation-delay : 323.4s;
+ animation-delay : 323.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3235) {
+ -webkit-animation-delay : 323.5s;
+ animation-delay : 323.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3236) {
+ -webkit-animation-delay : 323.6s;
+ animation-delay : 323.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3237) {
+ -webkit-animation-delay : 323.7s;
+ animation-delay : 323.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3238) {
+ -webkit-animation-delay : 323.8s;
+ animation-delay : 323.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3239) {
+ -webkit-animation-delay : 323.9s;
+ animation-delay : 323.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3240) {
+ -webkit-animation-delay : 324s;
+ animation-delay : 324s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3241) {
+ -webkit-animation-delay : 324.1s;
+ animation-delay : 324.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3242) {
+ -webkit-animation-delay : 324.2s;
+ animation-delay : 324.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3243) {
+ -webkit-animation-delay : 324.3s;
+ animation-delay : 324.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3244) {
+ -webkit-animation-delay : 324.4s;
+ animation-delay : 324.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3245) {
+ -webkit-animation-delay : 324.5s;
+ animation-delay : 324.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3246) {
+ -webkit-animation-delay : 324.6s;
+ animation-delay : 324.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3247) {
+ -webkit-animation-delay : 324.7s;
+ animation-delay : 324.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3248) {
+ -webkit-animation-delay : 324.8s;
+ animation-delay : 324.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3249) {
+ -webkit-animation-delay : 324.9s;
+ animation-delay : 324.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3250) {
+ -webkit-animation-delay : 325s;
+ animation-delay : 325s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3251) {
+ -webkit-animation-delay : 325.1s;
+ animation-delay : 325.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3252) {
+ -webkit-animation-delay : 325.2s;
+ animation-delay : 325.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3253) {
+ -webkit-animation-delay : 325.3s;
+ animation-delay : 325.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3254) {
+ -webkit-animation-delay : 325.4s;
+ animation-delay : 325.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3255) {
+ -webkit-animation-delay : 325.5s;
+ animation-delay : 325.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3256) {
+ -webkit-animation-delay : 325.6s;
+ animation-delay : 325.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3257) {
+ -webkit-animation-delay : 325.7s;
+ animation-delay : 325.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3258) {
+ -webkit-animation-delay : 325.8s;
+ animation-delay : 325.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3259) {
+ -webkit-animation-delay : 325.9s;
+ animation-delay : 325.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3260) {
+ -webkit-animation-delay : 326s;
+ animation-delay : 326s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3261) {
+ -webkit-animation-delay : 326.1s;
+ animation-delay : 326.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3262) {
+ -webkit-animation-delay : 326.2s;
+ animation-delay : 326.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3263) {
+ -webkit-animation-delay : 326.3s;
+ animation-delay : 326.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3264) {
+ -webkit-animation-delay : 326.4s;
+ animation-delay : 326.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3265) {
+ -webkit-animation-delay : 326.5s;
+ animation-delay : 326.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3266) {
+ -webkit-animation-delay : 326.6s;
+ animation-delay : 326.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3267) {
+ -webkit-animation-delay : 326.7s;
+ animation-delay : 326.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3268) {
+ -webkit-animation-delay : 326.8s;
+ animation-delay : 326.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3269) {
+ -webkit-animation-delay : 326.9s;
+ animation-delay : 326.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3270) {
+ -webkit-animation-delay : 327s;
+ animation-delay : 327s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3271) {
+ -webkit-animation-delay : 327.1s;
+ animation-delay : 327.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3272) {
+ -webkit-animation-delay : 327.2s;
+ animation-delay : 327.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3273) {
+ -webkit-animation-delay : 327.3s;
+ animation-delay : 327.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3274) {
+ -webkit-animation-delay : 327.4s;
+ animation-delay : 327.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3275) {
+ -webkit-animation-delay : 327.5s;
+ animation-delay : 327.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3276) {
+ -webkit-animation-delay : 327.6s;
+ animation-delay : 327.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3277) {
+ -webkit-animation-delay : 327.7s;
+ animation-delay : 327.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3278) {
+ -webkit-animation-delay : 327.8s;
+ animation-delay : 327.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3279) {
+ -webkit-animation-delay : 327.9s;
+ animation-delay : 327.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3280) {
+ -webkit-animation-delay : 328s;
+ animation-delay : 328s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3281) {
+ -webkit-animation-delay : 328.1s;
+ animation-delay : 328.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3282) {
+ -webkit-animation-delay : 328.2s;
+ animation-delay : 328.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3283) {
+ -webkit-animation-delay : 328.3s;
+ animation-delay : 328.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3284) {
+ -webkit-animation-delay : 328.4s;
+ animation-delay : 328.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3285) {
+ -webkit-animation-delay : 328.5s;
+ animation-delay : 328.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3286) {
+ -webkit-animation-delay : 328.6s;
+ animation-delay : 328.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3287) {
+ -webkit-animation-delay : 328.7s;
+ animation-delay : 328.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3288) {
+ -webkit-animation-delay : 328.8s;
+ animation-delay : 328.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3289) {
+ -webkit-animation-delay : 328.9s;
+ animation-delay : 328.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3290) {
+ -webkit-animation-delay : 329s;
+ animation-delay : 329s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3291) {
+ -webkit-animation-delay : 329.1s;
+ animation-delay : 329.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3292) {
+ -webkit-animation-delay : 329.2s;
+ animation-delay : 329.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3293) {
+ -webkit-animation-delay : 329.3s;
+ animation-delay : 329.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3294) {
+ -webkit-animation-delay : 329.4s;
+ animation-delay : 329.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3295) {
+ -webkit-animation-delay : 329.5s;
+ animation-delay : 329.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3296) {
+ -webkit-animation-delay : 329.6s;
+ animation-delay : 329.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3297) {
+ -webkit-animation-delay : 329.7s;
+ animation-delay : 329.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3298) {
+ -webkit-animation-delay : 329.8s;
+ animation-delay : 329.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3299) {
+ -webkit-animation-delay : 329.9s;
+ animation-delay : 329.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3300) {
+ -webkit-animation-delay : 330s;
+ animation-delay : 330s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3301) {
+ -webkit-animation-delay : 330.1s;
+ animation-delay : 330.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3302) {
+ -webkit-animation-delay : 330.2s;
+ animation-delay : 330.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3303) {
+ -webkit-animation-delay : 330.3s;
+ animation-delay : 330.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3304) {
+ -webkit-animation-delay : 330.4s;
+ animation-delay : 330.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3305) {
+ -webkit-animation-delay : 330.5s;
+ animation-delay : 330.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3306) {
+ -webkit-animation-delay : 330.6s;
+ animation-delay : 330.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3307) {
+ -webkit-animation-delay : 330.7s;
+ animation-delay : 330.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3308) {
+ -webkit-animation-delay : 330.8s;
+ animation-delay : 330.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3309) {
+ -webkit-animation-delay : 330.9s;
+ animation-delay : 330.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3310) {
+ -webkit-animation-delay : 331s;
+ animation-delay : 331s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3311) {
+ -webkit-animation-delay : 331.1s;
+ animation-delay : 331.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3312) {
+ -webkit-animation-delay : 331.2s;
+ animation-delay : 331.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3313) {
+ -webkit-animation-delay : 331.3s;
+ animation-delay : 331.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3314) {
+ -webkit-animation-delay : 331.4s;
+ animation-delay : 331.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3315) {
+ -webkit-animation-delay : 331.5s;
+ animation-delay : 331.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3316) {
+ -webkit-animation-delay : 331.6s;
+ animation-delay : 331.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3317) {
+ -webkit-animation-delay : 331.7s;
+ animation-delay : 331.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3318) {
+ -webkit-animation-delay : 331.8s;
+ animation-delay : 331.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3319) {
+ -webkit-animation-delay : 331.9s;
+ animation-delay : 331.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3320) {
+ -webkit-animation-delay : 332s;
+ animation-delay : 332s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3321) {
+ -webkit-animation-delay : 332.1s;
+ animation-delay : 332.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3322) {
+ -webkit-animation-delay : 332.2s;
+ animation-delay : 332.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3323) {
+ -webkit-animation-delay : 332.3s;
+ animation-delay : 332.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3324) {
+ -webkit-animation-delay : 332.4s;
+ animation-delay : 332.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3325) {
+ -webkit-animation-delay : 332.5s;
+ animation-delay : 332.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3326) {
+ -webkit-animation-delay : 332.6s;
+ animation-delay : 332.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3327) {
+ -webkit-animation-delay : 332.7s;
+ animation-delay : 332.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3328) {
+ -webkit-animation-delay : 332.8s;
+ animation-delay : 332.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3329) {
+ -webkit-animation-delay : 332.9s;
+ animation-delay : 332.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3330) {
+ -webkit-animation-delay : 333s;
+ animation-delay : 333s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3331) {
+ -webkit-animation-delay : 333.1s;
+ animation-delay : 333.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3332) {
+ -webkit-animation-delay : 333.2s;
+ animation-delay : 333.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3333) {
+ -webkit-animation-delay : 333.3s;
+ animation-delay : 333.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3334) {
+ -webkit-animation-delay : 333.4s;
+ animation-delay : 333.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3335) {
+ -webkit-animation-delay : 333.5s;
+ animation-delay : 333.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3336) {
+ -webkit-animation-delay : 333.6s;
+ animation-delay : 333.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3337) {
+ -webkit-animation-delay : 333.7s;
+ animation-delay : 333.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3338) {
+ -webkit-animation-delay : 333.8s;
+ animation-delay : 333.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3339) {
+ -webkit-animation-delay : 333.9s;
+ animation-delay : 333.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3340) {
+ -webkit-animation-delay : 334s;
+ animation-delay : 334s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3341) {
+ -webkit-animation-delay : 334.1s;
+ animation-delay : 334.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3342) {
+ -webkit-animation-delay : 334.2s;
+ animation-delay : 334.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3343) {
+ -webkit-animation-delay : 334.3s;
+ animation-delay : 334.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3344) {
+ -webkit-animation-delay : 334.4s;
+ animation-delay : 334.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3345) {
+ -webkit-animation-delay : 334.5s;
+ animation-delay : 334.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3346) {
+ -webkit-animation-delay : 334.6s;
+ animation-delay : 334.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3347) {
+ -webkit-animation-delay : 334.7s;
+ animation-delay : 334.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3348) {
+ -webkit-animation-delay : 334.8s;
+ animation-delay : 334.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3349) {
+ -webkit-animation-delay : 334.9s;
+ animation-delay : 334.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3350) {
+ -webkit-animation-delay : 335s;
+ animation-delay : 335s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3351) {
+ -webkit-animation-delay : 335.1s;
+ animation-delay : 335.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3352) {
+ -webkit-animation-delay : 335.2s;
+ animation-delay : 335.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3353) {
+ -webkit-animation-delay : 335.3s;
+ animation-delay : 335.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3354) {
+ -webkit-animation-delay : 335.4s;
+ animation-delay : 335.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3355) {
+ -webkit-animation-delay : 335.5s;
+ animation-delay : 335.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3356) {
+ -webkit-animation-delay : 335.6s;
+ animation-delay : 335.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3357) {
+ -webkit-animation-delay : 335.7s;
+ animation-delay : 335.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3358) {
+ -webkit-animation-delay : 335.8s;
+ animation-delay : 335.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3359) {
+ -webkit-animation-delay : 335.9s;
+ animation-delay : 335.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3360) {
+ -webkit-animation-delay : 336s;
+ animation-delay : 336s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3361) {
+ -webkit-animation-delay : 336.1s;
+ animation-delay : 336.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3362) {
+ -webkit-animation-delay : 336.2s;
+ animation-delay : 336.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3363) {
+ -webkit-animation-delay : 336.3s;
+ animation-delay : 336.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3364) {
+ -webkit-animation-delay : 336.4s;
+ animation-delay : 336.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3365) {
+ -webkit-animation-delay : 336.5s;
+ animation-delay : 336.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3366) {
+ -webkit-animation-delay : 336.6s;
+ animation-delay : 336.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3367) {
+ -webkit-animation-delay : 336.7s;
+ animation-delay : 336.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3368) {
+ -webkit-animation-delay : 336.8s;
+ animation-delay : 336.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3369) {
+ -webkit-animation-delay : 336.9s;
+ animation-delay : 336.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3370) {
+ -webkit-animation-delay : 337s;
+ animation-delay : 337s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3371) {
+ -webkit-animation-delay : 337.1s;
+ animation-delay : 337.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3372) {
+ -webkit-animation-delay : 337.2s;
+ animation-delay : 337.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3373) {
+ -webkit-animation-delay : 337.3s;
+ animation-delay : 337.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3374) {
+ -webkit-animation-delay : 337.4s;
+ animation-delay : 337.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3375) {
+ -webkit-animation-delay : 337.5s;
+ animation-delay : 337.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3376) {
+ -webkit-animation-delay : 337.6s;
+ animation-delay : 337.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3377) {
+ -webkit-animation-delay : 337.7s;
+ animation-delay : 337.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3378) {
+ -webkit-animation-delay : 337.8s;
+ animation-delay : 337.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3379) {
+ -webkit-animation-delay : 337.9s;
+ animation-delay : 337.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3380) {
+ -webkit-animation-delay : 338s;
+ animation-delay : 338s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3381) {
+ -webkit-animation-delay : 338.1s;
+ animation-delay : 338.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3382) {
+ -webkit-animation-delay : 338.2s;
+ animation-delay : 338.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3383) {
+ -webkit-animation-delay : 338.3s;
+ animation-delay : 338.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3384) {
+ -webkit-animation-delay : 338.4s;
+ animation-delay : 338.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3385) {
+ -webkit-animation-delay : 338.5s;
+ animation-delay : 338.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3386) {
+ -webkit-animation-delay : 338.6s;
+ animation-delay : 338.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3387) {
+ -webkit-animation-delay : 338.7s;
+ animation-delay : 338.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3388) {
+ -webkit-animation-delay : 338.8s;
+ animation-delay : 338.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3389) {
+ -webkit-animation-delay : 338.9s;
+ animation-delay : 338.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3390) {
+ -webkit-animation-delay : 339s;
+ animation-delay : 339s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3391) {
+ -webkit-animation-delay : 339.1s;
+ animation-delay : 339.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3392) {
+ -webkit-animation-delay : 339.2s;
+ animation-delay : 339.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3393) {
+ -webkit-animation-delay : 339.3s;
+ animation-delay : 339.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3394) {
+ -webkit-animation-delay : 339.4s;
+ animation-delay : 339.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3395) {
+ -webkit-animation-delay : 339.5s;
+ animation-delay : 339.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3396) {
+ -webkit-animation-delay : 339.6s;
+ animation-delay : 339.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3397) {
+ -webkit-animation-delay : 339.7s;
+ animation-delay : 339.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3398) {
+ -webkit-animation-delay : 339.8s;
+ animation-delay : 339.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3399) {
+ -webkit-animation-delay : 339.9s;
+ animation-delay : 339.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3400) {
+ -webkit-animation-delay : 340s;
+ animation-delay : 340s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3401) {
+ -webkit-animation-delay : 340.1s;
+ animation-delay : 340.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3402) {
+ -webkit-animation-delay : 340.2s;
+ animation-delay : 340.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3403) {
+ -webkit-animation-delay : 340.3s;
+ animation-delay : 340.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3404) {
+ -webkit-animation-delay : 340.4s;
+ animation-delay : 340.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3405) {
+ -webkit-animation-delay : 340.5s;
+ animation-delay : 340.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3406) {
+ -webkit-animation-delay : 340.6s;
+ animation-delay : 340.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3407) {
+ -webkit-animation-delay : 340.7s;
+ animation-delay : 340.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3408) {
+ -webkit-animation-delay : 340.8s;
+ animation-delay : 340.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3409) {
+ -webkit-animation-delay : 340.9s;
+ animation-delay : 340.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3410) {
+ -webkit-animation-delay : 341s;
+ animation-delay : 341s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3411) {
+ -webkit-animation-delay : 341.1s;
+ animation-delay : 341.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3412) {
+ -webkit-animation-delay : 341.2s;
+ animation-delay : 341.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3413) {
+ -webkit-animation-delay : 341.3s;
+ animation-delay : 341.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3414) {
+ -webkit-animation-delay : 341.4s;
+ animation-delay : 341.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3415) {
+ -webkit-animation-delay : 341.5s;
+ animation-delay : 341.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3416) {
+ -webkit-animation-delay : 341.6s;
+ animation-delay : 341.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3417) {
+ -webkit-animation-delay : 341.7s;
+ animation-delay : 341.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3418) {
+ -webkit-animation-delay : 341.8s;
+ animation-delay : 341.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3419) {
+ -webkit-animation-delay : 341.9s;
+ animation-delay : 341.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3420) {
+ -webkit-animation-delay : 342s;
+ animation-delay : 342s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3421) {
+ -webkit-animation-delay : 342.1s;
+ animation-delay : 342.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3422) {
+ -webkit-animation-delay : 342.2s;
+ animation-delay : 342.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3423) {
+ -webkit-animation-delay : 342.3s;
+ animation-delay : 342.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3424) {
+ -webkit-animation-delay : 342.4s;
+ animation-delay : 342.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3425) {
+ -webkit-animation-delay : 342.5s;
+ animation-delay : 342.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3426) {
+ -webkit-animation-delay : 342.6s;
+ animation-delay : 342.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3427) {
+ -webkit-animation-delay : 342.7s;
+ animation-delay : 342.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3428) {
+ -webkit-animation-delay : 342.8s;
+ animation-delay : 342.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3429) {
+ -webkit-animation-delay : 342.9s;
+ animation-delay : 342.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3430) {
+ -webkit-animation-delay : 343s;
+ animation-delay : 343s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3431) {
+ -webkit-animation-delay : 343.1s;
+ animation-delay : 343.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3432) {
+ -webkit-animation-delay : 343.2s;
+ animation-delay : 343.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3433) {
+ -webkit-animation-delay : 343.3s;
+ animation-delay : 343.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3434) {
+ -webkit-animation-delay : 343.4s;
+ animation-delay : 343.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3435) {
+ -webkit-animation-delay : 343.5s;
+ animation-delay : 343.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3436) {
+ -webkit-animation-delay : 343.6s;
+ animation-delay : 343.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3437) {
+ -webkit-animation-delay : 343.7s;
+ animation-delay : 343.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3438) {
+ -webkit-animation-delay : 343.8s;
+ animation-delay : 343.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3439) {
+ -webkit-animation-delay : 343.9s;
+ animation-delay : 343.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3440) {
+ -webkit-animation-delay : 344s;
+ animation-delay : 344s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3441) {
+ -webkit-animation-delay : 344.1s;
+ animation-delay : 344.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3442) {
+ -webkit-animation-delay : 344.2s;
+ animation-delay : 344.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3443) {
+ -webkit-animation-delay : 344.3s;
+ animation-delay : 344.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3444) {
+ -webkit-animation-delay : 344.4s;
+ animation-delay : 344.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3445) {
+ -webkit-animation-delay : 344.5s;
+ animation-delay : 344.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3446) {
+ -webkit-animation-delay : 344.6s;
+ animation-delay : 344.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3447) {
+ -webkit-animation-delay : 344.7s;
+ animation-delay : 344.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3448) {
+ -webkit-animation-delay : 344.8s;
+ animation-delay : 344.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3449) {
+ -webkit-animation-delay : 344.9s;
+ animation-delay : 344.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3450) {
+ -webkit-animation-delay : 345s;
+ animation-delay : 345s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3451) {
+ -webkit-animation-delay : 345.1s;
+ animation-delay : 345.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3452) {
+ -webkit-animation-delay : 345.2s;
+ animation-delay : 345.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3453) {
+ -webkit-animation-delay : 345.3s;
+ animation-delay : 345.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3454) {
+ -webkit-animation-delay : 345.4s;
+ animation-delay : 345.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3455) {
+ -webkit-animation-delay : 345.5s;
+ animation-delay : 345.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3456) {
+ -webkit-animation-delay : 345.6s;
+ animation-delay : 345.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3457) {
+ -webkit-animation-delay : 345.7s;
+ animation-delay : 345.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3458) {
+ -webkit-animation-delay : 345.8s;
+ animation-delay : 345.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3459) {
+ -webkit-animation-delay : 345.9s;
+ animation-delay : 345.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3460) {
+ -webkit-animation-delay : 346s;
+ animation-delay : 346s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3461) {
+ -webkit-animation-delay : 346.1s;
+ animation-delay : 346.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3462) {
+ -webkit-animation-delay : 346.2s;
+ animation-delay : 346.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3463) {
+ -webkit-animation-delay : 346.3s;
+ animation-delay : 346.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3464) {
+ -webkit-animation-delay : 346.4s;
+ animation-delay : 346.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3465) {
+ -webkit-animation-delay : 346.5s;
+ animation-delay : 346.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3466) {
+ -webkit-animation-delay : 346.6s;
+ animation-delay : 346.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3467) {
+ -webkit-animation-delay : 346.7s;
+ animation-delay : 346.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3468) {
+ -webkit-animation-delay : 346.8s;
+ animation-delay : 346.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3469) {
+ -webkit-animation-delay : 346.9s;
+ animation-delay : 346.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3470) {
+ -webkit-animation-delay : 347s;
+ animation-delay : 347s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3471) {
+ -webkit-animation-delay : 347.1s;
+ animation-delay : 347.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3472) {
+ -webkit-animation-delay : 347.2s;
+ animation-delay : 347.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3473) {
+ -webkit-animation-delay : 347.3s;
+ animation-delay : 347.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3474) {
+ -webkit-animation-delay : 347.4s;
+ animation-delay : 347.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3475) {
+ -webkit-animation-delay : 347.5s;
+ animation-delay : 347.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3476) {
+ -webkit-animation-delay : 347.6s;
+ animation-delay : 347.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3477) {
+ -webkit-animation-delay : 347.7s;
+ animation-delay : 347.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3478) {
+ -webkit-animation-delay : 347.8s;
+ animation-delay : 347.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3479) {
+ -webkit-animation-delay : 347.9s;
+ animation-delay : 347.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3480) {
+ -webkit-animation-delay : 348s;
+ animation-delay : 348s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3481) {
+ -webkit-animation-delay : 348.1s;
+ animation-delay : 348.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3482) {
+ -webkit-animation-delay : 348.2s;
+ animation-delay : 348.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3483) {
+ -webkit-animation-delay : 348.3s;
+ animation-delay : 348.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3484) {
+ -webkit-animation-delay : 348.4s;
+ animation-delay : 348.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3485) {
+ -webkit-animation-delay : 348.5s;
+ animation-delay : 348.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3486) {
+ -webkit-animation-delay : 348.6s;
+ animation-delay : 348.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3487) {
+ -webkit-animation-delay : 348.7s;
+ animation-delay : 348.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3488) {
+ -webkit-animation-delay : 348.8s;
+ animation-delay : 348.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3489) {
+ -webkit-animation-delay : 348.9s;
+ animation-delay : 348.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3490) {
+ -webkit-animation-delay : 349s;
+ animation-delay : 349s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3491) {
+ -webkit-animation-delay : 349.1s;
+ animation-delay : 349.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3492) {
+ -webkit-animation-delay : 349.2s;
+ animation-delay : 349.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3493) {
+ -webkit-animation-delay : 349.3s;
+ animation-delay : 349.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3494) {
+ -webkit-animation-delay : 349.4s;
+ animation-delay : 349.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3495) {
+ -webkit-animation-delay : 349.5s;
+ animation-delay : 349.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3496) {
+ -webkit-animation-delay : 349.6s;
+ animation-delay : 349.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3497) {
+ -webkit-animation-delay : 349.7s;
+ animation-delay : 349.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3498) {
+ -webkit-animation-delay : 349.8s;
+ animation-delay : 349.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3499) {
+ -webkit-animation-delay : 349.9s;
+ animation-delay : 349.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3500) {
+ -webkit-animation-delay : 350s;
+ animation-delay : 350s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3501) {
+ -webkit-animation-delay : 350.1s;
+ animation-delay : 350.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3502) {
+ -webkit-animation-delay : 350.2s;
+ animation-delay : 350.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3503) {
+ -webkit-animation-delay : 350.3s;
+ animation-delay : 350.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3504) {
+ -webkit-animation-delay : 350.4s;
+ animation-delay : 350.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3505) {
+ -webkit-animation-delay : 350.5s;
+ animation-delay : 350.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3506) {
+ -webkit-animation-delay : 350.6s;
+ animation-delay : 350.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3507) {
+ -webkit-animation-delay : 350.7s;
+ animation-delay : 350.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3508) {
+ -webkit-animation-delay : 350.8s;
+ animation-delay : 350.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3509) {
+ -webkit-animation-delay : 350.9s;
+ animation-delay : 350.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3510) {
+ -webkit-animation-delay : 351s;
+ animation-delay : 351s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3511) {
+ -webkit-animation-delay : 351.1s;
+ animation-delay : 351.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3512) {
+ -webkit-animation-delay : 351.2s;
+ animation-delay : 351.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3513) {
+ -webkit-animation-delay : 351.3s;
+ animation-delay : 351.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3514) {
+ -webkit-animation-delay : 351.4s;
+ animation-delay : 351.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3515) {
+ -webkit-animation-delay : 351.5s;
+ animation-delay : 351.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3516) {
+ -webkit-animation-delay : 351.6s;
+ animation-delay : 351.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3517) {
+ -webkit-animation-delay : 351.7s;
+ animation-delay : 351.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3518) {
+ -webkit-animation-delay : 351.8s;
+ animation-delay : 351.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3519) {
+ -webkit-animation-delay : 351.9s;
+ animation-delay : 351.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3520) {
+ -webkit-animation-delay : 352s;
+ animation-delay : 352s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3521) {
+ -webkit-animation-delay : 352.1s;
+ animation-delay : 352.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3522) {
+ -webkit-animation-delay : 352.2s;
+ animation-delay : 352.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3523) {
+ -webkit-animation-delay : 352.3s;
+ animation-delay : 352.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3524) {
+ -webkit-animation-delay : 352.4s;
+ animation-delay : 352.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3525) {
+ -webkit-animation-delay : 352.5s;
+ animation-delay : 352.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3526) {
+ -webkit-animation-delay : 352.6s;
+ animation-delay : 352.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3527) {
+ -webkit-animation-delay : 352.7s;
+ animation-delay : 352.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3528) {
+ -webkit-animation-delay : 352.8s;
+ animation-delay : 352.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3529) {
+ -webkit-animation-delay : 352.9s;
+ animation-delay : 352.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3530) {
+ -webkit-animation-delay : 353s;
+ animation-delay : 353s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3531) {
+ -webkit-animation-delay : 353.1s;
+ animation-delay : 353.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3532) {
+ -webkit-animation-delay : 353.2s;
+ animation-delay : 353.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3533) {
+ -webkit-animation-delay : 353.3s;
+ animation-delay : 353.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3534) {
+ -webkit-animation-delay : 353.4s;
+ animation-delay : 353.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3535) {
+ -webkit-animation-delay : 353.5s;
+ animation-delay : 353.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3536) {
+ -webkit-animation-delay : 353.6s;
+ animation-delay : 353.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3537) {
+ -webkit-animation-delay : 353.7s;
+ animation-delay : 353.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3538) {
+ -webkit-animation-delay : 353.8s;
+ animation-delay : 353.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3539) {
+ -webkit-animation-delay : 353.9s;
+ animation-delay : 353.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3540) {
+ -webkit-animation-delay : 354s;
+ animation-delay : 354s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3541) {
+ -webkit-animation-delay : 354.1s;
+ animation-delay : 354.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3542) {
+ -webkit-animation-delay : 354.2s;
+ animation-delay : 354.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3543) {
+ -webkit-animation-delay : 354.3s;
+ animation-delay : 354.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3544) {
+ -webkit-animation-delay : 354.4s;
+ animation-delay : 354.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3545) {
+ -webkit-animation-delay : 354.5s;
+ animation-delay : 354.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3546) {
+ -webkit-animation-delay : 354.6s;
+ animation-delay : 354.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3547) {
+ -webkit-animation-delay : 354.7s;
+ animation-delay : 354.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3548) {
+ -webkit-animation-delay : 354.8s;
+ animation-delay : 354.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3549) {
+ -webkit-animation-delay : 354.9s;
+ animation-delay : 354.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3550) {
+ -webkit-animation-delay : 355s;
+ animation-delay : 355s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3551) {
+ -webkit-animation-delay : 355.1s;
+ animation-delay : 355.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3552) {
+ -webkit-animation-delay : 355.2s;
+ animation-delay : 355.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3553) {
+ -webkit-animation-delay : 355.3s;
+ animation-delay : 355.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3554) {
+ -webkit-animation-delay : 355.4s;
+ animation-delay : 355.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3555) {
+ -webkit-animation-delay : 355.5s;
+ animation-delay : 355.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3556) {
+ -webkit-animation-delay : 355.6s;
+ animation-delay : 355.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3557) {
+ -webkit-animation-delay : 355.7s;
+ animation-delay : 355.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3558) {
+ -webkit-animation-delay : 355.8s;
+ animation-delay : 355.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3559) {
+ -webkit-animation-delay : 355.9s;
+ animation-delay : 355.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3560) {
+ -webkit-animation-delay : 356s;
+ animation-delay : 356s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3561) {
+ -webkit-animation-delay : 356.1s;
+ animation-delay : 356.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3562) {
+ -webkit-animation-delay : 356.2s;
+ animation-delay : 356.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3563) {
+ -webkit-animation-delay : 356.3s;
+ animation-delay : 356.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3564) {
+ -webkit-animation-delay : 356.4s;
+ animation-delay : 356.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3565) {
+ -webkit-animation-delay : 356.5s;
+ animation-delay : 356.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3566) {
+ -webkit-animation-delay : 356.6s;
+ animation-delay : 356.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3567) {
+ -webkit-animation-delay : 356.7s;
+ animation-delay : 356.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3568) {
+ -webkit-animation-delay : 356.8s;
+ animation-delay : 356.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3569) {
+ -webkit-animation-delay : 356.9s;
+ animation-delay : 356.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3570) {
+ -webkit-animation-delay : 357s;
+ animation-delay : 357s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3571) {
+ -webkit-animation-delay : 357.1s;
+ animation-delay : 357.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3572) {
+ -webkit-animation-delay : 357.2s;
+ animation-delay : 357.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3573) {
+ -webkit-animation-delay : 357.3s;
+ animation-delay : 357.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3574) {
+ -webkit-animation-delay : 357.4s;
+ animation-delay : 357.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3575) {
+ -webkit-animation-delay : 357.5s;
+ animation-delay : 357.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3576) {
+ -webkit-animation-delay : 357.6s;
+ animation-delay : 357.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3577) {
+ -webkit-animation-delay : 357.7s;
+ animation-delay : 357.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3578) {
+ -webkit-animation-delay : 357.8s;
+ animation-delay : 357.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3579) {
+ -webkit-animation-delay : 357.9s;
+ animation-delay : 357.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3580) {
+ -webkit-animation-delay : 358s;
+ animation-delay : 358s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3581) {
+ -webkit-animation-delay : 358.1s;
+ animation-delay : 358.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3582) {
+ -webkit-animation-delay : 358.2s;
+ animation-delay : 358.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3583) {
+ -webkit-animation-delay : 358.3s;
+ animation-delay : 358.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3584) {
+ -webkit-animation-delay : 358.4s;
+ animation-delay : 358.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3585) {
+ -webkit-animation-delay : 358.5s;
+ animation-delay : 358.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3586) {
+ -webkit-animation-delay : 358.6s;
+ animation-delay : 358.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3587) {
+ -webkit-animation-delay : 358.7s;
+ animation-delay : 358.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3588) {
+ -webkit-animation-delay : 358.8s;
+ animation-delay : 358.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3589) {
+ -webkit-animation-delay : 358.9s;
+ animation-delay : 358.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3590) {
+ -webkit-animation-delay : 359s;
+ animation-delay : 359s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3591) {
+ -webkit-animation-delay : 359.1s;
+ animation-delay : 359.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3592) {
+ -webkit-animation-delay : 359.2s;
+ animation-delay : 359.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3593) {
+ -webkit-animation-delay : 359.3s;
+ animation-delay : 359.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3594) {
+ -webkit-animation-delay : 359.4s;
+ animation-delay : 359.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3595) {
+ -webkit-animation-delay : 359.5s;
+ animation-delay : 359.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3596) {
+ -webkit-animation-delay : 359.6s;
+ animation-delay : 359.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3597) {
+ -webkit-animation-delay : 359.7s;
+ animation-delay : 359.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3598) {
+ -webkit-animation-delay : 359.8s;
+ animation-delay : 359.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3599) {
+ -webkit-animation-delay : 359.9s;
+ animation-delay : 359.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3600) {
+ -webkit-animation-delay : 360s;
+ animation-delay : 360s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3601) {
+ -webkit-animation-delay : 360.1s;
+ animation-delay : 360.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3602) {
+ -webkit-animation-delay : 360.2s;
+ animation-delay : 360.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3603) {
+ -webkit-animation-delay : 360.3s;
+ animation-delay : 360.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3604) {
+ -webkit-animation-delay : 360.4s;
+ animation-delay : 360.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3605) {
+ -webkit-animation-delay : 360.5s;
+ animation-delay : 360.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3606) {
+ -webkit-animation-delay : 360.6s;
+ animation-delay : 360.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3607) {
+ -webkit-animation-delay : 360.7s;
+ animation-delay : 360.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3608) {
+ -webkit-animation-delay : 360.8s;
+ animation-delay : 360.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3609) {
+ -webkit-animation-delay : 360.9s;
+ animation-delay : 360.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3610) {
+ -webkit-animation-delay : 361s;
+ animation-delay : 361s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3611) {
+ -webkit-animation-delay : 361.1s;
+ animation-delay : 361.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3612) {
+ -webkit-animation-delay : 361.2s;
+ animation-delay : 361.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3613) {
+ -webkit-animation-delay : 361.3s;
+ animation-delay : 361.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3614) {
+ -webkit-animation-delay : 361.4s;
+ animation-delay : 361.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3615) {
+ -webkit-animation-delay : 361.5s;
+ animation-delay : 361.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3616) {
+ -webkit-animation-delay : 361.6s;
+ animation-delay : 361.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3617) {
+ -webkit-animation-delay : 361.7s;
+ animation-delay : 361.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3618) {
+ -webkit-animation-delay : 361.8s;
+ animation-delay : 361.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3619) {
+ -webkit-animation-delay : 361.9s;
+ animation-delay : 361.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3620) {
+ -webkit-animation-delay : 362s;
+ animation-delay : 362s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3621) {
+ -webkit-animation-delay : 362.1s;
+ animation-delay : 362.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3622) {
+ -webkit-animation-delay : 362.2s;
+ animation-delay : 362.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3623) {
+ -webkit-animation-delay : 362.3s;
+ animation-delay : 362.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3624) {
+ -webkit-animation-delay : 362.4s;
+ animation-delay : 362.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3625) {
+ -webkit-animation-delay : 362.5s;
+ animation-delay : 362.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3626) {
+ -webkit-animation-delay : 362.6s;
+ animation-delay : 362.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3627) {
+ -webkit-animation-delay : 362.7s;
+ animation-delay : 362.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3628) {
+ -webkit-animation-delay : 362.8s;
+ animation-delay : 362.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3629) {
+ -webkit-animation-delay : 362.9s;
+ animation-delay : 362.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3630) {
+ -webkit-animation-delay : 363s;
+ animation-delay : 363s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3631) {
+ -webkit-animation-delay : 363.1s;
+ animation-delay : 363.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3632) {
+ -webkit-animation-delay : 363.2s;
+ animation-delay : 363.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3633) {
+ -webkit-animation-delay : 363.3s;
+ animation-delay : 363.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3634) {
+ -webkit-animation-delay : 363.4s;
+ animation-delay : 363.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3635) {
+ -webkit-animation-delay : 363.5s;
+ animation-delay : 363.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3636) {
+ -webkit-animation-delay : 363.6s;
+ animation-delay : 363.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3637) {
+ -webkit-animation-delay : 363.7s;
+ animation-delay : 363.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3638) {
+ -webkit-animation-delay : 363.8s;
+ animation-delay : 363.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3639) {
+ -webkit-animation-delay : 363.9s;
+ animation-delay : 363.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3640) {
+ -webkit-animation-delay : 364s;
+ animation-delay : 364s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3641) {
+ -webkit-animation-delay : 364.1s;
+ animation-delay : 364.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3642) {
+ -webkit-animation-delay : 364.2s;
+ animation-delay : 364.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3643) {
+ -webkit-animation-delay : 364.3s;
+ animation-delay : 364.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3644) {
+ -webkit-animation-delay : 364.4s;
+ animation-delay : 364.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3645) {
+ -webkit-animation-delay : 364.5s;
+ animation-delay : 364.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3646) {
+ -webkit-animation-delay : 364.6s;
+ animation-delay : 364.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3647) {
+ -webkit-animation-delay : 364.7s;
+ animation-delay : 364.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3648) {
+ -webkit-animation-delay : 364.8s;
+ animation-delay : 364.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3649) {
+ -webkit-animation-delay : 364.9s;
+ animation-delay : 364.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3650) {
+ -webkit-animation-delay : 365s;
+ animation-delay : 365s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3651) {
+ -webkit-animation-delay : 365.1s;
+ animation-delay : 365.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3652) {
+ -webkit-animation-delay : 365.2s;
+ animation-delay : 365.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3653) {
+ -webkit-animation-delay : 365.3s;
+ animation-delay : 365.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3654) {
+ -webkit-animation-delay : 365.4s;
+ animation-delay : 365.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3655) {
+ -webkit-animation-delay : 365.5s;
+ animation-delay : 365.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3656) {
+ -webkit-animation-delay : 365.6s;
+ animation-delay : 365.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3657) {
+ -webkit-animation-delay : 365.7s;
+ animation-delay : 365.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3658) {
+ -webkit-animation-delay : 365.8s;
+ animation-delay : 365.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3659) {
+ -webkit-animation-delay : 365.9s;
+ animation-delay : 365.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3660) {
+ -webkit-animation-delay : 366s;
+ animation-delay : 366s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3661) {
+ -webkit-animation-delay : 366.1s;
+ animation-delay : 366.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3662) {
+ -webkit-animation-delay : 366.2s;
+ animation-delay : 366.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3663) {
+ -webkit-animation-delay : 366.3s;
+ animation-delay : 366.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3664) {
+ -webkit-animation-delay : 366.4s;
+ animation-delay : 366.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3665) {
+ -webkit-animation-delay : 366.5s;
+ animation-delay : 366.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3666) {
+ -webkit-animation-delay : 366.6s;
+ animation-delay : 366.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3667) {
+ -webkit-animation-delay : 366.7s;
+ animation-delay : 366.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3668) {
+ -webkit-animation-delay : 366.8s;
+ animation-delay : 366.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3669) {
+ -webkit-animation-delay : 366.9s;
+ animation-delay : 366.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3670) {
+ -webkit-animation-delay : 367s;
+ animation-delay : 367s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3671) {
+ -webkit-animation-delay : 367.1s;
+ animation-delay : 367.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3672) {
+ -webkit-animation-delay : 367.2s;
+ animation-delay : 367.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3673) {
+ -webkit-animation-delay : 367.3s;
+ animation-delay : 367.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3674) {
+ -webkit-animation-delay : 367.4s;
+ animation-delay : 367.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3675) {
+ -webkit-animation-delay : 367.5s;
+ animation-delay : 367.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3676) {
+ -webkit-animation-delay : 367.6s;
+ animation-delay : 367.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3677) {
+ -webkit-animation-delay : 367.7s;
+ animation-delay : 367.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3678) {
+ -webkit-animation-delay : 367.8s;
+ animation-delay : 367.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3679) {
+ -webkit-animation-delay : 367.9s;
+ animation-delay : 367.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3680) {
+ -webkit-animation-delay : 368s;
+ animation-delay : 368s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3681) {
+ -webkit-animation-delay : 368.1s;
+ animation-delay : 368.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3682) {
+ -webkit-animation-delay : 368.2s;
+ animation-delay : 368.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3683) {
+ -webkit-animation-delay : 368.3s;
+ animation-delay : 368.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3684) {
+ -webkit-animation-delay : 368.4s;
+ animation-delay : 368.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3685) {
+ -webkit-animation-delay : 368.5s;
+ animation-delay : 368.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3686) {
+ -webkit-animation-delay : 368.6s;
+ animation-delay : 368.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3687) {
+ -webkit-animation-delay : 368.7s;
+ animation-delay : 368.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3688) {
+ -webkit-animation-delay : 368.8s;
+ animation-delay : 368.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3689) {
+ -webkit-animation-delay : 368.9s;
+ animation-delay : 368.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3690) {
+ -webkit-animation-delay : 369s;
+ animation-delay : 369s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3691) {
+ -webkit-animation-delay : 369.1s;
+ animation-delay : 369.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3692) {
+ -webkit-animation-delay : 369.2s;
+ animation-delay : 369.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3693) {
+ -webkit-animation-delay : 369.3s;
+ animation-delay : 369.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3694) {
+ -webkit-animation-delay : 369.4s;
+ animation-delay : 369.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3695) {
+ -webkit-animation-delay : 369.5s;
+ animation-delay : 369.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3696) {
+ -webkit-animation-delay : 369.6s;
+ animation-delay : 369.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3697) {
+ -webkit-animation-delay : 369.7s;
+ animation-delay : 369.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3698) {
+ -webkit-animation-delay : 369.8s;
+ animation-delay : 369.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3699) {
+ -webkit-animation-delay : 369.9s;
+ animation-delay : 369.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3700) {
+ -webkit-animation-delay : 370s;
+ animation-delay : 370s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3701) {
+ -webkit-animation-delay : 370.1s;
+ animation-delay : 370.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3702) {
+ -webkit-animation-delay : 370.2s;
+ animation-delay : 370.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3703) {
+ -webkit-animation-delay : 370.3s;
+ animation-delay : 370.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3704) {
+ -webkit-animation-delay : 370.4s;
+ animation-delay : 370.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3705) {
+ -webkit-animation-delay : 370.5s;
+ animation-delay : 370.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3706) {
+ -webkit-animation-delay : 370.6s;
+ animation-delay : 370.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3707) {
+ -webkit-animation-delay : 370.7s;
+ animation-delay : 370.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3708) {
+ -webkit-animation-delay : 370.8s;
+ animation-delay : 370.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3709) {
+ -webkit-animation-delay : 370.9s;
+ animation-delay : 370.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3710) {
+ -webkit-animation-delay : 371s;
+ animation-delay : 371s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3711) {
+ -webkit-animation-delay : 371.1s;
+ animation-delay : 371.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3712) {
+ -webkit-animation-delay : 371.2s;
+ animation-delay : 371.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3713) {
+ -webkit-animation-delay : 371.3s;
+ animation-delay : 371.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3714) {
+ -webkit-animation-delay : 371.4s;
+ animation-delay : 371.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3715) {
+ -webkit-animation-delay : 371.5s;
+ animation-delay : 371.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3716) {
+ -webkit-animation-delay : 371.6s;
+ animation-delay : 371.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3717) {
+ -webkit-animation-delay : 371.7s;
+ animation-delay : 371.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3718) {
+ -webkit-animation-delay : 371.8s;
+ animation-delay : 371.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3719) {
+ -webkit-animation-delay : 371.9s;
+ animation-delay : 371.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3720) {
+ -webkit-animation-delay : 372s;
+ animation-delay : 372s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3721) {
+ -webkit-animation-delay : 372.1s;
+ animation-delay : 372.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3722) {
+ -webkit-animation-delay : 372.2s;
+ animation-delay : 372.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3723) {
+ -webkit-animation-delay : 372.3s;
+ animation-delay : 372.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3724) {
+ -webkit-animation-delay : 372.4s;
+ animation-delay : 372.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3725) {
+ -webkit-animation-delay : 372.5s;
+ animation-delay : 372.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3726) {
+ -webkit-animation-delay : 372.6s;
+ animation-delay : 372.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3727) {
+ -webkit-animation-delay : 372.7s;
+ animation-delay : 372.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3728) {
+ -webkit-animation-delay : 372.8s;
+ animation-delay : 372.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3729) {
+ -webkit-animation-delay : 372.9s;
+ animation-delay : 372.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3730) {
+ -webkit-animation-delay : 373s;
+ animation-delay : 373s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3731) {
+ -webkit-animation-delay : 373.1s;
+ animation-delay : 373.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3732) {
+ -webkit-animation-delay : 373.2s;
+ animation-delay : 373.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3733) {
+ -webkit-animation-delay : 373.3s;
+ animation-delay : 373.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3734) {
+ -webkit-animation-delay : 373.4s;
+ animation-delay : 373.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3735) {
+ -webkit-animation-delay : 373.5s;
+ animation-delay : 373.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3736) {
+ -webkit-animation-delay : 373.6s;
+ animation-delay : 373.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3737) {
+ -webkit-animation-delay : 373.7s;
+ animation-delay : 373.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3738) {
+ -webkit-animation-delay : 373.8s;
+ animation-delay : 373.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3739) {
+ -webkit-animation-delay : 373.9s;
+ animation-delay : 373.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3740) {
+ -webkit-animation-delay : 374s;
+ animation-delay : 374s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3741) {
+ -webkit-animation-delay : 374.1s;
+ animation-delay : 374.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3742) {
+ -webkit-animation-delay : 374.2s;
+ animation-delay : 374.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3743) {
+ -webkit-animation-delay : 374.3s;
+ animation-delay : 374.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3744) {
+ -webkit-animation-delay : 374.4s;
+ animation-delay : 374.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3745) {
+ -webkit-animation-delay : 374.5s;
+ animation-delay : 374.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3746) {
+ -webkit-animation-delay : 374.6s;
+ animation-delay : 374.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3747) {
+ -webkit-animation-delay : 374.7s;
+ animation-delay : 374.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3748) {
+ -webkit-animation-delay : 374.8s;
+ animation-delay : 374.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3749) {
+ -webkit-animation-delay : 374.9s;
+ animation-delay : 374.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3750) {
+ -webkit-animation-delay : 375s;
+ animation-delay : 375s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3751) {
+ -webkit-animation-delay : 375.1s;
+ animation-delay : 375.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3752) {
+ -webkit-animation-delay : 375.2s;
+ animation-delay : 375.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3753) {
+ -webkit-animation-delay : 375.3s;
+ animation-delay : 375.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3754) {
+ -webkit-animation-delay : 375.4s;
+ animation-delay : 375.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3755) {
+ -webkit-animation-delay : 375.5s;
+ animation-delay : 375.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3756) {
+ -webkit-animation-delay : 375.6s;
+ animation-delay : 375.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3757) {
+ -webkit-animation-delay : 375.7s;
+ animation-delay : 375.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3758) {
+ -webkit-animation-delay : 375.8s;
+ animation-delay : 375.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3759) {
+ -webkit-animation-delay : 375.9s;
+ animation-delay : 375.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3760) {
+ -webkit-animation-delay : 376s;
+ animation-delay : 376s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3761) {
+ -webkit-animation-delay : 376.1s;
+ animation-delay : 376.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3762) {
+ -webkit-animation-delay : 376.2s;
+ animation-delay : 376.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3763) {
+ -webkit-animation-delay : 376.3s;
+ animation-delay : 376.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3764) {
+ -webkit-animation-delay : 376.4s;
+ animation-delay : 376.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3765) {
+ -webkit-animation-delay : 376.5s;
+ animation-delay : 376.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3766) {
+ -webkit-animation-delay : 376.6s;
+ animation-delay : 376.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3767) {
+ -webkit-animation-delay : 376.7s;
+ animation-delay : 376.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3768) {
+ -webkit-animation-delay : 376.8s;
+ animation-delay : 376.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3769) {
+ -webkit-animation-delay : 376.9s;
+ animation-delay : 376.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3770) {
+ -webkit-animation-delay : 377s;
+ animation-delay : 377s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3771) {
+ -webkit-animation-delay : 377.1s;
+ animation-delay : 377.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3772) {
+ -webkit-animation-delay : 377.2s;
+ animation-delay : 377.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3773) {
+ -webkit-animation-delay : 377.3s;
+ animation-delay : 377.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3774) {
+ -webkit-animation-delay : 377.4s;
+ animation-delay : 377.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3775) {
+ -webkit-animation-delay : 377.5s;
+ animation-delay : 377.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3776) {
+ -webkit-animation-delay : 377.6s;
+ animation-delay : 377.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3777) {
+ -webkit-animation-delay : 377.7s;
+ animation-delay : 377.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3778) {
+ -webkit-animation-delay : 377.8s;
+ animation-delay : 377.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3779) {
+ -webkit-animation-delay : 377.9s;
+ animation-delay : 377.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3780) {
+ -webkit-animation-delay : 378s;
+ animation-delay : 378s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3781) {
+ -webkit-animation-delay : 378.1s;
+ animation-delay : 378.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3782) {
+ -webkit-animation-delay : 378.2s;
+ animation-delay : 378.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3783) {
+ -webkit-animation-delay : 378.3s;
+ animation-delay : 378.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3784) {
+ -webkit-animation-delay : 378.4s;
+ animation-delay : 378.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3785) {
+ -webkit-animation-delay : 378.5s;
+ animation-delay : 378.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3786) {
+ -webkit-animation-delay : 378.6s;
+ animation-delay : 378.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3787) {
+ -webkit-animation-delay : 378.7s;
+ animation-delay : 378.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3788) {
+ -webkit-animation-delay : 378.8s;
+ animation-delay : 378.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3789) {
+ -webkit-animation-delay : 378.9s;
+ animation-delay : 378.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3790) {
+ -webkit-animation-delay : 379s;
+ animation-delay : 379s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3791) {
+ -webkit-animation-delay : 379.1s;
+ animation-delay : 379.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3792) {
+ -webkit-animation-delay : 379.2s;
+ animation-delay : 379.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3793) {
+ -webkit-animation-delay : 379.3s;
+ animation-delay : 379.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3794) {
+ -webkit-animation-delay : 379.4s;
+ animation-delay : 379.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3795) {
+ -webkit-animation-delay : 379.5s;
+ animation-delay : 379.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3796) {
+ -webkit-animation-delay : 379.6s;
+ animation-delay : 379.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3797) {
+ -webkit-animation-delay : 379.7s;
+ animation-delay : 379.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3798) {
+ -webkit-animation-delay : 379.8s;
+ animation-delay : 379.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3799) {
+ -webkit-animation-delay : 379.9s;
+ animation-delay : 379.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3800) {
+ -webkit-animation-delay : 380s;
+ animation-delay : 380s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3801) {
+ -webkit-animation-delay : 380.1s;
+ animation-delay : 380.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3802) {
+ -webkit-animation-delay : 380.2s;
+ animation-delay : 380.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3803) {
+ -webkit-animation-delay : 380.3s;
+ animation-delay : 380.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3804) {
+ -webkit-animation-delay : 380.4s;
+ animation-delay : 380.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3805) {
+ -webkit-animation-delay : 380.5s;
+ animation-delay : 380.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3806) {
+ -webkit-animation-delay : 380.6s;
+ animation-delay : 380.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3807) {
+ -webkit-animation-delay : 380.7s;
+ animation-delay : 380.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3808) {
+ -webkit-animation-delay : 380.8s;
+ animation-delay : 380.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3809) {
+ -webkit-animation-delay : 380.9s;
+ animation-delay : 380.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3810) {
+ -webkit-animation-delay : 381s;
+ animation-delay : 381s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3811) {
+ -webkit-animation-delay : 381.1s;
+ animation-delay : 381.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3812) {
+ -webkit-animation-delay : 381.2s;
+ animation-delay : 381.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3813) {
+ -webkit-animation-delay : 381.3s;
+ animation-delay : 381.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3814) {
+ -webkit-animation-delay : 381.4s;
+ animation-delay : 381.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3815) {
+ -webkit-animation-delay : 381.5s;
+ animation-delay : 381.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3816) {
+ -webkit-animation-delay : 381.6s;
+ animation-delay : 381.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3817) {
+ -webkit-animation-delay : 381.7s;
+ animation-delay : 381.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3818) {
+ -webkit-animation-delay : 381.8s;
+ animation-delay : 381.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3819) {
+ -webkit-animation-delay : 381.9s;
+ animation-delay : 381.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3820) {
+ -webkit-animation-delay : 382s;
+ animation-delay : 382s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3821) {
+ -webkit-animation-delay : 382.1s;
+ animation-delay : 382.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3822) {
+ -webkit-animation-delay : 382.2s;
+ animation-delay : 382.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3823) {
+ -webkit-animation-delay : 382.3s;
+ animation-delay : 382.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3824) {
+ -webkit-animation-delay : 382.4s;
+ animation-delay : 382.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3825) {
+ -webkit-animation-delay : 382.5s;
+ animation-delay : 382.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3826) {
+ -webkit-animation-delay : 382.6s;
+ animation-delay : 382.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3827) {
+ -webkit-animation-delay : 382.7s;
+ animation-delay : 382.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3828) {
+ -webkit-animation-delay : 382.8s;
+ animation-delay : 382.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3829) {
+ -webkit-animation-delay : 382.9s;
+ animation-delay : 382.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3830) {
+ -webkit-animation-delay : 383s;
+ animation-delay : 383s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3831) {
+ -webkit-animation-delay : 383.1s;
+ animation-delay : 383.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3832) {
+ -webkit-animation-delay : 383.2s;
+ animation-delay : 383.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3833) {
+ -webkit-animation-delay : 383.3s;
+ animation-delay : 383.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3834) {
+ -webkit-animation-delay : 383.4s;
+ animation-delay : 383.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3835) {
+ -webkit-animation-delay : 383.5s;
+ animation-delay : 383.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3836) {
+ -webkit-animation-delay : 383.6s;
+ animation-delay : 383.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3837) {
+ -webkit-animation-delay : 383.7s;
+ animation-delay : 383.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3838) {
+ -webkit-animation-delay : 383.8s;
+ animation-delay : 383.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3839) {
+ -webkit-animation-delay : 383.9s;
+ animation-delay : 383.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3840) {
+ -webkit-animation-delay : 384s;
+ animation-delay : 384s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3841) {
+ -webkit-animation-delay : 384.1s;
+ animation-delay : 384.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3842) {
+ -webkit-animation-delay : 384.2s;
+ animation-delay : 384.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3843) {
+ -webkit-animation-delay : 384.3s;
+ animation-delay : 384.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3844) {
+ -webkit-animation-delay : 384.4s;
+ animation-delay : 384.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3845) {
+ -webkit-animation-delay : 384.5s;
+ animation-delay : 384.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3846) {
+ -webkit-animation-delay : 384.6s;
+ animation-delay : 384.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3847) {
+ -webkit-animation-delay : 384.7s;
+ animation-delay : 384.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3848) {
+ -webkit-animation-delay : 384.8s;
+ animation-delay : 384.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3849) {
+ -webkit-animation-delay : 384.9s;
+ animation-delay : 384.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3850) {
+ -webkit-animation-delay : 385s;
+ animation-delay : 385s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3851) {
+ -webkit-animation-delay : 385.1s;
+ animation-delay : 385.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3852) {
+ -webkit-animation-delay : 385.2s;
+ animation-delay : 385.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3853) {
+ -webkit-animation-delay : 385.3s;
+ animation-delay : 385.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3854) {
+ -webkit-animation-delay : 385.4s;
+ animation-delay : 385.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3855) {
+ -webkit-animation-delay : 385.5s;
+ animation-delay : 385.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3856) {
+ -webkit-animation-delay : 385.6s;
+ animation-delay : 385.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3857) {
+ -webkit-animation-delay : 385.7s;
+ animation-delay : 385.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3858) {
+ -webkit-animation-delay : 385.8s;
+ animation-delay : 385.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3859) {
+ -webkit-animation-delay : 385.9s;
+ animation-delay : 385.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3860) {
+ -webkit-animation-delay : 386s;
+ animation-delay : 386s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3861) {
+ -webkit-animation-delay : 386.1s;
+ animation-delay : 386.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3862) {
+ -webkit-animation-delay : 386.2s;
+ animation-delay : 386.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3863) {
+ -webkit-animation-delay : 386.3s;
+ animation-delay : 386.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3864) {
+ -webkit-animation-delay : 386.4s;
+ animation-delay : 386.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3865) {
+ -webkit-animation-delay : 386.5s;
+ animation-delay : 386.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3866) {
+ -webkit-animation-delay : 386.6s;
+ animation-delay : 386.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3867) {
+ -webkit-animation-delay : 386.7s;
+ animation-delay : 386.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3868) {
+ -webkit-animation-delay : 386.8s;
+ animation-delay : 386.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3869) {
+ -webkit-animation-delay : 386.9s;
+ animation-delay : 386.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3870) {
+ -webkit-animation-delay : 387s;
+ animation-delay : 387s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3871) {
+ -webkit-animation-delay : 387.1s;
+ animation-delay : 387.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3872) {
+ -webkit-animation-delay : 387.2s;
+ animation-delay : 387.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3873) {
+ -webkit-animation-delay : 387.3s;
+ animation-delay : 387.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3874) {
+ -webkit-animation-delay : 387.4s;
+ animation-delay : 387.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3875) {
+ -webkit-animation-delay : 387.5s;
+ animation-delay : 387.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3876) {
+ -webkit-animation-delay : 387.6s;
+ animation-delay : 387.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3877) {
+ -webkit-animation-delay : 387.7s;
+ animation-delay : 387.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3878) {
+ -webkit-animation-delay : 387.8s;
+ animation-delay : 387.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3879) {
+ -webkit-animation-delay : 387.9s;
+ animation-delay : 387.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3880) {
+ -webkit-animation-delay : 388s;
+ animation-delay : 388s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3881) {
+ -webkit-animation-delay : 388.1s;
+ animation-delay : 388.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3882) {
+ -webkit-animation-delay : 388.2s;
+ animation-delay : 388.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3883) {
+ -webkit-animation-delay : 388.3s;
+ animation-delay : 388.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3884) {
+ -webkit-animation-delay : 388.4s;
+ animation-delay : 388.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3885) {
+ -webkit-animation-delay : 388.5s;
+ animation-delay : 388.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3886) {
+ -webkit-animation-delay : 388.6s;
+ animation-delay : 388.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3887) {
+ -webkit-animation-delay : 388.7s;
+ animation-delay : 388.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3888) {
+ -webkit-animation-delay : 388.8s;
+ animation-delay : 388.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3889) {
+ -webkit-animation-delay : 388.9s;
+ animation-delay : 388.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3890) {
+ -webkit-animation-delay : 389s;
+ animation-delay : 389s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3891) {
+ -webkit-animation-delay : 389.1s;
+ animation-delay : 389.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3892) {
+ -webkit-animation-delay : 389.2s;
+ animation-delay : 389.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3893) {
+ -webkit-animation-delay : 389.3s;
+ animation-delay : 389.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3894) {
+ -webkit-animation-delay : 389.4s;
+ animation-delay : 389.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3895) {
+ -webkit-animation-delay : 389.5s;
+ animation-delay : 389.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3896) {
+ -webkit-animation-delay : 389.6s;
+ animation-delay : 389.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3897) {
+ -webkit-animation-delay : 389.7s;
+ animation-delay : 389.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3898) {
+ -webkit-animation-delay : 389.8s;
+ animation-delay : 389.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3899) {
+ -webkit-animation-delay : 389.9s;
+ animation-delay : 389.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3900) {
+ -webkit-animation-delay : 390s;
+ animation-delay : 390s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3901) {
+ -webkit-animation-delay : 390.1s;
+ animation-delay : 390.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3902) {
+ -webkit-animation-delay : 390.2s;
+ animation-delay : 390.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3903) {
+ -webkit-animation-delay : 390.3s;
+ animation-delay : 390.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3904) {
+ -webkit-animation-delay : 390.4s;
+ animation-delay : 390.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3905) {
+ -webkit-animation-delay : 390.5s;
+ animation-delay : 390.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3906) {
+ -webkit-animation-delay : 390.6s;
+ animation-delay : 390.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3907) {
+ -webkit-animation-delay : 390.7s;
+ animation-delay : 390.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3908) {
+ -webkit-animation-delay : 390.8s;
+ animation-delay : 390.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3909) {
+ -webkit-animation-delay : 390.9s;
+ animation-delay : 390.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3910) {
+ -webkit-animation-delay : 391s;
+ animation-delay : 391s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3911) {
+ -webkit-animation-delay : 391.1s;
+ animation-delay : 391.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3912) {
+ -webkit-animation-delay : 391.2s;
+ animation-delay : 391.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3913) {
+ -webkit-animation-delay : 391.3s;
+ animation-delay : 391.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3914) {
+ -webkit-animation-delay : 391.4s;
+ animation-delay : 391.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3915) {
+ -webkit-animation-delay : 391.5s;
+ animation-delay : 391.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3916) {
+ -webkit-animation-delay : 391.6s;
+ animation-delay : 391.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3917) {
+ -webkit-animation-delay : 391.7s;
+ animation-delay : 391.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3918) {
+ -webkit-animation-delay : 391.8s;
+ animation-delay : 391.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3919) {
+ -webkit-animation-delay : 391.9s;
+ animation-delay : 391.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3920) {
+ -webkit-animation-delay : 392s;
+ animation-delay : 392s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3921) {
+ -webkit-animation-delay : 392.1s;
+ animation-delay : 392.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3922) {
+ -webkit-animation-delay : 392.2s;
+ animation-delay : 392.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3923) {
+ -webkit-animation-delay : 392.3s;
+ animation-delay : 392.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3924) {
+ -webkit-animation-delay : 392.4s;
+ animation-delay : 392.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3925) {
+ -webkit-animation-delay : 392.5s;
+ animation-delay : 392.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3926) {
+ -webkit-animation-delay : 392.6s;
+ animation-delay : 392.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3927) {
+ -webkit-animation-delay : 392.7s;
+ animation-delay : 392.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3928) {
+ -webkit-animation-delay : 392.8s;
+ animation-delay : 392.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3929) {
+ -webkit-animation-delay : 392.9s;
+ animation-delay : 392.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3930) {
+ -webkit-animation-delay : 393s;
+ animation-delay : 393s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3931) {
+ -webkit-animation-delay : 393.1s;
+ animation-delay : 393.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3932) {
+ -webkit-animation-delay : 393.2s;
+ animation-delay : 393.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3933) {
+ -webkit-animation-delay : 393.3s;
+ animation-delay : 393.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3934) {
+ -webkit-animation-delay : 393.4s;
+ animation-delay : 393.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3935) {
+ -webkit-animation-delay : 393.5s;
+ animation-delay : 393.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3936) {
+ -webkit-animation-delay : 393.6s;
+ animation-delay : 393.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3937) {
+ -webkit-animation-delay : 393.7s;
+ animation-delay : 393.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3938) {
+ -webkit-animation-delay : 393.8s;
+ animation-delay : 393.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3939) {
+ -webkit-animation-delay : 393.9s;
+ animation-delay : 393.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3940) {
+ -webkit-animation-delay : 394s;
+ animation-delay : 394s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3941) {
+ -webkit-animation-delay : 394.1s;
+ animation-delay : 394.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3942) {
+ -webkit-animation-delay : 394.2s;
+ animation-delay : 394.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3943) {
+ -webkit-animation-delay : 394.3s;
+ animation-delay : 394.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3944) {
+ -webkit-animation-delay : 394.4s;
+ animation-delay : 394.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3945) {
+ -webkit-animation-delay : 394.5s;
+ animation-delay : 394.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3946) {
+ -webkit-animation-delay : 394.6s;
+ animation-delay : 394.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3947) {
+ -webkit-animation-delay : 394.7s;
+ animation-delay : 394.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3948) {
+ -webkit-animation-delay : 394.8s;
+ animation-delay : 394.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3949) {
+ -webkit-animation-delay : 394.9s;
+ animation-delay : 394.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3950) {
+ -webkit-animation-delay : 395s;
+ animation-delay : 395s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3951) {
+ -webkit-animation-delay : 395.1s;
+ animation-delay : 395.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3952) {
+ -webkit-animation-delay : 395.2s;
+ animation-delay : 395.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3953) {
+ -webkit-animation-delay : 395.3s;
+ animation-delay : 395.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3954) {
+ -webkit-animation-delay : 395.4s;
+ animation-delay : 395.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3955) {
+ -webkit-animation-delay : 395.5s;
+ animation-delay : 395.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3956) {
+ -webkit-animation-delay : 395.6s;
+ animation-delay : 395.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3957) {
+ -webkit-animation-delay : 395.7s;
+ animation-delay : 395.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3958) {
+ -webkit-animation-delay : 395.8s;
+ animation-delay : 395.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3959) {
+ -webkit-animation-delay : 395.9s;
+ animation-delay : 395.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3960) {
+ -webkit-animation-delay : 396s;
+ animation-delay : 396s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3961) {
+ -webkit-animation-delay : 396.1s;
+ animation-delay : 396.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3962) {
+ -webkit-animation-delay : 396.2s;
+ animation-delay : 396.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3963) {
+ -webkit-animation-delay : 396.3s;
+ animation-delay : 396.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3964) {
+ -webkit-animation-delay : 396.4s;
+ animation-delay : 396.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3965) {
+ -webkit-animation-delay : 396.5s;
+ animation-delay : 396.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3966) {
+ -webkit-animation-delay : 396.6s;
+ animation-delay : 396.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3967) {
+ -webkit-animation-delay : 396.7s;
+ animation-delay : 396.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3968) {
+ -webkit-animation-delay : 396.8s;
+ animation-delay : 396.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3969) {
+ -webkit-animation-delay : 396.9s;
+ animation-delay : 396.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3970) {
+ -webkit-animation-delay : 397s;
+ animation-delay : 397s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3971) {
+ -webkit-animation-delay : 397.1s;
+ animation-delay : 397.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3972) {
+ -webkit-animation-delay : 397.2s;
+ animation-delay : 397.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3973) {
+ -webkit-animation-delay : 397.3s;
+ animation-delay : 397.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3974) {
+ -webkit-animation-delay : 397.4s;
+ animation-delay : 397.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3975) {
+ -webkit-animation-delay : 397.5s;
+ animation-delay : 397.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3976) {
+ -webkit-animation-delay : 397.6s;
+ animation-delay : 397.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3977) {
+ -webkit-animation-delay : 397.7s;
+ animation-delay : 397.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3978) {
+ -webkit-animation-delay : 397.8s;
+ animation-delay : 397.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3979) {
+ -webkit-animation-delay : 397.9s;
+ animation-delay : 397.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3980) {
+ -webkit-animation-delay : 398s;
+ animation-delay : 398s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3981) {
+ -webkit-animation-delay : 398.1s;
+ animation-delay : 398.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3982) {
+ -webkit-animation-delay : 398.2s;
+ animation-delay : 398.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3983) {
+ -webkit-animation-delay : 398.3s;
+ animation-delay : 398.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3984) {
+ -webkit-animation-delay : 398.4s;
+ animation-delay : 398.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3985) {
+ -webkit-animation-delay : 398.5s;
+ animation-delay : 398.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3986) {
+ -webkit-animation-delay : 398.6s;
+ animation-delay : 398.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3987) {
+ -webkit-animation-delay : 398.7s;
+ animation-delay : 398.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3988) {
+ -webkit-animation-delay : 398.8s;
+ animation-delay : 398.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3989) {
+ -webkit-animation-delay : 398.9s;
+ animation-delay : 398.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3990) {
+ -webkit-animation-delay : 399s;
+ animation-delay : 399s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3991) {
+ -webkit-animation-delay : 399.1s;
+ animation-delay : 399.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3992) {
+ -webkit-animation-delay : 399.2s;
+ animation-delay : 399.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3993) {
+ -webkit-animation-delay : 399.3s;
+ animation-delay : 399.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3994) {
+ -webkit-animation-delay : 399.4s;
+ animation-delay : 399.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3995) {
+ -webkit-animation-delay : 399.5s;
+ animation-delay : 399.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3996) {
+ -webkit-animation-delay : 399.6s;
+ animation-delay : 399.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3997) {
+ -webkit-animation-delay : 399.7s;
+ animation-delay : 399.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3998) {
+ -webkit-animation-delay : 399.8s;
+ animation-delay : 399.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3999) {
+ -webkit-animation-delay : 399.9s;
+ animation-delay : 399.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4000) {
+ -webkit-animation-delay : 400s;
+ animation-delay : 400s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4001) {
+ -webkit-animation-delay : 400.1s;
+ animation-delay : 400.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4002) {
+ -webkit-animation-delay : 400.2s;
+ animation-delay : 400.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4003) {
+ -webkit-animation-delay : 400.3s;
+ animation-delay : 400.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4004) {
+ -webkit-animation-delay : 400.4s;
+ animation-delay : 400.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4005) {
+ -webkit-animation-delay : 400.5s;
+ animation-delay : 400.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4006) {
+ -webkit-animation-delay : 400.6s;
+ animation-delay : 400.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4007) {
+ -webkit-animation-delay : 400.7s;
+ animation-delay : 400.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4008) {
+ -webkit-animation-delay : 400.8s;
+ animation-delay : 400.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4009) {
+ -webkit-animation-delay : 400.9s;
+ animation-delay : 400.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4010) {
+ -webkit-animation-delay : 401s;
+ animation-delay : 401s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4011) {
+ -webkit-animation-delay : 401.1s;
+ animation-delay : 401.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4012) {
+ -webkit-animation-delay : 401.2s;
+ animation-delay : 401.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4013) {
+ -webkit-animation-delay : 401.3s;
+ animation-delay : 401.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4014) {
+ -webkit-animation-delay : 401.4s;
+ animation-delay : 401.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4015) {
+ -webkit-animation-delay : 401.5s;
+ animation-delay : 401.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4016) {
+ -webkit-animation-delay : 401.6s;
+ animation-delay : 401.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4017) {
+ -webkit-animation-delay : 401.7s;
+ animation-delay : 401.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4018) {
+ -webkit-animation-delay : 401.8s;
+ animation-delay : 401.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4019) {
+ -webkit-animation-delay : 401.9s;
+ animation-delay : 401.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4020) {
+ -webkit-animation-delay : 402s;
+ animation-delay : 402s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4021) {
+ -webkit-animation-delay : 402.1s;
+ animation-delay : 402.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4022) {
+ -webkit-animation-delay : 402.2s;
+ animation-delay : 402.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4023) {
+ -webkit-animation-delay : 402.3s;
+ animation-delay : 402.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4024) {
+ -webkit-animation-delay : 402.4s;
+ animation-delay : 402.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4025) {
+ -webkit-animation-delay : 402.5s;
+ animation-delay : 402.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4026) {
+ -webkit-animation-delay : 402.6s;
+ animation-delay : 402.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4027) {
+ -webkit-animation-delay : 402.7s;
+ animation-delay : 402.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4028) {
+ -webkit-animation-delay : 402.8s;
+ animation-delay : 402.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4029) {
+ -webkit-animation-delay : 402.9s;
+ animation-delay : 402.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4030) {
+ -webkit-animation-delay : 403s;
+ animation-delay : 403s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4031) {
+ -webkit-animation-delay : 403.1s;
+ animation-delay : 403.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4032) {
+ -webkit-animation-delay : 403.2s;
+ animation-delay : 403.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4033) {
+ -webkit-animation-delay : 403.3s;
+ animation-delay : 403.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4034) {
+ -webkit-animation-delay : 403.4s;
+ animation-delay : 403.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4035) {
+ -webkit-animation-delay : 403.5s;
+ animation-delay : 403.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4036) {
+ -webkit-animation-delay : 403.6s;
+ animation-delay : 403.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4037) {
+ -webkit-animation-delay : 403.7s;
+ animation-delay : 403.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4038) {
+ -webkit-animation-delay : 403.8s;
+ animation-delay : 403.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4039) {
+ -webkit-animation-delay : 403.9s;
+ animation-delay : 403.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4040) {
+ -webkit-animation-delay : 404s;
+ animation-delay : 404s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4041) {
+ -webkit-animation-delay : 404.1s;
+ animation-delay : 404.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4042) {
+ -webkit-animation-delay : 404.2s;
+ animation-delay : 404.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4043) {
+ -webkit-animation-delay : 404.3s;
+ animation-delay : 404.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4044) {
+ -webkit-animation-delay : 404.4s;
+ animation-delay : 404.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4045) {
+ -webkit-animation-delay : 404.5s;
+ animation-delay : 404.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4046) {
+ -webkit-animation-delay : 404.6s;
+ animation-delay : 404.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4047) {
+ -webkit-animation-delay : 404.7s;
+ animation-delay : 404.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4048) {
+ -webkit-animation-delay : 404.8s;
+ animation-delay : 404.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4049) {
+ -webkit-animation-delay : 404.9s;
+ animation-delay : 404.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4050) {
+ -webkit-animation-delay : 405s;
+ animation-delay : 405s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4051) {
+ -webkit-animation-delay : 405.1s;
+ animation-delay : 405.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4052) {
+ -webkit-animation-delay : 405.2s;
+ animation-delay : 405.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4053) {
+ -webkit-animation-delay : 405.3s;
+ animation-delay : 405.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4054) {
+ -webkit-animation-delay : 405.4s;
+ animation-delay : 405.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4055) {
+ -webkit-animation-delay : 405.5s;
+ animation-delay : 405.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4056) {
+ -webkit-animation-delay : 405.6s;
+ animation-delay : 405.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4057) {
+ -webkit-animation-delay : 405.7s;
+ animation-delay : 405.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4058) {
+ -webkit-animation-delay : 405.8s;
+ animation-delay : 405.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4059) {
+ -webkit-animation-delay : 405.9s;
+ animation-delay : 405.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4060) {
+ -webkit-animation-delay : 406s;
+ animation-delay : 406s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4061) {
+ -webkit-animation-delay : 406.1s;
+ animation-delay : 406.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4062) {
+ -webkit-animation-delay : 406.2s;
+ animation-delay : 406.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4063) {
+ -webkit-animation-delay : 406.3s;
+ animation-delay : 406.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4064) {
+ -webkit-animation-delay : 406.4s;
+ animation-delay : 406.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4065) {
+ -webkit-animation-delay : 406.5s;
+ animation-delay : 406.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4066) {
+ -webkit-animation-delay : 406.6s;
+ animation-delay : 406.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4067) {
+ -webkit-animation-delay : 406.7s;
+ animation-delay : 406.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4068) {
+ -webkit-animation-delay : 406.8s;
+ animation-delay : 406.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4069) {
+ -webkit-animation-delay : 406.9s;
+ animation-delay : 406.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4070) {
+ -webkit-animation-delay : 407s;
+ animation-delay : 407s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4071) {
+ -webkit-animation-delay : 407.1s;
+ animation-delay : 407.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4072) {
+ -webkit-animation-delay : 407.2s;
+ animation-delay : 407.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4073) {
+ -webkit-animation-delay : 407.3s;
+ animation-delay : 407.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4074) {
+ -webkit-animation-delay : 407.4s;
+ animation-delay : 407.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4075) {
+ -webkit-animation-delay : 407.5s;
+ animation-delay : 407.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4076) {
+ -webkit-animation-delay : 407.6s;
+ animation-delay : 407.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4077) {
+ -webkit-animation-delay : 407.7s;
+ animation-delay : 407.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4078) {
+ -webkit-animation-delay : 407.8s;
+ animation-delay : 407.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4079) {
+ -webkit-animation-delay : 407.9s;
+ animation-delay : 407.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4080) {
+ -webkit-animation-delay : 408s;
+ animation-delay : 408s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4081) {
+ -webkit-animation-delay : 408.1s;
+ animation-delay : 408.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4082) {
+ -webkit-animation-delay : 408.2s;
+ animation-delay : 408.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4083) {
+ -webkit-animation-delay : 408.3s;
+ animation-delay : 408.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4084) {
+ -webkit-animation-delay : 408.4s;
+ animation-delay : 408.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4085) {
+ -webkit-animation-delay : 408.5s;
+ animation-delay : 408.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4086) {
+ -webkit-animation-delay : 408.6s;
+ animation-delay : 408.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4087) {
+ -webkit-animation-delay : 408.7s;
+ animation-delay : 408.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4088) {
+ -webkit-animation-delay : 408.8s;
+ animation-delay : 408.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4089) {
+ -webkit-animation-delay : 408.9s;
+ animation-delay : 408.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4090) {
+ -webkit-animation-delay : 409s;
+ animation-delay : 409s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4091) {
+ -webkit-animation-delay : 409.1s;
+ animation-delay : 409.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4092) {
+ -webkit-animation-delay : 409.2s;
+ animation-delay : 409.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4093) {
+ -webkit-animation-delay : 409.3s;
+ animation-delay : 409.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4094) {
+ -webkit-animation-delay : 409.4s;
+ animation-delay : 409.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4095) {
+ -webkit-animation-delay : 409.5s;
+ animation-delay : 409.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4096) {
+ -webkit-animation-delay : 409.6s;
+ animation-delay : 409.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4097) {
+ -webkit-animation-delay : 409.7s;
+ animation-delay : 409.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4098) {
+ -webkit-animation-delay : 409.8s;
+ animation-delay : 409.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4099) {
+ -webkit-animation-delay : 409.9s;
+ animation-delay : 409.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4100) {
+ -webkit-animation-delay : 410s;
+ animation-delay : 410s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4101) {
+ -webkit-animation-delay : 410.1s;
+ animation-delay : 410.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4102) {
+ -webkit-animation-delay : 410.2s;
+ animation-delay : 410.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4103) {
+ -webkit-animation-delay : 410.3s;
+ animation-delay : 410.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4104) {
+ -webkit-animation-delay : 410.4s;
+ animation-delay : 410.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4105) {
+ -webkit-animation-delay : 410.5s;
+ animation-delay : 410.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4106) {
+ -webkit-animation-delay : 410.6s;
+ animation-delay : 410.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4107) {
+ -webkit-animation-delay : 410.7s;
+ animation-delay : 410.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4108) {
+ -webkit-animation-delay : 410.8s;
+ animation-delay : 410.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4109) {
+ -webkit-animation-delay : 410.9s;
+ animation-delay : 410.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4110) {
+ -webkit-animation-delay : 411s;
+ animation-delay : 411s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4111) {
+ -webkit-animation-delay : 411.1s;
+ animation-delay : 411.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4112) {
+ -webkit-animation-delay : 411.2s;
+ animation-delay : 411.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4113) {
+ -webkit-animation-delay : 411.3s;
+ animation-delay : 411.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4114) {
+ -webkit-animation-delay : 411.4s;
+ animation-delay : 411.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4115) {
+ -webkit-animation-delay : 411.5s;
+ animation-delay : 411.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4116) {
+ -webkit-animation-delay : 411.6s;
+ animation-delay : 411.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4117) {
+ -webkit-animation-delay : 411.7s;
+ animation-delay : 411.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4118) {
+ -webkit-animation-delay : 411.8s;
+ animation-delay : 411.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4119) {
+ -webkit-animation-delay : 411.9s;
+ animation-delay : 411.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4120) {
+ -webkit-animation-delay : 412s;
+ animation-delay : 412s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4121) {
+ -webkit-animation-delay : 412.1s;
+ animation-delay : 412.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4122) {
+ -webkit-animation-delay : 412.2s;
+ animation-delay : 412.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4123) {
+ -webkit-animation-delay : 412.3s;
+ animation-delay : 412.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4124) {
+ -webkit-animation-delay : 412.4s;
+ animation-delay : 412.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4125) {
+ -webkit-animation-delay : 412.5s;
+ animation-delay : 412.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4126) {
+ -webkit-animation-delay : 412.6s;
+ animation-delay : 412.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4127) {
+ -webkit-animation-delay : 412.7s;
+ animation-delay : 412.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4128) {
+ -webkit-animation-delay : 412.8s;
+ animation-delay : 412.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4129) {
+ -webkit-animation-delay : 412.9s;
+ animation-delay : 412.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4130) {
+ -webkit-animation-delay : 413s;
+ animation-delay : 413s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4131) {
+ -webkit-animation-delay : 413.1s;
+ animation-delay : 413.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4132) {
+ -webkit-animation-delay : 413.2s;
+ animation-delay : 413.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4133) {
+ -webkit-animation-delay : 413.3s;
+ animation-delay : 413.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4134) {
+ -webkit-animation-delay : 413.4s;
+ animation-delay : 413.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4135) {
+ -webkit-animation-delay : 413.5s;
+ animation-delay : 413.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4136) {
+ -webkit-animation-delay : 413.6s;
+ animation-delay : 413.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4137) {
+ -webkit-animation-delay : 413.7s;
+ animation-delay : 413.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4138) {
+ -webkit-animation-delay : 413.8s;
+ animation-delay : 413.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4139) {
+ -webkit-animation-delay : 413.9s;
+ animation-delay : 413.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4140) {
+ -webkit-animation-delay : 414s;
+ animation-delay : 414s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4141) {
+ -webkit-animation-delay : 414.1s;
+ animation-delay : 414.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4142) {
+ -webkit-animation-delay : 414.2s;
+ animation-delay : 414.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4143) {
+ -webkit-animation-delay : 414.3s;
+ animation-delay : 414.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4144) {
+ -webkit-animation-delay : 414.4s;
+ animation-delay : 414.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4145) {
+ -webkit-animation-delay : 414.5s;
+ animation-delay : 414.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4146) {
+ -webkit-animation-delay : 414.6s;
+ animation-delay : 414.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4147) {
+ -webkit-animation-delay : 414.7s;
+ animation-delay : 414.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4148) {
+ -webkit-animation-delay : 414.8s;
+ animation-delay : 414.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4149) {
+ -webkit-animation-delay : 414.9s;
+ animation-delay : 414.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4150) {
+ -webkit-animation-delay : 415s;
+ animation-delay : 415s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4151) {
+ -webkit-animation-delay : 415.1s;
+ animation-delay : 415.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4152) {
+ -webkit-animation-delay : 415.2s;
+ animation-delay : 415.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4153) {
+ -webkit-animation-delay : 415.3s;
+ animation-delay : 415.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4154) {
+ -webkit-animation-delay : 415.4s;
+ animation-delay : 415.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4155) {
+ -webkit-animation-delay : 415.5s;
+ animation-delay : 415.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4156) {
+ -webkit-animation-delay : 415.6s;
+ animation-delay : 415.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4157) {
+ -webkit-animation-delay : 415.7s;
+ animation-delay : 415.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4158) {
+ -webkit-animation-delay : 415.8s;
+ animation-delay : 415.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4159) {
+ -webkit-animation-delay : 415.9s;
+ animation-delay : 415.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4160) {
+ -webkit-animation-delay : 416s;
+ animation-delay : 416s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4161) {
+ -webkit-animation-delay : 416.1s;
+ animation-delay : 416.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4162) {
+ -webkit-animation-delay : 416.2s;
+ animation-delay : 416.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4163) {
+ -webkit-animation-delay : 416.3s;
+ animation-delay : 416.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4164) {
+ -webkit-animation-delay : 416.4s;
+ animation-delay : 416.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4165) {
+ -webkit-animation-delay : 416.5s;
+ animation-delay : 416.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4166) {
+ -webkit-animation-delay : 416.6s;
+ animation-delay : 416.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4167) {
+ -webkit-animation-delay : 416.7s;
+ animation-delay : 416.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4168) {
+ -webkit-animation-delay : 416.8s;
+ animation-delay : 416.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4169) {
+ -webkit-animation-delay : 416.9s;
+ animation-delay : 416.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4170) {
+ -webkit-animation-delay : 417s;
+ animation-delay : 417s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4171) {
+ -webkit-animation-delay : 417.1s;
+ animation-delay : 417.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4172) {
+ -webkit-animation-delay : 417.2s;
+ animation-delay : 417.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4173) {
+ -webkit-animation-delay : 417.3s;
+ animation-delay : 417.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4174) {
+ -webkit-animation-delay : 417.4s;
+ animation-delay : 417.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4175) {
+ -webkit-animation-delay : 417.5s;
+ animation-delay : 417.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4176) {
+ -webkit-animation-delay : 417.6s;
+ animation-delay : 417.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4177) {
+ -webkit-animation-delay : 417.7s;
+ animation-delay : 417.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4178) {
+ -webkit-animation-delay : 417.8s;
+ animation-delay : 417.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4179) {
+ -webkit-animation-delay : 417.9s;
+ animation-delay : 417.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4180) {
+ -webkit-animation-delay : 418s;
+ animation-delay : 418s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4181) {
+ -webkit-animation-delay : 418.1s;
+ animation-delay : 418.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4182) {
+ -webkit-animation-delay : 418.2s;
+ animation-delay : 418.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4183) {
+ -webkit-animation-delay : 418.3s;
+ animation-delay : 418.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4184) {
+ -webkit-animation-delay : 418.4s;
+ animation-delay : 418.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4185) {
+ -webkit-animation-delay : 418.5s;
+ animation-delay : 418.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4186) {
+ -webkit-animation-delay : 418.6s;
+ animation-delay : 418.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4187) {
+ -webkit-animation-delay : 418.7s;
+ animation-delay : 418.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4188) {
+ -webkit-animation-delay : 418.8s;
+ animation-delay : 418.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4189) {
+ -webkit-animation-delay : 418.9s;
+ animation-delay : 418.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4190) {
+ -webkit-animation-delay : 419s;
+ animation-delay : 419s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4191) {
+ -webkit-animation-delay : 419.1s;
+ animation-delay : 419.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4192) {
+ -webkit-animation-delay : 419.2s;
+ animation-delay : 419.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4193) {
+ -webkit-animation-delay : 419.3s;
+ animation-delay : 419.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4194) {
+ -webkit-animation-delay : 419.4s;
+ animation-delay : 419.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4195) {
+ -webkit-animation-delay : 419.5s;
+ animation-delay : 419.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4196) {
+ -webkit-animation-delay : 419.6s;
+ animation-delay : 419.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4197) {
+ -webkit-animation-delay : 419.7s;
+ animation-delay : 419.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4198) {
+ -webkit-animation-delay : 419.8s;
+ animation-delay : 419.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4199) {
+ -webkit-animation-delay : 419.9s;
+ animation-delay : 419.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4200) {
+ -webkit-animation-delay : 420s;
+ animation-delay : 420s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4201) {
+ -webkit-animation-delay : 420.1s;
+ animation-delay : 420.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4202) {
+ -webkit-animation-delay : 420.2s;
+ animation-delay : 420.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4203) {
+ -webkit-animation-delay : 420.3s;
+ animation-delay : 420.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4204) {
+ -webkit-animation-delay : 420.4s;
+ animation-delay : 420.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4205) {
+ -webkit-animation-delay : 420.5s;
+ animation-delay : 420.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4206) {
+ -webkit-animation-delay : 420.6s;
+ animation-delay : 420.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4207) {
+ -webkit-animation-delay : 420.7s;
+ animation-delay : 420.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4208) {
+ -webkit-animation-delay : 420.8s;
+ animation-delay : 420.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4209) {
+ -webkit-animation-delay : 420.9s;
+ animation-delay : 420.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4210) {
+ -webkit-animation-delay : 421s;
+ animation-delay : 421s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4211) {
+ -webkit-animation-delay : 421.1s;
+ animation-delay : 421.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4212) {
+ -webkit-animation-delay : 421.2s;
+ animation-delay : 421.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4213) {
+ -webkit-animation-delay : 421.3s;
+ animation-delay : 421.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4214) {
+ -webkit-animation-delay : 421.4s;
+ animation-delay : 421.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4215) {
+ -webkit-animation-delay : 421.5s;
+ animation-delay : 421.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4216) {
+ -webkit-animation-delay : 421.6s;
+ animation-delay : 421.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4217) {
+ -webkit-animation-delay : 421.7s;
+ animation-delay : 421.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4218) {
+ -webkit-animation-delay : 421.8s;
+ animation-delay : 421.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4219) {
+ -webkit-animation-delay : 421.9s;
+ animation-delay : 421.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4220) {
+ -webkit-animation-delay : 422s;
+ animation-delay : 422s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4221) {
+ -webkit-animation-delay : 422.1s;
+ animation-delay : 422.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4222) {
+ -webkit-animation-delay : 422.2s;
+ animation-delay : 422.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4223) {
+ -webkit-animation-delay : 422.3s;
+ animation-delay : 422.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4224) {
+ -webkit-animation-delay : 422.4s;
+ animation-delay : 422.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4225) {
+ -webkit-animation-delay : 422.5s;
+ animation-delay : 422.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4226) {
+ -webkit-animation-delay : 422.6s;
+ animation-delay : 422.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4227) {
+ -webkit-animation-delay : 422.7s;
+ animation-delay : 422.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4228) {
+ -webkit-animation-delay : 422.8s;
+ animation-delay : 422.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4229) {
+ -webkit-animation-delay : 422.9s;
+ animation-delay : 422.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4230) {
+ -webkit-animation-delay : 423s;
+ animation-delay : 423s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4231) {
+ -webkit-animation-delay : 423.1s;
+ animation-delay : 423.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4232) {
+ -webkit-animation-delay : 423.2s;
+ animation-delay : 423.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4233) {
+ -webkit-animation-delay : 423.3s;
+ animation-delay : 423.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4234) {
+ -webkit-animation-delay : 423.4s;
+ animation-delay : 423.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4235) {
+ -webkit-animation-delay : 423.5s;
+ animation-delay : 423.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4236) {
+ -webkit-animation-delay : 423.6s;
+ animation-delay : 423.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4237) {
+ -webkit-animation-delay : 423.7s;
+ animation-delay : 423.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4238) {
+ -webkit-animation-delay : 423.8s;
+ animation-delay : 423.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4239) {
+ -webkit-animation-delay : 423.9s;
+ animation-delay : 423.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4240) {
+ -webkit-animation-delay : 424s;
+ animation-delay : 424s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4241) {
+ -webkit-animation-delay : 424.1s;
+ animation-delay : 424.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4242) {
+ -webkit-animation-delay : 424.2s;
+ animation-delay : 424.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4243) {
+ -webkit-animation-delay : 424.3s;
+ animation-delay : 424.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4244) {
+ -webkit-animation-delay : 424.4s;
+ animation-delay : 424.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4245) {
+ -webkit-animation-delay : 424.5s;
+ animation-delay : 424.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4246) {
+ -webkit-animation-delay : 424.6s;
+ animation-delay : 424.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4247) {
+ -webkit-animation-delay : 424.7s;
+ animation-delay : 424.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4248) {
+ -webkit-animation-delay : 424.8s;
+ animation-delay : 424.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4249) {
+ -webkit-animation-delay : 424.9s;
+ animation-delay : 424.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4250) {
+ -webkit-animation-delay : 425s;
+ animation-delay : 425s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4251) {
+ -webkit-animation-delay : 425.1s;
+ animation-delay : 425.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4252) {
+ -webkit-animation-delay : 425.2s;
+ animation-delay : 425.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4253) {
+ -webkit-animation-delay : 425.3s;
+ animation-delay : 425.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4254) {
+ -webkit-animation-delay : 425.4s;
+ animation-delay : 425.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4255) {
+ -webkit-animation-delay : 425.5s;
+ animation-delay : 425.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4256) {
+ -webkit-animation-delay : 425.6s;
+ animation-delay : 425.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4257) {
+ -webkit-animation-delay : 425.7s;
+ animation-delay : 425.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4258) {
+ -webkit-animation-delay : 425.8s;
+ animation-delay : 425.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4259) {
+ -webkit-animation-delay : 425.9s;
+ animation-delay : 425.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4260) {
+ -webkit-animation-delay : 426s;
+ animation-delay : 426s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4261) {
+ -webkit-animation-delay : 426.1s;
+ animation-delay : 426.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4262) {
+ -webkit-animation-delay : 426.2s;
+ animation-delay : 426.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4263) {
+ -webkit-animation-delay : 426.3s;
+ animation-delay : 426.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4264) {
+ -webkit-animation-delay : 426.4s;
+ animation-delay : 426.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4265) {
+ -webkit-animation-delay : 426.5s;
+ animation-delay : 426.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4266) {
+ -webkit-animation-delay : 426.6s;
+ animation-delay : 426.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4267) {
+ -webkit-animation-delay : 426.7s;
+ animation-delay : 426.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4268) {
+ -webkit-animation-delay : 426.8s;
+ animation-delay : 426.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4269) {
+ -webkit-animation-delay : 426.9s;
+ animation-delay : 426.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4270) {
+ -webkit-animation-delay : 427s;
+ animation-delay : 427s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4271) {
+ -webkit-animation-delay : 427.1s;
+ animation-delay : 427.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4272) {
+ -webkit-animation-delay : 427.2s;
+ animation-delay : 427.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4273) {
+ -webkit-animation-delay : 427.3s;
+ animation-delay : 427.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4274) {
+ -webkit-animation-delay : 427.4s;
+ animation-delay : 427.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4275) {
+ -webkit-animation-delay : 427.5s;
+ animation-delay : 427.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4276) {
+ -webkit-animation-delay : 427.6s;
+ animation-delay : 427.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4277) {
+ -webkit-animation-delay : 427.7s;
+ animation-delay : 427.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4278) {
+ -webkit-animation-delay : 427.8s;
+ animation-delay : 427.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4279) {
+ -webkit-animation-delay : 427.9s;
+ animation-delay : 427.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4280) {
+ -webkit-animation-delay : 428s;
+ animation-delay : 428s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4281) {
+ -webkit-animation-delay : 428.1s;
+ animation-delay : 428.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4282) {
+ -webkit-animation-delay : 428.2s;
+ animation-delay : 428.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4283) {
+ -webkit-animation-delay : 428.3s;
+ animation-delay : 428.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4284) {
+ -webkit-animation-delay : 428.4s;
+ animation-delay : 428.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4285) {
+ -webkit-animation-delay : 428.5s;
+ animation-delay : 428.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4286) {
+ -webkit-animation-delay : 428.6s;
+ animation-delay : 428.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4287) {
+ -webkit-animation-delay : 428.7s;
+ animation-delay : 428.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4288) {
+ -webkit-animation-delay : 428.8s;
+ animation-delay : 428.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4289) {
+ -webkit-animation-delay : 428.9s;
+ animation-delay : 428.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4290) {
+ -webkit-animation-delay : 429s;
+ animation-delay : 429s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4291) {
+ -webkit-animation-delay : 429.1s;
+ animation-delay : 429.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4292) {
+ -webkit-animation-delay : 429.2s;
+ animation-delay : 429.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4293) {
+ -webkit-animation-delay : 429.3s;
+ animation-delay : 429.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4294) {
+ -webkit-animation-delay : 429.4s;
+ animation-delay : 429.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4295) {
+ -webkit-animation-delay : 429.5s;
+ animation-delay : 429.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4296) {
+ -webkit-animation-delay : 429.6s;
+ animation-delay : 429.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4297) {
+ -webkit-animation-delay : 429.7s;
+ animation-delay : 429.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4298) {
+ -webkit-animation-delay : 429.8s;
+ animation-delay : 429.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4299) {
+ -webkit-animation-delay : 429.9s;
+ animation-delay : 429.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4300) {
+ -webkit-animation-delay : 430s;
+ animation-delay : 430s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4301) {
+ -webkit-animation-delay : 430.1s;
+ animation-delay : 430.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4302) {
+ -webkit-animation-delay : 430.2s;
+ animation-delay : 430.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4303) {
+ -webkit-animation-delay : 430.3s;
+ animation-delay : 430.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4304) {
+ -webkit-animation-delay : 430.4s;
+ animation-delay : 430.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4305) {
+ -webkit-animation-delay : 430.5s;
+ animation-delay : 430.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4306) {
+ -webkit-animation-delay : 430.6s;
+ animation-delay : 430.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4307) {
+ -webkit-animation-delay : 430.7s;
+ animation-delay : 430.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4308) {
+ -webkit-animation-delay : 430.8s;
+ animation-delay : 430.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4309) {
+ -webkit-animation-delay : 430.9s;
+ animation-delay : 430.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4310) {
+ -webkit-animation-delay : 431s;
+ animation-delay : 431s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4311) {
+ -webkit-animation-delay : 431.1s;
+ animation-delay : 431.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4312) {
+ -webkit-animation-delay : 431.2s;
+ animation-delay : 431.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4313) {
+ -webkit-animation-delay : 431.3s;
+ animation-delay : 431.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4314) {
+ -webkit-animation-delay : 431.4s;
+ animation-delay : 431.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4315) {
+ -webkit-animation-delay : 431.5s;
+ animation-delay : 431.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4316) {
+ -webkit-animation-delay : 431.6s;
+ animation-delay : 431.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4317) {
+ -webkit-animation-delay : 431.7s;
+ animation-delay : 431.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4318) {
+ -webkit-animation-delay : 431.8s;
+ animation-delay : 431.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4319) {
+ -webkit-animation-delay : 431.9s;
+ animation-delay : 431.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4320) {
+ -webkit-animation-delay : 432s;
+ animation-delay : 432s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4321) {
+ -webkit-animation-delay : 432.1s;
+ animation-delay : 432.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4322) {
+ -webkit-animation-delay : 432.2s;
+ animation-delay : 432.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4323) {
+ -webkit-animation-delay : 432.3s;
+ animation-delay : 432.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4324) {
+ -webkit-animation-delay : 432.4s;
+ animation-delay : 432.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4325) {
+ -webkit-animation-delay : 432.5s;
+ animation-delay : 432.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4326) {
+ -webkit-animation-delay : 432.6s;
+ animation-delay : 432.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4327) {
+ -webkit-animation-delay : 432.7s;
+ animation-delay : 432.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4328) {
+ -webkit-animation-delay : 432.8s;
+ animation-delay : 432.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4329) {
+ -webkit-animation-delay : 432.9s;
+ animation-delay : 432.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4330) {
+ -webkit-animation-delay : 433s;
+ animation-delay : 433s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4331) {
+ -webkit-animation-delay : 433.1s;
+ animation-delay : 433.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4332) {
+ -webkit-animation-delay : 433.2s;
+ animation-delay : 433.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4333) {
+ -webkit-animation-delay : 433.3s;
+ animation-delay : 433.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4334) {
+ -webkit-animation-delay : 433.4s;
+ animation-delay : 433.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4335) {
+ -webkit-animation-delay : 433.5s;
+ animation-delay : 433.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4336) {
+ -webkit-animation-delay : 433.6s;
+ animation-delay : 433.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4337) {
+ -webkit-animation-delay : 433.7s;
+ animation-delay : 433.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4338) {
+ -webkit-animation-delay : 433.8s;
+ animation-delay : 433.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4339) {
+ -webkit-animation-delay : 433.9s;
+ animation-delay : 433.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4340) {
+ -webkit-animation-delay : 434s;
+ animation-delay : 434s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4341) {
+ -webkit-animation-delay : 434.1s;
+ animation-delay : 434.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4342) {
+ -webkit-animation-delay : 434.2s;
+ animation-delay : 434.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4343) {
+ -webkit-animation-delay : 434.3s;
+ animation-delay : 434.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4344) {
+ -webkit-animation-delay : 434.4s;
+ animation-delay : 434.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4345) {
+ -webkit-animation-delay : 434.5s;
+ animation-delay : 434.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4346) {
+ -webkit-animation-delay : 434.6s;
+ animation-delay : 434.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4347) {
+ -webkit-animation-delay : 434.7s;
+ animation-delay : 434.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4348) {
+ -webkit-animation-delay : 434.8s;
+ animation-delay : 434.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4349) {
+ -webkit-animation-delay : 434.9s;
+ animation-delay : 434.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4350) {
+ -webkit-animation-delay : 435s;
+ animation-delay : 435s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4351) {
+ -webkit-animation-delay : 435.1s;
+ animation-delay : 435.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4352) {
+ -webkit-animation-delay : 435.2s;
+ animation-delay : 435.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4353) {
+ -webkit-animation-delay : 435.3s;
+ animation-delay : 435.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4354) {
+ -webkit-animation-delay : 435.4s;
+ animation-delay : 435.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4355) {
+ -webkit-animation-delay : 435.5s;
+ animation-delay : 435.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4356) {
+ -webkit-animation-delay : 435.6s;
+ animation-delay : 435.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4357) {
+ -webkit-animation-delay : 435.7s;
+ animation-delay : 435.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4358) {
+ -webkit-animation-delay : 435.8s;
+ animation-delay : 435.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4359) {
+ -webkit-animation-delay : 435.9s;
+ animation-delay : 435.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4360) {
+ -webkit-animation-delay : 436s;
+ animation-delay : 436s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4361) {
+ -webkit-animation-delay : 436.1s;
+ animation-delay : 436.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4362) {
+ -webkit-animation-delay : 436.2s;
+ animation-delay : 436.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4363) {
+ -webkit-animation-delay : 436.3s;
+ animation-delay : 436.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4364) {
+ -webkit-animation-delay : 436.4s;
+ animation-delay : 436.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4365) {
+ -webkit-animation-delay : 436.5s;
+ animation-delay : 436.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4366) {
+ -webkit-animation-delay : 436.6s;
+ animation-delay : 436.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4367) {
+ -webkit-animation-delay : 436.7s;
+ animation-delay : 436.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4368) {
+ -webkit-animation-delay : 436.8s;
+ animation-delay : 436.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4369) {
+ -webkit-animation-delay : 436.9s;
+ animation-delay : 436.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4370) {
+ -webkit-animation-delay : 437s;
+ animation-delay : 437s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4371) {
+ -webkit-animation-delay : 437.1s;
+ animation-delay : 437.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4372) {
+ -webkit-animation-delay : 437.2s;
+ animation-delay : 437.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4373) {
+ -webkit-animation-delay : 437.3s;
+ animation-delay : 437.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4374) {
+ -webkit-animation-delay : 437.4s;
+ animation-delay : 437.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4375) {
+ -webkit-animation-delay : 437.5s;
+ animation-delay : 437.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4376) {
+ -webkit-animation-delay : 437.6s;
+ animation-delay : 437.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4377) {
+ -webkit-animation-delay : 437.7s;
+ animation-delay : 437.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4378) {
+ -webkit-animation-delay : 437.8s;
+ animation-delay : 437.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4379) {
+ -webkit-animation-delay : 437.9s;
+ animation-delay : 437.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4380) {
+ -webkit-animation-delay : 438s;
+ animation-delay : 438s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4381) {
+ -webkit-animation-delay : 438.1s;
+ animation-delay : 438.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4382) {
+ -webkit-animation-delay : 438.2s;
+ animation-delay : 438.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4383) {
+ -webkit-animation-delay : 438.3s;
+ animation-delay : 438.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4384) {
+ -webkit-animation-delay : 438.4s;
+ animation-delay : 438.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4385) {
+ -webkit-animation-delay : 438.5s;
+ animation-delay : 438.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4386) {
+ -webkit-animation-delay : 438.6s;
+ animation-delay : 438.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4387) {
+ -webkit-animation-delay : 438.7s;
+ animation-delay : 438.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4388) {
+ -webkit-animation-delay : 438.8s;
+ animation-delay : 438.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4389) {
+ -webkit-animation-delay : 438.9s;
+ animation-delay : 438.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4390) {
+ -webkit-animation-delay : 439s;
+ animation-delay : 439s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4391) {
+ -webkit-animation-delay : 439.1s;
+ animation-delay : 439.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4392) {
+ -webkit-animation-delay : 439.2s;
+ animation-delay : 439.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4393) {
+ -webkit-animation-delay : 439.3s;
+ animation-delay : 439.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4394) {
+ -webkit-animation-delay : 439.4s;
+ animation-delay : 439.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4395) {
+ -webkit-animation-delay : 439.5s;
+ animation-delay : 439.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4396) {
+ -webkit-animation-delay : 439.6s;
+ animation-delay : 439.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4397) {
+ -webkit-animation-delay : 439.7s;
+ animation-delay : 439.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4398) {
+ -webkit-animation-delay : 439.8s;
+ animation-delay : 439.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4399) {
+ -webkit-animation-delay : 439.9s;
+ animation-delay : 439.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4400) {
+ -webkit-animation-delay : 440s;
+ animation-delay : 440s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4401) {
+ -webkit-animation-delay : 440.1s;
+ animation-delay : 440.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4402) {
+ -webkit-animation-delay : 440.2s;
+ animation-delay : 440.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4403) {
+ -webkit-animation-delay : 440.3s;
+ animation-delay : 440.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4404) {
+ -webkit-animation-delay : 440.4s;
+ animation-delay : 440.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4405) {
+ -webkit-animation-delay : 440.5s;
+ animation-delay : 440.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4406) {
+ -webkit-animation-delay : 440.6s;
+ animation-delay : 440.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4407) {
+ -webkit-animation-delay : 440.7s;
+ animation-delay : 440.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4408) {
+ -webkit-animation-delay : 440.8s;
+ animation-delay : 440.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4409) {
+ -webkit-animation-delay : 440.9s;
+ animation-delay : 440.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4410) {
+ -webkit-animation-delay : 441s;
+ animation-delay : 441s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4411) {
+ -webkit-animation-delay : 441.1s;
+ animation-delay : 441.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4412) {
+ -webkit-animation-delay : 441.2s;
+ animation-delay : 441.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4413) {
+ -webkit-animation-delay : 441.3s;
+ animation-delay : 441.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4414) {
+ -webkit-animation-delay : 441.4s;
+ animation-delay : 441.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4415) {
+ -webkit-animation-delay : 441.5s;
+ animation-delay : 441.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4416) {
+ -webkit-animation-delay : 441.6s;
+ animation-delay : 441.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4417) {
+ -webkit-animation-delay : 441.7s;
+ animation-delay : 441.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4418) {
+ -webkit-animation-delay : 441.8s;
+ animation-delay : 441.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4419) {
+ -webkit-animation-delay : 441.9s;
+ animation-delay : 441.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4420) {
+ -webkit-animation-delay : 442s;
+ animation-delay : 442s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4421) {
+ -webkit-animation-delay : 442.1s;
+ animation-delay : 442.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4422) {
+ -webkit-animation-delay : 442.2s;
+ animation-delay : 442.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4423) {
+ -webkit-animation-delay : 442.3s;
+ animation-delay : 442.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4424) {
+ -webkit-animation-delay : 442.4s;
+ animation-delay : 442.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4425) {
+ -webkit-animation-delay : 442.5s;
+ animation-delay : 442.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4426) {
+ -webkit-animation-delay : 442.6s;
+ animation-delay : 442.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4427) {
+ -webkit-animation-delay : 442.7s;
+ animation-delay : 442.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4428) {
+ -webkit-animation-delay : 442.8s;
+ animation-delay : 442.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4429) {
+ -webkit-animation-delay : 442.9s;
+ animation-delay : 442.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4430) {
+ -webkit-animation-delay : 443s;
+ animation-delay : 443s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4431) {
+ -webkit-animation-delay : 443.1s;
+ animation-delay : 443.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4432) {
+ -webkit-animation-delay : 443.2s;
+ animation-delay : 443.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4433) {
+ -webkit-animation-delay : 443.3s;
+ animation-delay : 443.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4434) {
+ -webkit-animation-delay : 443.4s;
+ animation-delay : 443.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4435) {
+ -webkit-animation-delay : 443.5s;
+ animation-delay : 443.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4436) {
+ -webkit-animation-delay : 443.6s;
+ animation-delay : 443.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4437) {
+ -webkit-animation-delay : 443.7s;
+ animation-delay : 443.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4438) {
+ -webkit-animation-delay : 443.8s;
+ animation-delay : 443.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4439) {
+ -webkit-animation-delay : 443.9s;
+ animation-delay : 443.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4440) {
+ -webkit-animation-delay : 444s;
+ animation-delay : 444s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4441) {
+ -webkit-animation-delay : 444.1s;
+ animation-delay : 444.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4442) {
+ -webkit-animation-delay : 444.2s;
+ animation-delay : 444.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4443) {
+ -webkit-animation-delay : 444.3s;
+ animation-delay : 444.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4444) {
+ -webkit-animation-delay : 444.4s;
+ animation-delay : 444.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4445) {
+ -webkit-animation-delay : 444.5s;
+ animation-delay : 444.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4446) {
+ -webkit-animation-delay : 444.6s;
+ animation-delay : 444.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4447) {
+ -webkit-animation-delay : 444.7s;
+ animation-delay : 444.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4448) {
+ -webkit-animation-delay : 444.8s;
+ animation-delay : 444.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4449) {
+ -webkit-animation-delay : 444.9s;
+ animation-delay : 444.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4450) {
+ -webkit-animation-delay : 445s;
+ animation-delay : 445s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4451) {
+ -webkit-animation-delay : 445.1s;
+ animation-delay : 445.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4452) {
+ -webkit-animation-delay : 445.2s;
+ animation-delay : 445.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4453) {
+ -webkit-animation-delay : 445.3s;
+ animation-delay : 445.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4454) {
+ -webkit-animation-delay : 445.4s;
+ animation-delay : 445.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4455) {
+ -webkit-animation-delay : 445.5s;
+ animation-delay : 445.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4456) {
+ -webkit-animation-delay : 445.6s;
+ animation-delay : 445.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4457) {
+ -webkit-animation-delay : 445.7s;
+ animation-delay : 445.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4458) {
+ -webkit-animation-delay : 445.8s;
+ animation-delay : 445.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4459) {
+ -webkit-animation-delay : 445.9s;
+ animation-delay : 445.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4460) {
+ -webkit-animation-delay : 446s;
+ animation-delay : 446s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4461) {
+ -webkit-animation-delay : 446.1s;
+ animation-delay : 446.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4462) {
+ -webkit-animation-delay : 446.2s;
+ animation-delay : 446.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4463) {
+ -webkit-animation-delay : 446.3s;
+ animation-delay : 446.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4464) {
+ -webkit-animation-delay : 446.4s;
+ animation-delay : 446.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4465) {
+ -webkit-animation-delay : 446.5s;
+ animation-delay : 446.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4466) {
+ -webkit-animation-delay : 446.6s;
+ animation-delay : 446.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4467) {
+ -webkit-animation-delay : 446.7s;
+ animation-delay : 446.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4468) {
+ -webkit-animation-delay : 446.8s;
+ animation-delay : 446.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4469) {
+ -webkit-animation-delay : 446.9s;
+ animation-delay : 446.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4470) {
+ -webkit-animation-delay : 447s;
+ animation-delay : 447s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4471) {
+ -webkit-animation-delay : 447.1s;
+ animation-delay : 447.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4472) {
+ -webkit-animation-delay : 447.2s;
+ animation-delay : 447.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4473) {
+ -webkit-animation-delay : 447.3s;
+ animation-delay : 447.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4474) {
+ -webkit-animation-delay : 447.4s;
+ animation-delay : 447.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4475) {
+ -webkit-animation-delay : 447.5s;
+ animation-delay : 447.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4476) {
+ -webkit-animation-delay : 447.6s;
+ animation-delay : 447.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4477) {
+ -webkit-animation-delay : 447.7s;
+ animation-delay : 447.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4478) {
+ -webkit-animation-delay : 447.8s;
+ animation-delay : 447.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4479) {
+ -webkit-animation-delay : 447.9s;
+ animation-delay : 447.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4480) {
+ -webkit-animation-delay : 448s;
+ animation-delay : 448s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4481) {
+ -webkit-animation-delay : 448.1s;
+ animation-delay : 448.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4482) {
+ -webkit-animation-delay : 448.2s;
+ animation-delay : 448.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4483) {
+ -webkit-animation-delay : 448.3s;
+ animation-delay : 448.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4484) {
+ -webkit-animation-delay : 448.4s;
+ animation-delay : 448.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4485) {
+ -webkit-animation-delay : 448.5s;
+ animation-delay : 448.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4486) {
+ -webkit-animation-delay : 448.6s;
+ animation-delay : 448.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4487) {
+ -webkit-animation-delay : 448.7s;
+ animation-delay : 448.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4488) {
+ -webkit-animation-delay : 448.8s;
+ animation-delay : 448.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4489) {
+ -webkit-animation-delay : 448.9s;
+ animation-delay : 448.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4490) {
+ -webkit-animation-delay : 449s;
+ animation-delay : 449s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4491) {
+ -webkit-animation-delay : 449.1s;
+ animation-delay : 449.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4492) {
+ -webkit-animation-delay : 449.2s;
+ animation-delay : 449.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4493) {
+ -webkit-animation-delay : 449.3s;
+ animation-delay : 449.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4494) {
+ -webkit-animation-delay : 449.4s;
+ animation-delay : 449.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4495) {
+ -webkit-animation-delay : 449.5s;
+ animation-delay : 449.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4496) {
+ -webkit-animation-delay : 449.6s;
+ animation-delay : 449.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4497) {
+ -webkit-animation-delay : 449.7s;
+ animation-delay : 449.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4498) {
+ -webkit-animation-delay : 449.8s;
+ animation-delay : 449.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4499) {
+ -webkit-animation-delay : 449.9s;
+ animation-delay : 449.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4500) {
+ -webkit-animation-delay : 450s;
+ animation-delay : 450s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4501) {
+ -webkit-animation-delay : 450.1s;
+ animation-delay : 450.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4502) {
+ -webkit-animation-delay : 450.2s;
+ animation-delay : 450.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4503) {
+ -webkit-animation-delay : 450.3s;
+ animation-delay : 450.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4504) {
+ -webkit-animation-delay : 450.4s;
+ animation-delay : 450.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4505) {
+ -webkit-animation-delay : 450.5s;
+ animation-delay : 450.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4506) {
+ -webkit-animation-delay : 450.6s;
+ animation-delay : 450.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4507) {
+ -webkit-animation-delay : 450.7s;
+ animation-delay : 450.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4508) {
+ -webkit-animation-delay : 450.8s;
+ animation-delay : 450.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4509) {
+ -webkit-animation-delay : 450.9s;
+ animation-delay : 450.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4510) {
+ -webkit-animation-delay : 451s;
+ animation-delay : 451s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4511) {
+ -webkit-animation-delay : 451.1s;
+ animation-delay : 451.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4512) {
+ -webkit-animation-delay : 451.2s;
+ animation-delay : 451.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4513) {
+ -webkit-animation-delay : 451.3s;
+ animation-delay : 451.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4514) {
+ -webkit-animation-delay : 451.4s;
+ animation-delay : 451.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4515) {
+ -webkit-animation-delay : 451.5s;
+ animation-delay : 451.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4516) {
+ -webkit-animation-delay : 451.6s;
+ animation-delay : 451.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4517) {
+ -webkit-animation-delay : 451.7s;
+ animation-delay : 451.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4518) {
+ -webkit-animation-delay : 451.8s;
+ animation-delay : 451.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4519) {
+ -webkit-animation-delay : 451.9s;
+ animation-delay : 451.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4520) {
+ -webkit-animation-delay : 452s;
+ animation-delay : 452s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4521) {
+ -webkit-animation-delay : 452.1s;
+ animation-delay : 452.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4522) {
+ -webkit-animation-delay : 452.2s;
+ animation-delay : 452.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4523) {
+ -webkit-animation-delay : 452.3s;
+ animation-delay : 452.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4524) {
+ -webkit-animation-delay : 452.4s;
+ animation-delay : 452.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4525) {
+ -webkit-animation-delay : 452.5s;
+ animation-delay : 452.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4526) {
+ -webkit-animation-delay : 452.6s;
+ animation-delay : 452.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4527) {
+ -webkit-animation-delay : 452.7s;
+ animation-delay : 452.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4528) {
+ -webkit-animation-delay : 452.8s;
+ animation-delay : 452.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4529) {
+ -webkit-animation-delay : 452.9s;
+ animation-delay : 452.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4530) {
+ -webkit-animation-delay : 453s;
+ animation-delay : 453s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4531) {
+ -webkit-animation-delay : 453.1s;
+ animation-delay : 453.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4532) {
+ -webkit-animation-delay : 453.2s;
+ animation-delay : 453.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4533) {
+ -webkit-animation-delay : 453.3s;
+ animation-delay : 453.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4534) {
+ -webkit-animation-delay : 453.4s;
+ animation-delay : 453.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4535) {
+ -webkit-animation-delay : 453.5s;
+ animation-delay : 453.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4536) {
+ -webkit-animation-delay : 453.6s;
+ animation-delay : 453.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4537) {
+ -webkit-animation-delay : 453.7s;
+ animation-delay : 453.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4538) {
+ -webkit-animation-delay : 453.8s;
+ animation-delay : 453.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4539) {
+ -webkit-animation-delay : 453.9s;
+ animation-delay : 453.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4540) {
+ -webkit-animation-delay : 454s;
+ animation-delay : 454s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4541) {
+ -webkit-animation-delay : 454.1s;
+ animation-delay : 454.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4542) {
+ -webkit-animation-delay : 454.2s;
+ animation-delay : 454.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4543) {
+ -webkit-animation-delay : 454.3s;
+ animation-delay : 454.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4544) {
+ -webkit-animation-delay : 454.4s;
+ animation-delay : 454.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4545) {
+ -webkit-animation-delay : 454.5s;
+ animation-delay : 454.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4546) {
+ -webkit-animation-delay : 454.6s;
+ animation-delay : 454.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4547) {
+ -webkit-animation-delay : 454.7s;
+ animation-delay : 454.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4548) {
+ -webkit-animation-delay : 454.8s;
+ animation-delay : 454.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4549) {
+ -webkit-animation-delay : 454.9s;
+ animation-delay : 454.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4550) {
+ -webkit-animation-delay : 455s;
+ animation-delay : 455s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4551) {
+ -webkit-animation-delay : 455.1s;
+ animation-delay : 455.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4552) {
+ -webkit-animation-delay : 455.2s;
+ animation-delay : 455.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4553) {
+ -webkit-animation-delay : 455.3s;
+ animation-delay : 455.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4554) {
+ -webkit-animation-delay : 455.4s;
+ animation-delay : 455.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4555) {
+ -webkit-animation-delay : 455.5s;
+ animation-delay : 455.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4556) {
+ -webkit-animation-delay : 455.6s;
+ animation-delay : 455.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4557) {
+ -webkit-animation-delay : 455.7s;
+ animation-delay : 455.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4558) {
+ -webkit-animation-delay : 455.8s;
+ animation-delay : 455.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4559) {
+ -webkit-animation-delay : 455.9s;
+ animation-delay : 455.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4560) {
+ -webkit-animation-delay : 456s;
+ animation-delay : 456s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4561) {
+ -webkit-animation-delay : 456.1s;
+ animation-delay : 456.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4562) {
+ -webkit-animation-delay : 456.2s;
+ animation-delay : 456.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4563) {
+ -webkit-animation-delay : 456.3s;
+ animation-delay : 456.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4564) {
+ -webkit-animation-delay : 456.4s;
+ animation-delay : 456.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4565) {
+ -webkit-animation-delay : 456.5s;
+ animation-delay : 456.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4566) {
+ -webkit-animation-delay : 456.6s;
+ animation-delay : 456.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4567) {
+ -webkit-animation-delay : 456.7s;
+ animation-delay : 456.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4568) {
+ -webkit-animation-delay : 456.8s;
+ animation-delay : 456.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4569) {
+ -webkit-animation-delay : 456.9s;
+ animation-delay : 456.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4570) {
+ -webkit-animation-delay : 457s;
+ animation-delay : 457s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4571) {
+ -webkit-animation-delay : 457.1s;
+ animation-delay : 457.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4572) {
+ -webkit-animation-delay : 457.2s;
+ animation-delay : 457.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4573) {
+ -webkit-animation-delay : 457.3s;
+ animation-delay : 457.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4574) {
+ -webkit-animation-delay : 457.4s;
+ animation-delay : 457.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4575) {
+ -webkit-animation-delay : 457.5s;
+ animation-delay : 457.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4576) {
+ -webkit-animation-delay : 457.6s;
+ animation-delay : 457.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4577) {
+ -webkit-animation-delay : 457.7s;
+ animation-delay : 457.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4578) {
+ -webkit-animation-delay : 457.8s;
+ animation-delay : 457.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4579) {
+ -webkit-animation-delay : 457.9s;
+ animation-delay : 457.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4580) {
+ -webkit-animation-delay : 458s;
+ animation-delay : 458s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4581) {
+ -webkit-animation-delay : 458.1s;
+ animation-delay : 458.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4582) {
+ -webkit-animation-delay : 458.2s;
+ animation-delay : 458.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4583) {
+ -webkit-animation-delay : 458.3s;
+ animation-delay : 458.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4584) {
+ -webkit-animation-delay : 458.4s;
+ animation-delay : 458.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4585) {
+ -webkit-animation-delay : 458.5s;
+ animation-delay : 458.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4586) {
+ -webkit-animation-delay : 458.6s;
+ animation-delay : 458.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4587) {
+ -webkit-animation-delay : 458.7s;
+ animation-delay : 458.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4588) {
+ -webkit-animation-delay : 458.8s;
+ animation-delay : 458.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4589) {
+ -webkit-animation-delay : 458.9s;
+ animation-delay : 458.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4590) {
+ -webkit-animation-delay : 459s;
+ animation-delay : 459s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4591) {
+ -webkit-animation-delay : 459.1s;
+ animation-delay : 459.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4592) {
+ -webkit-animation-delay : 459.2s;
+ animation-delay : 459.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4593) {
+ -webkit-animation-delay : 459.3s;
+ animation-delay : 459.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4594) {
+ -webkit-animation-delay : 459.4s;
+ animation-delay : 459.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4595) {
+ -webkit-animation-delay : 459.5s;
+ animation-delay : 459.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4596) {
+ -webkit-animation-delay : 459.6s;
+ animation-delay : 459.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4597) {
+ -webkit-animation-delay : 459.7s;
+ animation-delay : 459.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4598) {
+ -webkit-animation-delay : 459.8s;
+ animation-delay : 459.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4599) {
+ -webkit-animation-delay : 459.9s;
+ animation-delay : 459.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4600) {
+ -webkit-animation-delay : 460s;
+ animation-delay : 460s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4601) {
+ -webkit-animation-delay : 460.1s;
+ animation-delay : 460.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4602) {
+ -webkit-animation-delay : 460.2s;
+ animation-delay : 460.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4603) {
+ -webkit-animation-delay : 460.3s;
+ animation-delay : 460.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4604) {
+ -webkit-animation-delay : 460.4s;
+ animation-delay : 460.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4605) {
+ -webkit-animation-delay : 460.5s;
+ animation-delay : 460.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4606) {
+ -webkit-animation-delay : 460.6s;
+ animation-delay : 460.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4607) {
+ -webkit-animation-delay : 460.7s;
+ animation-delay : 460.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4608) {
+ -webkit-animation-delay : 460.8s;
+ animation-delay : 460.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4609) {
+ -webkit-animation-delay : 460.9s;
+ animation-delay : 460.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4610) {
+ -webkit-animation-delay : 461s;
+ animation-delay : 461s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4611) {
+ -webkit-animation-delay : 461.1s;
+ animation-delay : 461.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4612) {
+ -webkit-animation-delay : 461.2s;
+ animation-delay : 461.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4613) {
+ -webkit-animation-delay : 461.3s;
+ animation-delay : 461.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4614) {
+ -webkit-animation-delay : 461.4s;
+ animation-delay : 461.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4615) {
+ -webkit-animation-delay : 461.5s;
+ animation-delay : 461.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4616) {
+ -webkit-animation-delay : 461.6s;
+ animation-delay : 461.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4617) {
+ -webkit-animation-delay : 461.7s;
+ animation-delay : 461.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4618) {
+ -webkit-animation-delay : 461.8s;
+ animation-delay : 461.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4619) {
+ -webkit-animation-delay : 461.9s;
+ animation-delay : 461.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4620) {
+ -webkit-animation-delay : 462s;
+ animation-delay : 462s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4621) {
+ -webkit-animation-delay : 462.1s;
+ animation-delay : 462.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4622) {
+ -webkit-animation-delay : 462.2s;
+ animation-delay : 462.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4623) {
+ -webkit-animation-delay : 462.3s;
+ animation-delay : 462.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4624) {
+ -webkit-animation-delay : 462.4s;
+ animation-delay : 462.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4625) {
+ -webkit-animation-delay : 462.5s;
+ animation-delay : 462.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4626) {
+ -webkit-animation-delay : 462.6s;
+ animation-delay : 462.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4627) {
+ -webkit-animation-delay : 462.7s;
+ animation-delay : 462.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4628) {
+ -webkit-animation-delay : 462.8s;
+ animation-delay : 462.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4629) {
+ -webkit-animation-delay : 462.9s;
+ animation-delay : 462.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4630) {
+ -webkit-animation-delay : 463s;
+ animation-delay : 463s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4631) {
+ -webkit-animation-delay : 463.1s;
+ animation-delay : 463.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4632) {
+ -webkit-animation-delay : 463.2s;
+ animation-delay : 463.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4633) {
+ -webkit-animation-delay : 463.3s;
+ animation-delay : 463.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4634) {
+ -webkit-animation-delay : 463.4s;
+ animation-delay : 463.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4635) {
+ -webkit-animation-delay : 463.5s;
+ animation-delay : 463.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4636) {
+ -webkit-animation-delay : 463.6s;
+ animation-delay : 463.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4637) {
+ -webkit-animation-delay : 463.7s;
+ animation-delay : 463.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4638) {
+ -webkit-animation-delay : 463.8s;
+ animation-delay : 463.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4639) {
+ -webkit-animation-delay : 463.9s;
+ animation-delay : 463.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4640) {
+ -webkit-animation-delay : 464s;
+ animation-delay : 464s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4641) {
+ -webkit-animation-delay : 464.1s;
+ animation-delay : 464.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4642) {
+ -webkit-animation-delay : 464.2s;
+ animation-delay : 464.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4643) {
+ -webkit-animation-delay : 464.3s;
+ animation-delay : 464.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4644) {
+ -webkit-animation-delay : 464.4s;
+ animation-delay : 464.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4645) {
+ -webkit-animation-delay : 464.5s;
+ animation-delay : 464.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4646) {
+ -webkit-animation-delay : 464.6s;
+ animation-delay : 464.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4647) {
+ -webkit-animation-delay : 464.7s;
+ animation-delay : 464.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4648) {
+ -webkit-animation-delay : 464.8s;
+ animation-delay : 464.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4649) {
+ -webkit-animation-delay : 464.9s;
+ animation-delay : 464.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4650) {
+ -webkit-animation-delay : 465s;
+ animation-delay : 465s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4651) {
+ -webkit-animation-delay : 465.1s;
+ animation-delay : 465.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4652) {
+ -webkit-animation-delay : 465.2s;
+ animation-delay : 465.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4653) {
+ -webkit-animation-delay : 465.3s;
+ animation-delay : 465.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4654) {
+ -webkit-animation-delay : 465.4s;
+ animation-delay : 465.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4655) {
+ -webkit-animation-delay : 465.5s;
+ animation-delay : 465.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4656) {
+ -webkit-animation-delay : 465.6s;
+ animation-delay : 465.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4657) {
+ -webkit-animation-delay : 465.7s;
+ animation-delay : 465.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4658) {
+ -webkit-animation-delay : 465.8s;
+ animation-delay : 465.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4659) {
+ -webkit-animation-delay : 465.9s;
+ animation-delay : 465.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4660) {
+ -webkit-animation-delay : 466s;
+ animation-delay : 466s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4661) {
+ -webkit-animation-delay : 466.1s;
+ animation-delay : 466.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4662) {
+ -webkit-animation-delay : 466.2s;
+ animation-delay : 466.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4663) {
+ -webkit-animation-delay : 466.3s;
+ animation-delay : 466.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4664) {
+ -webkit-animation-delay : 466.4s;
+ animation-delay : 466.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4665) {
+ -webkit-animation-delay : 466.5s;
+ animation-delay : 466.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4666) {
+ -webkit-animation-delay : 466.6s;
+ animation-delay : 466.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4667) {
+ -webkit-animation-delay : 466.7s;
+ animation-delay : 466.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4668) {
+ -webkit-animation-delay : 466.8s;
+ animation-delay : 466.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4669) {
+ -webkit-animation-delay : 466.9s;
+ animation-delay : 466.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4670) {
+ -webkit-animation-delay : 467s;
+ animation-delay : 467s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4671) {
+ -webkit-animation-delay : 467.1s;
+ animation-delay : 467.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4672) {
+ -webkit-animation-delay : 467.2s;
+ animation-delay : 467.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4673) {
+ -webkit-animation-delay : 467.3s;
+ animation-delay : 467.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4674) {
+ -webkit-animation-delay : 467.4s;
+ animation-delay : 467.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4675) {
+ -webkit-animation-delay : 467.5s;
+ animation-delay : 467.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4676) {
+ -webkit-animation-delay : 467.6s;
+ animation-delay : 467.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4677) {
+ -webkit-animation-delay : 467.7s;
+ animation-delay : 467.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4678) {
+ -webkit-animation-delay : 467.8s;
+ animation-delay : 467.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4679) {
+ -webkit-animation-delay : 467.9s;
+ animation-delay : 467.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4680) {
+ -webkit-animation-delay : 468s;
+ animation-delay : 468s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4681) {
+ -webkit-animation-delay : 468.1s;
+ animation-delay : 468.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4682) {
+ -webkit-animation-delay : 468.2s;
+ animation-delay : 468.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4683) {
+ -webkit-animation-delay : 468.3s;
+ animation-delay : 468.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4684) {
+ -webkit-animation-delay : 468.4s;
+ animation-delay : 468.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4685) {
+ -webkit-animation-delay : 468.5s;
+ animation-delay : 468.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4686) {
+ -webkit-animation-delay : 468.6s;
+ animation-delay : 468.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4687) {
+ -webkit-animation-delay : 468.7s;
+ animation-delay : 468.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4688) {
+ -webkit-animation-delay : 468.8s;
+ animation-delay : 468.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4689) {
+ -webkit-animation-delay : 468.9s;
+ animation-delay : 468.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4690) {
+ -webkit-animation-delay : 469s;
+ animation-delay : 469s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4691) {
+ -webkit-animation-delay : 469.1s;
+ animation-delay : 469.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4692) {
+ -webkit-animation-delay : 469.2s;
+ animation-delay : 469.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4693) {
+ -webkit-animation-delay : 469.3s;
+ animation-delay : 469.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4694) {
+ -webkit-animation-delay : 469.4s;
+ animation-delay : 469.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4695) {
+ -webkit-animation-delay : 469.5s;
+ animation-delay : 469.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4696) {
+ -webkit-animation-delay : 469.6s;
+ animation-delay : 469.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4697) {
+ -webkit-animation-delay : 469.7s;
+ animation-delay : 469.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4698) {
+ -webkit-animation-delay : 469.8s;
+ animation-delay : 469.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4699) {
+ -webkit-animation-delay : 469.9s;
+ animation-delay : 469.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4700) {
+ -webkit-animation-delay : 470s;
+ animation-delay : 470s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4701) {
+ -webkit-animation-delay : 470.1s;
+ animation-delay : 470.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4702) {
+ -webkit-animation-delay : 470.2s;
+ animation-delay : 470.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4703) {
+ -webkit-animation-delay : 470.3s;
+ animation-delay : 470.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4704) {
+ -webkit-animation-delay : 470.4s;
+ animation-delay : 470.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4705) {
+ -webkit-animation-delay : 470.5s;
+ animation-delay : 470.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4706) {
+ -webkit-animation-delay : 470.6s;
+ animation-delay : 470.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4707) {
+ -webkit-animation-delay : 470.7s;
+ animation-delay : 470.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4708) {
+ -webkit-animation-delay : 470.8s;
+ animation-delay : 470.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4709) {
+ -webkit-animation-delay : 470.9s;
+ animation-delay : 470.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4710) {
+ -webkit-animation-delay : 471s;
+ animation-delay : 471s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4711) {
+ -webkit-animation-delay : 471.1s;
+ animation-delay : 471.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4712) {
+ -webkit-animation-delay : 471.2s;
+ animation-delay : 471.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4713) {
+ -webkit-animation-delay : 471.3s;
+ animation-delay : 471.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4714) {
+ -webkit-animation-delay : 471.4s;
+ animation-delay : 471.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4715) {
+ -webkit-animation-delay : 471.5s;
+ animation-delay : 471.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4716) {
+ -webkit-animation-delay : 471.6s;
+ animation-delay : 471.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4717) {
+ -webkit-animation-delay : 471.7s;
+ animation-delay : 471.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4718) {
+ -webkit-animation-delay : 471.8s;
+ animation-delay : 471.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4719) {
+ -webkit-animation-delay : 471.9s;
+ animation-delay : 471.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4720) {
+ -webkit-animation-delay : 472s;
+ animation-delay : 472s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4721) {
+ -webkit-animation-delay : 472.1s;
+ animation-delay : 472.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4722) {
+ -webkit-animation-delay : 472.2s;
+ animation-delay : 472.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4723) {
+ -webkit-animation-delay : 472.3s;
+ animation-delay : 472.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4724) {
+ -webkit-animation-delay : 472.4s;
+ animation-delay : 472.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4725) {
+ -webkit-animation-delay : 472.5s;
+ animation-delay : 472.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4726) {
+ -webkit-animation-delay : 472.6s;
+ animation-delay : 472.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4727) {
+ -webkit-animation-delay : 472.7s;
+ animation-delay : 472.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4728) {
+ -webkit-animation-delay : 472.8s;
+ animation-delay : 472.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4729) {
+ -webkit-animation-delay : 472.9s;
+ animation-delay : 472.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4730) {
+ -webkit-animation-delay : 473s;
+ animation-delay : 473s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4731) {
+ -webkit-animation-delay : 473.1s;
+ animation-delay : 473.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4732) {
+ -webkit-animation-delay : 473.2s;
+ animation-delay : 473.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4733) {
+ -webkit-animation-delay : 473.3s;
+ animation-delay : 473.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4734) {
+ -webkit-animation-delay : 473.4s;
+ animation-delay : 473.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4735) {
+ -webkit-animation-delay : 473.5s;
+ animation-delay : 473.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4736) {
+ -webkit-animation-delay : 473.6s;
+ animation-delay : 473.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4737) {
+ -webkit-animation-delay : 473.7s;
+ animation-delay : 473.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4738) {
+ -webkit-animation-delay : 473.8s;
+ animation-delay : 473.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4739) {
+ -webkit-animation-delay : 473.9s;
+ animation-delay : 473.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4740) {
+ -webkit-animation-delay : 474s;
+ animation-delay : 474s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4741) {
+ -webkit-animation-delay : 474.1s;
+ animation-delay : 474.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4742) {
+ -webkit-animation-delay : 474.2s;
+ animation-delay : 474.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4743) {
+ -webkit-animation-delay : 474.3s;
+ animation-delay : 474.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4744) {
+ -webkit-animation-delay : 474.4s;
+ animation-delay : 474.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4745) {
+ -webkit-animation-delay : 474.5s;
+ animation-delay : 474.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4746) {
+ -webkit-animation-delay : 474.6s;
+ animation-delay : 474.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4747) {
+ -webkit-animation-delay : 474.7s;
+ animation-delay : 474.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4748) {
+ -webkit-animation-delay : 474.8s;
+ animation-delay : 474.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4749) {
+ -webkit-animation-delay : 474.9s;
+ animation-delay : 474.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4750) {
+ -webkit-animation-delay : 475s;
+ animation-delay : 475s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4751) {
+ -webkit-animation-delay : 475.1s;
+ animation-delay : 475.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4752) {
+ -webkit-animation-delay : 475.2s;
+ animation-delay : 475.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4753) {
+ -webkit-animation-delay : 475.3s;
+ animation-delay : 475.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4754) {
+ -webkit-animation-delay : 475.4s;
+ animation-delay : 475.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4755) {
+ -webkit-animation-delay : 475.5s;
+ animation-delay : 475.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4756) {
+ -webkit-animation-delay : 475.6s;
+ animation-delay : 475.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4757) {
+ -webkit-animation-delay : 475.7s;
+ animation-delay : 475.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4758) {
+ -webkit-animation-delay : 475.8s;
+ animation-delay : 475.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4759) {
+ -webkit-animation-delay : 475.9s;
+ animation-delay : 475.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4760) {
+ -webkit-animation-delay : 476s;
+ animation-delay : 476s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4761) {
+ -webkit-animation-delay : 476.1s;
+ animation-delay : 476.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4762) {
+ -webkit-animation-delay : 476.2s;
+ animation-delay : 476.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4763) {
+ -webkit-animation-delay : 476.3s;
+ animation-delay : 476.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4764) {
+ -webkit-animation-delay : 476.4s;
+ animation-delay : 476.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4765) {
+ -webkit-animation-delay : 476.5s;
+ animation-delay : 476.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4766) {
+ -webkit-animation-delay : 476.6s;
+ animation-delay : 476.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4767) {
+ -webkit-animation-delay : 476.7s;
+ animation-delay : 476.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4768) {
+ -webkit-animation-delay : 476.8s;
+ animation-delay : 476.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4769) {
+ -webkit-animation-delay : 476.9s;
+ animation-delay : 476.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4770) {
+ -webkit-animation-delay : 477s;
+ animation-delay : 477s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4771) {
+ -webkit-animation-delay : 477.1s;
+ animation-delay : 477.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4772) {
+ -webkit-animation-delay : 477.2s;
+ animation-delay : 477.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4773) {
+ -webkit-animation-delay : 477.3s;
+ animation-delay : 477.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4774) {
+ -webkit-animation-delay : 477.4s;
+ animation-delay : 477.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4775) {
+ -webkit-animation-delay : 477.5s;
+ animation-delay : 477.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4776) {
+ -webkit-animation-delay : 477.6s;
+ animation-delay : 477.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4777) {
+ -webkit-animation-delay : 477.7s;
+ animation-delay : 477.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4778) {
+ -webkit-animation-delay : 477.8s;
+ animation-delay : 477.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4779) {
+ -webkit-animation-delay : 477.9s;
+ animation-delay : 477.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4780) {
+ -webkit-animation-delay : 478s;
+ animation-delay : 478s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4781) {
+ -webkit-animation-delay : 478.1s;
+ animation-delay : 478.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4782) {
+ -webkit-animation-delay : 478.2s;
+ animation-delay : 478.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4783) {
+ -webkit-animation-delay : 478.3s;
+ animation-delay : 478.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4784) {
+ -webkit-animation-delay : 478.4s;
+ animation-delay : 478.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4785) {
+ -webkit-animation-delay : 478.5s;
+ animation-delay : 478.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4786) {
+ -webkit-animation-delay : 478.6s;
+ animation-delay : 478.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4787) {
+ -webkit-animation-delay : 478.7s;
+ animation-delay : 478.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4788) {
+ -webkit-animation-delay : 478.8s;
+ animation-delay : 478.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4789) {
+ -webkit-animation-delay : 478.9s;
+ animation-delay : 478.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4790) {
+ -webkit-animation-delay : 479s;
+ animation-delay : 479s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4791) {
+ -webkit-animation-delay : 479.1s;
+ animation-delay : 479.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4792) {
+ -webkit-animation-delay : 479.2s;
+ animation-delay : 479.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4793) {
+ -webkit-animation-delay : 479.3s;
+ animation-delay : 479.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4794) {
+ -webkit-animation-delay : 479.4s;
+ animation-delay : 479.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4795) {
+ -webkit-animation-delay : 479.5s;
+ animation-delay : 479.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4796) {
+ -webkit-animation-delay : 479.6s;
+ animation-delay : 479.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4797) {
+ -webkit-animation-delay : 479.7s;
+ animation-delay : 479.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4798) {
+ -webkit-animation-delay : 479.8s;
+ animation-delay : 479.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4799) {
+ -webkit-animation-delay : 479.9s;
+ animation-delay : 479.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4800) {
+ -webkit-animation-delay : 480s;
+ animation-delay : 480s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4801) {
+ -webkit-animation-delay : 480.1s;
+ animation-delay : 480.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4802) {
+ -webkit-animation-delay : 480.2s;
+ animation-delay : 480.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4803) {
+ -webkit-animation-delay : 480.3s;
+ animation-delay : 480.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4804) {
+ -webkit-animation-delay : 480.4s;
+ animation-delay : 480.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4805) {
+ -webkit-animation-delay : 480.5s;
+ animation-delay : 480.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4806) {
+ -webkit-animation-delay : 480.6s;
+ animation-delay : 480.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4807) {
+ -webkit-animation-delay : 480.7s;
+ animation-delay : 480.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4808) {
+ -webkit-animation-delay : 480.8s;
+ animation-delay : 480.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4809) {
+ -webkit-animation-delay : 480.9s;
+ animation-delay : 480.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4810) {
+ -webkit-animation-delay : 481s;
+ animation-delay : 481s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4811) {
+ -webkit-animation-delay : 481.1s;
+ animation-delay : 481.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4812) {
+ -webkit-animation-delay : 481.2s;
+ animation-delay : 481.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4813) {
+ -webkit-animation-delay : 481.3s;
+ animation-delay : 481.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4814) {
+ -webkit-animation-delay : 481.4s;
+ animation-delay : 481.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4815) {
+ -webkit-animation-delay : 481.5s;
+ animation-delay : 481.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4816) {
+ -webkit-animation-delay : 481.6s;
+ animation-delay : 481.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4817) {
+ -webkit-animation-delay : 481.7s;
+ animation-delay : 481.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4818) {
+ -webkit-animation-delay : 481.8s;
+ animation-delay : 481.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4819) {
+ -webkit-animation-delay : 481.9s;
+ animation-delay : 481.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4820) {
+ -webkit-animation-delay : 482s;
+ animation-delay : 482s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4821) {
+ -webkit-animation-delay : 482.1s;
+ animation-delay : 482.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4822) {
+ -webkit-animation-delay : 482.2s;
+ animation-delay : 482.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4823) {
+ -webkit-animation-delay : 482.3s;
+ animation-delay : 482.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4824) {
+ -webkit-animation-delay : 482.4s;
+ animation-delay : 482.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4825) {
+ -webkit-animation-delay : 482.5s;
+ animation-delay : 482.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4826) {
+ -webkit-animation-delay : 482.6s;
+ animation-delay : 482.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4827) {
+ -webkit-animation-delay : 482.7s;
+ animation-delay : 482.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4828) {
+ -webkit-animation-delay : 482.8s;
+ animation-delay : 482.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4829) {
+ -webkit-animation-delay : 482.9s;
+ animation-delay : 482.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4830) {
+ -webkit-animation-delay : 483s;
+ animation-delay : 483s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4831) {
+ -webkit-animation-delay : 483.1s;
+ animation-delay : 483.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4832) {
+ -webkit-animation-delay : 483.2s;
+ animation-delay : 483.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4833) {
+ -webkit-animation-delay : 483.3s;
+ animation-delay : 483.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4834) {
+ -webkit-animation-delay : 483.4s;
+ animation-delay : 483.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4835) {
+ -webkit-animation-delay : 483.5s;
+ animation-delay : 483.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4836) {
+ -webkit-animation-delay : 483.6s;
+ animation-delay : 483.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4837) {
+ -webkit-animation-delay : 483.7s;
+ animation-delay : 483.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4838) {
+ -webkit-animation-delay : 483.8s;
+ animation-delay : 483.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4839) {
+ -webkit-animation-delay : 483.9s;
+ animation-delay : 483.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4840) {
+ -webkit-animation-delay : 484s;
+ animation-delay : 484s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4841) {
+ -webkit-animation-delay : 484.1s;
+ animation-delay : 484.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4842) {
+ -webkit-animation-delay : 484.2s;
+ animation-delay : 484.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4843) {
+ -webkit-animation-delay : 484.3s;
+ animation-delay : 484.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4844) {
+ -webkit-animation-delay : 484.4s;
+ animation-delay : 484.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4845) {
+ -webkit-animation-delay : 484.5s;
+ animation-delay : 484.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4846) {
+ -webkit-animation-delay : 484.6s;
+ animation-delay : 484.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4847) {
+ -webkit-animation-delay : 484.7s;
+ animation-delay : 484.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4848) {
+ -webkit-animation-delay : 484.8s;
+ animation-delay : 484.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4849) {
+ -webkit-animation-delay : 484.9s;
+ animation-delay : 484.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4850) {
+ -webkit-animation-delay : 485s;
+ animation-delay : 485s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4851) {
+ -webkit-animation-delay : 485.1s;
+ animation-delay : 485.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4852) {
+ -webkit-animation-delay : 485.2s;
+ animation-delay : 485.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4853) {
+ -webkit-animation-delay : 485.3s;
+ animation-delay : 485.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4854) {
+ -webkit-animation-delay : 485.4s;
+ animation-delay : 485.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4855) {
+ -webkit-animation-delay : 485.5s;
+ animation-delay : 485.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4856) {
+ -webkit-animation-delay : 485.6s;
+ animation-delay : 485.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4857) {
+ -webkit-animation-delay : 485.7s;
+ animation-delay : 485.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4858) {
+ -webkit-animation-delay : 485.8s;
+ animation-delay : 485.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4859) {
+ -webkit-animation-delay : 485.9s;
+ animation-delay : 485.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4860) {
+ -webkit-animation-delay : 486s;
+ animation-delay : 486s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4861) {
+ -webkit-animation-delay : 486.1s;
+ animation-delay : 486.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4862) {
+ -webkit-animation-delay : 486.2s;
+ animation-delay : 486.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4863) {
+ -webkit-animation-delay : 486.3s;
+ animation-delay : 486.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4864) {
+ -webkit-animation-delay : 486.4s;
+ animation-delay : 486.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4865) {
+ -webkit-animation-delay : 486.5s;
+ animation-delay : 486.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4866) {
+ -webkit-animation-delay : 486.6s;
+ animation-delay : 486.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4867) {
+ -webkit-animation-delay : 486.7s;
+ animation-delay : 486.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4868) {
+ -webkit-animation-delay : 486.8s;
+ animation-delay : 486.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4869) {
+ -webkit-animation-delay : 486.9s;
+ animation-delay : 486.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4870) {
+ -webkit-animation-delay : 487s;
+ animation-delay : 487s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4871) {
+ -webkit-animation-delay : 487.1s;
+ animation-delay : 487.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4872) {
+ -webkit-animation-delay : 487.2s;
+ animation-delay : 487.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4873) {
+ -webkit-animation-delay : 487.3s;
+ animation-delay : 487.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4874) {
+ -webkit-animation-delay : 487.4s;
+ animation-delay : 487.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4875) {
+ -webkit-animation-delay : 487.5s;
+ animation-delay : 487.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4876) {
+ -webkit-animation-delay : 487.6s;
+ animation-delay : 487.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4877) {
+ -webkit-animation-delay : 487.7s;
+ animation-delay : 487.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4878) {
+ -webkit-animation-delay : 487.8s;
+ animation-delay : 487.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4879) {
+ -webkit-animation-delay : 487.9s;
+ animation-delay : 487.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4880) {
+ -webkit-animation-delay : 488s;
+ animation-delay : 488s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4881) {
+ -webkit-animation-delay : 488.1s;
+ animation-delay : 488.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4882) {
+ -webkit-animation-delay : 488.2s;
+ animation-delay : 488.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4883) {
+ -webkit-animation-delay : 488.3s;
+ animation-delay : 488.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4884) {
+ -webkit-animation-delay : 488.4s;
+ animation-delay : 488.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4885) {
+ -webkit-animation-delay : 488.5s;
+ animation-delay : 488.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4886) {
+ -webkit-animation-delay : 488.6s;
+ animation-delay : 488.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4887) {
+ -webkit-animation-delay : 488.7s;
+ animation-delay : 488.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4888) {
+ -webkit-animation-delay : 488.8s;
+ animation-delay : 488.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4889) {
+ -webkit-animation-delay : 488.9s;
+ animation-delay : 488.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4890) {
+ -webkit-animation-delay : 489s;
+ animation-delay : 489s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4891) {
+ -webkit-animation-delay : 489.1s;
+ animation-delay : 489.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4892) {
+ -webkit-animation-delay : 489.2s;
+ animation-delay : 489.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4893) {
+ -webkit-animation-delay : 489.3s;
+ animation-delay : 489.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4894) {
+ -webkit-animation-delay : 489.4s;
+ animation-delay : 489.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4895) {
+ -webkit-animation-delay : 489.5s;
+ animation-delay : 489.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4896) {
+ -webkit-animation-delay : 489.6s;
+ animation-delay : 489.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4897) {
+ -webkit-animation-delay : 489.7s;
+ animation-delay : 489.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4898) {
+ -webkit-animation-delay : 489.8s;
+ animation-delay : 489.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4899) {
+ -webkit-animation-delay : 489.9s;
+ animation-delay : 489.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4900) {
+ -webkit-animation-delay : 490s;
+ animation-delay : 490s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4901) {
+ -webkit-animation-delay : 490.1s;
+ animation-delay : 490.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4902) {
+ -webkit-animation-delay : 490.2s;
+ animation-delay : 490.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4903) {
+ -webkit-animation-delay : 490.3s;
+ animation-delay : 490.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4904) {
+ -webkit-animation-delay : 490.4s;
+ animation-delay : 490.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4905) {
+ -webkit-animation-delay : 490.5s;
+ animation-delay : 490.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4906) {
+ -webkit-animation-delay : 490.6s;
+ animation-delay : 490.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4907) {
+ -webkit-animation-delay : 490.7s;
+ animation-delay : 490.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4908) {
+ -webkit-animation-delay : 490.8s;
+ animation-delay : 490.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4909) {
+ -webkit-animation-delay : 490.9s;
+ animation-delay : 490.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4910) {
+ -webkit-animation-delay : 491s;
+ animation-delay : 491s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4911) {
+ -webkit-animation-delay : 491.1s;
+ animation-delay : 491.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4912) {
+ -webkit-animation-delay : 491.2s;
+ animation-delay : 491.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4913) {
+ -webkit-animation-delay : 491.3s;
+ animation-delay : 491.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4914) {
+ -webkit-animation-delay : 491.4s;
+ animation-delay : 491.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4915) {
+ -webkit-animation-delay : 491.5s;
+ animation-delay : 491.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4916) {
+ -webkit-animation-delay : 491.6s;
+ animation-delay : 491.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4917) {
+ -webkit-animation-delay : 491.7s;
+ animation-delay : 491.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4918) {
+ -webkit-animation-delay : 491.8s;
+ animation-delay : 491.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4919) {
+ -webkit-animation-delay : 491.9s;
+ animation-delay : 491.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4920) {
+ -webkit-animation-delay : 492s;
+ animation-delay : 492s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4921) {
+ -webkit-animation-delay : 492.1s;
+ animation-delay : 492.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4922) {
+ -webkit-animation-delay : 492.2s;
+ animation-delay : 492.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4923) {
+ -webkit-animation-delay : 492.3s;
+ animation-delay : 492.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4924) {
+ -webkit-animation-delay : 492.4s;
+ animation-delay : 492.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4925) {
+ -webkit-animation-delay : 492.5s;
+ animation-delay : 492.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4926) {
+ -webkit-animation-delay : 492.6s;
+ animation-delay : 492.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4927) {
+ -webkit-animation-delay : 492.7s;
+ animation-delay : 492.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4928) {
+ -webkit-animation-delay : 492.8s;
+ animation-delay : 492.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4929) {
+ -webkit-animation-delay : 492.9s;
+ animation-delay : 492.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4930) {
+ -webkit-animation-delay : 493s;
+ animation-delay : 493s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4931) {
+ -webkit-animation-delay : 493.1s;
+ animation-delay : 493.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4932) {
+ -webkit-animation-delay : 493.2s;
+ animation-delay : 493.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4933) {
+ -webkit-animation-delay : 493.3s;
+ animation-delay : 493.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4934) {
+ -webkit-animation-delay : 493.4s;
+ animation-delay : 493.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4935) {
+ -webkit-animation-delay : 493.5s;
+ animation-delay : 493.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4936) {
+ -webkit-animation-delay : 493.6s;
+ animation-delay : 493.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4937) {
+ -webkit-animation-delay : 493.7s;
+ animation-delay : 493.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4938) {
+ -webkit-animation-delay : 493.8s;
+ animation-delay : 493.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4939) {
+ -webkit-animation-delay : 493.9s;
+ animation-delay : 493.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4940) {
+ -webkit-animation-delay : 494s;
+ animation-delay : 494s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4941) {
+ -webkit-animation-delay : 494.1s;
+ animation-delay : 494.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4942) {
+ -webkit-animation-delay : 494.2s;
+ animation-delay : 494.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4943) {
+ -webkit-animation-delay : 494.3s;
+ animation-delay : 494.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4944) {
+ -webkit-animation-delay : 494.4s;
+ animation-delay : 494.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4945) {
+ -webkit-animation-delay : 494.5s;
+ animation-delay : 494.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4946) {
+ -webkit-animation-delay : 494.6s;
+ animation-delay : 494.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4947) {
+ -webkit-animation-delay : 494.7s;
+ animation-delay : 494.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4948) {
+ -webkit-animation-delay : 494.8s;
+ animation-delay : 494.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4949) {
+ -webkit-animation-delay : 494.9s;
+ animation-delay : 494.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4950) {
+ -webkit-animation-delay : 495s;
+ animation-delay : 495s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4951) {
+ -webkit-animation-delay : 495.1s;
+ animation-delay : 495.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4952) {
+ -webkit-animation-delay : 495.2s;
+ animation-delay : 495.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4953) {
+ -webkit-animation-delay : 495.3s;
+ animation-delay : 495.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4954) {
+ -webkit-animation-delay : 495.4s;
+ animation-delay : 495.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4955) {
+ -webkit-animation-delay : 495.5s;
+ animation-delay : 495.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4956) {
+ -webkit-animation-delay : 495.6s;
+ animation-delay : 495.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4957) {
+ -webkit-animation-delay : 495.7s;
+ animation-delay : 495.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4958) {
+ -webkit-animation-delay : 495.8s;
+ animation-delay : 495.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4959) {
+ -webkit-animation-delay : 495.9s;
+ animation-delay : 495.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4960) {
+ -webkit-animation-delay : 496s;
+ animation-delay : 496s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4961) {
+ -webkit-animation-delay : 496.1s;
+ animation-delay : 496.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4962) {
+ -webkit-animation-delay : 496.2s;
+ animation-delay : 496.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4963) {
+ -webkit-animation-delay : 496.3s;
+ animation-delay : 496.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4964) {
+ -webkit-animation-delay : 496.4s;
+ animation-delay : 496.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4965) {
+ -webkit-animation-delay : 496.5s;
+ animation-delay : 496.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4966) {
+ -webkit-animation-delay : 496.6s;
+ animation-delay : 496.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4967) {
+ -webkit-animation-delay : 496.7s;
+ animation-delay : 496.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4968) {
+ -webkit-animation-delay : 496.8s;
+ animation-delay : 496.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4969) {
+ -webkit-animation-delay : 496.9s;
+ animation-delay : 496.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4970) {
+ -webkit-animation-delay : 497s;
+ animation-delay : 497s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4971) {
+ -webkit-animation-delay : 497.1s;
+ animation-delay : 497.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4972) {
+ -webkit-animation-delay : 497.2s;
+ animation-delay : 497.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4973) {
+ -webkit-animation-delay : 497.3s;
+ animation-delay : 497.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4974) {
+ -webkit-animation-delay : 497.4s;
+ animation-delay : 497.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4975) {
+ -webkit-animation-delay : 497.5s;
+ animation-delay : 497.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4976) {
+ -webkit-animation-delay : 497.6s;
+ animation-delay : 497.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4977) {
+ -webkit-animation-delay : 497.7s;
+ animation-delay : 497.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4978) {
+ -webkit-animation-delay : 497.8s;
+ animation-delay : 497.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4979) {
+ -webkit-animation-delay : 497.9s;
+ animation-delay : 497.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4980) {
+ -webkit-animation-delay : 498s;
+ animation-delay : 498s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4981) {
+ -webkit-animation-delay : 498.1s;
+ animation-delay : 498.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4982) {
+ -webkit-animation-delay : 498.2s;
+ animation-delay : 498.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4983) {
+ -webkit-animation-delay : 498.3s;
+ animation-delay : 498.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4984) {
+ -webkit-animation-delay : 498.4s;
+ animation-delay : 498.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4985) {
+ -webkit-animation-delay : 498.5s;
+ animation-delay : 498.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4986) {
+ -webkit-animation-delay : 498.6s;
+ animation-delay : 498.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4987) {
+ -webkit-animation-delay : 498.7s;
+ animation-delay : 498.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4988) {
+ -webkit-animation-delay : 498.8s;
+ animation-delay : 498.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4989) {
+ -webkit-animation-delay : 498.9s;
+ animation-delay : 498.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4990) {
+ -webkit-animation-delay : 499s;
+ animation-delay : 499s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4991) {
+ -webkit-animation-delay : 499.1s;
+ animation-delay : 499.1s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4992) {
+ -webkit-animation-delay : 499.2s;
+ animation-delay : 499.2s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4993) {
+ -webkit-animation-delay : 499.3s;
+ animation-delay : 499.3s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4994) {
+ -webkit-animation-delay : 499.4s;
+ animation-delay : 499.4s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4995) {
+ -webkit-animation-delay : 499.5s;
+ animation-delay : 499.5s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4996) {
+ -webkit-animation-delay : 499.6s;
+ animation-delay : 499.6s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4997) {
+ -webkit-animation-delay : 499.7s;
+ animation-delay : 499.7s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4998) {
+ -webkit-animation-delay : 499.8s;
+ animation-delay : 499.8s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4999) {
+ -webkit-animation-delay : 499.9s;
+ animation-delay : 499.9s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5000) {
+ -webkit-animation-delay : 500s;
+ animation-delay : 500s;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ width : 5.75rem;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action a {
+ cursor : pointer;
+ font-size : 1.2rem;
+ line-height : 1.5;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .no-results {
+ display : none;
+ padding : 1.5rem;
+ text-align : center;
+}
+.todo-application .content-area-wrapper .content-right .todo-task-list .no-results.show {
+ display : block;
+}
+
+@-webkit-keyframes fadeIn {
+ 0% {
+ opacity : 0;
+ top : 100px;
+ }
+ 75% {
+ opacity : 0.5;
+ top : 0;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+@media (max-width: 575.98px) {
+ .todo-application .app-content .sidebar-left .todo-sidebar {
+ left : -1.12rem !important;
+ }
+}
+
+@media (max-width: 767.98px) {
+ .todo-application .sidebar-content .sidebar-close-icon {
+ visibility : visible !important;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .todo-application .app-content .sidebar-left .todo-sidebar {
+ -webkit-transform : translateX(-110%);
+ -ms-transform : translateX(-110%);
+ transform : translateX(-110%);
+ -webkit-transition : all 0.3s ease-in-out;
+ transition : all 0.3s ease-in-out;
+ left : 0;
+ position : fixed;
+ z-index : 5;
+ left : -2px;
+ }
+ .todo-application .app-content .sidebar-left.show .todo-sidebar {
+ -webkit-transform : translateX(13%);
+ -ms-transform : translateX(13%);
+ transform : translateX(13%);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ display : block;
+ }
+ .todo-application .app-content .content-right {
+ width : 100%;
+ }
+ .todo-application .app-content .content-right .todo-app-list-wrapper {
+ border-left : 0;
+ }
+ .todo-application .app-content .content-right .app-fixed-search {
+ border-top-left-radius : 0.5rem;
+ }
+}
+
+@media (max-width: 575.98px) {
+ .content-right .todo-task-list .todo-title-wrapper, .todo-title-area {
+ display : block !important;
+ }
+ .content-right .todo-task-list .todo-title-wrapper .todo-item-action {
+ float : none !important;
+ width : 100% !important;
+ display : block !important;
+ margin-top : 0.5rem;
+ }
+ .content-right .todo-task-list .todo-title-wrapper .todo-item-action a {
+ margin-right : 1rem;
+ }
+}
+
+@media (max-width: 349.98px) {
+ .todo-application .content-area-wrapper .sidebar .todo-sidebar {
+ width : 230px;
+ }
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li {
+ padding-top : 0;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-todo.min.css b/www/assets2/css/pages/app-todo.min.css
new file mode 100644
index 0000000..0ce40fd
--- /dev/null
+++ b/www/assets2/css/pages/app-todo.min.css
@@ -0,0 +1 @@
+.todo-application .content-area-wrapper{border:1px solid #DAE1E7;border-radius:.25rem}.todo-application .content-area-wrapper .sidebar .todo-sidebar{width:260px;height:calc(100vh - 13rem);height:calc(var(--vh,1vh) * 100 - 13rem);background-color:#FFF;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;-webkit-transition:all .3s ease;transition:all .3s ease}.todo-application .content-area-wrapper .sidebar .todo-sidebar .sidebar-close-icon{position:absolute;right:.25rem;top:.25rem;cursor:pointer;font-size:1.25rem;z-index:5;visibility:hidden}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu{width:100%;box-shadow:0 0 15px 0 rgba(0,0,0,.05);padding:.5rem 0;z-index:3}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .add-task{padding:1px 1.5rem;margin-bottom:.25rem}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list{padding:0 1.5rem;position:relative;overflow:scroll;height:calc(100% - 5.4rem)}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item{padding-left:0;padding-right:0}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:focus{background-color:transparent}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item:hover{background-color:transparent;color:#626262}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active{background-color:transparent;color:#7367F0}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item i{top:3px}.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu hr{margin-left:-1.5rem;margin-right:-1.5rem}.todo-application .content-area-wrapper .modal .todo-item-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:6rem;margin-bottom:1.25rem}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown,.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-favorite,.todo-application .content-area-wrapper .modal .todo-item-action .todo-item-info{cursor:pointer;font-size:1.2rem;line-height:1.5}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown .dropdown-menu .dropdown-item{padding:.14rem 1.428rem}.todo-application .content-area-wrapper .modal .todo-item-action .dropdown-toggle::after{display:none}.todo-application .content-area-wrapper .app-content .content-area-wrapper{position:relative}.todo-application .content-area-wrapper .completed .todo-desc,.todo-application .content-area-wrapper .completed .todo-title{text-decoration:line-through}.todo-application .content-area-wrapper .content-right{width:calc(100% - 260px)}.todo-application .content-area-wrapper .content-right .content-wrapper{padding:0}.todo-application .content-area-wrapper .content-right .todo-app-list-wrapper{border-left:1px solid #DAE1E7}.todo-application .content-area-wrapper .content-right .app-fixed-search{padding:.35rem .1rem;border-bottom:1px solid #DAE1E7;background-color:#FFF;border-top-right-radius:.5rem}.todo-application .content-area-wrapper .content-right .app-fixed-search .form-control-position{font-size:calc(1rem * 1.1)}.todo-application .content-area-wrapper .content-right .app-fixed-search input{border:0;background-color:transparent}.todo-application .content-area-wrapper .content-right .app-fixed-search input:focus{border-color:transparent;box-shadow:none}.todo-application .content-area-wrapper .content-right .sidebar-toggle{cursor:pointer;margin:.5rem .99rem;float:left;line-height:1}.todo-application .content-area-wrapper .content-right .sidebar-toggle i{font-size:1.75rem}.todo-application .content-area-wrapper .content-right .app-content-overlay{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:2;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.todo-application .content-area-wrapper .content-right .app-content-overlay.show{visibility:visible;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:1;background-color:rgba(0,0,0,.2);border-radius:.25rem}.todo-application .content-area-wrapper .content-right .todo-task-list{position:relative;height:calc(100vh - 16.35rem);height:calc(var(--vh,1vh) * 100 - 16.35rem)}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper{padding:0;margin:0}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li{cursor:pointer;-webkit-transition:all .2s;transition:all .2s;-webkit-animation:fadeIn .5s linear;animation:fadeIn .5s linear;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative;padding:1.1rem 3rem 1.2rem 2rem;border-top:1px solid #DAE1E7}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);box-shadow:0 3px 10px 0 #CCC;-webkit-transition:all .2s;transition:all .2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li .chip-wrapper .chip{margin-right:.25rem}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(6){-webkit-animation-delay:.6s;animation-delay:.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(8){-webkit-animation-delay:.8s;animation-delay:.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(9){-webkit-animation-delay:.9s;animation-delay:.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(10){-webkit-animation-delay:1s;animation-delay:1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(11){-webkit-animation-delay:1.1s;animation-delay:1.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(12){-webkit-animation-delay:1.2s;animation-delay:1.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(13){-webkit-animation-delay:1.3s;animation-delay:1.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(14){-webkit-animation-delay:1.4s;animation-delay:1.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(15){-webkit-animation-delay:1.5s;animation-delay:1.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(16){-webkit-animation-delay:1.6s;animation-delay:1.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(17){-webkit-animation-delay:1.7s;animation-delay:1.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(18){-webkit-animation-delay:1.8s;animation-delay:1.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(19){-webkit-animation-delay:1.9s;animation-delay:1.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(20){-webkit-animation-delay:2s;animation-delay:2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(21){-webkit-animation-delay:2.1s;animation-delay:2.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(22){-webkit-animation-delay:2.2s;animation-delay:2.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(23){-webkit-animation-delay:2.3s;animation-delay:2.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(24){-webkit-animation-delay:2.4s;animation-delay:2.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(25){-webkit-animation-delay:2.5s;animation-delay:2.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(26){-webkit-animation-delay:2.6s;animation-delay:2.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(27){-webkit-animation-delay:2.7s;animation-delay:2.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(28){-webkit-animation-delay:2.8s;animation-delay:2.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(29){-webkit-animation-delay:2.9s;animation-delay:2.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(30){-webkit-animation-delay:3s;animation-delay:3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(31){-webkit-animation-delay:3.1s;animation-delay:3.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(32){-webkit-animation-delay:3.2s;animation-delay:3.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(33){-webkit-animation-delay:3.3s;animation-delay:3.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(34){-webkit-animation-delay:3.4s;animation-delay:3.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(35){-webkit-animation-delay:3.5s;animation-delay:3.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(36){-webkit-animation-delay:3.6s;animation-delay:3.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(37){-webkit-animation-delay:3.7s;animation-delay:3.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(38){-webkit-animation-delay:3.8s;animation-delay:3.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(39){-webkit-animation-delay:3.9s;animation-delay:3.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(40){-webkit-animation-delay:4s;animation-delay:4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(41){-webkit-animation-delay:4.1s;animation-delay:4.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(42){-webkit-animation-delay:4.2s;animation-delay:4.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(43){-webkit-animation-delay:4.3s;animation-delay:4.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(44){-webkit-animation-delay:4.4s;animation-delay:4.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(45){-webkit-animation-delay:4.5s;animation-delay:4.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(46){-webkit-animation-delay:4.6s;animation-delay:4.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(47){-webkit-animation-delay:4.7s;animation-delay:4.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(48){-webkit-animation-delay:4.8s;animation-delay:4.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(49){-webkit-animation-delay:4.9s;animation-delay:4.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(50){-webkit-animation-delay:5s;animation-delay:5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(51){-webkit-animation-delay:5.1s;animation-delay:5.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(52){-webkit-animation-delay:5.2s;animation-delay:5.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(53){-webkit-animation-delay:5.3s;animation-delay:5.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(54){-webkit-animation-delay:5.4s;animation-delay:5.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(55){-webkit-animation-delay:5.5s;animation-delay:5.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(56){-webkit-animation-delay:5.6s;animation-delay:5.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(57){-webkit-animation-delay:5.7s;animation-delay:5.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(58){-webkit-animation-delay:5.8s;animation-delay:5.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(59){-webkit-animation-delay:5.9s;animation-delay:5.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(60){-webkit-animation-delay:6s;animation-delay:6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(61){-webkit-animation-delay:6.1s;animation-delay:6.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(62){-webkit-animation-delay:6.2s;animation-delay:6.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(63){-webkit-animation-delay:6.3s;animation-delay:6.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(64){-webkit-animation-delay:6.4s;animation-delay:6.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(65){-webkit-animation-delay:6.5s;animation-delay:6.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(66){-webkit-animation-delay:6.6s;animation-delay:6.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(67){-webkit-animation-delay:6.7s;animation-delay:6.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(68){-webkit-animation-delay:6.8s;animation-delay:6.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(69){-webkit-animation-delay:6.9s;animation-delay:6.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(70){-webkit-animation-delay:7s;animation-delay:7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(71){-webkit-animation-delay:7.1s;animation-delay:7.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(72){-webkit-animation-delay:7.2s;animation-delay:7.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(73){-webkit-animation-delay:7.3s;animation-delay:7.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(74){-webkit-animation-delay:7.4s;animation-delay:7.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(75){-webkit-animation-delay:7.5s;animation-delay:7.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(76){-webkit-animation-delay:7.6s;animation-delay:7.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(77){-webkit-animation-delay:7.7s;animation-delay:7.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(78){-webkit-animation-delay:7.8s;animation-delay:7.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(79){-webkit-animation-delay:7.9s;animation-delay:7.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(80){-webkit-animation-delay:8s;animation-delay:8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(81){-webkit-animation-delay:8.1s;animation-delay:8.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(82){-webkit-animation-delay:8.2s;animation-delay:8.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(83){-webkit-animation-delay:8.3s;animation-delay:8.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(84){-webkit-animation-delay:8.4s;animation-delay:8.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(85){-webkit-animation-delay:8.5s;animation-delay:8.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(86){-webkit-animation-delay:8.6s;animation-delay:8.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(87){-webkit-animation-delay:8.7s;animation-delay:8.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(88){-webkit-animation-delay:8.8s;animation-delay:8.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(89){-webkit-animation-delay:8.9s;animation-delay:8.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(90){-webkit-animation-delay:9s;animation-delay:9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(91){-webkit-animation-delay:9.1s;animation-delay:9.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(92){-webkit-animation-delay:9.2s;animation-delay:9.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(93){-webkit-animation-delay:9.3s;animation-delay:9.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(94){-webkit-animation-delay:9.4s;animation-delay:9.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(95){-webkit-animation-delay:9.5s;animation-delay:9.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(96){-webkit-animation-delay:9.6s;animation-delay:9.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(97){-webkit-animation-delay:9.7s;animation-delay:9.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(98){-webkit-animation-delay:9.8s;animation-delay:9.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(99){-webkit-animation-delay:9.9s;animation-delay:9.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(100){-webkit-animation-delay:10s;animation-delay:10s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(101){-webkit-animation-delay:10.1s;animation-delay:10.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(102){-webkit-animation-delay:10.2s;animation-delay:10.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(103){-webkit-animation-delay:10.3s;animation-delay:10.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(104){-webkit-animation-delay:10.4s;animation-delay:10.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(105){-webkit-animation-delay:10.5s;animation-delay:10.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(106){-webkit-animation-delay:10.6s;animation-delay:10.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(107){-webkit-animation-delay:10.7s;animation-delay:10.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(108){-webkit-animation-delay:10.8s;animation-delay:10.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(109){-webkit-animation-delay:10.9s;animation-delay:10.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(110){-webkit-animation-delay:11s;animation-delay:11s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(111){-webkit-animation-delay:11.1s;animation-delay:11.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(112){-webkit-animation-delay:11.2s;animation-delay:11.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(113){-webkit-animation-delay:11.3s;animation-delay:11.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(114){-webkit-animation-delay:11.4s;animation-delay:11.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(115){-webkit-animation-delay:11.5s;animation-delay:11.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(116){-webkit-animation-delay:11.6s;animation-delay:11.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(117){-webkit-animation-delay:11.7s;animation-delay:11.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(118){-webkit-animation-delay:11.8s;animation-delay:11.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(119){-webkit-animation-delay:11.9s;animation-delay:11.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(120){-webkit-animation-delay:12s;animation-delay:12s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(121){-webkit-animation-delay:12.1s;animation-delay:12.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(122){-webkit-animation-delay:12.2s;animation-delay:12.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(123){-webkit-animation-delay:12.3s;animation-delay:12.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(124){-webkit-animation-delay:12.4s;animation-delay:12.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(125){-webkit-animation-delay:12.5s;animation-delay:12.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(126){-webkit-animation-delay:12.6s;animation-delay:12.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(127){-webkit-animation-delay:12.7s;animation-delay:12.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(128){-webkit-animation-delay:12.8s;animation-delay:12.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(129){-webkit-animation-delay:12.9s;animation-delay:12.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(130){-webkit-animation-delay:13s;animation-delay:13s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(131){-webkit-animation-delay:13.1s;animation-delay:13.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(132){-webkit-animation-delay:13.2s;animation-delay:13.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(133){-webkit-animation-delay:13.3s;animation-delay:13.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(134){-webkit-animation-delay:13.4s;animation-delay:13.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(135){-webkit-animation-delay:13.5s;animation-delay:13.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(136){-webkit-animation-delay:13.6s;animation-delay:13.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(137){-webkit-animation-delay:13.7s;animation-delay:13.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(138){-webkit-animation-delay:13.8s;animation-delay:13.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(139){-webkit-animation-delay:13.9s;animation-delay:13.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(140){-webkit-animation-delay:14s;animation-delay:14s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(141){-webkit-animation-delay:14.1s;animation-delay:14.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(142){-webkit-animation-delay:14.2s;animation-delay:14.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(143){-webkit-animation-delay:14.3s;animation-delay:14.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(144){-webkit-animation-delay:14.4s;animation-delay:14.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(145){-webkit-animation-delay:14.5s;animation-delay:14.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(146){-webkit-animation-delay:14.6s;animation-delay:14.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(147){-webkit-animation-delay:14.7s;animation-delay:14.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(148){-webkit-animation-delay:14.8s;animation-delay:14.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(149){-webkit-animation-delay:14.9s;animation-delay:14.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(150){-webkit-animation-delay:15s;animation-delay:15s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(151){-webkit-animation-delay:15.1s;animation-delay:15.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(152){-webkit-animation-delay:15.2s;animation-delay:15.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(153){-webkit-animation-delay:15.3s;animation-delay:15.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(154){-webkit-animation-delay:15.4s;animation-delay:15.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(155){-webkit-animation-delay:15.5s;animation-delay:15.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(156){-webkit-animation-delay:15.6s;animation-delay:15.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(157){-webkit-animation-delay:15.7s;animation-delay:15.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(158){-webkit-animation-delay:15.8s;animation-delay:15.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(159){-webkit-animation-delay:15.9s;animation-delay:15.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(160){-webkit-animation-delay:16s;animation-delay:16s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(161){-webkit-animation-delay:16.1s;animation-delay:16.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(162){-webkit-animation-delay:16.2s;animation-delay:16.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(163){-webkit-animation-delay:16.3s;animation-delay:16.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(164){-webkit-animation-delay:16.4s;animation-delay:16.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(165){-webkit-animation-delay:16.5s;animation-delay:16.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(166){-webkit-animation-delay:16.6s;animation-delay:16.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(167){-webkit-animation-delay:16.7s;animation-delay:16.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(168){-webkit-animation-delay:16.8s;animation-delay:16.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(169){-webkit-animation-delay:16.9s;animation-delay:16.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(170){-webkit-animation-delay:17s;animation-delay:17s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(171){-webkit-animation-delay:17.1s;animation-delay:17.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(172){-webkit-animation-delay:17.2s;animation-delay:17.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(173){-webkit-animation-delay:17.3s;animation-delay:17.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(174){-webkit-animation-delay:17.4s;animation-delay:17.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(175){-webkit-animation-delay:17.5s;animation-delay:17.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(176){-webkit-animation-delay:17.6s;animation-delay:17.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(177){-webkit-animation-delay:17.7s;animation-delay:17.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(178){-webkit-animation-delay:17.8s;animation-delay:17.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(179){-webkit-animation-delay:17.9s;animation-delay:17.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(180){-webkit-animation-delay:18s;animation-delay:18s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(181){-webkit-animation-delay:18.1s;animation-delay:18.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(182){-webkit-animation-delay:18.2s;animation-delay:18.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(183){-webkit-animation-delay:18.3s;animation-delay:18.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(184){-webkit-animation-delay:18.4s;animation-delay:18.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(185){-webkit-animation-delay:18.5s;animation-delay:18.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(186){-webkit-animation-delay:18.6s;animation-delay:18.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(187){-webkit-animation-delay:18.7s;animation-delay:18.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(188){-webkit-animation-delay:18.8s;animation-delay:18.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(189){-webkit-animation-delay:18.9s;animation-delay:18.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(190){-webkit-animation-delay:19s;animation-delay:19s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(191){-webkit-animation-delay:19.1s;animation-delay:19.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(192){-webkit-animation-delay:19.2s;animation-delay:19.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(193){-webkit-animation-delay:19.3s;animation-delay:19.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(194){-webkit-animation-delay:19.4s;animation-delay:19.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(195){-webkit-animation-delay:19.5s;animation-delay:19.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(196){-webkit-animation-delay:19.6s;animation-delay:19.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(197){-webkit-animation-delay:19.7s;animation-delay:19.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(198){-webkit-animation-delay:19.8s;animation-delay:19.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(199){-webkit-animation-delay:19.9s;animation-delay:19.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(200){-webkit-animation-delay:20s;animation-delay:20s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(201){-webkit-animation-delay:20.1s;animation-delay:20.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(202){-webkit-animation-delay:20.2s;animation-delay:20.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(203){-webkit-animation-delay:20.3s;animation-delay:20.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(204){-webkit-animation-delay:20.4s;animation-delay:20.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(205){-webkit-animation-delay:20.5s;animation-delay:20.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(206){-webkit-animation-delay:20.6s;animation-delay:20.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(207){-webkit-animation-delay:20.7s;animation-delay:20.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(208){-webkit-animation-delay:20.8s;animation-delay:20.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(209){-webkit-animation-delay:20.9s;animation-delay:20.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(210){-webkit-animation-delay:21s;animation-delay:21s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(211){-webkit-animation-delay:21.1s;animation-delay:21.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(212){-webkit-animation-delay:21.2s;animation-delay:21.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(213){-webkit-animation-delay:21.3s;animation-delay:21.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(214){-webkit-animation-delay:21.4s;animation-delay:21.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(215){-webkit-animation-delay:21.5s;animation-delay:21.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(216){-webkit-animation-delay:21.6s;animation-delay:21.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(217){-webkit-animation-delay:21.7s;animation-delay:21.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(218){-webkit-animation-delay:21.8s;animation-delay:21.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(219){-webkit-animation-delay:21.9s;animation-delay:21.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(220){-webkit-animation-delay:22s;animation-delay:22s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(221){-webkit-animation-delay:22.1s;animation-delay:22.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(222){-webkit-animation-delay:22.2s;animation-delay:22.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(223){-webkit-animation-delay:22.3s;animation-delay:22.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(224){-webkit-animation-delay:22.4s;animation-delay:22.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(225){-webkit-animation-delay:22.5s;animation-delay:22.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(226){-webkit-animation-delay:22.6s;animation-delay:22.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(227){-webkit-animation-delay:22.7s;animation-delay:22.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(228){-webkit-animation-delay:22.8s;animation-delay:22.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(229){-webkit-animation-delay:22.9s;animation-delay:22.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(230){-webkit-animation-delay:23s;animation-delay:23s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(231){-webkit-animation-delay:23.1s;animation-delay:23.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(232){-webkit-animation-delay:23.2s;animation-delay:23.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(233){-webkit-animation-delay:23.3s;animation-delay:23.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(234){-webkit-animation-delay:23.4s;animation-delay:23.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(235){-webkit-animation-delay:23.5s;animation-delay:23.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(236){-webkit-animation-delay:23.6s;animation-delay:23.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(237){-webkit-animation-delay:23.7s;animation-delay:23.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(238){-webkit-animation-delay:23.8s;animation-delay:23.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(239){-webkit-animation-delay:23.9s;animation-delay:23.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(240){-webkit-animation-delay:24s;animation-delay:24s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(241){-webkit-animation-delay:24.1s;animation-delay:24.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(242){-webkit-animation-delay:24.2s;animation-delay:24.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(243){-webkit-animation-delay:24.3s;animation-delay:24.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(244){-webkit-animation-delay:24.4s;animation-delay:24.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(245){-webkit-animation-delay:24.5s;animation-delay:24.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(246){-webkit-animation-delay:24.6s;animation-delay:24.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(247){-webkit-animation-delay:24.7s;animation-delay:24.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(248){-webkit-animation-delay:24.8s;animation-delay:24.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(249){-webkit-animation-delay:24.9s;animation-delay:24.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(250){-webkit-animation-delay:25s;animation-delay:25s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(251){-webkit-animation-delay:25.1s;animation-delay:25.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(252){-webkit-animation-delay:25.2s;animation-delay:25.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(253){-webkit-animation-delay:25.3s;animation-delay:25.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(254){-webkit-animation-delay:25.4s;animation-delay:25.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(255){-webkit-animation-delay:25.5s;animation-delay:25.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(256){-webkit-animation-delay:25.6s;animation-delay:25.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(257){-webkit-animation-delay:25.7s;animation-delay:25.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(258){-webkit-animation-delay:25.8s;animation-delay:25.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(259){-webkit-animation-delay:25.9s;animation-delay:25.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(260){-webkit-animation-delay:26s;animation-delay:26s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(261){-webkit-animation-delay:26.1s;animation-delay:26.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(262){-webkit-animation-delay:26.2s;animation-delay:26.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(263){-webkit-animation-delay:26.3s;animation-delay:26.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(264){-webkit-animation-delay:26.4s;animation-delay:26.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(265){-webkit-animation-delay:26.5s;animation-delay:26.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(266){-webkit-animation-delay:26.6s;animation-delay:26.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(267){-webkit-animation-delay:26.7s;animation-delay:26.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(268){-webkit-animation-delay:26.8s;animation-delay:26.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(269){-webkit-animation-delay:26.9s;animation-delay:26.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(270){-webkit-animation-delay:27s;animation-delay:27s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(271){-webkit-animation-delay:27.1s;animation-delay:27.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(272){-webkit-animation-delay:27.2s;animation-delay:27.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(273){-webkit-animation-delay:27.3s;animation-delay:27.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(274){-webkit-animation-delay:27.4s;animation-delay:27.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(275){-webkit-animation-delay:27.5s;animation-delay:27.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(276){-webkit-animation-delay:27.6s;animation-delay:27.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(277){-webkit-animation-delay:27.7s;animation-delay:27.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(278){-webkit-animation-delay:27.8s;animation-delay:27.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(279){-webkit-animation-delay:27.9s;animation-delay:27.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(280){-webkit-animation-delay:28s;animation-delay:28s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(281){-webkit-animation-delay:28.1s;animation-delay:28.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(282){-webkit-animation-delay:28.2s;animation-delay:28.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(283){-webkit-animation-delay:28.3s;animation-delay:28.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(284){-webkit-animation-delay:28.4s;animation-delay:28.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(285){-webkit-animation-delay:28.5s;animation-delay:28.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(286){-webkit-animation-delay:28.6s;animation-delay:28.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(287){-webkit-animation-delay:28.7s;animation-delay:28.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(288){-webkit-animation-delay:28.8s;animation-delay:28.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(289){-webkit-animation-delay:28.9s;animation-delay:28.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(290){-webkit-animation-delay:29s;animation-delay:29s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(291){-webkit-animation-delay:29.1s;animation-delay:29.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(292){-webkit-animation-delay:29.2s;animation-delay:29.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(293){-webkit-animation-delay:29.3s;animation-delay:29.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(294){-webkit-animation-delay:29.4s;animation-delay:29.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(295){-webkit-animation-delay:29.5s;animation-delay:29.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(296){-webkit-animation-delay:29.6s;animation-delay:29.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(297){-webkit-animation-delay:29.7s;animation-delay:29.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(298){-webkit-animation-delay:29.8s;animation-delay:29.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(299){-webkit-animation-delay:29.9s;animation-delay:29.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(300){-webkit-animation-delay:30s;animation-delay:30s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(301){-webkit-animation-delay:30.1s;animation-delay:30.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(302){-webkit-animation-delay:30.2s;animation-delay:30.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(303){-webkit-animation-delay:30.3s;animation-delay:30.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(304){-webkit-animation-delay:30.4s;animation-delay:30.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(305){-webkit-animation-delay:30.5s;animation-delay:30.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(306){-webkit-animation-delay:30.6s;animation-delay:30.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(307){-webkit-animation-delay:30.7s;animation-delay:30.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(308){-webkit-animation-delay:30.8s;animation-delay:30.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(309){-webkit-animation-delay:30.9s;animation-delay:30.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(310){-webkit-animation-delay:31s;animation-delay:31s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(311){-webkit-animation-delay:31.1s;animation-delay:31.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(312){-webkit-animation-delay:31.2s;animation-delay:31.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(313){-webkit-animation-delay:31.3s;animation-delay:31.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(314){-webkit-animation-delay:31.4s;animation-delay:31.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(315){-webkit-animation-delay:31.5s;animation-delay:31.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(316){-webkit-animation-delay:31.6s;animation-delay:31.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(317){-webkit-animation-delay:31.7s;animation-delay:31.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(318){-webkit-animation-delay:31.8s;animation-delay:31.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(319){-webkit-animation-delay:31.9s;animation-delay:31.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(320){-webkit-animation-delay:32s;animation-delay:32s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(321){-webkit-animation-delay:32.1s;animation-delay:32.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(322){-webkit-animation-delay:32.2s;animation-delay:32.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(323){-webkit-animation-delay:32.3s;animation-delay:32.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(324){-webkit-animation-delay:32.4s;animation-delay:32.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(325){-webkit-animation-delay:32.5s;animation-delay:32.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(326){-webkit-animation-delay:32.6s;animation-delay:32.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(327){-webkit-animation-delay:32.7s;animation-delay:32.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(328){-webkit-animation-delay:32.8s;animation-delay:32.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(329){-webkit-animation-delay:32.9s;animation-delay:32.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(330){-webkit-animation-delay:33s;animation-delay:33s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(331){-webkit-animation-delay:33.1s;animation-delay:33.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(332){-webkit-animation-delay:33.2s;animation-delay:33.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(333){-webkit-animation-delay:33.3s;animation-delay:33.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(334){-webkit-animation-delay:33.4s;animation-delay:33.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(335){-webkit-animation-delay:33.5s;animation-delay:33.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(336){-webkit-animation-delay:33.6s;animation-delay:33.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(337){-webkit-animation-delay:33.7s;animation-delay:33.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(338){-webkit-animation-delay:33.8s;animation-delay:33.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(339){-webkit-animation-delay:33.9s;animation-delay:33.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(340){-webkit-animation-delay:34s;animation-delay:34s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(341){-webkit-animation-delay:34.1s;animation-delay:34.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(342){-webkit-animation-delay:34.2s;animation-delay:34.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(343){-webkit-animation-delay:34.3s;animation-delay:34.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(344){-webkit-animation-delay:34.4s;animation-delay:34.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(345){-webkit-animation-delay:34.5s;animation-delay:34.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(346){-webkit-animation-delay:34.6s;animation-delay:34.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(347){-webkit-animation-delay:34.7s;animation-delay:34.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(348){-webkit-animation-delay:34.8s;animation-delay:34.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(349){-webkit-animation-delay:34.9s;animation-delay:34.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(350){-webkit-animation-delay:35s;animation-delay:35s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(351){-webkit-animation-delay:35.1s;animation-delay:35.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(352){-webkit-animation-delay:35.2s;animation-delay:35.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(353){-webkit-animation-delay:35.3s;animation-delay:35.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(354){-webkit-animation-delay:35.4s;animation-delay:35.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(355){-webkit-animation-delay:35.5s;animation-delay:35.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(356){-webkit-animation-delay:35.6s;animation-delay:35.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(357){-webkit-animation-delay:35.7s;animation-delay:35.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(358){-webkit-animation-delay:35.8s;animation-delay:35.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(359){-webkit-animation-delay:35.9s;animation-delay:35.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(360){-webkit-animation-delay:36s;animation-delay:36s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(361){-webkit-animation-delay:36.1s;animation-delay:36.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(362){-webkit-animation-delay:36.2s;animation-delay:36.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(363){-webkit-animation-delay:36.3s;animation-delay:36.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(364){-webkit-animation-delay:36.4s;animation-delay:36.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(365){-webkit-animation-delay:36.5s;animation-delay:36.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(366){-webkit-animation-delay:36.6s;animation-delay:36.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(367){-webkit-animation-delay:36.7s;animation-delay:36.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(368){-webkit-animation-delay:36.8s;animation-delay:36.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(369){-webkit-animation-delay:36.9s;animation-delay:36.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(370){-webkit-animation-delay:37s;animation-delay:37s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(371){-webkit-animation-delay:37.1s;animation-delay:37.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(372){-webkit-animation-delay:37.2s;animation-delay:37.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(373){-webkit-animation-delay:37.3s;animation-delay:37.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(374){-webkit-animation-delay:37.4s;animation-delay:37.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(375){-webkit-animation-delay:37.5s;animation-delay:37.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(376){-webkit-animation-delay:37.6s;animation-delay:37.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(377){-webkit-animation-delay:37.7s;animation-delay:37.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(378){-webkit-animation-delay:37.8s;animation-delay:37.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(379){-webkit-animation-delay:37.9s;animation-delay:37.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(380){-webkit-animation-delay:38s;animation-delay:38s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(381){-webkit-animation-delay:38.1s;animation-delay:38.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(382){-webkit-animation-delay:38.2s;animation-delay:38.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(383){-webkit-animation-delay:38.3s;animation-delay:38.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(384){-webkit-animation-delay:38.4s;animation-delay:38.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(385){-webkit-animation-delay:38.5s;animation-delay:38.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(386){-webkit-animation-delay:38.6s;animation-delay:38.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(387){-webkit-animation-delay:38.7s;animation-delay:38.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(388){-webkit-animation-delay:38.8s;animation-delay:38.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(389){-webkit-animation-delay:38.9s;animation-delay:38.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(390){-webkit-animation-delay:39s;animation-delay:39s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(391){-webkit-animation-delay:39.1s;animation-delay:39.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(392){-webkit-animation-delay:39.2s;animation-delay:39.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(393){-webkit-animation-delay:39.3s;animation-delay:39.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(394){-webkit-animation-delay:39.4s;animation-delay:39.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(395){-webkit-animation-delay:39.5s;animation-delay:39.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(396){-webkit-animation-delay:39.6s;animation-delay:39.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(397){-webkit-animation-delay:39.7s;animation-delay:39.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(398){-webkit-animation-delay:39.8s;animation-delay:39.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(399){-webkit-animation-delay:39.9s;animation-delay:39.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(400){-webkit-animation-delay:40s;animation-delay:40s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(401){-webkit-animation-delay:40.1s;animation-delay:40.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(402){-webkit-animation-delay:40.2s;animation-delay:40.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(403){-webkit-animation-delay:40.3s;animation-delay:40.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(404){-webkit-animation-delay:40.4s;animation-delay:40.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(405){-webkit-animation-delay:40.5s;animation-delay:40.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(406){-webkit-animation-delay:40.6s;animation-delay:40.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(407){-webkit-animation-delay:40.7s;animation-delay:40.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(408){-webkit-animation-delay:40.8s;animation-delay:40.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(409){-webkit-animation-delay:40.9s;animation-delay:40.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(410){-webkit-animation-delay:41s;animation-delay:41s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(411){-webkit-animation-delay:41.1s;animation-delay:41.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(412){-webkit-animation-delay:41.2s;animation-delay:41.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(413){-webkit-animation-delay:41.3s;animation-delay:41.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(414){-webkit-animation-delay:41.4s;animation-delay:41.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(415){-webkit-animation-delay:41.5s;animation-delay:41.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(416){-webkit-animation-delay:41.6s;animation-delay:41.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(417){-webkit-animation-delay:41.7s;animation-delay:41.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(418){-webkit-animation-delay:41.8s;animation-delay:41.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(419){-webkit-animation-delay:41.9s;animation-delay:41.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(420){-webkit-animation-delay:42s;animation-delay:42s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(421){-webkit-animation-delay:42.1s;animation-delay:42.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(422){-webkit-animation-delay:42.2s;animation-delay:42.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(423){-webkit-animation-delay:42.3s;animation-delay:42.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(424){-webkit-animation-delay:42.4s;animation-delay:42.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(425){-webkit-animation-delay:42.5s;animation-delay:42.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(426){-webkit-animation-delay:42.6s;animation-delay:42.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(427){-webkit-animation-delay:42.7s;animation-delay:42.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(428){-webkit-animation-delay:42.8s;animation-delay:42.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(429){-webkit-animation-delay:42.9s;animation-delay:42.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(430){-webkit-animation-delay:43s;animation-delay:43s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(431){-webkit-animation-delay:43.1s;animation-delay:43.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(432){-webkit-animation-delay:43.2s;animation-delay:43.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(433){-webkit-animation-delay:43.3s;animation-delay:43.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(434){-webkit-animation-delay:43.4s;animation-delay:43.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(435){-webkit-animation-delay:43.5s;animation-delay:43.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(436){-webkit-animation-delay:43.6s;animation-delay:43.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(437){-webkit-animation-delay:43.7s;animation-delay:43.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(438){-webkit-animation-delay:43.8s;animation-delay:43.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(439){-webkit-animation-delay:43.9s;animation-delay:43.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(440){-webkit-animation-delay:44s;animation-delay:44s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(441){-webkit-animation-delay:44.1s;animation-delay:44.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(442){-webkit-animation-delay:44.2s;animation-delay:44.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(443){-webkit-animation-delay:44.3s;animation-delay:44.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(444){-webkit-animation-delay:44.4s;animation-delay:44.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(445){-webkit-animation-delay:44.5s;animation-delay:44.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(446){-webkit-animation-delay:44.6s;animation-delay:44.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(447){-webkit-animation-delay:44.7s;animation-delay:44.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(448){-webkit-animation-delay:44.8s;animation-delay:44.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(449){-webkit-animation-delay:44.9s;animation-delay:44.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(450){-webkit-animation-delay:45s;animation-delay:45s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(451){-webkit-animation-delay:45.1s;animation-delay:45.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(452){-webkit-animation-delay:45.2s;animation-delay:45.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(453){-webkit-animation-delay:45.3s;animation-delay:45.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(454){-webkit-animation-delay:45.4s;animation-delay:45.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(455){-webkit-animation-delay:45.5s;animation-delay:45.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(456){-webkit-animation-delay:45.6s;animation-delay:45.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(457){-webkit-animation-delay:45.7s;animation-delay:45.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(458){-webkit-animation-delay:45.8s;animation-delay:45.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(459){-webkit-animation-delay:45.9s;animation-delay:45.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(460){-webkit-animation-delay:46s;animation-delay:46s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(461){-webkit-animation-delay:46.1s;animation-delay:46.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(462){-webkit-animation-delay:46.2s;animation-delay:46.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(463){-webkit-animation-delay:46.3s;animation-delay:46.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(464){-webkit-animation-delay:46.4s;animation-delay:46.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(465){-webkit-animation-delay:46.5s;animation-delay:46.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(466){-webkit-animation-delay:46.6s;animation-delay:46.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(467){-webkit-animation-delay:46.7s;animation-delay:46.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(468){-webkit-animation-delay:46.8s;animation-delay:46.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(469){-webkit-animation-delay:46.9s;animation-delay:46.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(470){-webkit-animation-delay:47s;animation-delay:47s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(471){-webkit-animation-delay:47.1s;animation-delay:47.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(472){-webkit-animation-delay:47.2s;animation-delay:47.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(473){-webkit-animation-delay:47.3s;animation-delay:47.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(474){-webkit-animation-delay:47.4s;animation-delay:47.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(475){-webkit-animation-delay:47.5s;animation-delay:47.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(476){-webkit-animation-delay:47.6s;animation-delay:47.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(477){-webkit-animation-delay:47.7s;animation-delay:47.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(478){-webkit-animation-delay:47.8s;animation-delay:47.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(479){-webkit-animation-delay:47.9s;animation-delay:47.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(480){-webkit-animation-delay:48s;animation-delay:48s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(481){-webkit-animation-delay:48.1s;animation-delay:48.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(482){-webkit-animation-delay:48.2s;animation-delay:48.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(483){-webkit-animation-delay:48.3s;animation-delay:48.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(484){-webkit-animation-delay:48.4s;animation-delay:48.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(485){-webkit-animation-delay:48.5s;animation-delay:48.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(486){-webkit-animation-delay:48.6s;animation-delay:48.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(487){-webkit-animation-delay:48.7s;animation-delay:48.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(488){-webkit-animation-delay:48.8s;animation-delay:48.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(489){-webkit-animation-delay:48.9s;animation-delay:48.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(490){-webkit-animation-delay:49s;animation-delay:49s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(491){-webkit-animation-delay:49.1s;animation-delay:49.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(492){-webkit-animation-delay:49.2s;animation-delay:49.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(493){-webkit-animation-delay:49.3s;animation-delay:49.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(494){-webkit-animation-delay:49.4s;animation-delay:49.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(495){-webkit-animation-delay:49.5s;animation-delay:49.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(496){-webkit-animation-delay:49.6s;animation-delay:49.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(497){-webkit-animation-delay:49.7s;animation-delay:49.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(498){-webkit-animation-delay:49.8s;animation-delay:49.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(499){-webkit-animation-delay:49.9s;animation-delay:49.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(500){-webkit-animation-delay:50s;animation-delay:50s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(501){-webkit-animation-delay:50.1s;animation-delay:50.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(502){-webkit-animation-delay:50.2s;animation-delay:50.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(503){-webkit-animation-delay:50.3s;animation-delay:50.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(504){-webkit-animation-delay:50.4s;animation-delay:50.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(505){-webkit-animation-delay:50.5s;animation-delay:50.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(506){-webkit-animation-delay:50.6s;animation-delay:50.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(507){-webkit-animation-delay:50.7s;animation-delay:50.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(508){-webkit-animation-delay:50.8s;animation-delay:50.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(509){-webkit-animation-delay:50.9s;animation-delay:50.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(510){-webkit-animation-delay:51s;animation-delay:51s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(511){-webkit-animation-delay:51.1s;animation-delay:51.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(512){-webkit-animation-delay:51.2s;animation-delay:51.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(513){-webkit-animation-delay:51.3s;animation-delay:51.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(514){-webkit-animation-delay:51.4s;animation-delay:51.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(515){-webkit-animation-delay:51.5s;animation-delay:51.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(516){-webkit-animation-delay:51.6s;animation-delay:51.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(517){-webkit-animation-delay:51.7s;animation-delay:51.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(518){-webkit-animation-delay:51.8s;animation-delay:51.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(519){-webkit-animation-delay:51.9s;animation-delay:51.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(520){-webkit-animation-delay:52s;animation-delay:52s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(521){-webkit-animation-delay:52.1s;animation-delay:52.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(522){-webkit-animation-delay:52.2s;animation-delay:52.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(523){-webkit-animation-delay:52.3s;animation-delay:52.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(524){-webkit-animation-delay:52.4s;animation-delay:52.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(525){-webkit-animation-delay:52.5s;animation-delay:52.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(526){-webkit-animation-delay:52.6s;animation-delay:52.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(527){-webkit-animation-delay:52.7s;animation-delay:52.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(528){-webkit-animation-delay:52.8s;animation-delay:52.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(529){-webkit-animation-delay:52.9s;animation-delay:52.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(530){-webkit-animation-delay:53s;animation-delay:53s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(531){-webkit-animation-delay:53.1s;animation-delay:53.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(532){-webkit-animation-delay:53.2s;animation-delay:53.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(533){-webkit-animation-delay:53.3s;animation-delay:53.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(534){-webkit-animation-delay:53.4s;animation-delay:53.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(535){-webkit-animation-delay:53.5s;animation-delay:53.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(536){-webkit-animation-delay:53.6s;animation-delay:53.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(537){-webkit-animation-delay:53.7s;animation-delay:53.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(538){-webkit-animation-delay:53.8s;animation-delay:53.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(539){-webkit-animation-delay:53.9s;animation-delay:53.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(540){-webkit-animation-delay:54s;animation-delay:54s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(541){-webkit-animation-delay:54.1s;animation-delay:54.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(542){-webkit-animation-delay:54.2s;animation-delay:54.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(543){-webkit-animation-delay:54.3s;animation-delay:54.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(544){-webkit-animation-delay:54.4s;animation-delay:54.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(545){-webkit-animation-delay:54.5s;animation-delay:54.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(546){-webkit-animation-delay:54.6s;animation-delay:54.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(547){-webkit-animation-delay:54.7s;animation-delay:54.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(548){-webkit-animation-delay:54.8s;animation-delay:54.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(549){-webkit-animation-delay:54.9s;animation-delay:54.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(550){-webkit-animation-delay:55s;animation-delay:55s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(551){-webkit-animation-delay:55.1s;animation-delay:55.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(552){-webkit-animation-delay:55.2s;animation-delay:55.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(553){-webkit-animation-delay:55.3s;animation-delay:55.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(554){-webkit-animation-delay:55.4s;animation-delay:55.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(555){-webkit-animation-delay:55.5s;animation-delay:55.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(556){-webkit-animation-delay:55.6s;animation-delay:55.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(557){-webkit-animation-delay:55.7s;animation-delay:55.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(558){-webkit-animation-delay:55.8s;animation-delay:55.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(559){-webkit-animation-delay:55.9s;animation-delay:55.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(560){-webkit-animation-delay:56s;animation-delay:56s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(561){-webkit-animation-delay:56.1s;animation-delay:56.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(562){-webkit-animation-delay:56.2s;animation-delay:56.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(563){-webkit-animation-delay:56.3s;animation-delay:56.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(564){-webkit-animation-delay:56.4s;animation-delay:56.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(565){-webkit-animation-delay:56.5s;animation-delay:56.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(566){-webkit-animation-delay:56.6s;animation-delay:56.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(567){-webkit-animation-delay:56.7s;animation-delay:56.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(568){-webkit-animation-delay:56.8s;animation-delay:56.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(569){-webkit-animation-delay:56.9s;animation-delay:56.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(570){-webkit-animation-delay:57s;animation-delay:57s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(571){-webkit-animation-delay:57.1s;animation-delay:57.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(572){-webkit-animation-delay:57.2s;animation-delay:57.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(573){-webkit-animation-delay:57.3s;animation-delay:57.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(574){-webkit-animation-delay:57.4s;animation-delay:57.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(575){-webkit-animation-delay:57.5s;animation-delay:57.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(576){-webkit-animation-delay:57.6s;animation-delay:57.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(577){-webkit-animation-delay:57.7s;animation-delay:57.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(578){-webkit-animation-delay:57.8s;animation-delay:57.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(579){-webkit-animation-delay:57.9s;animation-delay:57.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(580){-webkit-animation-delay:58s;animation-delay:58s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(581){-webkit-animation-delay:58.1s;animation-delay:58.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(582){-webkit-animation-delay:58.2s;animation-delay:58.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(583){-webkit-animation-delay:58.3s;animation-delay:58.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(584){-webkit-animation-delay:58.4s;animation-delay:58.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(585){-webkit-animation-delay:58.5s;animation-delay:58.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(586){-webkit-animation-delay:58.6s;animation-delay:58.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(587){-webkit-animation-delay:58.7s;animation-delay:58.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(588){-webkit-animation-delay:58.8s;animation-delay:58.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(589){-webkit-animation-delay:58.9s;animation-delay:58.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(590){-webkit-animation-delay:59s;animation-delay:59s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(591){-webkit-animation-delay:59.1s;animation-delay:59.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(592){-webkit-animation-delay:59.2s;animation-delay:59.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(593){-webkit-animation-delay:59.3s;animation-delay:59.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(594){-webkit-animation-delay:59.4s;animation-delay:59.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(595){-webkit-animation-delay:59.5s;animation-delay:59.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(596){-webkit-animation-delay:59.6s;animation-delay:59.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(597){-webkit-animation-delay:59.7s;animation-delay:59.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(598){-webkit-animation-delay:59.8s;animation-delay:59.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(599){-webkit-animation-delay:59.9s;animation-delay:59.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(600){-webkit-animation-delay:60s;animation-delay:60s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(601){-webkit-animation-delay:60.1s;animation-delay:60.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(602){-webkit-animation-delay:60.2s;animation-delay:60.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(603){-webkit-animation-delay:60.3s;animation-delay:60.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(604){-webkit-animation-delay:60.4s;animation-delay:60.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(605){-webkit-animation-delay:60.5s;animation-delay:60.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(606){-webkit-animation-delay:60.6s;animation-delay:60.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(607){-webkit-animation-delay:60.7s;animation-delay:60.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(608){-webkit-animation-delay:60.8s;animation-delay:60.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(609){-webkit-animation-delay:60.9s;animation-delay:60.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(610){-webkit-animation-delay:61s;animation-delay:61s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(611){-webkit-animation-delay:61.1s;animation-delay:61.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(612){-webkit-animation-delay:61.2s;animation-delay:61.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(613){-webkit-animation-delay:61.3s;animation-delay:61.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(614){-webkit-animation-delay:61.4s;animation-delay:61.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(615){-webkit-animation-delay:61.5s;animation-delay:61.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(616){-webkit-animation-delay:61.6s;animation-delay:61.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(617){-webkit-animation-delay:61.7s;animation-delay:61.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(618){-webkit-animation-delay:61.8s;animation-delay:61.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(619){-webkit-animation-delay:61.9s;animation-delay:61.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(620){-webkit-animation-delay:62s;animation-delay:62s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(621){-webkit-animation-delay:62.1s;animation-delay:62.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(622){-webkit-animation-delay:62.2s;animation-delay:62.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(623){-webkit-animation-delay:62.3s;animation-delay:62.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(624){-webkit-animation-delay:62.4s;animation-delay:62.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(625){-webkit-animation-delay:62.5s;animation-delay:62.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(626){-webkit-animation-delay:62.6s;animation-delay:62.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(627){-webkit-animation-delay:62.7s;animation-delay:62.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(628){-webkit-animation-delay:62.8s;animation-delay:62.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(629){-webkit-animation-delay:62.9s;animation-delay:62.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(630){-webkit-animation-delay:63s;animation-delay:63s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(631){-webkit-animation-delay:63.1s;animation-delay:63.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(632){-webkit-animation-delay:63.2s;animation-delay:63.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(633){-webkit-animation-delay:63.3s;animation-delay:63.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(634){-webkit-animation-delay:63.4s;animation-delay:63.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(635){-webkit-animation-delay:63.5s;animation-delay:63.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(636){-webkit-animation-delay:63.6s;animation-delay:63.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(637){-webkit-animation-delay:63.7s;animation-delay:63.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(638){-webkit-animation-delay:63.8s;animation-delay:63.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(639){-webkit-animation-delay:63.9s;animation-delay:63.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(640){-webkit-animation-delay:64s;animation-delay:64s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(641){-webkit-animation-delay:64.1s;animation-delay:64.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(642){-webkit-animation-delay:64.2s;animation-delay:64.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(643){-webkit-animation-delay:64.3s;animation-delay:64.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(644){-webkit-animation-delay:64.4s;animation-delay:64.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(645){-webkit-animation-delay:64.5s;animation-delay:64.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(646){-webkit-animation-delay:64.6s;animation-delay:64.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(647){-webkit-animation-delay:64.7s;animation-delay:64.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(648){-webkit-animation-delay:64.8s;animation-delay:64.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(649){-webkit-animation-delay:64.9s;animation-delay:64.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(650){-webkit-animation-delay:65s;animation-delay:65s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(651){-webkit-animation-delay:65.1s;animation-delay:65.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(652){-webkit-animation-delay:65.2s;animation-delay:65.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(653){-webkit-animation-delay:65.3s;animation-delay:65.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(654){-webkit-animation-delay:65.4s;animation-delay:65.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(655){-webkit-animation-delay:65.5s;animation-delay:65.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(656){-webkit-animation-delay:65.6s;animation-delay:65.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(657){-webkit-animation-delay:65.7s;animation-delay:65.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(658){-webkit-animation-delay:65.8s;animation-delay:65.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(659){-webkit-animation-delay:65.9s;animation-delay:65.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(660){-webkit-animation-delay:66s;animation-delay:66s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(661){-webkit-animation-delay:66.1s;animation-delay:66.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(662){-webkit-animation-delay:66.2s;animation-delay:66.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(663){-webkit-animation-delay:66.3s;animation-delay:66.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(664){-webkit-animation-delay:66.4s;animation-delay:66.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(665){-webkit-animation-delay:66.5s;animation-delay:66.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(666){-webkit-animation-delay:66.6s;animation-delay:66.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(667){-webkit-animation-delay:66.7s;animation-delay:66.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(668){-webkit-animation-delay:66.8s;animation-delay:66.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(669){-webkit-animation-delay:66.9s;animation-delay:66.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(670){-webkit-animation-delay:67s;animation-delay:67s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(671){-webkit-animation-delay:67.1s;animation-delay:67.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(672){-webkit-animation-delay:67.2s;animation-delay:67.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(673){-webkit-animation-delay:67.3s;animation-delay:67.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(674){-webkit-animation-delay:67.4s;animation-delay:67.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(675){-webkit-animation-delay:67.5s;animation-delay:67.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(676){-webkit-animation-delay:67.6s;animation-delay:67.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(677){-webkit-animation-delay:67.7s;animation-delay:67.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(678){-webkit-animation-delay:67.8s;animation-delay:67.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(679){-webkit-animation-delay:67.9s;animation-delay:67.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(680){-webkit-animation-delay:68s;animation-delay:68s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(681){-webkit-animation-delay:68.1s;animation-delay:68.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(682){-webkit-animation-delay:68.2s;animation-delay:68.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(683){-webkit-animation-delay:68.3s;animation-delay:68.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(684){-webkit-animation-delay:68.4s;animation-delay:68.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(685){-webkit-animation-delay:68.5s;animation-delay:68.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(686){-webkit-animation-delay:68.6s;animation-delay:68.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(687){-webkit-animation-delay:68.7s;animation-delay:68.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(688){-webkit-animation-delay:68.8s;animation-delay:68.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(689){-webkit-animation-delay:68.9s;animation-delay:68.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(690){-webkit-animation-delay:69s;animation-delay:69s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(691){-webkit-animation-delay:69.1s;animation-delay:69.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(692){-webkit-animation-delay:69.2s;animation-delay:69.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(693){-webkit-animation-delay:69.3s;animation-delay:69.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(694){-webkit-animation-delay:69.4s;animation-delay:69.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(695){-webkit-animation-delay:69.5s;animation-delay:69.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(696){-webkit-animation-delay:69.6s;animation-delay:69.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(697){-webkit-animation-delay:69.7s;animation-delay:69.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(698){-webkit-animation-delay:69.8s;animation-delay:69.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(699){-webkit-animation-delay:69.9s;animation-delay:69.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(700){-webkit-animation-delay:70s;animation-delay:70s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(701){-webkit-animation-delay:70.1s;animation-delay:70.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(702){-webkit-animation-delay:70.2s;animation-delay:70.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(703){-webkit-animation-delay:70.3s;animation-delay:70.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(704){-webkit-animation-delay:70.4s;animation-delay:70.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(705){-webkit-animation-delay:70.5s;animation-delay:70.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(706){-webkit-animation-delay:70.6s;animation-delay:70.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(707){-webkit-animation-delay:70.7s;animation-delay:70.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(708){-webkit-animation-delay:70.8s;animation-delay:70.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(709){-webkit-animation-delay:70.9s;animation-delay:70.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(710){-webkit-animation-delay:71s;animation-delay:71s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(711){-webkit-animation-delay:71.1s;animation-delay:71.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(712){-webkit-animation-delay:71.2s;animation-delay:71.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(713){-webkit-animation-delay:71.3s;animation-delay:71.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(714){-webkit-animation-delay:71.4s;animation-delay:71.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(715){-webkit-animation-delay:71.5s;animation-delay:71.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(716){-webkit-animation-delay:71.6s;animation-delay:71.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(717){-webkit-animation-delay:71.7s;animation-delay:71.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(718){-webkit-animation-delay:71.8s;animation-delay:71.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(719){-webkit-animation-delay:71.9s;animation-delay:71.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(720){-webkit-animation-delay:72s;animation-delay:72s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(721){-webkit-animation-delay:72.1s;animation-delay:72.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(722){-webkit-animation-delay:72.2s;animation-delay:72.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(723){-webkit-animation-delay:72.3s;animation-delay:72.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(724){-webkit-animation-delay:72.4s;animation-delay:72.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(725){-webkit-animation-delay:72.5s;animation-delay:72.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(726){-webkit-animation-delay:72.6s;animation-delay:72.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(727){-webkit-animation-delay:72.7s;animation-delay:72.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(728){-webkit-animation-delay:72.8s;animation-delay:72.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(729){-webkit-animation-delay:72.9s;animation-delay:72.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(730){-webkit-animation-delay:73s;animation-delay:73s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(731){-webkit-animation-delay:73.1s;animation-delay:73.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(732){-webkit-animation-delay:73.2s;animation-delay:73.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(733){-webkit-animation-delay:73.3s;animation-delay:73.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(734){-webkit-animation-delay:73.4s;animation-delay:73.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(735){-webkit-animation-delay:73.5s;animation-delay:73.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(736){-webkit-animation-delay:73.6s;animation-delay:73.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(737){-webkit-animation-delay:73.7s;animation-delay:73.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(738){-webkit-animation-delay:73.8s;animation-delay:73.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(739){-webkit-animation-delay:73.9s;animation-delay:73.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(740){-webkit-animation-delay:74s;animation-delay:74s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(741){-webkit-animation-delay:74.1s;animation-delay:74.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(742){-webkit-animation-delay:74.2s;animation-delay:74.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(743){-webkit-animation-delay:74.3s;animation-delay:74.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(744){-webkit-animation-delay:74.4s;animation-delay:74.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(745){-webkit-animation-delay:74.5s;animation-delay:74.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(746){-webkit-animation-delay:74.6s;animation-delay:74.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(747){-webkit-animation-delay:74.7s;animation-delay:74.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(748){-webkit-animation-delay:74.8s;animation-delay:74.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(749){-webkit-animation-delay:74.9s;animation-delay:74.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(750){-webkit-animation-delay:75s;animation-delay:75s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(751){-webkit-animation-delay:75.1s;animation-delay:75.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(752){-webkit-animation-delay:75.2s;animation-delay:75.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(753){-webkit-animation-delay:75.3s;animation-delay:75.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(754){-webkit-animation-delay:75.4s;animation-delay:75.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(755){-webkit-animation-delay:75.5s;animation-delay:75.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(756){-webkit-animation-delay:75.6s;animation-delay:75.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(757){-webkit-animation-delay:75.7s;animation-delay:75.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(758){-webkit-animation-delay:75.8s;animation-delay:75.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(759){-webkit-animation-delay:75.9s;animation-delay:75.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(760){-webkit-animation-delay:76s;animation-delay:76s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(761){-webkit-animation-delay:76.1s;animation-delay:76.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(762){-webkit-animation-delay:76.2s;animation-delay:76.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(763){-webkit-animation-delay:76.3s;animation-delay:76.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(764){-webkit-animation-delay:76.4s;animation-delay:76.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(765){-webkit-animation-delay:76.5s;animation-delay:76.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(766){-webkit-animation-delay:76.6s;animation-delay:76.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(767){-webkit-animation-delay:76.7s;animation-delay:76.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(768){-webkit-animation-delay:76.8s;animation-delay:76.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(769){-webkit-animation-delay:76.9s;animation-delay:76.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(770){-webkit-animation-delay:77s;animation-delay:77s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(771){-webkit-animation-delay:77.1s;animation-delay:77.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(772){-webkit-animation-delay:77.2s;animation-delay:77.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(773){-webkit-animation-delay:77.3s;animation-delay:77.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(774){-webkit-animation-delay:77.4s;animation-delay:77.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(775){-webkit-animation-delay:77.5s;animation-delay:77.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(776){-webkit-animation-delay:77.6s;animation-delay:77.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(777){-webkit-animation-delay:77.7s;animation-delay:77.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(778){-webkit-animation-delay:77.8s;animation-delay:77.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(779){-webkit-animation-delay:77.9s;animation-delay:77.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(780){-webkit-animation-delay:78s;animation-delay:78s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(781){-webkit-animation-delay:78.1s;animation-delay:78.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(782){-webkit-animation-delay:78.2s;animation-delay:78.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(783){-webkit-animation-delay:78.3s;animation-delay:78.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(784){-webkit-animation-delay:78.4s;animation-delay:78.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(785){-webkit-animation-delay:78.5s;animation-delay:78.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(786){-webkit-animation-delay:78.6s;animation-delay:78.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(787){-webkit-animation-delay:78.7s;animation-delay:78.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(788){-webkit-animation-delay:78.8s;animation-delay:78.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(789){-webkit-animation-delay:78.9s;animation-delay:78.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(790){-webkit-animation-delay:79s;animation-delay:79s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(791){-webkit-animation-delay:79.1s;animation-delay:79.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(792){-webkit-animation-delay:79.2s;animation-delay:79.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(793){-webkit-animation-delay:79.3s;animation-delay:79.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(794){-webkit-animation-delay:79.4s;animation-delay:79.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(795){-webkit-animation-delay:79.5s;animation-delay:79.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(796){-webkit-animation-delay:79.6s;animation-delay:79.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(797){-webkit-animation-delay:79.7s;animation-delay:79.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(798){-webkit-animation-delay:79.8s;animation-delay:79.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(799){-webkit-animation-delay:79.9s;animation-delay:79.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(800){-webkit-animation-delay:80s;animation-delay:80s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(801){-webkit-animation-delay:80.1s;animation-delay:80.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(802){-webkit-animation-delay:80.2s;animation-delay:80.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(803){-webkit-animation-delay:80.3s;animation-delay:80.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(804){-webkit-animation-delay:80.4s;animation-delay:80.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(805){-webkit-animation-delay:80.5s;animation-delay:80.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(806){-webkit-animation-delay:80.6s;animation-delay:80.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(807){-webkit-animation-delay:80.7s;animation-delay:80.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(808){-webkit-animation-delay:80.8s;animation-delay:80.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(809){-webkit-animation-delay:80.9s;animation-delay:80.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(810){-webkit-animation-delay:81s;animation-delay:81s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(811){-webkit-animation-delay:81.1s;animation-delay:81.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(812){-webkit-animation-delay:81.2s;animation-delay:81.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(813){-webkit-animation-delay:81.3s;animation-delay:81.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(814){-webkit-animation-delay:81.4s;animation-delay:81.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(815){-webkit-animation-delay:81.5s;animation-delay:81.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(816){-webkit-animation-delay:81.6s;animation-delay:81.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(817){-webkit-animation-delay:81.7s;animation-delay:81.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(818){-webkit-animation-delay:81.8s;animation-delay:81.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(819){-webkit-animation-delay:81.9s;animation-delay:81.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(820){-webkit-animation-delay:82s;animation-delay:82s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(821){-webkit-animation-delay:82.1s;animation-delay:82.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(822){-webkit-animation-delay:82.2s;animation-delay:82.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(823){-webkit-animation-delay:82.3s;animation-delay:82.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(824){-webkit-animation-delay:82.4s;animation-delay:82.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(825){-webkit-animation-delay:82.5s;animation-delay:82.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(826){-webkit-animation-delay:82.6s;animation-delay:82.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(827){-webkit-animation-delay:82.7s;animation-delay:82.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(828){-webkit-animation-delay:82.8s;animation-delay:82.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(829){-webkit-animation-delay:82.9s;animation-delay:82.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(830){-webkit-animation-delay:83s;animation-delay:83s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(831){-webkit-animation-delay:83.1s;animation-delay:83.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(832){-webkit-animation-delay:83.2s;animation-delay:83.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(833){-webkit-animation-delay:83.3s;animation-delay:83.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(834){-webkit-animation-delay:83.4s;animation-delay:83.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(835){-webkit-animation-delay:83.5s;animation-delay:83.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(836){-webkit-animation-delay:83.6s;animation-delay:83.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(837){-webkit-animation-delay:83.7s;animation-delay:83.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(838){-webkit-animation-delay:83.8s;animation-delay:83.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(839){-webkit-animation-delay:83.9s;animation-delay:83.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(840){-webkit-animation-delay:84s;animation-delay:84s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(841){-webkit-animation-delay:84.1s;animation-delay:84.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(842){-webkit-animation-delay:84.2s;animation-delay:84.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(843){-webkit-animation-delay:84.3s;animation-delay:84.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(844){-webkit-animation-delay:84.4s;animation-delay:84.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(845){-webkit-animation-delay:84.5s;animation-delay:84.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(846){-webkit-animation-delay:84.6s;animation-delay:84.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(847){-webkit-animation-delay:84.7s;animation-delay:84.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(848){-webkit-animation-delay:84.8s;animation-delay:84.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(849){-webkit-animation-delay:84.9s;animation-delay:84.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(850){-webkit-animation-delay:85s;animation-delay:85s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(851){-webkit-animation-delay:85.1s;animation-delay:85.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(852){-webkit-animation-delay:85.2s;animation-delay:85.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(853){-webkit-animation-delay:85.3s;animation-delay:85.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(854){-webkit-animation-delay:85.4s;animation-delay:85.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(855){-webkit-animation-delay:85.5s;animation-delay:85.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(856){-webkit-animation-delay:85.6s;animation-delay:85.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(857){-webkit-animation-delay:85.7s;animation-delay:85.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(858){-webkit-animation-delay:85.8s;animation-delay:85.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(859){-webkit-animation-delay:85.9s;animation-delay:85.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(860){-webkit-animation-delay:86s;animation-delay:86s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(861){-webkit-animation-delay:86.1s;animation-delay:86.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(862){-webkit-animation-delay:86.2s;animation-delay:86.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(863){-webkit-animation-delay:86.3s;animation-delay:86.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(864){-webkit-animation-delay:86.4s;animation-delay:86.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(865){-webkit-animation-delay:86.5s;animation-delay:86.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(866){-webkit-animation-delay:86.6s;animation-delay:86.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(867){-webkit-animation-delay:86.7s;animation-delay:86.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(868){-webkit-animation-delay:86.8s;animation-delay:86.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(869){-webkit-animation-delay:86.9s;animation-delay:86.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(870){-webkit-animation-delay:87s;animation-delay:87s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(871){-webkit-animation-delay:87.1s;animation-delay:87.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(872){-webkit-animation-delay:87.2s;animation-delay:87.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(873){-webkit-animation-delay:87.3s;animation-delay:87.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(874){-webkit-animation-delay:87.4s;animation-delay:87.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(875){-webkit-animation-delay:87.5s;animation-delay:87.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(876){-webkit-animation-delay:87.6s;animation-delay:87.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(877){-webkit-animation-delay:87.7s;animation-delay:87.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(878){-webkit-animation-delay:87.8s;animation-delay:87.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(879){-webkit-animation-delay:87.9s;animation-delay:87.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(880){-webkit-animation-delay:88s;animation-delay:88s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(881){-webkit-animation-delay:88.1s;animation-delay:88.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(882){-webkit-animation-delay:88.2s;animation-delay:88.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(883){-webkit-animation-delay:88.3s;animation-delay:88.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(884){-webkit-animation-delay:88.4s;animation-delay:88.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(885){-webkit-animation-delay:88.5s;animation-delay:88.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(886){-webkit-animation-delay:88.6s;animation-delay:88.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(887){-webkit-animation-delay:88.7s;animation-delay:88.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(888){-webkit-animation-delay:88.8s;animation-delay:88.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(889){-webkit-animation-delay:88.9s;animation-delay:88.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(890){-webkit-animation-delay:89s;animation-delay:89s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(891){-webkit-animation-delay:89.1s;animation-delay:89.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(892){-webkit-animation-delay:89.2s;animation-delay:89.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(893){-webkit-animation-delay:89.3s;animation-delay:89.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(894){-webkit-animation-delay:89.4s;animation-delay:89.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(895){-webkit-animation-delay:89.5s;animation-delay:89.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(896){-webkit-animation-delay:89.6s;animation-delay:89.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(897){-webkit-animation-delay:89.7s;animation-delay:89.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(898){-webkit-animation-delay:89.8s;animation-delay:89.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(899){-webkit-animation-delay:89.9s;animation-delay:89.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(900){-webkit-animation-delay:90s;animation-delay:90s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(901){-webkit-animation-delay:90.1s;animation-delay:90.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(902){-webkit-animation-delay:90.2s;animation-delay:90.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(903){-webkit-animation-delay:90.3s;animation-delay:90.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(904){-webkit-animation-delay:90.4s;animation-delay:90.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(905){-webkit-animation-delay:90.5s;animation-delay:90.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(906){-webkit-animation-delay:90.6s;animation-delay:90.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(907){-webkit-animation-delay:90.7s;animation-delay:90.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(908){-webkit-animation-delay:90.8s;animation-delay:90.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(909){-webkit-animation-delay:90.9s;animation-delay:90.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(910){-webkit-animation-delay:91s;animation-delay:91s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(911){-webkit-animation-delay:91.1s;animation-delay:91.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(912){-webkit-animation-delay:91.2s;animation-delay:91.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(913){-webkit-animation-delay:91.3s;animation-delay:91.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(914){-webkit-animation-delay:91.4s;animation-delay:91.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(915){-webkit-animation-delay:91.5s;animation-delay:91.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(916){-webkit-animation-delay:91.6s;animation-delay:91.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(917){-webkit-animation-delay:91.7s;animation-delay:91.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(918){-webkit-animation-delay:91.8s;animation-delay:91.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(919){-webkit-animation-delay:91.9s;animation-delay:91.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(920){-webkit-animation-delay:92s;animation-delay:92s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(921){-webkit-animation-delay:92.1s;animation-delay:92.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(922){-webkit-animation-delay:92.2s;animation-delay:92.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(923){-webkit-animation-delay:92.3s;animation-delay:92.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(924){-webkit-animation-delay:92.4s;animation-delay:92.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(925){-webkit-animation-delay:92.5s;animation-delay:92.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(926){-webkit-animation-delay:92.6s;animation-delay:92.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(927){-webkit-animation-delay:92.7s;animation-delay:92.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(928){-webkit-animation-delay:92.8s;animation-delay:92.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(929){-webkit-animation-delay:92.9s;animation-delay:92.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(930){-webkit-animation-delay:93s;animation-delay:93s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(931){-webkit-animation-delay:93.1s;animation-delay:93.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(932){-webkit-animation-delay:93.2s;animation-delay:93.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(933){-webkit-animation-delay:93.3s;animation-delay:93.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(934){-webkit-animation-delay:93.4s;animation-delay:93.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(935){-webkit-animation-delay:93.5s;animation-delay:93.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(936){-webkit-animation-delay:93.6s;animation-delay:93.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(937){-webkit-animation-delay:93.7s;animation-delay:93.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(938){-webkit-animation-delay:93.8s;animation-delay:93.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(939){-webkit-animation-delay:93.9s;animation-delay:93.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(940){-webkit-animation-delay:94s;animation-delay:94s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(941){-webkit-animation-delay:94.1s;animation-delay:94.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(942){-webkit-animation-delay:94.2s;animation-delay:94.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(943){-webkit-animation-delay:94.3s;animation-delay:94.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(944){-webkit-animation-delay:94.4s;animation-delay:94.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(945){-webkit-animation-delay:94.5s;animation-delay:94.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(946){-webkit-animation-delay:94.6s;animation-delay:94.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(947){-webkit-animation-delay:94.7s;animation-delay:94.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(948){-webkit-animation-delay:94.8s;animation-delay:94.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(949){-webkit-animation-delay:94.9s;animation-delay:94.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(950){-webkit-animation-delay:95s;animation-delay:95s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(951){-webkit-animation-delay:95.1s;animation-delay:95.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(952){-webkit-animation-delay:95.2s;animation-delay:95.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(953){-webkit-animation-delay:95.3s;animation-delay:95.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(954){-webkit-animation-delay:95.4s;animation-delay:95.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(955){-webkit-animation-delay:95.5s;animation-delay:95.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(956){-webkit-animation-delay:95.6s;animation-delay:95.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(957){-webkit-animation-delay:95.7s;animation-delay:95.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(958){-webkit-animation-delay:95.8s;animation-delay:95.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(959){-webkit-animation-delay:95.9s;animation-delay:95.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(960){-webkit-animation-delay:96s;animation-delay:96s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(961){-webkit-animation-delay:96.1s;animation-delay:96.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(962){-webkit-animation-delay:96.2s;animation-delay:96.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(963){-webkit-animation-delay:96.3s;animation-delay:96.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(964){-webkit-animation-delay:96.4s;animation-delay:96.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(965){-webkit-animation-delay:96.5s;animation-delay:96.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(966){-webkit-animation-delay:96.6s;animation-delay:96.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(967){-webkit-animation-delay:96.7s;animation-delay:96.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(968){-webkit-animation-delay:96.8s;animation-delay:96.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(969){-webkit-animation-delay:96.9s;animation-delay:96.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(970){-webkit-animation-delay:97s;animation-delay:97s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(971){-webkit-animation-delay:97.1s;animation-delay:97.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(972){-webkit-animation-delay:97.2s;animation-delay:97.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(973){-webkit-animation-delay:97.3s;animation-delay:97.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(974){-webkit-animation-delay:97.4s;animation-delay:97.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(975){-webkit-animation-delay:97.5s;animation-delay:97.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(976){-webkit-animation-delay:97.6s;animation-delay:97.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(977){-webkit-animation-delay:97.7s;animation-delay:97.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(978){-webkit-animation-delay:97.8s;animation-delay:97.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(979){-webkit-animation-delay:97.9s;animation-delay:97.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(980){-webkit-animation-delay:98s;animation-delay:98s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(981){-webkit-animation-delay:98.1s;animation-delay:98.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(982){-webkit-animation-delay:98.2s;animation-delay:98.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(983){-webkit-animation-delay:98.3s;animation-delay:98.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(984){-webkit-animation-delay:98.4s;animation-delay:98.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(985){-webkit-animation-delay:98.5s;animation-delay:98.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(986){-webkit-animation-delay:98.6s;animation-delay:98.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(987){-webkit-animation-delay:98.7s;animation-delay:98.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(988){-webkit-animation-delay:98.8s;animation-delay:98.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(989){-webkit-animation-delay:98.9s;animation-delay:98.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(990){-webkit-animation-delay:99s;animation-delay:99s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(991){-webkit-animation-delay:99.1s;animation-delay:99.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(992){-webkit-animation-delay:99.2s;animation-delay:99.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(993){-webkit-animation-delay:99.3s;animation-delay:99.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(994){-webkit-animation-delay:99.4s;animation-delay:99.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(995){-webkit-animation-delay:99.5s;animation-delay:99.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(996){-webkit-animation-delay:99.6s;animation-delay:99.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(997){-webkit-animation-delay:99.7s;animation-delay:99.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(998){-webkit-animation-delay:99.8s;animation-delay:99.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(999){-webkit-animation-delay:99.9s;animation-delay:99.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1000){-webkit-animation-delay:100s;animation-delay:100s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1001){-webkit-animation-delay:100.1s;animation-delay:100.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1002){-webkit-animation-delay:100.2s;animation-delay:100.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1003){-webkit-animation-delay:100.3s;animation-delay:100.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1004){-webkit-animation-delay:100.4s;animation-delay:100.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1005){-webkit-animation-delay:100.5s;animation-delay:100.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1006){-webkit-animation-delay:100.6s;animation-delay:100.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1007){-webkit-animation-delay:100.7s;animation-delay:100.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1008){-webkit-animation-delay:100.8s;animation-delay:100.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1009){-webkit-animation-delay:100.9s;animation-delay:100.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1010){-webkit-animation-delay:101s;animation-delay:101s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1011){-webkit-animation-delay:101.1s;animation-delay:101.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1012){-webkit-animation-delay:101.2s;animation-delay:101.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1013){-webkit-animation-delay:101.3s;animation-delay:101.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1014){-webkit-animation-delay:101.4s;animation-delay:101.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1015){-webkit-animation-delay:101.5s;animation-delay:101.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1016){-webkit-animation-delay:101.6s;animation-delay:101.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1017){-webkit-animation-delay:101.7s;animation-delay:101.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1018){-webkit-animation-delay:101.8s;animation-delay:101.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1019){-webkit-animation-delay:101.9s;animation-delay:101.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1020){-webkit-animation-delay:102s;animation-delay:102s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1021){-webkit-animation-delay:102.1s;animation-delay:102.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1022){-webkit-animation-delay:102.2s;animation-delay:102.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1023){-webkit-animation-delay:102.3s;animation-delay:102.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1024){-webkit-animation-delay:102.4s;animation-delay:102.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1025){-webkit-animation-delay:102.5s;animation-delay:102.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1026){-webkit-animation-delay:102.6s;animation-delay:102.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1027){-webkit-animation-delay:102.7s;animation-delay:102.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1028){-webkit-animation-delay:102.8s;animation-delay:102.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1029){-webkit-animation-delay:102.9s;animation-delay:102.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1030){-webkit-animation-delay:103s;animation-delay:103s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1031){-webkit-animation-delay:103.1s;animation-delay:103.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1032){-webkit-animation-delay:103.2s;animation-delay:103.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1033){-webkit-animation-delay:103.3s;animation-delay:103.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1034){-webkit-animation-delay:103.4s;animation-delay:103.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1035){-webkit-animation-delay:103.5s;animation-delay:103.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1036){-webkit-animation-delay:103.6s;animation-delay:103.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1037){-webkit-animation-delay:103.7s;animation-delay:103.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1038){-webkit-animation-delay:103.8s;animation-delay:103.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1039){-webkit-animation-delay:103.9s;animation-delay:103.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1040){-webkit-animation-delay:104s;animation-delay:104s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1041){-webkit-animation-delay:104.1s;animation-delay:104.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1042){-webkit-animation-delay:104.2s;animation-delay:104.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1043){-webkit-animation-delay:104.3s;animation-delay:104.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1044){-webkit-animation-delay:104.4s;animation-delay:104.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1045){-webkit-animation-delay:104.5s;animation-delay:104.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1046){-webkit-animation-delay:104.6s;animation-delay:104.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1047){-webkit-animation-delay:104.7s;animation-delay:104.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1048){-webkit-animation-delay:104.8s;animation-delay:104.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1049){-webkit-animation-delay:104.9s;animation-delay:104.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1050){-webkit-animation-delay:105s;animation-delay:105s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1051){-webkit-animation-delay:105.1s;animation-delay:105.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1052){-webkit-animation-delay:105.2s;animation-delay:105.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1053){-webkit-animation-delay:105.3s;animation-delay:105.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1054){-webkit-animation-delay:105.4s;animation-delay:105.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1055){-webkit-animation-delay:105.5s;animation-delay:105.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1056){-webkit-animation-delay:105.6s;animation-delay:105.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1057){-webkit-animation-delay:105.7s;animation-delay:105.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1058){-webkit-animation-delay:105.8s;animation-delay:105.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1059){-webkit-animation-delay:105.9s;animation-delay:105.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1060){-webkit-animation-delay:106s;animation-delay:106s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1061){-webkit-animation-delay:106.1s;animation-delay:106.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1062){-webkit-animation-delay:106.2s;animation-delay:106.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1063){-webkit-animation-delay:106.3s;animation-delay:106.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1064){-webkit-animation-delay:106.4s;animation-delay:106.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1065){-webkit-animation-delay:106.5s;animation-delay:106.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1066){-webkit-animation-delay:106.6s;animation-delay:106.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1067){-webkit-animation-delay:106.7s;animation-delay:106.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1068){-webkit-animation-delay:106.8s;animation-delay:106.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1069){-webkit-animation-delay:106.9s;animation-delay:106.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1070){-webkit-animation-delay:107s;animation-delay:107s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1071){-webkit-animation-delay:107.1s;animation-delay:107.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1072){-webkit-animation-delay:107.2s;animation-delay:107.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1073){-webkit-animation-delay:107.3s;animation-delay:107.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1074){-webkit-animation-delay:107.4s;animation-delay:107.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1075){-webkit-animation-delay:107.5s;animation-delay:107.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1076){-webkit-animation-delay:107.6s;animation-delay:107.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1077){-webkit-animation-delay:107.7s;animation-delay:107.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1078){-webkit-animation-delay:107.8s;animation-delay:107.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1079){-webkit-animation-delay:107.9s;animation-delay:107.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1080){-webkit-animation-delay:108s;animation-delay:108s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1081){-webkit-animation-delay:108.1s;animation-delay:108.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1082){-webkit-animation-delay:108.2s;animation-delay:108.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1083){-webkit-animation-delay:108.3s;animation-delay:108.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1084){-webkit-animation-delay:108.4s;animation-delay:108.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1085){-webkit-animation-delay:108.5s;animation-delay:108.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1086){-webkit-animation-delay:108.6s;animation-delay:108.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1087){-webkit-animation-delay:108.7s;animation-delay:108.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1088){-webkit-animation-delay:108.8s;animation-delay:108.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1089){-webkit-animation-delay:108.9s;animation-delay:108.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1090){-webkit-animation-delay:109s;animation-delay:109s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1091){-webkit-animation-delay:109.1s;animation-delay:109.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1092){-webkit-animation-delay:109.2s;animation-delay:109.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1093){-webkit-animation-delay:109.3s;animation-delay:109.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1094){-webkit-animation-delay:109.4s;animation-delay:109.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1095){-webkit-animation-delay:109.5s;animation-delay:109.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1096){-webkit-animation-delay:109.6s;animation-delay:109.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1097){-webkit-animation-delay:109.7s;animation-delay:109.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1098){-webkit-animation-delay:109.8s;animation-delay:109.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1099){-webkit-animation-delay:109.9s;animation-delay:109.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1100){-webkit-animation-delay:110s;animation-delay:110s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1101){-webkit-animation-delay:110.1s;animation-delay:110.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1102){-webkit-animation-delay:110.2s;animation-delay:110.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1103){-webkit-animation-delay:110.3s;animation-delay:110.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1104){-webkit-animation-delay:110.4s;animation-delay:110.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1105){-webkit-animation-delay:110.5s;animation-delay:110.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1106){-webkit-animation-delay:110.6s;animation-delay:110.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1107){-webkit-animation-delay:110.7s;animation-delay:110.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1108){-webkit-animation-delay:110.8s;animation-delay:110.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1109){-webkit-animation-delay:110.9s;animation-delay:110.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1110){-webkit-animation-delay:111s;animation-delay:111s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1111){-webkit-animation-delay:111.1s;animation-delay:111.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1112){-webkit-animation-delay:111.2s;animation-delay:111.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1113){-webkit-animation-delay:111.3s;animation-delay:111.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1114){-webkit-animation-delay:111.4s;animation-delay:111.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1115){-webkit-animation-delay:111.5s;animation-delay:111.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1116){-webkit-animation-delay:111.6s;animation-delay:111.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1117){-webkit-animation-delay:111.7s;animation-delay:111.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1118){-webkit-animation-delay:111.8s;animation-delay:111.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1119){-webkit-animation-delay:111.9s;animation-delay:111.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1120){-webkit-animation-delay:112s;animation-delay:112s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1121){-webkit-animation-delay:112.1s;animation-delay:112.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1122){-webkit-animation-delay:112.2s;animation-delay:112.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1123){-webkit-animation-delay:112.3s;animation-delay:112.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1124){-webkit-animation-delay:112.4s;animation-delay:112.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1125){-webkit-animation-delay:112.5s;animation-delay:112.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1126){-webkit-animation-delay:112.6s;animation-delay:112.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1127){-webkit-animation-delay:112.7s;animation-delay:112.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1128){-webkit-animation-delay:112.8s;animation-delay:112.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1129){-webkit-animation-delay:112.9s;animation-delay:112.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1130){-webkit-animation-delay:113s;animation-delay:113s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1131){-webkit-animation-delay:113.1s;animation-delay:113.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1132){-webkit-animation-delay:113.2s;animation-delay:113.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1133){-webkit-animation-delay:113.3s;animation-delay:113.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1134){-webkit-animation-delay:113.4s;animation-delay:113.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1135){-webkit-animation-delay:113.5s;animation-delay:113.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1136){-webkit-animation-delay:113.6s;animation-delay:113.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1137){-webkit-animation-delay:113.7s;animation-delay:113.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1138){-webkit-animation-delay:113.8s;animation-delay:113.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1139){-webkit-animation-delay:113.9s;animation-delay:113.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1140){-webkit-animation-delay:114s;animation-delay:114s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1141){-webkit-animation-delay:114.1s;animation-delay:114.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1142){-webkit-animation-delay:114.2s;animation-delay:114.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1143){-webkit-animation-delay:114.3s;animation-delay:114.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1144){-webkit-animation-delay:114.4s;animation-delay:114.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1145){-webkit-animation-delay:114.5s;animation-delay:114.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1146){-webkit-animation-delay:114.6s;animation-delay:114.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1147){-webkit-animation-delay:114.7s;animation-delay:114.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1148){-webkit-animation-delay:114.8s;animation-delay:114.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1149){-webkit-animation-delay:114.9s;animation-delay:114.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1150){-webkit-animation-delay:115s;animation-delay:115s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1151){-webkit-animation-delay:115.1s;animation-delay:115.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1152){-webkit-animation-delay:115.2s;animation-delay:115.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1153){-webkit-animation-delay:115.3s;animation-delay:115.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1154){-webkit-animation-delay:115.4s;animation-delay:115.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1155){-webkit-animation-delay:115.5s;animation-delay:115.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1156){-webkit-animation-delay:115.6s;animation-delay:115.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1157){-webkit-animation-delay:115.7s;animation-delay:115.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1158){-webkit-animation-delay:115.8s;animation-delay:115.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1159){-webkit-animation-delay:115.9s;animation-delay:115.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1160){-webkit-animation-delay:116s;animation-delay:116s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1161){-webkit-animation-delay:116.1s;animation-delay:116.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1162){-webkit-animation-delay:116.2s;animation-delay:116.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1163){-webkit-animation-delay:116.3s;animation-delay:116.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1164){-webkit-animation-delay:116.4s;animation-delay:116.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1165){-webkit-animation-delay:116.5s;animation-delay:116.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1166){-webkit-animation-delay:116.6s;animation-delay:116.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1167){-webkit-animation-delay:116.7s;animation-delay:116.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1168){-webkit-animation-delay:116.8s;animation-delay:116.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1169){-webkit-animation-delay:116.9s;animation-delay:116.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1170){-webkit-animation-delay:117s;animation-delay:117s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1171){-webkit-animation-delay:117.1s;animation-delay:117.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1172){-webkit-animation-delay:117.2s;animation-delay:117.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1173){-webkit-animation-delay:117.3s;animation-delay:117.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1174){-webkit-animation-delay:117.4s;animation-delay:117.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1175){-webkit-animation-delay:117.5s;animation-delay:117.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1176){-webkit-animation-delay:117.6s;animation-delay:117.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1177){-webkit-animation-delay:117.7s;animation-delay:117.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1178){-webkit-animation-delay:117.8s;animation-delay:117.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1179){-webkit-animation-delay:117.9s;animation-delay:117.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1180){-webkit-animation-delay:118s;animation-delay:118s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1181){-webkit-animation-delay:118.1s;animation-delay:118.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1182){-webkit-animation-delay:118.2s;animation-delay:118.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1183){-webkit-animation-delay:118.3s;animation-delay:118.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1184){-webkit-animation-delay:118.4s;animation-delay:118.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1185){-webkit-animation-delay:118.5s;animation-delay:118.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1186){-webkit-animation-delay:118.6s;animation-delay:118.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1187){-webkit-animation-delay:118.7s;animation-delay:118.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1188){-webkit-animation-delay:118.8s;animation-delay:118.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1189){-webkit-animation-delay:118.9s;animation-delay:118.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1190){-webkit-animation-delay:119s;animation-delay:119s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1191){-webkit-animation-delay:119.1s;animation-delay:119.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1192){-webkit-animation-delay:119.2s;animation-delay:119.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1193){-webkit-animation-delay:119.3s;animation-delay:119.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1194){-webkit-animation-delay:119.4s;animation-delay:119.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1195){-webkit-animation-delay:119.5s;animation-delay:119.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1196){-webkit-animation-delay:119.6s;animation-delay:119.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1197){-webkit-animation-delay:119.7s;animation-delay:119.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1198){-webkit-animation-delay:119.8s;animation-delay:119.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1199){-webkit-animation-delay:119.9s;animation-delay:119.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1200){-webkit-animation-delay:120s;animation-delay:120s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1201){-webkit-animation-delay:120.1s;animation-delay:120.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1202){-webkit-animation-delay:120.2s;animation-delay:120.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1203){-webkit-animation-delay:120.3s;animation-delay:120.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1204){-webkit-animation-delay:120.4s;animation-delay:120.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1205){-webkit-animation-delay:120.5s;animation-delay:120.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1206){-webkit-animation-delay:120.6s;animation-delay:120.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1207){-webkit-animation-delay:120.7s;animation-delay:120.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1208){-webkit-animation-delay:120.8s;animation-delay:120.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1209){-webkit-animation-delay:120.9s;animation-delay:120.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1210){-webkit-animation-delay:121s;animation-delay:121s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1211){-webkit-animation-delay:121.1s;animation-delay:121.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1212){-webkit-animation-delay:121.2s;animation-delay:121.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1213){-webkit-animation-delay:121.3s;animation-delay:121.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1214){-webkit-animation-delay:121.4s;animation-delay:121.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1215){-webkit-animation-delay:121.5s;animation-delay:121.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1216){-webkit-animation-delay:121.6s;animation-delay:121.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1217){-webkit-animation-delay:121.7s;animation-delay:121.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1218){-webkit-animation-delay:121.8s;animation-delay:121.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1219){-webkit-animation-delay:121.9s;animation-delay:121.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1220){-webkit-animation-delay:122s;animation-delay:122s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1221){-webkit-animation-delay:122.1s;animation-delay:122.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1222){-webkit-animation-delay:122.2s;animation-delay:122.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1223){-webkit-animation-delay:122.3s;animation-delay:122.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1224){-webkit-animation-delay:122.4s;animation-delay:122.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1225){-webkit-animation-delay:122.5s;animation-delay:122.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1226){-webkit-animation-delay:122.6s;animation-delay:122.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1227){-webkit-animation-delay:122.7s;animation-delay:122.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1228){-webkit-animation-delay:122.8s;animation-delay:122.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1229){-webkit-animation-delay:122.9s;animation-delay:122.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1230){-webkit-animation-delay:123s;animation-delay:123s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1231){-webkit-animation-delay:123.1s;animation-delay:123.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1232){-webkit-animation-delay:123.2s;animation-delay:123.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1233){-webkit-animation-delay:123.3s;animation-delay:123.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1234){-webkit-animation-delay:123.4s;animation-delay:123.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1235){-webkit-animation-delay:123.5s;animation-delay:123.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1236){-webkit-animation-delay:123.6s;animation-delay:123.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1237){-webkit-animation-delay:123.7s;animation-delay:123.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1238){-webkit-animation-delay:123.8s;animation-delay:123.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1239){-webkit-animation-delay:123.9s;animation-delay:123.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1240){-webkit-animation-delay:124s;animation-delay:124s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1241){-webkit-animation-delay:124.1s;animation-delay:124.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1242){-webkit-animation-delay:124.2s;animation-delay:124.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1243){-webkit-animation-delay:124.3s;animation-delay:124.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1244){-webkit-animation-delay:124.4s;animation-delay:124.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1245){-webkit-animation-delay:124.5s;animation-delay:124.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1246){-webkit-animation-delay:124.6s;animation-delay:124.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1247){-webkit-animation-delay:124.7s;animation-delay:124.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1248){-webkit-animation-delay:124.8s;animation-delay:124.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1249){-webkit-animation-delay:124.9s;animation-delay:124.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1250){-webkit-animation-delay:125s;animation-delay:125s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1251){-webkit-animation-delay:125.1s;animation-delay:125.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1252){-webkit-animation-delay:125.2s;animation-delay:125.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1253){-webkit-animation-delay:125.3s;animation-delay:125.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1254){-webkit-animation-delay:125.4s;animation-delay:125.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1255){-webkit-animation-delay:125.5s;animation-delay:125.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1256){-webkit-animation-delay:125.6s;animation-delay:125.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1257){-webkit-animation-delay:125.7s;animation-delay:125.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1258){-webkit-animation-delay:125.8s;animation-delay:125.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1259){-webkit-animation-delay:125.9s;animation-delay:125.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1260){-webkit-animation-delay:126s;animation-delay:126s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1261){-webkit-animation-delay:126.1s;animation-delay:126.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1262){-webkit-animation-delay:126.2s;animation-delay:126.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1263){-webkit-animation-delay:126.3s;animation-delay:126.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1264){-webkit-animation-delay:126.4s;animation-delay:126.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1265){-webkit-animation-delay:126.5s;animation-delay:126.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1266){-webkit-animation-delay:126.6s;animation-delay:126.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1267){-webkit-animation-delay:126.7s;animation-delay:126.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1268){-webkit-animation-delay:126.8s;animation-delay:126.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1269){-webkit-animation-delay:126.9s;animation-delay:126.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1270){-webkit-animation-delay:127s;animation-delay:127s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1271){-webkit-animation-delay:127.1s;animation-delay:127.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1272){-webkit-animation-delay:127.2s;animation-delay:127.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1273){-webkit-animation-delay:127.3s;animation-delay:127.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1274){-webkit-animation-delay:127.4s;animation-delay:127.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1275){-webkit-animation-delay:127.5s;animation-delay:127.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1276){-webkit-animation-delay:127.6s;animation-delay:127.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1277){-webkit-animation-delay:127.7s;animation-delay:127.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1278){-webkit-animation-delay:127.8s;animation-delay:127.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1279){-webkit-animation-delay:127.9s;animation-delay:127.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1280){-webkit-animation-delay:128s;animation-delay:128s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1281){-webkit-animation-delay:128.1s;animation-delay:128.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1282){-webkit-animation-delay:128.2s;animation-delay:128.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1283){-webkit-animation-delay:128.3s;animation-delay:128.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1284){-webkit-animation-delay:128.4s;animation-delay:128.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1285){-webkit-animation-delay:128.5s;animation-delay:128.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1286){-webkit-animation-delay:128.6s;animation-delay:128.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1287){-webkit-animation-delay:128.7s;animation-delay:128.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1288){-webkit-animation-delay:128.8s;animation-delay:128.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1289){-webkit-animation-delay:128.9s;animation-delay:128.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1290){-webkit-animation-delay:129s;animation-delay:129s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1291){-webkit-animation-delay:129.1s;animation-delay:129.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1292){-webkit-animation-delay:129.2s;animation-delay:129.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1293){-webkit-animation-delay:129.3s;animation-delay:129.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1294){-webkit-animation-delay:129.4s;animation-delay:129.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1295){-webkit-animation-delay:129.5s;animation-delay:129.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1296){-webkit-animation-delay:129.6s;animation-delay:129.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1297){-webkit-animation-delay:129.7s;animation-delay:129.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1298){-webkit-animation-delay:129.8s;animation-delay:129.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1299){-webkit-animation-delay:129.9s;animation-delay:129.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1300){-webkit-animation-delay:130s;animation-delay:130s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1301){-webkit-animation-delay:130.1s;animation-delay:130.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1302){-webkit-animation-delay:130.2s;animation-delay:130.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1303){-webkit-animation-delay:130.3s;animation-delay:130.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1304){-webkit-animation-delay:130.4s;animation-delay:130.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1305){-webkit-animation-delay:130.5s;animation-delay:130.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1306){-webkit-animation-delay:130.6s;animation-delay:130.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1307){-webkit-animation-delay:130.7s;animation-delay:130.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1308){-webkit-animation-delay:130.8s;animation-delay:130.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1309){-webkit-animation-delay:130.9s;animation-delay:130.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1310){-webkit-animation-delay:131s;animation-delay:131s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1311){-webkit-animation-delay:131.1s;animation-delay:131.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1312){-webkit-animation-delay:131.2s;animation-delay:131.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1313){-webkit-animation-delay:131.3s;animation-delay:131.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1314){-webkit-animation-delay:131.4s;animation-delay:131.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1315){-webkit-animation-delay:131.5s;animation-delay:131.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1316){-webkit-animation-delay:131.6s;animation-delay:131.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1317){-webkit-animation-delay:131.7s;animation-delay:131.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1318){-webkit-animation-delay:131.8s;animation-delay:131.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1319){-webkit-animation-delay:131.9s;animation-delay:131.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1320){-webkit-animation-delay:132s;animation-delay:132s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1321){-webkit-animation-delay:132.1s;animation-delay:132.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1322){-webkit-animation-delay:132.2s;animation-delay:132.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1323){-webkit-animation-delay:132.3s;animation-delay:132.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1324){-webkit-animation-delay:132.4s;animation-delay:132.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1325){-webkit-animation-delay:132.5s;animation-delay:132.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1326){-webkit-animation-delay:132.6s;animation-delay:132.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1327){-webkit-animation-delay:132.7s;animation-delay:132.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1328){-webkit-animation-delay:132.8s;animation-delay:132.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1329){-webkit-animation-delay:132.9s;animation-delay:132.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1330){-webkit-animation-delay:133s;animation-delay:133s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1331){-webkit-animation-delay:133.1s;animation-delay:133.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1332){-webkit-animation-delay:133.2s;animation-delay:133.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1333){-webkit-animation-delay:133.3s;animation-delay:133.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1334){-webkit-animation-delay:133.4s;animation-delay:133.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1335){-webkit-animation-delay:133.5s;animation-delay:133.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1336){-webkit-animation-delay:133.6s;animation-delay:133.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1337){-webkit-animation-delay:133.7s;animation-delay:133.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1338){-webkit-animation-delay:133.8s;animation-delay:133.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1339){-webkit-animation-delay:133.9s;animation-delay:133.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1340){-webkit-animation-delay:134s;animation-delay:134s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1341){-webkit-animation-delay:134.1s;animation-delay:134.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1342){-webkit-animation-delay:134.2s;animation-delay:134.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1343){-webkit-animation-delay:134.3s;animation-delay:134.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1344){-webkit-animation-delay:134.4s;animation-delay:134.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1345){-webkit-animation-delay:134.5s;animation-delay:134.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1346){-webkit-animation-delay:134.6s;animation-delay:134.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1347){-webkit-animation-delay:134.7s;animation-delay:134.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1348){-webkit-animation-delay:134.8s;animation-delay:134.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1349){-webkit-animation-delay:134.9s;animation-delay:134.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1350){-webkit-animation-delay:135s;animation-delay:135s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1351){-webkit-animation-delay:135.1s;animation-delay:135.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1352){-webkit-animation-delay:135.2s;animation-delay:135.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1353){-webkit-animation-delay:135.3s;animation-delay:135.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1354){-webkit-animation-delay:135.4s;animation-delay:135.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1355){-webkit-animation-delay:135.5s;animation-delay:135.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1356){-webkit-animation-delay:135.6s;animation-delay:135.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1357){-webkit-animation-delay:135.7s;animation-delay:135.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1358){-webkit-animation-delay:135.8s;animation-delay:135.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1359){-webkit-animation-delay:135.9s;animation-delay:135.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1360){-webkit-animation-delay:136s;animation-delay:136s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1361){-webkit-animation-delay:136.1s;animation-delay:136.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1362){-webkit-animation-delay:136.2s;animation-delay:136.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1363){-webkit-animation-delay:136.3s;animation-delay:136.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1364){-webkit-animation-delay:136.4s;animation-delay:136.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1365){-webkit-animation-delay:136.5s;animation-delay:136.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1366){-webkit-animation-delay:136.6s;animation-delay:136.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1367){-webkit-animation-delay:136.7s;animation-delay:136.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1368){-webkit-animation-delay:136.8s;animation-delay:136.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1369){-webkit-animation-delay:136.9s;animation-delay:136.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1370){-webkit-animation-delay:137s;animation-delay:137s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1371){-webkit-animation-delay:137.1s;animation-delay:137.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1372){-webkit-animation-delay:137.2s;animation-delay:137.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1373){-webkit-animation-delay:137.3s;animation-delay:137.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1374){-webkit-animation-delay:137.4s;animation-delay:137.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1375){-webkit-animation-delay:137.5s;animation-delay:137.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1376){-webkit-animation-delay:137.6s;animation-delay:137.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1377){-webkit-animation-delay:137.7s;animation-delay:137.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1378){-webkit-animation-delay:137.8s;animation-delay:137.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1379){-webkit-animation-delay:137.9s;animation-delay:137.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1380){-webkit-animation-delay:138s;animation-delay:138s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1381){-webkit-animation-delay:138.1s;animation-delay:138.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1382){-webkit-animation-delay:138.2s;animation-delay:138.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1383){-webkit-animation-delay:138.3s;animation-delay:138.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1384){-webkit-animation-delay:138.4s;animation-delay:138.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1385){-webkit-animation-delay:138.5s;animation-delay:138.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1386){-webkit-animation-delay:138.6s;animation-delay:138.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1387){-webkit-animation-delay:138.7s;animation-delay:138.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1388){-webkit-animation-delay:138.8s;animation-delay:138.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1389){-webkit-animation-delay:138.9s;animation-delay:138.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1390){-webkit-animation-delay:139s;animation-delay:139s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1391){-webkit-animation-delay:139.1s;animation-delay:139.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1392){-webkit-animation-delay:139.2s;animation-delay:139.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1393){-webkit-animation-delay:139.3s;animation-delay:139.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1394){-webkit-animation-delay:139.4s;animation-delay:139.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1395){-webkit-animation-delay:139.5s;animation-delay:139.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1396){-webkit-animation-delay:139.6s;animation-delay:139.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1397){-webkit-animation-delay:139.7s;animation-delay:139.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1398){-webkit-animation-delay:139.8s;animation-delay:139.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1399){-webkit-animation-delay:139.9s;animation-delay:139.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1400){-webkit-animation-delay:140s;animation-delay:140s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1401){-webkit-animation-delay:140.1s;animation-delay:140.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1402){-webkit-animation-delay:140.2s;animation-delay:140.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1403){-webkit-animation-delay:140.3s;animation-delay:140.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1404){-webkit-animation-delay:140.4s;animation-delay:140.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1405){-webkit-animation-delay:140.5s;animation-delay:140.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1406){-webkit-animation-delay:140.6s;animation-delay:140.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1407){-webkit-animation-delay:140.7s;animation-delay:140.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1408){-webkit-animation-delay:140.8s;animation-delay:140.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1409){-webkit-animation-delay:140.9s;animation-delay:140.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1410){-webkit-animation-delay:141s;animation-delay:141s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1411){-webkit-animation-delay:141.1s;animation-delay:141.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1412){-webkit-animation-delay:141.2s;animation-delay:141.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1413){-webkit-animation-delay:141.3s;animation-delay:141.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1414){-webkit-animation-delay:141.4s;animation-delay:141.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1415){-webkit-animation-delay:141.5s;animation-delay:141.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1416){-webkit-animation-delay:141.6s;animation-delay:141.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1417){-webkit-animation-delay:141.7s;animation-delay:141.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1418){-webkit-animation-delay:141.8s;animation-delay:141.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1419){-webkit-animation-delay:141.9s;animation-delay:141.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1420){-webkit-animation-delay:142s;animation-delay:142s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1421){-webkit-animation-delay:142.1s;animation-delay:142.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1422){-webkit-animation-delay:142.2s;animation-delay:142.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1423){-webkit-animation-delay:142.3s;animation-delay:142.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1424){-webkit-animation-delay:142.4s;animation-delay:142.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1425){-webkit-animation-delay:142.5s;animation-delay:142.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1426){-webkit-animation-delay:142.6s;animation-delay:142.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1427){-webkit-animation-delay:142.7s;animation-delay:142.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1428){-webkit-animation-delay:142.8s;animation-delay:142.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1429){-webkit-animation-delay:142.9s;animation-delay:142.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1430){-webkit-animation-delay:143s;animation-delay:143s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1431){-webkit-animation-delay:143.1s;animation-delay:143.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1432){-webkit-animation-delay:143.2s;animation-delay:143.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1433){-webkit-animation-delay:143.3s;animation-delay:143.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1434){-webkit-animation-delay:143.4s;animation-delay:143.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1435){-webkit-animation-delay:143.5s;animation-delay:143.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1436){-webkit-animation-delay:143.6s;animation-delay:143.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1437){-webkit-animation-delay:143.7s;animation-delay:143.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1438){-webkit-animation-delay:143.8s;animation-delay:143.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1439){-webkit-animation-delay:143.9s;animation-delay:143.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1440){-webkit-animation-delay:144s;animation-delay:144s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1441){-webkit-animation-delay:144.1s;animation-delay:144.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1442){-webkit-animation-delay:144.2s;animation-delay:144.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1443){-webkit-animation-delay:144.3s;animation-delay:144.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1444){-webkit-animation-delay:144.4s;animation-delay:144.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1445){-webkit-animation-delay:144.5s;animation-delay:144.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1446){-webkit-animation-delay:144.6s;animation-delay:144.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1447){-webkit-animation-delay:144.7s;animation-delay:144.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1448){-webkit-animation-delay:144.8s;animation-delay:144.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1449){-webkit-animation-delay:144.9s;animation-delay:144.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1450){-webkit-animation-delay:145s;animation-delay:145s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1451){-webkit-animation-delay:145.1s;animation-delay:145.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1452){-webkit-animation-delay:145.2s;animation-delay:145.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1453){-webkit-animation-delay:145.3s;animation-delay:145.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1454){-webkit-animation-delay:145.4s;animation-delay:145.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1455){-webkit-animation-delay:145.5s;animation-delay:145.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1456){-webkit-animation-delay:145.6s;animation-delay:145.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1457){-webkit-animation-delay:145.7s;animation-delay:145.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1458){-webkit-animation-delay:145.8s;animation-delay:145.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1459){-webkit-animation-delay:145.9s;animation-delay:145.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1460){-webkit-animation-delay:146s;animation-delay:146s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1461){-webkit-animation-delay:146.1s;animation-delay:146.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1462){-webkit-animation-delay:146.2s;animation-delay:146.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1463){-webkit-animation-delay:146.3s;animation-delay:146.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1464){-webkit-animation-delay:146.4s;animation-delay:146.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1465){-webkit-animation-delay:146.5s;animation-delay:146.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1466){-webkit-animation-delay:146.6s;animation-delay:146.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1467){-webkit-animation-delay:146.7s;animation-delay:146.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1468){-webkit-animation-delay:146.8s;animation-delay:146.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1469){-webkit-animation-delay:146.9s;animation-delay:146.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1470){-webkit-animation-delay:147s;animation-delay:147s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1471){-webkit-animation-delay:147.1s;animation-delay:147.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1472){-webkit-animation-delay:147.2s;animation-delay:147.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1473){-webkit-animation-delay:147.3s;animation-delay:147.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1474){-webkit-animation-delay:147.4s;animation-delay:147.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1475){-webkit-animation-delay:147.5s;animation-delay:147.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1476){-webkit-animation-delay:147.6s;animation-delay:147.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1477){-webkit-animation-delay:147.7s;animation-delay:147.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1478){-webkit-animation-delay:147.8s;animation-delay:147.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1479){-webkit-animation-delay:147.9s;animation-delay:147.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1480){-webkit-animation-delay:148s;animation-delay:148s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1481){-webkit-animation-delay:148.1s;animation-delay:148.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1482){-webkit-animation-delay:148.2s;animation-delay:148.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1483){-webkit-animation-delay:148.3s;animation-delay:148.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1484){-webkit-animation-delay:148.4s;animation-delay:148.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1485){-webkit-animation-delay:148.5s;animation-delay:148.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1486){-webkit-animation-delay:148.6s;animation-delay:148.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1487){-webkit-animation-delay:148.7s;animation-delay:148.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1488){-webkit-animation-delay:148.8s;animation-delay:148.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1489){-webkit-animation-delay:148.9s;animation-delay:148.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1490){-webkit-animation-delay:149s;animation-delay:149s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1491){-webkit-animation-delay:149.1s;animation-delay:149.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1492){-webkit-animation-delay:149.2s;animation-delay:149.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1493){-webkit-animation-delay:149.3s;animation-delay:149.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1494){-webkit-animation-delay:149.4s;animation-delay:149.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1495){-webkit-animation-delay:149.5s;animation-delay:149.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1496){-webkit-animation-delay:149.6s;animation-delay:149.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1497){-webkit-animation-delay:149.7s;animation-delay:149.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1498){-webkit-animation-delay:149.8s;animation-delay:149.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1499){-webkit-animation-delay:149.9s;animation-delay:149.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1500){-webkit-animation-delay:150s;animation-delay:150s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1501){-webkit-animation-delay:150.1s;animation-delay:150.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1502){-webkit-animation-delay:150.2s;animation-delay:150.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1503){-webkit-animation-delay:150.3s;animation-delay:150.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1504){-webkit-animation-delay:150.4s;animation-delay:150.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1505){-webkit-animation-delay:150.5s;animation-delay:150.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1506){-webkit-animation-delay:150.6s;animation-delay:150.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1507){-webkit-animation-delay:150.7s;animation-delay:150.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1508){-webkit-animation-delay:150.8s;animation-delay:150.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1509){-webkit-animation-delay:150.9s;animation-delay:150.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1510){-webkit-animation-delay:151s;animation-delay:151s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1511){-webkit-animation-delay:151.1s;animation-delay:151.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1512){-webkit-animation-delay:151.2s;animation-delay:151.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1513){-webkit-animation-delay:151.3s;animation-delay:151.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1514){-webkit-animation-delay:151.4s;animation-delay:151.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1515){-webkit-animation-delay:151.5s;animation-delay:151.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1516){-webkit-animation-delay:151.6s;animation-delay:151.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1517){-webkit-animation-delay:151.7s;animation-delay:151.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1518){-webkit-animation-delay:151.8s;animation-delay:151.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1519){-webkit-animation-delay:151.9s;animation-delay:151.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1520){-webkit-animation-delay:152s;animation-delay:152s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1521){-webkit-animation-delay:152.1s;animation-delay:152.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1522){-webkit-animation-delay:152.2s;animation-delay:152.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1523){-webkit-animation-delay:152.3s;animation-delay:152.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1524){-webkit-animation-delay:152.4s;animation-delay:152.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1525){-webkit-animation-delay:152.5s;animation-delay:152.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1526){-webkit-animation-delay:152.6s;animation-delay:152.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1527){-webkit-animation-delay:152.7s;animation-delay:152.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1528){-webkit-animation-delay:152.8s;animation-delay:152.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1529){-webkit-animation-delay:152.9s;animation-delay:152.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1530){-webkit-animation-delay:153s;animation-delay:153s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1531){-webkit-animation-delay:153.1s;animation-delay:153.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1532){-webkit-animation-delay:153.2s;animation-delay:153.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1533){-webkit-animation-delay:153.3s;animation-delay:153.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1534){-webkit-animation-delay:153.4s;animation-delay:153.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1535){-webkit-animation-delay:153.5s;animation-delay:153.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1536){-webkit-animation-delay:153.6s;animation-delay:153.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1537){-webkit-animation-delay:153.7s;animation-delay:153.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1538){-webkit-animation-delay:153.8s;animation-delay:153.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1539){-webkit-animation-delay:153.9s;animation-delay:153.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1540){-webkit-animation-delay:154s;animation-delay:154s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1541){-webkit-animation-delay:154.1s;animation-delay:154.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1542){-webkit-animation-delay:154.2s;animation-delay:154.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1543){-webkit-animation-delay:154.3s;animation-delay:154.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1544){-webkit-animation-delay:154.4s;animation-delay:154.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1545){-webkit-animation-delay:154.5s;animation-delay:154.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1546){-webkit-animation-delay:154.6s;animation-delay:154.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1547){-webkit-animation-delay:154.7s;animation-delay:154.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1548){-webkit-animation-delay:154.8s;animation-delay:154.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1549){-webkit-animation-delay:154.9s;animation-delay:154.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1550){-webkit-animation-delay:155s;animation-delay:155s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1551){-webkit-animation-delay:155.1s;animation-delay:155.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1552){-webkit-animation-delay:155.2s;animation-delay:155.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1553){-webkit-animation-delay:155.3s;animation-delay:155.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1554){-webkit-animation-delay:155.4s;animation-delay:155.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1555){-webkit-animation-delay:155.5s;animation-delay:155.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1556){-webkit-animation-delay:155.6s;animation-delay:155.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1557){-webkit-animation-delay:155.7s;animation-delay:155.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1558){-webkit-animation-delay:155.8s;animation-delay:155.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1559){-webkit-animation-delay:155.9s;animation-delay:155.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1560){-webkit-animation-delay:156s;animation-delay:156s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1561){-webkit-animation-delay:156.1s;animation-delay:156.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1562){-webkit-animation-delay:156.2s;animation-delay:156.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1563){-webkit-animation-delay:156.3s;animation-delay:156.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1564){-webkit-animation-delay:156.4s;animation-delay:156.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1565){-webkit-animation-delay:156.5s;animation-delay:156.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1566){-webkit-animation-delay:156.6s;animation-delay:156.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1567){-webkit-animation-delay:156.7s;animation-delay:156.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1568){-webkit-animation-delay:156.8s;animation-delay:156.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1569){-webkit-animation-delay:156.9s;animation-delay:156.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1570){-webkit-animation-delay:157s;animation-delay:157s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1571){-webkit-animation-delay:157.1s;animation-delay:157.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1572){-webkit-animation-delay:157.2s;animation-delay:157.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1573){-webkit-animation-delay:157.3s;animation-delay:157.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1574){-webkit-animation-delay:157.4s;animation-delay:157.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1575){-webkit-animation-delay:157.5s;animation-delay:157.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1576){-webkit-animation-delay:157.6s;animation-delay:157.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1577){-webkit-animation-delay:157.7s;animation-delay:157.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1578){-webkit-animation-delay:157.8s;animation-delay:157.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1579){-webkit-animation-delay:157.9s;animation-delay:157.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1580){-webkit-animation-delay:158s;animation-delay:158s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1581){-webkit-animation-delay:158.1s;animation-delay:158.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1582){-webkit-animation-delay:158.2s;animation-delay:158.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1583){-webkit-animation-delay:158.3s;animation-delay:158.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1584){-webkit-animation-delay:158.4s;animation-delay:158.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1585){-webkit-animation-delay:158.5s;animation-delay:158.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1586){-webkit-animation-delay:158.6s;animation-delay:158.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1587){-webkit-animation-delay:158.7s;animation-delay:158.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1588){-webkit-animation-delay:158.8s;animation-delay:158.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1589){-webkit-animation-delay:158.9s;animation-delay:158.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1590){-webkit-animation-delay:159s;animation-delay:159s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1591){-webkit-animation-delay:159.1s;animation-delay:159.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1592){-webkit-animation-delay:159.2s;animation-delay:159.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1593){-webkit-animation-delay:159.3s;animation-delay:159.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1594){-webkit-animation-delay:159.4s;animation-delay:159.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1595){-webkit-animation-delay:159.5s;animation-delay:159.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1596){-webkit-animation-delay:159.6s;animation-delay:159.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1597){-webkit-animation-delay:159.7s;animation-delay:159.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1598){-webkit-animation-delay:159.8s;animation-delay:159.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1599){-webkit-animation-delay:159.9s;animation-delay:159.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1600){-webkit-animation-delay:160s;animation-delay:160s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1601){-webkit-animation-delay:160.1s;animation-delay:160.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1602){-webkit-animation-delay:160.2s;animation-delay:160.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1603){-webkit-animation-delay:160.3s;animation-delay:160.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1604){-webkit-animation-delay:160.4s;animation-delay:160.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1605){-webkit-animation-delay:160.5s;animation-delay:160.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1606){-webkit-animation-delay:160.6s;animation-delay:160.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1607){-webkit-animation-delay:160.7s;animation-delay:160.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1608){-webkit-animation-delay:160.8s;animation-delay:160.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1609){-webkit-animation-delay:160.9s;animation-delay:160.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1610){-webkit-animation-delay:161s;animation-delay:161s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1611){-webkit-animation-delay:161.1s;animation-delay:161.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1612){-webkit-animation-delay:161.2s;animation-delay:161.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1613){-webkit-animation-delay:161.3s;animation-delay:161.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1614){-webkit-animation-delay:161.4s;animation-delay:161.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1615){-webkit-animation-delay:161.5s;animation-delay:161.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1616){-webkit-animation-delay:161.6s;animation-delay:161.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1617){-webkit-animation-delay:161.7s;animation-delay:161.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1618){-webkit-animation-delay:161.8s;animation-delay:161.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1619){-webkit-animation-delay:161.9s;animation-delay:161.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1620){-webkit-animation-delay:162s;animation-delay:162s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1621){-webkit-animation-delay:162.1s;animation-delay:162.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1622){-webkit-animation-delay:162.2s;animation-delay:162.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1623){-webkit-animation-delay:162.3s;animation-delay:162.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1624){-webkit-animation-delay:162.4s;animation-delay:162.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1625){-webkit-animation-delay:162.5s;animation-delay:162.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1626){-webkit-animation-delay:162.6s;animation-delay:162.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1627){-webkit-animation-delay:162.7s;animation-delay:162.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1628){-webkit-animation-delay:162.8s;animation-delay:162.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1629){-webkit-animation-delay:162.9s;animation-delay:162.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1630){-webkit-animation-delay:163s;animation-delay:163s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1631){-webkit-animation-delay:163.1s;animation-delay:163.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1632){-webkit-animation-delay:163.2s;animation-delay:163.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1633){-webkit-animation-delay:163.3s;animation-delay:163.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1634){-webkit-animation-delay:163.4s;animation-delay:163.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1635){-webkit-animation-delay:163.5s;animation-delay:163.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1636){-webkit-animation-delay:163.6s;animation-delay:163.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1637){-webkit-animation-delay:163.7s;animation-delay:163.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1638){-webkit-animation-delay:163.8s;animation-delay:163.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1639){-webkit-animation-delay:163.9s;animation-delay:163.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1640){-webkit-animation-delay:164s;animation-delay:164s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1641){-webkit-animation-delay:164.1s;animation-delay:164.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1642){-webkit-animation-delay:164.2s;animation-delay:164.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1643){-webkit-animation-delay:164.3s;animation-delay:164.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1644){-webkit-animation-delay:164.4s;animation-delay:164.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1645){-webkit-animation-delay:164.5s;animation-delay:164.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1646){-webkit-animation-delay:164.6s;animation-delay:164.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1647){-webkit-animation-delay:164.7s;animation-delay:164.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1648){-webkit-animation-delay:164.8s;animation-delay:164.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1649){-webkit-animation-delay:164.9s;animation-delay:164.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1650){-webkit-animation-delay:165s;animation-delay:165s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1651){-webkit-animation-delay:165.1s;animation-delay:165.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1652){-webkit-animation-delay:165.2s;animation-delay:165.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1653){-webkit-animation-delay:165.3s;animation-delay:165.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1654){-webkit-animation-delay:165.4s;animation-delay:165.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1655){-webkit-animation-delay:165.5s;animation-delay:165.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1656){-webkit-animation-delay:165.6s;animation-delay:165.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1657){-webkit-animation-delay:165.7s;animation-delay:165.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1658){-webkit-animation-delay:165.8s;animation-delay:165.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1659){-webkit-animation-delay:165.9s;animation-delay:165.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1660){-webkit-animation-delay:166s;animation-delay:166s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1661){-webkit-animation-delay:166.1s;animation-delay:166.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1662){-webkit-animation-delay:166.2s;animation-delay:166.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1663){-webkit-animation-delay:166.3s;animation-delay:166.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1664){-webkit-animation-delay:166.4s;animation-delay:166.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1665){-webkit-animation-delay:166.5s;animation-delay:166.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1666){-webkit-animation-delay:166.6s;animation-delay:166.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1667){-webkit-animation-delay:166.7s;animation-delay:166.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1668){-webkit-animation-delay:166.8s;animation-delay:166.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1669){-webkit-animation-delay:166.9s;animation-delay:166.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1670){-webkit-animation-delay:167s;animation-delay:167s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1671){-webkit-animation-delay:167.1s;animation-delay:167.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1672){-webkit-animation-delay:167.2s;animation-delay:167.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1673){-webkit-animation-delay:167.3s;animation-delay:167.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1674){-webkit-animation-delay:167.4s;animation-delay:167.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1675){-webkit-animation-delay:167.5s;animation-delay:167.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1676){-webkit-animation-delay:167.6s;animation-delay:167.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1677){-webkit-animation-delay:167.7s;animation-delay:167.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1678){-webkit-animation-delay:167.8s;animation-delay:167.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1679){-webkit-animation-delay:167.9s;animation-delay:167.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1680){-webkit-animation-delay:168s;animation-delay:168s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1681){-webkit-animation-delay:168.1s;animation-delay:168.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1682){-webkit-animation-delay:168.2s;animation-delay:168.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1683){-webkit-animation-delay:168.3s;animation-delay:168.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1684){-webkit-animation-delay:168.4s;animation-delay:168.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1685){-webkit-animation-delay:168.5s;animation-delay:168.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1686){-webkit-animation-delay:168.6s;animation-delay:168.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1687){-webkit-animation-delay:168.7s;animation-delay:168.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1688){-webkit-animation-delay:168.8s;animation-delay:168.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1689){-webkit-animation-delay:168.9s;animation-delay:168.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1690){-webkit-animation-delay:169s;animation-delay:169s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1691){-webkit-animation-delay:169.1s;animation-delay:169.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1692){-webkit-animation-delay:169.2s;animation-delay:169.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1693){-webkit-animation-delay:169.3s;animation-delay:169.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1694){-webkit-animation-delay:169.4s;animation-delay:169.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1695){-webkit-animation-delay:169.5s;animation-delay:169.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1696){-webkit-animation-delay:169.6s;animation-delay:169.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1697){-webkit-animation-delay:169.7s;animation-delay:169.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1698){-webkit-animation-delay:169.8s;animation-delay:169.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1699){-webkit-animation-delay:169.9s;animation-delay:169.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1700){-webkit-animation-delay:170s;animation-delay:170s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1701){-webkit-animation-delay:170.1s;animation-delay:170.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1702){-webkit-animation-delay:170.2s;animation-delay:170.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1703){-webkit-animation-delay:170.3s;animation-delay:170.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1704){-webkit-animation-delay:170.4s;animation-delay:170.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1705){-webkit-animation-delay:170.5s;animation-delay:170.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1706){-webkit-animation-delay:170.6s;animation-delay:170.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1707){-webkit-animation-delay:170.7s;animation-delay:170.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1708){-webkit-animation-delay:170.8s;animation-delay:170.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1709){-webkit-animation-delay:170.9s;animation-delay:170.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1710){-webkit-animation-delay:171s;animation-delay:171s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1711){-webkit-animation-delay:171.1s;animation-delay:171.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1712){-webkit-animation-delay:171.2s;animation-delay:171.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1713){-webkit-animation-delay:171.3s;animation-delay:171.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1714){-webkit-animation-delay:171.4s;animation-delay:171.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1715){-webkit-animation-delay:171.5s;animation-delay:171.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1716){-webkit-animation-delay:171.6s;animation-delay:171.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1717){-webkit-animation-delay:171.7s;animation-delay:171.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1718){-webkit-animation-delay:171.8s;animation-delay:171.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1719){-webkit-animation-delay:171.9s;animation-delay:171.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1720){-webkit-animation-delay:172s;animation-delay:172s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1721){-webkit-animation-delay:172.1s;animation-delay:172.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1722){-webkit-animation-delay:172.2s;animation-delay:172.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1723){-webkit-animation-delay:172.3s;animation-delay:172.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1724){-webkit-animation-delay:172.4s;animation-delay:172.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1725){-webkit-animation-delay:172.5s;animation-delay:172.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1726){-webkit-animation-delay:172.6s;animation-delay:172.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1727){-webkit-animation-delay:172.7s;animation-delay:172.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1728){-webkit-animation-delay:172.8s;animation-delay:172.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1729){-webkit-animation-delay:172.9s;animation-delay:172.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1730){-webkit-animation-delay:173s;animation-delay:173s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1731){-webkit-animation-delay:173.1s;animation-delay:173.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1732){-webkit-animation-delay:173.2s;animation-delay:173.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1733){-webkit-animation-delay:173.3s;animation-delay:173.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1734){-webkit-animation-delay:173.4s;animation-delay:173.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1735){-webkit-animation-delay:173.5s;animation-delay:173.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1736){-webkit-animation-delay:173.6s;animation-delay:173.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1737){-webkit-animation-delay:173.7s;animation-delay:173.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1738){-webkit-animation-delay:173.8s;animation-delay:173.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1739){-webkit-animation-delay:173.9s;animation-delay:173.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1740){-webkit-animation-delay:174s;animation-delay:174s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1741){-webkit-animation-delay:174.1s;animation-delay:174.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1742){-webkit-animation-delay:174.2s;animation-delay:174.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1743){-webkit-animation-delay:174.3s;animation-delay:174.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1744){-webkit-animation-delay:174.4s;animation-delay:174.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1745){-webkit-animation-delay:174.5s;animation-delay:174.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1746){-webkit-animation-delay:174.6s;animation-delay:174.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1747){-webkit-animation-delay:174.7s;animation-delay:174.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1748){-webkit-animation-delay:174.8s;animation-delay:174.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1749){-webkit-animation-delay:174.9s;animation-delay:174.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1750){-webkit-animation-delay:175s;animation-delay:175s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1751){-webkit-animation-delay:175.1s;animation-delay:175.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1752){-webkit-animation-delay:175.2s;animation-delay:175.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1753){-webkit-animation-delay:175.3s;animation-delay:175.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1754){-webkit-animation-delay:175.4s;animation-delay:175.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1755){-webkit-animation-delay:175.5s;animation-delay:175.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1756){-webkit-animation-delay:175.6s;animation-delay:175.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1757){-webkit-animation-delay:175.7s;animation-delay:175.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1758){-webkit-animation-delay:175.8s;animation-delay:175.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1759){-webkit-animation-delay:175.9s;animation-delay:175.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1760){-webkit-animation-delay:176s;animation-delay:176s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1761){-webkit-animation-delay:176.1s;animation-delay:176.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1762){-webkit-animation-delay:176.2s;animation-delay:176.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1763){-webkit-animation-delay:176.3s;animation-delay:176.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1764){-webkit-animation-delay:176.4s;animation-delay:176.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1765){-webkit-animation-delay:176.5s;animation-delay:176.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1766){-webkit-animation-delay:176.6s;animation-delay:176.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1767){-webkit-animation-delay:176.7s;animation-delay:176.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1768){-webkit-animation-delay:176.8s;animation-delay:176.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1769){-webkit-animation-delay:176.9s;animation-delay:176.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1770){-webkit-animation-delay:177s;animation-delay:177s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1771){-webkit-animation-delay:177.1s;animation-delay:177.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1772){-webkit-animation-delay:177.2s;animation-delay:177.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1773){-webkit-animation-delay:177.3s;animation-delay:177.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1774){-webkit-animation-delay:177.4s;animation-delay:177.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1775){-webkit-animation-delay:177.5s;animation-delay:177.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1776){-webkit-animation-delay:177.6s;animation-delay:177.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1777){-webkit-animation-delay:177.7s;animation-delay:177.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1778){-webkit-animation-delay:177.8s;animation-delay:177.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1779){-webkit-animation-delay:177.9s;animation-delay:177.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1780){-webkit-animation-delay:178s;animation-delay:178s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1781){-webkit-animation-delay:178.1s;animation-delay:178.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1782){-webkit-animation-delay:178.2s;animation-delay:178.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1783){-webkit-animation-delay:178.3s;animation-delay:178.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1784){-webkit-animation-delay:178.4s;animation-delay:178.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1785){-webkit-animation-delay:178.5s;animation-delay:178.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1786){-webkit-animation-delay:178.6s;animation-delay:178.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1787){-webkit-animation-delay:178.7s;animation-delay:178.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1788){-webkit-animation-delay:178.8s;animation-delay:178.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1789){-webkit-animation-delay:178.9s;animation-delay:178.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1790){-webkit-animation-delay:179s;animation-delay:179s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1791){-webkit-animation-delay:179.1s;animation-delay:179.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1792){-webkit-animation-delay:179.2s;animation-delay:179.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1793){-webkit-animation-delay:179.3s;animation-delay:179.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1794){-webkit-animation-delay:179.4s;animation-delay:179.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1795){-webkit-animation-delay:179.5s;animation-delay:179.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1796){-webkit-animation-delay:179.6s;animation-delay:179.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1797){-webkit-animation-delay:179.7s;animation-delay:179.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1798){-webkit-animation-delay:179.8s;animation-delay:179.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1799){-webkit-animation-delay:179.9s;animation-delay:179.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1800){-webkit-animation-delay:180s;animation-delay:180s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1801){-webkit-animation-delay:180.1s;animation-delay:180.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1802){-webkit-animation-delay:180.2s;animation-delay:180.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1803){-webkit-animation-delay:180.3s;animation-delay:180.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1804){-webkit-animation-delay:180.4s;animation-delay:180.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1805){-webkit-animation-delay:180.5s;animation-delay:180.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1806){-webkit-animation-delay:180.6s;animation-delay:180.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1807){-webkit-animation-delay:180.7s;animation-delay:180.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1808){-webkit-animation-delay:180.8s;animation-delay:180.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1809){-webkit-animation-delay:180.9s;animation-delay:180.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1810){-webkit-animation-delay:181s;animation-delay:181s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1811){-webkit-animation-delay:181.1s;animation-delay:181.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1812){-webkit-animation-delay:181.2s;animation-delay:181.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1813){-webkit-animation-delay:181.3s;animation-delay:181.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1814){-webkit-animation-delay:181.4s;animation-delay:181.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1815){-webkit-animation-delay:181.5s;animation-delay:181.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1816){-webkit-animation-delay:181.6s;animation-delay:181.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1817){-webkit-animation-delay:181.7s;animation-delay:181.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1818){-webkit-animation-delay:181.8s;animation-delay:181.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1819){-webkit-animation-delay:181.9s;animation-delay:181.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1820){-webkit-animation-delay:182s;animation-delay:182s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1821){-webkit-animation-delay:182.1s;animation-delay:182.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1822){-webkit-animation-delay:182.2s;animation-delay:182.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1823){-webkit-animation-delay:182.3s;animation-delay:182.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1824){-webkit-animation-delay:182.4s;animation-delay:182.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1825){-webkit-animation-delay:182.5s;animation-delay:182.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1826){-webkit-animation-delay:182.6s;animation-delay:182.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1827){-webkit-animation-delay:182.7s;animation-delay:182.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1828){-webkit-animation-delay:182.8s;animation-delay:182.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1829){-webkit-animation-delay:182.9s;animation-delay:182.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1830){-webkit-animation-delay:183s;animation-delay:183s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1831){-webkit-animation-delay:183.1s;animation-delay:183.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1832){-webkit-animation-delay:183.2s;animation-delay:183.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1833){-webkit-animation-delay:183.3s;animation-delay:183.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1834){-webkit-animation-delay:183.4s;animation-delay:183.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1835){-webkit-animation-delay:183.5s;animation-delay:183.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1836){-webkit-animation-delay:183.6s;animation-delay:183.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1837){-webkit-animation-delay:183.7s;animation-delay:183.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1838){-webkit-animation-delay:183.8s;animation-delay:183.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1839){-webkit-animation-delay:183.9s;animation-delay:183.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1840){-webkit-animation-delay:184s;animation-delay:184s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1841){-webkit-animation-delay:184.1s;animation-delay:184.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1842){-webkit-animation-delay:184.2s;animation-delay:184.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1843){-webkit-animation-delay:184.3s;animation-delay:184.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1844){-webkit-animation-delay:184.4s;animation-delay:184.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1845){-webkit-animation-delay:184.5s;animation-delay:184.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1846){-webkit-animation-delay:184.6s;animation-delay:184.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1847){-webkit-animation-delay:184.7s;animation-delay:184.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1848){-webkit-animation-delay:184.8s;animation-delay:184.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1849){-webkit-animation-delay:184.9s;animation-delay:184.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1850){-webkit-animation-delay:185s;animation-delay:185s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1851){-webkit-animation-delay:185.1s;animation-delay:185.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1852){-webkit-animation-delay:185.2s;animation-delay:185.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1853){-webkit-animation-delay:185.3s;animation-delay:185.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1854){-webkit-animation-delay:185.4s;animation-delay:185.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1855){-webkit-animation-delay:185.5s;animation-delay:185.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1856){-webkit-animation-delay:185.6s;animation-delay:185.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1857){-webkit-animation-delay:185.7s;animation-delay:185.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1858){-webkit-animation-delay:185.8s;animation-delay:185.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1859){-webkit-animation-delay:185.9s;animation-delay:185.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1860){-webkit-animation-delay:186s;animation-delay:186s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1861){-webkit-animation-delay:186.1s;animation-delay:186.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1862){-webkit-animation-delay:186.2s;animation-delay:186.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1863){-webkit-animation-delay:186.3s;animation-delay:186.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1864){-webkit-animation-delay:186.4s;animation-delay:186.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1865){-webkit-animation-delay:186.5s;animation-delay:186.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1866){-webkit-animation-delay:186.6s;animation-delay:186.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1867){-webkit-animation-delay:186.7s;animation-delay:186.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1868){-webkit-animation-delay:186.8s;animation-delay:186.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1869){-webkit-animation-delay:186.9s;animation-delay:186.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1870){-webkit-animation-delay:187s;animation-delay:187s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1871){-webkit-animation-delay:187.1s;animation-delay:187.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1872){-webkit-animation-delay:187.2s;animation-delay:187.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1873){-webkit-animation-delay:187.3s;animation-delay:187.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1874){-webkit-animation-delay:187.4s;animation-delay:187.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1875){-webkit-animation-delay:187.5s;animation-delay:187.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1876){-webkit-animation-delay:187.6s;animation-delay:187.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1877){-webkit-animation-delay:187.7s;animation-delay:187.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1878){-webkit-animation-delay:187.8s;animation-delay:187.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1879){-webkit-animation-delay:187.9s;animation-delay:187.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1880){-webkit-animation-delay:188s;animation-delay:188s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1881){-webkit-animation-delay:188.1s;animation-delay:188.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1882){-webkit-animation-delay:188.2s;animation-delay:188.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1883){-webkit-animation-delay:188.3s;animation-delay:188.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1884){-webkit-animation-delay:188.4s;animation-delay:188.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1885){-webkit-animation-delay:188.5s;animation-delay:188.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1886){-webkit-animation-delay:188.6s;animation-delay:188.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1887){-webkit-animation-delay:188.7s;animation-delay:188.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1888){-webkit-animation-delay:188.8s;animation-delay:188.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1889){-webkit-animation-delay:188.9s;animation-delay:188.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1890){-webkit-animation-delay:189s;animation-delay:189s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1891){-webkit-animation-delay:189.1s;animation-delay:189.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1892){-webkit-animation-delay:189.2s;animation-delay:189.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1893){-webkit-animation-delay:189.3s;animation-delay:189.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1894){-webkit-animation-delay:189.4s;animation-delay:189.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1895){-webkit-animation-delay:189.5s;animation-delay:189.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1896){-webkit-animation-delay:189.6s;animation-delay:189.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1897){-webkit-animation-delay:189.7s;animation-delay:189.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1898){-webkit-animation-delay:189.8s;animation-delay:189.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1899){-webkit-animation-delay:189.9s;animation-delay:189.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1900){-webkit-animation-delay:190s;animation-delay:190s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1901){-webkit-animation-delay:190.1s;animation-delay:190.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1902){-webkit-animation-delay:190.2s;animation-delay:190.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1903){-webkit-animation-delay:190.3s;animation-delay:190.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1904){-webkit-animation-delay:190.4s;animation-delay:190.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1905){-webkit-animation-delay:190.5s;animation-delay:190.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1906){-webkit-animation-delay:190.6s;animation-delay:190.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1907){-webkit-animation-delay:190.7s;animation-delay:190.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1908){-webkit-animation-delay:190.8s;animation-delay:190.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1909){-webkit-animation-delay:190.9s;animation-delay:190.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1910){-webkit-animation-delay:191s;animation-delay:191s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1911){-webkit-animation-delay:191.1s;animation-delay:191.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1912){-webkit-animation-delay:191.2s;animation-delay:191.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1913){-webkit-animation-delay:191.3s;animation-delay:191.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1914){-webkit-animation-delay:191.4s;animation-delay:191.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1915){-webkit-animation-delay:191.5s;animation-delay:191.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1916){-webkit-animation-delay:191.6s;animation-delay:191.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1917){-webkit-animation-delay:191.7s;animation-delay:191.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1918){-webkit-animation-delay:191.8s;animation-delay:191.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1919){-webkit-animation-delay:191.9s;animation-delay:191.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1920){-webkit-animation-delay:192s;animation-delay:192s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1921){-webkit-animation-delay:192.1s;animation-delay:192.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1922){-webkit-animation-delay:192.2s;animation-delay:192.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1923){-webkit-animation-delay:192.3s;animation-delay:192.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1924){-webkit-animation-delay:192.4s;animation-delay:192.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1925){-webkit-animation-delay:192.5s;animation-delay:192.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1926){-webkit-animation-delay:192.6s;animation-delay:192.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1927){-webkit-animation-delay:192.7s;animation-delay:192.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1928){-webkit-animation-delay:192.8s;animation-delay:192.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1929){-webkit-animation-delay:192.9s;animation-delay:192.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1930){-webkit-animation-delay:193s;animation-delay:193s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1931){-webkit-animation-delay:193.1s;animation-delay:193.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1932){-webkit-animation-delay:193.2s;animation-delay:193.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1933){-webkit-animation-delay:193.3s;animation-delay:193.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1934){-webkit-animation-delay:193.4s;animation-delay:193.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1935){-webkit-animation-delay:193.5s;animation-delay:193.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1936){-webkit-animation-delay:193.6s;animation-delay:193.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1937){-webkit-animation-delay:193.7s;animation-delay:193.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1938){-webkit-animation-delay:193.8s;animation-delay:193.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1939){-webkit-animation-delay:193.9s;animation-delay:193.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1940){-webkit-animation-delay:194s;animation-delay:194s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1941){-webkit-animation-delay:194.1s;animation-delay:194.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1942){-webkit-animation-delay:194.2s;animation-delay:194.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1943){-webkit-animation-delay:194.3s;animation-delay:194.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1944){-webkit-animation-delay:194.4s;animation-delay:194.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1945){-webkit-animation-delay:194.5s;animation-delay:194.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1946){-webkit-animation-delay:194.6s;animation-delay:194.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1947){-webkit-animation-delay:194.7s;animation-delay:194.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1948){-webkit-animation-delay:194.8s;animation-delay:194.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1949){-webkit-animation-delay:194.9s;animation-delay:194.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1950){-webkit-animation-delay:195s;animation-delay:195s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1951){-webkit-animation-delay:195.1s;animation-delay:195.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1952){-webkit-animation-delay:195.2s;animation-delay:195.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1953){-webkit-animation-delay:195.3s;animation-delay:195.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1954){-webkit-animation-delay:195.4s;animation-delay:195.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1955){-webkit-animation-delay:195.5s;animation-delay:195.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1956){-webkit-animation-delay:195.6s;animation-delay:195.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1957){-webkit-animation-delay:195.7s;animation-delay:195.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1958){-webkit-animation-delay:195.8s;animation-delay:195.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1959){-webkit-animation-delay:195.9s;animation-delay:195.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1960){-webkit-animation-delay:196s;animation-delay:196s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1961){-webkit-animation-delay:196.1s;animation-delay:196.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1962){-webkit-animation-delay:196.2s;animation-delay:196.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1963){-webkit-animation-delay:196.3s;animation-delay:196.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1964){-webkit-animation-delay:196.4s;animation-delay:196.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1965){-webkit-animation-delay:196.5s;animation-delay:196.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1966){-webkit-animation-delay:196.6s;animation-delay:196.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1967){-webkit-animation-delay:196.7s;animation-delay:196.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1968){-webkit-animation-delay:196.8s;animation-delay:196.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1969){-webkit-animation-delay:196.9s;animation-delay:196.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1970){-webkit-animation-delay:197s;animation-delay:197s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1971){-webkit-animation-delay:197.1s;animation-delay:197.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1972){-webkit-animation-delay:197.2s;animation-delay:197.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1973){-webkit-animation-delay:197.3s;animation-delay:197.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1974){-webkit-animation-delay:197.4s;animation-delay:197.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1975){-webkit-animation-delay:197.5s;animation-delay:197.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1976){-webkit-animation-delay:197.6s;animation-delay:197.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1977){-webkit-animation-delay:197.7s;animation-delay:197.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1978){-webkit-animation-delay:197.8s;animation-delay:197.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1979){-webkit-animation-delay:197.9s;animation-delay:197.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1980){-webkit-animation-delay:198s;animation-delay:198s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1981){-webkit-animation-delay:198.1s;animation-delay:198.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1982){-webkit-animation-delay:198.2s;animation-delay:198.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1983){-webkit-animation-delay:198.3s;animation-delay:198.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1984){-webkit-animation-delay:198.4s;animation-delay:198.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1985){-webkit-animation-delay:198.5s;animation-delay:198.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1986){-webkit-animation-delay:198.6s;animation-delay:198.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1987){-webkit-animation-delay:198.7s;animation-delay:198.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1988){-webkit-animation-delay:198.8s;animation-delay:198.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1989){-webkit-animation-delay:198.9s;animation-delay:198.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1990){-webkit-animation-delay:199s;animation-delay:199s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1991){-webkit-animation-delay:199.1s;animation-delay:199.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1992){-webkit-animation-delay:199.2s;animation-delay:199.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1993){-webkit-animation-delay:199.3s;animation-delay:199.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1994){-webkit-animation-delay:199.4s;animation-delay:199.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1995){-webkit-animation-delay:199.5s;animation-delay:199.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1996){-webkit-animation-delay:199.6s;animation-delay:199.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1997){-webkit-animation-delay:199.7s;animation-delay:199.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1998){-webkit-animation-delay:199.8s;animation-delay:199.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(1999){-webkit-animation-delay:199.9s;animation-delay:199.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2000){-webkit-animation-delay:200s;animation-delay:200s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2001){-webkit-animation-delay:200.1s;animation-delay:200.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2002){-webkit-animation-delay:200.2s;animation-delay:200.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2003){-webkit-animation-delay:200.3s;animation-delay:200.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2004){-webkit-animation-delay:200.4s;animation-delay:200.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2005){-webkit-animation-delay:200.5s;animation-delay:200.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2006){-webkit-animation-delay:200.6s;animation-delay:200.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2007){-webkit-animation-delay:200.7s;animation-delay:200.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2008){-webkit-animation-delay:200.8s;animation-delay:200.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2009){-webkit-animation-delay:200.9s;animation-delay:200.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2010){-webkit-animation-delay:201s;animation-delay:201s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2011){-webkit-animation-delay:201.1s;animation-delay:201.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2012){-webkit-animation-delay:201.2s;animation-delay:201.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2013){-webkit-animation-delay:201.3s;animation-delay:201.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2014){-webkit-animation-delay:201.4s;animation-delay:201.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2015){-webkit-animation-delay:201.5s;animation-delay:201.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2016){-webkit-animation-delay:201.6s;animation-delay:201.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2017){-webkit-animation-delay:201.7s;animation-delay:201.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2018){-webkit-animation-delay:201.8s;animation-delay:201.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2019){-webkit-animation-delay:201.9s;animation-delay:201.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2020){-webkit-animation-delay:202s;animation-delay:202s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2021){-webkit-animation-delay:202.1s;animation-delay:202.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2022){-webkit-animation-delay:202.2s;animation-delay:202.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2023){-webkit-animation-delay:202.3s;animation-delay:202.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2024){-webkit-animation-delay:202.4s;animation-delay:202.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2025){-webkit-animation-delay:202.5s;animation-delay:202.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2026){-webkit-animation-delay:202.6s;animation-delay:202.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2027){-webkit-animation-delay:202.7s;animation-delay:202.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2028){-webkit-animation-delay:202.8s;animation-delay:202.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2029){-webkit-animation-delay:202.9s;animation-delay:202.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2030){-webkit-animation-delay:203s;animation-delay:203s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2031){-webkit-animation-delay:203.1s;animation-delay:203.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2032){-webkit-animation-delay:203.2s;animation-delay:203.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2033){-webkit-animation-delay:203.3s;animation-delay:203.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2034){-webkit-animation-delay:203.4s;animation-delay:203.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2035){-webkit-animation-delay:203.5s;animation-delay:203.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2036){-webkit-animation-delay:203.6s;animation-delay:203.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2037){-webkit-animation-delay:203.7s;animation-delay:203.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2038){-webkit-animation-delay:203.8s;animation-delay:203.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2039){-webkit-animation-delay:203.9s;animation-delay:203.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2040){-webkit-animation-delay:204s;animation-delay:204s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2041){-webkit-animation-delay:204.1s;animation-delay:204.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2042){-webkit-animation-delay:204.2s;animation-delay:204.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2043){-webkit-animation-delay:204.3s;animation-delay:204.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2044){-webkit-animation-delay:204.4s;animation-delay:204.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2045){-webkit-animation-delay:204.5s;animation-delay:204.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2046){-webkit-animation-delay:204.6s;animation-delay:204.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2047){-webkit-animation-delay:204.7s;animation-delay:204.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2048){-webkit-animation-delay:204.8s;animation-delay:204.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2049){-webkit-animation-delay:204.9s;animation-delay:204.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2050){-webkit-animation-delay:205s;animation-delay:205s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2051){-webkit-animation-delay:205.1s;animation-delay:205.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2052){-webkit-animation-delay:205.2s;animation-delay:205.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2053){-webkit-animation-delay:205.3s;animation-delay:205.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2054){-webkit-animation-delay:205.4s;animation-delay:205.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2055){-webkit-animation-delay:205.5s;animation-delay:205.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2056){-webkit-animation-delay:205.6s;animation-delay:205.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2057){-webkit-animation-delay:205.7s;animation-delay:205.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2058){-webkit-animation-delay:205.8s;animation-delay:205.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2059){-webkit-animation-delay:205.9s;animation-delay:205.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2060){-webkit-animation-delay:206s;animation-delay:206s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2061){-webkit-animation-delay:206.1s;animation-delay:206.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2062){-webkit-animation-delay:206.2s;animation-delay:206.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2063){-webkit-animation-delay:206.3s;animation-delay:206.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2064){-webkit-animation-delay:206.4s;animation-delay:206.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2065){-webkit-animation-delay:206.5s;animation-delay:206.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2066){-webkit-animation-delay:206.6s;animation-delay:206.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2067){-webkit-animation-delay:206.7s;animation-delay:206.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2068){-webkit-animation-delay:206.8s;animation-delay:206.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2069){-webkit-animation-delay:206.9s;animation-delay:206.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2070){-webkit-animation-delay:207s;animation-delay:207s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2071){-webkit-animation-delay:207.1s;animation-delay:207.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2072){-webkit-animation-delay:207.2s;animation-delay:207.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2073){-webkit-animation-delay:207.3s;animation-delay:207.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2074){-webkit-animation-delay:207.4s;animation-delay:207.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2075){-webkit-animation-delay:207.5s;animation-delay:207.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2076){-webkit-animation-delay:207.6s;animation-delay:207.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2077){-webkit-animation-delay:207.7s;animation-delay:207.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2078){-webkit-animation-delay:207.8s;animation-delay:207.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2079){-webkit-animation-delay:207.9s;animation-delay:207.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2080){-webkit-animation-delay:208s;animation-delay:208s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2081){-webkit-animation-delay:208.1s;animation-delay:208.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2082){-webkit-animation-delay:208.2s;animation-delay:208.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2083){-webkit-animation-delay:208.3s;animation-delay:208.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2084){-webkit-animation-delay:208.4s;animation-delay:208.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2085){-webkit-animation-delay:208.5s;animation-delay:208.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2086){-webkit-animation-delay:208.6s;animation-delay:208.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2087){-webkit-animation-delay:208.7s;animation-delay:208.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2088){-webkit-animation-delay:208.8s;animation-delay:208.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2089){-webkit-animation-delay:208.9s;animation-delay:208.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2090){-webkit-animation-delay:209s;animation-delay:209s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2091){-webkit-animation-delay:209.1s;animation-delay:209.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2092){-webkit-animation-delay:209.2s;animation-delay:209.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2093){-webkit-animation-delay:209.3s;animation-delay:209.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2094){-webkit-animation-delay:209.4s;animation-delay:209.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2095){-webkit-animation-delay:209.5s;animation-delay:209.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2096){-webkit-animation-delay:209.6s;animation-delay:209.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2097){-webkit-animation-delay:209.7s;animation-delay:209.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2098){-webkit-animation-delay:209.8s;animation-delay:209.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2099){-webkit-animation-delay:209.9s;animation-delay:209.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2100){-webkit-animation-delay:210s;animation-delay:210s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2101){-webkit-animation-delay:210.1s;animation-delay:210.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2102){-webkit-animation-delay:210.2s;animation-delay:210.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2103){-webkit-animation-delay:210.3s;animation-delay:210.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2104){-webkit-animation-delay:210.4s;animation-delay:210.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2105){-webkit-animation-delay:210.5s;animation-delay:210.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2106){-webkit-animation-delay:210.6s;animation-delay:210.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2107){-webkit-animation-delay:210.7s;animation-delay:210.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2108){-webkit-animation-delay:210.8s;animation-delay:210.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2109){-webkit-animation-delay:210.9s;animation-delay:210.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2110){-webkit-animation-delay:211s;animation-delay:211s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2111){-webkit-animation-delay:211.1s;animation-delay:211.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2112){-webkit-animation-delay:211.2s;animation-delay:211.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2113){-webkit-animation-delay:211.3s;animation-delay:211.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2114){-webkit-animation-delay:211.4s;animation-delay:211.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2115){-webkit-animation-delay:211.5s;animation-delay:211.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2116){-webkit-animation-delay:211.6s;animation-delay:211.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2117){-webkit-animation-delay:211.7s;animation-delay:211.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2118){-webkit-animation-delay:211.8s;animation-delay:211.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2119){-webkit-animation-delay:211.9s;animation-delay:211.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2120){-webkit-animation-delay:212s;animation-delay:212s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2121){-webkit-animation-delay:212.1s;animation-delay:212.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2122){-webkit-animation-delay:212.2s;animation-delay:212.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2123){-webkit-animation-delay:212.3s;animation-delay:212.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2124){-webkit-animation-delay:212.4s;animation-delay:212.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2125){-webkit-animation-delay:212.5s;animation-delay:212.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2126){-webkit-animation-delay:212.6s;animation-delay:212.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2127){-webkit-animation-delay:212.7s;animation-delay:212.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2128){-webkit-animation-delay:212.8s;animation-delay:212.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2129){-webkit-animation-delay:212.9s;animation-delay:212.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2130){-webkit-animation-delay:213s;animation-delay:213s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2131){-webkit-animation-delay:213.1s;animation-delay:213.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2132){-webkit-animation-delay:213.2s;animation-delay:213.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2133){-webkit-animation-delay:213.3s;animation-delay:213.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2134){-webkit-animation-delay:213.4s;animation-delay:213.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2135){-webkit-animation-delay:213.5s;animation-delay:213.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2136){-webkit-animation-delay:213.6s;animation-delay:213.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2137){-webkit-animation-delay:213.7s;animation-delay:213.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2138){-webkit-animation-delay:213.8s;animation-delay:213.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2139){-webkit-animation-delay:213.9s;animation-delay:213.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2140){-webkit-animation-delay:214s;animation-delay:214s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2141){-webkit-animation-delay:214.1s;animation-delay:214.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2142){-webkit-animation-delay:214.2s;animation-delay:214.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2143){-webkit-animation-delay:214.3s;animation-delay:214.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2144){-webkit-animation-delay:214.4s;animation-delay:214.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2145){-webkit-animation-delay:214.5s;animation-delay:214.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2146){-webkit-animation-delay:214.6s;animation-delay:214.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2147){-webkit-animation-delay:214.7s;animation-delay:214.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2148){-webkit-animation-delay:214.8s;animation-delay:214.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2149){-webkit-animation-delay:214.9s;animation-delay:214.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2150){-webkit-animation-delay:215s;animation-delay:215s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2151){-webkit-animation-delay:215.1s;animation-delay:215.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2152){-webkit-animation-delay:215.2s;animation-delay:215.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2153){-webkit-animation-delay:215.3s;animation-delay:215.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2154){-webkit-animation-delay:215.4s;animation-delay:215.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2155){-webkit-animation-delay:215.5s;animation-delay:215.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2156){-webkit-animation-delay:215.6s;animation-delay:215.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2157){-webkit-animation-delay:215.7s;animation-delay:215.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2158){-webkit-animation-delay:215.8s;animation-delay:215.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2159){-webkit-animation-delay:215.9s;animation-delay:215.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2160){-webkit-animation-delay:216s;animation-delay:216s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2161){-webkit-animation-delay:216.1s;animation-delay:216.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2162){-webkit-animation-delay:216.2s;animation-delay:216.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2163){-webkit-animation-delay:216.3s;animation-delay:216.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2164){-webkit-animation-delay:216.4s;animation-delay:216.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2165){-webkit-animation-delay:216.5s;animation-delay:216.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2166){-webkit-animation-delay:216.6s;animation-delay:216.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2167){-webkit-animation-delay:216.7s;animation-delay:216.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2168){-webkit-animation-delay:216.8s;animation-delay:216.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2169){-webkit-animation-delay:216.9s;animation-delay:216.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2170){-webkit-animation-delay:217s;animation-delay:217s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2171){-webkit-animation-delay:217.1s;animation-delay:217.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2172){-webkit-animation-delay:217.2s;animation-delay:217.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2173){-webkit-animation-delay:217.3s;animation-delay:217.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2174){-webkit-animation-delay:217.4s;animation-delay:217.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2175){-webkit-animation-delay:217.5s;animation-delay:217.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2176){-webkit-animation-delay:217.6s;animation-delay:217.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2177){-webkit-animation-delay:217.7s;animation-delay:217.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2178){-webkit-animation-delay:217.8s;animation-delay:217.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2179){-webkit-animation-delay:217.9s;animation-delay:217.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2180){-webkit-animation-delay:218s;animation-delay:218s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2181){-webkit-animation-delay:218.1s;animation-delay:218.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2182){-webkit-animation-delay:218.2s;animation-delay:218.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2183){-webkit-animation-delay:218.3s;animation-delay:218.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2184){-webkit-animation-delay:218.4s;animation-delay:218.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2185){-webkit-animation-delay:218.5s;animation-delay:218.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2186){-webkit-animation-delay:218.6s;animation-delay:218.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2187){-webkit-animation-delay:218.7s;animation-delay:218.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2188){-webkit-animation-delay:218.8s;animation-delay:218.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2189){-webkit-animation-delay:218.9s;animation-delay:218.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2190){-webkit-animation-delay:219s;animation-delay:219s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2191){-webkit-animation-delay:219.1s;animation-delay:219.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2192){-webkit-animation-delay:219.2s;animation-delay:219.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2193){-webkit-animation-delay:219.3s;animation-delay:219.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2194){-webkit-animation-delay:219.4s;animation-delay:219.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2195){-webkit-animation-delay:219.5s;animation-delay:219.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2196){-webkit-animation-delay:219.6s;animation-delay:219.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2197){-webkit-animation-delay:219.7s;animation-delay:219.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2198){-webkit-animation-delay:219.8s;animation-delay:219.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2199){-webkit-animation-delay:219.9s;animation-delay:219.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2200){-webkit-animation-delay:220s;animation-delay:220s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2201){-webkit-animation-delay:220.1s;animation-delay:220.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2202){-webkit-animation-delay:220.2s;animation-delay:220.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2203){-webkit-animation-delay:220.3s;animation-delay:220.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2204){-webkit-animation-delay:220.4s;animation-delay:220.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2205){-webkit-animation-delay:220.5s;animation-delay:220.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2206){-webkit-animation-delay:220.6s;animation-delay:220.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2207){-webkit-animation-delay:220.7s;animation-delay:220.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2208){-webkit-animation-delay:220.8s;animation-delay:220.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2209){-webkit-animation-delay:220.9s;animation-delay:220.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2210){-webkit-animation-delay:221s;animation-delay:221s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2211){-webkit-animation-delay:221.1s;animation-delay:221.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2212){-webkit-animation-delay:221.2s;animation-delay:221.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2213){-webkit-animation-delay:221.3s;animation-delay:221.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2214){-webkit-animation-delay:221.4s;animation-delay:221.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2215){-webkit-animation-delay:221.5s;animation-delay:221.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2216){-webkit-animation-delay:221.6s;animation-delay:221.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2217){-webkit-animation-delay:221.7s;animation-delay:221.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2218){-webkit-animation-delay:221.8s;animation-delay:221.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2219){-webkit-animation-delay:221.9s;animation-delay:221.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2220){-webkit-animation-delay:222s;animation-delay:222s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2221){-webkit-animation-delay:222.1s;animation-delay:222.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2222){-webkit-animation-delay:222.2s;animation-delay:222.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2223){-webkit-animation-delay:222.3s;animation-delay:222.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2224){-webkit-animation-delay:222.4s;animation-delay:222.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2225){-webkit-animation-delay:222.5s;animation-delay:222.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2226){-webkit-animation-delay:222.6s;animation-delay:222.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2227){-webkit-animation-delay:222.7s;animation-delay:222.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2228){-webkit-animation-delay:222.8s;animation-delay:222.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2229){-webkit-animation-delay:222.9s;animation-delay:222.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2230){-webkit-animation-delay:223s;animation-delay:223s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2231){-webkit-animation-delay:223.1s;animation-delay:223.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2232){-webkit-animation-delay:223.2s;animation-delay:223.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2233){-webkit-animation-delay:223.3s;animation-delay:223.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2234){-webkit-animation-delay:223.4s;animation-delay:223.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2235){-webkit-animation-delay:223.5s;animation-delay:223.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2236){-webkit-animation-delay:223.6s;animation-delay:223.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2237){-webkit-animation-delay:223.7s;animation-delay:223.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2238){-webkit-animation-delay:223.8s;animation-delay:223.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2239){-webkit-animation-delay:223.9s;animation-delay:223.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2240){-webkit-animation-delay:224s;animation-delay:224s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2241){-webkit-animation-delay:224.1s;animation-delay:224.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2242){-webkit-animation-delay:224.2s;animation-delay:224.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2243){-webkit-animation-delay:224.3s;animation-delay:224.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2244){-webkit-animation-delay:224.4s;animation-delay:224.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2245){-webkit-animation-delay:224.5s;animation-delay:224.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2246){-webkit-animation-delay:224.6s;animation-delay:224.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2247){-webkit-animation-delay:224.7s;animation-delay:224.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2248){-webkit-animation-delay:224.8s;animation-delay:224.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2249){-webkit-animation-delay:224.9s;animation-delay:224.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2250){-webkit-animation-delay:225s;animation-delay:225s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2251){-webkit-animation-delay:225.1s;animation-delay:225.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2252){-webkit-animation-delay:225.2s;animation-delay:225.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2253){-webkit-animation-delay:225.3s;animation-delay:225.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2254){-webkit-animation-delay:225.4s;animation-delay:225.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2255){-webkit-animation-delay:225.5s;animation-delay:225.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2256){-webkit-animation-delay:225.6s;animation-delay:225.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2257){-webkit-animation-delay:225.7s;animation-delay:225.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2258){-webkit-animation-delay:225.8s;animation-delay:225.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2259){-webkit-animation-delay:225.9s;animation-delay:225.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2260){-webkit-animation-delay:226s;animation-delay:226s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2261){-webkit-animation-delay:226.1s;animation-delay:226.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2262){-webkit-animation-delay:226.2s;animation-delay:226.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2263){-webkit-animation-delay:226.3s;animation-delay:226.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2264){-webkit-animation-delay:226.4s;animation-delay:226.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2265){-webkit-animation-delay:226.5s;animation-delay:226.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2266){-webkit-animation-delay:226.6s;animation-delay:226.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2267){-webkit-animation-delay:226.7s;animation-delay:226.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2268){-webkit-animation-delay:226.8s;animation-delay:226.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2269){-webkit-animation-delay:226.9s;animation-delay:226.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2270){-webkit-animation-delay:227s;animation-delay:227s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2271){-webkit-animation-delay:227.1s;animation-delay:227.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2272){-webkit-animation-delay:227.2s;animation-delay:227.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2273){-webkit-animation-delay:227.3s;animation-delay:227.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2274){-webkit-animation-delay:227.4s;animation-delay:227.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2275){-webkit-animation-delay:227.5s;animation-delay:227.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2276){-webkit-animation-delay:227.6s;animation-delay:227.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2277){-webkit-animation-delay:227.7s;animation-delay:227.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2278){-webkit-animation-delay:227.8s;animation-delay:227.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2279){-webkit-animation-delay:227.9s;animation-delay:227.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2280){-webkit-animation-delay:228s;animation-delay:228s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2281){-webkit-animation-delay:228.1s;animation-delay:228.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2282){-webkit-animation-delay:228.2s;animation-delay:228.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2283){-webkit-animation-delay:228.3s;animation-delay:228.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2284){-webkit-animation-delay:228.4s;animation-delay:228.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2285){-webkit-animation-delay:228.5s;animation-delay:228.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2286){-webkit-animation-delay:228.6s;animation-delay:228.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2287){-webkit-animation-delay:228.7s;animation-delay:228.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2288){-webkit-animation-delay:228.8s;animation-delay:228.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2289){-webkit-animation-delay:228.9s;animation-delay:228.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2290){-webkit-animation-delay:229s;animation-delay:229s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2291){-webkit-animation-delay:229.1s;animation-delay:229.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2292){-webkit-animation-delay:229.2s;animation-delay:229.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2293){-webkit-animation-delay:229.3s;animation-delay:229.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2294){-webkit-animation-delay:229.4s;animation-delay:229.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2295){-webkit-animation-delay:229.5s;animation-delay:229.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2296){-webkit-animation-delay:229.6s;animation-delay:229.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2297){-webkit-animation-delay:229.7s;animation-delay:229.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2298){-webkit-animation-delay:229.8s;animation-delay:229.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2299){-webkit-animation-delay:229.9s;animation-delay:229.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2300){-webkit-animation-delay:230s;animation-delay:230s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2301){-webkit-animation-delay:230.1s;animation-delay:230.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2302){-webkit-animation-delay:230.2s;animation-delay:230.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2303){-webkit-animation-delay:230.3s;animation-delay:230.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2304){-webkit-animation-delay:230.4s;animation-delay:230.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2305){-webkit-animation-delay:230.5s;animation-delay:230.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2306){-webkit-animation-delay:230.6s;animation-delay:230.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2307){-webkit-animation-delay:230.7s;animation-delay:230.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2308){-webkit-animation-delay:230.8s;animation-delay:230.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2309){-webkit-animation-delay:230.9s;animation-delay:230.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2310){-webkit-animation-delay:231s;animation-delay:231s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2311){-webkit-animation-delay:231.1s;animation-delay:231.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2312){-webkit-animation-delay:231.2s;animation-delay:231.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2313){-webkit-animation-delay:231.3s;animation-delay:231.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2314){-webkit-animation-delay:231.4s;animation-delay:231.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2315){-webkit-animation-delay:231.5s;animation-delay:231.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2316){-webkit-animation-delay:231.6s;animation-delay:231.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2317){-webkit-animation-delay:231.7s;animation-delay:231.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2318){-webkit-animation-delay:231.8s;animation-delay:231.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2319){-webkit-animation-delay:231.9s;animation-delay:231.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2320){-webkit-animation-delay:232s;animation-delay:232s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2321){-webkit-animation-delay:232.1s;animation-delay:232.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2322){-webkit-animation-delay:232.2s;animation-delay:232.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2323){-webkit-animation-delay:232.3s;animation-delay:232.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2324){-webkit-animation-delay:232.4s;animation-delay:232.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2325){-webkit-animation-delay:232.5s;animation-delay:232.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2326){-webkit-animation-delay:232.6s;animation-delay:232.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2327){-webkit-animation-delay:232.7s;animation-delay:232.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2328){-webkit-animation-delay:232.8s;animation-delay:232.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2329){-webkit-animation-delay:232.9s;animation-delay:232.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2330){-webkit-animation-delay:233s;animation-delay:233s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2331){-webkit-animation-delay:233.1s;animation-delay:233.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2332){-webkit-animation-delay:233.2s;animation-delay:233.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2333){-webkit-animation-delay:233.3s;animation-delay:233.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2334){-webkit-animation-delay:233.4s;animation-delay:233.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2335){-webkit-animation-delay:233.5s;animation-delay:233.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2336){-webkit-animation-delay:233.6s;animation-delay:233.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2337){-webkit-animation-delay:233.7s;animation-delay:233.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2338){-webkit-animation-delay:233.8s;animation-delay:233.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2339){-webkit-animation-delay:233.9s;animation-delay:233.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2340){-webkit-animation-delay:234s;animation-delay:234s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2341){-webkit-animation-delay:234.1s;animation-delay:234.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2342){-webkit-animation-delay:234.2s;animation-delay:234.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2343){-webkit-animation-delay:234.3s;animation-delay:234.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2344){-webkit-animation-delay:234.4s;animation-delay:234.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2345){-webkit-animation-delay:234.5s;animation-delay:234.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2346){-webkit-animation-delay:234.6s;animation-delay:234.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2347){-webkit-animation-delay:234.7s;animation-delay:234.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2348){-webkit-animation-delay:234.8s;animation-delay:234.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2349){-webkit-animation-delay:234.9s;animation-delay:234.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2350){-webkit-animation-delay:235s;animation-delay:235s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2351){-webkit-animation-delay:235.1s;animation-delay:235.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2352){-webkit-animation-delay:235.2s;animation-delay:235.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2353){-webkit-animation-delay:235.3s;animation-delay:235.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2354){-webkit-animation-delay:235.4s;animation-delay:235.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2355){-webkit-animation-delay:235.5s;animation-delay:235.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2356){-webkit-animation-delay:235.6s;animation-delay:235.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2357){-webkit-animation-delay:235.7s;animation-delay:235.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2358){-webkit-animation-delay:235.8s;animation-delay:235.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2359){-webkit-animation-delay:235.9s;animation-delay:235.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2360){-webkit-animation-delay:236s;animation-delay:236s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2361){-webkit-animation-delay:236.1s;animation-delay:236.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2362){-webkit-animation-delay:236.2s;animation-delay:236.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2363){-webkit-animation-delay:236.3s;animation-delay:236.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2364){-webkit-animation-delay:236.4s;animation-delay:236.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2365){-webkit-animation-delay:236.5s;animation-delay:236.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2366){-webkit-animation-delay:236.6s;animation-delay:236.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2367){-webkit-animation-delay:236.7s;animation-delay:236.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2368){-webkit-animation-delay:236.8s;animation-delay:236.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2369){-webkit-animation-delay:236.9s;animation-delay:236.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2370){-webkit-animation-delay:237s;animation-delay:237s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2371){-webkit-animation-delay:237.1s;animation-delay:237.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2372){-webkit-animation-delay:237.2s;animation-delay:237.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2373){-webkit-animation-delay:237.3s;animation-delay:237.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2374){-webkit-animation-delay:237.4s;animation-delay:237.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2375){-webkit-animation-delay:237.5s;animation-delay:237.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2376){-webkit-animation-delay:237.6s;animation-delay:237.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2377){-webkit-animation-delay:237.7s;animation-delay:237.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2378){-webkit-animation-delay:237.8s;animation-delay:237.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2379){-webkit-animation-delay:237.9s;animation-delay:237.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2380){-webkit-animation-delay:238s;animation-delay:238s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2381){-webkit-animation-delay:238.1s;animation-delay:238.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2382){-webkit-animation-delay:238.2s;animation-delay:238.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2383){-webkit-animation-delay:238.3s;animation-delay:238.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2384){-webkit-animation-delay:238.4s;animation-delay:238.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2385){-webkit-animation-delay:238.5s;animation-delay:238.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2386){-webkit-animation-delay:238.6s;animation-delay:238.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2387){-webkit-animation-delay:238.7s;animation-delay:238.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2388){-webkit-animation-delay:238.8s;animation-delay:238.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2389){-webkit-animation-delay:238.9s;animation-delay:238.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2390){-webkit-animation-delay:239s;animation-delay:239s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2391){-webkit-animation-delay:239.1s;animation-delay:239.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2392){-webkit-animation-delay:239.2s;animation-delay:239.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2393){-webkit-animation-delay:239.3s;animation-delay:239.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2394){-webkit-animation-delay:239.4s;animation-delay:239.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2395){-webkit-animation-delay:239.5s;animation-delay:239.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2396){-webkit-animation-delay:239.6s;animation-delay:239.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2397){-webkit-animation-delay:239.7s;animation-delay:239.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2398){-webkit-animation-delay:239.8s;animation-delay:239.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2399){-webkit-animation-delay:239.9s;animation-delay:239.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2400){-webkit-animation-delay:240s;animation-delay:240s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2401){-webkit-animation-delay:240.1s;animation-delay:240.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2402){-webkit-animation-delay:240.2s;animation-delay:240.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2403){-webkit-animation-delay:240.3s;animation-delay:240.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2404){-webkit-animation-delay:240.4s;animation-delay:240.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2405){-webkit-animation-delay:240.5s;animation-delay:240.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2406){-webkit-animation-delay:240.6s;animation-delay:240.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2407){-webkit-animation-delay:240.7s;animation-delay:240.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2408){-webkit-animation-delay:240.8s;animation-delay:240.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2409){-webkit-animation-delay:240.9s;animation-delay:240.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2410){-webkit-animation-delay:241s;animation-delay:241s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2411){-webkit-animation-delay:241.1s;animation-delay:241.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2412){-webkit-animation-delay:241.2s;animation-delay:241.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2413){-webkit-animation-delay:241.3s;animation-delay:241.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2414){-webkit-animation-delay:241.4s;animation-delay:241.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2415){-webkit-animation-delay:241.5s;animation-delay:241.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2416){-webkit-animation-delay:241.6s;animation-delay:241.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2417){-webkit-animation-delay:241.7s;animation-delay:241.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2418){-webkit-animation-delay:241.8s;animation-delay:241.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2419){-webkit-animation-delay:241.9s;animation-delay:241.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2420){-webkit-animation-delay:242s;animation-delay:242s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2421){-webkit-animation-delay:242.1s;animation-delay:242.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2422){-webkit-animation-delay:242.2s;animation-delay:242.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2423){-webkit-animation-delay:242.3s;animation-delay:242.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2424){-webkit-animation-delay:242.4s;animation-delay:242.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2425){-webkit-animation-delay:242.5s;animation-delay:242.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2426){-webkit-animation-delay:242.6s;animation-delay:242.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2427){-webkit-animation-delay:242.7s;animation-delay:242.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2428){-webkit-animation-delay:242.8s;animation-delay:242.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2429){-webkit-animation-delay:242.9s;animation-delay:242.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2430){-webkit-animation-delay:243s;animation-delay:243s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2431){-webkit-animation-delay:243.1s;animation-delay:243.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2432){-webkit-animation-delay:243.2s;animation-delay:243.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2433){-webkit-animation-delay:243.3s;animation-delay:243.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2434){-webkit-animation-delay:243.4s;animation-delay:243.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2435){-webkit-animation-delay:243.5s;animation-delay:243.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2436){-webkit-animation-delay:243.6s;animation-delay:243.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2437){-webkit-animation-delay:243.7s;animation-delay:243.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2438){-webkit-animation-delay:243.8s;animation-delay:243.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2439){-webkit-animation-delay:243.9s;animation-delay:243.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2440){-webkit-animation-delay:244s;animation-delay:244s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2441){-webkit-animation-delay:244.1s;animation-delay:244.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2442){-webkit-animation-delay:244.2s;animation-delay:244.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2443){-webkit-animation-delay:244.3s;animation-delay:244.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2444){-webkit-animation-delay:244.4s;animation-delay:244.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2445){-webkit-animation-delay:244.5s;animation-delay:244.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2446){-webkit-animation-delay:244.6s;animation-delay:244.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2447){-webkit-animation-delay:244.7s;animation-delay:244.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2448){-webkit-animation-delay:244.8s;animation-delay:244.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2449){-webkit-animation-delay:244.9s;animation-delay:244.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2450){-webkit-animation-delay:245s;animation-delay:245s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2451){-webkit-animation-delay:245.1s;animation-delay:245.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2452){-webkit-animation-delay:245.2s;animation-delay:245.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2453){-webkit-animation-delay:245.3s;animation-delay:245.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2454){-webkit-animation-delay:245.4s;animation-delay:245.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2455){-webkit-animation-delay:245.5s;animation-delay:245.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2456){-webkit-animation-delay:245.6s;animation-delay:245.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2457){-webkit-animation-delay:245.7s;animation-delay:245.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2458){-webkit-animation-delay:245.8s;animation-delay:245.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2459){-webkit-animation-delay:245.9s;animation-delay:245.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2460){-webkit-animation-delay:246s;animation-delay:246s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2461){-webkit-animation-delay:246.1s;animation-delay:246.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2462){-webkit-animation-delay:246.2s;animation-delay:246.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2463){-webkit-animation-delay:246.3s;animation-delay:246.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2464){-webkit-animation-delay:246.4s;animation-delay:246.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2465){-webkit-animation-delay:246.5s;animation-delay:246.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2466){-webkit-animation-delay:246.6s;animation-delay:246.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2467){-webkit-animation-delay:246.7s;animation-delay:246.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2468){-webkit-animation-delay:246.8s;animation-delay:246.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2469){-webkit-animation-delay:246.9s;animation-delay:246.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2470){-webkit-animation-delay:247s;animation-delay:247s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2471){-webkit-animation-delay:247.1s;animation-delay:247.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2472){-webkit-animation-delay:247.2s;animation-delay:247.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2473){-webkit-animation-delay:247.3s;animation-delay:247.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2474){-webkit-animation-delay:247.4s;animation-delay:247.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2475){-webkit-animation-delay:247.5s;animation-delay:247.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2476){-webkit-animation-delay:247.6s;animation-delay:247.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2477){-webkit-animation-delay:247.7s;animation-delay:247.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2478){-webkit-animation-delay:247.8s;animation-delay:247.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2479){-webkit-animation-delay:247.9s;animation-delay:247.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2480){-webkit-animation-delay:248s;animation-delay:248s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2481){-webkit-animation-delay:248.1s;animation-delay:248.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2482){-webkit-animation-delay:248.2s;animation-delay:248.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2483){-webkit-animation-delay:248.3s;animation-delay:248.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2484){-webkit-animation-delay:248.4s;animation-delay:248.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2485){-webkit-animation-delay:248.5s;animation-delay:248.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2486){-webkit-animation-delay:248.6s;animation-delay:248.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2487){-webkit-animation-delay:248.7s;animation-delay:248.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2488){-webkit-animation-delay:248.8s;animation-delay:248.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2489){-webkit-animation-delay:248.9s;animation-delay:248.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2490){-webkit-animation-delay:249s;animation-delay:249s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2491){-webkit-animation-delay:249.1s;animation-delay:249.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2492){-webkit-animation-delay:249.2s;animation-delay:249.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2493){-webkit-animation-delay:249.3s;animation-delay:249.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2494){-webkit-animation-delay:249.4s;animation-delay:249.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2495){-webkit-animation-delay:249.5s;animation-delay:249.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2496){-webkit-animation-delay:249.6s;animation-delay:249.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2497){-webkit-animation-delay:249.7s;animation-delay:249.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2498){-webkit-animation-delay:249.8s;animation-delay:249.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2499){-webkit-animation-delay:249.9s;animation-delay:249.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2500){-webkit-animation-delay:250s;animation-delay:250s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2501){-webkit-animation-delay:250.1s;animation-delay:250.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2502){-webkit-animation-delay:250.2s;animation-delay:250.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2503){-webkit-animation-delay:250.3s;animation-delay:250.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2504){-webkit-animation-delay:250.4s;animation-delay:250.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2505){-webkit-animation-delay:250.5s;animation-delay:250.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2506){-webkit-animation-delay:250.6s;animation-delay:250.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2507){-webkit-animation-delay:250.7s;animation-delay:250.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2508){-webkit-animation-delay:250.8s;animation-delay:250.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2509){-webkit-animation-delay:250.9s;animation-delay:250.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2510){-webkit-animation-delay:251s;animation-delay:251s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2511){-webkit-animation-delay:251.1s;animation-delay:251.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2512){-webkit-animation-delay:251.2s;animation-delay:251.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2513){-webkit-animation-delay:251.3s;animation-delay:251.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2514){-webkit-animation-delay:251.4s;animation-delay:251.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2515){-webkit-animation-delay:251.5s;animation-delay:251.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2516){-webkit-animation-delay:251.6s;animation-delay:251.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2517){-webkit-animation-delay:251.7s;animation-delay:251.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2518){-webkit-animation-delay:251.8s;animation-delay:251.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2519){-webkit-animation-delay:251.9s;animation-delay:251.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2520){-webkit-animation-delay:252s;animation-delay:252s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2521){-webkit-animation-delay:252.1s;animation-delay:252.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2522){-webkit-animation-delay:252.2s;animation-delay:252.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2523){-webkit-animation-delay:252.3s;animation-delay:252.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2524){-webkit-animation-delay:252.4s;animation-delay:252.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2525){-webkit-animation-delay:252.5s;animation-delay:252.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2526){-webkit-animation-delay:252.6s;animation-delay:252.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2527){-webkit-animation-delay:252.7s;animation-delay:252.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2528){-webkit-animation-delay:252.8s;animation-delay:252.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2529){-webkit-animation-delay:252.9s;animation-delay:252.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2530){-webkit-animation-delay:253s;animation-delay:253s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2531){-webkit-animation-delay:253.1s;animation-delay:253.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2532){-webkit-animation-delay:253.2s;animation-delay:253.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2533){-webkit-animation-delay:253.3s;animation-delay:253.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2534){-webkit-animation-delay:253.4s;animation-delay:253.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2535){-webkit-animation-delay:253.5s;animation-delay:253.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2536){-webkit-animation-delay:253.6s;animation-delay:253.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2537){-webkit-animation-delay:253.7s;animation-delay:253.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2538){-webkit-animation-delay:253.8s;animation-delay:253.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2539){-webkit-animation-delay:253.9s;animation-delay:253.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2540){-webkit-animation-delay:254s;animation-delay:254s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2541){-webkit-animation-delay:254.1s;animation-delay:254.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2542){-webkit-animation-delay:254.2s;animation-delay:254.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2543){-webkit-animation-delay:254.3s;animation-delay:254.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2544){-webkit-animation-delay:254.4s;animation-delay:254.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2545){-webkit-animation-delay:254.5s;animation-delay:254.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2546){-webkit-animation-delay:254.6s;animation-delay:254.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2547){-webkit-animation-delay:254.7s;animation-delay:254.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2548){-webkit-animation-delay:254.8s;animation-delay:254.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2549){-webkit-animation-delay:254.9s;animation-delay:254.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2550){-webkit-animation-delay:255s;animation-delay:255s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2551){-webkit-animation-delay:255.1s;animation-delay:255.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2552){-webkit-animation-delay:255.2s;animation-delay:255.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2553){-webkit-animation-delay:255.3s;animation-delay:255.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2554){-webkit-animation-delay:255.4s;animation-delay:255.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2555){-webkit-animation-delay:255.5s;animation-delay:255.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2556){-webkit-animation-delay:255.6s;animation-delay:255.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2557){-webkit-animation-delay:255.7s;animation-delay:255.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2558){-webkit-animation-delay:255.8s;animation-delay:255.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2559){-webkit-animation-delay:255.9s;animation-delay:255.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2560){-webkit-animation-delay:256s;animation-delay:256s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2561){-webkit-animation-delay:256.1s;animation-delay:256.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2562){-webkit-animation-delay:256.2s;animation-delay:256.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2563){-webkit-animation-delay:256.3s;animation-delay:256.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2564){-webkit-animation-delay:256.4s;animation-delay:256.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2565){-webkit-animation-delay:256.5s;animation-delay:256.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2566){-webkit-animation-delay:256.6s;animation-delay:256.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2567){-webkit-animation-delay:256.7s;animation-delay:256.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2568){-webkit-animation-delay:256.8s;animation-delay:256.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2569){-webkit-animation-delay:256.9s;animation-delay:256.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2570){-webkit-animation-delay:257s;animation-delay:257s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2571){-webkit-animation-delay:257.1s;animation-delay:257.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2572){-webkit-animation-delay:257.2s;animation-delay:257.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2573){-webkit-animation-delay:257.3s;animation-delay:257.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2574){-webkit-animation-delay:257.4s;animation-delay:257.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2575){-webkit-animation-delay:257.5s;animation-delay:257.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2576){-webkit-animation-delay:257.6s;animation-delay:257.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2577){-webkit-animation-delay:257.7s;animation-delay:257.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2578){-webkit-animation-delay:257.8s;animation-delay:257.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2579){-webkit-animation-delay:257.9s;animation-delay:257.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2580){-webkit-animation-delay:258s;animation-delay:258s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2581){-webkit-animation-delay:258.1s;animation-delay:258.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2582){-webkit-animation-delay:258.2s;animation-delay:258.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2583){-webkit-animation-delay:258.3s;animation-delay:258.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2584){-webkit-animation-delay:258.4s;animation-delay:258.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2585){-webkit-animation-delay:258.5s;animation-delay:258.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2586){-webkit-animation-delay:258.6s;animation-delay:258.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2587){-webkit-animation-delay:258.7s;animation-delay:258.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2588){-webkit-animation-delay:258.8s;animation-delay:258.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2589){-webkit-animation-delay:258.9s;animation-delay:258.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2590){-webkit-animation-delay:259s;animation-delay:259s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2591){-webkit-animation-delay:259.1s;animation-delay:259.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2592){-webkit-animation-delay:259.2s;animation-delay:259.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2593){-webkit-animation-delay:259.3s;animation-delay:259.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2594){-webkit-animation-delay:259.4s;animation-delay:259.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2595){-webkit-animation-delay:259.5s;animation-delay:259.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2596){-webkit-animation-delay:259.6s;animation-delay:259.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2597){-webkit-animation-delay:259.7s;animation-delay:259.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2598){-webkit-animation-delay:259.8s;animation-delay:259.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2599){-webkit-animation-delay:259.9s;animation-delay:259.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2600){-webkit-animation-delay:260s;animation-delay:260s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2601){-webkit-animation-delay:260.1s;animation-delay:260.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2602){-webkit-animation-delay:260.2s;animation-delay:260.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2603){-webkit-animation-delay:260.3s;animation-delay:260.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2604){-webkit-animation-delay:260.4s;animation-delay:260.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2605){-webkit-animation-delay:260.5s;animation-delay:260.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2606){-webkit-animation-delay:260.6s;animation-delay:260.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2607){-webkit-animation-delay:260.7s;animation-delay:260.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2608){-webkit-animation-delay:260.8s;animation-delay:260.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2609){-webkit-animation-delay:260.9s;animation-delay:260.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2610){-webkit-animation-delay:261s;animation-delay:261s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2611){-webkit-animation-delay:261.1s;animation-delay:261.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2612){-webkit-animation-delay:261.2s;animation-delay:261.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2613){-webkit-animation-delay:261.3s;animation-delay:261.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2614){-webkit-animation-delay:261.4s;animation-delay:261.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2615){-webkit-animation-delay:261.5s;animation-delay:261.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2616){-webkit-animation-delay:261.6s;animation-delay:261.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2617){-webkit-animation-delay:261.7s;animation-delay:261.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2618){-webkit-animation-delay:261.8s;animation-delay:261.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2619){-webkit-animation-delay:261.9s;animation-delay:261.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2620){-webkit-animation-delay:262s;animation-delay:262s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2621){-webkit-animation-delay:262.1s;animation-delay:262.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2622){-webkit-animation-delay:262.2s;animation-delay:262.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2623){-webkit-animation-delay:262.3s;animation-delay:262.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2624){-webkit-animation-delay:262.4s;animation-delay:262.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2625){-webkit-animation-delay:262.5s;animation-delay:262.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2626){-webkit-animation-delay:262.6s;animation-delay:262.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2627){-webkit-animation-delay:262.7s;animation-delay:262.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2628){-webkit-animation-delay:262.8s;animation-delay:262.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2629){-webkit-animation-delay:262.9s;animation-delay:262.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2630){-webkit-animation-delay:263s;animation-delay:263s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2631){-webkit-animation-delay:263.1s;animation-delay:263.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2632){-webkit-animation-delay:263.2s;animation-delay:263.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2633){-webkit-animation-delay:263.3s;animation-delay:263.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2634){-webkit-animation-delay:263.4s;animation-delay:263.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2635){-webkit-animation-delay:263.5s;animation-delay:263.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2636){-webkit-animation-delay:263.6s;animation-delay:263.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2637){-webkit-animation-delay:263.7s;animation-delay:263.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2638){-webkit-animation-delay:263.8s;animation-delay:263.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2639){-webkit-animation-delay:263.9s;animation-delay:263.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2640){-webkit-animation-delay:264s;animation-delay:264s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2641){-webkit-animation-delay:264.1s;animation-delay:264.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2642){-webkit-animation-delay:264.2s;animation-delay:264.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2643){-webkit-animation-delay:264.3s;animation-delay:264.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2644){-webkit-animation-delay:264.4s;animation-delay:264.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2645){-webkit-animation-delay:264.5s;animation-delay:264.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2646){-webkit-animation-delay:264.6s;animation-delay:264.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2647){-webkit-animation-delay:264.7s;animation-delay:264.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2648){-webkit-animation-delay:264.8s;animation-delay:264.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2649){-webkit-animation-delay:264.9s;animation-delay:264.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2650){-webkit-animation-delay:265s;animation-delay:265s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2651){-webkit-animation-delay:265.1s;animation-delay:265.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2652){-webkit-animation-delay:265.2s;animation-delay:265.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2653){-webkit-animation-delay:265.3s;animation-delay:265.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2654){-webkit-animation-delay:265.4s;animation-delay:265.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2655){-webkit-animation-delay:265.5s;animation-delay:265.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2656){-webkit-animation-delay:265.6s;animation-delay:265.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2657){-webkit-animation-delay:265.7s;animation-delay:265.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2658){-webkit-animation-delay:265.8s;animation-delay:265.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2659){-webkit-animation-delay:265.9s;animation-delay:265.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2660){-webkit-animation-delay:266s;animation-delay:266s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2661){-webkit-animation-delay:266.1s;animation-delay:266.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2662){-webkit-animation-delay:266.2s;animation-delay:266.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2663){-webkit-animation-delay:266.3s;animation-delay:266.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2664){-webkit-animation-delay:266.4s;animation-delay:266.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2665){-webkit-animation-delay:266.5s;animation-delay:266.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2666){-webkit-animation-delay:266.6s;animation-delay:266.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2667){-webkit-animation-delay:266.7s;animation-delay:266.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2668){-webkit-animation-delay:266.8s;animation-delay:266.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2669){-webkit-animation-delay:266.9s;animation-delay:266.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2670){-webkit-animation-delay:267s;animation-delay:267s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2671){-webkit-animation-delay:267.1s;animation-delay:267.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2672){-webkit-animation-delay:267.2s;animation-delay:267.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2673){-webkit-animation-delay:267.3s;animation-delay:267.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2674){-webkit-animation-delay:267.4s;animation-delay:267.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2675){-webkit-animation-delay:267.5s;animation-delay:267.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2676){-webkit-animation-delay:267.6s;animation-delay:267.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2677){-webkit-animation-delay:267.7s;animation-delay:267.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2678){-webkit-animation-delay:267.8s;animation-delay:267.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2679){-webkit-animation-delay:267.9s;animation-delay:267.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2680){-webkit-animation-delay:268s;animation-delay:268s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2681){-webkit-animation-delay:268.1s;animation-delay:268.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2682){-webkit-animation-delay:268.2s;animation-delay:268.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2683){-webkit-animation-delay:268.3s;animation-delay:268.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2684){-webkit-animation-delay:268.4s;animation-delay:268.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2685){-webkit-animation-delay:268.5s;animation-delay:268.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2686){-webkit-animation-delay:268.6s;animation-delay:268.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2687){-webkit-animation-delay:268.7s;animation-delay:268.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2688){-webkit-animation-delay:268.8s;animation-delay:268.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2689){-webkit-animation-delay:268.9s;animation-delay:268.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2690){-webkit-animation-delay:269s;animation-delay:269s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2691){-webkit-animation-delay:269.1s;animation-delay:269.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2692){-webkit-animation-delay:269.2s;animation-delay:269.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2693){-webkit-animation-delay:269.3s;animation-delay:269.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2694){-webkit-animation-delay:269.4s;animation-delay:269.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2695){-webkit-animation-delay:269.5s;animation-delay:269.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2696){-webkit-animation-delay:269.6s;animation-delay:269.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2697){-webkit-animation-delay:269.7s;animation-delay:269.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2698){-webkit-animation-delay:269.8s;animation-delay:269.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2699){-webkit-animation-delay:269.9s;animation-delay:269.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2700){-webkit-animation-delay:270s;animation-delay:270s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2701){-webkit-animation-delay:270.1s;animation-delay:270.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2702){-webkit-animation-delay:270.2s;animation-delay:270.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2703){-webkit-animation-delay:270.3s;animation-delay:270.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2704){-webkit-animation-delay:270.4s;animation-delay:270.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2705){-webkit-animation-delay:270.5s;animation-delay:270.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2706){-webkit-animation-delay:270.6s;animation-delay:270.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2707){-webkit-animation-delay:270.7s;animation-delay:270.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2708){-webkit-animation-delay:270.8s;animation-delay:270.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2709){-webkit-animation-delay:270.9s;animation-delay:270.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2710){-webkit-animation-delay:271s;animation-delay:271s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2711){-webkit-animation-delay:271.1s;animation-delay:271.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2712){-webkit-animation-delay:271.2s;animation-delay:271.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2713){-webkit-animation-delay:271.3s;animation-delay:271.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2714){-webkit-animation-delay:271.4s;animation-delay:271.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2715){-webkit-animation-delay:271.5s;animation-delay:271.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2716){-webkit-animation-delay:271.6s;animation-delay:271.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2717){-webkit-animation-delay:271.7s;animation-delay:271.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2718){-webkit-animation-delay:271.8s;animation-delay:271.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2719){-webkit-animation-delay:271.9s;animation-delay:271.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2720){-webkit-animation-delay:272s;animation-delay:272s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2721){-webkit-animation-delay:272.1s;animation-delay:272.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2722){-webkit-animation-delay:272.2s;animation-delay:272.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2723){-webkit-animation-delay:272.3s;animation-delay:272.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2724){-webkit-animation-delay:272.4s;animation-delay:272.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2725){-webkit-animation-delay:272.5s;animation-delay:272.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2726){-webkit-animation-delay:272.6s;animation-delay:272.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2727){-webkit-animation-delay:272.7s;animation-delay:272.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2728){-webkit-animation-delay:272.8s;animation-delay:272.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2729){-webkit-animation-delay:272.9s;animation-delay:272.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2730){-webkit-animation-delay:273s;animation-delay:273s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2731){-webkit-animation-delay:273.1s;animation-delay:273.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2732){-webkit-animation-delay:273.2s;animation-delay:273.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2733){-webkit-animation-delay:273.3s;animation-delay:273.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2734){-webkit-animation-delay:273.4s;animation-delay:273.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2735){-webkit-animation-delay:273.5s;animation-delay:273.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2736){-webkit-animation-delay:273.6s;animation-delay:273.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2737){-webkit-animation-delay:273.7s;animation-delay:273.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2738){-webkit-animation-delay:273.8s;animation-delay:273.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2739){-webkit-animation-delay:273.9s;animation-delay:273.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2740){-webkit-animation-delay:274s;animation-delay:274s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2741){-webkit-animation-delay:274.1s;animation-delay:274.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2742){-webkit-animation-delay:274.2s;animation-delay:274.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2743){-webkit-animation-delay:274.3s;animation-delay:274.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2744){-webkit-animation-delay:274.4s;animation-delay:274.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2745){-webkit-animation-delay:274.5s;animation-delay:274.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2746){-webkit-animation-delay:274.6s;animation-delay:274.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2747){-webkit-animation-delay:274.7s;animation-delay:274.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2748){-webkit-animation-delay:274.8s;animation-delay:274.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2749){-webkit-animation-delay:274.9s;animation-delay:274.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2750){-webkit-animation-delay:275s;animation-delay:275s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2751){-webkit-animation-delay:275.1s;animation-delay:275.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2752){-webkit-animation-delay:275.2s;animation-delay:275.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2753){-webkit-animation-delay:275.3s;animation-delay:275.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2754){-webkit-animation-delay:275.4s;animation-delay:275.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2755){-webkit-animation-delay:275.5s;animation-delay:275.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2756){-webkit-animation-delay:275.6s;animation-delay:275.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2757){-webkit-animation-delay:275.7s;animation-delay:275.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2758){-webkit-animation-delay:275.8s;animation-delay:275.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2759){-webkit-animation-delay:275.9s;animation-delay:275.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2760){-webkit-animation-delay:276s;animation-delay:276s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2761){-webkit-animation-delay:276.1s;animation-delay:276.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2762){-webkit-animation-delay:276.2s;animation-delay:276.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2763){-webkit-animation-delay:276.3s;animation-delay:276.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2764){-webkit-animation-delay:276.4s;animation-delay:276.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2765){-webkit-animation-delay:276.5s;animation-delay:276.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2766){-webkit-animation-delay:276.6s;animation-delay:276.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2767){-webkit-animation-delay:276.7s;animation-delay:276.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2768){-webkit-animation-delay:276.8s;animation-delay:276.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2769){-webkit-animation-delay:276.9s;animation-delay:276.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2770){-webkit-animation-delay:277s;animation-delay:277s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2771){-webkit-animation-delay:277.1s;animation-delay:277.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2772){-webkit-animation-delay:277.2s;animation-delay:277.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2773){-webkit-animation-delay:277.3s;animation-delay:277.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2774){-webkit-animation-delay:277.4s;animation-delay:277.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2775){-webkit-animation-delay:277.5s;animation-delay:277.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2776){-webkit-animation-delay:277.6s;animation-delay:277.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2777){-webkit-animation-delay:277.7s;animation-delay:277.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2778){-webkit-animation-delay:277.8s;animation-delay:277.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2779){-webkit-animation-delay:277.9s;animation-delay:277.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2780){-webkit-animation-delay:278s;animation-delay:278s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2781){-webkit-animation-delay:278.1s;animation-delay:278.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2782){-webkit-animation-delay:278.2s;animation-delay:278.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2783){-webkit-animation-delay:278.3s;animation-delay:278.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2784){-webkit-animation-delay:278.4s;animation-delay:278.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2785){-webkit-animation-delay:278.5s;animation-delay:278.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2786){-webkit-animation-delay:278.6s;animation-delay:278.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2787){-webkit-animation-delay:278.7s;animation-delay:278.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2788){-webkit-animation-delay:278.8s;animation-delay:278.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2789){-webkit-animation-delay:278.9s;animation-delay:278.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2790){-webkit-animation-delay:279s;animation-delay:279s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2791){-webkit-animation-delay:279.1s;animation-delay:279.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2792){-webkit-animation-delay:279.2s;animation-delay:279.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2793){-webkit-animation-delay:279.3s;animation-delay:279.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2794){-webkit-animation-delay:279.4s;animation-delay:279.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2795){-webkit-animation-delay:279.5s;animation-delay:279.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2796){-webkit-animation-delay:279.6s;animation-delay:279.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2797){-webkit-animation-delay:279.7s;animation-delay:279.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2798){-webkit-animation-delay:279.8s;animation-delay:279.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2799){-webkit-animation-delay:279.9s;animation-delay:279.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2800){-webkit-animation-delay:280s;animation-delay:280s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2801){-webkit-animation-delay:280.1s;animation-delay:280.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2802){-webkit-animation-delay:280.2s;animation-delay:280.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2803){-webkit-animation-delay:280.3s;animation-delay:280.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2804){-webkit-animation-delay:280.4s;animation-delay:280.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2805){-webkit-animation-delay:280.5s;animation-delay:280.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2806){-webkit-animation-delay:280.6s;animation-delay:280.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2807){-webkit-animation-delay:280.7s;animation-delay:280.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2808){-webkit-animation-delay:280.8s;animation-delay:280.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2809){-webkit-animation-delay:280.9s;animation-delay:280.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2810){-webkit-animation-delay:281s;animation-delay:281s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2811){-webkit-animation-delay:281.1s;animation-delay:281.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2812){-webkit-animation-delay:281.2s;animation-delay:281.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2813){-webkit-animation-delay:281.3s;animation-delay:281.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2814){-webkit-animation-delay:281.4s;animation-delay:281.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2815){-webkit-animation-delay:281.5s;animation-delay:281.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2816){-webkit-animation-delay:281.6s;animation-delay:281.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2817){-webkit-animation-delay:281.7s;animation-delay:281.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2818){-webkit-animation-delay:281.8s;animation-delay:281.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2819){-webkit-animation-delay:281.9s;animation-delay:281.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2820){-webkit-animation-delay:282s;animation-delay:282s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2821){-webkit-animation-delay:282.1s;animation-delay:282.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2822){-webkit-animation-delay:282.2s;animation-delay:282.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2823){-webkit-animation-delay:282.3s;animation-delay:282.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2824){-webkit-animation-delay:282.4s;animation-delay:282.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2825){-webkit-animation-delay:282.5s;animation-delay:282.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2826){-webkit-animation-delay:282.6s;animation-delay:282.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2827){-webkit-animation-delay:282.7s;animation-delay:282.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2828){-webkit-animation-delay:282.8s;animation-delay:282.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2829){-webkit-animation-delay:282.9s;animation-delay:282.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2830){-webkit-animation-delay:283s;animation-delay:283s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2831){-webkit-animation-delay:283.1s;animation-delay:283.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2832){-webkit-animation-delay:283.2s;animation-delay:283.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2833){-webkit-animation-delay:283.3s;animation-delay:283.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2834){-webkit-animation-delay:283.4s;animation-delay:283.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2835){-webkit-animation-delay:283.5s;animation-delay:283.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2836){-webkit-animation-delay:283.6s;animation-delay:283.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2837){-webkit-animation-delay:283.7s;animation-delay:283.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2838){-webkit-animation-delay:283.8s;animation-delay:283.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2839){-webkit-animation-delay:283.9s;animation-delay:283.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2840){-webkit-animation-delay:284s;animation-delay:284s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2841){-webkit-animation-delay:284.1s;animation-delay:284.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2842){-webkit-animation-delay:284.2s;animation-delay:284.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2843){-webkit-animation-delay:284.3s;animation-delay:284.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2844){-webkit-animation-delay:284.4s;animation-delay:284.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2845){-webkit-animation-delay:284.5s;animation-delay:284.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2846){-webkit-animation-delay:284.6s;animation-delay:284.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2847){-webkit-animation-delay:284.7s;animation-delay:284.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2848){-webkit-animation-delay:284.8s;animation-delay:284.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2849){-webkit-animation-delay:284.9s;animation-delay:284.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2850){-webkit-animation-delay:285s;animation-delay:285s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2851){-webkit-animation-delay:285.1s;animation-delay:285.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2852){-webkit-animation-delay:285.2s;animation-delay:285.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2853){-webkit-animation-delay:285.3s;animation-delay:285.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2854){-webkit-animation-delay:285.4s;animation-delay:285.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2855){-webkit-animation-delay:285.5s;animation-delay:285.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2856){-webkit-animation-delay:285.6s;animation-delay:285.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2857){-webkit-animation-delay:285.7s;animation-delay:285.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2858){-webkit-animation-delay:285.8s;animation-delay:285.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2859){-webkit-animation-delay:285.9s;animation-delay:285.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2860){-webkit-animation-delay:286s;animation-delay:286s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2861){-webkit-animation-delay:286.1s;animation-delay:286.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2862){-webkit-animation-delay:286.2s;animation-delay:286.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2863){-webkit-animation-delay:286.3s;animation-delay:286.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2864){-webkit-animation-delay:286.4s;animation-delay:286.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2865){-webkit-animation-delay:286.5s;animation-delay:286.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2866){-webkit-animation-delay:286.6s;animation-delay:286.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2867){-webkit-animation-delay:286.7s;animation-delay:286.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2868){-webkit-animation-delay:286.8s;animation-delay:286.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2869){-webkit-animation-delay:286.9s;animation-delay:286.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2870){-webkit-animation-delay:287s;animation-delay:287s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2871){-webkit-animation-delay:287.1s;animation-delay:287.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2872){-webkit-animation-delay:287.2s;animation-delay:287.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2873){-webkit-animation-delay:287.3s;animation-delay:287.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2874){-webkit-animation-delay:287.4s;animation-delay:287.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2875){-webkit-animation-delay:287.5s;animation-delay:287.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2876){-webkit-animation-delay:287.6s;animation-delay:287.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2877){-webkit-animation-delay:287.7s;animation-delay:287.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2878){-webkit-animation-delay:287.8s;animation-delay:287.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2879){-webkit-animation-delay:287.9s;animation-delay:287.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2880){-webkit-animation-delay:288s;animation-delay:288s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2881){-webkit-animation-delay:288.1s;animation-delay:288.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2882){-webkit-animation-delay:288.2s;animation-delay:288.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2883){-webkit-animation-delay:288.3s;animation-delay:288.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2884){-webkit-animation-delay:288.4s;animation-delay:288.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2885){-webkit-animation-delay:288.5s;animation-delay:288.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2886){-webkit-animation-delay:288.6s;animation-delay:288.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2887){-webkit-animation-delay:288.7s;animation-delay:288.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2888){-webkit-animation-delay:288.8s;animation-delay:288.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2889){-webkit-animation-delay:288.9s;animation-delay:288.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2890){-webkit-animation-delay:289s;animation-delay:289s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2891){-webkit-animation-delay:289.1s;animation-delay:289.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2892){-webkit-animation-delay:289.2s;animation-delay:289.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2893){-webkit-animation-delay:289.3s;animation-delay:289.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2894){-webkit-animation-delay:289.4s;animation-delay:289.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2895){-webkit-animation-delay:289.5s;animation-delay:289.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2896){-webkit-animation-delay:289.6s;animation-delay:289.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2897){-webkit-animation-delay:289.7s;animation-delay:289.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2898){-webkit-animation-delay:289.8s;animation-delay:289.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2899){-webkit-animation-delay:289.9s;animation-delay:289.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2900){-webkit-animation-delay:290s;animation-delay:290s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2901){-webkit-animation-delay:290.1s;animation-delay:290.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2902){-webkit-animation-delay:290.2s;animation-delay:290.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2903){-webkit-animation-delay:290.3s;animation-delay:290.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2904){-webkit-animation-delay:290.4s;animation-delay:290.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2905){-webkit-animation-delay:290.5s;animation-delay:290.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2906){-webkit-animation-delay:290.6s;animation-delay:290.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2907){-webkit-animation-delay:290.7s;animation-delay:290.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2908){-webkit-animation-delay:290.8s;animation-delay:290.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2909){-webkit-animation-delay:290.9s;animation-delay:290.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2910){-webkit-animation-delay:291s;animation-delay:291s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2911){-webkit-animation-delay:291.1s;animation-delay:291.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2912){-webkit-animation-delay:291.2s;animation-delay:291.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2913){-webkit-animation-delay:291.3s;animation-delay:291.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2914){-webkit-animation-delay:291.4s;animation-delay:291.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2915){-webkit-animation-delay:291.5s;animation-delay:291.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2916){-webkit-animation-delay:291.6s;animation-delay:291.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2917){-webkit-animation-delay:291.7s;animation-delay:291.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2918){-webkit-animation-delay:291.8s;animation-delay:291.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2919){-webkit-animation-delay:291.9s;animation-delay:291.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2920){-webkit-animation-delay:292s;animation-delay:292s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2921){-webkit-animation-delay:292.1s;animation-delay:292.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2922){-webkit-animation-delay:292.2s;animation-delay:292.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2923){-webkit-animation-delay:292.3s;animation-delay:292.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2924){-webkit-animation-delay:292.4s;animation-delay:292.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2925){-webkit-animation-delay:292.5s;animation-delay:292.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2926){-webkit-animation-delay:292.6s;animation-delay:292.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2927){-webkit-animation-delay:292.7s;animation-delay:292.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2928){-webkit-animation-delay:292.8s;animation-delay:292.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2929){-webkit-animation-delay:292.9s;animation-delay:292.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2930){-webkit-animation-delay:293s;animation-delay:293s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2931){-webkit-animation-delay:293.1s;animation-delay:293.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2932){-webkit-animation-delay:293.2s;animation-delay:293.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2933){-webkit-animation-delay:293.3s;animation-delay:293.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2934){-webkit-animation-delay:293.4s;animation-delay:293.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2935){-webkit-animation-delay:293.5s;animation-delay:293.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2936){-webkit-animation-delay:293.6s;animation-delay:293.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2937){-webkit-animation-delay:293.7s;animation-delay:293.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2938){-webkit-animation-delay:293.8s;animation-delay:293.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2939){-webkit-animation-delay:293.9s;animation-delay:293.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2940){-webkit-animation-delay:294s;animation-delay:294s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2941){-webkit-animation-delay:294.1s;animation-delay:294.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2942){-webkit-animation-delay:294.2s;animation-delay:294.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2943){-webkit-animation-delay:294.3s;animation-delay:294.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2944){-webkit-animation-delay:294.4s;animation-delay:294.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2945){-webkit-animation-delay:294.5s;animation-delay:294.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2946){-webkit-animation-delay:294.6s;animation-delay:294.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2947){-webkit-animation-delay:294.7s;animation-delay:294.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2948){-webkit-animation-delay:294.8s;animation-delay:294.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2949){-webkit-animation-delay:294.9s;animation-delay:294.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2950){-webkit-animation-delay:295s;animation-delay:295s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2951){-webkit-animation-delay:295.1s;animation-delay:295.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2952){-webkit-animation-delay:295.2s;animation-delay:295.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2953){-webkit-animation-delay:295.3s;animation-delay:295.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2954){-webkit-animation-delay:295.4s;animation-delay:295.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2955){-webkit-animation-delay:295.5s;animation-delay:295.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2956){-webkit-animation-delay:295.6s;animation-delay:295.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2957){-webkit-animation-delay:295.7s;animation-delay:295.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2958){-webkit-animation-delay:295.8s;animation-delay:295.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2959){-webkit-animation-delay:295.9s;animation-delay:295.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2960){-webkit-animation-delay:296s;animation-delay:296s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2961){-webkit-animation-delay:296.1s;animation-delay:296.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2962){-webkit-animation-delay:296.2s;animation-delay:296.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2963){-webkit-animation-delay:296.3s;animation-delay:296.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2964){-webkit-animation-delay:296.4s;animation-delay:296.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2965){-webkit-animation-delay:296.5s;animation-delay:296.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2966){-webkit-animation-delay:296.6s;animation-delay:296.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2967){-webkit-animation-delay:296.7s;animation-delay:296.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2968){-webkit-animation-delay:296.8s;animation-delay:296.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2969){-webkit-animation-delay:296.9s;animation-delay:296.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2970){-webkit-animation-delay:297s;animation-delay:297s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2971){-webkit-animation-delay:297.1s;animation-delay:297.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2972){-webkit-animation-delay:297.2s;animation-delay:297.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2973){-webkit-animation-delay:297.3s;animation-delay:297.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2974){-webkit-animation-delay:297.4s;animation-delay:297.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2975){-webkit-animation-delay:297.5s;animation-delay:297.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2976){-webkit-animation-delay:297.6s;animation-delay:297.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2977){-webkit-animation-delay:297.7s;animation-delay:297.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2978){-webkit-animation-delay:297.8s;animation-delay:297.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2979){-webkit-animation-delay:297.9s;animation-delay:297.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2980){-webkit-animation-delay:298s;animation-delay:298s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2981){-webkit-animation-delay:298.1s;animation-delay:298.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2982){-webkit-animation-delay:298.2s;animation-delay:298.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2983){-webkit-animation-delay:298.3s;animation-delay:298.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2984){-webkit-animation-delay:298.4s;animation-delay:298.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2985){-webkit-animation-delay:298.5s;animation-delay:298.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2986){-webkit-animation-delay:298.6s;animation-delay:298.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2987){-webkit-animation-delay:298.7s;animation-delay:298.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2988){-webkit-animation-delay:298.8s;animation-delay:298.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2989){-webkit-animation-delay:298.9s;animation-delay:298.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2990){-webkit-animation-delay:299s;animation-delay:299s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2991){-webkit-animation-delay:299.1s;animation-delay:299.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2992){-webkit-animation-delay:299.2s;animation-delay:299.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2993){-webkit-animation-delay:299.3s;animation-delay:299.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2994){-webkit-animation-delay:299.4s;animation-delay:299.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2995){-webkit-animation-delay:299.5s;animation-delay:299.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2996){-webkit-animation-delay:299.6s;animation-delay:299.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2997){-webkit-animation-delay:299.7s;animation-delay:299.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2998){-webkit-animation-delay:299.8s;animation-delay:299.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(2999){-webkit-animation-delay:299.9s;animation-delay:299.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3000){-webkit-animation-delay:300s;animation-delay:300s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3001){-webkit-animation-delay:300.1s;animation-delay:300.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3002){-webkit-animation-delay:300.2s;animation-delay:300.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3003){-webkit-animation-delay:300.3s;animation-delay:300.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3004){-webkit-animation-delay:300.4s;animation-delay:300.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3005){-webkit-animation-delay:300.5s;animation-delay:300.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3006){-webkit-animation-delay:300.6s;animation-delay:300.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3007){-webkit-animation-delay:300.7s;animation-delay:300.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3008){-webkit-animation-delay:300.8s;animation-delay:300.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3009){-webkit-animation-delay:300.9s;animation-delay:300.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3010){-webkit-animation-delay:301s;animation-delay:301s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3011){-webkit-animation-delay:301.1s;animation-delay:301.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3012){-webkit-animation-delay:301.2s;animation-delay:301.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3013){-webkit-animation-delay:301.3s;animation-delay:301.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3014){-webkit-animation-delay:301.4s;animation-delay:301.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3015){-webkit-animation-delay:301.5s;animation-delay:301.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3016){-webkit-animation-delay:301.6s;animation-delay:301.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3017){-webkit-animation-delay:301.7s;animation-delay:301.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3018){-webkit-animation-delay:301.8s;animation-delay:301.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3019){-webkit-animation-delay:301.9s;animation-delay:301.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3020){-webkit-animation-delay:302s;animation-delay:302s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3021){-webkit-animation-delay:302.1s;animation-delay:302.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3022){-webkit-animation-delay:302.2s;animation-delay:302.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3023){-webkit-animation-delay:302.3s;animation-delay:302.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3024){-webkit-animation-delay:302.4s;animation-delay:302.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3025){-webkit-animation-delay:302.5s;animation-delay:302.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3026){-webkit-animation-delay:302.6s;animation-delay:302.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3027){-webkit-animation-delay:302.7s;animation-delay:302.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3028){-webkit-animation-delay:302.8s;animation-delay:302.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3029){-webkit-animation-delay:302.9s;animation-delay:302.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3030){-webkit-animation-delay:303s;animation-delay:303s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3031){-webkit-animation-delay:303.1s;animation-delay:303.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3032){-webkit-animation-delay:303.2s;animation-delay:303.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3033){-webkit-animation-delay:303.3s;animation-delay:303.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3034){-webkit-animation-delay:303.4s;animation-delay:303.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3035){-webkit-animation-delay:303.5s;animation-delay:303.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3036){-webkit-animation-delay:303.6s;animation-delay:303.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3037){-webkit-animation-delay:303.7s;animation-delay:303.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3038){-webkit-animation-delay:303.8s;animation-delay:303.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3039){-webkit-animation-delay:303.9s;animation-delay:303.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3040){-webkit-animation-delay:304s;animation-delay:304s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3041){-webkit-animation-delay:304.1s;animation-delay:304.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3042){-webkit-animation-delay:304.2s;animation-delay:304.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3043){-webkit-animation-delay:304.3s;animation-delay:304.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3044){-webkit-animation-delay:304.4s;animation-delay:304.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3045){-webkit-animation-delay:304.5s;animation-delay:304.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3046){-webkit-animation-delay:304.6s;animation-delay:304.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3047){-webkit-animation-delay:304.7s;animation-delay:304.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3048){-webkit-animation-delay:304.8s;animation-delay:304.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3049){-webkit-animation-delay:304.9s;animation-delay:304.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3050){-webkit-animation-delay:305s;animation-delay:305s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3051){-webkit-animation-delay:305.1s;animation-delay:305.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3052){-webkit-animation-delay:305.2s;animation-delay:305.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3053){-webkit-animation-delay:305.3s;animation-delay:305.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3054){-webkit-animation-delay:305.4s;animation-delay:305.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3055){-webkit-animation-delay:305.5s;animation-delay:305.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3056){-webkit-animation-delay:305.6s;animation-delay:305.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3057){-webkit-animation-delay:305.7s;animation-delay:305.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3058){-webkit-animation-delay:305.8s;animation-delay:305.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3059){-webkit-animation-delay:305.9s;animation-delay:305.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3060){-webkit-animation-delay:306s;animation-delay:306s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3061){-webkit-animation-delay:306.1s;animation-delay:306.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3062){-webkit-animation-delay:306.2s;animation-delay:306.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3063){-webkit-animation-delay:306.3s;animation-delay:306.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3064){-webkit-animation-delay:306.4s;animation-delay:306.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3065){-webkit-animation-delay:306.5s;animation-delay:306.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3066){-webkit-animation-delay:306.6s;animation-delay:306.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3067){-webkit-animation-delay:306.7s;animation-delay:306.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3068){-webkit-animation-delay:306.8s;animation-delay:306.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3069){-webkit-animation-delay:306.9s;animation-delay:306.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3070){-webkit-animation-delay:307s;animation-delay:307s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3071){-webkit-animation-delay:307.1s;animation-delay:307.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3072){-webkit-animation-delay:307.2s;animation-delay:307.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3073){-webkit-animation-delay:307.3s;animation-delay:307.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3074){-webkit-animation-delay:307.4s;animation-delay:307.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3075){-webkit-animation-delay:307.5s;animation-delay:307.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3076){-webkit-animation-delay:307.6s;animation-delay:307.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3077){-webkit-animation-delay:307.7s;animation-delay:307.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3078){-webkit-animation-delay:307.8s;animation-delay:307.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3079){-webkit-animation-delay:307.9s;animation-delay:307.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3080){-webkit-animation-delay:308s;animation-delay:308s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3081){-webkit-animation-delay:308.1s;animation-delay:308.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3082){-webkit-animation-delay:308.2s;animation-delay:308.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3083){-webkit-animation-delay:308.3s;animation-delay:308.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3084){-webkit-animation-delay:308.4s;animation-delay:308.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3085){-webkit-animation-delay:308.5s;animation-delay:308.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3086){-webkit-animation-delay:308.6s;animation-delay:308.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3087){-webkit-animation-delay:308.7s;animation-delay:308.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3088){-webkit-animation-delay:308.8s;animation-delay:308.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3089){-webkit-animation-delay:308.9s;animation-delay:308.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3090){-webkit-animation-delay:309s;animation-delay:309s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3091){-webkit-animation-delay:309.1s;animation-delay:309.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3092){-webkit-animation-delay:309.2s;animation-delay:309.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3093){-webkit-animation-delay:309.3s;animation-delay:309.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3094){-webkit-animation-delay:309.4s;animation-delay:309.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3095){-webkit-animation-delay:309.5s;animation-delay:309.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3096){-webkit-animation-delay:309.6s;animation-delay:309.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3097){-webkit-animation-delay:309.7s;animation-delay:309.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3098){-webkit-animation-delay:309.8s;animation-delay:309.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3099){-webkit-animation-delay:309.9s;animation-delay:309.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3100){-webkit-animation-delay:310s;animation-delay:310s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3101){-webkit-animation-delay:310.1s;animation-delay:310.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3102){-webkit-animation-delay:310.2s;animation-delay:310.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3103){-webkit-animation-delay:310.3s;animation-delay:310.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3104){-webkit-animation-delay:310.4s;animation-delay:310.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3105){-webkit-animation-delay:310.5s;animation-delay:310.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3106){-webkit-animation-delay:310.6s;animation-delay:310.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3107){-webkit-animation-delay:310.7s;animation-delay:310.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3108){-webkit-animation-delay:310.8s;animation-delay:310.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3109){-webkit-animation-delay:310.9s;animation-delay:310.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3110){-webkit-animation-delay:311s;animation-delay:311s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3111){-webkit-animation-delay:311.1s;animation-delay:311.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3112){-webkit-animation-delay:311.2s;animation-delay:311.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3113){-webkit-animation-delay:311.3s;animation-delay:311.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3114){-webkit-animation-delay:311.4s;animation-delay:311.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3115){-webkit-animation-delay:311.5s;animation-delay:311.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3116){-webkit-animation-delay:311.6s;animation-delay:311.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3117){-webkit-animation-delay:311.7s;animation-delay:311.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3118){-webkit-animation-delay:311.8s;animation-delay:311.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3119){-webkit-animation-delay:311.9s;animation-delay:311.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3120){-webkit-animation-delay:312s;animation-delay:312s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3121){-webkit-animation-delay:312.1s;animation-delay:312.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3122){-webkit-animation-delay:312.2s;animation-delay:312.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3123){-webkit-animation-delay:312.3s;animation-delay:312.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3124){-webkit-animation-delay:312.4s;animation-delay:312.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3125){-webkit-animation-delay:312.5s;animation-delay:312.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3126){-webkit-animation-delay:312.6s;animation-delay:312.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3127){-webkit-animation-delay:312.7s;animation-delay:312.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3128){-webkit-animation-delay:312.8s;animation-delay:312.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3129){-webkit-animation-delay:312.9s;animation-delay:312.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3130){-webkit-animation-delay:313s;animation-delay:313s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3131){-webkit-animation-delay:313.1s;animation-delay:313.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3132){-webkit-animation-delay:313.2s;animation-delay:313.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3133){-webkit-animation-delay:313.3s;animation-delay:313.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3134){-webkit-animation-delay:313.4s;animation-delay:313.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3135){-webkit-animation-delay:313.5s;animation-delay:313.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3136){-webkit-animation-delay:313.6s;animation-delay:313.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3137){-webkit-animation-delay:313.7s;animation-delay:313.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3138){-webkit-animation-delay:313.8s;animation-delay:313.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3139){-webkit-animation-delay:313.9s;animation-delay:313.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3140){-webkit-animation-delay:314s;animation-delay:314s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3141){-webkit-animation-delay:314.1s;animation-delay:314.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3142){-webkit-animation-delay:314.2s;animation-delay:314.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3143){-webkit-animation-delay:314.3s;animation-delay:314.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3144){-webkit-animation-delay:314.4s;animation-delay:314.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3145){-webkit-animation-delay:314.5s;animation-delay:314.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3146){-webkit-animation-delay:314.6s;animation-delay:314.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3147){-webkit-animation-delay:314.7s;animation-delay:314.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3148){-webkit-animation-delay:314.8s;animation-delay:314.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3149){-webkit-animation-delay:314.9s;animation-delay:314.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3150){-webkit-animation-delay:315s;animation-delay:315s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3151){-webkit-animation-delay:315.1s;animation-delay:315.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3152){-webkit-animation-delay:315.2s;animation-delay:315.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3153){-webkit-animation-delay:315.3s;animation-delay:315.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3154){-webkit-animation-delay:315.4s;animation-delay:315.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3155){-webkit-animation-delay:315.5s;animation-delay:315.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3156){-webkit-animation-delay:315.6s;animation-delay:315.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3157){-webkit-animation-delay:315.7s;animation-delay:315.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3158){-webkit-animation-delay:315.8s;animation-delay:315.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3159){-webkit-animation-delay:315.9s;animation-delay:315.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3160){-webkit-animation-delay:316s;animation-delay:316s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3161){-webkit-animation-delay:316.1s;animation-delay:316.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3162){-webkit-animation-delay:316.2s;animation-delay:316.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3163){-webkit-animation-delay:316.3s;animation-delay:316.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3164){-webkit-animation-delay:316.4s;animation-delay:316.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3165){-webkit-animation-delay:316.5s;animation-delay:316.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3166){-webkit-animation-delay:316.6s;animation-delay:316.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3167){-webkit-animation-delay:316.7s;animation-delay:316.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3168){-webkit-animation-delay:316.8s;animation-delay:316.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3169){-webkit-animation-delay:316.9s;animation-delay:316.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3170){-webkit-animation-delay:317s;animation-delay:317s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3171){-webkit-animation-delay:317.1s;animation-delay:317.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3172){-webkit-animation-delay:317.2s;animation-delay:317.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3173){-webkit-animation-delay:317.3s;animation-delay:317.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3174){-webkit-animation-delay:317.4s;animation-delay:317.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3175){-webkit-animation-delay:317.5s;animation-delay:317.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3176){-webkit-animation-delay:317.6s;animation-delay:317.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3177){-webkit-animation-delay:317.7s;animation-delay:317.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3178){-webkit-animation-delay:317.8s;animation-delay:317.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3179){-webkit-animation-delay:317.9s;animation-delay:317.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3180){-webkit-animation-delay:318s;animation-delay:318s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3181){-webkit-animation-delay:318.1s;animation-delay:318.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3182){-webkit-animation-delay:318.2s;animation-delay:318.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3183){-webkit-animation-delay:318.3s;animation-delay:318.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3184){-webkit-animation-delay:318.4s;animation-delay:318.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3185){-webkit-animation-delay:318.5s;animation-delay:318.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3186){-webkit-animation-delay:318.6s;animation-delay:318.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3187){-webkit-animation-delay:318.7s;animation-delay:318.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3188){-webkit-animation-delay:318.8s;animation-delay:318.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3189){-webkit-animation-delay:318.9s;animation-delay:318.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3190){-webkit-animation-delay:319s;animation-delay:319s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3191){-webkit-animation-delay:319.1s;animation-delay:319.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3192){-webkit-animation-delay:319.2s;animation-delay:319.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3193){-webkit-animation-delay:319.3s;animation-delay:319.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3194){-webkit-animation-delay:319.4s;animation-delay:319.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3195){-webkit-animation-delay:319.5s;animation-delay:319.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3196){-webkit-animation-delay:319.6s;animation-delay:319.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3197){-webkit-animation-delay:319.7s;animation-delay:319.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3198){-webkit-animation-delay:319.8s;animation-delay:319.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3199){-webkit-animation-delay:319.9s;animation-delay:319.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3200){-webkit-animation-delay:320s;animation-delay:320s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3201){-webkit-animation-delay:320.1s;animation-delay:320.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3202){-webkit-animation-delay:320.2s;animation-delay:320.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3203){-webkit-animation-delay:320.3s;animation-delay:320.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3204){-webkit-animation-delay:320.4s;animation-delay:320.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3205){-webkit-animation-delay:320.5s;animation-delay:320.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3206){-webkit-animation-delay:320.6s;animation-delay:320.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3207){-webkit-animation-delay:320.7s;animation-delay:320.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3208){-webkit-animation-delay:320.8s;animation-delay:320.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3209){-webkit-animation-delay:320.9s;animation-delay:320.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3210){-webkit-animation-delay:321s;animation-delay:321s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3211){-webkit-animation-delay:321.1s;animation-delay:321.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3212){-webkit-animation-delay:321.2s;animation-delay:321.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3213){-webkit-animation-delay:321.3s;animation-delay:321.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3214){-webkit-animation-delay:321.4s;animation-delay:321.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3215){-webkit-animation-delay:321.5s;animation-delay:321.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3216){-webkit-animation-delay:321.6s;animation-delay:321.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3217){-webkit-animation-delay:321.7s;animation-delay:321.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3218){-webkit-animation-delay:321.8s;animation-delay:321.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3219){-webkit-animation-delay:321.9s;animation-delay:321.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3220){-webkit-animation-delay:322s;animation-delay:322s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3221){-webkit-animation-delay:322.1s;animation-delay:322.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3222){-webkit-animation-delay:322.2s;animation-delay:322.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3223){-webkit-animation-delay:322.3s;animation-delay:322.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3224){-webkit-animation-delay:322.4s;animation-delay:322.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3225){-webkit-animation-delay:322.5s;animation-delay:322.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3226){-webkit-animation-delay:322.6s;animation-delay:322.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3227){-webkit-animation-delay:322.7s;animation-delay:322.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3228){-webkit-animation-delay:322.8s;animation-delay:322.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3229){-webkit-animation-delay:322.9s;animation-delay:322.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3230){-webkit-animation-delay:323s;animation-delay:323s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3231){-webkit-animation-delay:323.1s;animation-delay:323.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3232){-webkit-animation-delay:323.2s;animation-delay:323.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3233){-webkit-animation-delay:323.3s;animation-delay:323.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3234){-webkit-animation-delay:323.4s;animation-delay:323.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3235){-webkit-animation-delay:323.5s;animation-delay:323.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3236){-webkit-animation-delay:323.6s;animation-delay:323.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3237){-webkit-animation-delay:323.7s;animation-delay:323.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3238){-webkit-animation-delay:323.8s;animation-delay:323.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3239){-webkit-animation-delay:323.9s;animation-delay:323.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3240){-webkit-animation-delay:324s;animation-delay:324s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3241){-webkit-animation-delay:324.1s;animation-delay:324.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3242){-webkit-animation-delay:324.2s;animation-delay:324.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3243){-webkit-animation-delay:324.3s;animation-delay:324.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3244){-webkit-animation-delay:324.4s;animation-delay:324.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3245){-webkit-animation-delay:324.5s;animation-delay:324.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3246){-webkit-animation-delay:324.6s;animation-delay:324.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3247){-webkit-animation-delay:324.7s;animation-delay:324.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3248){-webkit-animation-delay:324.8s;animation-delay:324.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3249){-webkit-animation-delay:324.9s;animation-delay:324.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3250){-webkit-animation-delay:325s;animation-delay:325s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3251){-webkit-animation-delay:325.1s;animation-delay:325.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3252){-webkit-animation-delay:325.2s;animation-delay:325.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3253){-webkit-animation-delay:325.3s;animation-delay:325.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3254){-webkit-animation-delay:325.4s;animation-delay:325.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3255){-webkit-animation-delay:325.5s;animation-delay:325.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3256){-webkit-animation-delay:325.6s;animation-delay:325.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3257){-webkit-animation-delay:325.7s;animation-delay:325.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3258){-webkit-animation-delay:325.8s;animation-delay:325.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3259){-webkit-animation-delay:325.9s;animation-delay:325.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3260){-webkit-animation-delay:326s;animation-delay:326s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3261){-webkit-animation-delay:326.1s;animation-delay:326.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3262){-webkit-animation-delay:326.2s;animation-delay:326.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3263){-webkit-animation-delay:326.3s;animation-delay:326.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3264){-webkit-animation-delay:326.4s;animation-delay:326.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3265){-webkit-animation-delay:326.5s;animation-delay:326.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3266){-webkit-animation-delay:326.6s;animation-delay:326.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3267){-webkit-animation-delay:326.7s;animation-delay:326.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3268){-webkit-animation-delay:326.8s;animation-delay:326.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3269){-webkit-animation-delay:326.9s;animation-delay:326.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3270){-webkit-animation-delay:327s;animation-delay:327s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3271){-webkit-animation-delay:327.1s;animation-delay:327.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3272){-webkit-animation-delay:327.2s;animation-delay:327.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3273){-webkit-animation-delay:327.3s;animation-delay:327.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3274){-webkit-animation-delay:327.4s;animation-delay:327.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3275){-webkit-animation-delay:327.5s;animation-delay:327.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3276){-webkit-animation-delay:327.6s;animation-delay:327.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3277){-webkit-animation-delay:327.7s;animation-delay:327.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3278){-webkit-animation-delay:327.8s;animation-delay:327.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3279){-webkit-animation-delay:327.9s;animation-delay:327.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3280){-webkit-animation-delay:328s;animation-delay:328s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3281){-webkit-animation-delay:328.1s;animation-delay:328.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3282){-webkit-animation-delay:328.2s;animation-delay:328.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3283){-webkit-animation-delay:328.3s;animation-delay:328.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3284){-webkit-animation-delay:328.4s;animation-delay:328.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3285){-webkit-animation-delay:328.5s;animation-delay:328.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3286){-webkit-animation-delay:328.6s;animation-delay:328.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3287){-webkit-animation-delay:328.7s;animation-delay:328.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3288){-webkit-animation-delay:328.8s;animation-delay:328.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3289){-webkit-animation-delay:328.9s;animation-delay:328.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3290){-webkit-animation-delay:329s;animation-delay:329s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3291){-webkit-animation-delay:329.1s;animation-delay:329.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3292){-webkit-animation-delay:329.2s;animation-delay:329.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3293){-webkit-animation-delay:329.3s;animation-delay:329.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3294){-webkit-animation-delay:329.4s;animation-delay:329.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3295){-webkit-animation-delay:329.5s;animation-delay:329.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3296){-webkit-animation-delay:329.6s;animation-delay:329.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3297){-webkit-animation-delay:329.7s;animation-delay:329.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3298){-webkit-animation-delay:329.8s;animation-delay:329.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3299){-webkit-animation-delay:329.9s;animation-delay:329.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3300){-webkit-animation-delay:330s;animation-delay:330s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3301){-webkit-animation-delay:330.1s;animation-delay:330.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3302){-webkit-animation-delay:330.2s;animation-delay:330.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3303){-webkit-animation-delay:330.3s;animation-delay:330.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3304){-webkit-animation-delay:330.4s;animation-delay:330.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3305){-webkit-animation-delay:330.5s;animation-delay:330.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3306){-webkit-animation-delay:330.6s;animation-delay:330.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3307){-webkit-animation-delay:330.7s;animation-delay:330.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3308){-webkit-animation-delay:330.8s;animation-delay:330.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3309){-webkit-animation-delay:330.9s;animation-delay:330.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3310){-webkit-animation-delay:331s;animation-delay:331s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3311){-webkit-animation-delay:331.1s;animation-delay:331.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3312){-webkit-animation-delay:331.2s;animation-delay:331.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3313){-webkit-animation-delay:331.3s;animation-delay:331.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3314){-webkit-animation-delay:331.4s;animation-delay:331.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3315){-webkit-animation-delay:331.5s;animation-delay:331.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3316){-webkit-animation-delay:331.6s;animation-delay:331.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3317){-webkit-animation-delay:331.7s;animation-delay:331.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3318){-webkit-animation-delay:331.8s;animation-delay:331.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3319){-webkit-animation-delay:331.9s;animation-delay:331.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3320){-webkit-animation-delay:332s;animation-delay:332s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3321){-webkit-animation-delay:332.1s;animation-delay:332.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3322){-webkit-animation-delay:332.2s;animation-delay:332.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3323){-webkit-animation-delay:332.3s;animation-delay:332.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3324){-webkit-animation-delay:332.4s;animation-delay:332.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3325){-webkit-animation-delay:332.5s;animation-delay:332.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3326){-webkit-animation-delay:332.6s;animation-delay:332.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3327){-webkit-animation-delay:332.7s;animation-delay:332.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3328){-webkit-animation-delay:332.8s;animation-delay:332.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3329){-webkit-animation-delay:332.9s;animation-delay:332.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3330){-webkit-animation-delay:333s;animation-delay:333s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3331){-webkit-animation-delay:333.1s;animation-delay:333.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3332){-webkit-animation-delay:333.2s;animation-delay:333.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3333){-webkit-animation-delay:333.3s;animation-delay:333.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3334){-webkit-animation-delay:333.4s;animation-delay:333.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3335){-webkit-animation-delay:333.5s;animation-delay:333.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3336){-webkit-animation-delay:333.6s;animation-delay:333.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3337){-webkit-animation-delay:333.7s;animation-delay:333.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3338){-webkit-animation-delay:333.8s;animation-delay:333.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3339){-webkit-animation-delay:333.9s;animation-delay:333.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3340){-webkit-animation-delay:334s;animation-delay:334s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3341){-webkit-animation-delay:334.1s;animation-delay:334.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3342){-webkit-animation-delay:334.2s;animation-delay:334.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3343){-webkit-animation-delay:334.3s;animation-delay:334.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3344){-webkit-animation-delay:334.4s;animation-delay:334.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3345){-webkit-animation-delay:334.5s;animation-delay:334.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3346){-webkit-animation-delay:334.6s;animation-delay:334.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3347){-webkit-animation-delay:334.7s;animation-delay:334.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3348){-webkit-animation-delay:334.8s;animation-delay:334.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3349){-webkit-animation-delay:334.9s;animation-delay:334.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3350){-webkit-animation-delay:335s;animation-delay:335s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3351){-webkit-animation-delay:335.1s;animation-delay:335.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3352){-webkit-animation-delay:335.2s;animation-delay:335.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3353){-webkit-animation-delay:335.3s;animation-delay:335.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3354){-webkit-animation-delay:335.4s;animation-delay:335.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3355){-webkit-animation-delay:335.5s;animation-delay:335.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3356){-webkit-animation-delay:335.6s;animation-delay:335.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3357){-webkit-animation-delay:335.7s;animation-delay:335.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3358){-webkit-animation-delay:335.8s;animation-delay:335.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3359){-webkit-animation-delay:335.9s;animation-delay:335.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3360){-webkit-animation-delay:336s;animation-delay:336s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3361){-webkit-animation-delay:336.1s;animation-delay:336.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3362){-webkit-animation-delay:336.2s;animation-delay:336.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3363){-webkit-animation-delay:336.3s;animation-delay:336.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3364){-webkit-animation-delay:336.4s;animation-delay:336.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3365){-webkit-animation-delay:336.5s;animation-delay:336.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3366){-webkit-animation-delay:336.6s;animation-delay:336.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3367){-webkit-animation-delay:336.7s;animation-delay:336.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3368){-webkit-animation-delay:336.8s;animation-delay:336.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3369){-webkit-animation-delay:336.9s;animation-delay:336.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3370){-webkit-animation-delay:337s;animation-delay:337s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3371){-webkit-animation-delay:337.1s;animation-delay:337.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3372){-webkit-animation-delay:337.2s;animation-delay:337.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3373){-webkit-animation-delay:337.3s;animation-delay:337.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3374){-webkit-animation-delay:337.4s;animation-delay:337.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3375){-webkit-animation-delay:337.5s;animation-delay:337.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3376){-webkit-animation-delay:337.6s;animation-delay:337.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3377){-webkit-animation-delay:337.7s;animation-delay:337.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3378){-webkit-animation-delay:337.8s;animation-delay:337.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3379){-webkit-animation-delay:337.9s;animation-delay:337.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3380){-webkit-animation-delay:338s;animation-delay:338s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3381){-webkit-animation-delay:338.1s;animation-delay:338.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3382){-webkit-animation-delay:338.2s;animation-delay:338.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3383){-webkit-animation-delay:338.3s;animation-delay:338.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3384){-webkit-animation-delay:338.4s;animation-delay:338.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3385){-webkit-animation-delay:338.5s;animation-delay:338.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3386){-webkit-animation-delay:338.6s;animation-delay:338.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3387){-webkit-animation-delay:338.7s;animation-delay:338.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3388){-webkit-animation-delay:338.8s;animation-delay:338.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3389){-webkit-animation-delay:338.9s;animation-delay:338.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3390){-webkit-animation-delay:339s;animation-delay:339s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3391){-webkit-animation-delay:339.1s;animation-delay:339.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3392){-webkit-animation-delay:339.2s;animation-delay:339.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3393){-webkit-animation-delay:339.3s;animation-delay:339.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3394){-webkit-animation-delay:339.4s;animation-delay:339.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3395){-webkit-animation-delay:339.5s;animation-delay:339.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3396){-webkit-animation-delay:339.6s;animation-delay:339.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3397){-webkit-animation-delay:339.7s;animation-delay:339.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3398){-webkit-animation-delay:339.8s;animation-delay:339.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3399){-webkit-animation-delay:339.9s;animation-delay:339.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3400){-webkit-animation-delay:340s;animation-delay:340s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3401){-webkit-animation-delay:340.1s;animation-delay:340.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3402){-webkit-animation-delay:340.2s;animation-delay:340.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3403){-webkit-animation-delay:340.3s;animation-delay:340.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3404){-webkit-animation-delay:340.4s;animation-delay:340.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3405){-webkit-animation-delay:340.5s;animation-delay:340.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3406){-webkit-animation-delay:340.6s;animation-delay:340.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3407){-webkit-animation-delay:340.7s;animation-delay:340.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3408){-webkit-animation-delay:340.8s;animation-delay:340.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3409){-webkit-animation-delay:340.9s;animation-delay:340.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3410){-webkit-animation-delay:341s;animation-delay:341s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3411){-webkit-animation-delay:341.1s;animation-delay:341.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3412){-webkit-animation-delay:341.2s;animation-delay:341.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3413){-webkit-animation-delay:341.3s;animation-delay:341.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3414){-webkit-animation-delay:341.4s;animation-delay:341.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3415){-webkit-animation-delay:341.5s;animation-delay:341.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3416){-webkit-animation-delay:341.6s;animation-delay:341.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3417){-webkit-animation-delay:341.7s;animation-delay:341.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3418){-webkit-animation-delay:341.8s;animation-delay:341.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3419){-webkit-animation-delay:341.9s;animation-delay:341.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3420){-webkit-animation-delay:342s;animation-delay:342s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3421){-webkit-animation-delay:342.1s;animation-delay:342.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3422){-webkit-animation-delay:342.2s;animation-delay:342.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3423){-webkit-animation-delay:342.3s;animation-delay:342.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3424){-webkit-animation-delay:342.4s;animation-delay:342.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3425){-webkit-animation-delay:342.5s;animation-delay:342.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3426){-webkit-animation-delay:342.6s;animation-delay:342.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3427){-webkit-animation-delay:342.7s;animation-delay:342.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3428){-webkit-animation-delay:342.8s;animation-delay:342.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3429){-webkit-animation-delay:342.9s;animation-delay:342.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3430){-webkit-animation-delay:343s;animation-delay:343s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3431){-webkit-animation-delay:343.1s;animation-delay:343.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3432){-webkit-animation-delay:343.2s;animation-delay:343.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3433){-webkit-animation-delay:343.3s;animation-delay:343.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3434){-webkit-animation-delay:343.4s;animation-delay:343.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3435){-webkit-animation-delay:343.5s;animation-delay:343.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3436){-webkit-animation-delay:343.6s;animation-delay:343.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3437){-webkit-animation-delay:343.7s;animation-delay:343.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3438){-webkit-animation-delay:343.8s;animation-delay:343.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3439){-webkit-animation-delay:343.9s;animation-delay:343.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3440){-webkit-animation-delay:344s;animation-delay:344s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3441){-webkit-animation-delay:344.1s;animation-delay:344.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3442){-webkit-animation-delay:344.2s;animation-delay:344.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3443){-webkit-animation-delay:344.3s;animation-delay:344.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3444){-webkit-animation-delay:344.4s;animation-delay:344.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3445){-webkit-animation-delay:344.5s;animation-delay:344.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3446){-webkit-animation-delay:344.6s;animation-delay:344.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3447){-webkit-animation-delay:344.7s;animation-delay:344.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3448){-webkit-animation-delay:344.8s;animation-delay:344.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3449){-webkit-animation-delay:344.9s;animation-delay:344.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3450){-webkit-animation-delay:345s;animation-delay:345s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3451){-webkit-animation-delay:345.1s;animation-delay:345.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3452){-webkit-animation-delay:345.2s;animation-delay:345.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3453){-webkit-animation-delay:345.3s;animation-delay:345.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3454){-webkit-animation-delay:345.4s;animation-delay:345.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3455){-webkit-animation-delay:345.5s;animation-delay:345.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3456){-webkit-animation-delay:345.6s;animation-delay:345.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3457){-webkit-animation-delay:345.7s;animation-delay:345.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3458){-webkit-animation-delay:345.8s;animation-delay:345.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3459){-webkit-animation-delay:345.9s;animation-delay:345.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3460){-webkit-animation-delay:346s;animation-delay:346s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3461){-webkit-animation-delay:346.1s;animation-delay:346.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3462){-webkit-animation-delay:346.2s;animation-delay:346.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3463){-webkit-animation-delay:346.3s;animation-delay:346.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3464){-webkit-animation-delay:346.4s;animation-delay:346.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3465){-webkit-animation-delay:346.5s;animation-delay:346.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3466){-webkit-animation-delay:346.6s;animation-delay:346.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3467){-webkit-animation-delay:346.7s;animation-delay:346.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3468){-webkit-animation-delay:346.8s;animation-delay:346.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3469){-webkit-animation-delay:346.9s;animation-delay:346.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3470){-webkit-animation-delay:347s;animation-delay:347s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3471){-webkit-animation-delay:347.1s;animation-delay:347.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3472){-webkit-animation-delay:347.2s;animation-delay:347.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3473){-webkit-animation-delay:347.3s;animation-delay:347.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3474){-webkit-animation-delay:347.4s;animation-delay:347.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3475){-webkit-animation-delay:347.5s;animation-delay:347.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3476){-webkit-animation-delay:347.6s;animation-delay:347.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3477){-webkit-animation-delay:347.7s;animation-delay:347.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3478){-webkit-animation-delay:347.8s;animation-delay:347.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3479){-webkit-animation-delay:347.9s;animation-delay:347.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3480){-webkit-animation-delay:348s;animation-delay:348s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3481){-webkit-animation-delay:348.1s;animation-delay:348.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3482){-webkit-animation-delay:348.2s;animation-delay:348.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3483){-webkit-animation-delay:348.3s;animation-delay:348.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3484){-webkit-animation-delay:348.4s;animation-delay:348.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3485){-webkit-animation-delay:348.5s;animation-delay:348.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3486){-webkit-animation-delay:348.6s;animation-delay:348.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3487){-webkit-animation-delay:348.7s;animation-delay:348.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3488){-webkit-animation-delay:348.8s;animation-delay:348.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3489){-webkit-animation-delay:348.9s;animation-delay:348.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3490){-webkit-animation-delay:349s;animation-delay:349s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3491){-webkit-animation-delay:349.1s;animation-delay:349.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3492){-webkit-animation-delay:349.2s;animation-delay:349.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3493){-webkit-animation-delay:349.3s;animation-delay:349.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3494){-webkit-animation-delay:349.4s;animation-delay:349.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3495){-webkit-animation-delay:349.5s;animation-delay:349.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3496){-webkit-animation-delay:349.6s;animation-delay:349.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3497){-webkit-animation-delay:349.7s;animation-delay:349.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3498){-webkit-animation-delay:349.8s;animation-delay:349.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3499){-webkit-animation-delay:349.9s;animation-delay:349.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3500){-webkit-animation-delay:350s;animation-delay:350s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3501){-webkit-animation-delay:350.1s;animation-delay:350.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3502){-webkit-animation-delay:350.2s;animation-delay:350.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3503){-webkit-animation-delay:350.3s;animation-delay:350.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3504){-webkit-animation-delay:350.4s;animation-delay:350.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3505){-webkit-animation-delay:350.5s;animation-delay:350.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3506){-webkit-animation-delay:350.6s;animation-delay:350.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3507){-webkit-animation-delay:350.7s;animation-delay:350.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3508){-webkit-animation-delay:350.8s;animation-delay:350.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3509){-webkit-animation-delay:350.9s;animation-delay:350.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3510){-webkit-animation-delay:351s;animation-delay:351s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3511){-webkit-animation-delay:351.1s;animation-delay:351.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3512){-webkit-animation-delay:351.2s;animation-delay:351.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3513){-webkit-animation-delay:351.3s;animation-delay:351.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3514){-webkit-animation-delay:351.4s;animation-delay:351.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3515){-webkit-animation-delay:351.5s;animation-delay:351.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3516){-webkit-animation-delay:351.6s;animation-delay:351.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3517){-webkit-animation-delay:351.7s;animation-delay:351.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3518){-webkit-animation-delay:351.8s;animation-delay:351.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3519){-webkit-animation-delay:351.9s;animation-delay:351.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3520){-webkit-animation-delay:352s;animation-delay:352s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3521){-webkit-animation-delay:352.1s;animation-delay:352.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3522){-webkit-animation-delay:352.2s;animation-delay:352.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3523){-webkit-animation-delay:352.3s;animation-delay:352.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3524){-webkit-animation-delay:352.4s;animation-delay:352.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3525){-webkit-animation-delay:352.5s;animation-delay:352.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3526){-webkit-animation-delay:352.6s;animation-delay:352.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3527){-webkit-animation-delay:352.7s;animation-delay:352.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3528){-webkit-animation-delay:352.8s;animation-delay:352.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3529){-webkit-animation-delay:352.9s;animation-delay:352.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3530){-webkit-animation-delay:353s;animation-delay:353s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3531){-webkit-animation-delay:353.1s;animation-delay:353.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3532){-webkit-animation-delay:353.2s;animation-delay:353.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3533){-webkit-animation-delay:353.3s;animation-delay:353.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3534){-webkit-animation-delay:353.4s;animation-delay:353.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3535){-webkit-animation-delay:353.5s;animation-delay:353.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3536){-webkit-animation-delay:353.6s;animation-delay:353.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3537){-webkit-animation-delay:353.7s;animation-delay:353.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3538){-webkit-animation-delay:353.8s;animation-delay:353.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3539){-webkit-animation-delay:353.9s;animation-delay:353.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3540){-webkit-animation-delay:354s;animation-delay:354s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3541){-webkit-animation-delay:354.1s;animation-delay:354.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3542){-webkit-animation-delay:354.2s;animation-delay:354.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3543){-webkit-animation-delay:354.3s;animation-delay:354.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3544){-webkit-animation-delay:354.4s;animation-delay:354.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3545){-webkit-animation-delay:354.5s;animation-delay:354.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3546){-webkit-animation-delay:354.6s;animation-delay:354.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3547){-webkit-animation-delay:354.7s;animation-delay:354.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3548){-webkit-animation-delay:354.8s;animation-delay:354.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3549){-webkit-animation-delay:354.9s;animation-delay:354.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3550){-webkit-animation-delay:355s;animation-delay:355s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3551){-webkit-animation-delay:355.1s;animation-delay:355.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3552){-webkit-animation-delay:355.2s;animation-delay:355.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3553){-webkit-animation-delay:355.3s;animation-delay:355.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3554){-webkit-animation-delay:355.4s;animation-delay:355.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3555){-webkit-animation-delay:355.5s;animation-delay:355.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3556){-webkit-animation-delay:355.6s;animation-delay:355.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3557){-webkit-animation-delay:355.7s;animation-delay:355.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3558){-webkit-animation-delay:355.8s;animation-delay:355.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3559){-webkit-animation-delay:355.9s;animation-delay:355.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3560){-webkit-animation-delay:356s;animation-delay:356s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3561){-webkit-animation-delay:356.1s;animation-delay:356.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3562){-webkit-animation-delay:356.2s;animation-delay:356.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3563){-webkit-animation-delay:356.3s;animation-delay:356.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3564){-webkit-animation-delay:356.4s;animation-delay:356.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3565){-webkit-animation-delay:356.5s;animation-delay:356.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3566){-webkit-animation-delay:356.6s;animation-delay:356.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3567){-webkit-animation-delay:356.7s;animation-delay:356.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3568){-webkit-animation-delay:356.8s;animation-delay:356.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3569){-webkit-animation-delay:356.9s;animation-delay:356.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3570){-webkit-animation-delay:357s;animation-delay:357s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3571){-webkit-animation-delay:357.1s;animation-delay:357.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3572){-webkit-animation-delay:357.2s;animation-delay:357.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3573){-webkit-animation-delay:357.3s;animation-delay:357.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3574){-webkit-animation-delay:357.4s;animation-delay:357.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3575){-webkit-animation-delay:357.5s;animation-delay:357.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3576){-webkit-animation-delay:357.6s;animation-delay:357.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3577){-webkit-animation-delay:357.7s;animation-delay:357.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3578){-webkit-animation-delay:357.8s;animation-delay:357.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3579){-webkit-animation-delay:357.9s;animation-delay:357.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3580){-webkit-animation-delay:358s;animation-delay:358s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3581){-webkit-animation-delay:358.1s;animation-delay:358.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3582){-webkit-animation-delay:358.2s;animation-delay:358.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3583){-webkit-animation-delay:358.3s;animation-delay:358.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3584){-webkit-animation-delay:358.4s;animation-delay:358.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3585){-webkit-animation-delay:358.5s;animation-delay:358.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3586){-webkit-animation-delay:358.6s;animation-delay:358.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3587){-webkit-animation-delay:358.7s;animation-delay:358.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3588){-webkit-animation-delay:358.8s;animation-delay:358.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3589){-webkit-animation-delay:358.9s;animation-delay:358.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3590){-webkit-animation-delay:359s;animation-delay:359s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3591){-webkit-animation-delay:359.1s;animation-delay:359.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3592){-webkit-animation-delay:359.2s;animation-delay:359.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3593){-webkit-animation-delay:359.3s;animation-delay:359.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3594){-webkit-animation-delay:359.4s;animation-delay:359.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3595){-webkit-animation-delay:359.5s;animation-delay:359.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3596){-webkit-animation-delay:359.6s;animation-delay:359.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3597){-webkit-animation-delay:359.7s;animation-delay:359.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3598){-webkit-animation-delay:359.8s;animation-delay:359.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3599){-webkit-animation-delay:359.9s;animation-delay:359.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3600){-webkit-animation-delay:360s;animation-delay:360s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3601){-webkit-animation-delay:360.1s;animation-delay:360.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3602){-webkit-animation-delay:360.2s;animation-delay:360.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3603){-webkit-animation-delay:360.3s;animation-delay:360.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3604){-webkit-animation-delay:360.4s;animation-delay:360.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3605){-webkit-animation-delay:360.5s;animation-delay:360.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3606){-webkit-animation-delay:360.6s;animation-delay:360.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3607){-webkit-animation-delay:360.7s;animation-delay:360.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3608){-webkit-animation-delay:360.8s;animation-delay:360.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3609){-webkit-animation-delay:360.9s;animation-delay:360.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3610){-webkit-animation-delay:361s;animation-delay:361s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3611){-webkit-animation-delay:361.1s;animation-delay:361.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3612){-webkit-animation-delay:361.2s;animation-delay:361.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3613){-webkit-animation-delay:361.3s;animation-delay:361.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3614){-webkit-animation-delay:361.4s;animation-delay:361.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3615){-webkit-animation-delay:361.5s;animation-delay:361.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3616){-webkit-animation-delay:361.6s;animation-delay:361.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3617){-webkit-animation-delay:361.7s;animation-delay:361.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3618){-webkit-animation-delay:361.8s;animation-delay:361.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3619){-webkit-animation-delay:361.9s;animation-delay:361.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3620){-webkit-animation-delay:362s;animation-delay:362s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3621){-webkit-animation-delay:362.1s;animation-delay:362.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3622){-webkit-animation-delay:362.2s;animation-delay:362.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3623){-webkit-animation-delay:362.3s;animation-delay:362.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3624){-webkit-animation-delay:362.4s;animation-delay:362.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3625){-webkit-animation-delay:362.5s;animation-delay:362.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3626){-webkit-animation-delay:362.6s;animation-delay:362.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3627){-webkit-animation-delay:362.7s;animation-delay:362.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3628){-webkit-animation-delay:362.8s;animation-delay:362.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3629){-webkit-animation-delay:362.9s;animation-delay:362.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3630){-webkit-animation-delay:363s;animation-delay:363s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3631){-webkit-animation-delay:363.1s;animation-delay:363.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3632){-webkit-animation-delay:363.2s;animation-delay:363.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3633){-webkit-animation-delay:363.3s;animation-delay:363.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3634){-webkit-animation-delay:363.4s;animation-delay:363.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3635){-webkit-animation-delay:363.5s;animation-delay:363.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3636){-webkit-animation-delay:363.6s;animation-delay:363.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3637){-webkit-animation-delay:363.7s;animation-delay:363.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3638){-webkit-animation-delay:363.8s;animation-delay:363.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3639){-webkit-animation-delay:363.9s;animation-delay:363.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3640){-webkit-animation-delay:364s;animation-delay:364s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3641){-webkit-animation-delay:364.1s;animation-delay:364.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3642){-webkit-animation-delay:364.2s;animation-delay:364.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3643){-webkit-animation-delay:364.3s;animation-delay:364.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3644){-webkit-animation-delay:364.4s;animation-delay:364.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3645){-webkit-animation-delay:364.5s;animation-delay:364.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3646){-webkit-animation-delay:364.6s;animation-delay:364.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3647){-webkit-animation-delay:364.7s;animation-delay:364.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3648){-webkit-animation-delay:364.8s;animation-delay:364.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3649){-webkit-animation-delay:364.9s;animation-delay:364.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3650){-webkit-animation-delay:365s;animation-delay:365s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3651){-webkit-animation-delay:365.1s;animation-delay:365.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3652){-webkit-animation-delay:365.2s;animation-delay:365.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3653){-webkit-animation-delay:365.3s;animation-delay:365.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3654){-webkit-animation-delay:365.4s;animation-delay:365.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3655){-webkit-animation-delay:365.5s;animation-delay:365.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3656){-webkit-animation-delay:365.6s;animation-delay:365.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3657){-webkit-animation-delay:365.7s;animation-delay:365.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3658){-webkit-animation-delay:365.8s;animation-delay:365.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3659){-webkit-animation-delay:365.9s;animation-delay:365.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3660){-webkit-animation-delay:366s;animation-delay:366s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3661){-webkit-animation-delay:366.1s;animation-delay:366.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3662){-webkit-animation-delay:366.2s;animation-delay:366.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3663){-webkit-animation-delay:366.3s;animation-delay:366.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3664){-webkit-animation-delay:366.4s;animation-delay:366.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3665){-webkit-animation-delay:366.5s;animation-delay:366.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3666){-webkit-animation-delay:366.6s;animation-delay:366.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3667){-webkit-animation-delay:366.7s;animation-delay:366.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3668){-webkit-animation-delay:366.8s;animation-delay:366.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3669){-webkit-animation-delay:366.9s;animation-delay:366.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3670){-webkit-animation-delay:367s;animation-delay:367s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3671){-webkit-animation-delay:367.1s;animation-delay:367.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3672){-webkit-animation-delay:367.2s;animation-delay:367.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3673){-webkit-animation-delay:367.3s;animation-delay:367.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3674){-webkit-animation-delay:367.4s;animation-delay:367.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3675){-webkit-animation-delay:367.5s;animation-delay:367.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3676){-webkit-animation-delay:367.6s;animation-delay:367.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3677){-webkit-animation-delay:367.7s;animation-delay:367.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3678){-webkit-animation-delay:367.8s;animation-delay:367.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3679){-webkit-animation-delay:367.9s;animation-delay:367.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3680){-webkit-animation-delay:368s;animation-delay:368s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3681){-webkit-animation-delay:368.1s;animation-delay:368.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3682){-webkit-animation-delay:368.2s;animation-delay:368.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3683){-webkit-animation-delay:368.3s;animation-delay:368.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3684){-webkit-animation-delay:368.4s;animation-delay:368.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3685){-webkit-animation-delay:368.5s;animation-delay:368.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3686){-webkit-animation-delay:368.6s;animation-delay:368.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3687){-webkit-animation-delay:368.7s;animation-delay:368.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3688){-webkit-animation-delay:368.8s;animation-delay:368.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3689){-webkit-animation-delay:368.9s;animation-delay:368.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3690){-webkit-animation-delay:369s;animation-delay:369s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3691){-webkit-animation-delay:369.1s;animation-delay:369.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3692){-webkit-animation-delay:369.2s;animation-delay:369.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3693){-webkit-animation-delay:369.3s;animation-delay:369.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3694){-webkit-animation-delay:369.4s;animation-delay:369.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3695){-webkit-animation-delay:369.5s;animation-delay:369.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3696){-webkit-animation-delay:369.6s;animation-delay:369.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3697){-webkit-animation-delay:369.7s;animation-delay:369.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3698){-webkit-animation-delay:369.8s;animation-delay:369.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3699){-webkit-animation-delay:369.9s;animation-delay:369.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3700){-webkit-animation-delay:370s;animation-delay:370s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3701){-webkit-animation-delay:370.1s;animation-delay:370.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3702){-webkit-animation-delay:370.2s;animation-delay:370.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3703){-webkit-animation-delay:370.3s;animation-delay:370.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3704){-webkit-animation-delay:370.4s;animation-delay:370.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3705){-webkit-animation-delay:370.5s;animation-delay:370.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3706){-webkit-animation-delay:370.6s;animation-delay:370.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3707){-webkit-animation-delay:370.7s;animation-delay:370.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3708){-webkit-animation-delay:370.8s;animation-delay:370.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3709){-webkit-animation-delay:370.9s;animation-delay:370.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3710){-webkit-animation-delay:371s;animation-delay:371s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3711){-webkit-animation-delay:371.1s;animation-delay:371.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3712){-webkit-animation-delay:371.2s;animation-delay:371.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3713){-webkit-animation-delay:371.3s;animation-delay:371.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3714){-webkit-animation-delay:371.4s;animation-delay:371.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3715){-webkit-animation-delay:371.5s;animation-delay:371.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3716){-webkit-animation-delay:371.6s;animation-delay:371.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3717){-webkit-animation-delay:371.7s;animation-delay:371.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3718){-webkit-animation-delay:371.8s;animation-delay:371.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3719){-webkit-animation-delay:371.9s;animation-delay:371.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3720){-webkit-animation-delay:372s;animation-delay:372s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3721){-webkit-animation-delay:372.1s;animation-delay:372.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3722){-webkit-animation-delay:372.2s;animation-delay:372.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3723){-webkit-animation-delay:372.3s;animation-delay:372.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3724){-webkit-animation-delay:372.4s;animation-delay:372.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3725){-webkit-animation-delay:372.5s;animation-delay:372.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3726){-webkit-animation-delay:372.6s;animation-delay:372.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3727){-webkit-animation-delay:372.7s;animation-delay:372.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3728){-webkit-animation-delay:372.8s;animation-delay:372.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3729){-webkit-animation-delay:372.9s;animation-delay:372.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3730){-webkit-animation-delay:373s;animation-delay:373s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3731){-webkit-animation-delay:373.1s;animation-delay:373.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3732){-webkit-animation-delay:373.2s;animation-delay:373.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3733){-webkit-animation-delay:373.3s;animation-delay:373.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3734){-webkit-animation-delay:373.4s;animation-delay:373.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3735){-webkit-animation-delay:373.5s;animation-delay:373.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3736){-webkit-animation-delay:373.6s;animation-delay:373.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3737){-webkit-animation-delay:373.7s;animation-delay:373.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3738){-webkit-animation-delay:373.8s;animation-delay:373.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3739){-webkit-animation-delay:373.9s;animation-delay:373.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3740){-webkit-animation-delay:374s;animation-delay:374s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3741){-webkit-animation-delay:374.1s;animation-delay:374.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3742){-webkit-animation-delay:374.2s;animation-delay:374.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3743){-webkit-animation-delay:374.3s;animation-delay:374.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3744){-webkit-animation-delay:374.4s;animation-delay:374.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3745){-webkit-animation-delay:374.5s;animation-delay:374.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3746){-webkit-animation-delay:374.6s;animation-delay:374.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3747){-webkit-animation-delay:374.7s;animation-delay:374.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3748){-webkit-animation-delay:374.8s;animation-delay:374.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3749){-webkit-animation-delay:374.9s;animation-delay:374.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3750){-webkit-animation-delay:375s;animation-delay:375s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3751){-webkit-animation-delay:375.1s;animation-delay:375.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3752){-webkit-animation-delay:375.2s;animation-delay:375.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3753){-webkit-animation-delay:375.3s;animation-delay:375.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3754){-webkit-animation-delay:375.4s;animation-delay:375.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3755){-webkit-animation-delay:375.5s;animation-delay:375.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3756){-webkit-animation-delay:375.6s;animation-delay:375.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3757){-webkit-animation-delay:375.7s;animation-delay:375.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3758){-webkit-animation-delay:375.8s;animation-delay:375.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3759){-webkit-animation-delay:375.9s;animation-delay:375.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3760){-webkit-animation-delay:376s;animation-delay:376s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3761){-webkit-animation-delay:376.1s;animation-delay:376.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3762){-webkit-animation-delay:376.2s;animation-delay:376.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3763){-webkit-animation-delay:376.3s;animation-delay:376.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3764){-webkit-animation-delay:376.4s;animation-delay:376.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3765){-webkit-animation-delay:376.5s;animation-delay:376.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3766){-webkit-animation-delay:376.6s;animation-delay:376.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3767){-webkit-animation-delay:376.7s;animation-delay:376.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3768){-webkit-animation-delay:376.8s;animation-delay:376.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3769){-webkit-animation-delay:376.9s;animation-delay:376.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3770){-webkit-animation-delay:377s;animation-delay:377s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3771){-webkit-animation-delay:377.1s;animation-delay:377.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3772){-webkit-animation-delay:377.2s;animation-delay:377.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3773){-webkit-animation-delay:377.3s;animation-delay:377.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3774){-webkit-animation-delay:377.4s;animation-delay:377.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3775){-webkit-animation-delay:377.5s;animation-delay:377.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3776){-webkit-animation-delay:377.6s;animation-delay:377.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3777){-webkit-animation-delay:377.7s;animation-delay:377.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3778){-webkit-animation-delay:377.8s;animation-delay:377.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3779){-webkit-animation-delay:377.9s;animation-delay:377.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3780){-webkit-animation-delay:378s;animation-delay:378s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3781){-webkit-animation-delay:378.1s;animation-delay:378.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3782){-webkit-animation-delay:378.2s;animation-delay:378.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3783){-webkit-animation-delay:378.3s;animation-delay:378.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3784){-webkit-animation-delay:378.4s;animation-delay:378.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3785){-webkit-animation-delay:378.5s;animation-delay:378.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3786){-webkit-animation-delay:378.6s;animation-delay:378.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3787){-webkit-animation-delay:378.7s;animation-delay:378.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3788){-webkit-animation-delay:378.8s;animation-delay:378.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3789){-webkit-animation-delay:378.9s;animation-delay:378.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3790){-webkit-animation-delay:379s;animation-delay:379s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3791){-webkit-animation-delay:379.1s;animation-delay:379.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3792){-webkit-animation-delay:379.2s;animation-delay:379.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3793){-webkit-animation-delay:379.3s;animation-delay:379.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3794){-webkit-animation-delay:379.4s;animation-delay:379.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3795){-webkit-animation-delay:379.5s;animation-delay:379.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3796){-webkit-animation-delay:379.6s;animation-delay:379.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3797){-webkit-animation-delay:379.7s;animation-delay:379.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3798){-webkit-animation-delay:379.8s;animation-delay:379.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3799){-webkit-animation-delay:379.9s;animation-delay:379.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3800){-webkit-animation-delay:380s;animation-delay:380s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3801){-webkit-animation-delay:380.1s;animation-delay:380.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3802){-webkit-animation-delay:380.2s;animation-delay:380.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3803){-webkit-animation-delay:380.3s;animation-delay:380.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3804){-webkit-animation-delay:380.4s;animation-delay:380.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3805){-webkit-animation-delay:380.5s;animation-delay:380.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3806){-webkit-animation-delay:380.6s;animation-delay:380.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3807){-webkit-animation-delay:380.7s;animation-delay:380.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3808){-webkit-animation-delay:380.8s;animation-delay:380.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3809){-webkit-animation-delay:380.9s;animation-delay:380.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3810){-webkit-animation-delay:381s;animation-delay:381s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3811){-webkit-animation-delay:381.1s;animation-delay:381.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3812){-webkit-animation-delay:381.2s;animation-delay:381.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3813){-webkit-animation-delay:381.3s;animation-delay:381.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3814){-webkit-animation-delay:381.4s;animation-delay:381.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3815){-webkit-animation-delay:381.5s;animation-delay:381.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3816){-webkit-animation-delay:381.6s;animation-delay:381.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3817){-webkit-animation-delay:381.7s;animation-delay:381.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3818){-webkit-animation-delay:381.8s;animation-delay:381.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3819){-webkit-animation-delay:381.9s;animation-delay:381.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3820){-webkit-animation-delay:382s;animation-delay:382s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3821){-webkit-animation-delay:382.1s;animation-delay:382.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3822){-webkit-animation-delay:382.2s;animation-delay:382.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3823){-webkit-animation-delay:382.3s;animation-delay:382.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3824){-webkit-animation-delay:382.4s;animation-delay:382.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3825){-webkit-animation-delay:382.5s;animation-delay:382.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3826){-webkit-animation-delay:382.6s;animation-delay:382.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3827){-webkit-animation-delay:382.7s;animation-delay:382.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3828){-webkit-animation-delay:382.8s;animation-delay:382.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3829){-webkit-animation-delay:382.9s;animation-delay:382.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3830){-webkit-animation-delay:383s;animation-delay:383s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3831){-webkit-animation-delay:383.1s;animation-delay:383.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3832){-webkit-animation-delay:383.2s;animation-delay:383.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3833){-webkit-animation-delay:383.3s;animation-delay:383.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3834){-webkit-animation-delay:383.4s;animation-delay:383.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3835){-webkit-animation-delay:383.5s;animation-delay:383.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3836){-webkit-animation-delay:383.6s;animation-delay:383.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3837){-webkit-animation-delay:383.7s;animation-delay:383.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3838){-webkit-animation-delay:383.8s;animation-delay:383.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3839){-webkit-animation-delay:383.9s;animation-delay:383.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3840){-webkit-animation-delay:384s;animation-delay:384s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3841){-webkit-animation-delay:384.1s;animation-delay:384.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3842){-webkit-animation-delay:384.2s;animation-delay:384.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3843){-webkit-animation-delay:384.3s;animation-delay:384.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3844){-webkit-animation-delay:384.4s;animation-delay:384.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3845){-webkit-animation-delay:384.5s;animation-delay:384.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3846){-webkit-animation-delay:384.6s;animation-delay:384.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3847){-webkit-animation-delay:384.7s;animation-delay:384.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3848){-webkit-animation-delay:384.8s;animation-delay:384.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3849){-webkit-animation-delay:384.9s;animation-delay:384.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3850){-webkit-animation-delay:385s;animation-delay:385s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3851){-webkit-animation-delay:385.1s;animation-delay:385.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3852){-webkit-animation-delay:385.2s;animation-delay:385.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3853){-webkit-animation-delay:385.3s;animation-delay:385.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3854){-webkit-animation-delay:385.4s;animation-delay:385.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3855){-webkit-animation-delay:385.5s;animation-delay:385.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3856){-webkit-animation-delay:385.6s;animation-delay:385.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3857){-webkit-animation-delay:385.7s;animation-delay:385.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3858){-webkit-animation-delay:385.8s;animation-delay:385.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3859){-webkit-animation-delay:385.9s;animation-delay:385.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3860){-webkit-animation-delay:386s;animation-delay:386s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3861){-webkit-animation-delay:386.1s;animation-delay:386.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3862){-webkit-animation-delay:386.2s;animation-delay:386.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3863){-webkit-animation-delay:386.3s;animation-delay:386.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3864){-webkit-animation-delay:386.4s;animation-delay:386.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3865){-webkit-animation-delay:386.5s;animation-delay:386.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3866){-webkit-animation-delay:386.6s;animation-delay:386.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3867){-webkit-animation-delay:386.7s;animation-delay:386.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3868){-webkit-animation-delay:386.8s;animation-delay:386.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3869){-webkit-animation-delay:386.9s;animation-delay:386.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3870){-webkit-animation-delay:387s;animation-delay:387s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3871){-webkit-animation-delay:387.1s;animation-delay:387.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3872){-webkit-animation-delay:387.2s;animation-delay:387.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3873){-webkit-animation-delay:387.3s;animation-delay:387.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3874){-webkit-animation-delay:387.4s;animation-delay:387.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3875){-webkit-animation-delay:387.5s;animation-delay:387.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3876){-webkit-animation-delay:387.6s;animation-delay:387.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3877){-webkit-animation-delay:387.7s;animation-delay:387.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3878){-webkit-animation-delay:387.8s;animation-delay:387.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3879){-webkit-animation-delay:387.9s;animation-delay:387.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3880){-webkit-animation-delay:388s;animation-delay:388s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3881){-webkit-animation-delay:388.1s;animation-delay:388.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3882){-webkit-animation-delay:388.2s;animation-delay:388.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3883){-webkit-animation-delay:388.3s;animation-delay:388.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3884){-webkit-animation-delay:388.4s;animation-delay:388.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3885){-webkit-animation-delay:388.5s;animation-delay:388.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3886){-webkit-animation-delay:388.6s;animation-delay:388.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3887){-webkit-animation-delay:388.7s;animation-delay:388.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3888){-webkit-animation-delay:388.8s;animation-delay:388.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3889){-webkit-animation-delay:388.9s;animation-delay:388.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3890){-webkit-animation-delay:389s;animation-delay:389s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3891){-webkit-animation-delay:389.1s;animation-delay:389.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3892){-webkit-animation-delay:389.2s;animation-delay:389.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3893){-webkit-animation-delay:389.3s;animation-delay:389.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3894){-webkit-animation-delay:389.4s;animation-delay:389.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3895){-webkit-animation-delay:389.5s;animation-delay:389.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3896){-webkit-animation-delay:389.6s;animation-delay:389.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3897){-webkit-animation-delay:389.7s;animation-delay:389.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3898){-webkit-animation-delay:389.8s;animation-delay:389.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3899){-webkit-animation-delay:389.9s;animation-delay:389.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3900){-webkit-animation-delay:390s;animation-delay:390s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3901){-webkit-animation-delay:390.1s;animation-delay:390.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3902){-webkit-animation-delay:390.2s;animation-delay:390.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3903){-webkit-animation-delay:390.3s;animation-delay:390.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3904){-webkit-animation-delay:390.4s;animation-delay:390.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3905){-webkit-animation-delay:390.5s;animation-delay:390.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3906){-webkit-animation-delay:390.6s;animation-delay:390.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3907){-webkit-animation-delay:390.7s;animation-delay:390.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3908){-webkit-animation-delay:390.8s;animation-delay:390.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3909){-webkit-animation-delay:390.9s;animation-delay:390.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3910){-webkit-animation-delay:391s;animation-delay:391s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3911){-webkit-animation-delay:391.1s;animation-delay:391.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3912){-webkit-animation-delay:391.2s;animation-delay:391.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3913){-webkit-animation-delay:391.3s;animation-delay:391.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3914){-webkit-animation-delay:391.4s;animation-delay:391.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3915){-webkit-animation-delay:391.5s;animation-delay:391.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3916){-webkit-animation-delay:391.6s;animation-delay:391.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3917){-webkit-animation-delay:391.7s;animation-delay:391.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3918){-webkit-animation-delay:391.8s;animation-delay:391.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3919){-webkit-animation-delay:391.9s;animation-delay:391.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3920){-webkit-animation-delay:392s;animation-delay:392s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3921){-webkit-animation-delay:392.1s;animation-delay:392.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3922){-webkit-animation-delay:392.2s;animation-delay:392.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3923){-webkit-animation-delay:392.3s;animation-delay:392.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3924){-webkit-animation-delay:392.4s;animation-delay:392.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3925){-webkit-animation-delay:392.5s;animation-delay:392.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3926){-webkit-animation-delay:392.6s;animation-delay:392.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3927){-webkit-animation-delay:392.7s;animation-delay:392.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3928){-webkit-animation-delay:392.8s;animation-delay:392.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3929){-webkit-animation-delay:392.9s;animation-delay:392.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3930){-webkit-animation-delay:393s;animation-delay:393s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3931){-webkit-animation-delay:393.1s;animation-delay:393.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3932){-webkit-animation-delay:393.2s;animation-delay:393.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3933){-webkit-animation-delay:393.3s;animation-delay:393.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3934){-webkit-animation-delay:393.4s;animation-delay:393.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3935){-webkit-animation-delay:393.5s;animation-delay:393.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3936){-webkit-animation-delay:393.6s;animation-delay:393.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3937){-webkit-animation-delay:393.7s;animation-delay:393.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3938){-webkit-animation-delay:393.8s;animation-delay:393.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3939){-webkit-animation-delay:393.9s;animation-delay:393.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3940){-webkit-animation-delay:394s;animation-delay:394s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3941){-webkit-animation-delay:394.1s;animation-delay:394.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3942){-webkit-animation-delay:394.2s;animation-delay:394.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3943){-webkit-animation-delay:394.3s;animation-delay:394.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3944){-webkit-animation-delay:394.4s;animation-delay:394.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3945){-webkit-animation-delay:394.5s;animation-delay:394.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3946){-webkit-animation-delay:394.6s;animation-delay:394.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3947){-webkit-animation-delay:394.7s;animation-delay:394.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3948){-webkit-animation-delay:394.8s;animation-delay:394.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3949){-webkit-animation-delay:394.9s;animation-delay:394.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3950){-webkit-animation-delay:395s;animation-delay:395s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3951){-webkit-animation-delay:395.1s;animation-delay:395.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3952){-webkit-animation-delay:395.2s;animation-delay:395.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3953){-webkit-animation-delay:395.3s;animation-delay:395.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3954){-webkit-animation-delay:395.4s;animation-delay:395.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3955){-webkit-animation-delay:395.5s;animation-delay:395.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3956){-webkit-animation-delay:395.6s;animation-delay:395.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3957){-webkit-animation-delay:395.7s;animation-delay:395.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3958){-webkit-animation-delay:395.8s;animation-delay:395.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3959){-webkit-animation-delay:395.9s;animation-delay:395.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3960){-webkit-animation-delay:396s;animation-delay:396s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3961){-webkit-animation-delay:396.1s;animation-delay:396.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3962){-webkit-animation-delay:396.2s;animation-delay:396.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3963){-webkit-animation-delay:396.3s;animation-delay:396.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3964){-webkit-animation-delay:396.4s;animation-delay:396.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3965){-webkit-animation-delay:396.5s;animation-delay:396.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3966){-webkit-animation-delay:396.6s;animation-delay:396.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3967){-webkit-animation-delay:396.7s;animation-delay:396.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3968){-webkit-animation-delay:396.8s;animation-delay:396.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3969){-webkit-animation-delay:396.9s;animation-delay:396.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3970){-webkit-animation-delay:397s;animation-delay:397s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3971){-webkit-animation-delay:397.1s;animation-delay:397.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3972){-webkit-animation-delay:397.2s;animation-delay:397.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3973){-webkit-animation-delay:397.3s;animation-delay:397.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3974){-webkit-animation-delay:397.4s;animation-delay:397.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3975){-webkit-animation-delay:397.5s;animation-delay:397.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3976){-webkit-animation-delay:397.6s;animation-delay:397.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3977){-webkit-animation-delay:397.7s;animation-delay:397.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3978){-webkit-animation-delay:397.8s;animation-delay:397.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3979){-webkit-animation-delay:397.9s;animation-delay:397.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3980){-webkit-animation-delay:398s;animation-delay:398s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3981){-webkit-animation-delay:398.1s;animation-delay:398.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3982){-webkit-animation-delay:398.2s;animation-delay:398.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3983){-webkit-animation-delay:398.3s;animation-delay:398.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3984){-webkit-animation-delay:398.4s;animation-delay:398.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3985){-webkit-animation-delay:398.5s;animation-delay:398.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3986){-webkit-animation-delay:398.6s;animation-delay:398.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3987){-webkit-animation-delay:398.7s;animation-delay:398.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3988){-webkit-animation-delay:398.8s;animation-delay:398.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3989){-webkit-animation-delay:398.9s;animation-delay:398.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3990){-webkit-animation-delay:399s;animation-delay:399s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3991){-webkit-animation-delay:399.1s;animation-delay:399.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3992){-webkit-animation-delay:399.2s;animation-delay:399.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3993){-webkit-animation-delay:399.3s;animation-delay:399.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3994){-webkit-animation-delay:399.4s;animation-delay:399.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3995){-webkit-animation-delay:399.5s;animation-delay:399.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3996){-webkit-animation-delay:399.6s;animation-delay:399.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3997){-webkit-animation-delay:399.7s;animation-delay:399.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3998){-webkit-animation-delay:399.8s;animation-delay:399.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(3999){-webkit-animation-delay:399.9s;animation-delay:399.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4000){-webkit-animation-delay:400s;animation-delay:400s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4001){-webkit-animation-delay:400.1s;animation-delay:400.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4002){-webkit-animation-delay:400.2s;animation-delay:400.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4003){-webkit-animation-delay:400.3s;animation-delay:400.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4004){-webkit-animation-delay:400.4s;animation-delay:400.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4005){-webkit-animation-delay:400.5s;animation-delay:400.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4006){-webkit-animation-delay:400.6s;animation-delay:400.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4007){-webkit-animation-delay:400.7s;animation-delay:400.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4008){-webkit-animation-delay:400.8s;animation-delay:400.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4009){-webkit-animation-delay:400.9s;animation-delay:400.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4010){-webkit-animation-delay:401s;animation-delay:401s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4011){-webkit-animation-delay:401.1s;animation-delay:401.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4012){-webkit-animation-delay:401.2s;animation-delay:401.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4013){-webkit-animation-delay:401.3s;animation-delay:401.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4014){-webkit-animation-delay:401.4s;animation-delay:401.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4015){-webkit-animation-delay:401.5s;animation-delay:401.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4016){-webkit-animation-delay:401.6s;animation-delay:401.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4017){-webkit-animation-delay:401.7s;animation-delay:401.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4018){-webkit-animation-delay:401.8s;animation-delay:401.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4019){-webkit-animation-delay:401.9s;animation-delay:401.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4020){-webkit-animation-delay:402s;animation-delay:402s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4021){-webkit-animation-delay:402.1s;animation-delay:402.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4022){-webkit-animation-delay:402.2s;animation-delay:402.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4023){-webkit-animation-delay:402.3s;animation-delay:402.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4024){-webkit-animation-delay:402.4s;animation-delay:402.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4025){-webkit-animation-delay:402.5s;animation-delay:402.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4026){-webkit-animation-delay:402.6s;animation-delay:402.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4027){-webkit-animation-delay:402.7s;animation-delay:402.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4028){-webkit-animation-delay:402.8s;animation-delay:402.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4029){-webkit-animation-delay:402.9s;animation-delay:402.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4030){-webkit-animation-delay:403s;animation-delay:403s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4031){-webkit-animation-delay:403.1s;animation-delay:403.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4032){-webkit-animation-delay:403.2s;animation-delay:403.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4033){-webkit-animation-delay:403.3s;animation-delay:403.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4034){-webkit-animation-delay:403.4s;animation-delay:403.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4035){-webkit-animation-delay:403.5s;animation-delay:403.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4036){-webkit-animation-delay:403.6s;animation-delay:403.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4037){-webkit-animation-delay:403.7s;animation-delay:403.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4038){-webkit-animation-delay:403.8s;animation-delay:403.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4039){-webkit-animation-delay:403.9s;animation-delay:403.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4040){-webkit-animation-delay:404s;animation-delay:404s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4041){-webkit-animation-delay:404.1s;animation-delay:404.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4042){-webkit-animation-delay:404.2s;animation-delay:404.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4043){-webkit-animation-delay:404.3s;animation-delay:404.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4044){-webkit-animation-delay:404.4s;animation-delay:404.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4045){-webkit-animation-delay:404.5s;animation-delay:404.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4046){-webkit-animation-delay:404.6s;animation-delay:404.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4047){-webkit-animation-delay:404.7s;animation-delay:404.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4048){-webkit-animation-delay:404.8s;animation-delay:404.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4049){-webkit-animation-delay:404.9s;animation-delay:404.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4050){-webkit-animation-delay:405s;animation-delay:405s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4051){-webkit-animation-delay:405.1s;animation-delay:405.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4052){-webkit-animation-delay:405.2s;animation-delay:405.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4053){-webkit-animation-delay:405.3s;animation-delay:405.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4054){-webkit-animation-delay:405.4s;animation-delay:405.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4055){-webkit-animation-delay:405.5s;animation-delay:405.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4056){-webkit-animation-delay:405.6s;animation-delay:405.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4057){-webkit-animation-delay:405.7s;animation-delay:405.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4058){-webkit-animation-delay:405.8s;animation-delay:405.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4059){-webkit-animation-delay:405.9s;animation-delay:405.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4060){-webkit-animation-delay:406s;animation-delay:406s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4061){-webkit-animation-delay:406.1s;animation-delay:406.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4062){-webkit-animation-delay:406.2s;animation-delay:406.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4063){-webkit-animation-delay:406.3s;animation-delay:406.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4064){-webkit-animation-delay:406.4s;animation-delay:406.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4065){-webkit-animation-delay:406.5s;animation-delay:406.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4066){-webkit-animation-delay:406.6s;animation-delay:406.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4067){-webkit-animation-delay:406.7s;animation-delay:406.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4068){-webkit-animation-delay:406.8s;animation-delay:406.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4069){-webkit-animation-delay:406.9s;animation-delay:406.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4070){-webkit-animation-delay:407s;animation-delay:407s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4071){-webkit-animation-delay:407.1s;animation-delay:407.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4072){-webkit-animation-delay:407.2s;animation-delay:407.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4073){-webkit-animation-delay:407.3s;animation-delay:407.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4074){-webkit-animation-delay:407.4s;animation-delay:407.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4075){-webkit-animation-delay:407.5s;animation-delay:407.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4076){-webkit-animation-delay:407.6s;animation-delay:407.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4077){-webkit-animation-delay:407.7s;animation-delay:407.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4078){-webkit-animation-delay:407.8s;animation-delay:407.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4079){-webkit-animation-delay:407.9s;animation-delay:407.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4080){-webkit-animation-delay:408s;animation-delay:408s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4081){-webkit-animation-delay:408.1s;animation-delay:408.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4082){-webkit-animation-delay:408.2s;animation-delay:408.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4083){-webkit-animation-delay:408.3s;animation-delay:408.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4084){-webkit-animation-delay:408.4s;animation-delay:408.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4085){-webkit-animation-delay:408.5s;animation-delay:408.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4086){-webkit-animation-delay:408.6s;animation-delay:408.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4087){-webkit-animation-delay:408.7s;animation-delay:408.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4088){-webkit-animation-delay:408.8s;animation-delay:408.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4089){-webkit-animation-delay:408.9s;animation-delay:408.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4090){-webkit-animation-delay:409s;animation-delay:409s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4091){-webkit-animation-delay:409.1s;animation-delay:409.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4092){-webkit-animation-delay:409.2s;animation-delay:409.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4093){-webkit-animation-delay:409.3s;animation-delay:409.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4094){-webkit-animation-delay:409.4s;animation-delay:409.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4095){-webkit-animation-delay:409.5s;animation-delay:409.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4096){-webkit-animation-delay:409.6s;animation-delay:409.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4097){-webkit-animation-delay:409.7s;animation-delay:409.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4098){-webkit-animation-delay:409.8s;animation-delay:409.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4099){-webkit-animation-delay:409.9s;animation-delay:409.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4100){-webkit-animation-delay:410s;animation-delay:410s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4101){-webkit-animation-delay:410.1s;animation-delay:410.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4102){-webkit-animation-delay:410.2s;animation-delay:410.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4103){-webkit-animation-delay:410.3s;animation-delay:410.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4104){-webkit-animation-delay:410.4s;animation-delay:410.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4105){-webkit-animation-delay:410.5s;animation-delay:410.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4106){-webkit-animation-delay:410.6s;animation-delay:410.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4107){-webkit-animation-delay:410.7s;animation-delay:410.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4108){-webkit-animation-delay:410.8s;animation-delay:410.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4109){-webkit-animation-delay:410.9s;animation-delay:410.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4110){-webkit-animation-delay:411s;animation-delay:411s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4111){-webkit-animation-delay:411.1s;animation-delay:411.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4112){-webkit-animation-delay:411.2s;animation-delay:411.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4113){-webkit-animation-delay:411.3s;animation-delay:411.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4114){-webkit-animation-delay:411.4s;animation-delay:411.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4115){-webkit-animation-delay:411.5s;animation-delay:411.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4116){-webkit-animation-delay:411.6s;animation-delay:411.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4117){-webkit-animation-delay:411.7s;animation-delay:411.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4118){-webkit-animation-delay:411.8s;animation-delay:411.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4119){-webkit-animation-delay:411.9s;animation-delay:411.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4120){-webkit-animation-delay:412s;animation-delay:412s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4121){-webkit-animation-delay:412.1s;animation-delay:412.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4122){-webkit-animation-delay:412.2s;animation-delay:412.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4123){-webkit-animation-delay:412.3s;animation-delay:412.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4124){-webkit-animation-delay:412.4s;animation-delay:412.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4125){-webkit-animation-delay:412.5s;animation-delay:412.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4126){-webkit-animation-delay:412.6s;animation-delay:412.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4127){-webkit-animation-delay:412.7s;animation-delay:412.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4128){-webkit-animation-delay:412.8s;animation-delay:412.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4129){-webkit-animation-delay:412.9s;animation-delay:412.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4130){-webkit-animation-delay:413s;animation-delay:413s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4131){-webkit-animation-delay:413.1s;animation-delay:413.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4132){-webkit-animation-delay:413.2s;animation-delay:413.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4133){-webkit-animation-delay:413.3s;animation-delay:413.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4134){-webkit-animation-delay:413.4s;animation-delay:413.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4135){-webkit-animation-delay:413.5s;animation-delay:413.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4136){-webkit-animation-delay:413.6s;animation-delay:413.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4137){-webkit-animation-delay:413.7s;animation-delay:413.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4138){-webkit-animation-delay:413.8s;animation-delay:413.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4139){-webkit-animation-delay:413.9s;animation-delay:413.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4140){-webkit-animation-delay:414s;animation-delay:414s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4141){-webkit-animation-delay:414.1s;animation-delay:414.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4142){-webkit-animation-delay:414.2s;animation-delay:414.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4143){-webkit-animation-delay:414.3s;animation-delay:414.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4144){-webkit-animation-delay:414.4s;animation-delay:414.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4145){-webkit-animation-delay:414.5s;animation-delay:414.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4146){-webkit-animation-delay:414.6s;animation-delay:414.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4147){-webkit-animation-delay:414.7s;animation-delay:414.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4148){-webkit-animation-delay:414.8s;animation-delay:414.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4149){-webkit-animation-delay:414.9s;animation-delay:414.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4150){-webkit-animation-delay:415s;animation-delay:415s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4151){-webkit-animation-delay:415.1s;animation-delay:415.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4152){-webkit-animation-delay:415.2s;animation-delay:415.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4153){-webkit-animation-delay:415.3s;animation-delay:415.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4154){-webkit-animation-delay:415.4s;animation-delay:415.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4155){-webkit-animation-delay:415.5s;animation-delay:415.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4156){-webkit-animation-delay:415.6s;animation-delay:415.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4157){-webkit-animation-delay:415.7s;animation-delay:415.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4158){-webkit-animation-delay:415.8s;animation-delay:415.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4159){-webkit-animation-delay:415.9s;animation-delay:415.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4160){-webkit-animation-delay:416s;animation-delay:416s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4161){-webkit-animation-delay:416.1s;animation-delay:416.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4162){-webkit-animation-delay:416.2s;animation-delay:416.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4163){-webkit-animation-delay:416.3s;animation-delay:416.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4164){-webkit-animation-delay:416.4s;animation-delay:416.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4165){-webkit-animation-delay:416.5s;animation-delay:416.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4166){-webkit-animation-delay:416.6s;animation-delay:416.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4167){-webkit-animation-delay:416.7s;animation-delay:416.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4168){-webkit-animation-delay:416.8s;animation-delay:416.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4169){-webkit-animation-delay:416.9s;animation-delay:416.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4170){-webkit-animation-delay:417s;animation-delay:417s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4171){-webkit-animation-delay:417.1s;animation-delay:417.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4172){-webkit-animation-delay:417.2s;animation-delay:417.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4173){-webkit-animation-delay:417.3s;animation-delay:417.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4174){-webkit-animation-delay:417.4s;animation-delay:417.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4175){-webkit-animation-delay:417.5s;animation-delay:417.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4176){-webkit-animation-delay:417.6s;animation-delay:417.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4177){-webkit-animation-delay:417.7s;animation-delay:417.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4178){-webkit-animation-delay:417.8s;animation-delay:417.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4179){-webkit-animation-delay:417.9s;animation-delay:417.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4180){-webkit-animation-delay:418s;animation-delay:418s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4181){-webkit-animation-delay:418.1s;animation-delay:418.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4182){-webkit-animation-delay:418.2s;animation-delay:418.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4183){-webkit-animation-delay:418.3s;animation-delay:418.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4184){-webkit-animation-delay:418.4s;animation-delay:418.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4185){-webkit-animation-delay:418.5s;animation-delay:418.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4186){-webkit-animation-delay:418.6s;animation-delay:418.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4187){-webkit-animation-delay:418.7s;animation-delay:418.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4188){-webkit-animation-delay:418.8s;animation-delay:418.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4189){-webkit-animation-delay:418.9s;animation-delay:418.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4190){-webkit-animation-delay:419s;animation-delay:419s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4191){-webkit-animation-delay:419.1s;animation-delay:419.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4192){-webkit-animation-delay:419.2s;animation-delay:419.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4193){-webkit-animation-delay:419.3s;animation-delay:419.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4194){-webkit-animation-delay:419.4s;animation-delay:419.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4195){-webkit-animation-delay:419.5s;animation-delay:419.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4196){-webkit-animation-delay:419.6s;animation-delay:419.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4197){-webkit-animation-delay:419.7s;animation-delay:419.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4198){-webkit-animation-delay:419.8s;animation-delay:419.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4199){-webkit-animation-delay:419.9s;animation-delay:419.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4200){-webkit-animation-delay:420s;animation-delay:420s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4201){-webkit-animation-delay:420.1s;animation-delay:420.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4202){-webkit-animation-delay:420.2s;animation-delay:420.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4203){-webkit-animation-delay:420.3s;animation-delay:420.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4204){-webkit-animation-delay:420.4s;animation-delay:420.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4205){-webkit-animation-delay:420.5s;animation-delay:420.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4206){-webkit-animation-delay:420.6s;animation-delay:420.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4207){-webkit-animation-delay:420.7s;animation-delay:420.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4208){-webkit-animation-delay:420.8s;animation-delay:420.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4209){-webkit-animation-delay:420.9s;animation-delay:420.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4210){-webkit-animation-delay:421s;animation-delay:421s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4211){-webkit-animation-delay:421.1s;animation-delay:421.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4212){-webkit-animation-delay:421.2s;animation-delay:421.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4213){-webkit-animation-delay:421.3s;animation-delay:421.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4214){-webkit-animation-delay:421.4s;animation-delay:421.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4215){-webkit-animation-delay:421.5s;animation-delay:421.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4216){-webkit-animation-delay:421.6s;animation-delay:421.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4217){-webkit-animation-delay:421.7s;animation-delay:421.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4218){-webkit-animation-delay:421.8s;animation-delay:421.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4219){-webkit-animation-delay:421.9s;animation-delay:421.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4220){-webkit-animation-delay:422s;animation-delay:422s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4221){-webkit-animation-delay:422.1s;animation-delay:422.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4222){-webkit-animation-delay:422.2s;animation-delay:422.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4223){-webkit-animation-delay:422.3s;animation-delay:422.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4224){-webkit-animation-delay:422.4s;animation-delay:422.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4225){-webkit-animation-delay:422.5s;animation-delay:422.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4226){-webkit-animation-delay:422.6s;animation-delay:422.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4227){-webkit-animation-delay:422.7s;animation-delay:422.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4228){-webkit-animation-delay:422.8s;animation-delay:422.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4229){-webkit-animation-delay:422.9s;animation-delay:422.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4230){-webkit-animation-delay:423s;animation-delay:423s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4231){-webkit-animation-delay:423.1s;animation-delay:423.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4232){-webkit-animation-delay:423.2s;animation-delay:423.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4233){-webkit-animation-delay:423.3s;animation-delay:423.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4234){-webkit-animation-delay:423.4s;animation-delay:423.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4235){-webkit-animation-delay:423.5s;animation-delay:423.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4236){-webkit-animation-delay:423.6s;animation-delay:423.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4237){-webkit-animation-delay:423.7s;animation-delay:423.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4238){-webkit-animation-delay:423.8s;animation-delay:423.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4239){-webkit-animation-delay:423.9s;animation-delay:423.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4240){-webkit-animation-delay:424s;animation-delay:424s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4241){-webkit-animation-delay:424.1s;animation-delay:424.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4242){-webkit-animation-delay:424.2s;animation-delay:424.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4243){-webkit-animation-delay:424.3s;animation-delay:424.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4244){-webkit-animation-delay:424.4s;animation-delay:424.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4245){-webkit-animation-delay:424.5s;animation-delay:424.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4246){-webkit-animation-delay:424.6s;animation-delay:424.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4247){-webkit-animation-delay:424.7s;animation-delay:424.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4248){-webkit-animation-delay:424.8s;animation-delay:424.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4249){-webkit-animation-delay:424.9s;animation-delay:424.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4250){-webkit-animation-delay:425s;animation-delay:425s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4251){-webkit-animation-delay:425.1s;animation-delay:425.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4252){-webkit-animation-delay:425.2s;animation-delay:425.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4253){-webkit-animation-delay:425.3s;animation-delay:425.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4254){-webkit-animation-delay:425.4s;animation-delay:425.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4255){-webkit-animation-delay:425.5s;animation-delay:425.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4256){-webkit-animation-delay:425.6s;animation-delay:425.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4257){-webkit-animation-delay:425.7s;animation-delay:425.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4258){-webkit-animation-delay:425.8s;animation-delay:425.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4259){-webkit-animation-delay:425.9s;animation-delay:425.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4260){-webkit-animation-delay:426s;animation-delay:426s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4261){-webkit-animation-delay:426.1s;animation-delay:426.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4262){-webkit-animation-delay:426.2s;animation-delay:426.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4263){-webkit-animation-delay:426.3s;animation-delay:426.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4264){-webkit-animation-delay:426.4s;animation-delay:426.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4265){-webkit-animation-delay:426.5s;animation-delay:426.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4266){-webkit-animation-delay:426.6s;animation-delay:426.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4267){-webkit-animation-delay:426.7s;animation-delay:426.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4268){-webkit-animation-delay:426.8s;animation-delay:426.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4269){-webkit-animation-delay:426.9s;animation-delay:426.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4270){-webkit-animation-delay:427s;animation-delay:427s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4271){-webkit-animation-delay:427.1s;animation-delay:427.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4272){-webkit-animation-delay:427.2s;animation-delay:427.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4273){-webkit-animation-delay:427.3s;animation-delay:427.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4274){-webkit-animation-delay:427.4s;animation-delay:427.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4275){-webkit-animation-delay:427.5s;animation-delay:427.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4276){-webkit-animation-delay:427.6s;animation-delay:427.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4277){-webkit-animation-delay:427.7s;animation-delay:427.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4278){-webkit-animation-delay:427.8s;animation-delay:427.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4279){-webkit-animation-delay:427.9s;animation-delay:427.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4280){-webkit-animation-delay:428s;animation-delay:428s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4281){-webkit-animation-delay:428.1s;animation-delay:428.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4282){-webkit-animation-delay:428.2s;animation-delay:428.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4283){-webkit-animation-delay:428.3s;animation-delay:428.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4284){-webkit-animation-delay:428.4s;animation-delay:428.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4285){-webkit-animation-delay:428.5s;animation-delay:428.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4286){-webkit-animation-delay:428.6s;animation-delay:428.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4287){-webkit-animation-delay:428.7s;animation-delay:428.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4288){-webkit-animation-delay:428.8s;animation-delay:428.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4289){-webkit-animation-delay:428.9s;animation-delay:428.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4290){-webkit-animation-delay:429s;animation-delay:429s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4291){-webkit-animation-delay:429.1s;animation-delay:429.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4292){-webkit-animation-delay:429.2s;animation-delay:429.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4293){-webkit-animation-delay:429.3s;animation-delay:429.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4294){-webkit-animation-delay:429.4s;animation-delay:429.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4295){-webkit-animation-delay:429.5s;animation-delay:429.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4296){-webkit-animation-delay:429.6s;animation-delay:429.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4297){-webkit-animation-delay:429.7s;animation-delay:429.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4298){-webkit-animation-delay:429.8s;animation-delay:429.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4299){-webkit-animation-delay:429.9s;animation-delay:429.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4300){-webkit-animation-delay:430s;animation-delay:430s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4301){-webkit-animation-delay:430.1s;animation-delay:430.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4302){-webkit-animation-delay:430.2s;animation-delay:430.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4303){-webkit-animation-delay:430.3s;animation-delay:430.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4304){-webkit-animation-delay:430.4s;animation-delay:430.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4305){-webkit-animation-delay:430.5s;animation-delay:430.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4306){-webkit-animation-delay:430.6s;animation-delay:430.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4307){-webkit-animation-delay:430.7s;animation-delay:430.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4308){-webkit-animation-delay:430.8s;animation-delay:430.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4309){-webkit-animation-delay:430.9s;animation-delay:430.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4310){-webkit-animation-delay:431s;animation-delay:431s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4311){-webkit-animation-delay:431.1s;animation-delay:431.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4312){-webkit-animation-delay:431.2s;animation-delay:431.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4313){-webkit-animation-delay:431.3s;animation-delay:431.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4314){-webkit-animation-delay:431.4s;animation-delay:431.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4315){-webkit-animation-delay:431.5s;animation-delay:431.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4316){-webkit-animation-delay:431.6s;animation-delay:431.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4317){-webkit-animation-delay:431.7s;animation-delay:431.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4318){-webkit-animation-delay:431.8s;animation-delay:431.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4319){-webkit-animation-delay:431.9s;animation-delay:431.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4320){-webkit-animation-delay:432s;animation-delay:432s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4321){-webkit-animation-delay:432.1s;animation-delay:432.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4322){-webkit-animation-delay:432.2s;animation-delay:432.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4323){-webkit-animation-delay:432.3s;animation-delay:432.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4324){-webkit-animation-delay:432.4s;animation-delay:432.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4325){-webkit-animation-delay:432.5s;animation-delay:432.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4326){-webkit-animation-delay:432.6s;animation-delay:432.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4327){-webkit-animation-delay:432.7s;animation-delay:432.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4328){-webkit-animation-delay:432.8s;animation-delay:432.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4329){-webkit-animation-delay:432.9s;animation-delay:432.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4330){-webkit-animation-delay:433s;animation-delay:433s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4331){-webkit-animation-delay:433.1s;animation-delay:433.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4332){-webkit-animation-delay:433.2s;animation-delay:433.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4333){-webkit-animation-delay:433.3s;animation-delay:433.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4334){-webkit-animation-delay:433.4s;animation-delay:433.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4335){-webkit-animation-delay:433.5s;animation-delay:433.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4336){-webkit-animation-delay:433.6s;animation-delay:433.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4337){-webkit-animation-delay:433.7s;animation-delay:433.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4338){-webkit-animation-delay:433.8s;animation-delay:433.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4339){-webkit-animation-delay:433.9s;animation-delay:433.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4340){-webkit-animation-delay:434s;animation-delay:434s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4341){-webkit-animation-delay:434.1s;animation-delay:434.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4342){-webkit-animation-delay:434.2s;animation-delay:434.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4343){-webkit-animation-delay:434.3s;animation-delay:434.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4344){-webkit-animation-delay:434.4s;animation-delay:434.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4345){-webkit-animation-delay:434.5s;animation-delay:434.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4346){-webkit-animation-delay:434.6s;animation-delay:434.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4347){-webkit-animation-delay:434.7s;animation-delay:434.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4348){-webkit-animation-delay:434.8s;animation-delay:434.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4349){-webkit-animation-delay:434.9s;animation-delay:434.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4350){-webkit-animation-delay:435s;animation-delay:435s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4351){-webkit-animation-delay:435.1s;animation-delay:435.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4352){-webkit-animation-delay:435.2s;animation-delay:435.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4353){-webkit-animation-delay:435.3s;animation-delay:435.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4354){-webkit-animation-delay:435.4s;animation-delay:435.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4355){-webkit-animation-delay:435.5s;animation-delay:435.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4356){-webkit-animation-delay:435.6s;animation-delay:435.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4357){-webkit-animation-delay:435.7s;animation-delay:435.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4358){-webkit-animation-delay:435.8s;animation-delay:435.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4359){-webkit-animation-delay:435.9s;animation-delay:435.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4360){-webkit-animation-delay:436s;animation-delay:436s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4361){-webkit-animation-delay:436.1s;animation-delay:436.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4362){-webkit-animation-delay:436.2s;animation-delay:436.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4363){-webkit-animation-delay:436.3s;animation-delay:436.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4364){-webkit-animation-delay:436.4s;animation-delay:436.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4365){-webkit-animation-delay:436.5s;animation-delay:436.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4366){-webkit-animation-delay:436.6s;animation-delay:436.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4367){-webkit-animation-delay:436.7s;animation-delay:436.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4368){-webkit-animation-delay:436.8s;animation-delay:436.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4369){-webkit-animation-delay:436.9s;animation-delay:436.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4370){-webkit-animation-delay:437s;animation-delay:437s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4371){-webkit-animation-delay:437.1s;animation-delay:437.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4372){-webkit-animation-delay:437.2s;animation-delay:437.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4373){-webkit-animation-delay:437.3s;animation-delay:437.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4374){-webkit-animation-delay:437.4s;animation-delay:437.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4375){-webkit-animation-delay:437.5s;animation-delay:437.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4376){-webkit-animation-delay:437.6s;animation-delay:437.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4377){-webkit-animation-delay:437.7s;animation-delay:437.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4378){-webkit-animation-delay:437.8s;animation-delay:437.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4379){-webkit-animation-delay:437.9s;animation-delay:437.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4380){-webkit-animation-delay:438s;animation-delay:438s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4381){-webkit-animation-delay:438.1s;animation-delay:438.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4382){-webkit-animation-delay:438.2s;animation-delay:438.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4383){-webkit-animation-delay:438.3s;animation-delay:438.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4384){-webkit-animation-delay:438.4s;animation-delay:438.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4385){-webkit-animation-delay:438.5s;animation-delay:438.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4386){-webkit-animation-delay:438.6s;animation-delay:438.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4387){-webkit-animation-delay:438.7s;animation-delay:438.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4388){-webkit-animation-delay:438.8s;animation-delay:438.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4389){-webkit-animation-delay:438.9s;animation-delay:438.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4390){-webkit-animation-delay:439s;animation-delay:439s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4391){-webkit-animation-delay:439.1s;animation-delay:439.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4392){-webkit-animation-delay:439.2s;animation-delay:439.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4393){-webkit-animation-delay:439.3s;animation-delay:439.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4394){-webkit-animation-delay:439.4s;animation-delay:439.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4395){-webkit-animation-delay:439.5s;animation-delay:439.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4396){-webkit-animation-delay:439.6s;animation-delay:439.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4397){-webkit-animation-delay:439.7s;animation-delay:439.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4398){-webkit-animation-delay:439.8s;animation-delay:439.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4399){-webkit-animation-delay:439.9s;animation-delay:439.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4400){-webkit-animation-delay:440s;animation-delay:440s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4401){-webkit-animation-delay:440.1s;animation-delay:440.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4402){-webkit-animation-delay:440.2s;animation-delay:440.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4403){-webkit-animation-delay:440.3s;animation-delay:440.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4404){-webkit-animation-delay:440.4s;animation-delay:440.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4405){-webkit-animation-delay:440.5s;animation-delay:440.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4406){-webkit-animation-delay:440.6s;animation-delay:440.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4407){-webkit-animation-delay:440.7s;animation-delay:440.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4408){-webkit-animation-delay:440.8s;animation-delay:440.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4409){-webkit-animation-delay:440.9s;animation-delay:440.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4410){-webkit-animation-delay:441s;animation-delay:441s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4411){-webkit-animation-delay:441.1s;animation-delay:441.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4412){-webkit-animation-delay:441.2s;animation-delay:441.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4413){-webkit-animation-delay:441.3s;animation-delay:441.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4414){-webkit-animation-delay:441.4s;animation-delay:441.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4415){-webkit-animation-delay:441.5s;animation-delay:441.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4416){-webkit-animation-delay:441.6s;animation-delay:441.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4417){-webkit-animation-delay:441.7s;animation-delay:441.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4418){-webkit-animation-delay:441.8s;animation-delay:441.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4419){-webkit-animation-delay:441.9s;animation-delay:441.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4420){-webkit-animation-delay:442s;animation-delay:442s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4421){-webkit-animation-delay:442.1s;animation-delay:442.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4422){-webkit-animation-delay:442.2s;animation-delay:442.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4423){-webkit-animation-delay:442.3s;animation-delay:442.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4424){-webkit-animation-delay:442.4s;animation-delay:442.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4425){-webkit-animation-delay:442.5s;animation-delay:442.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4426){-webkit-animation-delay:442.6s;animation-delay:442.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4427){-webkit-animation-delay:442.7s;animation-delay:442.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4428){-webkit-animation-delay:442.8s;animation-delay:442.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4429){-webkit-animation-delay:442.9s;animation-delay:442.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4430){-webkit-animation-delay:443s;animation-delay:443s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4431){-webkit-animation-delay:443.1s;animation-delay:443.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4432){-webkit-animation-delay:443.2s;animation-delay:443.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4433){-webkit-animation-delay:443.3s;animation-delay:443.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4434){-webkit-animation-delay:443.4s;animation-delay:443.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4435){-webkit-animation-delay:443.5s;animation-delay:443.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4436){-webkit-animation-delay:443.6s;animation-delay:443.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4437){-webkit-animation-delay:443.7s;animation-delay:443.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4438){-webkit-animation-delay:443.8s;animation-delay:443.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4439){-webkit-animation-delay:443.9s;animation-delay:443.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4440){-webkit-animation-delay:444s;animation-delay:444s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4441){-webkit-animation-delay:444.1s;animation-delay:444.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4442){-webkit-animation-delay:444.2s;animation-delay:444.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4443){-webkit-animation-delay:444.3s;animation-delay:444.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4444){-webkit-animation-delay:444.4s;animation-delay:444.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4445){-webkit-animation-delay:444.5s;animation-delay:444.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4446){-webkit-animation-delay:444.6s;animation-delay:444.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4447){-webkit-animation-delay:444.7s;animation-delay:444.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4448){-webkit-animation-delay:444.8s;animation-delay:444.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4449){-webkit-animation-delay:444.9s;animation-delay:444.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4450){-webkit-animation-delay:445s;animation-delay:445s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4451){-webkit-animation-delay:445.1s;animation-delay:445.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4452){-webkit-animation-delay:445.2s;animation-delay:445.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4453){-webkit-animation-delay:445.3s;animation-delay:445.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4454){-webkit-animation-delay:445.4s;animation-delay:445.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4455){-webkit-animation-delay:445.5s;animation-delay:445.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4456){-webkit-animation-delay:445.6s;animation-delay:445.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4457){-webkit-animation-delay:445.7s;animation-delay:445.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4458){-webkit-animation-delay:445.8s;animation-delay:445.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4459){-webkit-animation-delay:445.9s;animation-delay:445.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4460){-webkit-animation-delay:446s;animation-delay:446s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4461){-webkit-animation-delay:446.1s;animation-delay:446.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4462){-webkit-animation-delay:446.2s;animation-delay:446.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4463){-webkit-animation-delay:446.3s;animation-delay:446.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4464){-webkit-animation-delay:446.4s;animation-delay:446.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4465){-webkit-animation-delay:446.5s;animation-delay:446.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4466){-webkit-animation-delay:446.6s;animation-delay:446.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4467){-webkit-animation-delay:446.7s;animation-delay:446.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4468){-webkit-animation-delay:446.8s;animation-delay:446.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4469){-webkit-animation-delay:446.9s;animation-delay:446.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4470){-webkit-animation-delay:447s;animation-delay:447s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4471){-webkit-animation-delay:447.1s;animation-delay:447.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4472){-webkit-animation-delay:447.2s;animation-delay:447.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4473){-webkit-animation-delay:447.3s;animation-delay:447.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4474){-webkit-animation-delay:447.4s;animation-delay:447.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4475){-webkit-animation-delay:447.5s;animation-delay:447.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4476){-webkit-animation-delay:447.6s;animation-delay:447.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4477){-webkit-animation-delay:447.7s;animation-delay:447.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4478){-webkit-animation-delay:447.8s;animation-delay:447.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4479){-webkit-animation-delay:447.9s;animation-delay:447.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4480){-webkit-animation-delay:448s;animation-delay:448s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4481){-webkit-animation-delay:448.1s;animation-delay:448.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4482){-webkit-animation-delay:448.2s;animation-delay:448.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4483){-webkit-animation-delay:448.3s;animation-delay:448.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4484){-webkit-animation-delay:448.4s;animation-delay:448.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4485){-webkit-animation-delay:448.5s;animation-delay:448.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4486){-webkit-animation-delay:448.6s;animation-delay:448.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4487){-webkit-animation-delay:448.7s;animation-delay:448.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4488){-webkit-animation-delay:448.8s;animation-delay:448.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4489){-webkit-animation-delay:448.9s;animation-delay:448.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4490){-webkit-animation-delay:449s;animation-delay:449s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4491){-webkit-animation-delay:449.1s;animation-delay:449.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4492){-webkit-animation-delay:449.2s;animation-delay:449.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4493){-webkit-animation-delay:449.3s;animation-delay:449.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4494){-webkit-animation-delay:449.4s;animation-delay:449.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4495){-webkit-animation-delay:449.5s;animation-delay:449.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4496){-webkit-animation-delay:449.6s;animation-delay:449.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4497){-webkit-animation-delay:449.7s;animation-delay:449.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4498){-webkit-animation-delay:449.8s;animation-delay:449.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4499){-webkit-animation-delay:449.9s;animation-delay:449.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4500){-webkit-animation-delay:450s;animation-delay:450s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4501){-webkit-animation-delay:450.1s;animation-delay:450.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4502){-webkit-animation-delay:450.2s;animation-delay:450.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4503){-webkit-animation-delay:450.3s;animation-delay:450.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4504){-webkit-animation-delay:450.4s;animation-delay:450.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4505){-webkit-animation-delay:450.5s;animation-delay:450.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4506){-webkit-animation-delay:450.6s;animation-delay:450.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4507){-webkit-animation-delay:450.7s;animation-delay:450.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4508){-webkit-animation-delay:450.8s;animation-delay:450.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4509){-webkit-animation-delay:450.9s;animation-delay:450.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4510){-webkit-animation-delay:451s;animation-delay:451s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4511){-webkit-animation-delay:451.1s;animation-delay:451.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4512){-webkit-animation-delay:451.2s;animation-delay:451.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4513){-webkit-animation-delay:451.3s;animation-delay:451.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4514){-webkit-animation-delay:451.4s;animation-delay:451.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4515){-webkit-animation-delay:451.5s;animation-delay:451.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4516){-webkit-animation-delay:451.6s;animation-delay:451.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4517){-webkit-animation-delay:451.7s;animation-delay:451.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4518){-webkit-animation-delay:451.8s;animation-delay:451.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4519){-webkit-animation-delay:451.9s;animation-delay:451.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4520){-webkit-animation-delay:452s;animation-delay:452s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4521){-webkit-animation-delay:452.1s;animation-delay:452.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4522){-webkit-animation-delay:452.2s;animation-delay:452.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4523){-webkit-animation-delay:452.3s;animation-delay:452.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4524){-webkit-animation-delay:452.4s;animation-delay:452.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4525){-webkit-animation-delay:452.5s;animation-delay:452.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4526){-webkit-animation-delay:452.6s;animation-delay:452.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4527){-webkit-animation-delay:452.7s;animation-delay:452.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4528){-webkit-animation-delay:452.8s;animation-delay:452.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4529){-webkit-animation-delay:452.9s;animation-delay:452.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4530){-webkit-animation-delay:453s;animation-delay:453s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4531){-webkit-animation-delay:453.1s;animation-delay:453.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4532){-webkit-animation-delay:453.2s;animation-delay:453.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4533){-webkit-animation-delay:453.3s;animation-delay:453.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4534){-webkit-animation-delay:453.4s;animation-delay:453.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4535){-webkit-animation-delay:453.5s;animation-delay:453.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4536){-webkit-animation-delay:453.6s;animation-delay:453.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4537){-webkit-animation-delay:453.7s;animation-delay:453.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4538){-webkit-animation-delay:453.8s;animation-delay:453.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4539){-webkit-animation-delay:453.9s;animation-delay:453.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4540){-webkit-animation-delay:454s;animation-delay:454s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4541){-webkit-animation-delay:454.1s;animation-delay:454.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4542){-webkit-animation-delay:454.2s;animation-delay:454.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4543){-webkit-animation-delay:454.3s;animation-delay:454.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4544){-webkit-animation-delay:454.4s;animation-delay:454.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4545){-webkit-animation-delay:454.5s;animation-delay:454.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4546){-webkit-animation-delay:454.6s;animation-delay:454.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4547){-webkit-animation-delay:454.7s;animation-delay:454.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4548){-webkit-animation-delay:454.8s;animation-delay:454.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4549){-webkit-animation-delay:454.9s;animation-delay:454.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4550){-webkit-animation-delay:455s;animation-delay:455s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4551){-webkit-animation-delay:455.1s;animation-delay:455.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4552){-webkit-animation-delay:455.2s;animation-delay:455.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4553){-webkit-animation-delay:455.3s;animation-delay:455.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4554){-webkit-animation-delay:455.4s;animation-delay:455.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4555){-webkit-animation-delay:455.5s;animation-delay:455.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4556){-webkit-animation-delay:455.6s;animation-delay:455.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4557){-webkit-animation-delay:455.7s;animation-delay:455.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4558){-webkit-animation-delay:455.8s;animation-delay:455.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4559){-webkit-animation-delay:455.9s;animation-delay:455.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4560){-webkit-animation-delay:456s;animation-delay:456s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4561){-webkit-animation-delay:456.1s;animation-delay:456.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4562){-webkit-animation-delay:456.2s;animation-delay:456.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4563){-webkit-animation-delay:456.3s;animation-delay:456.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4564){-webkit-animation-delay:456.4s;animation-delay:456.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4565){-webkit-animation-delay:456.5s;animation-delay:456.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4566){-webkit-animation-delay:456.6s;animation-delay:456.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4567){-webkit-animation-delay:456.7s;animation-delay:456.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4568){-webkit-animation-delay:456.8s;animation-delay:456.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4569){-webkit-animation-delay:456.9s;animation-delay:456.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4570){-webkit-animation-delay:457s;animation-delay:457s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4571){-webkit-animation-delay:457.1s;animation-delay:457.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4572){-webkit-animation-delay:457.2s;animation-delay:457.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4573){-webkit-animation-delay:457.3s;animation-delay:457.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4574){-webkit-animation-delay:457.4s;animation-delay:457.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4575){-webkit-animation-delay:457.5s;animation-delay:457.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4576){-webkit-animation-delay:457.6s;animation-delay:457.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4577){-webkit-animation-delay:457.7s;animation-delay:457.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4578){-webkit-animation-delay:457.8s;animation-delay:457.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4579){-webkit-animation-delay:457.9s;animation-delay:457.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4580){-webkit-animation-delay:458s;animation-delay:458s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4581){-webkit-animation-delay:458.1s;animation-delay:458.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4582){-webkit-animation-delay:458.2s;animation-delay:458.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4583){-webkit-animation-delay:458.3s;animation-delay:458.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4584){-webkit-animation-delay:458.4s;animation-delay:458.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4585){-webkit-animation-delay:458.5s;animation-delay:458.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4586){-webkit-animation-delay:458.6s;animation-delay:458.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4587){-webkit-animation-delay:458.7s;animation-delay:458.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4588){-webkit-animation-delay:458.8s;animation-delay:458.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4589){-webkit-animation-delay:458.9s;animation-delay:458.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4590){-webkit-animation-delay:459s;animation-delay:459s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4591){-webkit-animation-delay:459.1s;animation-delay:459.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4592){-webkit-animation-delay:459.2s;animation-delay:459.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4593){-webkit-animation-delay:459.3s;animation-delay:459.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4594){-webkit-animation-delay:459.4s;animation-delay:459.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4595){-webkit-animation-delay:459.5s;animation-delay:459.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4596){-webkit-animation-delay:459.6s;animation-delay:459.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4597){-webkit-animation-delay:459.7s;animation-delay:459.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4598){-webkit-animation-delay:459.8s;animation-delay:459.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4599){-webkit-animation-delay:459.9s;animation-delay:459.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4600){-webkit-animation-delay:460s;animation-delay:460s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4601){-webkit-animation-delay:460.1s;animation-delay:460.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4602){-webkit-animation-delay:460.2s;animation-delay:460.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4603){-webkit-animation-delay:460.3s;animation-delay:460.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4604){-webkit-animation-delay:460.4s;animation-delay:460.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4605){-webkit-animation-delay:460.5s;animation-delay:460.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4606){-webkit-animation-delay:460.6s;animation-delay:460.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4607){-webkit-animation-delay:460.7s;animation-delay:460.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4608){-webkit-animation-delay:460.8s;animation-delay:460.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4609){-webkit-animation-delay:460.9s;animation-delay:460.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4610){-webkit-animation-delay:461s;animation-delay:461s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4611){-webkit-animation-delay:461.1s;animation-delay:461.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4612){-webkit-animation-delay:461.2s;animation-delay:461.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4613){-webkit-animation-delay:461.3s;animation-delay:461.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4614){-webkit-animation-delay:461.4s;animation-delay:461.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4615){-webkit-animation-delay:461.5s;animation-delay:461.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4616){-webkit-animation-delay:461.6s;animation-delay:461.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4617){-webkit-animation-delay:461.7s;animation-delay:461.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4618){-webkit-animation-delay:461.8s;animation-delay:461.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4619){-webkit-animation-delay:461.9s;animation-delay:461.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4620){-webkit-animation-delay:462s;animation-delay:462s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4621){-webkit-animation-delay:462.1s;animation-delay:462.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4622){-webkit-animation-delay:462.2s;animation-delay:462.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4623){-webkit-animation-delay:462.3s;animation-delay:462.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4624){-webkit-animation-delay:462.4s;animation-delay:462.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4625){-webkit-animation-delay:462.5s;animation-delay:462.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4626){-webkit-animation-delay:462.6s;animation-delay:462.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4627){-webkit-animation-delay:462.7s;animation-delay:462.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4628){-webkit-animation-delay:462.8s;animation-delay:462.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4629){-webkit-animation-delay:462.9s;animation-delay:462.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4630){-webkit-animation-delay:463s;animation-delay:463s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4631){-webkit-animation-delay:463.1s;animation-delay:463.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4632){-webkit-animation-delay:463.2s;animation-delay:463.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4633){-webkit-animation-delay:463.3s;animation-delay:463.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4634){-webkit-animation-delay:463.4s;animation-delay:463.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4635){-webkit-animation-delay:463.5s;animation-delay:463.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4636){-webkit-animation-delay:463.6s;animation-delay:463.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4637){-webkit-animation-delay:463.7s;animation-delay:463.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4638){-webkit-animation-delay:463.8s;animation-delay:463.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4639){-webkit-animation-delay:463.9s;animation-delay:463.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4640){-webkit-animation-delay:464s;animation-delay:464s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4641){-webkit-animation-delay:464.1s;animation-delay:464.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4642){-webkit-animation-delay:464.2s;animation-delay:464.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4643){-webkit-animation-delay:464.3s;animation-delay:464.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4644){-webkit-animation-delay:464.4s;animation-delay:464.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4645){-webkit-animation-delay:464.5s;animation-delay:464.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4646){-webkit-animation-delay:464.6s;animation-delay:464.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4647){-webkit-animation-delay:464.7s;animation-delay:464.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4648){-webkit-animation-delay:464.8s;animation-delay:464.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4649){-webkit-animation-delay:464.9s;animation-delay:464.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4650){-webkit-animation-delay:465s;animation-delay:465s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4651){-webkit-animation-delay:465.1s;animation-delay:465.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4652){-webkit-animation-delay:465.2s;animation-delay:465.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4653){-webkit-animation-delay:465.3s;animation-delay:465.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4654){-webkit-animation-delay:465.4s;animation-delay:465.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4655){-webkit-animation-delay:465.5s;animation-delay:465.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4656){-webkit-animation-delay:465.6s;animation-delay:465.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4657){-webkit-animation-delay:465.7s;animation-delay:465.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4658){-webkit-animation-delay:465.8s;animation-delay:465.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4659){-webkit-animation-delay:465.9s;animation-delay:465.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4660){-webkit-animation-delay:466s;animation-delay:466s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4661){-webkit-animation-delay:466.1s;animation-delay:466.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4662){-webkit-animation-delay:466.2s;animation-delay:466.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4663){-webkit-animation-delay:466.3s;animation-delay:466.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4664){-webkit-animation-delay:466.4s;animation-delay:466.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4665){-webkit-animation-delay:466.5s;animation-delay:466.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4666){-webkit-animation-delay:466.6s;animation-delay:466.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4667){-webkit-animation-delay:466.7s;animation-delay:466.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4668){-webkit-animation-delay:466.8s;animation-delay:466.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4669){-webkit-animation-delay:466.9s;animation-delay:466.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4670){-webkit-animation-delay:467s;animation-delay:467s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4671){-webkit-animation-delay:467.1s;animation-delay:467.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4672){-webkit-animation-delay:467.2s;animation-delay:467.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4673){-webkit-animation-delay:467.3s;animation-delay:467.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4674){-webkit-animation-delay:467.4s;animation-delay:467.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4675){-webkit-animation-delay:467.5s;animation-delay:467.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4676){-webkit-animation-delay:467.6s;animation-delay:467.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4677){-webkit-animation-delay:467.7s;animation-delay:467.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4678){-webkit-animation-delay:467.8s;animation-delay:467.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4679){-webkit-animation-delay:467.9s;animation-delay:467.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4680){-webkit-animation-delay:468s;animation-delay:468s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4681){-webkit-animation-delay:468.1s;animation-delay:468.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4682){-webkit-animation-delay:468.2s;animation-delay:468.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4683){-webkit-animation-delay:468.3s;animation-delay:468.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4684){-webkit-animation-delay:468.4s;animation-delay:468.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4685){-webkit-animation-delay:468.5s;animation-delay:468.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4686){-webkit-animation-delay:468.6s;animation-delay:468.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4687){-webkit-animation-delay:468.7s;animation-delay:468.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4688){-webkit-animation-delay:468.8s;animation-delay:468.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4689){-webkit-animation-delay:468.9s;animation-delay:468.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4690){-webkit-animation-delay:469s;animation-delay:469s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4691){-webkit-animation-delay:469.1s;animation-delay:469.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4692){-webkit-animation-delay:469.2s;animation-delay:469.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4693){-webkit-animation-delay:469.3s;animation-delay:469.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4694){-webkit-animation-delay:469.4s;animation-delay:469.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4695){-webkit-animation-delay:469.5s;animation-delay:469.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4696){-webkit-animation-delay:469.6s;animation-delay:469.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4697){-webkit-animation-delay:469.7s;animation-delay:469.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4698){-webkit-animation-delay:469.8s;animation-delay:469.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4699){-webkit-animation-delay:469.9s;animation-delay:469.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4700){-webkit-animation-delay:470s;animation-delay:470s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4701){-webkit-animation-delay:470.1s;animation-delay:470.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4702){-webkit-animation-delay:470.2s;animation-delay:470.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4703){-webkit-animation-delay:470.3s;animation-delay:470.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4704){-webkit-animation-delay:470.4s;animation-delay:470.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4705){-webkit-animation-delay:470.5s;animation-delay:470.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4706){-webkit-animation-delay:470.6s;animation-delay:470.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4707){-webkit-animation-delay:470.7s;animation-delay:470.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4708){-webkit-animation-delay:470.8s;animation-delay:470.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4709){-webkit-animation-delay:470.9s;animation-delay:470.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4710){-webkit-animation-delay:471s;animation-delay:471s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4711){-webkit-animation-delay:471.1s;animation-delay:471.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4712){-webkit-animation-delay:471.2s;animation-delay:471.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4713){-webkit-animation-delay:471.3s;animation-delay:471.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4714){-webkit-animation-delay:471.4s;animation-delay:471.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4715){-webkit-animation-delay:471.5s;animation-delay:471.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4716){-webkit-animation-delay:471.6s;animation-delay:471.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4717){-webkit-animation-delay:471.7s;animation-delay:471.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4718){-webkit-animation-delay:471.8s;animation-delay:471.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4719){-webkit-animation-delay:471.9s;animation-delay:471.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4720){-webkit-animation-delay:472s;animation-delay:472s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4721){-webkit-animation-delay:472.1s;animation-delay:472.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4722){-webkit-animation-delay:472.2s;animation-delay:472.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4723){-webkit-animation-delay:472.3s;animation-delay:472.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4724){-webkit-animation-delay:472.4s;animation-delay:472.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4725){-webkit-animation-delay:472.5s;animation-delay:472.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4726){-webkit-animation-delay:472.6s;animation-delay:472.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4727){-webkit-animation-delay:472.7s;animation-delay:472.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4728){-webkit-animation-delay:472.8s;animation-delay:472.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4729){-webkit-animation-delay:472.9s;animation-delay:472.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4730){-webkit-animation-delay:473s;animation-delay:473s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4731){-webkit-animation-delay:473.1s;animation-delay:473.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4732){-webkit-animation-delay:473.2s;animation-delay:473.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4733){-webkit-animation-delay:473.3s;animation-delay:473.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4734){-webkit-animation-delay:473.4s;animation-delay:473.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4735){-webkit-animation-delay:473.5s;animation-delay:473.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4736){-webkit-animation-delay:473.6s;animation-delay:473.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4737){-webkit-animation-delay:473.7s;animation-delay:473.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4738){-webkit-animation-delay:473.8s;animation-delay:473.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4739){-webkit-animation-delay:473.9s;animation-delay:473.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4740){-webkit-animation-delay:474s;animation-delay:474s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4741){-webkit-animation-delay:474.1s;animation-delay:474.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4742){-webkit-animation-delay:474.2s;animation-delay:474.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4743){-webkit-animation-delay:474.3s;animation-delay:474.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4744){-webkit-animation-delay:474.4s;animation-delay:474.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4745){-webkit-animation-delay:474.5s;animation-delay:474.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4746){-webkit-animation-delay:474.6s;animation-delay:474.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4747){-webkit-animation-delay:474.7s;animation-delay:474.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4748){-webkit-animation-delay:474.8s;animation-delay:474.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4749){-webkit-animation-delay:474.9s;animation-delay:474.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4750){-webkit-animation-delay:475s;animation-delay:475s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4751){-webkit-animation-delay:475.1s;animation-delay:475.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4752){-webkit-animation-delay:475.2s;animation-delay:475.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4753){-webkit-animation-delay:475.3s;animation-delay:475.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4754){-webkit-animation-delay:475.4s;animation-delay:475.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4755){-webkit-animation-delay:475.5s;animation-delay:475.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4756){-webkit-animation-delay:475.6s;animation-delay:475.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4757){-webkit-animation-delay:475.7s;animation-delay:475.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4758){-webkit-animation-delay:475.8s;animation-delay:475.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4759){-webkit-animation-delay:475.9s;animation-delay:475.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4760){-webkit-animation-delay:476s;animation-delay:476s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4761){-webkit-animation-delay:476.1s;animation-delay:476.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4762){-webkit-animation-delay:476.2s;animation-delay:476.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4763){-webkit-animation-delay:476.3s;animation-delay:476.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4764){-webkit-animation-delay:476.4s;animation-delay:476.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4765){-webkit-animation-delay:476.5s;animation-delay:476.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4766){-webkit-animation-delay:476.6s;animation-delay:476.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4767){-webkit-animation-delay:476.7s;animation-delay:476.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4768){-webkit-animation-delay:476.8s;animation-delay:476.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4769){-webkit-animation-delay:476.9s;animation-delay:476.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4770){-webkit-animation-delay:477s;animation-delay:477s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4771){-webkit-animation-delay:477.1s;animation-delay:477.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4772){-webkit-animation-delay:477.2s;animation-delay:477.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4773){-webkit-animation-delay:477.3s;animation-delay:477.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4774){-webkit-animation-delay:477.4s;animation-delay:477.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4775){-webkit-animation-delay:477.5s;animation-delay:477.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4776){-webkit-animation-delay:477.6s;animation-delay:477.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4777){-webkit-animation-delay:477.7s;animation-delay:477.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4778){-webkit-animation-delay:477.8s;animation-delay:477.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4779){-webkit-animation-delay:477.9s;animation-delay:477.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4780){-webkit-animation-delay:478s;animation-delay:478s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4781){-webkit-animation-delay:478.1s;animation-delay:478.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4782){-webkit-animation-delay:478.2s;animation-delay:478.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4783){-webkit-animation-delay:478.3s;animation-delay:478.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4784){-webkit-animation-delay:478.4s;animation-delay:478.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4785){-webkit-animation-delay:478.5s;animation-delay:478.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4786){-webkit-animation-delay:478.6s;animation-delay:478.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4787){-webkit-animation-delay:478.7s;animation-delay:478.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4788){-webkit-animation-delay:478.8s;animation-delay:478.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4789){-webkit-animation-delay:478.9s;animation-delay:478.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4790){-webkit-animation-delay:479s;animation-delay:479s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4791){-webkit-animation-delay:479.1s;animation-delay:479.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4792){-webkit-animation-delay:479.2s;animation-delay:479.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4793){-webkit-animation-delay:479.3s;animation-delay:479.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4794){-webkit-animation-delay:479.4s;animation-delay:479.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4795){-webkit-animation-delay:479.5s;animation-delay:479.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4796){-webkit-animation-delay:479.6s;animation-delay:479.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4797){-webkit-animation-delay:479.7s;animation-delay:479.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4798){-webkit-animation-delay:479.8s;animation-delay:479.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4799){-webkit-animation-delay:479.9s;animation-delay:479.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4800){-webkit-animation-delay:480s;animation-delay:480s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4801){-webkit-animation-delay:480.1s;animation-delay:480.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4802){-webkit-animation-delay:480.2s;animation-delay:480.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4803){-webkit-animation-delay:480.3s;animation-delay:480.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4804){-webkit-animation-delay:480.4s;animation-delay:480.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4805){-webkit-animation-delay:480.5s;animation-delay:480.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4806){-webkit-animation-delay:480.6s;animation-delay:480.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4807){-webkit-animation-delay:480.7s;animation-delay:480.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4808){-webkit-animation-delay:480.8s;animation-delay:480.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4809){-webkit-animation-delay:480.9s;animation-delay:480.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4810){-webkit-animation-delay:481s;animation-delay:481s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4811){-webkit-animation-delay:481.1s;animation-delay:481.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4812){-webkit-animation-delay:481.2s;animation-delay:481.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4813){-webkit-animation-delay:481.3s;animation-delay:481.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4814){-webkit-animation-delay:481.4s;animation-delay:481.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4815){-webkit-animation-delay:481.5s;animation-delay:481.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4816){-webkit-animation-delay:481.6s;animation-delay:481.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4817){-webkit-animation-delay:481.7s;animation-delay:481.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4818){-webkit-animation-delay:481.8s;animation-delay:481.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4819){-webkit-animation-delay:481.9s;animation-delay:481.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4820){-webkit-animation-delay:482s;animation-delay:482s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4821){-webkit-animation-delay:482.1s;animation-delay:482.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4822){-webkit-animation-delay:482.2s;animation-delay:482.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4823){-webkit-animation-delay:482.3s;animation-delay:482.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4824){-webkit-animation-delay:482.4s;animation-delay:482.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4825){-webkit-animation-delay:482.5s;animation-delay:482.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4826){-webkit-animation-delay:482.6s;animation-delay:482.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4827){-webkit-animation-delay:482.7s;animation-delay:482.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4828){-webkit-animation-delay:482.8s;animation-delay:482.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4829){-webkit-animation-delay:482.9s;animation-delay:482.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4830){-webkit-animation-delay:483s;animation-delay:483s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4831){-webkit-animation-delay:483.1s;animation-delay:483.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4832){-webkit-animation-delay:483.2s;animation-delay:483.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4833){-webkit-animation-delay:483.3s;animation-delay:483.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4834){-webkit-animation-delay:483.4s;animation-delay:483.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4835){-webkit-animation-delay:483.5s;animation-delay:483.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4836){-webkit-animation-delay:483.6s;animation-delay:483.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4837){-webkit-animation-delay:483.7s;animation-delay:483.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4838){-webkit-animation-delay:483.8s;animation-delay:483.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4839){-webkit-animation-delay:483.9s;animation-delay:483.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4840){-webkit-animation-delay:484s;animation-delay:484s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4841){-webkit-animation-delay:484.1s;animation-delay:484.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4842){-webkit-animation-delay:484.2s;animation-delay:484.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4843){-webkit-animation-delay:484.3s;animation-delay:484.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4844){-webkit-animation-delay:484.4s;animation-delay:484.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4845){-webkit-animation-delay:484.5s;animation-delay:484.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4846){-webkit-animation-delay:484.6s;animation-delay:484.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4847){-webkit-animation-delay:484.7s;animation-delay:484.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4848){-webkit-animation-delay:484.8s;animation-delay:484.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4849){-webkit-animation-delay:484.9s;animation-delay:484.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4850){-webkit-animation-delay:485s;animation-delay:485s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4851){-webkit-animation-delay:485.1s;animation-delay:485.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4852){-webkit-animation-delay:485.2s;animation-delay:485.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4853){-webkit-animation-delay:485.3s;animation-delay:485.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4854){-webkit-animation-delay:485.4s;animation-delay:485.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4855){-webkit-animation-delay:485.5s;animation-delay:485.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4856){-webkit-animation-delay:485.6s;animation-delay:485.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4857){-webkit-animation-delay:485.7s;animation-delay:485.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4858){-webkit-animation-delay:485.8s;animation-delay:485.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4859){-webkit-animation-delay:485.9s;animation-delay:485.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4860){-webkit-animation-delay:486s;animation-delay:486s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4861){-webkit-animation-delay:486.1s;animation-delay:486.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4862){-webkit-animation-delay:486.2s;animation-delay:486.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4863){-webkit-animation-delay:486.3s;animation-delay:486.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4864){-webkit-animation-delay:486.4s;animation-delay:486.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4865){-webkit-animation-delay:486.5s;animation-delay:486.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4866){-webkit-animation-delay:486.6s;animation-delay:486.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4867){-webkit-animation-delay:486.7s;animation-delay:486.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4868){-webkit-animation-delay:486.8s;animation-delay:486.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4869){-webkit-animation-delay:486.9s;animation-delay:486.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4870){-webkit-animation-delay:487s;animation-delay:487s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4871){-webkit-animation-delay:487.1s;animation-delay:487.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4872){-webkit-animation-delay:487.2s;animation-delay:487.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4873){-webkit-animation-delay:487.3s;animation-delay:487.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4874){-webkit-animation-delay:487.4s;animation-delay:487.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4875){-webkit-animation-delay:487.5s;animation-delay:487.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4876){-webkit-animation-delay:487.6s;animation-delay:487.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4877){-webkit-animation-delay:487.7s;animation-delay:487.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4878){-webkit-animation-delay:487.8s;animation-delay:487.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4879){-webkit-animation-delay:487.9s;animation-delay:487.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4880){-webkit-animation-delay:488s;animation-delay:488s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4881){-webkit-animation-delay:488.1s;animation-delay:488.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4882){-webkit-animation-delay:488.2s;animation-delay:488.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4883){-webkit-animation-delay:488.3s;animation-delay:488.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4884){-webkit-animation-delay:488.4s;animation-delay:488.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4885){-webkit-animation-delay:488.5s;animation-delay:488.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4886){-webkit-animation-delay:488.6s;animation-delay:488.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4887){-webkit-animation-delay:488.7s;animation-delay:488.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4888){-webkit-animation-delay:488.8s;animation-delay:488.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4889){-webkit-animation-delay:488.9s;animation-delay:488.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4890){-webkit-animation-delay:489s;animation-delay:489s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4891){-webkit-animation-delay:489.1s;animation-delay:489.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4892){-webkit-animation-delay:489.2s;animation-delay:489.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4893){-webkit-animation-delay:489.3s;animation-delay:489.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4894){-webkit-animation-delay:489.4s;animation-delay:489.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4895){-webkit-animation-delay:489.5s;animation-delay:489.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4896){-webkit-animation-delay:489.6s;animation-delay:489.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4897){-webkit-animation-delay:489.7s;animation-delay:489.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4898){-webkit-animation-delay:489.8s;animation-delay:489.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4899){-webkit-animation-delay:489.9s;animation-delay:489.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4900){-webkit-animation-delay:490s;animation-delay:490s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4901){-webkit-animation-delay:490.1s;animation-delay:490.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4902){-webkit-animation-delay:490.2s;animation-delay:490.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4903){-webkit-animation-delay:490.3s;animation-delay:490.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4904){-webkit-animation-delay:490.4s;animation-delay:490.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4905){-webkit-animation-delay:490.5s;animation-delay:490.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4906){-webkit-animation-delay:490.6s;animation-delay:490.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4907){-webkit-animation-delay:490.7s;animation-delay:490.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4908){-webkit-animation-delay:490.8s;animation-delay:490.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4909){-webkit-animation-delay:490.9s;animation-delay:490.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4910){-webkit-animation-delay:491s;animation-delay:491s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4911){-webkit-animation-delay:491.1s;animation-delay:491.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4912){-webkit-animation-delay:491.2s;animation-delay:491.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4913){-webkit-animation-delay:491.3s;animation-delay:491.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4914){-webkit-animation-delay:491.4s;animation-delay:491.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4915){-webkit-animation-delay:491.5s;animation-delay:491.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4916){-webkit-animation-delay:491.6s;animation-delay:491.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4917){-webkit-animation-delay:491.7s;animation-delay:491.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4918){-webkit-animation-delay:491.8s;animation-delay:491.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4919){-webkit-animation-delay:491.9s;animation-delay:491.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4920){-webkit-animation-delay:492s;animation-delay:492s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4921){-webkit-animation-delay:492.1s;animation-delay:492.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4922){-webkit-animation-delay:492.2s;animation-delay:492.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4923){-webkit-animation-delay:492.3s;animation-delay:492.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4924){-webkit-animation-delay:492.4s;animation-delay:492.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4925){-webkit-animation-delay:492.5s;animation-delay:492.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4926){-webkit-animation-delay:492.6s;animation-delay:492.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4927){-webkit-animation-delay:492.7s;animation-delay:492.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4928){-webkit-animation-delay:492.8s;animation-delay:492.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4929){-webkit-animation-delay:492.9s;animation-delay:492.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4930){-webkit-animation-delay:493s;animation-delay:493s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4931){-webkit-animation-delay:493.1s;animation-delay:493.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4932){-webkit-animation-delay:493.2s;animation-delay:493.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4933){-webkit-animation-delay:493.3s;animation-delay:493.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4934){-webkit-animation-delay:493.4s;animation-delay:493.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4935){-webkit-animation-delay:493.5s;animation-delay:493.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4936){-webkit-animation-delay:493.6s;animation-delay:493.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4937){-webkit-animation-delay:493.7s;animation-delay:493.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4938){-webkit-animation-delay:493.8s;animation-delay:493.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4939){-webkit-animation-delay:493.9s;animation-delay:493.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4940){-webkit-animation-delay:494s;animation-delay:494s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4941){-webkit-animation-delay:494.1s;animation-delay:494.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4942){-webkit-animation-delay:494.2s;animation-delay:494.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4943){-webkit-animation-delay:494.3s;animation-delay:494.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4944){-webkit-animation-delay:494.4s;animation-delay:494.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4945){-webkit-animation-delay:494.5s;animation-delay:494.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4946){-webkit-animation-delay:494.6s;animation-delay:494.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4947){-webkit-animation-delay:494.7s;animation-delay:494.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4948){-webkit-animation-delay:494.8s;animation-delay:494.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4949){-webkit-animation-delay:494.9s;animation-delay:494.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4950){-webkit-animation-delay:495s;animation-delay:495s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4951){-webkit-animation-delay:495.1s;animation-delay:495.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4952){-webkit-animation-delay:495.2s;animation-delay:495.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4953){-webkit-animation-delay:495.3s;animation-delay:495.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4954){-webkit-animation-delay:495.4s;animation-delay:495.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4955){-webkit-animation-delay:495.5s;animation-delay:495.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4956){-webkit-animation-delay:495.6s;animation-delay:495.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4957){-webkit-animation-delay:495.7s;animation-delay:495.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4958){-webkit-animation-delay:495.8s;animation-delay:495.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4959){-webkit-animation-delay:495.9s;animation-delay:495.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4960){-webkit-animation-delay:496s;animation-delay:496s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4961){-webkit-animation-delay:496.1s;animation-delay:496.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4962){-webkit-animation-delay:496.2s;animation-delay:496.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4963){-webkit-animation-delay:496.3s;animation-delay:496.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4964){-webkit-animation-delay:496.4s;animation-delay:496.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4965){-webkit-animation-delay:496.5s;animation-delay:496.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4966){-webkit-animation-delay:496.6s;animation-delay:496.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4967){-webkit-animation-delay:496.7s;animation-delay:496.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4968){-webkit-animation-delay:496.8s;animation-delay:496.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4969){-webkit-animation-delay:496.9s;animation-delay:496.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4970){-webkit-animation-delay:497s;animation-delay:497s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4971){-webkit-animation-delay:497.1s;animation-delay:497.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4972){-webkit-animation-delay:497.2s;animation-delay:497.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4973){-webkit-animation-delay:497.3s;animation-delay:497.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4974){-webkit-animation-delay:497.4s;animation-delay:497.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4975){-webkit-animation-delay:497.5s;animation-delay:497.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4976){-webkit-animation-delay:497.6s;animation-delay:497.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4977){-webkit-animation-delay:497.7s;animation-delay:497.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4978){-webkit-animation-delay:497.8s;animation-delay:497.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4979){-webkit-animation-delay:497.9s;animation-delay:497.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4980){-webkit-animation-delay:498s;animation-delay:498s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4981){-webkit-animation-delay:498.1s;animation-delay:498.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4982){-webkit-animation-delay:498.2s;animation-delay:498.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4983){-webkit-animation-delay:498.3s;animation-delay:498.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4984){-webkit-animation-delay:498.4s;animation-delay:498.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4985){-webkit-animation-delay:498.5s;animation-delay:498.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4986){-webkit-animation-delay:498.6s;animation-delay:498.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4987){-webkit-animation-delay:498.7s;animation-delay:498.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4988){-webkit-animation-delay:498.8s;animation-delay:498.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4989){-webkit-animation-delay:498.9s;animation-delay:498.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4990){-webkit-animation-delay:499s;animation-delay:499s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4991){-webkit-animation-delay:499.1s;animation-delay:499.1s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4992){-webkit-animation-delay:499.2s;animation-delay:499.2s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4993){-webkit-animation-delay:499.3s;animation-delay:499.3s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4994){-webkit-animation-delay:499.4s;animation-delay:499.4s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4995){-webkit-animation-delay:499.5s;animation-delay:499.5s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4996){-webkit-animation-delay:499.6s;animation-delay:499.6s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4997){-webkit-animation-delay:499.7s;animation-delay:499.7s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4998){-webkit-animation-delay:499.8s;animation-delay:499.8s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(4999){-webkit-animation-delay:499.9s;animation-delay:499.9s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li:nth-child(5000){-webkit-animation-delay:500s;animation-delay:500s}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:5.75rem}.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper .todo-item-action a{cursor:pointer;font-size:1.2rem;line-height:1.5}.todo-application .content-area-wrapper .content-right .todo-task-list .no-results{display:none;padding:1.5rem;text-align:center}.todo-application .content-area-wrapper .content-right .todo-task-list .no-results.show{display:block}@-webkit-keyframes fadeIn{0%{opacity:0;top:100px}75%{opacity:.5;top:0}100%{opacity:1}}@media (max-width:575.98px){.todo-application .app-content .sidebar-left .todo-sidebar{left:-1.12rem!important}}@media (max-width:767.98px){.todo-application .sidebar-content .sidebar-close-icon{visibility:visible!important}}@media (max-width:991.98px){.todo-application .app-content .sidebar-left .todo-sidebar{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:fixed;z-index:5;left:-2px}.todo-application .app-content .sidebar-left.show .todo-sidebar{-webkit-transform:translateX(13%);-ms-transform:translateX(13%);transform:translateX(13%);-webkit-transition:all .3s ease;transition:all .3s ease;display:block}.todo-application .app-content .content-right{width:100%}.todo-application .app-content .content-right .todo-app-list-wrapper{border-left:0}.todo-application .app-content .content-right .app-fixed-search{border-top-left-radius:.5rem}}@media (max-width:575.98px){.content-right .todo-task-list .todo-title-wrapper,.todo-title-area{display:block!important}.content-right .todo-task-list .todo-title-wrapper .todo-item-action{float:none!important;width:100%!important;display:block!important;margin-top:.5rem}.content-right .todo-task-list .todo-title-wrapper .todo-item-action a{margin-right:1rem}}@media (max-width:349.98px){.todo-application .content-area-wrapper .sidebar .todo-sidebar{width:230px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.todo-application .content-area-wrapper .content-right .todo-task-list .todo-task-list-wrapper li{padding-top:0}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-user.css b/www/assets2/css/pages/app-user.css
new file mode 100644
index 0000000..d2185eb
--- /dev/null
+++ b/www/assets2/css/pages/app-user.css
@@ -0,0 +1,57 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* user page css */
+/*---------------*/
+.users-list-wrapper .actions-dropodown {
+ box-shadow : 0 2px 8px 0 rgba(0, 0, 0, 0.14);
+ border-radius : 0.5rem;
+}
+
+.users-list-wrapper a, .users-list-wrapper span {
+ color : inherit;
+}
+.users-list-wrapper a i, .users-list-wrapper span i {
+ cursor : pointer;
+ font-size : 1.2rem;
+}
+.users-list-wrapper a i.users-delete-icon, .users-list-wrapper span i.users-delete-icon {
+ font-size : 1.2rem;
+}
+.users-list-wrapper a i.users-delete-icon:hover, .users-list-wrapper span i.users-delete-icon:hover {
+ color : #EA5455;
+}
+.users-list-wrapper a i.users-edit-icon:hover, .users-list-wrapper span i.users-edit-icon:hover {
+ color : #7367F0;
+}
+
+.users-list-wrapper .badge {
+ text-transform : uppercase;
+}
+
+.users-list-wrapper .ag-icon-checkbox-unchecked {
+ color : #B8C2CC !important;
+ font-size : 22px;
+}
+
+.users-list-wrapper .ag-icon-checkbox-checked, .users-list-wrapper .ag-icon-checkbox-indeterminate {
+ font-size : 22px;
+}
+
+.page-users-view .users-view-image {
+ width : 150px;
+}
+
+.page-users-view table td {
+ padding-bottom : 0.8rem;
+ min-width : 140px;
+ word-break : break-word;
+}
+
+.page-users-view .users-view-permission table td, .page-users-view .users-view-permission table th {
+ padding-bottom : 0;
+}
+
+.page-users-edit .users-avatar-shadow {
+ box-shadow : 2px 4px 14px 0 rgba(34, 41, 47, 0.4);
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-user.min.css b/www/assets2/css/pages/app-user.min.css
new file mode 100644
index 0000000..7b77971
--- /dev/null
+++ b/www/assets2/css/pages/app-user.min.css
@@ -0,0 +1 @@
+.users-list-wrapper .actions-dropodown{box-shadow:0 2px 8px 0 rgba(0,0,0,.14);border-radius:.5rem}.users-list-wrapper a,.users-list-wrapper span{color:inherit}.users-list-wrapper a i,.users-list-wrapper span i{cursor:pointer;font-size:1.2rem}.users-list-wrapper a i.users-delete-icon,.users-list-wrapper span i.users-delete-icon{font-size:1.2rem}.users-list-wrapper a i.users-delete-icon:hover,.users-list-wrapper span i.users-delete-icon:hover{color:#EA5455}.users-list-wrapper a i.users-edit-icon:hover,.users-list-wrapper span i.users-edit-icon:hover{color:#7367F0}.users-list-wrapper .badge{text-transform:uppercase}.users-list-wrapper .ag-icon-checkbox-unchecked{color:#B8C2CC!important;font-size:22px}.users-list-wrapper .ag-icon-checkbox-checked,.users-list-wrapper .ag-icon-checkbox-indeterminate{font-size:22px}.page-users-view .users-view-image{width:150px}.page-users-view table td{padding-bottom:.8rem;min-width:140px;word-break:break-word}.page-users-view .users-view-permission table td,.page-users-view .users-view-permission table th{padding-bottom:0}.page-users-edit .users-avatar-shadow{box-shadow:2px 4px 14px 0 rgba(34,41,47,.4)}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-users.css b/www/assets2/css/pages/app-users.css
new file mode 100644
index 0000000..696c847
--- /dev/null
+++ b/www/assets2/css/pages/app-users.css
@@ -0,0 +1,189 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.dataTables_wrapper .dataTables_length {
+ display : inline-block;
+}
+.dataTables_wrapper .dataTables_length .custom-select {
+ width : 6.714rem !important;
+ height : 3rem;
+ border-radius : 1.428rem;
+ border : 1px solid #DAE1E7;
+ font-size : 1rem;
+ margin-bottom : 1.5rem;
+ background-position : calc(100% - 8px) 13px, calc(100% - 13px) 13px, 100% 0 !important;
+}
+.dataTables_wrapper .dataTables_length .custom-select:focus {
+ box-shadow : none;
+}
+
+.dataTables_wrapper .dataTables_filter {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : end;
+ -webkit-justify-content : flex-end;
+ -ms-flex-pack : end;
+ justify-content : flex-end;
+}
+.dataTables_wrapper .dataTables_filter .form-control {
+ border-radius : 1.428rem;
+ border : 1px solid #DAE1E7;
+ font-size : 1rem;
+ width : 197px;
+ height : 40px;
+ padding-left : 2.2rem;
+}
+.dataTables_wrapper .dataTables_filter label {
+ position : relative;
+}
+.dataTables_wrapper .dataTables_filter label:after {
+ content : '\e8bd';
+ font-family : 'feather';
+ position : absolute;
+ left : 1.428rem;
+ top : 10px;
+ font-size : 1.1rem;
+ color : #DAE1E7;
+}
+
+.dataTables_wrapper .dt-checkboxes-select-all input, .dataTables_wrapper .dt-checkboxes-select input {
+ width : 0;
+ position : relative;
+}
+.dataTables_wrapper .dt-checkboxes-select-all input:before, .dataTables_wrapper .dt-checkboxes-select input:before {
+ border : 2px solid #B4B4B4;
+ content : '';
+ width : 1.071rem;
+ height : 1.071rem;
+ padding : 0;
+ border-radius : 2px;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ -webkit-transform : rotate(-90deg);
+ -ms-transform : rotate(-90deg);
+ transform : rotate(-90deg);
+ overflow : hidden;
+ transition : all 0.2s ease;
+ position : absolute;
+}
+.dataTables_wrapper .dt-checkboxes-select-all input:after, .dataTables_wrapper .dt-checkboxes-select input:after {
+ background-color : #7367F0;
+ border : 2px solid #7367F0;
+ font-family : 'feather';
+ content : '\e83f';
+ font-size : 0.75rem;
+ line-height : 1.2;
+ color : #FFFFFF;
+ opacity : 0;
+ position : absolute;
+ width : 0.928rem;
+ height : 1rem;
+ -webkit-transform : translate(100%);
+ -ms-transform : translate(100%);
+ transform : translate(100%);
+ -webkit-transform-origin : right;
+ -ms-transform-origin : right;
+ transform-origin : right;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ overflow : hidden;
+}
+.dataTables_wrapper .dt-checkboxes-select-all input:active:checked:after, .dataTables_wrapper .dt-checkboxes-select input:active:checked:after {
+ -webkit-transform : translate(3px);
+ -ms-transform : translate(3px);
+ transform : translate(3px);
+}
+.dataTables_wrapper .dt-checkboxes-select-all input:checked:before, .dataTables_wrapper .dt-checkboxes-select input:checked:before {
+ border : 2px solid #7367F0;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+}
+.dataTables_wrapper .dt-checkboxes-select-all input:checked:after, .dataTables_wrapper .dt-checkboxes-select input:checked:after {
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ opacity : 1;
+ -webkit-transform : translate(0);
+ -ms-transform : translate(0);
+ transform : translate(0);
+}
+
+.dataTables_wrapper .dataTable thead tr th:first-child {
+ padding-right : 2rem;
+}
+
+.dataTables_wrapper .dataTable tbody .select-checkbox:before, .dataTables_wrapper .dataTable tbody .select-checkbox:after {
+ display : none !important;
+}
+
+.dataTables_wrapper .dataTable tbody tr.selected {
+ border-radius : 0;
+}
+
+.dataTables_wrapper .dataTable tbody tr td:first-child {
+ padding-right : 2rem;
+}
+
+.dataTables_wrapper .dataTable tbody tr td .user-info {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+
+.dataTables_wrapper .dataTables_paginate .pagination {
+ -webkit-box-pack : center !important;
+ -webkit-justify-content : center !important;
+ -ms-flex-pack : center !important;
+ justify-content : center !important;
+}
+
+@media (max-width: 1199.98px) {
+ .dataTables_wrapper .dataTable tbody tr td:nth-child(2) {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-flex-wrap : wrap;
+ -ms-flex-wrap : wrap;
+ flex-wrap : wrap;
+ }
+}
+
+_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input, _:-ms-lang(x) tbody tr th.dt-checkboxes-cell input, _:-ms-lang(x) thead tr td.dt-checkboxes-cell input, _:-ms-lang(x) thead tr th.dt-checkboxes-cell input, .dataTable tbody tr td.dt-checkboxes-cell input, .dataTable tbody tr th.dt-checkboxes-cell input, .dataTable thead tr td.dt-checkboxes-cell input, .dataTable thead tr th.dt-checkboxes-cell input {
+ width : auto !important;
+}
+
+@supports (-moz-osx-font-smoothing: auto) {
+ .dataTable input {
+ width : auto !important;
+ }
+}
+
+@media not all and (min-resolution: 0.001dpcm) {
+ @supports (-webkit-appearance: none) {
+ .dataTable tbody td.dt-checkboxes-cell input:after {
+ left : -0.485rem;
+ }
+ .dataTable .dt-checkboxes-cell input {
+ -webkit-appearance : none;
+ top : -10px;
+ }
+ }
+}
+
+.dataTable .mac-checkbox {
+ -webkit-appearance : none;
+ outline : none;
+ width : auto;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/app-users.min.css b/www/assets2/css/pages/app-users.min.css
new file mode 100644
index 0000000..6ede7ea
--- /dev/null
+++ b/www/assets2/css/pages/app-users.min.css
@@ -0,0 +1 @@
+.dataTables_wrapper .dataTables_length{display:inline-block}.dataTables_wrapper .dataTables_length .custom-select{width:6.714rem!important;height:3rem;border-radius:1.428rem;border:1px solid #DAE1E7;font-size:1rem;margin-bottom:1.5rem;background-position:calc(100% - 8px) 13px,calc(100% - 13px) 13px,100% 0!important}.dataTables_wrapper .dataTables_length .custom-select:focus{box-shadow:none}.dataTables_wrapper .dataTables_filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_wrapper .dataTables_filter .form-control{border-radius:1.428rem;border:1px solid #DAE1E7;font-size:1rem;width:197px;height:40px;padding-left:2.2rem}.dataTables_wrapper .dataTables_filter label{position:relative}.dataTables_wrapper .dataTables_filter label:after{content:'\e8bd';font-family:feather;position:absolute;left:1.428rem;top:10px;font-size:1.1rem;color:#DAE1E7}.dataTables_wrapper .dt-checkboxes-select input,.dataTables_wrapper .dt-checkboxes-select-all input{width:0;position:relative}.dataTables_wrapper .dt-checkboxes-select input:before,.dataTables_wrapper .dt-checkboxes-select-all input:before{border:2px solid #B4B4B4;content:'';width:1.071rem;height:1.071rem;padding:0;border-radius:2px;-webkit-transition:all .2s ease;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);overflow:hidden;transition:all .2s ease;position:absolute}.dataTables_wrapper .dataTable tbody tr td:first-child,.dataTables_wrapper .dataTable thead tr th:first-child{padding-right:2rem}.dataTables_wrapper .dt-checkboxes-select input:after,.dataTables_wrapper .dt-checkboxes-select-all input:after{background-color:#7367F0;border:2px solid #7367F0;font-family:feather;content:'\e83f';font-size:.75rem;line-height:1.2;color:#FFF;opacity:0;position:absolute;width:.928rem;height:1rem;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden}.dataTables_wrapper .dt-checkboxes-select input:active:checked:after,.dataTables_wrapper .dt-checkboxes-select-all input:active:checked:after{-webkit-transform:translate(3px);-ms-transform:translate(3px);transform:translate(3px)}.dataTables_wrapper .dt-checkboxes-select input:checked:before,.dataTables_wrapper .dt-checkboxes-select-all input:checked:before{border:2px solid #7367F0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.dataTables_wrapper .dt-checkboxes-select input:checked:after,.dataTables_wrapper .dt-checkboxes-select-all input:checked:after{-webkit-transition:all .2s ease;transition:all .2s ease;opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.dataTables_wrapper .dataTable tbody .select-checkbox:after,.dataTables_wrapper .dataTable tbody .select-checkbox:before{display:none!important}.dataTables_wrapper .dataTable tbody tr.selected{border-radius:0}.dataTables_wrapper .dataTable tbody tr td .user-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dataTables_wrapper .dataTables_paginate .pagination{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}@media (max-width:1199.98px){.dataTables_wrapper .dataTable tbody tr td:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.dataTable tbody tr td.dt-checkboxes-cell input,.dataTable tbody tr th.dt-checkboxes-cell input,.dataTable thead tr td.dt-checkboxes-cell input,.dataTable thead tr th.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,_:-ms-lang(x) thead tr th.dt-checkboxes-cell input{width:auto!important}@supports (-moz-osx-font-smoothing:auto){.dataTable input{width:auto!important}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.dataTable tbody td.dt-checkboxes-cell input:after{left:-.485rem}.dataTable .dt-checkboxes-cell input{-webkit-appearance:none;top:-10px}}}.dataTable .mac-checkbox{-webkit-appearance:none;outline:0;width:auto}
\ No newline at end of file
diff --git a/www/assets2/css/pages/authentication.css b/www/assets2/css/pages/authentication.css
new file mode 100644
index 0000000..640b6a8
--- /dev/null
+++ b/www/assets2/css/pages/authentication.css
@@ -0,0 +1,19 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.bg-authentication {
+ background-color : #EFF2F7;
+}
+.bg-authentication .login-footer {
+ padding : 0rem 1.5rem 0.5rem;
+}
+.bg-authentication .login-footer .footer-btn .btn {
+ padding : 0.9rem 1.2rem !important;
+ margin : 1rem 1rem 1rem 0rem;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ .bg-authentication {
+ width : 100%;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/authentication.min.css b/www/assets2/css/pages/authentication.min.css
new file mode 100644
index 0000000..fa2f602
--- /dev/null
+++ b/www/assets2/css/pages/authentication.min.css
@@ -0,0 +1 @@
+.bg-authentication{background-color:#EFF2F7}.bg-authentication .login-footer{padding:0 1.5rem .5rem}.bg-authentication .login-footer .footer-btn .btn{padding:.9rem 1.2rem!important;margin:1rem 1rem 1rem 0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.bg-authentication{width:100%}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/card-analytics.css b/www/assets2/css/pages/card-analytics.css
new file mode 100644
index 0000000..19c2507
--- /dev/null
+++ b/www/assets2/css/pages/card-analytics.css
@@ -0,0 +1,51 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.customer-info.list-group .list-group-item:last-child {
+ border-bottom-left-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+}
+
+.customer-info.list-group .list-group-item .series-info i {
+ top : 0;
+ margin-right : 0.3rem;
+}
+
+.avg-sessions .progress {
+ margin-top : 0.5rem;
+}
+
+.analytics-list.list-group .list-group-item {
+ border : 0;
+}
+.analytics-list.list-group .list-group-item:first-child {
+ border-top-left-radius : 0;
+ border-top-right-radius : 0;
+}
+.analytics-list.list-group .list-group-item .btn {
+ display : none;
+}
+.analytics-list.list-group .list-group-item:hover .btn {
+ display : inline-block;
+}
+
+.chart-dropdown .btn {
+ font-size : 0.8rem;
+ font-weight : 500;
+}
+.chart-dropdown .btn:after {
+ left : 0;
+ position : relative;
+}
+
+@media only screen and (max-width: 992px) and (min-width: 768px) {
+ .analytics-list .float-left, .analytics-list .float-right {
+ display : block;
+ }
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ #dashboard-analytics .avatar .avatar-content, #statistics-card .avatar .avatar-content {
+ padding : 0 !important;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/card-analytics.min.css b/www/assets2/css/pages/card-analytics.min.css
new file mode 100644
index 0000000..29a31d0
--- /dev/null
+++ b/www/assets2/css/pages/card-analytics.min.css
@@ -0,0 +1 @@
+.customer-info.list-group .list-group-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.customer-info.list-group .list-group-item .series-info i{top:0;margin-right:.3rem}.avg-sessions .progress{margin-top:.5rem}.analytics-list.list-group .list-group-item{border:0}.analytics-list.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.analytics-list.list-group .list-group-item .btn{display:none}.analytics-list.list-group .list-group-item:hover .btn{display:inline-block}.chart-dropdown .btn{font-size:.8rem;font-weight:500}.chart-dropdown .btn:after{left:0;position:relative}@media only screen and (max-width:992px) and (min-width:768px){.analytics-list .float-left,.analytics-list .float-right{display:block}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#dashboard-analytics .avatar .avatar-content,#statistics-card .avatar .avatar-content{padding:0!important}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/colors.css b/www/assets2/css/pages/colors.css
new file mode 100644
index 0000000..708c3ba
--- /dev/null
+++ b/www/assets2/css/pages/colors.css
@@ -0,0 +1,12 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.colors-list li {
+ padding : 0.4rem;
+}
+.colors-list li i {
+ font-size : 1.2rem;
+ top : 2px;
+ position : relative;
+ margin-right : 0.25rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/colors.min.css b/www/assets2/css/pages/colors.min.css
new file mode 100644
index 0000000..10398c4
--- /dev/null
+++ b/www/assets2/css/pages/colors.min.css
@@ -0,0 +1 @@
+.colors-list li{padding:.4rem}.colors-list li i{font-size:1.2rem;top:2px;position:relative;margin-right:.25rem}
\ No newline at end of file
diff --git a/www/assets2/css/pages/coming-soon.css b/www/assets2/css/pages/coming-soon.css
new file mode 100644
index 0000000..267027b
--- /dev/null
+++ b/www/assets2/css/pages/coming-soon.css
@@ -0,0 +1,12 @@
+/*========== Coming Soon Background Image =========*/
+.clockCard {
+ float : left;
+}
+
+.getting-started {
+ font-size : 3rem;
+}
+
+.lead {
+ font-size : 1rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/coming-soon.min.css b/www/assets2/css/pages/coming-soon.min.css
new file mode 100644
index 0000000..b7e5529
--- /dev/null
+++ b/www/assets2/css/pages/coming-soon.min.css
@@ -0,0 +1 @@
+.clockCard{float:left}.getting-started{font-size:3rem}.lead{font-size:1rem}
\ No newline at end of file
diff --git a/www/assets2/css/pages/dashboard-analytics.css b/www/assets2/css/pages/dashboard-analytics.css
new file mode 100644
index 0000000..d790fbf
--- /dev/null
+++ b/www/assets2/css/pages/dashboard-analytics.css
@@ -0,0 +1,42 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+#dashboard-analytics .img-left {
+ width : 200px;
+ position : absolute;
+ top : 0;
+ left : 0;
+}
+
+#dashboard-analytics .img-right {
+ width : 175px;
+ position : absolute;
+ top : 0;
+ right : 0;
+}
+
+#dashboard-analytics .bg-analytics {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+}
+#dashboard-analytics .bg-analytics .avatar {
+ margin-bottom : 2rem;
+}
+
+#dashboard-analytics table tr th:first-child, #dashboard-analytics table tr td:first-child {
+ padding-left : 2rem;
+}
+
+#dashboard-analytics table tr th:last-child, #dashboard-analytics table tr td:last-child {
+ padding-right : 2rem;
+}
+
+#dashboard-analytics table td {
+ padding : 0.75rem;
+}
+
+@media only screen and (max-width: 576px) {
+ #dashboard-analytics .img-left, #dashboard-analytics .img-right {
+ width : 140px;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/dashboard-analytics.min.css b/www/assets2/css/pages/dashboard-analytics.min.css
new file mode 100644
index 0000000..a64b450
--- /dev/null
+++ b/www/assets2/css/pages/dashboard-analytics.min.css
@@ -0,0 +1 @@
+#dashboard-analytics .img-left{width:200px;position:absolute;top:0;left:0}#dashboard-analytics .img-right{width:175px;position:absolute;top:0;right:0}#dashboard-analytics .bg-analytics{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7))}#dashboard-analytics .bg-analytics .avatar{margin-bottom:2rem}#dashboard-analytics table tr td:first-child,#dashboard-analytics table tr th:first-child{padding-left:2rem}#dashboard-analytics table tr td:last-child,#dashboard-analytics table tr th:last-child{padding-right:2rem}#dashboard-analytics table td{padding:.75rem}@media only screen and (max-width:576px){#dashboard-analytics .img-left,#dashboard-analytics .img-right{width:140px}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/dashboard-ecommerce.css b/www/assets2/css/pages/dashboard-ecommerce.css
new file mode 100644
index 0000000..fe1eba0
--- /dev/null
+++ b/www/assets2/css/pages/dashboard-ecommerce.css
@@ -0,0 +1,51 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.chat-application .chat-app-window .user-chats {
+ padding : 10px 20px;
+ position : relative;
+ text-align : center;
+ height : 415px;
+}
+.chat-application .chat-app-window .user-chats .chats {
+ padding : 0;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-body {
+ display : block;
+ margin : 10px 30px 0 0;
+ overflow : hidden;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content {
+ text-align : left;
+ display : block;
+ float : right;
+ padding : 0.75rem 1rem;
+ margin : 0 20px 10px 0;
+ clear : both;
+ color : #FFFFFF;
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+ border-radius : 0.5rem;
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
+}
+.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p {
+ margin : 0;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-avatar {
+ float : right;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar {
+ float : left;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body {
+ margin : 0;
+}
+.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content {
+ text-align : left;
+ float : left;
+ margin : 10px 10px 10px 20px;
+ color : #626262;
+ background : none;
+ background-color : white;
+ border : 1px solid #DAE1E7;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/dashboard-ecommerce.min.css b/www/assets2/css/pages/dashboard-ecommerce.min.css
new file mode 100644
index 0000000..08ecbce
--- /dev/null
+++ b/www/assets2/css/pages/dashboard-ecommerce.min.css
@@ -0,0 +1 @@
+.chat-application .chat-app-window .user-chats{padding:10px 20px;position:relative;text-align:center;height:415px}.chat-application .chat-app-window .user-chats .chats{padding:0}.chat-application .chat-app-window .user-chats .chats .chat-body{display:block;margin:10px 30px 0 0;overflow:hidden}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content{text-align:left;display:block;float:right;padding:.75rem 1rem;margin:0 20px 10px 0;clear:both;color:#FFF;background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));border-radius:.5rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,.chat-application .chat-app-window .user-chats .chats .chat-left .chat-body{margin:0}.chat-application .chat-app-window .user-chats .chats .chat-avatar{float:right}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-avatar{float:left}.chat-application .chat-app-window .user-chats .chats .chat-left .chat-content{text-align:left;float:left;margin:10px 10px 10px 20px;color:#626262;background:#fff;border:1px solid #DAE1E7}
\ No newline at end of file
diff --git a/www/assets2/css/pages/data-list-view.css b/www/assets2/css/pages/data-list-view.css
new file mode 100644
index 0000000..091551f
--- /dev/null
+++ b/www/assets2/css/pages/data-list-view.css
@@ -0,0 +1,425 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.data-list-view-header .table-responsive .top, .data-thumb-view-header .table-responsive .top {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : justify;
+ -webkit-justify-content : space-between;
+ -ms-flex-pack : justify;
+ justify-content : space-between;
+ padding : 0 1rem;
+ margin-bottom : 1rem;
+}
+.data-list-view-header .table-responsive .top .action-btns, .data-thumb-view-header .table-responsive .top .action-btns {
+ margin-top : 1.5rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+}
+.data-list-view-header .table-responsive .top .action-btns .actions-dropodown, .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown {
+ box-shadow : 0 2px 8px 0 rgba(0, 0, 0, 0.14);
+ border-radius : 0.5rem;
+ margin-right : 0.75rem;
+}
+.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle, .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle {
+ font-size : 1.125rem;
+ font-weight : 500;
+}
+.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after, .data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after {
+ left : 0;
+}
+.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn, .data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn {
+ padding : 0.9rem 0.938rem;
+}
+.data-list-view-header .table-responsive .top .dataTables_length, .data-thumb-view-header .table-responsive .top .dataTables_length {
+ display : inline-block;
+}
+.data-list-view-header .table-responsive .top .dataTables_length .custom-select, .data-thumb-view-header .table-responsive .top .dataTables_length .custom-select {
+ width : 8.714rem;
+ height : 3rem;
+ border-radius : 1.428rem;
+ border : 1px solid #DAE1E7;
+ font-size : 1rem;
+ background-position : calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
+}
+.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus, .data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus {
+ box-shadow : none;
+}
+.data-list-view-header .table-responsive .top .dataTables_filter, .data-thumb-view-header .table-responsive .top .dataTables_filter {
+ display : inline-block;
+}
+.data-list-view-header .table-responsive .top .dataTables_filter .form-control, .data-thumb-view-header .table-responsive .top .dataTables_filter .form-control {
+ padding : 1.45rem 2.8rem !important;
+ border-radius : 1.428rem;
+ border : 1px solid #DAE1E7;
+}
+.data-list-view-header .table-responsive .top .dataTables_filter label, .data-thumb-view-header .table-responsive .top .dataTables_filter label {
+ position : relative;
+}
+.data-list-view-header .table-responsive .top .dataTables_filter label:after, .data-thumb-view-header .table-responsive .top .dataTables_filter label:after {
+ content : '\e8bd';
+ font-family : 'feather';
+ position : absolute;
+ left : 1.428rem;
+ top : 0.928rem;
+}
+
+.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination, .data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination {
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+}
+
+.data-list-view-header .add-new-data-sidebar .overlay-bg, .data-thumb-view-header .add-new-data-sidebar .overlay-bg {
+ background : rgba(0, 0, 0, 0.2);
+ width : 100%;
+ height : 100%;
+ position : fixed;
+ top : 0;
+ left : 0;
+ display : none;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ opacity : 0;
+ z-index : 1032;
+}
+.data-list-view-header .add-new-data-sidebar .overlay-bg.show, .data-thumb-view-header .add-new-data-sidebar .overlay-bg.show {
+ opacity : 1;
+ display : block;
+}
+
+.data-list-view-header .add-new-data-sidebar .add-new-data, .data-thumb-view-header .add-new-data-sidebar .add-new-data {
+ width : 28.57rem;
+ max-width : 90vw;
+ height : 100vh;
+ height : calc(var(--vh, 1vh) * 100);
+ background : #FFFFFF;
+ position : fixed;
+ left : auto;
+ right : 0;
+ top : 0;
+ z-index : 1033;
+ box-shadow : 0 0 15px 0 rgba(0, 0, 0, 0.05);
+ -webkit-transform : translateX(100%);
+ -ms-transform : translateX(100%);
+ transform : translateX(100%);
+ -webkit-transition : all 0.25s ease;
+ transition : all 0.25s ease;
+ overflow : hidden;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data.show, .data-thumb-view-header .add-new-data-sidebar .add-new-data.show {
+ -webkit-transform : translateX(0%);
+ -ms-transform : translateX(0%);
+ transform : translateX(0%);
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title, .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title {
+ padding-bottom : 0.714rem;
+ border-bottom : 1px solid rgba(0, 0, 0, 0.1);
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar, .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar {
+ position : relative;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i, .data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i {
+ position : absolute;
+ font-size : 1.71rem;
+ right : 0;
+ top : -0.1428rem;
+ cursor : pointer;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
+ border-bottom : 1px solid rgba(0, 0, 0, 0.1);
+ height : calc(100% - 10rem);
+ position : relative;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col {
+ margin-top : 1.25rem;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload {
+ margin-top : 2rem;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone {
+ min-height : 14.285rem;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message {
+ height : auto;
+}
+.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before, .data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before {
+ font-size : 2.857rem;
+}
+
+table.data-list-view.dataTable, table.data-thumb-view.dataTable {
+ border-spacing : 0 1.3rem;
+ padding : 0 0.7rem;
+}
+table.data-list-view.dataTable thead th, table.data-thumb-view.dataTable thead th {
+ padding : 0.714rem 1.785rem;
+ font-weight : 600;
+}
+table.data-list-view.dataTable thead th input:focus, table.data-thumb-view.dataTable thead th input:focus {
+ outline : 0;
+}
+table.data-list-view.dataTable thead th:first-child, table.data-thumb-view.dataTable thead th:first-child {
+ padding-left : 0;
+}
+table.data-list-view.dataTable thead .sorting_asc, table.data-list-view.dataTable thead .sorting_desc, table.data-list-view.dataTable thead .sorting, table.data-thumb-view.dataTable thead .sorting_asc, table.data-thumb-view.dataTable thead .sorting_desc, table.data-thumb-view.dataTable thead .sorting {
+ padding-right : inherit;
+}
+table.data-list-view.dataTable thead .sorting_asc:before, table.data-list-view.dataTable thead .sorting_desc:before, table.data-list-view.dataTable thead .sorting:before, table.data-thumb-view.dataTable thead .sorting_asc:before, table.data-thumb-view.dataTable thead .sorting_desc:before, table.data-thumb-view.dataTable thead .sorting:before {
+ font-size : 0.7rem;
+ left : 0.857rem;
+ top : 0.642rem;
+}
+table.data-list-view.dataTable thead .sorting_asc:after, table.data-list-view.dataTable thead .sorting_desc:after, table.data-list-view.dataTable thead .sorting:after, table.data-thumb-view.dataTable thead .sorting_asc:after, table.data-thumb-view.dataTable thead .sorting_desc:after, table.data-thumb-view.dataTable thead .sorting:after {
+ font-size : 0.7rem;
+ left : 0.857rem;
+ top : 1.071rem;
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input {
+ width : 0;
+ position : relative;
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before {
+ border : 2px solid #B4B4B4;
+ content : '';
+ width : 1.071rem;
+ height : 1.071rem;
+ padding : 0;
+ border-radius : 2px;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ -webkit-transform : rotate(-90deg);
+ -ms-transform : rotate(-90deg);
+ transform : rotate(-90deg);
+ overflow : hidden;
+ transition : all 0.2s ease;
+ position : absolute;
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after {
+ background-color : #7367F0;
+ border : 2px solid #7367F0;
+ font-family : 'feather';
+ content : '\e83f';
+ font-size : 0.75rem;
+ line-height : 1.2;
+ color : #FFFFFF;
+ opacity : 0;
+ position : absolute;
+ width : 0.928rem;
+ height : 1rem;
+ -webkit-transform : translate(100%);
+ -ms-transform : translate(100%);
+ transform : translate(100%);
+ -webkit-transform-origin : right;
+ -ms-transform-origin : right;
+ transform-origin : right;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ overflow : hidden;
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after {
+ -webkit-transform : translate(3px);
+ -ms-transform : translate(3px);
+ transform : translate(3px);
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before {
+ border : 2px solid #7367F0;
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+}
+table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:after, table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:after {
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ opacity : 1;
+ -webkit-transform : translate(0);
+ -ms-transform : translate(0);
+ transform : translate(0);
+}
+table.data-list-view.dataTable tbody tr, table.data-thumb-view.dataTable tbody tr {
+ background-color : #FFFFFF;
+ box-shadow : rgba(0, 0, 0, 0.05) 0 4px 20px 0;
+ cursor : pointer;
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+ border-radius : 0.5rem;
+}
+table.data-list-view.dataTable tbody tr:hover, table.data-thumb-view.dataTable tbody tr:hover {
+ -webkit-transform : translateY(-4px);
+ -ms-transform : translateY(-4px);
+ transform : translateY(-4px);
+ -webkit-transition : all 0.3s ease;
+ transition : all 0.3s ease;
+}
+table.data-list-view.dataTable tbody tr td:first-child, table.data-thumb-view.dataTable tbody tr td:first-child {
+ padding-left : 1rem;
+ border-top-left-radius : 0.5rem;
+ border-bottom-left-radius : 0.5rem;
+}
+table.data-list-view.dataTable tbody tr td:last-child, table.data-thumb-view.dataTable tbody tr td:last-child {
+ border-top-right-radius : 0.5rem;
+ border-bottom-right-radius : 0.5rem;
+}
+table.data-list-view.dataTable tbody tr.selected td, table.data-thumb-view.dataTable tbody tr.selected td {
+ border-radius : 0;
+}
+table.data-list-view.dataTable tbody td, table.data-thumb-view.dataTable tbody td {
+ padding : 1.357rem;
+ border : none;
+ vertical-align : middle;
+}
+table.data-list-view.dataTable tbody td input:focus, table.data-thumb-view.dataTable tbody td input:focus {
+ outline : 0;
+}
+table.data-list-view.dataTable tbody td.product-name, table.data-thumb-view.dataTable tbody td.product-name {
+ font-weight : 500;
+}
+table.data-list-view.dataTable tbody td:focus, table.data-thumb-view.dataTable tbody td:focus {
+ outline : 0;
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input {
+ width : 0;
+ position : relative;
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before {
+ border : 2px solid #B4B4B4;
+ position : absolute;
+ left : -8px;
+ content : '';
+ width : 1.071rem;
+ height : 1.071rem;
+ padding : 0;
+ border-radius : 2px;
+ -webkit-transform : rotate(-90deg);
+ -ms-transform : rotate(-90deg);
+ transform : rotate(-90deg);
+ overflow : hidden;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after {
+ background-color : #7367F0;
+ font-family : 'feather';
+ content : '\e83f';
+ font-size : 0.75rem;
+ color : #FFFFFF;
+ opacity : 0;
+ position : absolute;
+ left : -0.4285rem;
+ width : 0.857rem;
+ height : 1rem;
+ overflow : hidden;
+ -webkit-transform : rotate(-90deg) translate(100%);
+ -ms-transform : rotate(-90deg) translate(100%);
+ transform : rotate(-90deg) translate(100%);
+ -webkit-transform-origin : right;
+ -ms-transform-origin : right;
+ transform-origin : right;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after {
+ -webkit-transform : translate(3px);
+ -ms-transform : translate(3px);
+ transform : translate(3px);
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before {
+ -webkit-transform : rotate(0deg);
+ -ms-transform : rotate(0deg);
+ transform : rotate(0deg);
+ border : 2px solid #7367F0;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+}
+table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:after, table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:after {
+ opacity : 1;
+ -webkit-transition : all 0.2s ease;
+ transition : all 0.2s ease;
+ -webkit-transform : rotate(0deg) translate(0);
+ -ms-transform : rotate(0deg) translate(0);
+ transform : rotate(0deg) translate(0);
+}
+table.data-list-view.dataTable tbody td .progress, table.data-thumb-view.dataTable tbody td .progress {
+ margin-bottom : 0;
+ box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
+}
+
+table.data-thumb-view.dataTable tbody tr td {
+ padding-top : 0.714rem;
+ padding-bottom : 0.714rem;
+}
+table.data-thumb-view.dataTable tbody tr td.product-img img {
+ height : 7.857rem;
+}
+
+@media (max-width: 768px) {
+ #data-list-view .table-responsive .top, #data-thumb-view .table-responsive .top {
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ }
+ #data-list-view .table-responsive .dt-buttons, #data-thumb-view .table-responsive .dt-buttons {
+ width : auto;
+ text-align : left;
+ }
+ #data-list-view .table-responsive .dataTables_length, #data-list-view .table-responsive .dataTables_filter, #data-thumb-view .table-responsive .dataTables_length, #data-thumb-view .table-responsive .dataTables_filter {
+ text-align : right;
+ }
+}
+
+@media (max-width: 576px) {
+ .add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before {
+ top : 3.428rem;
+ }
+}
+
+_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input, _:-ms-lang(x) tbody tr th.dt-checkboxes-cell input, _:-ms-lang(x) thead tr td.dt-checkboxes-cell input, _:-ms-lang(x) thead tr th.dt-checkboxes-cell input, .data-list-view.dataTable tbody tr td.dt-checkboxes-cell input, .data-list-view.dataTable tbody tr th.dt-checkboxes-cell input, .data-list-view.dataTable thead tr td.dt-checkboxes-cell input, .data-list-view.dataTable thead tr th.dt-checkboxes-cell input, .data-thumb-view.dataTable tbody tr td.dt-checkboxes-cell input, .data-thumb-view.dataTable tbody tr th.dt-checkboxes-cell input, .data-thumb-view.dataTable thead tr td.dt-checkboxes-cell input, .data-thumb-view.dataTable thead tr th.dt-checkboxes-cell input {
+ width : auto;
+}
+
+_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control, .data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control, .data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control {
+ height : 1.4rem !important;
+ padding : 0rem 0.5rem !important;
+}
+_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after, .data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control:after, .data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control:after {
+ display : none;
+}
+
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
+ #data-list-view .table-responsive .top .dataTables_filter .form-control, #data-thumb-view .table-responsive .top .dataTables_filter .form-control {
+ height : 3rem !important;
+ padding : 0rem 1rem !important;
+ }
+ #data-list-view .table-responsive .top .dataTables_filter label:after, #data-thumb-view .table-responsive .top .dataTables_filter label:after {
+ display : none;
+ }
+}
+
+@supports (-moz-osx-font-smoothing: auto) {
+ .data-list-view input, .data-thumb-view input {
+ width : auto !important;
+ }
+}
+
+@media not all and (min-resolution: 0.001dpcm) {
+ @supports (-webkit-appearance: none) {
+ table.data-list-view tbody td.dt-checkboxes-cell input:after, table.data-thumb-view tbody td.dt-checkboxes-cell input:after {
+ left : -0.485rem;
+ }
+ .data-list-view .dt-checkboxes-cell input, .data-thumb-view .dt-checkboxes-cell input {
+ -webkit-appearance : none;
+ top : -10px;
+ }
+ }
+}
+
+.data-list-view .mac-checkbox, .data-thumb-view .mac-checkbox {
+ -webkit-appearance : none;
+ top : -10px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/data-list-view.min.css b/www/assets2/css/pages/data-list-view.min.css
new file mode 100644
index 0000000..8d91321
--- /dev/null
+++ b/www/assets2/css/pages/data-list-view.min.css
@@ -0,0 +1 @@
+table.data-list-view.dataTable tbody td input:focus,table.data-list-view.dataTable tbody td:focus,table.data-list-view.dataTable thead th input:focus,table.data-thumb-view.dataTable tbody td input:focus,table.data-thumb-view.dataTable tbody td:focus,table.data-thumb-view.dataTable thead th input:focus{outline:0}.data-list-view-header .table-responsive .top,.data-thumb-view-header .table-responsive .top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 1rem;margin-bottom:1rem}.data-list-view-header .table-responsive .top .action-btns,.data-thumb-view-header .table-responsive .top .action-btns{margin-top:1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.data-list-view-header .table-responsive .top .dataTables_filter,.data-list-view-header .table-responsive .top .dataTables_length,.data-thumb-view-header .table-responsive .top .dataTables_filter,.data-thumb-view-header .table-responsive .top .dataTables_length{display:inline-block}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown{box-shadow:0 2px 8px 0 rgba(0,0,0,.14);border-radius:.5rem;margin-right:.75rem}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle{font-size:1.125rem;font-weight:500}.data-list-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after,.data-thumb-view-header .table-responsive .top .action-btns .actions-dropodown .dropdown-toggle:after{left:0}.data-list-view-header .table-responsive .top .action-btns .dt-buttons .btn,.data-thumb-view-header .table-responsive .top .action-btns .dt-buttons .btn{padding:.9rem .938rem}.data-list-view-header .table-responsive .top .dataTables_length .custom-select,.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select{width:8.714rem;height:3rem;border-radius:1.428rem;border:1px solid #DAE1E7;font-size:1rem;background-position:calc(100% - 12px) 13px,calc(100% - 20px) 13px,100% 0}.data-list-view-header .table-responsive .top .dataTables_length .custom-select:focus,.data-thumb-view-header .table-responsive .top .dataTables_length .custom-select:focus{box-shadow:none}.data-list-view-header .table-responsive .top .dataTables_filter .form-control,.data-thumb-view-header .table-responsive .top .dataTables_filter .form-control{padding:1.45rem 2.8rem!important;border-radius:1.428rem;border:1px solid #DAE1E7}.data-list-view-header .table-responsive .top .dataTables_filter label,.data-thumb-view-header .table-responsive .top .dataTables_filter label{position:relative}.data-list-view-header .table-responsive .top .dataTables_filter label:after,.data-thumb-view-header .table-responsive .top .dataTables_filter label:after{content:'\e8bd';font-family:feather;position:absolute;left:1.428rem;top:.928rem}.data-list-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination,.data-thumb-view-header .table-responsive .dataTables_wrapper .dataTables_paginate ul.pagination{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.data-list-view-header .add-new-data-sidebar .overlay-bg,.data-thumb-view-header .add-new-data-sidebar .overlay-bg{background:rgba(0,0,0,.2);width:100%;height:100%;position:fixed;top:0;left:0;display:none;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;z-index:1032}.data-list-view-header .add-new-data-sidebar .overlay-bg.show,.data-thumb-view-header .add-new-data-sidebar .overlay-bg.show{opacity:1;display:block}.data-list-view-header .add-new-data-sidebar .add-new-data,.data-thumb-view-header .add-new-data-sidebar .add-new-data{width:28.57rem;max-width:90vw;height:100vh;height:calc(var(--vh,1vh) * 100);background:#FFF;position:fixed;left:auto;right:0;top:0;z-index:1033;box-shadow:0 0 15px 0 rgba(0,0,0,.05);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .25s ease;transition:all .25s ease;overflow:hidden}.data-list-view-header .add-new-data-sidebar .add-new-data.show,.data-thumb-view-header .add-new-data-sidebar .add-new-data.show{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title{padding-bottom:.714rem;border-bottom:1px solid rgba(0,0,0,.1)}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar{position:relative}.data-list-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i,.data-thumb-view-header .add-new-data-sidebar .add-new-data .new-data-title .hide-data-sidebar i{position:absolute;font-size:1.71rem;right:0;top:-.1428rem;cursor:pointer}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items{border-bottom:1px solid rgba(0,0,0,.1);height:calc(100% - 10rem);position:relative}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col{margin-top:1.25rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col.data-list-upload{margin-top:2rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone{min-height:14.285rem}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message{height:auto}.data-list-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before,.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items .data-field-col .dropzone .dz-message:before{font-size:2.857rem}table.data-list-view.dataTable,table.data-thumb-view.dataTable{border-spacing:0 1.3rem;padding:0 .7rem}table.data-list-view.dataTable thead th,table.data-thumb-view.dataTable thead th{padding:.714rem 1.785rem;font-weight:600}table.data-list-view.dataTable thead th:first-child,table.data-thumb-view.dataTable thead th:first-child{padding-left:0}table.data-list-view.dataTable thead .sorting,table.data-list-view.dataTable thead .sorting_asc,table.data-list-view.dataTable thead .sorting_desc,table.data-thumb-view.dataTable thead .sorting,table.data-thumb-view.dataTable thead .sorting_asc,table.data-thumb-view.dataTable thead .sorting_desc{padding-right:inherit}table.data-list-view.dataTable thead .sorting:before,table.data-list-view.dataTable thead .sorting_asc:before,table.data-list-view.dataTable thead .sorting_desc:before,table.data-thumb-view.dataTable thead .sorting:before,table.data-thumb-view.dataTable thead .sorting_asc:before,table.data-thumb-view.dataTable thead .sorting_desc:before{font-size:.7rem;left:.857rem;top:.642rem}table.data-list-view.dataTable thead .sorting:after,table.data-list-view.dataTable thead .sorting_asc:after,table.data-list-view.dataTable thead .sorting_desc:after,table.data-thumb-view.dataTable thead .sorting:after,table.data-thumb-view.dataTable thead .sorting_asc:after,table.data-thumb-view.dataTable thead .sorting_desc:after{font-size:.7rem;left:.857rem;top:1.071rem}table.data-list-view.dataTable thead .dt-checkboxes-select-all input,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input{width:0;position:relative}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:before,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:before{border:2px solid #B4B4B4;content:'';width:1.071rem;height:1.071rem;padding:0;border-radius:2px;-webkit-transition:all .2s ease;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);overflow:hidden;transition:all .2s ease;position:absolute}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:after{background-color:#7367F0;border:2px solid #7367F0;font-family:feather;content:'\e83f';font-size:.75rem;line-height:1.2;color:#FFF;opacity:0;position:absolute;width:.928rem;height:1rem;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:all .2s ease;transition:all .2s ease;overflow:hidden}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:active:checked:after{-webkit-transform:translate(3px);-ms-transform:translate(3px);transform:translate(3px)}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:before,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:before{border:2px solid #7367F0;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}table.data-list-view.dataTable thead .dt-checkboxes-select-all input:checked:after,table.data-thumb-view.dataTable thead .dt-checkboxes-select-all input:checked:after{-webkit-transition:all .2s ease;transition:all .2s ease;opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}table.data-list-view.dataTable tbody tr,table.data-thumb-view.dataTable tbody tr{background-color:#FFF;box-shadow:rgba(0,0,0,.05) 0 4px 20px 0;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:.5rem}table.data-list-view.dataTable tbody tr:hover,table.data-thumb-view.dataTable tbody tr:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition:all .3s ease;transition:all .3s ease}table.data-list-view.dataTable tbody tr td:first-child,table.data-thumb-view.dataTable tbody tr td:first-child{padding-left:1rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}table.data-list-view.dataTable tbody tr td:last-child,table.data-thumb-view.dataTable tbody tr td:last-child{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}table.data-list-view.dataTable tbody tr.selected td,table.data-thumb-view.dataTable tbody tr.selected td{border-radius:0}table.data-list-view.dataTable tbody td,table.data-thumb-view.dataTable tbody td{padding:1.357rem;border:none;vertical-align:middle}table.data-list-view.dataTable tbody td.product-name,table.data-thumb-view.dataTable tbody td.product-name{font-weight:500}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input{width:0;position:relative}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:before,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:before{border:2px solid #B4B4B4;position:absolute;left:-8px;content:'';width:1.071rem;height:1.071rem;padding:0;border-radius:2px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);overflow:hidden;-webkit-transition:all .2s ease;transition:all .2s ease}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:after{background-color:#7367F0;font-family:feather;content:'\e83f';font-size:.75rem;color:#FFF;opacity:0;position:absolute;left:-.4285rem;width:.857rem;height:1rem;overflow:hidden;-webkit-transform:rotate(-90deg) translate(100%);-ms-transform:rotate(-90deg) translate(100%);transform:rotate(-90deg) translate(100%);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transition:all .2s ease;transition:all .2s ease}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:active:checked:after{-webkit-transform:translate(3px);-ms-transform:translate(3px);transform:translate(3px)}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:before,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);border:2px solid #7367F0;-webkit-transition:all .2s ease;transition:all .2s ease}table.data-list-view.dataTable tbody td.dt-checkboxes-cell input:checked:after,table.data-thumb-view.dataTable tbody td.dt-checkboxes-cell input:checked:after{opacity:1;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-transform:rotate(0) translate(0);-ms-transform:rotate(0) translate(0);transform:rotate(0) translate(0)}table.data-list-view.dataTable tbody td .progress,table.data-thumb-view.dataTable tbody td .progress{margin-bottom:0;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}table.data-thumb-view.dataTable tbody tr td{padding-top:.714rem;padding-bottom:.714rem}table.data-thumb-view.dataTable tbody tr td.product-img img{height:7.857rem}@media (max-width:768px){#data-list-view .table-responsive .top,#data-thumb-view .table-responsive .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#data-list-view .table-responsive .dt-buttons,#data-thumb-view .table-responsive .dt-buttons{width:auto;text-align:left}#data-list-view .table-responsive .dataTables_filter,#data-list-view .table-responsive .dataTables_length,#data-thumb-view .table-responsive .dataTables_filter,#data-thumb-view .table-responsive .dataTables_length{text-align:right}}@media (max-width:576px){.add-new-data-sidebar .data-items .data-list-upload .dropzone .dz-message:before{top:3.428rem}}.data-list-view.dataTable tbody tr td.dt-checkboxes-cell input,.data-list-view.dataTable tbody tr th.dt-checkboxes-cell input,.data-list-view.dataTable thead tr td.dt-checkboxes-cell input,.data-list-view.dataTable thead tr th.dt-checkboxes-cell input,.data-thumb-view.dataTable tbody tr td.dt-checkboxes-cell input,.data-thumb-view.dataTable tbody tr th.dt-checkboxes-cell input,.data-thumb-view.dataTable thead tr td.dt-checkboxes-cell input,.data-thumb-view.dataTable thead tr th.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr td.dt-checkboxes-cell input,_:-ms-lang(x) tbody tr th.dt-checkboxes-cell input,_:-ms-lang(x) thead tr td.dt-checkboxes-cell input,_:-ms-lang(x) thead tr th.dt-checkboxes-cell input{width:auto}.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control,.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control,_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control{height:1.4rem!important;padding:0 .5rem!important}.data-list-view.dataTable .table-responsive .top .dataTables_filter .form-control:after,.data-thumb-view.dataTable .table-responsive .top .dataTables_filter .form-control:after,_:-ms-lang(x) .table-responsive .top .dataTables_filter .form-control:after{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#data-list-view .table-responsive .top .dataTables_filter .form-control,#data-thumb-view .table-responsive .top .dataTables_filter .form-control{height:3rem!important;padding:0 1rem!important}#data-list-view .table-responsive .top .dataTables_filter label:after,#data-thumb-view .table-responsive .top .dataTables_filter label:after{display:none}}@supports (-moz-osx-font-smoothing:auto){.data-list-view input,.data-thumb-view input{width:auto!important}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){table.data-list-view tbody td.dt-checkboxes-cell input:after,table.data-thumb-view tbody td.dt-checkboxes-cell input:after{left:-.485rem}.data-list-view .dt-checkboxes-cell input,.data-thumb-view .dt-checkboxes-cell input{-webkit-appearance:none;top:-10px}}}.data-list-view .mac-checkbox,.data-thumb-view .mac-checkbox{-webkit-appearance:none;top:-10px}
\ No newline at end of file
diff --git a/www/assets2/css/pages/error.css b/www/assets2/css/pages/error.css
new file mode 100644
index 0000000..2fba0a8
--- /dev/null
+++ b/www/assets2/css/pages/error.css
@@ -0,0 +1,3 @@
+.error-code {
+ font-size : 10rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/error.min.css b/www/assets2/css/pages/error.min.css
new file mode 100644
index 0000000..ccb036e
--- /dev/null
+++ b/www/assets2/css/pages/error.min.css
@@ -0,0 +1 @@
+.error-code{font-size:10rem}
\ No newline at end of file
diff --git a/www/assets2/css/pages/faq.css b/www/assets2/css/pages/faq.css
new file mode 100644
index 0000000..38f8731
--- /dev/null
+++ b/www/assets2/css/pages/faq.css
@@ -0,0 +1,51 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.faq-bg {
+ background : url(../../../app-assets/images/pages/faq.jpg) no-repeat;
+ background-size : cover;
+}
+.faq-bg .form-control:focus ~ .form-control-position i {
+ color : #7367F0;
+}
+
+.faq .faq-content .faq-table-content {
+ cursor : pointer;
+ padding : 0.5rem;
+ font-weight : 500;
+}
+.faq .faq-content .faq-table-content i {
+ margin-right : 0.5rem;
+}
+
+.faq .supporter-details .supporter-img img {
+ width : 35px;
+ height : 35px;
+ margin-right : 0.5rem;
+ cursor : pointer;
+}
+
+.faq .supporter-info {
+ vertical-align : middle;
+}
+
+.faq .accordion .collapse-title {
+ font-weight : 500;
+ color : #2C2C2C;
+}
+
+.faq .accordion .collapse-margin {
+ background-color : #FFFFFF;
+}
+
+@media only screen and (min-width: 992px) {
+ .faq-bg .card-body {
+ padding : 8rem !important;
+ }
+}
+
+@media only screen and (min-width: 768px) and (max-width: 991px) {
+ .faq-bg .card-body {
+ padding : 6rem !important;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/faq.min.css b/www/assets2/css/pages/faq.min.css
new file mode 100644
index 0000000..590bacf
--- /dev/null
+++ b/www/assets2/css/pages/faq.min.css
@@ -0,0 +1 @@
+.faq-bg{background:url(../../../app-assets/images/pages/faq.jpg) no-repeat;background-size:cover}.faq-bg .form-control:focus~.form-control-position i{color:#7367F0}.faq .faq-content .faq-table-content{cursor:pointer;padding:.5rem;font-weight:500}.faq .faq-content .faq-table-content i{margin-right:.5rem}.faq .supporter-details .supporter-img img{width:35px;height:35px;margin-right:.5rem;cursor:pointer}.faq .supporter-info{vertical-align:middle}.faq .accordion .collapse-title{font-weight:500;color:#2C2C2C}.faq .accordion .collapse-margin{background-color:#FFF}@media only screen and (min-width:992px){.faq-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.faq-bg .card-body{padding:6rem!important}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/invoice.css b/www/assets2/css/pages/invoice.css
new file mode 100644
index 0000000..6113f81
--- /dev/null
+++ b/www/assets2/css/pages/invoice.css
@@ -0,0 +1,42 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.invoice-page {
+ padding : 2.2rem;
+}
+.invoice-page .recipient-contact i, .invoice-page .company-contact i {
+ padding-right : 0.2rem;
+ position : relative;
+ top : 2px;
+}
+.invoice-page .recipient-info p, .invoice-page .company-info p, .invoice-page .company-contact p, .invoice-page .recipient-contact p {
+ line-height : 2;
+ margin-bottom : 0;
+}
+.invoice-page .invoice-items-table table, .invoice-page .invoice-total-table table {
+ border : 2px solid #F8F8F8;
+}
+
+@media print {
+ .content-header, .buy-now, .btn-print, .footer, .open, .main-menu, .invoice-print {
+ display : none;
+ }
+ .app-content, #invoice-template, .navbar-container, .navbar-wrapper, .header-navbar, .invoice-print, .content-wrapper {
+ margin : 0 !important;
+ padding : 0 !important;
+ }
+ #invoice-footer {
+ position : relative;
+ top : -80px !important;
+ }
+ #invoice-company-details, #invoice-footer {
+ margin-top : 5rem !important;
+ }
+ .table-responsive {
+ -ms-overflow-style : none;
+ }
+}
+
+@page {
+ margin : 10px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/invoice.min.css b/www/assets2/css/pages/invoice.min.css
new file mode 100644
index 0000000..5c0c1c5
--- /dev/null
+++ b/www/assets2/css/pages/invoice.min.css
@@ -0,0 +1 @@
+.invoice-page{padding:2.2rem}.invoice-page .company-contact i,.invoice-page .recipient-contact i{padding-right:.2rem;position:relative;top:2px}.invoice-page .company-contact p,.invoice-page .company-info p,.invoice-page .recipient-contact p,.invoice-page .recipient-info p{line-height:2;margin-bottom:0}.invoice-page .invoice-items-table table,.invoice-page .invoice-total-table table{border:2px solid #F8F8F8}@media print{.btn-print,.buy-now,.content-header,.footer,.invoice-print,.main-menu,.open{display:none}#invoice-template,.app-content,.content-wrapper,.header-navbar,.invoice-print,.navbar-container,.navbar-wrapper{margin:0!important;padding:0!important}#invoice-footer{position:relative;top:-80px!important}#invoice-company-details,#invoice-footer{margin-top:5rem!important}.table-responsive{-ms-overflow-style:none}}@page{margin:10px}
\ No newline at end of file
diff --git a/www/assets2/css/pages/knowledge-base.css b/www/assets2/css/pages/knowledge-base.css
new file mode 100644
index 0000000..e0eb7bd
--- /dev/null
+++ b/www/assets2/css/pages/knowledge-base.css
@@ -0,0 +1,41 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.knowledge-base-bg {
+ background : url(../../../app-assets/images/pages/knowledge-base-cover.jpg) no-repeat;
+ background-size : cover;
+}
+
+.knowledge-base-category .list-group-item, .knowledge-base-question .list-group-item {
+ padding : 0.5rem 0;
+}
+.knowledge-base-category .list-group-item:hover, .knowledge-base-question .list-group-item:hover {
+ background-color : transparent;
+}
+
+.article-question li {
+ margin-bottom : 0.5rem;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+}
+
+.article-question i {
+ font-size : 1.2rem;
+ top : 2px;
+ position : relative;
+ margin : 0 0.5rem;
+}
+
+@media only screen and (min-width: 992px) {
+ .knowledge-base-bg .card-body {
+ padding : 8rem !important;
+ }
+}
+
+@media only screen and (min-width: 768px) and (max-width: 991px) {
+ .knowledge-base-bg .card-body {
+ padding : 6rem !important;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/knowledge-base.min.css b/www/assets2/css/pages/knowledge-base.min.css
new file mode 100644
index 0000000..b5cc3a3
--- /dev/null
+++ b/www/assets2/css/pages/knowledge-base.min.css
@@ -0,0 +1 @@
+.knowledge-base-bg{background:url(../../../app-assets/images/pages/knowledge-base-cover.jpg) no-repeat;background-size:cover}.knowledge-base-category .list-group-item,.knowledge-base-question .list-group-item{padding:.5rem 0}.knowledge-base-category .list-group-item:hover,.knowledge-base-question .list-group-item:hover{background-color:transparent}.article-question li{margin-bottom:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.article-question i{font-size:1.2rem;top:2px;position:relative;margin:0 .5rem}@media only screen and (min-width:992px){.knowledge-base-bg .card-body{padding:8rem!important}}@media only screen and (min-width:768px) and (max-width:991px){.knowledge-base-bg .card-body{padding:6rem!important}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/register.css b/www/assets2/css/pages/register.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/pages/register.min.css b/www/assets2/css/pages/register.min.css
new file mode 100644
index 0000000..e69de29
diff --git a/www/assets2/css/pages/search.css b/www/assets2/css/pages/search.css
new file mode 100644
index 0000000..0bb4fea
--- /dev/null
+++ b/www/assets2/css/pages/search.css
@@ -0,0 +1,48 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+#search-results .media-list .media {
+ padding : 0.5rem 1rem;
+}
+
+#search-results .media-list .media-body .list-inline i {
+ font-size : 1.2rem;
+}
+
+.search-menu .search-filter, .search-menu .dropdown-toggle {
+ padding : 0.55rem 1rem !important;
+ cursor : pointer;
+ background-color : #FFFFFF;
+ box-shadow : 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
+}
+
+.search-menu .dropdown-toggle {
+ border-radius : 1.5rem !important;
+}
+.search-menu .dropdown-toggle::after {
+ display : none;
+}
+
+.search-result-info .btn.dropdown-toggle::after {
+ left : 0;
+}
+
+@media only screen and (min-width: 577px) {
+ #search-results li.media .media-object {
+ width : 100px;
+ }
+ #search-results li.media iframe {
+ width : 100px;
+ height : 65px;
+ }
+}
+
+@media only screen and (max-width: 576px) {
+ #search-results li.media .media-left {
+ width : 100%;
+ }
+ #search-results li.media .media-left img, #search-results li.media .media-left iframe {
+ width : 100%;
+ text-align : center;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/search.min.css b/www/assets2/css/pages/search.min.css
new file mode 100644
index 0000000..d8a6ba3
--- /dev/null
+++ b/www/assets2/css/pages/search.min.css
@@ -0,0 +1 @@
+#search-results .media-list .media{padding:.5rem 1rem}#search-results .media-list .media-body .list-inline i{font-size:1.2rem}.search-menu .dropdown-toggle,.search-menu .search-filter{padding:.55rem 1rem!important;cursor:pointer;background-color:#FFF;box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.search-menu .dropdown-toggle{border-radius:1.5rem!important}.search-menu .dropdown-toggle::after{display:none}.search-result-info .btn.dropdown-toggle::after{left:0}@media only screen and (min-width:577px){#search-results li.media .media-object{width:100px}#search-results li.media iframe{width:100px;height:65px}}@media only screen and (max-width:576px){#search-results li.media .media-left{width:100%}#search-results li.media .media-left iframe,#search-results li.media .media-left img{width:100%;text-align:center}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/timeline.css b/www/assets2/css/pages/timeline.css
new file mode 100644
index 0000000..9c7df71
--- /dev/null
+++ b/www/assets2/css/pages/timeline.css
@@ -0,0 +1,892 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* Timeline */
+.timeline {
+ position : relative;
+ display : block;
+ margin : 0;
+ padding : 10px 0;
+ list-style : none;
+}
+.timeline:after {
+ content : ' ';
+ display : table;
+ clear : both;
+}
+.timeline:before {
+ content : ' ';
+ display : table;
+}
+.timeline > li {
+ list-style : none;
+}
+.timeline > li:nth-child(even) {
+ float : left;
+ clear : left;
+}
+.timeline > li:nth-child(odd) {
+ float : right;
+ clear : right;
+}
+.timeline .media {
+ border-bottom : 1px solid #EEEEEE;
+ font-size : 13px;
+}
+.timeline .media p {
+ font-size : 13px;
+}
+.timeline .media:last-child {
+ border-bottom : 0;
+}
+
+.timeline-line + .timeline-item {
+ margin-top : -20px;
+}
+
+.timeline-group {
+ display : block;
+ position : relative;
+ margin : 20px 0;
+ text-align : center;
+ float : none !important;
+ z-index : 1;
+}
+
+.timeline-poster {
+ margin-top : -20px;
+}
+.timeline-poster .btn-link {
+ color : #A1AAB0;
+}
+.timeline-poster .btn-link:active {
+ color : #3E5771;
+}
+.timeline-poster .btn-link:focus {
+ color : #3E5771;
+}
+.timeline-poster .btn-link:hover {
+ color : #3E5771;
+}
+.timeline-poster .btn-link.active {
+ color : #3E5771;
+}
+
+#timeline.timeline-center .timeline-line {
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ left : 50%;
+ width : 2px;
+ background-color : #DDDDDD;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+
+#timeline.timeline-center .timeline-item {
+ position : relative;
+ display : inline-block;
+ width : 50%;
+ padding : 0 50px 35px;
+}
+#timeline.timeline-center .timeline-item:nth-child(even) {
+ padding : 0 35px 50px 0;
+}
+#timeline.timeline-center .timeline-item:nth-child(even):after {
+ content : '';
+ position : absolute;
+ right : 19px;
+ top : 10px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-left : 12px solid #CCCCCC;
+ z-index : 1;
+ right : 25px;
+ top : 20px;
+ border-left : 11px solid #FFFFFF;
+}
+#timeline.timeline-center .timeline-item:nth-child(even):before {
+ content : '';
+ position : absolute;
+ right : 24px;
+ top : 20px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-left : 12px solid #CCCCCC;
+ z-index : 1;
+}
+#timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
+ right : -20px;
+}
+#timeline.timeline-center .timeline-item:nth-child(odd) {
+ padding : 0 0 50px 35px;
+}
+#timeline.timeline-center .timeline-item:nth-child(odd):after {
+ content : '';
+ position : absolute;
+ left : 19px;
+ top : 10px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ z-index : 1;
+ left : 25px;
+ top : 20px;
+ border-right : 11px solid #FFFFFF;
+}
+#timeline.timeline-center .timeline-item:nth-child(odd):before {
+ content : '';
+ position : absolute;
+ left : 24px;
+ top : 20px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ z-index : 1;
+}
+#timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
+ left : -20px;
+}
+#timeline.timeline-center .timeline-item > .timeline-badge {
+ position : absolute;
+ top : 12px;
+ z-index : 1;
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > span {
+ display : inline-block;
+ width : 40px;
+ height : 40px;
+ border-radius : 50%;
+ text-align : center;
+ text-decoration : none;
+ -webkit-transition : all ease 0.3s;
+ transition : all ease 0.3s;
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > span i {
+ color : #FFFFFF;
+ font-size : 1.6rem;
+ display : block;
+ line-height : 40px;
+ top : 0;
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > span:active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-center .timeline-item > .timeline-badge > a.active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-center .timeline-item > .timeline-panel {
+ position : relative;
+ background-color : #FFFFFF;
+ border : 1px solid #DDDDDD;
+ border-radius : 4px;
+}
+#timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
+ display : block;
+}
+
+#timeline.timeline-right .timeline-line {
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ right : 12px;
+ width : 2px;
+ background-color : #DDDDDD;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+
+#timeline.timeline-right .timeline-group {
+ text-align : right;
+}
+
+#timeline.timeline-right .timeline-item {
+ position : relative;
+ display : inline-block;
+ width : 100%;
+ padding : 0 43px 35px 0;
+}
+#timeline.timeline-right .timeline-item:after {
+ content : '';
+ position : absolute;
+ right : 33px;
+ top : 21px;
+ width : 0;
+ height : 0;
+ z-index : 1;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-left : 11px solid #FFFFFF;
+}
+#timeline.timeline-right .timeline-item:before {
+ content : '';
+ position : absolute;
+ right : 32px;
+ top : 20px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-left : 12px solid #CCCCCC;
+ z-index : 1;
+}
+#timeline.timeline-right .timeline-item > .timeline-badge {
+ right : -8px;
+}
+#timeline.timeline-right .timeline-item > .timeline-badge {
+ position : absolute;
+ top : 12px;
+ z-index : 1;
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > span {
+ display : inline-block;
+ width : 40px;
+ height : 40px;
+ border-radius : 50%;
+ text-align : center;
+ text-decoration : none;
+ -webkit-transition : all ease 0.3s;
+ transition : all ease 0.3s;
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > span i {
+ color : #FFFFFF;
+ font-size : 1.6rem;
+ display : block;
+ line-height : 40px;
+ top : 0;
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > span:active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-right .timeline-item > .timeline-badge > a.active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-right .timeline-item > .timeline-panel {
+ position : relative;
+ background-color : #FFFFFF;
+ border : 1px solid #DDDDDD;
+ border-radius : 4px;
+}
+#timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
+ display : block;
+}
+
+#timeline.timeline-right .timeline-item.block:nth-child(even):before {
+ right : 8px;
+ left : auto;
+}
+
+#timeline.timeline-right .timeline-item.block:nth-child(even):after {
+ right : 11px;
+ left : auto;
+}
+
+#timeline.timeline-right .timeline-item.block:nth-child(odd):after {
+ right : 8px;
+ right : auto;
+}
+
+#timeline.timeline-left .timeline-line {
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ left : 12px;
+ width : 2px;
+ background-color : #DDDDDD;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+
+#timeline.timeline-left .timeline-group {
+ text-align : left;
+}
+
+#timeline.timeline-left .timeline-item {
+ position : relative;
+ display : inline-block;
+ width : 100%;
+ padding : 0 0 35px 43px;
+}
+#timeline.timeline-left .timeline-item:after {
+ content : '';
+ position : absolute;
+ left : 33px;
+ top : 21px;
+ width : 0;
+ height : 0;
+ z-index : 1;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-right : 11px solid #FFFFFF;
+}
+#timeline.timeline-left .timeline-item:before {
+ content : '';
+ position : absolute;
+ left : 32px;
+ top : 20px;
+ width : 0;
+ height : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ z-index : 1;
+}
+#timeline.timeline-left .timeline-item > .timeline-badge {
+ left : -8px;
+}
+#timeline.timeline-left .timeline-item > .timeline-badge {
+ position : absolute;
+ top : 12px;
+ z-index : 1;
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > span {
+ display : inline-block;
+ width : 40px;
+ height : 40px;
+ border-radius : 50%;
+ text-align : center;
+ text-decoration : none;
+ -webkit-transition : all ease 0.3s;
+ transition : all ease 0.3s;
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > span i {
+ color : #FFFFFF;
+ font-size : 1.6rem;
+ display : block;
+ line-height : 40px;
+ top : 0;
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > span:active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-left .timeline-item > .timeline-badge > a.active {
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+#timeline.timeline-left .timeline-item > .timeline-panel {
+ position : relative;
+ background-color : #FFFFFF;
+ border : 1px solid #DDDDDD;
+ border-radius : 4px;
+}
+#timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
+ display : block;
+}
+
+#timeline .timeline-item.block:nth-child(even) {
+ width : 100% !important;
+ margin-top : 5px;
+}
+#timeline .timeline-item.block:nth-child(even):after {
+ left : 50%;
+ right : auto;
+ top : -11px;
+ border : 0;
+ border-left : 12px solid transparent;
+ border-right : 12px solid transparent;
+ border-bottom : 12px solid #CCCCCC;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+ top : -10px;
+ border : 0;
+ border-left : 11px solid #F8F8F8;
+ border-right : 11px solid #F8F8F8;
+ border-bottom : 11px solid #FFFFFF;
+}
+#timeline .timeline-item.block:nth-child(even):before {
+ left : 50%;
+ right : auto;
+ top : -11px;
+ border : 0;
+ border-left : 12px solid transparent;
+ border-right : 12px solid transparent;
+ border-bottom : 12px solid #CCCCCC;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+#timeline .timeline-item.block:nth-child(even) > .timeline-badge {
+ top : -28px;
+ left : 50%;
+ right : auto;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+
+#timeline .timeline-item.block:nth-child(odd) {
+ width : 100% !important;
+ margin-top : 5px;
+}
+#timeline .timeline-item.block:nth-child(odd):after {
+ left : 50%;
+ right : auto;
+ top : -11px;
+ border : 0;
+ border-left : 12px solid transparent;
+ border-right : 12px solid transparent;
+ border-bottom : 12px solid #CCCCCC;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+ top : -10px;
+ border : 0;
+ border-left : 11px solid #F8F8F8;
+ border-right : 11px solid #F8F8F8;
+ border-bottom : 11px solid #FFFFFF;
+}
+#timeline .timeline-item.block:nth-child(odd):before {
+ left : 50%;
+ right : auto;
+ top : -11px;
+ border : 0;
+ border-left : 12px solid transparent;
+ border-right : 12px solid transparent;
+ border-bottom : 12px solid #CCCCCC;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+#timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
+ top : -28px;
+ left : 50%;
+ right : auto;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+}
+
+.timeline-actions {
+ display : none;
+}
+
+.timeline-content {
+ padding : 15px;
+}
+
+.timeline-footer {
+ padding : 15px;
+ border-top : 1px solid #EEEEEE;
+ background-color : #FBFCFC;
+ border-radius : 0 0 5px 5px;
+}
+
+.timeline-heading {
+ padding : 15px;
+ font-size : 20px;
+}
+
+.timeline-liveliness {
+ padding : 15px;
+ border-top : 1px solid #EEEEEE;
+ background-color : #FBFCFC;
+}
+
+.timeline-heading + .timeline-content {
+ padding-top : 0;
+}
+
+.timeline-date {
+ font-size : 14px;
+ color : #AAAAAA;
+}
+
+.timeline-embed {
+ position : relative;
+ padding-bottom : 56.25%;
+ padding-top : 25px;
+ height : 0;
+}
+.timeline-embed .embed-element {
+ position : absolute;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+}
+.timeline-embed embed {
+ position : absolute;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+}
+.timeline-embed iframe {
+ position : absolute;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+}
+.timeline-embed object {
+ position : absolute;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+}
+
+.timeline-img {
+ display : block;
+ padding : 5px 0;
+}
+
+.timeline-img.first {
+ margin-right : -10px;
+}
+
+.timeline-img.middle {
+ margin-right : -10px;
+ margin-left : -10px;
+}
+
+.timeline-img.last {
+ margin-left : -10px;
+}
+
+.timeline-resume {
+ border-top : 1px solid #EEEEEE;
+ background-color : #FBFCFC;
+}
+
+.timeline-avatar {
+ margin-top : -2px;
+ margin-right : 10px;
+}
+
+.timeline-title {
+ margin : 0;
+ padding : 0;
+ font-size : 14px;
+ line-height : 1.42857;
+ font-weight : 600;
+ color : #3E5771;
+ text-decoration : none;
+}
+.timeline-title > small {
+ display : block;
+ font-size : 12px;
+ line-height : 1.5;
+ color : #A1AAB0;
+ overflow : hidden;
+ text-overflow : ellipsis;
+ white-space : nowrap;
+}
+
+.wrapkit-content-rtl .timeline-avatar {
+ margin-right : 0;
+ margin-left : 10px;
+}
+
+@media (min-width: 992px) {
+ .timeline-item:nth-child(even) {
+ padding : 0 35px 50px 0;
+ }
+ .timeline-item:nth-child(odd) {
+ padding : 0 0 50px 35px;
+ }
+}
+
+@media (max-width: 991.98px) {
+ .timeline {
+ padding-left : 15px;
+ }
+ .timeline-line {
+ left : 15px;
+ }
+ .timeline-group {
+ display : inline-block;
+ margin-left : -22px;
+ }
+ .timeline-item {
+ width : 100% !important;
+ margin-top : 0 !important;
+ padding-right : 10px;
+ }
+ .timeline-item:nth-child(even):after {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ left : 40px;
+ top : 21px;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-right : 11px solid #FFFFFF;
+ }
+ .timeline-item:nth-child(even):before {
+ left : 39px;
+ top : 20px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item:nth-child(even) > .timeline-badge {
+ top : 12px;
+ left : -20px;
+ right : auto;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item:nth-child(odd):after {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ left : 40px;
+ top : 21px;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-right : 11px solid #FFFFFF;
+ }
+ .timeline-item:nth-child(odd):before {
+ left : 39px;
+ top : 20px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item:nth-child(odd) > .timeline-badge {
+ top : 12px;
+ left : -20px;
+ right : auto;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item.block:nth-child(even) {
+ padding-bottom : 0;
+ }
+ .timeline-item.block:nth-child(even):after {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ left : 20px;
+ top : 11px;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-right : 11px solid #FFFFFF;
+ }
+ .timeline-item.block:nth-child(even):before {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item.block:nth-child(even) > .timeline-badge {
+ top : 12px;
+ left : -6px;
+ right : auto;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item.block:nth-child(odd) {
+ padding-bottom : 0;
+ }
+ .timeline-item.block:nth-child(odd):after {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ left : 20px;
+ top : 11px;
+ border-top : 11px solid #F8F8F8;
+ border-bottom : 11px solid #F8F8F8;
+ border-right : 11px solid #FFFFFF;
+ }
+ .timeline-item.block:nth-child(odd):before {
+ left : 19px;
+ top : 10px;
+ border : 0;
+ border-top : 12px solid transparent;
+ border-bottom : 12px solid transparent;
+ border-right : 12px solid #CCCCCC;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ .timeline-item.block:nth-child(odd) > .timeline-badge {
+ top : 12px;
+ left : -6px;
+ right : auto;
+ -webkit-transform : translate(0, 0);
+ -ms-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@media (max-width: 991.98px) {
+ #timeline.timeline-wrapper .timeline {
+ padding : 0;
+ }
+ #timeline.timeline-wrapper .timeline .card-body {
+ text-align : left;
+ }
+ #timeline.timeline-wrapper .timeline-line {
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ bottom : 0;
+ left : 50%;
+ width : 2px;
+ background-color : #DDDDDD;
+ -webkit-transform : translate(-50%, 0);
+ -ms-transform : translate(-50%, 0);
+ transform : translate(-50%, 0);
+ }
+ #timeline.timeline-wrapper .timeline-group {
+ display : block;
+ margin-left : -6px;
+ text-align : center;
+ }
+ #timeline.timeline-wrapper .timeline-item {
+ display : block;
+ padding : 20px 0 20px !important;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(even) {
+ float : none;
+ clear : both;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(even):after {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(even):before {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(odd) {
+ float : none;
+ clear : both;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(odd):after {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item:nth-child(odd):before {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item > .timeline-badge {
+ top : 0 !important;
+ left : 45% !important;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(even) {
+ float : none;
+ clear : both;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(even):after {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(even):before {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(odd) {
+ float : none;
+ clear : both;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before {
+ display : none;
+ }
+ #timeline.timeline-wrapper .timeline-item.timeline-poster > .timeline-badge {
+ display : none;
+ }
+}
+
+@media (max-width: 575.98px) {
+ .timeline-item > .timeline-badge {
+ top : 0 !important;
+ left : 44% !important;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/timeline.min.css b/www/assets2/css/pages/timeline.min.css
new file mode 100644
index 0000000..b2a349e
--- /dev/null
+++ b/www/assets2/css/pages/timeline.min.css
@@ -0,0 +1 @@
+.timeline,.timeline>li{list-style:none}.timeline{position:relative;display:block;margin:0;padding:10px 0}.timeline:after,.timeline:before{content:' ';display:table}.timeline:after{clear:both}.timeline>li:nth-child(even){float:left;clear:left}.timeline>li:nth-child(odd){float:right;clear:right}.timeline .media{border-bottom:1px solid #EEE;font-size:13px}.timeline .media p{font-size:13px}.timeline .media:last-child{border-bottom:0}.timeline-line+.timeline-item{margin-top:-20px}.timeline-group{display:block;position:relative;margin:20px 0;text-align:center;float:none!important;z-index:1}.timeline-poster{margin-top:-20px}.timeline-poster .btn-link{color:#A1AAB0}.timeline-poster .btn-link.active,.timeline-poster .btn-link:active,.timeline-poster .btn-link:focus,.timeline-poster .btn-link:hover{color:#3E5771}#timeline.timeline-center .timeline-line{display:inline-block;position:absolute;top:0;bottom:0;left:50%;width:2px;background-color:#DDD;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline.timeline-center .timeline-item{position:relative;display:inline-block;width:50%;padding:0 50px 35px}#timeline.timeline-center .timeline-item:nth-child(even):after,#timeline.timeline-center .timeline-item:nth-child(even):before,#timeline.timeline-center .timeline-item:nth-child(odd):after,#timeline.timeline-center .timeline-item:nth-child(odd):before{top:20px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;position:absolute;content:'';z-index:1}#timeline.timeline-center .timeline-item:nth-child(even){padding:0 35px 50px 0}#timeline.timeline-center .timeline-item:nth-child(even):after{right:25px;border-left:11px solid #FFF}#timeline.timeline-center .timeline-item:nth-child(even):before{right:24px;border-left:12px solid #CCC}#timeline.timeline-center .timeline-item:nth-child(even)>.timeline-badge{right:-20px}#timeline.timeline-center .timeline-item:nth-child(odd){padding:0 0 50px 35px}#timeline.timeline-center .timeline-item:nth-child(odd):after{left:25px;border-right:11px solid #FFF}#timeline.timeline-center .timeline-item:nth-child(odd):before{left:24px;border-right:12px solid #CCC}#timeline.timeline-center .timeline-item:nth-child(odd)>.timeline-badge{left:-20px}#timeline.timeline-center .timeline-item>.timeline-badge{position:absolute;top:12px;z-index:1}#timeline.timeline-center .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}#timeline.timeline-center .timeline-item>.timeline-badge>span i{color:#FFF;font-size:1.6rem;display:block;line-height:40px;top:0}#timeline.timeline-center .timeline-item>.timeline-badge>a.active,#timeline.timeline-center .timeline-item>.timeline-badge>span:active,#timeline.timeline-center .timeline-item>.timeline-badge>span:focus,#timeline.timeline-center .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#timeline.timeline-center .timeline-item>.timeline-panel{position:relative;background-color:#FFF;border:1px solid #DDD;border-radius:4px}#timeline.timeline-center .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline.timeline-right .timeline-line{display:inline-block;position:absolute;top:0;bottom:0;right:12px;width:2px;background-color:#DDD;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline.timeline-right .timeline-group{text-align:right}#timeline.timeline-right .timeline-item{position:relative;display:inline-block;width:100%;padding:0 43px 35px 0}#timeline.timeline-right .timeline-item:after{content:'';position:absolute;right:33px;top:21px;width:0;height:0;z-index:1;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-left:11px solid #FFF}#timeline.timeline-right .timeline-item:before{content:'';position:absolute;right:32px;top:20px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #CCC;z-index:1}#timeline.timeline-right .timeline-item>.timeline-badge{right:-8px;position:absolute;top:12px;z-index:1}#timeline.timeline-right .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}#timeline.timeline-right .timeline-item>.timeline-badge>span i{color:#FFF;font-size:1.6rem;display:block;line-height:40px;top:0}#timeline.timeline-right .timeline-item>.timeline-badge>a.active,#timeline.timeline-right .timeline-item>.timeline-badge>span:active,#timeline.timeline-right .timeline-item>.timeline-badge>span:focus,#timeline.timeline-right .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#timeline.timeline-right .timeline-item>.timeline-panel{position:relative;background-color:#FFF;border:1px solid #DDD;border-radius:4px}#timeline.timeline-right .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline.timeline-right .timeline-item.block:nth-child(even):before{right:8px;left:auto}#timeline.timeline-right .timeline-item.block:nth-child(even):after{right:11px;left:auto}#timeline.timeline-right .timeline-item.block:nth-child(odd):after{right:8px;right:auto}#timeline.timeline-left .timeline-line{display:inline-block;position:absolute;top:0;bottom:0;left:12px;width:2px;background-color:#DDD;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline.timeline-left .timeline-group{text-align:left}#timeline.timeline-left .timeline-item{position:relative;display:inline-block;width:100%;padding:0 0 35px 43px}.timeline-content,.timeline-footer,.timeline-liveliness{padding:15px}#timeline.timeline-left .timeline-item:after{content:'';position:absolute;left:33px;top:21px;width:0;height:0;z-index:1;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-right:11px solid #FFF}#timeline.timeline-left .timeline-item:before{content:'';position:absolute;left:32px;top:20px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #CCC;z-index:1}#timeline.timeline-left .timeline-item>.timeline-badge{left:-8px;position:absolute;top:12px;z-index:1}#timeline.timeline-left .timeline-item>.timeline-badge>span{display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;text-decoration:none;-webkit-transition:all ease .3s;transition:all ease .3s}#timeline .timeline-item.block:nth-child(even),#timeline .timeline-item.block:nth-child(odd){width:100%!important;margin-top:5px}#timeline.timeline-left .timeline-item>.timeline-badge>span i{color:#FFF;font-size:1.6rem;display:block;line-height:40px;top:0}#timeline.timeline-left .timeline-item>.timeline-badge>a.active,#timeline.timeline-left .timeline-item>.timeline-badge>span:active,#timeline.timeline-left .timeline-item>.timeline-badge>span:focus,#timeline.timeline-left .timeline-item>.timeline-badge>span:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}#timeline.timeline-left .timeline-item>.timeline-panel{position:relative;background-color:#FFF;border:1px solid #DDD;border-radius:4px}#timeline.timeline-left .timeline-item>.timeline-panel:hover .timeline-actions{display:block}#timeline .timeline-item.block:nth-child(even):after{left:50%;right:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);top:-10px;border:0;border-left:11px solid #F8F8F8;border-right:11px solid #F8F8F8;border-bottom:11px solid #FFF}#timeline .timeline-item.block:nth-child(even):before{left:50%;right:auto;top:-11px;border:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #CCC;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline .timeline-item.block:nth-child(even)>.timeline-badge{top:-28px;left:50%;right:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline .timeline-item.block:nth-child(odd):after{left:50%;right:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);top:-10px;border:0;border-left:11px solid #F8F8F8;border-right:11px solid #F8F8F8;border-bottom:11px solid #FFF}#timeline .timeline-item.block:nth-child(odd):before{left:50%;right:auto;top:-11px;border:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #CCC;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.timeline-footer,.timeline-liveliness,.timeline-resume{border-top:1px solid #EEE;background-color:#FBFCFC}#timeline .timeline-item.block:nth-child(odd)>.timeline-badge{top:-28px;left:50%;right:auto;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.timeline-actions{display:none}.timeline-footer{border-radius:0 0 5px 5px}.timeline-heading{padding:15px;font-size:20px}.timeline-heading+.timeline-content{padding-top:0}.timeline-date{font-size:14px;color:#AAA}.timeline-embed{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.timeline-embed .embed-element,.timeline-embed embed,.timeline-embed iframe,.timeline-embed object{position:absolute;top:0;left:0;width:100%;height:100%}.timeline-img{display:block;padding:5px 0}.timeline-img.first{margin-right:-10px}.timeline-img.middle{margin-right:-10px;margin-left:-10px}.timeline-img.last{margin-left:-10px}.timeline-avatar{margin-top:-2px;margin-right:10px}.timeline-title{margin:0;padding:0;font-size:14px;line-height:1.42857;font-weight:600;color:#3E5771;text-decoration:none}.timeline-title>small{display:block;font-size:12px;line-height:1.5;color:#A1AAB0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrapkit-content-rtl .timeline-avatar{margin-right:0;margin-left:10px}@media (min-width:992px){.timeline-item:nth-child(even){padding:0 35px 50px 0}.timeline-item:nth-child(odd){padding:0 0 50px 35px}}@media (max-width:991.98px){.timeline-item.block:nth-child(even),.timeline-item.block:nth-child(odd){padding-bottom:0}.timeline{padding-left:15px}.timeline-line{left:15px}.timeline-group{display:inline-block;margin-left:-22px}.timeline-item{width:100%!important;margin-top:0!important;padding-right:10px}.timeline-item:nth-child(even):after{border:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);left:40px;top:21px;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-right:11px solid #FFF}.timeline-item:nth-child(even):before{left:39px;top:20px;border:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #CCC;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item:nth-child(even)>.timeline-badge{top:12px;left:-20px;right:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item:nth-child(odd):after{border:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);left:40px;top:21px;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-right:11px solid #FFF}.timeline-item:nth-child(odd):before{left:39px;top:20px;border:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #CCC;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item:nth-child(odd)>.timeline-badge{top:12px;left:-20px;right:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item.block:nth-child(even):after{border:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);left:20px;top:11px;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-right:11px solid #FFF}.timeline-item.block:nth-child(even):before{left:19px;top:10px;border:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #CCC;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item.block:nth-child(even)>.timeline-badge{top:12px;left:-6px;right:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item.block:nth-child(odd):after{border:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);left:20px;top:11px;border-top:11px solid #F8F8F8;border-bottom:11px solid #F8F8F8;border-right:11px solid #FFF}.timeline-item.block:nth-child(odd):before{left:19px;top:10px;border:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #CCC;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.timeline-item.block:nth-child(odd)>.timeline-badge{top:12px;left:-6px;right:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}#timeline.timeline-wrapper .timeline-item.block:nth-child(even),#timeline.timeline-wrapper .timeline-item.block:nth-child(odd),#timeline.timeline-wrapper .timeline-item:nth-child(even),#timeline.timeline-wrapper .timeline-item:nth-child(odd){float:none;clear:both}#timeline.timeline-wrapper .timeline{padding:0}#timeline.timeline-wrapper .timeline .card-body{text-align:left}#timeline.timeline-wrapper .timeline-line{display:inline-block;position:absolute;top:0;bottom:0;left:50%;width:2px;background-color:#DDD;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#timeline.timeline-wrapper .timeline-group{display:block;margin-left:-6px;text-align:center}#timeline.timeline-wrapper .timeline-item{display:block;padding:20px 0!important}#timeline.timeline-wrapper .timeline-item.block:nth-child(even):after,#timeline.timeline-wrapper .timeline-item.block:nth-child(even):before,#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):after,#timeline.timeline-wrapper .timeline-item.block:nth-child(odd):before,#timeline.timeline-wrapper .timeline-item.timeline-poster>.timeline-badge,#timeline.timeline-wrapper .timeline-item:nth-child(even):after,#timeline.timeline-wrapper .timeline-item:nth-child(even):before,#timeline.timeline-wrapper .timeline-item:nth-child(odd):after,#timeline.timeline-wrapper .timeline-item:nth-child(odd):before{display:none}#timeline.timeline-wrapper .timeline-item>.timeline-badge{top:0!important;left:45%!important}}@media (max-width:575.98px){.timeline-item>.timeline-badge{top:0!important;left:44%!important}}
\ No newline at end of file
diff --git a/www/assets2/css/pages/user-settings.css b/www/assets2/css/pages/user-settings.css
new file mode 100644
index 0000000..21c62f5
--- /dev/null
+++ b/www/assets2/css/pages/user-settings.css
@@ -0,0 +1,14 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.user-form .dropzone {
+ min-height : 200px;
+ width : 200px;
+}
+.user-form .dropzone .dz-message {
+ font-size : 1rem;
+ height : auto;
+}
+.user-form .dropzone .dz-message:before {
+ font-size : 2rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/user-settings.min.css b/www/assets2/css/pages/user-settings.min.css
new file mode 100644
index 0000000..284a0e1
--- /dev/null
+++ b/www/assets2/css/pages/user-settings.min.css
@@ -0,0 +1 @@
+.user-form .dropzone{min-height:200px;width:200px}.user-form .dropzone .dz-message{font-size:1rem;height:auto}.user-form .dropzone .dz-message:before{font-size:2rem}
\ No newline at end of file
diff --git a/www/assets2/css/pages/users.css b/www/assets2/css/pages/users.css
new file mode 100644
index 0000000..d882c6b
--- /dev/null
+++ b/www/assets2/css/pages/users.css
@@ -0,0 +1,89 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+#user-profile .profile-img-container {
+ position : absolute;
+ bottom : -3rem;
+ left : 10%;
+ width : 80%;
+}
+#user-profile .profile-img-container img {
+ border : 0.3rem solid #FFFFFF;
+ height : 85px;
+ width : 85px;
+}
+
+#user-profile #profile-info .card-header i {
+ position : relative;
+ top : -3px;
+}
+
+#user-profile #profile-info .user-like i {
+ font-size : 1.7rem;
+}
+
+#user-profile #profile-info .suggested-block .user-page-info p {
+ margin-bottom : 0;
+ font-weight : 500;
+}
+
+#user-profile #profile-info .suggested-block i {
+ cursor : pointer;
+}
+
+#user-profile .relative {
+ position : relative;
+}
+
+#user-profile .profile-header-nav {
+ background-color : #FFFFFF;
+ padding : 0.75rem 1rem;
+}
+#user-profile .profile-header-nav .navbar {
+ -webkit-box-pack : end;
+ -webkit-justify-content : flex-end;
+ -ms-flex-pack : end;
+ justify-content : flex-end;
+}
+#user-profile .profile-header-nav .navbar .navbar-toggler {
+ font-size : 1.7rem;
+ color : #626262;
+}
+#user-profile .profile-header-nav .navbar .navbar-toggler:focus {
+ outline : none;
+}
+
+#user-profile .user-latest-img {
+ -webkit-transition : all 0.2s ease-in-out;
+ transition : all 0.2s ease-in-out;
+}
+#user-profile .user-latest-img:hover {
+ -webkit-transform : translateY(-4px) scale(1.2);
+ -ms-transform : translateY(-4px) scale(1.2);
+ transform : translateY(-4px) scale(1.2);
+ z-index : 30;
+}
+
+#user-profile .block-element .spinner-border {
+ border-width : 2px;
+}
+
+@media only screen and (min-width: 992px) {
+ #user-profile .profile-header-nav .navbar .nav-item {
+ padding-left : 2.25rem !important;
+ padding-right : 2.25rem !important;
+ }
+}
+
+@media only screen and (max-width: 992px) {
+ #user-profile .user-latest-img img {
+ width : 100%;
+ }
+}
+
+@media only screen and (max-width: 991px) and (min-width: 768px) {
+ #user-profile .profile-header-nav .navbar .nav-item {
+ padding-left : 1.5rem !important;
+ padding-right : 1.5rem !important;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/pages/users.min.css b/www/assets2/css/pages/users.min.css
new file mode 100644
index 0000000..a42305a
--- /dev/null
+++ b/www/assets2/css/pages/users.min.css
@@ -0,0 +1 @@
+#user-profile .profile-img-container{position:absolute;bottom:-3rem;left:10%;width:80%}#user-profile .profile-img-container img{border:.3rem solid #FFF;height:85px;width:85px}#user-profile #profile-info .card-header i{position:relative;top:-3px}#user-profile #profile-info .user-like i{font-size:1.7rem}#user-profile #profile-info .suggested-block .user-page-info p{margin-bottom:0;font-weight:500}#user-profile #profile-info .suggested-block i{cursor:pointer}#user-profile .relative{position:relative}#user-profile .profile-header-nav{background-color:#FFF;padding:.75rem 1rem}#user-profile .profile-header-nav .navbar{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#user-profile .profile-header-nav .navbar .navbar-toggler{font-size:1.7rem;color:#626262}#user-profile .profile-header-nav .navbar .navbar-toggler:focus{outline:0}#user-profile .user-latest-img{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#user-profile .user-latest-img:hover{-webkit-transform:translateY(-4px) scale(1.2);-ms-transform:translateY(-4px) scale(1.2);transform:translateY(-4px) scale(1.2);z-index:30}#user-profile .block-element .spinner-border{border-width:2px}@media only screen and (min-width:992px){#user-profile .profile-header-nav .navbar .nav-item{padding-left:2.25rem!important;padding-right:2.25rem!important}}@media only screen and (max-width:992px){#user-profile .user-latest-img img{width:100%}}@media only screen and (max-width:991px) and (min-width:768px){#user-profile .profile-header-nav .navbar .nav-item{padding-left:1.5rem!important;padding-right:1.5rem!important}}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/animate/animate.css b/www/assets2/css/plugins/animate/animate.css
new file mode 100644
index 0000000..c1e6b92
--- /dev/null
+++ b/www/assets2/css/plugins/animate/animate.css
@@ -0,0 +1,3031 @@
+.animated {
+ -webkit-animation-duration : 1s;
+ animation-duration : 1s;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+}
+.animated.infinite {
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.animated.hinge {
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+}
+.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
+ -webkit-animation-duration : 0.75s;
+ animation-duration : 0.75s;
+}
+
+@-webkit-keyframes bounce {
+ from, 20%, 53%, 80%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ 40%, 43% {
+ -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ -webkit-transform : translate3d(0, -30px, 0);
+ transform : translate3d(0, -30px, 0);
+ }
+ 70% {
+ -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ -webkit-transform : translate3d(0, -15px, 0);
+ transform : translate3d(0, -15px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, -4px, 0);
+ transform : translate3d(0, -4px, 0);
+ }
+}
+
+@keyframes bounce {
+ from, 20%, 53%, 80%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ 40%, 43% {
+ -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ -webkit-transform : translate3d(0, -30px, 0);
+ transform : translate3d(0, -30px, 0);
+ }
+ 70% {
+ -webkit-animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ animation-timing-function : cubic-bezier(0.755, 0.05, 0.855, 0.06);
+ -webkit-transform : translate3d(0, -15px, 0);
+ transform : translate3d(0, -15px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, -4px, 0);
+ transform : translate3d(0, -4px, 0);
+ }
+}
+
+.bounce {
+ -webkit-animation-name : bounce;
+ animation-name : bounce;
+ -webkit-transform-origin : center bottom;
+ -ms-transform-origin : center bottom;
+ transform-origin : center bottom;
+}
+
+@-webkit-keyframes flash {
+ from, 50%, to {
+ opacity : 1;
+ }
+ 25%, 75% {
+ opacity : 0;
+ }
+}
+
+@keyframes flash {
+ from, 50%, to {
+ opacity : 1;
+ }
+ 25%, 75% {
+ opacity : 0;
+ }
+}
+
+.flash {
+ -webkit-animation-name : flash;
+ animation-name : flash;
+}
+
+/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
+@-webkit-keyframes pulse {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 50% {
+ -webkit-transform : scale3d(1.05, 1.05, 1.05);
+ transform : scale3d(1.05, 1.05, 1.05);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+@keyframes pulse {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 50% {
+ -webkit-transform : scale3d(1.05, 1.05, 1.05);
+ transform : scale3d(1.05, 1.05, 1.05);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+.pulse {
+ -webkit-animation-name : pulse;
+ animation-name : pulse;
+}
+
+@-webkit-keyframes rubberBand {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 30% {
+ -webkit-transform : scale3d(1.25, 0.75, 1);
+ transform : scale3d(1.25, 0.75, 1);
+ }
+ 40% {
+ -webkit-transform : scale3d(0.75, 1.25, 1);
+ transform : scale3d(0.75, 1.25, 1);
+ }
+ 50% {
+ -webkit-transform : scale3d(1.15, 0.85, 1);
+ transform : scale3d(1.15, 0.85, 1);
+ }
+ 65% {
+ -webkit-transform : scale3d(0.95, 1.05, 1);
+ transform : scale3d(0.95, 1.05, 1);
+ }
+ 75% {
+ -webkit-transform : scale3d(1.05, 0.95, 1);
+ transform : scale3d(1.05, 0.95, 1);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+@keyframes rubberBand {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 30% {
+ -webkit-transform : scale3d(1.25, 0.75, 1);
+ transform : scale3d(1.25, 0.75, 1);
+ }
+ 40% {
+ -webkit-transform : scale3d(0.75, 1.25, 1);
+ transform : scale3d(0.75, 1.25, 1);
+ }
+ 50% {
+ -webkit-transform : scale3d(1.15, 0.85, 1);
+ transform : scale3d(1.15, 0.85, 1);
+ }
+ 65% {
+ -webkit-transform : scale3d(0.95, 1.05, 1);
+ transform : scale3d(0.95, 1.05, 1);
+ }
+ 75% {
+ -webkit-transform : scale3d(1.05, 0.95, 1);
+ transform : scale3d(1.05, 0.95, 1);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+.rubberBand {
+ -webkit-animation-name : rubberBand;
+ animation-name : rubberBand;
+}
+
+@-webkit-keyframes shake {
+ from, to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ 10%, 30%, 50%, 70%, 90% {
+ -webkit-transform : translate3d(-10px, 0, 0);
+ transform : translate3d(-10px, 0, 0);
+ }
+ 20%, 40%, 60%, 80% {
+ -webkit-transform : translate3d(10px, 0, 0);
+ transform : translate3d(10px, 0, 0);
+ }
+}
+
+@keyframes shake {
+ from, to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ 10%, 30%, 50%, 70%, 90% {
+ -webkit-transform : translate3d(-10px, 0, 0);
+ transform : translate3d(-10px, 0, 0);
+ }
+ 20%, 40%, 60%, 80% {
+ -webkit-transform : translate3d(10px, 0, 0);
+ transform : translate3d(10px, 0, 0);
+ }
+}
+
+.shake {
+ -webkit-animation-name : shake;
+ animation-name : shake;
+}
+
+@-webkit-keyframes headShake {
+ 0% {
+ -webkit-transform : translateX(0);
+ transform : translateX(0);
+ }
+ 6.5% {
+ -webkit-transform : translateX(-6px) rotateY(-9deg);
+ transform : translateX(-6px) rotateY(-9deg);
+ }
+ 18.5% {
+ -webkit-transform : translateX(5px) rotateY(7deg);
+ transform : translateX(5px) rotateY(7deg);
+ }
+ 31.5% {
+ -webkit-transform : translateX(-3px) rotateY(-5deg);
+ transform : translateX(-3px) rotateY(-5deg);
+ }
+ 43.5% {
+ -webkit-transform : translateX(2px) rotateY(3deg);
+ transform : translateX(2px) rotateY(3deg);
+ }
+ 50% {
+ -webkit-transform : translateX(0);
+ transform : translateX(0);
+ }
+}
+
+@keyframes headShake {
+ 0% {
+ -webkit-transform : translateX(0);
+ transform : translateX(0);
+ }
+ 6.5% {
+ -webkit-transform : translateX(-6px) rotateY(-9deg);
+ transform : translateX(-6px) rotateY(-9deg);
+ }
+ 18.5% {
+ -webkit-transform : translateX(5px) rotateY(7deg);
+ transform : translateX(5px) rotateY(7deg);
+ }
+ 31.5% {
+ -webkit-transform : translateX(-3px) rotateY(-5deg);
+ transform : translateX(-3px) rotateY(-5deg);
+ }
+ 43.5% {
+ -webkit-transform : translateX(2px) rotateY(3deg);
+ transform : translateX(2px) rotateY(3deg);
+ }
+ 50% {
+ -webkit-transform : translateX(0);
+ transform : translateX(0);
+ }
+}
+
+.headShake {
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-name : headShake;
+ animation-name : headShake;
+}
+
+@-webkit-keyframes swing {
+ 20% {
+ -webkit-transform : rotate3d(0, 0, 1, 15deg);
+ transform : rotate3d(0, 0, 1, 15deg);
+ }
+ 40% {
+ -webkit-transform : rotate3d(0, 0, 1, -10deg);
+ transform : rotate3d(0, 0, 1, -10deg);
+ }
+ 60% {
+ -webkit-transform : rotate3d(0, 0, 1, 5deg);
+ transform : rotate3d(0, 0, 1, 5deg);
+ }
+ 80% {
+ -webkit-transform : rotate3d(0, 0, 1, -5deg);
+ transform : rotate3d(0, 0, 1, -5deg);
+ }
+ to {
+ -webkit-transform : rotate3d(0, 0, 1, 0deg);
+ transform : rotate3d(0, 0, 1, 0deg);
+ }
+}
+
+@keyframes swing {
+ 20% {
+ -webkit-transform : rotate3d(0, 0, 1, 15deg);
+ transform : rotate3d(0, 0, 1, 15deg);
+ }
+ 40% {
+ -webkit-transform : rotate3d(0, 0, 1, -10deg);
+ transform : rotate3d(0, 0, 1, -10deg);
+ }
+ 60% {
+ -webkit-transform : rotate3d(0, 0, 1, 5deg);
+ transform : rotate3d(0, 0, 1, 5deg);
+ }
+ 80% {
+ -webkit-transform : rotate3d(0, 0, 1, -5deg);
+ transform : rotate3d(0, 0, 1, -5deg);
+ }
+ to {
+ -webkit-transform : rotate3d(0, 0, 1, 0deg);
+ transform : rotate3d(0, 0, 1, 0deg);
+ }
+}
+
+.swing {
+ -webkit-transform-origin : top center;
+ -ms-transform-origin : top center;
+ transform-origin : top center;
+ -webkit-animation-name : swing;
+ animation-name : swing;
+}
+
+@-webkit-keyframes tada {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 10%, 20% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
+ transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
+ transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
+ transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+@keyframes tada {
+ from {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+ 10%, 20% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
+ transform : scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
+ transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
+ transform : scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
+ }
+ to {
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+.tada {
+ -webkit-animation-name : tada;
+ animation-name : tada;
+}
+
+/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
+@-webkit-keyframes wobble {
+ from {
+ -webkit-transform : none;
+ transform : none;
+ }
+ 15% {
+ -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
+ transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
+ }
+ 30% {
+ -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
+ transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
+ }
+ 45% {
+ -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
+ transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
+ }
+ 60% {
+ -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
+ transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
+ }
+ 75% {
+ -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
+ transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes wobble {
+ from {
+ -webkit-transform : none;
+ transform : none;
+ }
+ 15% {
+ -webkit-transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
+ transform : translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
+ }
+ 30% {
+ -webkit-transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
+ transform : translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
+ }
+ 45% {
+ -webkit-transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
+ transform : translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
+ }
+ 60% {
+ -webkit-transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
+ transform : translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
+ }
+ 75% {
+ -webkit-transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
+ transform : translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.wobble {
+ -webkit-animation-name : wobble;
+ animation-name : wobble;
+}
+
+@-webkit-keyframes jello {
+ from, 11.1%, to {
+ -webkit-transform : none;
+ transform : none;
+ }
+ 22.2% {
+ -webkit-transform : skewX(-12.5deg) skewY(-12.5deg);
+ transform : skewX(-12.5deg) skewY(-12.5deg);
+ }
+ 33.3% {
+ -webkit-transform : skewX(6.25deg) skewY(6.25deg);
+ transform : skewX(6.25deg) skewY(6.25deg);
+ }
+ 44.4% {
+ -webkit-transform : skewX(-3.125deg) skewY(-3.125deg);
+ transform : skewX(-3.125deg) skewY(-3.125deg);
+ }
+ 55.5% {
+ -webkit-transform : skewX(1.5625deg) skewY(1.5625deg);
+ transform : skewX(1.5625deg) skewY(1.5625deg);
+ }
+ 66.6% {
+ -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg);
+ transform : skewX(-0.78125deg) skewY(-0.78125deg);
+ }
+ 77.7% {
+ -webkit-transform : skewX(0.39063deg) skewY(0.39063deg);
+ transform : skewX(0.39063deg) skewY(0.39063deg);
+ }
+ 88.8% {
+ -webkit-transform : skewX(-0.19531deg) skewY(-0.19531deg);
+ transform : skewX(-0.19531deg) skewY(-0.19531deg);
+ }
+}
+
+@keyframes jello {
+ from, 11.1%, to {
+ -webkit-transform : none;
+ transform : none;
+ }
+ 22.2% {
+ -webkit-transform : skewX(-12.5deg) skewY(-12.5deg);
+ transform : skewX(-12.5deg) skewY(-12.5deg);
+ }
+ 33.3% {
+ -webkit-transform : skewX(6.25deg) skewY(6.25deg);
+ transform : skewX(6.25deg) skewY(6.25deg);
+ }
+ 44.4% {
+ -webkit-transform : skewX(-3.125deg) skewY(-3.125deg);
+ transform : skewX(-3.125deg) skewY(-3.125deg);
+ }
+ 55.5% {
+ -webkit-transform : skewX(1.5625deg) skewY(1.5625deg);
+ transform : skewX(1.5625deg) skewY(1.5625deg);
+ }
+ 66.6% {
+ -webkit-transform : skewX(-0.78125deg) skewY(-0.78125deg);
+ transform : skewX(-0.78125deg) skewY(-0.78125deg);
+ }
+ 77.7% {
+ -webkit-transform : skewX(0.39063deg) skewY(0.39063deg);
+ transform : skewX(0.39063deg) skewY(0.39063deg);
+ }
+ 88.8% {
+ -webkit-transform : skewX(-0.19531deg) skewY(-0.19531deg);
+ transform : skewX(-0.19531deg) skewY(-0.19531deg);
+ }
+}
+
+.jello {
+ -webkit-animation-name : jello;
+ animation-name : jello;
+ -webkit-transform-origin : center;
+ -ms-transform-origin : center;
+ transform-origin : center;
+}
+
+@-webkit-keyframes bounceIn {
+ from, 20%, 40%, 60%, 80%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ 20% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1);
+ transform : scale3d(1.1, 1.1, 1.1);
+ }
+ 40% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9);
+ transform : scale3d(0.9, 0.9, 0.9);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(1.03, 1.03, 1.03);
+ transform : scale3d(1.03, 1.03, 1.03);
+ }
+ 80% {
+ -webkit-transform : scale3d(0.97, 0.97, 0.97);
+ transform : scale3d(0.97, 0.97, 0.97);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+@keyframes bounceIn {
+ from, 20%, 40%, 60%, 80%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ 20% {
+ -webkit-transform : scale3d(1.1, 1.1, 1.1);
+ transform : scale3d(1.1, 1.1, 1.1);
+ }
+ 40% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9);
+ transform : scale3d(0.9, 0.9, 0.9);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(1.03, 1.03, 1.03);
+ transform : scale3d(1.03, 1.03, 1.03);
+ }
+ 80% {
+ -webkit-transform : scale3d(0.97, 0.97, 0.97);
+ transform : scale3d(0.97, 0.97, 0.97);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : scale3d(1, 1, 1);
+ transform : scale3d(1, 1, 1);
+ }
+}
+
+.bounceIn {
+ -webkit-animation-name : bounceIn;
+ animation-name : bounceIn;
+}
+
+@-webkit-keyframes bounceInDown {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -3000px, 0);
+ transform : translate3d(0, -3000px, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, 25px, 0);
+ transform : translate3d(0, 25px, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(0, -10px, 0);
+ transform : translate3d(0, -10px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, 5px, 0);
+ transform : translate3d(0, 5px, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes bounceInDown {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -3000px, 0);
+ transform : translate3d(0, -3000px, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, 25px, 0);
+ transform : translate3d(0, 25px, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(0, -10px, 0);
+ transform : translate3d(0, -10px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, 5px, 0);
+ transform : translate3d(0, 5px, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.bounceInDown {
+ -webkit-animation-name : bounceInDown;
+ animation-name : bounceInDown;
+}
+
+@-webkit-keyframes bounceInLeft {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : translate3d(-3000px, 0, 0);
+ transform : translate3d(-3000px, 0, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(25px, 0, 0);
+ transform : translate3d(25px, 0, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(-10px, 0, 0);
+ transform : translate3d(-10px, 0, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(5px, 0, 0);
+ transform : translate3d(5px, 0, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes bounceInLeft {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ 0% {
+ opacity : 0;
+ -webkit-transform : translate3d(-3000px, 0, 0);
+ transform : translate3d(-3000px, 0, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(25px, 0, 0);
+ transform : translate3d(25px, 0, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(-10px, 0, 0);
+ transform : translate3d(-10px, 0, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(5px, 0, 0);
+ transform : translate3d(5px, 0, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.bounceInLeft {
+ -webkit-animation-name : bounceInLeft;
+ animation-name : bounceInLeft;
+}
+
+@-webkit-keyframes bounceInRight {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(3000px, 0, 0);
+ transform : translate3d(3000px, 0, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(-25px, 0, 0);
+ transform : translate3d(-25px, 0, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(10px, 0, 0);
+ transform : translate3d(10px, 0, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(-5px, 0, 0);
+ transform : translate3d(-5px, 0, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes bounceInRight {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(3000px, 0, 0);
+ transform : translate3d(3000px, 0, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(-25px, 0, 0);
+ transform : translate3d(-25px, 0, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(10px, 0, 0);
+ transform : translate3d(10px, 0, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(-5px, 0, 0);
+ transform : translate3d(-5px, 0, 0);
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.bounceInRight {
+ -webkit-animation-name : bounceInRight;
+ animation-name : bounceInRight;
+}
+
+@-webkit-keyframes bounceInUp {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 3000px, 0);
+ transform : translate3d(0, 3000px, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, -20px, 0);
+ transform : translate3d(0, -20px, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(0, 10px, 0);
+ transform : translate3d(0, 10px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, -5px, 0);
+ transform : translate3d(0, -5px, 0);
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@keyframes bounceInUp {
+ from, 60%, 75%, 90%, to {
+ -webkit-animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ animation-timing-function : cubic-bezier(0.215, 0.61, 0.355, 1);
+ }
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 3000px, 0);
+ transform : translate3d(0, 3000px, 0);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, -20px, 0);
+ transform : translate3d(0, -20px, 0);
+ }
+ 75% {
+ -webkit-transform : translate3d(0, 10px, 0);
+ transform : translate3d(0, 10px, 0);
+ }
+ 90% {
+ -webkit-transform : translate3d(0, -5px, 0);
+ transform : translate3d(0, -5px, 0);
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+.bounceInUp {
+ -webkit-animation-name : bounceInUp;
+ animation-name : bounceInUp;
+}
+
+@-webkit-keyframes bounceOut {
+ 20% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9);
+ transform : scale3d(0.9, 0.9, 0.9);
+ }
+ 50%, 55% {
+ opacity : 1;
+ -webkit-transform : scale3d(1.1, 1.1, 1.1);
+ transform : scale3d(1.1, 1.1, 1.1);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+}
+
+@keyframes bounceOut {
+ 20% {
+ -webkit-transform : scale3d(0.9, 0.9, 0.9);
+ transform : scale3d(0.9, 0.9, 0.9);
+ }
+ 50%, 55% {
+ opacity : 1;
+ -webkit-transform : scale3d(1.1, 1.1, 1.1);
+ transform : scale3d(1.1, 1.1, 1.1);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+}
+
+.bounceOut {
+ -webkit-animation-name : bounceOut;
+ animation-name : bounceOut;
+}
+
+@-webkit-keyframes bounceOutDown {
+ 20% {
+ -webkit-transform : translate3d(0, 10px, 0);
+ transform : translate3d(0, 10px, 0);
+ }
+ 40%, 45% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, -20px, 0);
+ transform : translate3d(0, -20px, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+}
+
+@keyframes bounceOutDown {
+ 20% {
+ -webkit-transform : translate3d(0, 10px, 0);
+ transform : translate3d(0, 10px, 0);
+ }
+ 40%, 45% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, -20px, 0);
+ transform : translate3d(0, -20px, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+}
+
+.bounceOutDown {
+ -webkit-animation-name : bounceOutDown;
+ animation-name : bounceOutDown;
+}
+
+@-webkit-keyframes bounceOutLeft {
+ 20% {
+ opacity : 1;
+ -webkit-transform : translate3d(20px, 0, 0);
+ transform : translate3d(20px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+}
+
+@keyframes bounceOutLeft {
+ 20% {
+ opacity : 1;
+ -webkit-transform : translate3d(20px, 0, 0);
+ transform : translate3d(20px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+}
+
+.bounceOutLeft {
+ -webkit-animation-name : bounceOutLeft;
+ animation-name : bounceOutLeft;
+}
+
+@-webkit-keyframes bounceOutRight {
+ 20% {
+ opacity : 1;
+ -webkit-transform : translate3d(-20px, 0, 0);
+ transform : translate3d(-20px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+}
+
+@keyframes bounceOutRight {
+ 20% {
+ opacity : 1;
+ -webkit-transform : translate3d(-20px, 0, 0);
+ transform : translate3d(-20px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+}
+
+.bounceOutRight {
+ -webkit-animation-name : bounceOutRight;
+ animation-name : bounceOutRight;
+}
+
+@-webkit-keyframes bounceOutUp {
+ 20% {
+ -webkit-transform : translate3d(0, -10px, 0);
+ transform : translate3d(0, -10px, 0);
+ }
+ 40%, 45% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, 20px, 0);
+ transform : translate3d(0, 20px, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+}
+
+@keyframes bounceOutUp {
+ 20% {
+ -webkit-transform : translate3d(0, -10px, 0);
+ transform : translate3d(0, -10px, 0);
+ }
+ 40%, 45% {
+ opacity : 1;
+ -webkit-transform : translate3d(0, 20px, 0);
+ transform : translate3d(0, 20px, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+}
+
+.bounceOutUp {
+ -webkit-animation-name : bounceOutUp;
+ animation-name : bounceOutUp;
+}
+
+@-webkit-keyframes fadeIn {
+ from {
+ opacity : 0;
+ }
+ to {
+ opacity : 1;
+ }
+}
+
+@keyframes fadeIn {
+ from {
+ opacity : 0;
+ }
+ to {
+ opacity : 1;
+ }
+}
+
+.fadeIn {
+ -webkit-animation-name : fadeIn;
+ animation-name : fadeIn;
+}
+
+@-webkit-keyframes fadeInDown {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInDown {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInDown {
+ -webkit-animation-name : fadeInDown;
+ animation-name : fadeInDown;
+}
+
+@-webkit-keyframes fadeInDownBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInDownBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInDownBig {
+ -webkit-animation-name : fadeInDownBig;
+ animation-name : fadeInDownBig;
+}
+
+@-webkit-keyframes fadeInLeft {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInLeft {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInLeft {
+ -webkit-animation-name : fadeInLeft;
+ animation-name : fadeInLeft;
+}
+
+@-webkit-keyframes fadeInLeftBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInLeftBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInLeftBig {
+ -webkit-animation-name : fadeInLeftBig;
+ animation-name : fadeInLeftBig;
+}
+
+@-webkit-keyframes fadeInRight {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInRight {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInRight {
+ -webkit-animation-name : fadeInRight;
+ animation-name : fadeInRight;
+}
+
+@-webkit-keyframes fadeInRightBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInRightBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInRightBig {
+ -webkit-animation-name : fadeInRightBig;
+ animation-name : fadeInRightBig;
+}
+
+@-webkit-keyframes fadeInUp {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInUp {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInUp {
+ -webkit-animation-name : fadeInUp;
+ animation-name : fadeInUp;
+}
+
+@-webkit-keyframes fadeInUpBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes fadeInUpBig {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.fadeInUpBig {
+ -webkit-animation-name : fadeInUpBig;
+ animation-name : fadeInUpBig;
+}
+
+@-webkit-keyframes fadeOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+@keyframes fadeOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+.fadeOut {
+ -webkit-animation-name : fadeOut;
+ animation-name : fadeOut;
+}
+
+@-webkit-keyframes fadeOutDown {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+}
+
+@keyframes fadeOutDown {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+}
+
+.fadeOutDown {
+ -webkit-animation-name : fadeOutDown;
+ animation-name : fadeOutDown;
+}
+
+@-webkit-keyframes fadeOutDownBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+}
+
+@keyframes fadeOutDownBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, 2000px, 0);
+ transform : translate3d(0, 2000px, 0);
+ }
+}
+
+.fadeOutDownBig {
+ -webkit-animation-name : fadeOutDownBig;
+ animation-name : fadeOutDownBig;
+}
+
+@-webkit-keyframes fadeOutLeft {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+}
+
+@keyframes fadeOutLeft {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+}
+
+.fadeOutLeft {
+ -webkit-animation-name : fadeOutLeft;
+ animation-name : fadeOutLeft;
+}
+
+@-webkit-keyframes fadeOutLeftBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+}
+
+@keyframes fadeOutLeftBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(-2000px, 0, 0);
+ transform : translate3d(-2000px, 0, 0);
+ }
+}
+
+.fadeOutLeftBig {
+ -webkit-animation-name : fadeOutLeftBig;
+ animation-name : fadeOutLeftBig;
+}
+
+@-webkit-keyframes fadeOutRight {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+}
+
+@keyframes fadeOutRight {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+}
+
+.fadeOutRight {
+ -webkit-animation-name : fadeOutRight;
+ animation-name : fadeOutRight;
+}
+
+@-webkit-keyframes fadeOutRightBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+}
+
+@keyframes fadeOutRightBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(2000px, 0, 0);
+ transform : translate3d(2000px, 0, 0);
+ }
+}
+
+.fadeOutRightBig {
+ -webkit-animation-name : fadeOutRightBig;
+ animation-name : fadeOutRightBig;
+}
+
+@-webkit-keyframes fadeOutUp {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+}
+
+@keyframes fadeOutUp {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+}
+
+.fadeOutUp {
+ -webkit-animation-name : fadeOutUp;
+ animation-name : fadeOutUp;
+}
+
+@-webkit-keyframes fadeOutUpBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+}
+
+@keyframes fadeOutUpBig {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(0, -2000px, 0);
+ transform : translate3d(0, -2000px, 0);
+ }
+}
+
+.fadeOutUpBig {
+ -webkit-animation-name : fadeOutUpBig;
+ animation-name : fadeOutUpBig;
+}
+
+@-webkit-keyframes flip {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -360deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -360deg);
+ -webkit-animation-timing-function : ease-out;
+ animation-timing-function : ease-out;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
+ transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
+ -webkit-animation-timing-function : ease-out;
+ animation-timing-function : ease-out;
+ }
+ 50% {
+ -webkit-transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
+ transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) scale3d(0.95, 0.95, 0.95);
+ transform : perspective(400px) scale3d(0.95, 0.95, 0.95);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+}
+
+@keyframes flip {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -360deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -360deg);
+ -webkit-animation-timing-function : ease-out;
+ animation-timing-function : ease-out;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
+ transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
+ -webkit-animation-timing-function : ease-out;
+ animation-timing-function : ease-out;
+ }
+ 50% {
+ -webkit-transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
+ transform : perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) scale3d(0.95, 0.95, 0.95);
+ transform : perspective(400px) scale3d(0.95, 0.95, 0.95);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+}
+
+.animated.flip {
+ -webkit-backface-visibility : visible;
+ backface-visibility : visible;
+ -webkit-animation-name : flip;
+ animation-name : flip;
+}
+
+@-webkit-keyframes flipInX {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ opacity : 0;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 60% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+}
+
+@keyframes flipInX {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ opacity : 0;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 60% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 10deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -5deg);
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+}
+
+.flipInX {
+ -webkit-backface-visibility : visible !important;
+ backface-visibility : visible !important;
+ -webkit-animation-name : flipInX;
+ animation-name : flipInX;
+}
+
+@-webkit-keyframes flipInY {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ opacity : 0;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -20deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -20deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 60% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+}
+
+@keyframes flipInY {
+ from {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ opacity : 0;
+ }
+ 40% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -20deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -20deg);
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+ }
+ 60% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 10deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -5deg);
+ }
+ to {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+}
+
+.flipInY {
+ -webkit-backface-visibility : visible !important;
+ backface-visibility : visible !important;
+ -webkit-animation-name : flipInY;
+ animation-name : flipInY;
+}
+
+@-webkit-keyframes flipOutX {
+ from {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+ 30% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ opacity : 0;
+ }
+}
+
+@keyframes flipOutX {
+ from {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+ 30% {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, -20deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ transform : perspective(400px) rotate3d(1, 0, 0, 90deg);
+ opacity : 0;
+ }
+}
+
+.flipOutX {
+ -webkit-animation-name : flipOutX;
+ animation-name : flipOutX;
+ -webkit-backface-visibility : visible !important;
+ backface-visibility : visible !important;
+}
+
+@-webkit-keyframes flipOutY {
+ from {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+ 30% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ opacity : 0;
+ }
+}
+
+@keyframes flipOutY {
+ from {
+ -webkit-transform : perspective(400px);
+ transform : perspective(400px);
+ }
+ 30% {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, -15deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ transform : perspective(400px) rotate3d(0, 1, 0, 90deg);
+ opacity : 0;
+ }
+}
+
+.flipOutY {
+ -webkit-backface-visibility : visible !important;
+ backface-visibility : visible !important;
+ -webkit-animation-name : flipOutY;
+ animation-name : flipOutY;
+}
+
+@-webkit-keyframes lightSpeedIn {
+ from {
+ -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg);
+ transform : translate3d(100%, 0, 0) skewX(-30deg);
+ opacity : 0;
+ }
+ 60% {
+ -webkit-transform : skewX(20deg);
+ transform : skewX(20deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : skewX(-5deg);
+ transform : skewX(-5deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes lightSpeedIn {
+ from {
+ -webkit-transform : translate3d(100%, 0, 0) skewX(-30deg);
+ transform : translate3d(100%, 0, 0) skewX(-30deg);
+ opacity : 0;
+ }
+ 60% {
+ -webkit-transform : skewX(20deg);
+ transform : skewX(20deg);
+ opacity : 1;
+ }
+ 80% {
+ -webkit-transform : skewX(-5deg);
+ transform : skewX(-5deg);
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.lightSpeedIn {
+ -webkit-animation-name : lightSpeedIn;
+ animation-name : lightSpeedIn;
+ -webkit-animation-timing-function : ease-out;
+ animation-timing-function : ease-out;
+}
+
+@-webkit-keyframes lightSpeedOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : translate3d(100%, 0, 0) skewX(30deg);
+ transform : translate3d(100%, 0, 0) skewX(30deg);
+ opacity : 0;
+ }
+}
+
+@keyframes lightSpeedOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : translate3d(100%, 0, 0) skewX(30deg);
+ transform : translate3d(100%, 0, 0) skewX(30deg);
+ opacity : 0;
+ }
+}
+
+.lightSpeedOut {
+ -webkit-animation-name : lightSpeedOut;
+ animation-name : lightSpeedOut;
+ -webkit-animation-timing-function : ease-in;
+ animation-timing-function : ease-in;
+}
+
+@-webkit-keyframes rotateIn {
+ from {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : rotate3d(0, 0, 1, -200deg);
+ transform : rotate3d(0, 0, 1, -200deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes rotateIn {
+ from {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : rotate3d(0, 0, 1, -200deg);
+ transform : rotate3d(0, 0, 1, -200deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.rotateIn {
+ -webkit-animation-name : rotateIn;
+ animation-name : rotateIn;
+}
+
+@-webkit-keyframes rotateInDownLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes rotateInDownLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.rotateInDownLeft {
+ -webkit-animation-name : rotateInDownLeft;
+ animation-name : rotateInDownLeft;
+}
+
+@-webkit-keyframes rotateInDownRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes rotateInDownRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.rotateInDownRight {
+ -webkit-animation-name : rotateInDownRight;
+ animation-name : rotateInDownRight;
+}
+
+@-webkit-keyframes rotateInUpLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes rotateInUpLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.rotateInUpLeft {
+ -webkit-animation-name : rotateInUpLeft;
+ animation-name : rotateInUpLeft;
+}
+
+@-webkit-keyframes rotateInUpRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -90deg);
+ transform : rotate3d(0, 0, 1, -90deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+@keyframes rotateInUpRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -90deg);
+ transform : rotate3d(0, 0, 1, -90deg);
+ opacity : 0;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : none;
+ transform : none;
+ opacity : 1;
+ }
+}
+
+.rotateInUpRight {
+ -webkit-animation-name : rotateInUpRight;
+ animation-name : rotateInUpRight;
+}
+
+@-webkit-keyframes rotateOut {
+ from {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : rotate3d(0, 0, 1, 200deg);
+ transform : rotate3d(0, 0, 1, 200deg);
+ opacity : 0;
+ }
+}
+
+@keyframes rotateOut {
+ from {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : center;
+ transform-origin : center;
+ -webkit-transform : rotate3d(0, 0, 1, 200deg);
+ transform : rotate3d(0, 0, 1, 200deg);
+ opacity : 0;
+ }
+}
+
+.rotateOut {
+ -webkit-animation-name : rotateOut;
+ animation-name : rotateOut;
+}
+
+@-webkit-keyframes rotateOutDownLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+}
+
+@keyframes rotateOutDownLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 45deg);
+ transform : rotate3d(0, 0, 1, 45deg);
+ opacity : 0;
+ }
+}
+
+.rotateOutDownLeft {
+ -webkit-animation-name : rotateOutDownLeft;
+ animation-name : rotateOutDownLeft;
+}
+
+@-webkit-keyframes rotateOutDownRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+}
+
+@keyframes rotateOutDownRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+}
+
+.rotateOutDownRight {
+ -webkit-animation-name : rotateOutDownRight;
+ animation-name : rotateOutDownRight;
+}
+
+@-webkit-keyframes rotateOutUpLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+}
+
+@keyframes rotateOutUpLeft {
+ from {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : left bottom;
+ transform-origin : left bottom;
+ -webkit-transform : rotate3d(0, 0, 1, -45deg);
+ transform : rotate3d(0, 0, 1, -45deg);
+ opacity : 0;
+ }
+}
+
+.rotateOutUpLeft {
+ -webkit-animation-name : rotateOutUpLeft;
+ animation-name : rotateOutUpLeft;
+}
+
+@-webkit-keyframes rotateOutUpRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 90deg);
+ transform : rotate3d(0, 0, 1, 90deg);
+ opacity : 0;
+ }
+}
+
+@keyframes rotateOutUpRight {
+ from {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform-origin : right bottom;
+ transform-origin : right bottom;
+ -webkit-transform : rotate3d(0, 0, 1, 90deg);
+ transform : rotate3d(0, 0, 1, 90deg);
+ opacity : 0;
+ }
+}
+
+.rotateOutUpRight {
+ -webkit-animation-name : rotateOutUpRight;
+ animation-name : rotateOutUpRight;
+}
+
+@-webkit-keyframes hinge {
+ 0% {
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ }
+ 20%, 60% {
+ -webkit-transform : rotate3d(0, 0, 1, 80deg);
+ transform : rotate3d(0, 0, 1, 80deg);
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ }
+ 40%, 80% {
+ -webkit-transform : rotate3d(0, 0, 1, 60deg);
+ transform : rotate3d(0, 0, 1, 60deg);
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : translate3d(0, 700px, 0);
+ transform : translate3d(0, 700px, 0);
+ opacity : 0;
+ }
+}
+
+@keyframes hinge {
+ 0% {
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ }
+ 20%, 60% {
+ -webkit-transform : rotate3d(0, 0, 1, 80deg);
+ transform : rotate3d(0, 0, 1, 80deg);
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ }
+ 40%, 80% {
+ -webkit-transform : rotate3d(0, 0, 1, 60deg);
+ transform : rotate3d(0, 0, 1, 60deg);
+ -webkit-transform-origin : top left;
+ transform-origin : top left;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ opacity : 1;
+ }
+ to {
+ -webkit-transform : translate3d(0, 700px, 0);
+ transform : translate3d(0, 700px, 0);
+ opacity : 0;
+ }
+}
+
+.hinge {
+ -webkit-animation-name : hinge;
+ animation-name : hinge;
+}
+
+/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
+@-webkit-keyframes rollIn {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
+ transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+@keyframes rollIn {
+ from {
+ opacity : 0;
+ -webkit-transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
+ transform : translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
+ }
+ to {
+ opacity : 1;
+ -webkit-transform : none;
+ transform : none;
+ }
+}
+
+.rollIn {
+ -webkit-animation-name : rollIn;
+ animation-name : rollIn;
+}
+
+/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
+@-webkit-keyframes rollOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
+ transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
+ }
+}
+
+@keyframes rollOut {
+ from {
+ opacity : 1;
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
+ transform : translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
+ }
+}
+
+.rollOut {
+ -webkit-animation-name : rollOut;
+ animation-name : rollOut;
+}
+
+@-webkit-keyframes zoomIn {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ 50% {
+ opacity : 1;
+ }
+}
+
+@keyframes zoomIn {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ 50% {
+ opacity : 1;
+ }
+}
+
+.zoomIn {
+ -webkit-animation-name : zoomIn;
+ animation-name : zoomIn;
+}
+
+@-webkit-keyframes zoomInDown {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomInDown {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomInDown {
+ -webkit-animation-name : zoomInDown;
+ animation-name : zoomInDown;
+}
+
+@-webkit-keyframes zoomInLeft {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomInLeft {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomInLeft {
+ -webkit-animation-name : zoomInLeft;
+ animation-name : zoomInLeft;
+}
+
+@-webkit-keyframes zoomInRight {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomInRight {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomInRight {
+ -webkit-animation-name : zoomInRight;
+ animation-name : zoomInRight;
+}
+
+@-webkit-keyframes zoomInUp {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomInUp {
+ from {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ 60% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomInUp {
+ -webkit-animation-name : zoomInUp;
+ animation-name : zoomInUp;
+}
+
+@-webkit-keyframes zoomOut {
+ from {
+ opacity : 1;
+ }
+ 50% {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+@keyframes zoomOut {
+ from {
+ opacity : 1;
+ }
+ 50% {
+ opacity : 0;
+ -webkit-transform : scale3d(0.3, 0.3, 0.3);
+ transform : scale3d(0.3, 0.3, 0.3);
+ }
+ to {
+ opacity : 0;
+ }
+}
+
+.zoomOut {
+ -webkit-animation-name : zoomOut;
+ animation-name : zoomOut;
+}
+
+@-webkit-keyframes zoomOutDown {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
+ -webkit-transform-origin : center bottom;
+ transform-origin : center bottom;
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomOutDown {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
+ -webkit-transform-origin : center bottom;
+ transform-origin : center bottom;
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomOutDown {
+ -webkit-animation-name : zoomOutDown;
+ animation-name : zoomOutDown;
+}
+
+@-webkit-keyframes zoomOutLeft {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale(0.1) translate3d(-2000px, 0, 0);
+ transform : scale(0.1) translate3d(-2000px, 0, 0);
+ -webkit-transform-origin : left center;
+ transform-origin : left center;
+ }
+}
+
+@keyframes zoomOutLeft {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale(0.1) translate3d(-2000px, 0, 0);
+ transform : scale(0.1) translate3d(-2000px, 0, 0);
+ -webkit-transform-origin : left center;
+ transform-origin : left center;
+ }
+}
+
+.zoomOutLeft {
+ -webkit-animation-name : zoomOutLeft;
+ animation-name : zoomOutLeft;
+}
+
+@-webkit-keyframes zoomOutRight {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale(0.1) translate3d(2000px, 0, 0);
+ transform : scale(0.1) translate3d(2000px, 0, 0);
+ -webkit-transform-origin : right center;
+ transform-origin : right center;
+ }
+}
+
+@keyframes zoomOutRight {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale(0.1) translate3d(2000px, 0, 0);
+ transform : scale(0.1) translate3d(2000px, 0, 0);
+ -webkit-transform-origin : right center;
+ transform-origin : right center;
+ }
+}
+
+.zoomOutRight {
+ -webkit-animation-name : zoomOutRight;
+ animation-name : zoomOutRight;
+}
+
+@-webkit-keyframes zoomOutUp {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
+ -webkit-transform-origin : center bottom;
+ transform-origin : center bottom;
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+@keyframes zoomOutUp {
+ 40% {
+ opacity : 1;
+ -webkit-transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ transform : scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
+ -webkit-animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ animation-timing-function : cubic-bezier(0.55, 0.055, 0.675, 0.19);
+ }
+ to {
+ opacity : 0;
+ -webkit-transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
+ transform : scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
+ -webkit-transform-origin : center bottom;
+ transform-origin : center bottom;
+ -webkit-animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ animation-timing-function : cubic-bezier(0.175, 0.885, 0.32, 1);
+ }
+}
+
+.zoomOutUp {
+ -webkit-animation-name : zoomOutUp;
+ animation-name : zoomOutUp;
+}
+
+@-webkit-keyframes slideInDown {
+ from {
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@keyframes slideInDown {
+ from {
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+.slideInDown {
+ -webkit-animation-name : slideInDown;
+ animation-name : slideInDown;
+}
+
+@-webkit-keyframes slideInLeft {
+ from {
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@keyframes slideInLeft {
+ from {
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+.slideInLeft {
+ -webkit-animation-name : slideInLeft;
+ animation-name : slideInLeft;
+}
+
+@-webkit-keyframes slideInRight {
+ from {
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@keyframes slideInRight {
+ from {
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+.slideInRight {
+ -webkit-animation-name : slideInRight;
+ animation-name : slideInRight;
+}
+
+@-webkit-keyframes slideInUp {
+ from {
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+@keyframes slideInUp {
+ from {
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ visibility : visible;
+ }
+ to {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+}
+
+.slideInUp {
+ -webkit-animation-name : slideInUp;
+ animation-name : slideInUp;
+}
+
+@-webkit-keyframes slideOutDown {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+}
+
+@keyframes slideOutDown {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(0, 100%, 0);
+ transform : translate3d(0, 100%, 0);
+ }
+}
+
+.slideOutDown {
+ -webkit-animation-name : slideOutDown;
+ animation-name : slideOutDown;
+}
+
+@-webkit-keyframes slideOutLeft {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+}
+
+@keyframes slideOutLeft {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(-100%, 0, 0);
+ transform : translate3d(-100%, 0, 0);
+ }
+}
+
+.slideOutLeft {
+ -webkit-animation-name : slideOutLeft;
+ animation-name : slideOutLeft;
+}
+
+@-webkit-keyframes slideOutRight {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+}
+
+@keyframes slideOutRight {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(100%, 0, 0);
+ transform : translate3d(100%, 0, 0);
+ }
+}
+
+.slideOutRight {
+ -webkit-animation-name : slideOutRight;
+ animation-name : slideOutRight;
+}
+
+@-webkit-keyframes slideOutUp {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+}
+
+@keyframes slideOutUp {
+ from {
+ -webkit-transform : translate3d(0, 0, 0);
+ transform : translate3d(0, 0, 0);
+ }
+ to {
+ visibility : hidden;
+ -webkit-transform : translate3d(0, -100%, 0);
+ transform : translate3d(0, -100%, 0);
+ }
+}
+
+.slideOutUp {
+ -webkit-animation-name : slideOutUp;
+ animation-name : slideOutUp;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/animate/animate.min.css b/www/assets2/css/plugins/animate/animate.min.css
new file mode 100644
index 0000000..02d0914
--- /dev/null
+++ b/www/assets2/css/plugins/animate/animate.min.css
@@ -0,0 +1 @@
+.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39063deg) skewY(.39063deg);transform:skewX(.39063deg) skewY(.39063deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/calendars/fullcalendar.css b/www/assets2/css/plugins/calendars/fullcalendar.css
new file mode 100644
index 0000000..9744e12
--- /dev/null
+++ b/www/assets2/css/plugins/calendars/fullcalendar.css
@@ -0,0 +1,694 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.btn, .fc .fc-button {
+ display : inline-block;
+ font-weight : 400;
+ color : #626262;
+ text-align : center;
+ vertical-align : middle;
+ -webkit-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+ background-color : transparent;
+ border : 0 solid transparent;
+ padding : 0.9rem 2rem;
+ font-size : 1rem;
+ border-radius : 0.42rem;
+ -webkit-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+ transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .btn, .fc .fc-button {
+ -webkit-transition : none;
+ transition : none;
+ }
+}
+.btn:hover, .fc .fc-button:hover {
+ color : #626262;
+ text-decoration : none;
+}
+.btn:focus, .fc .fc-button:focus, .btn.focus, .fc .focus.fc-button {
+ outline : 0;
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
+}
+.btn.disabled, .fc .disabled.fc-button, .btn:disabled, .fc .fc-button:disabled {
+ opacity : 0.65;
+}
+
+a.btn.disabled, .fc a.disabled.fc-button, fieldset:disabled a.btn, fieldset:disabled .fc a.fc-button, .fc fieldset:disabled a.fc-button {
+ pointer-events : none;
+}
+
+.btn-primary {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-primary:hover {
+ color : #FFFFFF;
+ background-color : #5344ED;
+ border-color : #4839EB;
+}
+.btn-primary:focus, .btn-primary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+}
+.btn-primary.disabled, .btn-primary:disabled {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #4839EB;
+ border-color : #3E2DEA;
+}
+.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(136, 126, 242, 0.5);
+}
+
+.btn-secondary {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-secondary:hover {
+ color : #2A2E30;
+ background-color : #A2AFBC;
+ border-color : #9AA9B7;
+}
+.btn-secondary:focus, .btn-secondary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
+}
+.btn-secondary.disabled, .btn-secondary:disabled {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #9AA9B7;
+ border-color : #93A2B1;
+}
+.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(163, 172, 181, 0.5);
+}
+
+.btn-success {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-success:hover {
+ color : #FFFFFF;
+ background-color : #22A75D;
+ border-color : #1F9D57;
+}
+.btn-success:focus, .btn-success.focus {
+ box-shadow : 0 0 0 0.2rem rgba(72, 207, 133, 0.5);
+}
+.btn-success.disabled, .btn-success:disabled {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1F9D57;
+ border-color : #1D9251;
+}
+.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(72, 207, 133, 0.5);
+}
+
+.btn-info {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-info:hover {
+ color : #FFFFFF;
+ background-color : #00ADC2;
+ border-color : #00A1B5;
+}
+.btn-info:focus, .btn-info.focus {
+ box-shadow : 0 0 0 0.2rem rgba(38, 214, 235, 0.5);
+}
+.btn-info.disabled, .btn-info:disabled {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #00A1B5;
+ border-color : #0096A8;
+}
+.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(38, 214, 235, 0.5);
+}
+
+.btn-warning {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-warning:hover {
+ color : #2A2E30;
+ background-color : #FF8B1D;
+ border-color : #FF8510;
+}
+.btn-warning:focus, .btn-warning.focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 142, 64, 0.5);
+}
+.btn-warning.disabled, .btn-warning:disabled {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #FF8510;
+ border-color : #FF7E03;
+}
+.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(223, 142, 64, 0.5);
+}
+
+.btn-danger {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-danger:hover {
+ color : #FFFFFF;
+ background-color : #E63233;
+ border-color : #E42728;
+}
+.btn-danger:focus, .btn-danger.focus {
+ box-shadow : 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
+}
+.btn-danger.disabled, .btn-danger:disabled {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #E42728;
+ border-color : #E21C1D;
+}
+.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(237, 110, 111, 0.5);
+}
+
+.btn-light {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-light:hover {
+ color : #2A2E30;
+ background-color : #A5ABB6;
+ border-color : #9EA5B0;
+}
+.btn-light:focus, .btn-light.focus {
+ box-shadow : 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
+}
+.btn-light.disabled, .btn-light:disabled {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #9EA5B0;
+ border-color : #979EAA;
+}
+.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(164, 169, 176, 0.5);
+}
+
+.btn-dark {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-dark:hover {
+ color : #FFFFFF;
+ background-color : #0B0B0B;
+ border-color : #050505;
+}
+.btn-dark:focus, .btn-dark.focus {
+ box-shadow : 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
+}
+.btn-dark.disabled, .btn-dark:disabled {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #050505;
+ border-color : black;
+}
+.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
+}
+
+.btn-outline-primary, .fc .fc-button {
+ color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:hover, .fc .fc-button:hover {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:focus, .fc .fc-button:focus, .btn-outline-primary.focus, .fc .focus.fc-button {
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+}
+.btn-outline-primary.disabled, .fc .disabled.fc-button, .btn-outline-primary:disabled, .fc .fc-button:disabled {
+ color : #7367F0;
+ background-color : transparent;
+}
+.btn-outline-primary:not(:disabled):not(.disabled):active, .fc .fc-button:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .fc .fc-button:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .fc .show > .dropdown-toggle.fc-button {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ border-color : #7367F0;
+}
+.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .fc .fc-button:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .fc .fc-button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .fc .show > .dropdown-toggle.fc-button:focus {
+ box-shadow : 0 0 0 0.2rem rgba(115, 103, 240, 0.5);
+}
+
+.btn-outline-secondary {
+ color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:hover {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:focus, .btn-outline-secondary.focus {
+ box-shadow : 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
+}
+.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+ color : #B8C2CC;
+ background-color : transparent;
+}
+.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #B8C2CC;
+ border-color : #B8C2CC;
+}
+.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(184, 194, 204, 0.5);
+}
+
+.btn-outline-success {
+ color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:hover {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:focus, .btn-outline-success.focus {
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
+}
+.btn-outline-success.disabled, .btn-outline-success:disabled {
+ color : #28C76F;
+ background-color : transparent;
+}
+.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #28C76F;
+ border-color : #28C76F;
+}
+.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(40, 199, 111, 0.5);
+}
+
+.btn-outline-info {
+ color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:hover {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:focus, .btn-outline-info.focus {
+ box-shadow : 0 0 0 0.2rem rgba(0, 207, 232, 0.5);
+}
+.btn-outline-info.disabled, .btn-outline-info:disabled {
+ color : #00CFE8;
+ background-color : transparent;
+}
+.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #00CFE8;
+ border-color : #00CFE8;
+}
+.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(0, 207, 232, 0.5);
+}
+
+.btn-outline-warning {
+ color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:hover {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:focus, .btn-outline-warning.focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 159, 67, 0.5);
+}
+.btn-outline-warning.disabled, .btn-outline-warning:disabled {
+ color : #FF9F43;
+ background-color : transparent;
+}
+.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #FF9F43;
+ border-color : #FF9F43;
+}
+.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(255, 159, 67, 0.5);
+}
+
+.btn-outline-danger {
+ color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:hover {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:focus, .btn-outline-danger.focus {
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
+}
+.btn-outline-danger.disabled, .btn-outline-danger:disabled {
+ color : #EA5455;
+ background-color : transparent;
+}
+.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #EA5455;
+ border-color : #EA5455;
+}
+.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(234, 84, 85, 0.5);
+}
+
+.btn-outline-light {
+ color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:hover {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:focus, .btn-outline-light.focus {
+ box-shadow : 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
+}
+.btn-outline-light.disabled, .btn-outline-light:disabled {
+ color : #BABFC7;
+ background-color : transparent;
+}
+.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
+ color : #2A2E30;
+ background-color : #BABFC7;
+ border-color : #BABFC7;
+}
+.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(186, 191, 199, 0.5);
+}
+
+.btn-outline-dark {
+ color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:hover {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:focus, .btn-outline-dark.focus {
+ box-shadow : 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
+}
+.btn-outline-dark.disabled, .btn-outline-dark:disabled {
+ color : #1E1E1E;
+ background-color : transparent;
+}
+.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
+ color : #FFFFFF;
+ background-color : #1E1E1E;
+ border-color : #1E1E1E;
+}
+.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
+ box-shadow : 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
+}
+
+.btn-link {
+ font-weight : 400;
+ color : #7367F0;
+ text-decoration : none;
+}
+.btn-link:hover {
+ color : #5E50EE;
+ text-decoration : none;
+}
+.btn-link:focus, .btn-link.focus {
+ text-decoration : none;
+ box-shadow : none;
+}
+.btn-link:disabled, .btn-link.disabled {
+ color : #B8C2CC;
+ pointer-events : none;
+}
+
+.btn-lg {
+ padding : 1rem 2.5rem;
+ font-size : 1.25rem;
+ border-radius : 0.4285rem;
+}
+
+.btn-sm {
+ padding : 0.5rem 1.5rem;
+ font-size : 0.7rem;
+ border-radius : 0.4285rem;
+}
+
+.btn-block {
+ display : block;
+ width : 100%;
+}
+.btn-block + .btn-block {
+ margin-top : 0.5rem;
+}
+
+input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
+ width : 100%;
+}
+
+.fc .fc-header-toolbar {
+ margin-bottom : 2rem;
+}
+.fc .fc-header-toolbar .bullets-group-1, .fc .fc-header-toolbar .bullets-group-2 {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+ margin-left : 0;
+ margin : 0.5rem auto;
+}
+.fc .fc-header-toolbar .bullets-group-2 {
+ margin-bottom : 0;
+}
+.fc .fc-header-toolbar .fc-right div:first-child {
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : end;
+ -webkit-justify-content : flex-end;
+ -ms-flex-pack : end;
+ justify-content : flex-end;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+.fc .fc-header-toolbar .fc-right div:first-child h2 {
+ font-weight : 400;
+ font-size : 1.3rem;
+ margin : 0 0.5rem;
+}
+.fc .fc-header-toolbar .fc-right .fc-button {
+ border-radius : 50%;
+ padding : 0.4rem 0.4rem;
+ height : 24px;
+ width : 24px;
+}
+.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button {
+ margin-right : 0.5rem;
+}
+.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon {
+ position : relative;
+ top : -6px;
+ left : -4px;
+}
+.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button {
+ margin-left : 0.5rem;
+}
+.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon {
+ position : relative;
+ top : -6px;
+ right : 3px;
+}
+.fc .fc-header-toolbar .fc-addNew-button {
+ padding : 0.65rem 2rem;
+}
+.fc .fc-header-toolbar .fc-addNew-button:before {
+ font-family : 'feather';
+ content : '\e8b1';
+}
+
+.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header {
+ padding : 1px 0;
+}
+.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today {
+ color : #FFFFFF;
+}
+
+.fc .fc-view-container .fc-body .fc-week table tbody .fc-day {
+ cursor : pointer;
+}
+.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today {
+ background : transparent;
+}
+
+.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
+ background-color : #F1F1F1;
+}
+
+.fc .fc-view-container .fc-body .fc-day-top.fc-today a {
+ background-color : #7367F0;
+ color : #FFFFFF;
+ padding : 5px 10px;
+ margin-top : 2px;
+ margin-right : 2px;
+ border-radius : 50%;
+}
+
+.fc .fc-view-container .fc-body .fc-not-end, .fc .fc-view-container .fc-body .fc-not-start {
+ padding : 1px 8px !important;
+ opacity : 1 !important;
+}
+.fc .fc-view-container .fc-body .fc-not-end .fc-title, .fc .fc-view-container .fc-body .fc-not-start .fc-title {
+ padding-left : 1rem;
+}
+
+.fc .fc-view-container .fc-body .fc-not-start {
+ margin-left : -6px !important;
+}
+
+.fc .fc-view-container .fc-body .fc-not-end {
+ margin-right : -6px !important;
+}
+
+.fc .fc-view-container td, .fc .fc-view-container th {
+ border-color : #E0E0E0;
+ font-size : 1rem;
+}
+
+.fc .fc-button {
+ padding : 0.6rem 1rem;
+ height : auto;
+ outline : none;
+ text-shadow : none;
+ background-color : #7367F0;
+ color : #FFFFFF;
+}
+.fc .fc-button:not(:disabled).fc-button-active {
+ background-color : #4839EB;
+}
+.fc .fc-button:focus {
+ outline : none;
+ box-shadow : none;
+}
+
+.fc .fc-event {
+ background : #7367F0;
+ border : 1px solid #5E50EE;
+ padding : 1px 8px;
+ border-radius : 1rem;
+ border : none;
+ padding-left : 1rem;
+}
+.fc .fc-event .fc-title {
+ font-size : 0.85rem;
+ color : #FFFFFF;
+}
+
+.modal-calendar .calendar-dropdown .dropdown-toggle {
+ font-size : 1.2rem;
+}
+.modal-calendar .calendar-dropdown .dropdown-toggle:after {
+ display : none;
+}
+
+.modal-calendar #cal-start-date:disabled {
+ opacity : 0.5;
+}
+
+@media (max-width: 900px) {
+ .fc .fc-header-toolbar {
+ margin-bottom : 2rem;
+ }
+ .fc .fc-header-toolbar .bullets-group-1 [class*='category-'] {
+ margin : 0.3rem 0;
+ }
+}
+
+@media (max-width: 767.98px) {
+ .fc .fc-header-toolbar {
+ -webkit-box-orient : vertical;
+ -webkit-box-direction : normal;
+ -webkit-flex-direction : column;
+ -ms-flex-direction : column;
+ flex-direction : column;
+ margin-bottom : 2rem;
+ }
+ .fc .fc-header-toolbar .bullets-group-1 {
+ display : none;
+ }
+ .fc .fc-header-toolbar .fc-left {
+ margin-bottom : 1rem;
+ }
+ .fc .fc-header-toolbar .fc-center {
+ margin : 1 auto;
+ margin-bottom : 0;
+ }
+ .fc .fc-header-toolbar .fc-right {
+ margin : 1rem auto;
+ }
+ .fc .fc-header-toolbar .fc-right div:first-child {
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/calendars/fullcalendar.min.css b/www/assets2/css/plugins/calendars/fullcalendar.min.css
new file mode 100644
index 0000000..e15b570
--- /dev/null
+++ b/www/assets2/css/plugins/calendars/fullcalendar.min.css
@@ -0,0 +1 @@
+.btn-block,input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.btn,.fc .fc-button{display:inline-block;font-weight:400;color:#626262;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0 solid transparent;padding:.9rem 2rem;font-size:1rem;border-radius:.42rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-lg,.btn-sm{border-radius:.4285rem}@media (prefers-reduced-motion:reduce){.btn,.fc .fc-button{-webkit-transition:none;transition:none}}.btn:hover,.fc .fc-button:hover{color:#626262;text-decoration:none}.btn.focus,.btn:focus,.fc .fc-button:focus,.fc .focus.fc-button{outline:0;box-shadow:0 0 0 .2rem rgba(115,103,240,.25)}.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(136,126,242,.5)}.btn.disabled,.btn:disabled,.fc .disabled.fc-button,.fc .fc-button:disabled{opacity:.65}.fc a.disabled.fc-button,.fc fieldset:disabled a.fc-button,a.btn.disabled,fieldset:disabled .fc a.fc-button,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-primary:hover{color:#FFF;background-color:#5344ED;border-color:#4839EB}.btn-primary.disabled,.btn-primary:disabled{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#FFF;background-color:#4839EB;border-color:#3E2DEA}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(163,172,181,.5)}.btn-secondary{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-secondary:hover{color:#2A2E30;background-color:#A2AFBC;border-color:#9AA9B7}.btn-secondary.disabled,.btn-secondary:disabled{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#2A2E30;background-color:#9AA9B7;border-color:#93A2B1}.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,207,133,.5)}.btn-success{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-success:hover{color:#FFF;background-color:#22A75D;border-color:#1F9D57}.btn-success.disabled,.btn-success:disabled{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#FFF;background-color:#1F9D57;border-color:#1D9251}.btn-info.focus,.btn-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,214,235,.5)}.btn-info{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-info:hover{color:#FFF;background-color:#00ADC2;border-color:#00A1B5}.btn-info.disabled,.btn-info:disabled{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#FFF;background-color:#00A1B5;border-color:#0096A8}.btn-warning.focus,.btn-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,142,64,.5)}.btn-warning{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-warning:hover{color:#2A2E30;background-color:#FF8B1D;border-color:#FF8510}.btn-warning.disabled,.btn-warning:disabled{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#2A2E30;background-color:#FF8510;border-color:#FF7E03}.btn-danger.focus,.btn-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(237,110,111,.5)}.btn-danger{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-danger:hover{color:#FFF;background-color:#E63233;border-color:#E42728}.btn-danger.disabled,.btn-danger:disabled{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#FFF;background-color:#E42728;border-color:#E21C1D}.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(164,169,176,.5)}.btn-light{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-light:hover{color:#2A2E30;background-color:#A5ABB6;border-color:#9EA5B0}.btn-light.disabled,.btn-light:disabled{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#2A2E30;background-color:#9EA5B0;border-color:#979EAA}.btn-dark.focus,.btn-dark:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(64,64,64,.5)}.btn-dark{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-dark:hover{color:#FFF;background-color:#0B0B0B;border-color:#050505}.btn-dark.disabled,.btn-dark:disabled{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#FFF;background-color:#050505;border-color:#000}.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.fc .fc-button:focus,.fc .fc-button:not(:disabled):not(.disabled).active:focus,.fc .fc-button:not(:disabled):not(.disabled):active:focus,.fc .focus.fc-button,.fc .show>.dropdown-toggle.fc-button:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(115,103,240,.5)}.btn-outline-primary,.fc .fc-button{color:#7367F0;border-color:#7367F0}.btn-outline-primary:hover,.fc .fc-button:hover{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-outline-primary.disabled,.btn-outline-primary:disabled,.fc .disabled.fc-button,.fc .fc-button:disabled{color:#7367F0;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.fc .fc-button:not(:disabled):not(.disabled).active,.fc .fc-button:not(:disabled):not(.disabled):active,.fc .show>.dropdown-toggle.fc-button,.show>.btn-outline-primary.dropdown-toggle{color:#FFF;background-color:#7367F0;border-color:#7367F0}.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(184,194,204,.5)}.btn-outline-secondary{color:#B8C2CC;border-color:#B8C2CC}.btn-outline-secondary:hover{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#B8C2CC;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#2A2E30;background-color:#B8C2CC;border-color:#B8C2CC}.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,199,111,.5)}.btn-outline-success{color:#28C76F;border-color:#28C76F}.btn-outline-success:hover{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28C76F;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#FFF;background-color:#28C76F;border-color:#28C76F}.btn-outline-info.focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,207,232,.5)}.btn-outline-info{color:#00CFE8;border-color:#00CFE8}.btn-outline-info:hover{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00CFE8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#FFF;background-color:#00CFE8;border-color:#00CFE8}.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,159,67,.5)}.btn-outline-warning{color:#FF9F43;border-color:#FF9F43}.btn-outline-warning:hover{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#FF9F43;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#2A2E30;background-color:#FF9F43;border-color:#FF9F43}.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(234,84,85,.5)}.btn-outline-danger{color:#EA5455;border-color:#EA5455}.btn-outline-danger:hover{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#EA5455;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#FFF;background-color:#EA5455;border-color:#EA5455}.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(186,191,199,.5)}.btn-outline-light{color:#BABFC7;border-color:#BABFC7}.btn-outline-light:hover{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#BABFC7;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#2A2E30;background-color:#BABFC7;border-color:#BABFC7}.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(30,30,30,.5)}.btn-outline-dark{color:#1E1E1E;border-color:#1E1E1E}.btn-outline-dark:hover{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1E1E1E;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#FFF;background-color:#1E1E1E;border-color:#1E1E1E}.btn-link{font-weight:400;color:#7367F0;text-decoration:none}.btn-link:hover{color:#5E50EE;text-decoration:none}.btn-link.focus,.btn-link:focus{text-decoration:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#B8C2CC;pointer-events:none}.btn-lg{padding:1rem 2.5rem;font-size:1.25rem}.btn-sm{padding:.5rem 1.5rem;font-size:.7rem}.btn-block{display:block}.btn-block+.btn-block{margin-top:.5rem}.fc .fc-header-toolbar{margin-bottom:2rem}.fc .fc-header-toolbar .bullets-group-1,.fc .fc-header-toolbar .bullets-group-2{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:.5rem auto}.fc .fc-header-toolbar .bullets-group-2{margin-bottom:0}.fc .fc-header-toolbar .fc-right div:first-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.fc .fc-header-toolbar .fc-right div:first-child h2{font-weight:400;font-size:1.3rem;margin:0 .5rem}.fc .fc-header-toolbar .fc-right .fc-button{border-radius:50%;padding:.4rem;height:24px;width:24px}.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button{margin-right:.5rem}.fc .fc-header-toolbar .fc-right .fc-button.fc-prev-button .fc-icon{position:relative;top:-6px;left:-4px}.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button{margin-left:.5rem}.fc .fc-header-toolbar .fc-right .fc-button.fc-next-button .fc-icon{position:relative;top:-6px;right:3px}.fc .fc-header-toolbar .fc-addNew-button{padding:.65rem 2rem}.fc .fc-header-toolbar .fc-addNew-button:before{font-family:feather;content:'\e8b1'}.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header{padding:1px 0}.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header.fc-today{color:#FFF}.fc .fc-view-container .fc-body .fc-week table tbody .fc-day{cursor:pointer}.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today{background:0 0}.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month{background-color:#F1F1F1}.fc .fc-view-container .fc-body .fc-day-top.fc-today a{background-color:#7367F0;color:#FFF;padding:5px 10px;margin-top:2px;margin-right:2px;border-radius:50%}.fc .fc-view-container .fc-body .fc-not-end,.fc .fc-view-container .fc-body .fc-not-start{padding:1px 8px!important;opacity:1!important}.fc .fc-view-container .fc-body .fc-not-end .fc-title,.fc .fc-view-container .fc-body .fc-not-start .fc-title{padding-left:1rem}.fc .fc-view-container .fc-body .fc-not-start{margin-left:-6px!important}.fc .fc-view-container .fc-body .fc-not-end{margin-right:-6px!important}.fc .fc-view-container td,.fc .fc-view-container th{border-color:#E0E0E0;font-size:1rem}.fc .fc-button{padding:.6rem 1rem;height:auto;outline:0;text-shadow:none;background-color:#7367F0;color:#FFF}.fc .fc-button:not(:disabled).fc-button-active{background-color:#4839EB}.fc .fc-button:focus{outline:0;box-shadow:none}.fc .fc-event{background:#7367F0;padding:1px 8px 1px 1rem;border-radius:1rem;border:none}.fc .fc-event .fc-title{font-size:.85rem;color:#FFF}.modal-calendar .calendar-dropdown .dropdown-toggle{font-size:1.2rem}.modal-calendar .calendar-dropdown .dropdown-toggle:after{display:none}.modal-calendar #cal-start-date:disabled{opacity:.5}@media (max-width:900px){.fc .fc-header-toolbar{margin-bottom:2rem}.fc .fc-header-toolbar .bullets-group-1 [class*=category-]{margin:.3rem 0}}@media (max-width:767.98px){.fc .fc-header-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.fc .fc-header-toolbar .bullets-group-1{display:none}.fc .fc-header-toolbar .fc-left{margin-bottom:1rem}.fc .fc-header-toolbar .fc-center{margin:1 auto 0}.fc .fc-header-toolbar .fc-right{margin:1rem auto}.fc .fc-header-toolbar .fc-right div:first-child{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/context-menu.css b/www/assets2/css/plugins/extensions/context-menu.css
new file mode 100644
index 0000000..d85cb49
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/context-menu.css
@@ -0,0 +1,13 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/********* CONTEXT MENU *********/
+.context-menu-list {
+ width : 248px;
+}
+.context-menu-list .context-menu-item {
+ padding : 0.6rem 2rem;
+}
+.context-menu-list .context-menu-item:not(:last-child) {
+ border-bottom : 1px solid #DAE1E7;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/context-menu.min.css b/www/assets2/css/plugins/extensions/context-menu.min.css
new file mode 100644
index 0000000..d8b7556
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/context-menu.min.css
@@ -0,0 +1 @@
+.context-menu-list{width:248px}.context-menu-list .context-menu-item{padding:.6rem 2rem}.context-menu-list .context-menu-item:not(:last-child){border-bottom:1px solid #DAE1E7}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/drag-and-drop.css b/www/assets2/css/plugins/extensions/drag-and-drop.css
new file mode 100644
index 0000000..ccd1048
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/drag-and-drop.css
@@ -0,0 +1,29 @@
+#draggable-cards .card {
+ cursor : -webkit-grab;
+ cursor : grab;
+}
+
+#basic-list-group .list-group-item, #multiple-list-group-a .list-group-item, #multiple-list-group-b .list-group-item {
+ cursor : -webkit-grab;
+ cursor : grab;
+}
+
+#clone-lists .chip {
+ cursor : -webkit-grab;
+ cursor : grab;
+}
+
+#multiple-list-group-a, #multiple-list-group-b {
+ min-height : 5.714rem;
+}
+
+#dd-with-handle .list-group {
+ min-height : 5.714rem;
+}
+#dd-with-handle .list-group .handle {
+ padding : 0 5px;
+ margin-right : 5px;
+ background-color : rgba(0, 0, 0, 0.1);
+ cursor : move;
+ font-size : 1.2rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/drag-and-drop.min.css b/www/assets2/css/plugins/extensions/drag-and-drop.min.css
new file mode 100644
index 0000000..e1e6c25
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/drag-and-drop.min.css
@@ -0,0 +1 @@
+#basic-list-group .list-group-item,#clone-lists .chip,#draggable-cards .card,#multiple-list-group-a .list-group-item,#multiple-list-group-b .list-group-item{cursor:-webkit-grab;cursor:grab}#dd-with-handle .list-group,#multiple-list-group-a,#multiple-list-group-b{min-height:5.714rem}#dd-with-handle .list-group .handle{padding:0 5px;margin-right:5px;background-color:rgba(0,0,0,.1);cursor:move;font-size:1.2rem}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/media-plyr.css b/www/assets2/css/plugins/extensions/media-plyr.css
new file mode 100644
index 0000000..dd13b8d
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/media-plyr.css
@@ -0,0 +1,17 @@
+.audio-player:focus {
+ outline : 0;
+}
+
+.plyr__controls {
+ -webkit-box-pack : start;
+ -webkit-justify-content : flex-start;
+ -ms-flex-pack : start;
+ justify-content : flex-start;
+}
+
+.plyr__progress {
+ -webkit-box-flex : 1;
+ -webkit-flex-grow : 1;
+ -ms-flex-positive : 1;
+ flex-grow : 1;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/media-plyr.min.css b/www/assets2/css/plugins/extensions/media-plyr.min.css
new file mode 100644
index 0000000..8c33e6e
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/media-plyr.min.css
@@ -0,0 +1 @@
+.audio-player:focus{outline:0}.plyr__controls{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.plyr__progress{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/noui-slider.css b/www/assets2/css/plugins/extensions/noui-slider.css
new file mode 100644
index 0000000..4a277a7
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/noui-slider.css
@@ -0,0 +1,204 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.noUi-background {
+ background : #F0F0F0;
+}
+
+.noUi-target {
+ background-color : #EBEBEB;
+ border : none;
+ box-shadow : none;
+ border-radius : 1rem;
+}
+.noUi-target.noUi-connect {
+ box-shadow : none;
+}
+
+.noUi-horizontal {
+ height : 10px;
+ padding-right : 17px;
+}
+.noUi-horizontal .noUi-handle {
+ width : 20px;
+ height : 20px;
+ top : -5px;
+ left : -1px;
+ cursor : pointer;
+}
+.noUi-horizontal .noUi-origin {
+ left : 17px;
+ right : -17px;
+}
+.noUi-horizontal.slider-xl {
+ height : 14px;
+}
+.noUi-horizontal.slider-xl .noUi-handle {
+ width : 28px;
+ height : 28px;
+ top : -7px;
+}
+.noUi-horizontal.slider-lg {
+ height : 12px;
+}
+.noUi-horizontal.slider-lg .noUi-handle {
+ width : 24px;
+ height : 24px;
+ top : -6px;
+}
+.noUi-horizontal.slider-sm {
+ height : 6px;
+}
+.noUi-horizontal.slider-sm .noUi-handle {
+ height : 15px;
+ width : 15px;
+ right : -2px !important;
+}
+.noUi-horizontal.slider-xs {
+ height : 3px;
+}
+.noUi-horizontal.slider-xs .noUi-handle {
+ height : 10px;
+ width : 10px;
+ top : -4px;
+ right : -2px !important;
+}
+
+.noUi-handle {
+ box-shadow : none;
+ border : none;
+ border-radius : 50%;
+ background : #FFFFFF;
+ border : 5px solid #7367F0;
+}
+.noUi-handle:after, .noUi-handle:before {
+ display : none;
+}
+
+.circle-filled .noUi-handle {
+ background : #7367F0;
+ border-radius : 50%;
+}
+.circle-filled .noUi-handle:after, .circle-filled .noUi-handle:before {
+ display : none;
+}
+
+.square .noUi-handle {
+ background : #7367F0;
+ border-radius : 3px;
+}
+.square .noUi-handle:before {
+ display : block;
+ width : 2px;
+ height : 10px;
+ left : 2px;
+ top : 0;
+}
+.square .noUi-handle:after {
+ display : block;
+ width : 2px;
+ height : 10px;
+ left : 7px;
+ top : 0;
+}
+
+.square.slider-xl .noUi-handle:before {
+ left : 5px;
+ top : 4px;
+}
+
+.square.slider-xl .noUi-handle:after {
+ left : 10px;
+ top : 4px;
+}
+
+.square.slider-lg .noUi-handle:before {
+ left : 3px;
+ top : 2px;
+}
+
+.square.slider-lg .noUi-handle:after {
+ left : 8px;
+ top : 2px;
+}
+
+.square.slider-sm .noUi-handle:before {
+ left : -1px;
+ top : -1px;
+ height : 7px;
+}
+
+.square.slider-sm .noUi-handle:after {
+ left : 4px;
+ top : -1px;
+ height : 7px;
+}
+
+.square.slider-xs .noUi-handle:before {
+ left : -3px;
+ top : -3px;
+ height : 5px;
+}
+
+.square.slider-xs .noUi-handle:after {
+ left : 1px;
+ top : -3px;
+ height : 5px;
+}
+
+.noUi-connect {
+ background : #7367F0;
+ box-shadow : none;
+}
+
+.noUi-vertical {
+ display : inline-block;
+ width : 8px;
+ height : 150px;
+}
+.noUi-vertical .noUi-handle {
+ width : 20px;
+ height : 20px;
+ top : -5px;
+ left : -6px;
+}
+.noUi-vertical.square .noUi-handle {
+ background : #7367F0;
+ border-radius : 3px;
+}
+.noUi-vertical.square .noUi-handle:before {
+ display : block;
+ width : 12px;
+ height : 2px;
+ left : -1px;
+ top : 2px;
+}
+.noUi-vertical.square .noUi-handle:after {
+ display : block;
+ width : 12px;
+ height : 2px;
+ left : -1px;
+ top : 7px;
+}
+.noUi-vertical .noUi-tooltip {
+ -webkit-transform : translate(-10%, -50%);
+ -ms-transform : translate(-10%, -50%);
+ transform : translate(-10%, -50%);
+}
+
+.example-val {
+ font : 400 12px Arial;
+ color : #888888;
+ display : block;
+ margin : 15px 0;
+}
+
+.noUi-handle:focus {
+ outline : 0;
+}
+
+_:-ms-lang(x), .slider-select {
+ -ms-flex : 0 0 10%;
+ flex : 0 0 10%;
+ max-width : 10%;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/noui-slider.min.css b/www/assets2/css/plugins/extensions/noui-slider.min.css
new file mode 100644
index 0000000..4862b00
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/noui-slider.min.css
@@ -0,0 +1 @@
+.circle-filled .noUi-handle:after,.circle-filled .noUi-handle:before,.noUi-handle:after,.noUi-handle:before{display:none}.noUi-connect,.noUi-handle,.noUi-target,.noUi-target.noUi-connect{box-shadow:none}.noUi-background{background:#F0F0F0}.noUi-target{background-color:#EBEBEB;border:none;border-radius:1rem}.noUi-horizontal{height:10px;padding-right:17px}.noUi-horizontal .noUi-handle{width:20px;height:20px;top:-5px;left:-1px;cursor:pointer}.noUi-horizontal .noUi-origin{left:17px;right:-17px}.noUi-horizontal.slider-xl{height:14px}.noUi-horizontal.slider-xl .noUi-handle{width:28px;height:28px;top:-7px}.noUi-horizontal.slider-lg{height:12px}.noUi-horizontal.slider-lg .noUi-handle{width:24px;height:24px;top:-6px}.noUi-horizontal.slider-sm{height:6px}.noUi-horizontal.slider-sm .noUi-handle{height:15px;width:15px;right:-2px!important}.noUi-horizontal.slider-xs{height:3px}.noUi-horizontal.slider-xs .noUi-handle{height:10px;width:10px;top:-4px;right:-2px!important}.noUi-handle{border-radius:50%;background:#FFF;border:5px solid #7367F0}.circle-filled .noUi-handle{background:#7367F0;border-radius:50%}.noUi-vertical.square .noUi-handle,.square .noUi-handle{background:#7367F0;border-radius:3px}.square .noUi-handle:before{display:block;width:2px;height:10px;left:2px;top:0}.square .noUi-handle:after{display:block;width:2px;height:10px;left:7px;top:0}.square.slider-xl .noUi-handle:before{left:5px;top:4px}.square.slider-xl .noUi-handle:after{left:10px;top:4px}.square.slider-lg .noUi-handle:before{left:3px;top:2px}.square.slider-lg .noUi-handle:after{left:8px;top:2px}.square.slider-sm .noUi-handle:before{left:-1px;top:-1px;height:7px}.square.slider-sm .noUi-handle:after{left:4px;top:-1px;height:7px}.square.slider-xs .noUi-handle:before{left:-3px;top:-3px;height:5px}.square.slider-xs .noUi-handle:after{left:1px;top:-3px;height:5px}.noUi-connect{background:#7367F0}.noUi-vertical{display:inline-block;width:8px;height:150px}.noUi-vertical .noUi-handle{width:20px;height:20px;top:-5px;left:-6px}.noUi-vertical.square .noUi-handle:before{display:block;width:12px;height:2px;left:-1px;top:2px}.noUi-vertical.square .noUi-handle:after{display:block;width:12px;height:2px;left:-1px;top:7px}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(-10%,-50%);-ms-transform:translate(-10%,-50%);transform:translate(-10%,-50%)}.example-val{font:400 12px Arial;color:#888;display:block;margin:15px 0}.noUi-handle:focus{outline:0}.slider-select,_:-ms-lang(x){-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/swiper.css b/www/assets2/css/plugins/extensions/swiper.css
new file mode 100644
index 0000000..2002001
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/swiper.css
@@ -0,0 +1,181 @@
+/*=========================================================================================
+ File Name: swiper.scss
+ Description: swiper plugin scss.
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* Swiper css */
+/* ---------- */
+/* swiper slide shadow */
+.swiper-container .swiper-shadow {
+ box-shadow : 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important;
+}
+
+.swiper-centered-slides.swiper-container .swiper-slide {
+ text-align : center;
+ font-weight : 500;
+ background-color : #FFFFFF;
+ height : auto;
+ width : auto !important;
+ padding : 2rem 5.5rem;
+ cursor : pointer;
+}
+.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
+ border : 2px solid #7367F0;
+}
+.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i {
+ color : #7367F0;
+}
+
+.swiper-centered-slides .swiper-button-next:after, .swiper-centered-slides .swiper-button-prev:after {
+ border-radius : 50%;
+ background-color : #7367F0;
+ box-shadow : 0 2px 4px 0 rgba(34, 41, 47, 0.5) !important;
+}
+
+.swiper-centered-slides-2.swiper-container .swiper-slide {
+ font-weight : 500;
+ background-color : #F2F4F4;
+ height : auto;
+ width : auto !important;
+ cursor : pointer;
+}
+.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
+ color : #FFFFFF;
+ background-color : #7367F0;
+ box-shadow : 0 3px 6px 0 rgba(115, 103, 240, 0.5) !important;
+}
+
+/* cube effect */
+.swiper-cube-effect.swiper-container {
+ width : 300px;
+ left : 50%;
+ margin-left : -150px;
+ margin-top : -12px;
+}
+
+/* swiper coverflow slide width */
+.swiper-coverflow.swiper-container .swiper-slide {
+ width : 300px;
+}
+
+.gallery-thumbs {
+ padding : 10px 0;
+ background : #22292F;
+}
+.gallery-thumbs .swiper-slide {
+ opacity : 0.4;
+}
+.gallery-thumbs .swiper-slide-thumb-active {
+ opacity : 1;
+}
+
+.swiper-parallax .swiper-slide {
+ padding : 2.67rem 4rem;
+}
+.swiper-parallax .swiper-slide .title {
+ font-size : 1.14rem;
+ padding : 0.5rem 0;
+}
+.swiper-parallax .swiper-slide .text {
+ font-size : 1rem;
+}
+
+.swiper-parallax .parallax-bg {
+ position : absolute;
+ width : 130%;
+}
+
+.swiper-virtual.swiper-container {
+ height : 300px;
+}
+.swiper-virtual.swiper-container .swiper-slide {
+ /* virtual slides */
+ font-size : 1.51rem;
+ background-color : #EEEEEE;
+ display : -webkit-box;
+ display : -webkit-flex;
+ display : -ms-flexbox;
+ display : flex;
+ -webkit-box-pack : center;
+ -webkit-justify-content : center;
+ -ms-flex-pack : center;
+ justify-content : center;
+ -webkit-box-align : center;
+ -webkit-align-items : center;
+ -ms-flex-align : center;
+ align-items : center;
+}
+
+.swiper-button-prev, .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
+ background-image : none;
+ color : #FFFFFF;
+ width : 35px;
+ font-size : 2rem;
+}
+.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-container-rtl .swiper-button-prev:focus, .swiper-container-rtl .swiper-button-next:focus {
+ outline : none;
+}
+.swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
+ font-family : 'feather';
+}
+
+.swiper-button-prev:after {
+ content : '\e843';
+ padding-right : 1px;
+}
+
+.swiper-button-next:after {
+ content : '\e844';
+ padding-left : 2px;
+}
+
+.swiper-container-rtl .swiper-button-prev:after {
+ content : '\e844';
+}
+
+.swiper-container-rtl .swiper-button-next:after {
+ content : '\e843';
+}
+
+@media only screen and (max-width: 768px) {
+ .swiper-button-prev {
+ font-size : 1.32rem;
+ top : 55%;
+ }
+ .swiper-button-next {
+ font-size : 1.32rem;
+ top : 55%;
+ width : 15px;
+ }
+ .swiper-parallax .swiper-slide {
+ padding : 1rem 1.2rem;
+ }
+ .swiper-parallax img {
+ height : 100% !important;
+ }
+}
+
+@media only screen and (max-width: 576px) {
+ .swiper-centered-slides.swiper-container .swiper-slide {
+ padding : 1.6rem 2.5rem;
+ }
+ .swiper-centered-slides.swiper-container .swiper-slide i {
+ font-size : 1.14rem !important;
+ }
+ .swiper-cube-effect.swiper-container {
+ width : 150px;
+ left : 70%;
+ }
+ .swiper-parallax .swiper-slide {
+ padding : 1rem 1.3rem;
+ }
+ .swiper-virtual.swiper-container .swiper-slide {
+ font-size : 1rem;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/swiper.min.css b/www/assets2/css/plugins/extensions/swiper.min.css
new file mode 100644
index 0000000..6d5c7cc
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/swiper.min.css
@@ -0,0 +1 @@
+.swiper-container .swiper-shadow{box-shadow:2px 8px 10px 0 rgba(25,42,70,.13)!important}.swiper-centered-slides.swiper-container .swiper-slide{text-align:center;font-weight:500;background-color:#FFF;height:auto;width:auto!important;padding:2rem 5.5rem;cursor:pointer}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active{border:2px solid #7367F0}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i{color:#7367F0}.swiper-centered-slides .swiper-button-next:after,.swiper-centered-slides .swiper-button-prev:after{border-radius:50%;background-color:#7367F0;box-shadow:0 2px 4px 0 rgba(34,41,47,.5)!important}.swiper-centered-slides-2.swiper-container .swiper-slide{font-weight:500;background-color:#F2F4F4;height:auto;width:auto!important;cursor:pointer}.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active{color:#FFF;background-color:#7367F0;box-shadow:0 3px 6px 0 rgba(115,103,240,.5)!important}.swiper-cube-effect.swiper-container{width:300px;left:50%;margin-left:-150px;margin-top:-12px}.swiper-coverflow.swiper-container .swiper-slide{width:300px}.gallery-thumbs{padding:10px 0;background:#22292F}.gallery-thumbs .swiper-slide{opacity:.4}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.swiper-parallax .swiper-slide{padding:2.67rem 4rem}.swiper-parallax .swiper-slide .title{font-size:1.14rem;padding:.5rem 0}.swiper-parallax .swiper-slide .text{font-size:1rem}.swiper-parallax .parallax-bg{position:absolute;width:130%}.swiper-virtual.swiper-container{height:300px}.swiper-virtual.swiper-container .swiper-slide{font-size:1.51rem;background-color:#EEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;color:#FFF;width:35px;font-size:2rem}.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-container-rtl .swiper-button-next:focus,.swiper-container-rtl .swiper-button-prev:focus{outline:0}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{font-family:feather}.swiper-button-prev:after{content:'\e843';padding-right:1px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'\e844'}.swiper-button-next:after{padding-left:2px}.swiper-container-rtl .swiper-button-next:after{content:'\e843'}@media only screen and (max-width:768px){.swiper-button-next,.swiper-button-prev{font-size:1.32rem;top:55%}.swiper-button-next{width:15px}.swiper-parallax .swiper-slide{padding:1rem 1.2rem}.swiper-parallax img{height:100%!important}}@media only screen and (max-width:576px){.swiper-centered-slides.swiper-container .swiper-slide{padding:1.6rem 2.5rem}.swiper-centered-slides.swiper-container .swiper-slide i{font-size:1.14rem!important}.swiper-cube-effect.swiper-container{width:150px;left:70%}.swiper-parallax .swiper-slide{padding:1rem 1.3rem}.swiper-virtual.swiper-container .swiper-slide{font-size:1rem}}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/toastr.css b/www/assets2/css/plugins/extensions/toastr.css
new file mode 100644
index 0000000..45c4ef8
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/toastr.css
@@ -0,0 +1,33 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+#toast-container > div {
+ opacity : 0.9;
+ -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
+ filter : alpha(opacity=90);
+ max-width : none;
+}
+
+#toast-container > div:hover {
+ box-shadow : 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
+}
+
+.toast {
+ background-color : #7367F0;
+}
+
+.toast-success {
+ background-color : #28C76F;
+}
+
+.toast-error {
+ background-color : #EA5455;
+}
+
+.toast-info {
+ background-color : #00CFE8;
+}
+
+.toast-warning {
+ background-color : #FF9F43;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/extensions/toastr.min.css b/www/assets2/css/plugins/extensions/toastr.min.css
new file mode 100644
index 0000000..162b170
--- /dev/null
+++ b/www/assets2/css/plugins/extensions/toastr.min.css
@@ -0,0 +1 @@
+#toast-container>div{opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90);max-width:none}#toast-container>div:hover{box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#7367F0}.toast-success{background-color:#28C76F}.toast-error{background-color:#EA5455}.toast-info{background-color:#00CFE8}.toast-warning{background-color:#FF9F43}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/file-uploaders/dropzone.css b/www/assets2/css/plugins/file-uploaders/dropzone.css
new file mode 100644
index 0000000..0f25969
--- /dev/null
+++ b/www/assets2/css/plugins/file-uploaders/dropzone.css
@@ -0,0 +1,73 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.dropzone {
+ min-height : 350px;
+ border : 2px dashed #7367F0;
+ background : #F8F8F8;
+}
+.dropzone .dz-message {
+ font-size : 2rem;
+ position : absolute;
+ top : 50%;
+ left : 0;
+ width : 100%;
+ height : 300px;
+ margin-top : -30px;
+ color : #7367F0;
+ text-align : center;
+}
+.dropzone .dz-message:before {
+ content : '\e864';
+ font-family : 'feather';
+ font-size : 80px;
+ position : absolute;
+ top : 48px;
+ width : 80px;
+ height : 80px;
+ display : inline-block;
+ left : 50%;
+ margin-left : -40px;
+ line-height : 1;
+ z-index : 2;
+ color : #7367F0;
+ text-indent : 0;
+ font-weight : normal;
+ -webkit-font-smoothing : antialiased;
+}
+.dropzone .dz-preview {
+ background : transparent;
+}
+.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
+ background-image : url('../../../images/dropzone/spritemap.png');
+}
+.dropzone .dz-preview .dz-error-message {
+ min-width : 113px;
+ top : 0;
+ left : 0;
+}
+.dropzone .dz-preview .dz-remove {
+ font-size : 1.1rem;
+ color : #EA5455;
+ line-height : 2rem;
+}
+.dropzone .dz-preview .dz-remove:before {
+ content : '\e8f6';
+ font-family : 'feather';
+ display : inline-block;
+ line-height : 1;
+ z-index : 2;
+ text-indent : 0;
+ font-weight : normal;
+ -webkit-font-smoothing : antialiased;
+}
+.dropzone .dz-preview .dz-remove:hover {
+ text-decoration : none;
+ color : #E42728;
+}
+
+@media (max-width: 576px) {
+ .dropzone .dz-message:before {
+ top : 7.14rem;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/file-uploaders/dropzone.min.css b/www/assets2/css/plugins/file-uploaders/dropzone.min.css
new file mode 100644
index 0000000..7aac6ad
--- /dev/null
+++ b/www/assets2/css/plugins/file-uploaders/dropzone.min.css
@@ -0,0 +1 @@
+.dropzone .dz-message:before,.dropzone .dz-preview .dz-remove:before{font-family:feather;display:inline-block;z-index:2;text-indent:0;font-weight:400;-webkit-font-smoothing:antialiased}.dropzone{min-height:350px;border:2px dashed #7367F0;background:#F8F8F8}.dropzone .dz-message{font-size:2rem;position:absolute;top:50%;left:0;width:100%;height:300px;margin-top:-30px;color:#7367F0;text-align:center}.dropzone .dz-message:before{content:'\e864';font-size:80px;position:absolute;top:48px;width:80px;height:80px;left:50%;margin-left:-40px;line-height:1;color:#7367F0}.dropzone .dz-preview{background:0 0}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{background-image:url(../../../images/dropzone/spritemap.png)}.dropzone .dz-preview .dz-error-message{min-width:113px;top:0;left:0}.dropzone .dz-preview .dz-remove{font-size:1.1rem;color:#EA5455;line-height:2rem}.dropzone .dz-preview .dz-remove:before{content:'\e8f6';line-height:1}.dropzone .dz-preview .dz-remove:hover{text-decoration:none;color:#E42728}@media (max-width:576px){.dropzone .dz-message:before{top:7.14rem}}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/extended/typeahed.css b/www/assets2/css/plugins/forms/extended/typeahed.css
new file mode 100644
index 0000000..cd1d978
--- /dev/null
+++ b/www/assets2/css/plugins/forms/extended/typeahed.css
@@ -0,0 +1,32 @@
+/* Typeahead Starts */
+.typeahead .twitter-typeahead {
+ width : 100%;
+}
+.typeahead .twitter-typeahead .tt-menu {
+ width : 100%;
+}
+.typeahead .twitter-typeahead .empty-message {
+ padding : 5px 10px;
+ text-align : center;
+}
+.typeahead .twitter-typeahead .rtl-typeahead .tt-menu {
+ text-align : right;
+}
+.typeahead .twitter-typeahead .league-name {
+ margin : 0 10px 5px 10px;
+ padding : 7px 5px 10px;
+ border-bottom : 1px solid #CCCCCC;
+}
+
+.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu {
+ max-height : 150px;
+ overflow-y : auto;
+}
+
+/* Typeahead Ends */
+/* MaxLength Starts */
+.bootstrap-maxlength {
+ margin-top : 0.5rem;
+}
+
+/* MaxLength Ends */
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/extended/typeahed.min.css b/www/assets2/css/plugins/forms/extended/typeahed.min.css
new file mode 100644
index 0000000..eb65fd2
--- /dev/null
+++ b/www/assets2/css/plugins/forms/extended/typeahed.min.css
@@ -0,0 +1 @@
+.typeahead .twitter-typeahead,.typeahead .twitter-typeahead .tt-menu{width:100%}.typeahead .twitter-typeahead .empty-message{padding:5px 10px;text-align:center}.typeahead .twitter-typeahead .rtl-typeahead .tt-menu{text-align:right}.typeahead .twitter-typeahead .league-name{margin:0 10px 5px;padding:7px 5px 10px;border-bottom:1px solid #CCC}.typeahead .scrollable-dropdown .twitter-typeahead .tt-menu{max-height:150px;overflow-y:auto}.bootstrap-maxlength{margin-top:.5rem}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/form-inputs-groups.css b/www/assets2/css/plugins/forms/form-inputs-groups.css
new file mode 100644
index 0000000..1249bbc
--- /dev/null
+++ b/www/assets2/css/plugins/forms/form-inputs-groups.css
@@ -0,0 +1,28 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* For Input Group TouchPin */
+#touchspin .input-group.bootstrap-touchspin .input-group-prepend, #touchspin .input-group.bootstrap-touchspin .input-group-append {
+ display : block;
+}
+
+/* For Input Group TouchPin */
+.segmented-buttons-with-dropdown .input-group .form-control, .buttons-with-dropdown .input-group .form-control {
+ height : 3rem;
+}
+
+.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i {
+ font-size : 1.25rem;
+}
+
+.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin, .bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel {
+ height : calc(calc(1.25em + 1.4rem)-0.05rem + 2.2px);
+}
+
+.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix {
+ padding : 0.85rem 1rem;
+}
+
+.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical {
+ height : calc(2.9rem + 2px);
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/form-inputs-groups.min.css b/www/assets2/css/plugins/forms/form-inputs-groups.min.css
new file mode 100644
index 0000000..57bbf87
--- /dev/null
+++ b/www/assets2/css/plugins/forms/form-inputs-groups.min.css
@@ -0,0 +1 @@
+#touchspin .input-group.bootstrap-touchspin .input-group-append,#touchspin .input-group.bootstrap-touchspin .input-group-prepend{display:block}.buttons-with-dropdown .input-group .form-control,.segmented-buttons-with-dropdown .input-group .form-control{height:3rem}.bootstrap-touchspin.touchspin-with-icon .input-group-append .input-group-text i{font-size:1.25rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin,.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group .touchspin-stop-mousewheel{height:calc(calc(1.25em + 1.4rem) -.05rem + 2.2px)}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .input-group.touchspin-with-icon .input-group-text.bootstrap-touchspin-postfix{padding:.85rem 1rem}.bootstrap-touchspin-spinners .touchspin-spinners-wrapper .default-height .input-group.touchspin-vertical{height:calc(2.9rem + 2px)}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/validation/form-validation.css b/www/assets2/css/plugins/forms/validation/form-validation.css
new file mode 100644
index 0000000..d4ba484
--- /dev/null
+++ b/www/assets2/css/plugins/forms/validation/form-validation.css
@@ -0,0 +1,24 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.form-group.issue .help-block, .form-group.issue .help-inline, .form-group.error .help-block, .form-group.error .help-inline {
+ color : #EA5455;
+}
+
+.form-group.issue input, .form-group.issue select, .form-group.issue textarea, .form-group.error input, .form-group.error select, .form-group.error textarea {
+ border-color : #EA5455;
+}
+
+.form-group.issue input:focus, .form-group.issue select:focus, .form-group.issue textarea:focus, .form-group.error input:focus, .form-group.error select:focus, .form-group.error textarea:focus {
+ border-color : #EA5455;
+ box-shadow : 0 3 10px 0 #EA5455;
+}
+
+.form-group .help-block ul {
+ padding-left : 0;
+}
+.form-group .help-block ul li {
+ list-style-type : none;
+ font-size : 0.875rem;
+ padding-top : 0.2rem;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/validation/form-validation.min.css b/www/assets2/css/plugins/forms/validation/form-validation.min.css
new file mode 100644
index 0000000..bf8cf04
--- /dev/null
+++ b/www/assets2/css/plugins/forms/validation/form-validation.min.css
@@ -0,0 +1 @@
+.form-group.error .help-block,.form-group.error .help-inline,.form-group.issue .help-block,.form-group.issue .help-inline{color:#EA5455}.form-group.error input,.form-group.error select,.form-group.error textarea,.form-group.issue input,.form-group.issue select,.form-group.issue textarea{border-color:#EA5455}.form-group.error input:focus,.form-group.error select:focus,.form-group.error textarea:focus,.form-group.issue input:focus,.form-group.issue select:focus,.form-group.issue textarea:focus{border-color:#EA5455;box-shadow:0 3 10px 0 #EA5455}.form-group .help-block ul{padding-left:0}.form-group .help-block ul li{list-style-type:none;font-size:.875rem;padding-top:.2rem}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/wizard.css b/www/assets2/css/plugins/forms/wizard.css
new file mode 100644
index 0000000..d1f36ea
--- /dev/null
+++ b/www/assets2/css/plugins/forms/wizard.css
@@ -0,0 +1,261 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.app-content .wizard {
+ width : 100%;
+}
+.app-content .wizard .content {
+ margin-left : 0 !important;
+}
+.app-content .wizard > .steps {
+ position : relative;
+ display : block;
+ width : 100%;
+}
+.app-content .wizard > .steps .current-info {
+ position : absolute;
+ left : -99999px;
+}
+.app-content .wizard > .steps > ul {
+ display : table;
+ width : 100%;
+ table-layout : fixed;
+ margin : 0;
+ padding : 0;
+ list-style : none;
+}
+.app-content .wizard > .steps > ul > li {
+ display : table-cell;
+ width : auto;
+ vertical-align : top;
+ text-align : center;
+ position : relative;
+}
+.app-content .wizard > .steps > ul > li a {
+ position : relative;
+ padding-top : 52px;
+ margin-top : 20px;
+ margin-bottom : 20px;
+ display : block;
+}
+.app-content .wizard > .steps > ul > li:before {
+ content : '';
+ display : block;
+ position : absolute;
+ z-index : 9;
+ left : 0;
+}
+.app-content .wizard > .steps > ul > li:after {
+ content : '';
+ display : block;
+ position : absolute;
+ z-index : 9;
+ right : 0;
+}
+.app-content .wizard > .steps > ul > li:last-child:after {
+ content : none;
+}
+.app-content .wizard > .steps > ul > li.current > a {
+ color : #7367F0;
+ cursor : default;
+}
+.app-content .wizard > .steps > ul > li.current .step {
+ border-color : #7367F0;
+ background-color : #7367F0;
+ color : #FFFFFF;
+}
+.app-content .wizard > .steps > ul > li.disabled a {
+ color : #636363;
+ cursor : default;
+}
+.app-content .wizard > .steps > ul > li.disabled a:hover {
+ color : #636363;
+ cursor : default;
+}
+.app-content .wizard > .steps > ul > li.disabled a:focus {
+ color : #636363;
+ cursor : default;
+}
+.app-content .wizard > .steps > ul > li.disabled .step {
+ color : #B8C2CC;
+}
+.app-content .wizard > .steps > ul > li.done a {
+ color : #636363;
+}
+.app-content .wizard > .steps > ul > li.done a:hover {
+ color : #636363;
+}
+.app-content .wizard > .steps > ul > li.done a:focus {
+ color : #636363;
+}
+.app-content .wizard > .steps > ul > li.done .step {
+ background-color : #FFFFFF;
+ border-color : #7367F0;
+ color : #B8C2CC;
+}
+.app-content .wizard > .steps > ul > li.done:last-child .step {
+ background-color : #7367F0;
+ border-color : #7367F0;
+ color : #FFFFFF;
+}
+.app-content .wizard > .steps > ul > li.error > a {
+ color : #EA5455;
+}
+.app-content .wizard > .steps > ul > li.error .step {
+ border-color : #EA5455;
+ color : #FFFFFF;
+ background-color : #EA5455;
+}
+.app-content .wizard > .steps .step {
+ background-color : #FFFFFF;
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ left : 50%;
+ margin-left : -24px;
+ z-index : 10;
+ text-align : center;
+}
+.app-content .wizard > .steps .step i {
+ position : relative;
+ top : 2px;
+}
+.app-content .wizard > .content {
+ position : relative;
+ width : auto;
+ padding : 0;
+ margin : 0;
+}
+.app-content .wizard > .content > .title {
+ position : absolute;
+ left : -99999px;
+}
+.app-content .wizard > .content > .body {
+ padding : 0 20px;
+}
+.app-content .wizard > .content > iframe {
+ border : 0 none;
+ width : 100%;
+ height : 100%;
+}
+.app-content .wizard > .actions {
+ position : relative;
+ display : block;
+ text-align : right;
+ padding : 20px;
+ padding-top : 0;
+}
+.app-content .wizard > .actions > ul {
+ list-style : none;
+ padding : 0;
+ margin : 0;
+}
+.app-content .wizard > .actions > ul:after {
+ content : '';
+ display : table;
+ clear : both;
+}
+.app-content .wizard > .actions > ul > li {
+ float : left;
+}
+.app-content .wizard > .actions > ul > li + li {
+ margin-left : 10px;
+ float : right;
+}
+.app-content .wizard > .actions > ul > li > a {
+ background : #7367F0;
+ color : #FFFFFF;
+ display : block;
+ padding : 7px 12px;
+ border-radius : 0.42rem;
+ border : 1px solid transparent;
+}
+.app-content .wizard > .actions > ul > li > a:hover {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
+}
+.app-content .wizard > .actions > ul > li > a:focus {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
+}
+.app-content .wizard > .actions > ul > li > a:active {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
+}
+.app-content .wizard > .actions > ul > li > a[href='#previous'] {
+ background-color : #7367F0;
+ color : #FFFFFF;
+ border-radius : 0.42rem;
+}
+.app-content .wizard > .actions > ul > li > a[href='#previous']:hover {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
+}
+.app-content .wizard > .actions > ul > li > a[href='#previous']:focus {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
+}
+.app-content .wizard > .actions > ul > li > a[href='#previous']:active {
+ box-shadow : 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
+}
+.app-content .wizard > .actions > ul > li.disabled > a {
+ color : #FFFFFF;
+}
+.app-content .wizard > .actions > ul > li.disabled > a:hover {
+ color : #FFFFFF;
+}
+.app-content .wizard > .actions > ul > li.disabled > a:focus {
+ color : #FFFFFF;
+}
+.app-content .wizard > .actions > ul > li.disabled > a[href='#previous'] {
+ box-shadow : none;
+}
+.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:hover {
+ box-shadow : none;
+}
+.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:focus {
+ box-shadow : none;
+}
+.app-content .wizard.wizard-circle > .steps > ul > li:before, .app-content .wizard.wizard-circle > .steps > ul > li:after {
+ top : 43px;
+ width : 50%;
+ height : 3px;
+ background-color : #7367F0;
+}
+.app-content .wizard.wizard-circle > .steps > ul > li.current:after {
+ background-color : transparent;
+}
+.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
+ background-color : transparent;
+}
+.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
+ background-color : transparent;
+}
+.app-content .wizard.wizard-circle > .steps .step {
+ width : 50px;
+ height : 50px;
+ line-height : 3rem;
+ border : 3px solid #B8C2CC;
+ font-size : 1.5rem;
+ font-weight : 500;
+ border-radius : 50%;
+}
+
+@media (max-width: 768px) {
+ .app-content .wizard > .steps > ul {
+ margin-bottom : 20px;
+ }
+ .app-content .wizard > .steps > ul > li {
+ display : block;
+ float : left;
+ width : 33%;
+ }
+ .app-content .wizard > .steps > ul > li > a {
+ margin-bottom : 0;
+ }
+ .app-content .wizard > .steps > ul > li:last-child:after {
+ content : '';
+ background-color : #7367F0;
+ }
+}
+
+@media (max-width: 480px) {
+ .app-content .wizard > .steps > ul > li.current:after {
+ background-color : #7367F0;
+ }
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/forms/wizard.min.css b/www/assets2/css/plugins/forms/wizard.min.css
new file mode 100644
index 0000000..c785cfe
--- /dev/null
+++ b/www/assets2/css/plugins/forms/wizard.min.css
@@ -0,0 +1 @@
+.app-content .wizard>.steps>ul>li:after,.app-content .wizard>.steps>ul>li:before{content:'';z-index:9;display:block;position:absolute}.app-content .wizard{width:100%}.app-content .wizard .content{margin-left:0!important}.app-content .wizard>.steps{position:relative;display:block;width:100%}.app-content .wizard>.steps .current-info{position:absolute;left:-99999px}.app-content .wizard>.steps>ul{display:table;width:100%;table-layout:fixed;margin:0;padding:0;list-style:none}.app-content .wizard>.steps>ul>li{display:table-cell;width:auto;vertical-align:top;text-align:center;position:relative}.app-content .wizard>.steps>ul>li a{position:relative;padding-top:52px;margin-top:20px;margin-bottom:20px;display:block}.app-content .wizard>.steps>ul>li:before{left:0}.app-content .wizard>.steps>ul>li:after{right:0}.app-content .wizard>.steps>ul>li:last-child:after{content:none}.app-content .wizard>.steps>ul>li.current>a{color:#7367F0;cursor:default}.app-content .wizard>.steps>ul>li.current .step{border-color:#7367F0;background-color:#7367F0;color:#FFF}.app-content .wizard>.steps>ul>li.disabled a,.app-content .wizard>.steps>ul>li.disabled a:focus,.app-content .wizard>.steps>ul>li.disabled a:hover{color:#636363;cursor:default}.app-content .wizard>.steps>ul>li.disabled .step{color:#B8C2CC}.app-content .wizard>.steps>ul>li.done a,.app-content .wizard>.steps>ul>li.done a:focus,.app-content .wizard>.steps>ul>li.done a:hover{color:#636363}.app-content .wizard>.steps>ul>li.done .step{background-color:#FFF;border-color:#7367F0;color:#B8C2CC}.app-content .wizard>.steps>ul>li.done:last-child .step{background-color:#7367F0;border-color:#7367F0;color:#FFF}.app-content .wizard>.steps>ul>li.error>a{color:#EA5455}.app-content .wizard>.steps>ul>li.error .step{border-color:#EA5455;color:#FFF;background-color:#EA5455}.app-content .wizard>.steps .step{background-color:#FFF;display:inline-block;position:absolute;top:0;left:50%;margin-left:-24px;z-index:10;text-align:center}.app-content .wizard>.steps .step i{position:relative;top:2px}.app-content .wizard>.content{position:relative;width:auto;padding:0;margin:0}.app-content .wizard>.content>.title{position:absolute;left:-99999px}.app-content .wizard>.content>.body{padding:0 20px}.app-content .wizard>.content>iframe{border:0;width:100%;height:100%}.app-content .wizard>.actions{position:relative;display:block;text-align:right;padding:0 20px 20px}.app-content .wizard>.actions>ul{list-style:none;padding:0;margin:0}.app-content .wizard>.actions>ul:after{content:'';display:table;clear:both}.app-content .wizard>.actions>ul>li{float:left}.app-content .wizard>.actions>ul>li+li{margin-left:10px;float:right}.app-content .wizard>.actions>ul>li>a{background:#7367F0;color:#FFF;display:block;padding:7px 12px;border-radius:.42rem;border:1px solid transparent}.app-content .wizard>.actions>ul>li>a:focus,.app-content .wizard>.actions>ul>li>a:hover{box-shadow:0 0 0 100px rgba(0,0,0,.05) inset}.app-content .wizard>.actions>ul>li>a:active{box-shadow:0 0 0 100px rgba(0,0,0,.1) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']{background-color:#7367F0;color:#FFF;border-radius:.42rem}.app-content .wizard>.actions>ul>li>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li>a[href='#previous']:hover{box-shadow:0 0 0 100px rgba(0,0,0,.02) inset}.app-content .wizard>.actions>ul>li>a[href='#previous']:active{box-shadow:0 0 0 100px rgba(0,0,0,.04) inset}.app-content .wizard>.actions>ul>li.disabled>a,.app-content .wizard>.actions>ul>li.disabled>a:focus,.app-content .wizard>.actions>ul>li.disabled>a:hover{color:#FFF}.app-content .wizard>.actions>ul>li.disabled>a[href='#previous'],.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:focus,.app-content .wizard>.actions>ul>li.disabled>a[href='#previous']:hover{box-shadow:none}.app-content .wizard.wizard-circle>.steps>ul>li:after,.app-content .wizard.wizard-circle>.steps>ul>li:before{top:43px;width:50%;height:3px;background-color:#7367F0}.app-content .wizard.wizard-circle>.steps>ul>li.current:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:after,.app-content .wizard.wizard-circle>.steps>ul>li.current~li:before{background-color:transparent}.app-content .wizard.wizard-circle>.steps .step{width:50px;height:50px;line-height:3rem;border:3px solid #B8C2CC;font-size:1.5rem;font-weight:500;border-radius:50%}@media (max-width:768px){.app-content .wizard>.steps>ul{margin-bottom:20px}.app-content .wizard>.steps>ul>li{display:block;float:left;width:33%}.app-content .wizard>.steps>ul>li>a{margin-bottom:0}.app-content .wizard>.steps>ul>li:last-child:after{content:'';background-color:#7367F0}}@media (max-width:480px){.app-content .wizard>.steps>ul>li.current:after{background-color:#7367F0}}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-beat.css b/www/assets2/css/plugins/loaders/animations/ball-beat.css
new file mode 100644
index 0000000..cb60b9d
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-beat.css
@@ -0,0 +1,44 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-beat {
+ 50% {
+ opacity : 0.2;
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-beat {
+ 50% {
+ opacity : 0.2;
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-beat > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation : ball-beat 0.7s 0s infinite linear;
+ animation : ball-beat 0.7s 0s infinite linear;
+}
+.ball-beat > div:nth-child(2n-1) {
+ -webkit-animation-delay : -0.35s !important;
+ animation-delay : -0.35s !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-beat.min.css b/www/assets2/css/plugins/loaders/animations/ball-beat.min.css
new file mode 100644
index 0000000..67e3bb8
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-beat.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.css
new file mode 100644
index 0000000..b240d62
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.css
@@ -0,0 +1,61 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+.ball-clip-rotate-multiple {
+ position : relative;
+}
+.ball-clip-rotate-multiple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ left : -20px;
+ top : -20px;
+ border : 2px solid #B8C2CC;
+ border-bottom-color : transparent;
+ border-top-color : transparent;
+ border-radius : 100%;
+ height : 35px;
+ width : 35px;
+ -webkit-animation : rotate 1s 0s ease-in-out infinite;
+ animation : rotate 1s 0s ease-in-out infinite;
+}
+.ball-clip-rotate-multiple > div:last-child {
+ display : inline-block;
+ top : -10px;
+ left : -10px;
+ width : 15px;
+ height : 15px;
+ -webkit-animation-duration : 0.5s;
+ animation-duration : 0.5s;
+ border-color : #B8C2CC transparent #B8C2CC transparent;
+ animation-direction : reverse;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css
new file mode 100644
index 0000000..1e2b834
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-multiple.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #B8C2CC;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#B8C2CC transparent;animation-direction:reverse}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.css
new file mode 100644
index 0000000..422f0da
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.css
@@ -0,0 +1,92 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+@-webkit-keyframes scale {
+ 30% {
+ -webkit-transform : scale(0.3);
+ transform : scale(0.3);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+@keyframes scale {
+ 30% {
+ -webkit-transform : scale(0.3);
+ transform : scale(0.3);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-clip-rotate-pulse {
+ position : relative;
+ -webkit-transform : translateY(-15px);
+ -ms-transform : translateY(-15px);
+ transform : translateY(-15px);
+}
+.ball-clip-rotate-pulse > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : 0;
+ left : 0;
+ border-radius : 100%;
+}
+.ball-clip-rotate-pulse > div:first-child {
+ background : #B8C2CC;
+ height : 16px;
+ width : 16px;
+ top : 7px;
+ left : -7px;
+ -webkit-animation : scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
+.ball-clip-rotate-pulse > div:last-child {
+ position : absolute;
+ border : 2px solid #B8C2CC;
+ width : 30px;
+ height : 30px;
+ left : -16px;
+ top : -2px;
+ background : transparent;
+ border : 2px solid;
+ border-color : #B8C2CC transparent #B8C2CC transparent;
+ -webkit-animation : rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ -webkit-animation-duration : 1s;
+ animation-duration : 1s;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css
new file mode 100644
index 0000000..8a06629
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate-pulse.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-webkit-keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#B8C2CC;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#B8C2CC transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.css
new file mode 100644
index 0000000..7f2139d
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.css
@@ -0,0 +1,49 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+.ball-clip-rotate > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ border : 2px solid #B8C2CC;
+ border-bottom-color : transparent;
+ height : 25px;
+ width : 25px;
+ background : transparent !important;
+ display : inline-block;
+ -webkit-animation : rotate 0.75s 0s linear infinite;
+ animation : rotate 0.75s 0s linear infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.min.css b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.min.css
new file mode 100644
index 0000000..190edb6
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-clip-rotate.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #B8C2CC;border-bottom-color:transparent;height:25px;width:25px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-grid-beat.css b/www/assets2/css/plugins/loaders/animations/ball-grid-beat.css
new file mode 100644
index 0000000..90177de
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-grid-beat.css
@@ -0,0 +1,94 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-grid-beat {
+ 50% {
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes ball-grid-beat {
+ 50% {
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.ball-grid-beat {
+ width : 57px;
+}
+.ball-grid-beat > div:nth-child(1) {
+ -webkit-animation-delay : -0.01s;
+ animation-delay : -0.01s;
+ -webkit-animation-duration : 1.24s;
+ animation-duration : 1.24s;
+}
+.ball-grid-beat > div:nth-child(2) {
+ -webkit-animation-delay : 0s;
+ animation-delay : 0s;
+ -webkit-animation-duration : 0.93s;
+ animation-duration : 0.93s;
+}
+.ball-grid-beat > div:nth-child(3) {
+ -webkit-animation-delay : 0.31s;
+ animation-delay : 0.31s;
+ -webkit-animation-duration : 1.11s;
+ animation-duration : 1.11s;
+}
+.ball-grid-beat > div:nth-child(4) {
+ -webkit-animation-delay : 0.08s;
+ animation-delay : 0.08s;
+ -webkit-animation-duration : 0.65s;
+ animation-duration : 0.65s;
+}
+.ball-grid-beat > div:nth-child(5) {
+ -webkit-animation-delay : 0.55s;
+ animation-delay : 0.55s;
+ -webkit-animation-duration : 0.74s;
+ animation-duration : 0.74s;
+}
+.ball-grid-beat > div:nth-child(6) {
+ -webkit-animation-delay : 0.59s;
+ animation-delay : 0.59s;
+ -webkit-animation-duration : 1.29s;
+ animation-duration : 1.29s;
+}
+.ball-grid-beat > div:nth-child(7) {
+ -webkit-animation-delay : 0.73s;
+ animation-delay : 0.73s;
+ -webkit-animation-duration : 0.9s;
+ animation-duration : 0.9s;
+}
+.ball-grid-beat > div:nth-child(8) {
+ -webkit-animation-delay : 0.55s;
+ animation-delay : 0.55s;
+ -webkit-animation-duration : 1.27s;
+ animation-duration : 1.27s;
+}
+.ball-grid-beat > div:nth-child(9) {
+ -webkit-animation-delay : -0.03s;
+ animation-delay : -0.03s;
+ -webkit-animation-duration : 1.42s;
+ animation-duration : 1.42s;
+}
+.ball-grid-beat > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ float : left;
+ -webkit-animation-name : ball-grid-beat;
+ animation-name : ball-grid-beat;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-grid-beat.min.css b/www/assets2/css/plugins/loaders/animations/ball-grid-beat.min.css
new file mode 100644
index 0000000..d9f16d8
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-grid-beat.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:-10ms;animation-delay:-10ms;-webkit-animation-duration:1.24s;animation-duration:1.24s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:.93s;animation-duration:.93s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.31s;animation-delay:.31s;-webkit-animation-duration:1.11s;animation-duration:1.11s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:80ms;animation-delay:80ms;-webkit-animation-duration:.65s;animation-duration:.65s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:.74s;animation-duration:.74s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:.59s;animation-delay:.59s;-webkit-animation-duration:1.29s;animation-duration:1.29s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.73s;animation-delay:.73s;-webkit-animation-duration:.9s;animation-duration:.9s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.55s;animation-delay:.55s;-webkit-animation-duration:1.27s;animation-duration:1.27s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-30ms;animation-delay:-30ms;-webkit-animation-duration:1.42s;animation-duration:1.42s}.ball-grid-beat>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.css b/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.css
new file mode 100644
index 0000000..ba703de
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.css
@@ -0,0 +1,110 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-grid-pulse {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+@keyframes ball-grid-pulse {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+
+.ball-grid-pulse {
+ width : 57px;
+}
+.ball-grid-pulse > div:nth-child(1) {
+ -webkit-animation-delay : 0.57s;
+ animation-delay : 0.57s;
+ -webkit-animation-duration : 0.69s;
+ animation-duration : 0.69s;
+}
+.ball-grid-pulse > div:nth-child(2) {
+ -webkit-animation-delay : 0.02s;
+ animation-delay : 0.02s;
+ -webkit-animation-duration : 0.68s;
+ animation-duration : 0.68s;
+}
+.ball-grid-pulse > div:nth-child(3) {
+ -webkit-animation-delay : 0.65s;
+ animation-delay : 0.65s;
+ -webkit-animation-duration : 1.6s;
+ animation-duration : 1.6s;
+}
+.ball-grid-pulse > div:nth-child(4) {
+ -webkit-animation-delay : 0.19s;
+ animation-delay : 0.19s;
+ -webkit-animation-duration : 0.97s;
+ animation-duration : 0.97s;
+}
+.ball-grid-pulse > div:nth-child(5) {
+ -webkit-animation-delay : 0.05s;
+ animation-delay : 0.05s;
+ -webkit-animation-duration : 1.15s;
+ animation-duration : 1.15s;
+}
+.ball-grid-pulse > div:nth-child(6) {
+ -webkit-animation-delay : 0.49s;
+ animation-delay : 0.49s;
+ -webkit-animation-duration : 0.62s;
+ animation-duration : 0.62s;
+}
+.ball-grid-pulse > div:nth-child(7) {
+ -webkit-animation-delay : 0.7s;
+ animation-delay : 0.7s;
+ -webkit-animation-duration : 1.59s;
+ animation-duration : 1.59s;
+}
+.ball-grid-pulse > div:nth-child(8) {
+ -webkit-animation-delay : -0.04s;
+ animation-delay : -0.04s;
+ -webkit-animation-duration : 0.79s;
+ animation-duration : 0.79s;
+}
+.ball-grid-pulse > div:nth-child(9) {
+ -webkit-animation-delay : 0.16s;
+ animation-delay : 0.16s;
+ -webkit-animation-duration : 1.43s;
+ animation-duration : 1.43s;
+}
+.ball-grid-pulse > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ float : left;
+ -webkit-animation-name : ball-grid-pulse;
+ animation-name : ball-grid-pulse;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.min.css b/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.min.css
new file mode 100644
index 0000000..46c6e19
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-grid-pulse.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.57s;animation-delay:.57s;-webkit-animation-duration:.69s;animation-duration:.69s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:20ms;animation-delay:20ms;-webkit-animation-duration:.68s;animation-duration:.68s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.65s;animation-delay:.65s;-webkit-animation-duration:1.6s;animation-duration:1.6s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.19s;animation-delay:.19s;-webkit-animation-duration:.97s;animation-duration:.97s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:50ms;animation-delay:50ms;-webkit-animation-duration:1.15s;animation-duration:1.15s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.49s;animation-delay:.49s;-webkit-animation-duration:.62s;animation-duration:.62s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-duration:1.59s;animation-duration:1.59s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:-40ms;animation-delay:-40ms;-webkit-animation-duration:.79s;animation-duration:.79s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.16s;animation-delay:.16s;-webkit-animation-duration:1.43s;animation-duration:1.43s}.ball-grid-pulse>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.css
new file mode 100644
index 0000000..ee5c769
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.css
@@ -0,0 +1,128 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-pulse-rise-even {
+ 0% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 25% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 50% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 75% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-pulse-rise-even {
+ 0% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 25% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 50% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 75% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+@-webkit-keyframes ball-pulse-rise-odd {
+ 0% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 25% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 50% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 75% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+}
+
+@keyframes ball-pulse-rise-odd {
+ 0% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 25% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 50% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 75% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+}
+
+.ball-pulse-rise > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation-duration : 1s;
+ animation-duration : 1s;
+ -webkit-animation-timing-function : cubic-bezier(0.15, 0.46, 0.9, 0.6);
+ animation-timing-function : cubic-bezier(0.15, 0.46, 0.9, 0.6);
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
+.ball-pulse-rise > div:nth-child(2n) {
+ -webkit-animation-name : ball-pulse-rise-even;
+ animation-name : ball-pulse-rise-even;
+}
+.ball-pulse-rise > div:nth-child(2n-1) {
+ -webkit-animation-name : ball-pulse-rise-odd;
+ animation-name : ball-pulse-rise-odd;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.min.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.min.css
new file mode 100644
index 0000000..e608e74
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-rise.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-round.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-round.css
new file mode 100644
index 0000000..554d384
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-round.css
@@ -0,0 +1,32 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-pulse-round {
+ 0%, 80%, 100% {
+ transform : scale(0);
+ -webkit-transform : scale(0);
+ }
+ 40% {
+ transform : scale(1);
+ -webkit-transform : scale(1);
+ }
+}
+@keyframes ball-pulse-round {
+ 0%, 80%, 100% {
+ transform : scale(0);
+ -webkit-transform : scale(0);
+ }
+ 40% {
+ transform : scale(1);
+ -webkit-transform : scale(1);
+ }
+}
+
+.ball-pulse-round > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 10px;
+ height : 10px;
+ -webkit-animation : ball-pulse-round 1.2s infinite ease-in-out;
+ animation : ball-pulse-round 1.2s infinite ease-in-out;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-round.min.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-round.min.css
new file mode 100644
index 0000000..047ff76
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-round.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-pulse-round{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes ball-pulse-round{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.ball-pulse-round>div{width:10px;height:10px;-webkit-animation:ball-pulse-round 1.2s infinite ease-in-out;animation:ball-pulse-round 1.2s infinite ease-in-out}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.css
new file mode 100644
index 0000000..a6e94f1
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.css
@@ -0,0 +1,57 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-pulse-sync {
+ 33% {
+ -webkit-transform : translateY(10px);
+ transform : translateY(10px);
+ }
+ 66% {
+ -webkit-transform : translateY(-10px);
+ transform : translateY(-10px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ }
+}
+@keyframes ball-pulse-sync {
+ 33% {
+ -webkit-transform : translateY(10px);
+ transform : translateY(10px);
+ }
+ 66% {
+ -webkit-transform : translateY(-10px);
+ transform : translateY(-10px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ }
+}
+
+.ball-pulse-sync > div:nth-child(1) {
+ -webkit-animation : ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div:nth-child(2) {
+ -webkit-animation : ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div:nth-child(3) {
+ -webkit-animation : ball-pulse-sync 0.6s 0s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s 0s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.min.css b/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.min.css
new file mode 100644
index 0000000..f241b7c
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse-sync.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse.css b/www/assets2/css/plugins/loaders/animations/ball-pulse.css
new file mode 100644
index 0000000..7e5de27
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse.css
@@ -0,0 +1,63 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes scale {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+ 45% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 0.7;
+ }
+ 80% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+@keyframes scale {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+ 45% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 0.7;
+ }
+ 80% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+
+.ball-pulse > div:nth-child(1) {
+ -webkit-animation : scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div:nth-child(2) {
+ -webkit-animation : scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div:nth-child(3) {
+ -webkit-animation : scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-pulse.min.css b/www/assets2/css/plugins/loaders/animations/ball-pulse.min.css
new file mode 100644
index 0000000..1e2ce2b
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-pulse.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-rotate.css b/www/assets2/css/plugins/loaders/animations/ball-rotate.css
new file mode 100644
index 0000000..b3f96b0
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-rotate.css
@@ -0,0 +1,67 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.ball-rotate {
+ position : relative;
+}
+.ball-rotate > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : relative;
+}
+.ball-rotate > div:first-child {
+ -webkit-animation : rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
+ animation : rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
+}
+.ball-rotate > div:before, .ball-rotate > div:after {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ content : '';
+ position : absolute;
+ opacity : 0.8;
+}
+.ball-rotate > div:before {
+ top : 0;
+ left : -28px;
+}
+.ball-rotate > div:after {
+ top : 0;
+ left : 25px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-rotate.min.css b/www/assets2/css/plugins/loaders/animations/ball-rotate.min.css
new file mode 100644
index 0000000..e74ea3a
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-rotate.min.css
@@ -0,0 +1 @@
+.ball-rotate,.ball-rotate>div{position:relative}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{content:'';position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.css b/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.css
new file mode 100644
index 0000000..1bf2a99
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.css
@@ -0,0 +1,62 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-multiple {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ opacity : 0;
+ }
+ 5% {
+ opacity : 1;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+@keyframes ball-scale-multiple {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ opacity : 0;
+ }
+ 5% {
+ opacity : 1;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale-multiple {
+ position : relative;
+}
+.ball-scale-multiple > div:nth-child(2) {
+ -webkit-animation-delay : -0.4s;
+ animation-delay : -0.4s;
+}
+.ball-scale-multiple > div:nth-child(3) {
+ -webkit-animation-delay : -0.2s;
+ animation-delay : -0.2s;
+}
+.ball-scale-multiple > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : 0;
+ opacity : 0;
+ margin : 0;
+ width : 60px;
+ height : 60px;
+ -webkit-animation : ball-scale-multiple 1s 0s linear infinite;
+ animation : ball-scale-multiple 1s 0s linear infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.min.css b/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.min.css
new file mode 100644
index 0000000..f57a5c7
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-multiple.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{background-color:#B8C2CC;border-radius:100%;position:absolute;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-random.css b/www/assets2/css/plugins/loaders/animations/ball-scale-random.css
new file mode 100644
index 0000000..97a5072
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-random.css
@@ -0,0 +1,71 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+@keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ height : 60px;
+ width : 60px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
+
+.ball-scale-random {
+ width : 37px;
+ height : 40px;
+}
+.ball-scale-random > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ display : inline-block;
+ height : 30px;
+ width : 30px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
+.ball-scale-random > div:nth-child(1) {
+ margin-left : -7px;
+ -webkit-animation : ball-scale 1s 0.2s ease-in-out infinite;
+ animation : ball-scale 1s 0.2s ease-in-out infinite;
+}
+.ball-scale-random > div:nth-child(3) {
+ margin-left : -2px;
+ margin-top : 9px;
+ -webkit-animation : ball-scale 1s 0.5s ease-in-out infinite;
+ animation : ball-scale 1s 0.5s ease-in-out infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-random.min.css b/www/assets2/css/plugins/loaders/animations/ball-scale-random.min.css
new file mode 100644
index 0000000..414ed83
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-random.min.css
@@ -0,0 +1 @@
+.ball-scale-random>div,.ball-scale>div{background-color:#B8C2CC;border-radius:100%;margin:2px;display:inline-block}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.css b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.css
new file mode 100644
index 0000000..2c66c86
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.css
@@ -0,0 +1,69 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-ripple-multiple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+@keyframes ball-scale-ripple-multiple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+
+.ball-scale-ripple-multiple {
+ position : relative;
+ -webkit-transform : translateY(-25px);
+ -ms-transform : translateY(-25px);
+ transform : translateY(-25px);
+}
+.ball-scale-ripple-multiple > div:nth-child(0) {
+ -webkit-animation-delay : -0.8s;
+ animation-delay : -0.8s;
+}
+.ball-scale-ripple-multiple > div:nth-child(1) {
+ -webkit-animation-delay : -0.6s;
+ animation-delay : -0.6s;
+}
+.ball-scale-ripple-multiple > div:nth-child(2) {
+ -webkit-animation-delay : -0.4s;
+ animation-delay : -0.4s;
+}
+.ball-scale-ripple-multiple > div:nth-child(3) {
+ -webkit-animation-delay : -0.2s;
+ animation-delay : -0.2s;
+}
+.ball-scale-ripple-multiple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : -2px;
+ left : -26px;
+ width : 50px;
+ height : 50px;
+ border-radius : 100%;
+ border : 2px solid #B8C2CC;
+ -webkit-animation : ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+ animation : ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css
new file mode 100644
index 0000000..2de54f4
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple-multiple.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #B8C2CC;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.css b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.css
new file mode 100644
index 0000000..e36b2a3
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.css
@@ -0,0 +1,44 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-ripple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+@keyframes ball-scale-ripple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+
+.ball-scale-ripple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ height : 50px;
+ width : 50px;
+ border-radius : 100%;
+ border : 2px solid #B8C2CC;
+ -webkit-animation : ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+ animation : ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.min.css b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.min.css
new file mode 100644
index 0000000..bf8e761
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale-ripple.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #B8C2CC;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale.css b/www/assets2/css/plugins/loaders/animations/ball-scale.css
new file mode 100644
index 0000000..621e21b
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale.css
@@ -0,0 +1,40 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+@keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ height : 60px;
+ width : 60px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-scale.min.css b/www/assets2/css/plugins/loaders/animations/ball-scale.min.css
new file mode 100644
index 0000000..ef46f28
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-scale.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{background-color:#B8C2CC;border-radius:100%;margin:2px;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.css b/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.css
new file mode 100644
index 0000000..1298f5d
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.css
@@ -0,0 +1,91 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-spin-fade-loader {
+ position : relative;
+ top : -10px;
+ left : -10px;
+}
+.ball-spin-fade-loader > div:nth-child(1) {
+ top : 25px;
+ left : 0;
+ -webkit-animation : ball-spin-fade-loader 1s -0.96s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.96s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(2) {
+ top : 17.04545px;
+ left : 17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.84s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.84s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(3) {
+ top : 0;
+ left : 25px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.72s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.72s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(4) {
+ top : -17.04545px;
+ left : 17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.6s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.6s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(5) {
+ top : -25px;
+ left : 0;
+ -webkit-animation : ball-spin-fade-loader 1s -0.48s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.48s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(6) {
+ top : -17.04545px;
+ left : -17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.36s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.36s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(7) {
+ top : 0;
+ left : -25px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.24s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.24s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(8) {
+ top : 17.04545px;
+ left : -17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.12s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.12s infinite linear;
+}
+.ball-spin-fade-loader > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.min.css b/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.min.css
new file mode 100644
index 0000000..07e0912
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-spin-fade-loader.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-spin-loader.css b/www/assets2/css/plugins/loaders/animations/ball-spin-loader.css
new file mode 100644
index 0000000..18d238b
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-spin-loader.css
@@ -0,0 +1,80 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-spin-loader {
+ 75% {
+ opacity : 0.2;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes ball-spin-loader {
+ 75% {
+ opacity : 0.2;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.ball-spin-loader {
+ position : relative;
+}
+.ball-spin-loader > span:nth-child(1) {
+ top : 45px;
+ left : 0;
+ -webkit-animation : ball-spin-loader 2s 0.9s infinite linear;
+ animation : ball-spin-loader 2s 0.9s infinite linear;
+}
+.ball-spin-loader > span:nth-child(2) {
+ top : 30.68182px;
+ left : 30.68182px;
+ -webkit-animation : ball-spin-loader 2s 1.8s infinite linear;
+ animation : ball-spin-loader 2s 1.8s infinite linear;
+}
+.ball-spin-loader > span:nth-child(3) {
+ top : 0;
+ left : 45px;
+ -webkit-animation : ball-spin-loader 2s 2.7s infinite linear;
+ animation : ball-spin-loader 2s 2.7s infinite linear;
+}
+.ball-spin-loader > span:nth-child(4) {
+ top : -30.68182px;
+ left : 30.68182px;
+ -webkit-animation : ball-spin-loader 2s 3.6s infinite linear;
+ animation : ball-spin-loader 2s 3.6s infinite linear;
+}
+.ball-spin-loader > span:nth-child(5) {
+ top : -45px;
+ left : 0;
+ -webkit-animation : ball-spin-loader 2s 4.5s infinite linear;
+ animation : ball-spin-loader 2s 4.5s infinite linear;
+}
+.ball-spin-loader > span:nth-child(6) {
+ top : -30.68182px;
+ left : -30.68182px;
+ -webkit-animation : ball-spin-loader 2s 5.4s infinite linear;
+ animation : ball-spin-loader 2s 5.4s infinite linear;
+}
+.ball-spin-loader > span:nth-child(7) {
+ top : 0;
+ left : -45px;
+ -webkit-animation : ball-spin-loader 2s 6.3s infinite linear;
+ animation : ball-spin-loader 2s 6.3s infinite linear;
+}
+.ball-spin-loader > span:nth-child(8) {
+ top : 30.68182px;
+ left : -30.68182px;
+ -webkit-animation : ball-spin-loader 2s 7.2s infinite linear;
+ animation : ball-spin-loader 2s 7.2s infinite linear;
+}
+.ball-spin-loader > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ background : green;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-spin-loader.min.css b/www/assets2/css/plugins/loaders/animations/ball-spin-loader.min.css
new file mode 100644
index 0000000..18a07d9
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-spin-loader.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%;background:green}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.css b/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.css
new file mode 100644
index 0000000..8b66ed2
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.css
@@ -0,0 +1,153 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-triangle-path-1 {
+ 33% {
+ -webkit-transform : translate(25px, -50px);
+ transform : translate(25px, -50px);
+ }
+ 66% {
+ -webkit-transform : translate(50px, 0px);
+ transform : translate(50px, 0px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+@keyframes ball-triangle-path-1 {
+ 33% {
+ -webkit-transform : translate(25px, -50px);
+ transform : translate(25px, -50px);
+ }
+ 66% {
+ -webkit-transform : translate(50px, 0px);
+ transform : translate(50px, 0px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@-webkit-keyframes ball-triangle-path-2 {
+ 33% {
+ -webkit-transform : translate(25px, 50px);
+ transform : translate(25px, 50px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, 50px);
+ transform : translate(-25px, 50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@keyframes ball-triangle-path-2 {
+ 33% {
+ -webkit-transform : translate(25px, 50px);
+ transform : translate(25px, 50px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, 50px);
+ transform : translate(-25px, 50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@-webkit-keyframes ball-triangle-path-3 {
+ 33% {
+ -webkit-transform : translate(-50px, 0px);
+ transform : translate(-50px, 0px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, -50px);
+ transform : translate(-25px, -50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@keyframes ball-triangle-path-3 {
+ 33% {
+ -webkit-transform : translate(-50px, 0px);
+ transform : translate(-50px, 0px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, -50px);
+ transform : translate(-25px, -50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+.ball-triangle-path {
+ position : relative;
+ -webkit-transform : translate(-29.994px, -37.50938px);
+ -ms-transform : translate(-29.994px, -37.50938px);
+ transform : translate(-29.994px, -37.50938px);
+}
+.ball-triangle-path > div:nth-child(1) {
+ -webkit-animation-name : ball-triangle-path-1;
+ animation-name : ball-triangle-path-1;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div:nth-child(2) {
+ -webkit-animation-name : ball-triangle-path-2;
+ animation-name : ball-triangle-path-2;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div:nth-child(3) {
+ -webkit-animation-name : ball-triangle-path-3;
+ animation-name : ball-triangle-path-3;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 10px;
+ height : 10px;
+ border-radius : 100%;
+ border : 1px solid #B8C2CC;
+}
+.ball-triangle-path > div:nth-of-type(1) {
+ top : 50px;
+}
+.ball-triangle-path > div:nth-of-type(2) {
+ left : 25px;
+}
+.ball-triangle-path > div:nth-of-type(3) {
+ top : 50px;
+ left : 50px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.min.css b/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.min.css
new file mode 100644
index 0000000..35148d3
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-triangle-trace.min.css
@@ -0,0 +1 @@
+.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-delay:0;-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #B8C2CC}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.css b/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.css
new file mode 100644
index 0000000..1df7a96
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.css
@@ -0,0 +1,137 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-zig-deflect {
+ 17% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 34% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 84% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+@keyframes ball-zig-deflect {
+ 17% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 34% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 84% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@-webkit-keyframes ball-zag-deflect {
+ 17% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 34% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 84% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@keyframes ball-zag-deflect {
+ 17% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 34% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 84% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+.ball-zig-zag-deflect {
+ position : relative;
+ -webkit-transform : translate(-15px, -15px);
+ -ms-transform : translate(-15px, -15px);
+ transform : translate(-15px, -15px);
+}
+.ball-zig-zag-deflect > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ margin-left : 15px;
+ top : 4px;
+ left : -7px;
+}
+.ball-zig-zag-deflect > div:first-child {
+ -webkit-animation : ball-zig-deflect 1.5s 0s infinite linear;
+ animation : ball-zig-deflect 1.5s 0s infinite linear;
+}
+.ball-zig-zag-deflect > div:last-child {
+ -webkit-animation : ball-zag-deflect 1.5s 0s infinite linear;
+ animation : ball-zag-deflect 1.5s 0s infinite linear;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css b/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css
new file mode 100644
index 0000000..65b3fae
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-zig-zag-deflect.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:4px;left:-7px}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-zig-zag.css b/www/assets2/css/plugins/loaders/animations/ball-zig-zag.css
new file mode 100644
index 0000000..6c46b69
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-zig-zag.css
@@ -0,0 +1,89 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-zig {
+ 33% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 66% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+@keyframes ball-zig {
+ 33% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 66% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@-webkit-keyframes ball-zag {
+ 33% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 66% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@keyframes ball-zag {
+ 33% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 66% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+.ball-zig-zag {
+ position : relative;
+ -webkit-transform : translate(-15px, -15px);
+ -ms-transform : translate(-15px, -15px);
+ transform : translate(-15px, -15px);
+}
+.ball-zig-zag > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ margin-left : 15px;
+ top : 4px;
+ left : -7px;
+}
+.ball-zig-zag > div:first-child {
+ -webkit-animation : ball-zig 0.7s 0s infinite linear;
+ animation : ball-zig 0.7s 0s infinite linear;
+}
+.ball-zig-zag > div:last-child {
+ -webkit-animation : ball-zag 0.7s 0s infinite linear;
+ animation : ball-zag 0.7s 0s infinite linear;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/ball-zig-zag.min.css b/www/assets2/css/plugins/loaders/animations/ball-zig-zag.min.css
new file mode 100644
index 0000000..e3b98d2
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/ball-zig-zag.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:4px;left:-7px}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/cube-transition.css b/www/assets2/css/plugins/loaders/animations/cube-transition.css
new file mode 100644
index 0000000..95c86c7
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/cube-transition.css
@@ -0,0 +1,62 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes cube-transition {
+ 25% {
+ -webkit-transform : translateX(50px) scale(0.5) rotate(-90deg);
+ transform : translateX(50px) scale(0.5) rotate(-90deg);
+ }
+ 50% {
+ -webkit-transform : translate(50px, 50px) rotate(-180deg);
+ transform : translate(50px, 50px) rotate(-180deg);
+ }
+ 75% {
+ -webkit-transform : translateY(50px) scale(0.5) rotate(-270deg);
+ transform : translateY(50px) scale(0.5) rotate(-270deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+@keyframes cube-transition {
+ 25% {
+ -webkit-transform : translateX(50px) scale(0.5) rotate(-90deg);
+ transform : translateX(50px) scale(0.5) rotate(-90deg);
+ }
+ 50% {
+ -webkit-transform : translate(50px, 50px) rotate(-180deg);
+ transform : translate(50px, 50px) rotate(-180deg);
+ }
+ 75% {
+ -webkit-transform : translateY(50px) scale(0.5) rotate(-270deg);
+ transform : translateY(50px) scale(0.5) rotate(-270deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+
+.cube-transition {
+ position : relative;
+ -webkit-transform : translate(-25px, -25px);
+ -ms-transform : translate(-25px, -25px);
+ transform : translate(-25px, -25px);
+}
+.cube-transition > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 10px;
+ height : 10px;
+ position : absolute;
+ top : -5px;
+ left : -5px;
+ background-color : #B8C2CC;
+ -webkit-animation : cube-transition 1.6s 0s infinite ease-in-out;
+ animation : cube-transition 1.6s 0s infinite ease-in-out;
+}
+.cube-transition > div:last-child {
+ -webkit-animation-delay : -0.8s;
+ animation-delay : -0.8s;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/cube-transition.min.css b/www/assets2/css/plugins/loaders/animations/cube-transition.min.css
new file mode 100644
index 0000000..8f12fc1
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/cube-transition.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#B8C2CC;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css
new file mode 100644
index 0000000..7ba9037
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.css
@@ -0,0 +1,53 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-pulse-out-rapid {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 80% {
+ -webkit-transform : scaley(0.3);
+ transform : scaley(0.3);
+ }
+ 90% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale-pulse-out-rapid {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 80% {
+ -webkit-transform : scaley(0.3);
+ transform : scaley(0.3);
+ }
+ 90% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale-pulse-out-rapid > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ vertical-align : middle;
+ -webkit-animation : line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
+ animation : line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
+}
+.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
+ -webkit-animation-delay : -0.25s !important;
+ animation-delay : -0.25s !important;
+}
+.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
+ -webkit-animation-delay : 0s !important;
+ animation-delay : 0s !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css
new file mode 100644
index 0000000..edf1472
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out-rapid.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{background-color:#B8C2CC;width:4px;height:3.45rem;border-radius:2px;margin:2px;display:inline-block;vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.css b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.css
new file mode 100644
index 0000000..85125a8
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.css
@@ -0,0 +1,52 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-pulse-out {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale-pulse-out {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale-pulse-out > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation : line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
+ animation : line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
+}
+.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
+ -webkit-animation-delay : -0.4s !important;
+ animation-delay : -0.4s !important;
+}
+.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
+ -webkit-animation-delay : -0.2s !important;
+ animation-delay : -0.2s !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.min.css b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.min.css
new file mode 100644
index 0000000..caecc04
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-pulse-out.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{background-color:#B8C2CC;width:4px;height:3.45rem;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-random.css b/www/assets2/css/plugins/loaders/animations/line-scale-random.css
new file mode 100644
index 0000000..97466ca
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-random.css
@@ -0,0 +1,76 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-party {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes line-scale-party {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.line-scale-party > div:nth-child(1) {
+ -webkit-animation-delay : 0.07s;
+ animation-delay : 0.07s;
+ -webkit-animation-duration : 0.75s;
+ animation-duration : 0.75s;
+}
+
+.line-scale-party > div:nth-child(2) {
+ -webkit-animation-delay : -0.03s;
+ animation-delay : -0.03s;
+ -webkit-animation-duration : 0.98s;
+ animation-duration : 0.98s;
+}
+
+.line-scale-party > div:nth-child(3) {
+ -webkit-animation-delay : -0.16s;
+ animation-delay : -0.16s;
+ -webkit-animation-duration : 0.72s;
+ animation-duration : 0.72s;
+}
+
+.line-scale-party > div:nth-child(4) {
+ -webkit-animation-delay : 0.22s;
+ animation-delay : 0.22s;
+ -webkit-animation-duration : 0.43s;
+ animation-duration : 0.43s;
+}
+
+.line-scale-party > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation-name : line-scale-party;
+ animation-name : line-scale-party;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale-random.min.css b/www/assets2/css/plugins/loaders/animations/line-scale-random.min.css
new file mode 100644
index 0000000..e0f2844
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale-random.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:70ms;animation-delay:70ms;-webkit-animation-duration:.75s;animation-duration:.75s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:-30ms;animation-delay:-30ms;-webkit-animation-duration:.98s;animation-duration:.98s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:-.16s;animation-delay:-.16s;-webkit-animation-duration:.72s;animation-duration:.72s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.22s;animation-delay:.22s;-webkit-animation-duration:.43s;animation-duration:.43s}.line-scale-party>div{background-color:#B8C2CC;width:4px;height:3.45rem;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale.css b/www/assets2/css/plugins/loaders/animations/line-scale.css
new file mode 100644
index 0000000..552155e
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale.css
@@ -0,0 +1,67 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale > div:nth-child(1) {
+ -webkit-animation : line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(2) {
+ -webkit-animation : line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(3) {
+ -webkit-animation : line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(4) {
+ -webkit-animation : line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(5) {
+ -webkit-animation : line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-scale.min.css b/www/assets2/css/plugins/loaders/animations/line-scale.min.css
new file mode 100644
index 0000000..c6a2189
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-scale.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{background-color:#B8C2CC;width:4px;height:3.45rem;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.css b/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.css
new file mode 100644
index 0000000..069fc15
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.css
@@ -0,0 +1,103 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes line-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.line-spin-fade-loader {
+ position : relative;
+ top : -10px;
+ left : -4px;
+}
+.line-spin-fade-loader > div:nth-child(1) {
+ top : 20px;
+ left : 0;
+ -webkit-animation : line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(2) {
+ top : 13.63636px;
+ left : 13.63636px;
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(3) {
+ top : 0;
+ left : 20px;
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(4) {
+ top : -13.63636px;
+ left : 13.63636px;
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(5) {
+ top : -20px;
+ left : 0;
+ -webkit-animation : line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(6) {
+ top : -13.63636px;
+ left : -13.63636px;
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(7) {
+ top : 0;
+ left : -20px;
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(8) {
+ top : 13.63636px;
+ left : -13.63636px;
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s 0s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s 0s infinite ease-in-out;
+}
+.line-spin-fade-loader > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 5px;
+ height : 15px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.min.css b/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.min.css
new file mode 100644
index 0000000..b82cb32
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/line-spin-fade-loader.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{background-color:#B8C2CC;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/pacman.css b/www/assets2/css/plugins/loaders/animations/pacman.css
new file mode 100644
index 0000000..40de5ed
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/pacman.css
@@ -0,0 +1,143 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate_pacman_half_up {
+ 0% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+ 50% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+ 100% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+}
+@keyframes rotate_pacman_half_up {
+ 0% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+ 50% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+ 100% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+}
+
+@-webkit-keyframes rotate_pacman_half_down {
+ 0% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+ 50% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+}
+
+@keyframes rotate_pacman_half_down {
+ 0% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+ 50% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+}
+
+@-webkit-keyframes pacman-balls {
+ 75% {
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : translate(-100px, -6.25px);
+ transform : translate(-100px, -6.25px);
+ }
+}
+
+@keyframes pacman-balls {
+ 75% {
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : translate(-100px, -6.25px);
+ transform : translate(-100px, -6.25px);
+ }
+}
+
+.pacman {
+ position : relative;
+}
+.pacman > div:nth-child(2) {
+ -webkit-animation : pacman-balls 1s -0.99s infinite linear;
+ animation : pacman-balls 1s -0.99s infinite linear;
+}
+.pacman > div:nth-child(3) {
+ -webkit-animation : pacman-balls 1s -0.66s infinite linear;
+ animation : pacman-balls 1s -0.66s infinite linear;
+}
+.pacman > div:nth-child(4) {
+ -webkit-animation : pacman-balls 1s -0.33s infinite linear;
+ animation : pacman-balls 1s -0.33s infinite linear;
+}
+.pacman > div:nth-child(5) {
+ -webkit-animation : pacman-balls 1s 0s infinite linear;
+ animation : pacman-balls 1s 0s infinite linear;
+}
+.pacman > div:first-of-type {
+ width : 0;
+ height : 0;
+ border-right : 25px solid transparent;
+ border-top : 25px solid #B8C2CC;
+ border-left : 25px solid #B8C2CC;
+ border-bottom : 25px solid #B8C2CC;
+ border-radius : 25px;
+ -webkit-animation : rotate_pacman_half_up 0.5s 0s infinite;
+ animation : rotate_pacman_half_up 0.5s 0s infinite;
+ position : relative;
+ left : -30px;
+}
+.pacman > div:nth-child(2) {
+ width : 0;
+ height : 0;
+ border-right : 25px solid transparent;
+ border-top : 25px solid #B8C2CC;
+ border-left : 25px solid #B8C2CC;
+ border-bottom : 25px solid #B8C2CC;
+ border-radius : 25px;
+ -webkit-animation : rotate_pacman_half_down 0.5s 0s infinite;
+ animation : rotate_pacman_half_down 0.5s 0s infinite;
+ margin-top : -50px;
+ position : relative;
+ left : -30px;
+}
+.pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ width : 10px;
+ height : 10px;
+ position : absolute;
+ -webkit-transform : translate(0, -6.25px);
+ -ms-transform : translate(0, -6.25px);
+ transform : translate(0, -6.25px);
+ top : 25px;
+ left : 70px;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/pacman.min.css b/www/assets2/css/plugins/loaders/animations/pacman.min.css
new file mode 100644
index 0000000..694e84d
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/pacman.min.css
@@ -0,0 +1 @@
+.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #B8C2CC;border-left:25px solid #B8C2CC;border-bottom:25px solid #B8C2CC;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#B8C2CC;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);transform:translate(0,-6.25px);top:25px;left:70px}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/semi-circle-spin.css b/www/assets2/css/plugins/loaders/animations/semi-circle-spin.css
new file mode 100644
index 0000000..67915ef
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/semi-circle-spin.css
@@ -0,0 +1,49 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes spin-rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+@keyframes spin-rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.semi-circle-spin {
+ position : relative;
+ width : 35px;
+ height : 35px;
+ overflow : hidden;
+}
+.semi-circle-spin > div {
+ position : absolute;
+ border-width : 0;
+ border-radius : 100%;
+ -webkit-animation : spin-rotate 0.6s 0s infinite linear;
+ animation : spin-rotate 0.6s 0s infinite linear;
+ background-image : -webkit-linear-gradient(transparent 0%, transparent 70%, #B8C2CC 30%, #B8C2CC 100%);
+ background-image : linear-gradient(transparent 0%, transparent 70%, #B8C2CC 30%, #B8C2CC 100%);
+ width : 100%;
+ height : 100%;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/semi-circle-spin.min.css b/www/assets2/css/plugins/loaders/animations/semi-circle-spin.min.css
new file mode 100644
index 0000000..d54b727
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/semi-circle-spin.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#B8C2CC 30%,#B8C2CC 100%);background-image:linear-gradient(transparent 0,transparent 70%,#B8C2CC 30%,#B8C2CC 100%);width:100%;height:100%}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/square-spin.css b/www/assets2/css/plugins/loaders/animations/square-spin.css
new file mode 100644
index 0000000..b0a5b21
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/square-spin.css
@@ -0,0 +1,49 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes square-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+@keyframes square-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+
+.square-spin > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 50px;
+ height : 50px;
+ background : #B8C2CC;
+ -webkit-animation : square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/square-spin.min.css b/www/assets2/css/plugins/loaders/animations/square-spin.min.css
new file mode 100644
index 0000000..91ac2c4
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/square-spin.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#B8C2CC;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.css b/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.css
new file mode 100644
index 0000000..aca9092
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.css
@@ -0,0 +1,51 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes triangle-skew-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+@keyframes triangle-skew-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+
+.triangle-skew-spin > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 0;
+ height : 0;
+ border-left : 20px solid transparent;
+ border-right : 20px solid transparent;
+ border-bottom : 20px solid #B8C2CC;
+ -webkit-animation : triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.min.css b/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.min.css
new file mode 100644
index 0000000..6273109
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/animations/triangle-skew-spin.min.css
@@ -0,0 +1 @@
+@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #B8C2CC;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/loaders.css b/www/assets2/css/plugins/loaders/loaders.css
new file mode 100644
index 0000000..a908c84
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/loaders.css
@@ -0,0 +1,2816 @@
+/**
+ * Copyright (c) 2016 Connor Atherton
+ *
+ * All animations must live in their own file
+ * in the animations directory and be included
+ * here.
+ *
+ */
+/**
+ * Styles shared by multiple animations
+ */
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+/* Custom Loader.CSS */
+.loader-container {
+ position : absolute;
+ top : 50%;
+ left : 50%;
+}
+
+.double-bounce {
+ width : 40px;
+ height : 40px;
+ position : relative;
+ margin : 40px auto;
+}
+.double-bounce .child {
+ width : 100%;
+ height : 100%;
+ border-radius : 50%;
+ background-color : #333333;
+ opacity : 0.6;
+ position : absolute;
+ top : 0;
+ left : 0;
+ -webkit-animation : doubleBounce 2s infinite ease-in-out;
+ animation : doubleBounce 2s infinite ease-in-out;
+}
+.double-bounce .double-bounce2 {
+ -webkit-animation-delay : -1.0s;
+ animation-delay : -1.0s;
+}
+
+@-webkit-keyframes doubleBounce {
+ 0%, 100% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+@keyframes doubleBounce {
+ 0%, 100% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.chasing-dots {
+ width : 40px;
+ height : 40px;
+ position : relative;
+ text-align : center;
+ -webkit-animation : chasingDotsRotate 2s infinite linear;
+ animation : chasingDotsRotate 2s infinite linear;
+}
+.chasing-dots .child {
+ width : 60%;
+ height : 60%;
+ display : inline-block;
+ position : absolute;
+ top : 0;
+ background-color : #333333;
+ border-radius : 100%;
+ -webkit-animation : chasingDotsBounce 2s infinite ease-in-out;
+ animation : chasingDotsBounce 2s infinite ease-in-out;
+}
+.chasing-dots .dot2 {
+ top : auto;
+ bottom : 0;
+ -webkit-animation-delay : -1s;
+ animation-delay : -1s;
+}
+
+@-webkit-keyframes chasingDotsRotate {
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+@keyframes chasingDotsRotate {
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+@-webkit-keyframes chasingDotsBounce {
+ 0%, 100% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+@keyframes chasingDotsBounce {
+ 0%, 100% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 50% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+/*
+ * Spinner positions
+ * 1 2 3
+ * 4 5 6
+ * 7 8 9
+ */
+.cube-grid {
+ width : 40px;
+ height : 40px;
+ margin : 40px auto;
+}
+.cube-grid .cube {
+ width : 33.33%;
+ height : 33.33%;
+ background-color : #333333;
+ float : left;
+ -webkit-animation : cubeGridScaleDelay 1.3s infinite ease-in-out;
+ animation : cubeGridScaleDelay 1.3s infinite ease-in-out;
+}
+.cube-grid .cube1 {
+ -webkit-animation-delay : 0.2s;
+ animation-delay : 0.2s;
+}
+.cube-grid .cube2 {
+ -webkit-animation-delay : 0.3s;
+ animation-delay : 0.3s;
+}
+.cube-grid .cube3 {
+ -webkit-animation-delay : 0.4s;
+ animation-delay : 0.4s;
+}
+.cube-grid .cube4 {
+ -webkit-animation-delay : 0.1s;
+ animation-delay : 0.1s;
+}
+.cube-grid .cube5 {
+ -webkit-animation-delay : 0.2s;
+ animation-delay : 0.2s;
+}
+.cube-grid .cube6 {
+ -webkit-animation-delay : 0.3s;
+ animation-delay : 0.3s;
+}
+.cube-grid .cube7 {
+ -webkit-animation-delay : 0.0s;
+ animation-delay : 0.0s;
+}
+.cube-grid .cube8 {
+ -webkit-animation-delay : 0.1s;
+ animation-delay : 0.1s;
+}
+.cube-grid .cube9 {
+ -webkit-animation-delay : 0.2s;
+ animation-delay : 0.2s;
+}
+
+@-webkit-keyframes cubeGridScaleDelay {
+ 0%, 70%, 100% {
+ -webkit-transform : scale3D(1, 1, 1);
+ transform : scale3D(1, 1, 1);
+ }
+ 35% {
+ -webkit-transform : scale3D(0, 0, 1);
+ transform : scale3D(0, 0, 1);
+ }
+}
+
+@keyframes cubeGridScaleDelay {
+ 0%, 70%, 100% {
+ -webkit-transform : scale3D(1, 1, 1);
+ transform : scale3D(1, 1, 1);
+ }
+ 35% {
+ -webkit-transform : scale3D(0, 0, 1);
+ transform : scale3D(0, 0, 1);
+ }
+}
+
+.fading-circle {
+ margin : 40px auto;
+ width : 40px;
+ height : 40px;
+ position : relative;
+}
+.fading-circle .circle {
+ width : 100%;
+ height : 100%;
+ position : absolute;
+ left : 0;
+ top : 0;
+}
+.fading-circle .circle:before {
+ content : '';
+ display : block;
+ margin : 0 auto;
+ width : 15%;
+ height : 15%;
+ background-color : #333333;
+ border-radius : 100%;
+ -webkit-animation : circleFadeDelay 1.2s infinite ease-in-out both;
+ animation : circleFadeDelay 1.2s infinite ease-in-out both;
+}
+.fading-circle .circle2 {
+ -webkit-transform : rotate(30deg);
+ -ms-transform : rotate(30deg);
+ transform : rotate(30deg);
+}
+.fading-circle .circle2:before {
+ -webkit-animation-delay : -1.1s;
+ animation-delay : -1.1s;
+}
+.fading-circle .circle3 {
+ -webkit-transform : rotate(60deg);
+ -ms-transform : rotate(60deg);
+ transform : rotate(60deg);
+}
+.fading-circle .circle3:before {
+ -webkit-animation-delay : -1s;
+ animation-delay : -1s;
+}
+.fading-circle .circle4 {
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+}
+.fading-circle .circle4:before {
+ -webkit-animation-delay : -0.9s;
+ animation-delay : -0.9s;
+}
+.fading-circle .circle5 {
+ -webkit-transform : rotate(120deg);
+ -ms-transform : rotate(120deg);
+ transform : rotate(120deg);
+}
+.fading-circle .circle5:before {
+ -webkit-animation-delay : -0.8s;
+ animation-delay : -0.8s;
+}
+.fading-circle .circle6 {
+ -webkit-transform : rotate(150deg);
+ -ms-transform : rotate(150deg);
+ transform : rotate(150deg);
+}
+.fading-circle .circle6:before {
+ -webkit-animation-delay : -0.7s;
+ animation-delay : -0.7s;
+}
+.fading-circle .circle7 {
+ -webkit-transform : rotate(180deg);
+ -ms-transform : rotate(180deg);
+ transform : rotate(180deg);
+}
+.fading-circle .circle7:before {
+ -webkit-animation-delay : -0.6s;
+ animation-delay : -0.6s;
+}
+.fading-circle .circle8 {
+ -webkit-transform : rotate(210deg);
+ -ms-transform : rotate(210deg);
+ transform : rotate(210deg);
+}
+.fading-circle .circle8:before {
+ -webkit-animation-delay : -0.5s;
+ animation-delay : -0.5s;
+}
+.fading-circle .circle9 {
+ -webkit-transform : rotate(240deg);
+ -ms-transform : rotate(240deg);
+ transform : rotate(240deg);
+}
+.fading-circle .circle9:before {
+ -webkit-animation-delay : -0.4s;
+ animation-delay : -0.4s;
+}
+.fading-circle .circle10 {
+ -webkit-transform : rotate(270deg);
+ -ms-transform : rotate(270deg);
+ transform : rotate(270deg);
+}
+.fading-circle .circle10:before {
+ -webkit-animation-delay : -0.3s;
+ animation-delay : -0.3s;
+}
+.fading-circle .circle11 {
+ -webkit-transform : rotate(300deg);
+ -ms-transform : rotate(300deg);
+ transform : rotate(300deg);
+}
+.fading-circle .circle11:before {
+ -webkit-animation-delay : -0.2s;
+ animation-delay : -0.2s;
+}
+.fading-circle .circle12 {
+ -webkit-transform : rotate(330deg);
+ -ms-transform : rotate(330deg);
+ transform : rotate(330deg);
+}
+.fading-circle .circle12:before {
+ -webkit-animation-delay : -0.1s;
+ animation-delay : -0.1s;
+}
+
+@-webkit-keyframes circleFadeDelay {
+ 0%, 39%, 100% {
+ opacity : 0;
+ }
+ 40% {
+ opacity : 1;
+ }
+}
+
+@keyframes circleFadeDelay {
+ 0%, 39%, 100% {
+ opacity : 0;
+ }
+ 40% {
+ opacity : 1;
+ }
+}
+
+.folding-cube {
+ width : 40px;
+ height : 40px;
+ position : relative;
+ -webkit-transform : rotateZ(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotateZ(45deg);
+}
+.folding-cube .cube {
+ float : left;
+ width : 50%;
+ height : 50%;
+ position : relative;
+ -webkit-transform : scale(1.1);
+ -ms-transform : scale(1.1);
+ transform : scale(1.1);
+}
+.folding-cube .cube:before {
+ content : '';
+ position : absolute;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+ background-color : #333333;
+ -webkit-animation : foldCubeAngle 2.4s infinite linear both;
+ animation : foldCubeAngle 2.4s infinite linear both;
+ -webkit-transform-origin : 100% 100%;
+ -ms-transform-origin : 100% 100%;
+ transform-origin : 100% 100%;
+}
+.folding-cube .cube2 {
+ -webkit-transform : scale(1.1) rotateZ(90deg);
+ -ms-transform : scale(1.1) rotate(90deg);
+ transform : scale(1.1) rotateZ(90deg);
+}
+.folding-cube .cube2:before {
+ -webkit-animation-delay : 0.3s;
+ animation-delay : 0.3s;
+}
+.folding-cube .cube3 {
+ -webkit-transform : scale(1.1) rotateZ(180deg);
+ -ms-transform : scale(1.1) rotate(180deg);
+ transform : scale(1.1) rotateZ(180deg);
+}
+.folding-cube .cube3:before {
+ -webkit-animation-delay : 0.6s;
+ animation-delay : 0.6s;
+}
+.folding-cube .cube4 {
+ -webkit-transform : scale(1.1) rotateZ(270deg);
+ -ms-transform : scale(1.1) rotate(270deg);
+ transform : scale(1.1) rotateZ(270deg);
+}
+.folding-cube .cube4:before {
+ -webkit-animation-delay : 0.9s;
+ animation-delay : 0.9s;
+}
+
+@-webkit-keyframes foldCubeAngle {
+ 0%, 10% {
+ -webkit-transform : perspective(140px) rotateX(-180deg);
+ transform : perspective(140px) rotateX(-180deg);
+ opacity : 0;
+ }
+ 25%, 75% {
+ -webkit-transform : perspective(140px) rotateX(0deg);
+ transform : perspective(140px) rotateX(0deg);
+ opacity : 1;
+ }
+ 90%, 100% {
+ -webkit-transform : perspective(140px) rotateY(180deg);
+ transform : perspective(140px) rotateY(180deg);
+ opacity : 0;
+ }
+}
+
+@keyframes foldCubeAngle {
+ 0%, 10% {
+ -webkit-transform : perspective(140px) rotateX(-180deg);
+ transform : perspective(140px) rotateX(-180deg);
+ opacity : 0;
+ }
+ 25%, 75% {
+ -webkit-transform : perspective(140px) rotateX(0deg);
+ transform : perspective(140px) rotateX(0deg);
+ opacity : 1;
+ }
+ 90%, 100% {
+ -webkit-transform : perspective(140px) rotateY(180deg);
+ transform : perspective(140px) rotateY(180deg);
+ opacity : 0;
+ }
+}
+
+/**
+ * Dots
+ */
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes scale {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+ 45% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 0.7;
+ }
+ 80% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+@keyframes scale {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+ 45% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 0.7;
+ }
+ 80% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+
+.ball-pulse > div:nth-child(1) {
+ -webkit-animation : scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div:nth-child(2) {
+ -webkit-animation : scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div:nth-child(3) {
+ -webkit-animation : scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.ball-pulse > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-pulse-sync {
+ 33% {
+ -webkit-transform : translateY(10px);
+ transform : translateY(10px);
+ }
+ 66% {
+ -webkit-transform : translateY(-10px);
+ transform : translateY(-10px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ }
+}
+@keyframes ball-pulse-sync {
+ 33% {
+ -webkit-transform : translateY(10px);
+ transform : translateY(10px);
+ }
+ 66% {
+ -webkit-transform : translateY(-10px);
+ transform : translateY(-10px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ }
+}
+
+.ball-pulse-sync > div:nth-child(1) {
+ -webkit-animation : ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div:nth-child(2) {
+ -webkit-animation : ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div:nth-child(3) {
+ -webkit-animation : ball-pulse-sync 0.6s 0s infinite ease-in-out;
+ animation : ball-pulse-sync 0.6s 0s infinite ease-in-out;
+}
+
+.ball-pulse-sync > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+@keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ height : 60px;
+ width : 60px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@keyframes ball-scale {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ height : 60px;
+ width : 60px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
+
+.ball-scale-random {
+ width : 37px;
+ height : 40px;
+}
+.ball-scale-random > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ display : inline-block;
+ height : 30px;
+ width : 30px;
+ -webkit-animation : ball-scale 1s 0s ease-in-out infinite;
+ animation : ball-scale 1s 0s ease-in-out infinite;
+}
+.ball-scale-random > div:nth-child(1) {
+ margin-left : -7px;
+ -webkit-animation : ball-scale 1s 0.2s ease-in-out infinite;
+ animation : ball-scale 1s 0.2s ease-in-out infinite;
+}
+.ball-scale-random > div:nth-child(3) {
+ margin-left : -2px;
+ margin-top : 9px;
+ -webkit-animation : ball-scale 1s 0.5s ease-in-out infinite;
+ animation : ball-scale 1s 0.5s ease-in-out infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.ball-rotate {
+ position : relative;
+}
+.ball-rotate > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : relative;
+}
+.ball-rotate > div:first-child {
+ -webkit-animation : rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
+ animation : rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
+}
+.ball-rotate > div:before, .ball-rotate > div:after {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ content : '';
+ position : absolute;
+ opacity : 0.8;
+}
+.ball-rotate > div:before {
+ top : 0;
+ left : -28px;
+}
+.ball-rotate > div:after {
+ top : 0;
+ left : 25px;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+.ball-clip-rotate > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ border : 2px solid #B8C2CC;
+ border-bottom-color : transparent;
+ height : 25px;
+ width : 25px;
+ background : transparent !important;
+ display : inline-block;
+ -webkit-animation : rotate 0.75s 0s linear infinite;
+ animation : rotate 0.75s 0s linear infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+@keyframes scale {
+ 30% {
+ -webkit-transform : scale(0.3);
+ transform : scale(0.3);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-clip-rotate-pulse {
+ position : relative;
+ -webkit-transform : translateY(-15px);
+ -ms-transform : translateY(-15px);
+ transform : translateY(-15px);
+}
+.ball-clip-rotate-pulse > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : 0;
+ left : 0;
+ border-radius : 100%;
+}
+.ball-clip-rotate-pulse > div:first-child {
+ background : #B8C2CC;
+ height : 16px;
+ width : 16px;
+ top : 7px;
+ left : -7px;
+ -webkit-animation : scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
+.ball-clip-rotate-pulse > div:last-child {
+ position : absolute;
+ border : 2px solid #B8C2CC;
+ width : 30px;
+ height : 30px;
+ left : -16px;
+ top : -2px;
+ background : transparent;
+ border : 2px solid;
+ border-color : #B8C2CC transparent #B8C2CC transparent;
+ -webkit-animation : rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ -webkit-animation-duration : 1s;
+ animation-duration : 1s;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@keyframes rotate {
+ 0% {
+ -webkit-transform : rotate(0deg) scale(1);
+ transform : rotate(0deg) scale(1);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg) scale(0.6);
+ transform : rotate(180deg) scale(0.6);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg) scale(1);
+ transform : rotate(360deg) scale(1);
+ }
+}
+
+.ball-clip-rotate-multiple {
+ position : relative;
+}
+.ball-clip-rotate-multiple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ left : -20px;
+ top : -20px;
+ border : 2px solid #B8C2CC;
+ border-bottom-color : transparent;
+ border-top-color : transparent;
+ border-radius : 100%;
+ height : 35px;
+ width : 35px;
+ -webkit-animation : rotate 1s 0s ease-in-out infinite;
+ animation : rotate 1s 0s ease-in-out infinite;
+}
+.ball-clip-rotate-multiple > div:last-child {
+ display : inline-block;
+ top : -10px;
+ left : -10px;
+ width : 15px;
+ height : 15px;
+ -webkit-animation-duration : 0.5s;
+ animation-duration : 0.5s;
+ border-color : #B8C2CC transparent #B8C2CC transparent;
+ animation-direction : reverse;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-ripple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+@keyframes ball-scale-ripple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+
+.ball-scale-ripple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ height : 50px;
+ width : 50px;
+ border-radius : 100%;
+ border : 2px solid #B8C2CC;
+ -webkit-animation : ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+ animation : ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-ripple-multiple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+@keyframes ball-scale-ripple-multiple {
+ 0% {
+ -webkit-transform : scale(0.1);
+ transform : scale(0.1);
+ opacity : 1;
+ }
+ 70% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 0.0;
+ }
+}
+
+.ball-scale-ripple-multiple {
+ position : relative;
+ -webkit-transform : translateY(-25px);
+ -ms-transform : translateY(-25px);
+ transform : translateY(-25px);
+}
+.ball-scale-ripple-multiple > div:nth-child(0) {
+ -webkit-animation-delay : -0.8s;
+ animation-delay : -0.8s;
+}
+.ball-scale-ripple-multiple > div:nth-child(1) {
+ -webkit-animation-delay : -0.6s;
+ animation-delay : -0.6s;
+}
+.ball-scale-ripple-multiple > div:nth-child(2) {
+ -webkit-animation-delay : -0.4s;
+ animation-delay : -0.4s;
+}
+.ball-scale-ripple-multiple > div:nth-child(3) {
+ -webkit-animation-delay : -0.2s;
+ animation-delay : -0.2s;
+}
+.ball-scale-ripple-multiple > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : -2px;
+ left : -26px;
+ width : 50px;
+ height : 50px;
+ border-radius : 100%;
+ border : 2px solid #B8C2CC;
+ -webkit-animation : ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+ animation : ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-beat {
+ 50% {
+ opacity : 0.2;
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-beat {
+ 50% {
+ opacity : 0.2;
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-beat > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation : ball-beat 0.7s 0s infinite linear;
+ animation : ball-beat 0.7s 0s infinite linear;
+}
+.ball-beat > div:nth-child(2n-1) {
+ -webkit-animation-delay : -0.35s !important;
+ animation-delay : -0.35s !important;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-scale-multiple {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ opacity : 0;
+ }
+ 5% {
+ opacity : 1;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+@keyframes ball-scale-multiple {
+ 0% {
+ -webkit-transform : scale(0);
+ transform : scale(0);
+ opacity : 0;
+ }
+ 5% {
+ opacity : 1;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 0;
+ }
+}
+
+.ball-scale-multiple {
+ position : relative;
+}
+.ball-scale-multiple > div:nth-child(2) {
+ -webkit-animation-delay : -0.4s;
+ animation-delay : -0.4s;
+}
+.ball-scale-multiple > div:nth-child(3) {
+ -webkit-animation-delay : -0.2s;
+ animation-delay : -0.2s;
+}
+.ball-scale-multiple > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ top : 0;
+ opacity : 0;
+ margin : 0;
+ width : 60px;
+ height : 60px;
+ -webkit-animation : ball-scale-multiple 1s 0s linear infinite;
+ animation : ball-scale-multiple 1s 0s linear infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-triangle-path-1 {
+ 33% {
+ -webkit-transform : translate(25px, -50px);
+ transform : translate(25px, -50px);
+ }
+ 66% {
+ -webkit-transform : translate(50px, 0px);
+ transform : translate(50px, 0px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+@keyframes ball-triangle-path-1 {
+ 33% {
+ -webkit-transform : translate(25px, -50px);
+ transform : translate(25px, -50px);
+ }
+ 66% {
+ -webkit-transform : translate(50px, 0px);
+ transform : translate(50px, 0px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@-webkit-keyframes ball-triangle-path-2 {
+ 33% {
+ -webkit-transform : translate(25px, 50px);
+ transform : translate(25px, 50px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, 50px);
+ transform : translate(-25px, 50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@keyframes ball-triangle-path-2 {
+ 33% {
+ -webkit-transform : translate(25px, 50px);
+ transform : translate(25px, 50px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, 50px);
+ transform : translate(-25px, 50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@-webkit-keyframes ball-triangle-path-3 {
+ 33% {
+ -webkit-transform : translate(-50px, 0px);
+ transform : translate(-50px, 0px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, -50px);
+ transform : translate(-25px, -50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+@keyframes ball-triangle-path-3 {
+ 33% {
+ -webkit-transform : translate(-50px, 0px);
+ transform : translate(-50px, 0px);
+ }
+ 66% {
+ -webkit-transform : translate(-25px, -50px);
+ transform : translate(-25px, -50px);
+ }
+ 100% {
+ -webkit-transform : translate(0px, 0px);
+ transform : translate(0px, 0px);
+ }
+}
+
+.ball-triangle-path {
+ position : relative;
+ -webkit-transform : translate(-29.994px, -37.50938px);
+ -ms-transform : translate(-29.994px, -37.50938px);
+ transform : translate(-29.994px, -37.50938px);
+}
+.ball-triangle-path > div:nth-child(1) {
+ -webkit-animation-name : ball-triangle-path-1;
+ animation-name : ball-triangle-path-1;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div:nth-child(2) {
+ -webkit-animation-name : ball-triangle-path-2;
+ animation-name : ball-triangle-path-2;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div:nth-child(3) {
+ -webkit-animation-name : ball-triangle-path-3;
+ animation-name : ball-triangle-path-3;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+ -webkit-animation-duration : 2s;
+ animation-duration : 2s;
+ -webkit-animation-timing-function : ease-in-out;
+ animation-timing-function : ease-in-out;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+}
+.ball-triangle-path > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 10px;
+ height : 10px;
+ border-radius : 100%;
+ border : 1px solid #B8C2CC;
+}
+.ball-triangle-path > div:nth-of-type(1) {
+ top : 50px;
+}
+.ball-triangle-path > div:nth-of-type(2) {
+ left : 25px;
+}
+.ball-triangle-path > div:nth-of-type(3) {
+ top : 50px;
+ left : 50px;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-pulse-rise-even {
+ 0% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 25% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 50% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 75% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-pulse-rise-even {
+ 0% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 25% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 50% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 75% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+@-webkit-keyframes ball-pulse-rise-odd {
+ 0% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 25% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 50% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 75% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+}
+
+@keyframes ball-pulse-rise-odd {
+ 0% {
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 25% {
+ -webkit-transform : translateY(30px);
+ transform : translateY(30px);
+ }
+ 50% {
+ -webkit-transform : scale(1.1);
+ transform : scale(1.1);
+ }
+ 75% {
+ -webkit-transform : translateY(-30px);
+ transform : translateY(-30px);
+ }
+ 100% {
+ -webkit-transform : translateY(0);
+ transform : translateY(0);
+ -webkit-transform : scale(0.75);
+ transform : scale(0.75);
+ }
+}
+
+.ball-pulse-rise > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation-duration : 1s;
+ animation-duration : 1s;
+ -webkit-animation-timing-function : cubic-bezier(0.15, 0.46, 0.9, 0.6);
+ animation-timing-function : cubic-bezier(0.15, 0.46, 0.9, 0.6);
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
+.ball-pulse-rise > div:nth-child(2n) {
+ -webkit-animation-name : ball-pulse-rise-even;
+ animation-name : ball-pulse-rise-even;
+}
+.ball-pulse-rise > div:nth-child(2n-1) {
+ -webkit-animation-name : ball-pulse-rise-odd;
+ animation-name : ball-pulse-rise-odd;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-grid-beat {
+ 50% {
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes ball-grid-beat {
+ 50% {
+ opacity : 0.7;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.ball-grid-beat {
+ width : 57px;
+}
+.ball-grid-beat > div:nth-child(1) {
+ -webkit-animation-delay : 0.07s;
+ animation-delay : 0.07s;
+ -webkit-animation-duration : 1.13s;
+ animation-duration : 1.13s;
+}
+.ball-grid-beat > div:nth-child(2) {
+ -webkit-animation-delay : 0.43s;
+ animation-delay : 0.43s;
+ -webkit-animation-duration : 1.55s;
+ animation-duration : 1.55s;
+}
+.ball-grid-beat > div:nth-child(3) {
+ -webkit-animation-delay : 0.73s;
+ animation-delay : 0.73s;
+ -webkit-animation-duration : 1.53s;
+ animation-duration : 1.53s;
+}
+.ball-grid-beat > div:nth-child(4) {
+ -webkit-animation-delay : 0.58s;
+ animation-delay : 0.58s;
+ -webkit-animation-duration : 1.48s;
+ animation-duration : 1.48s;
+}
+.ball-grid-beat > div:nth-child(5) {
+ -webkit-animation-delay : 0.57s;
+ animation-delay : 0.57s;
+ -webkit-animation-duration : 1.2s;
+ animation-duration : 1.2s;
+}
+.ball-grid-beat > div:nth-child(6) {
+ -webkit-animation-delay : 0.31s;
+ animation-delay : 0.31s;
+ -webkit-animation-duration : 1.45s;
+ animation-duration : 1.45s;
+}
+.ball-grid-beat > div:nth-child(7) {
+ -webkit-animation-delay : -0.03s;
+ animation-delay : -0.03s;
+ -webkit-animation-duration : 0.66s;
+ animation-duration : 0.66s;
+}
+.ball-grid-beat > div:nth-child(8) {
+ -webkit-animation-delay : 0.49s;
+ animation-delay : 0.49s;
+ -webkit-animation-duration : 0.7s;
+ animation-duration : 0.7s;
+}
+.ball-grid-beat > div:nth-child(9) {
+ -webkit-animation-delay : 0.4s;
+ animation-delay : 0.4s;
+ -webkit-animation-duration : 1.41s;
+ animation-duration : 1.41s;
+}
+.ball-grid-beat > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ float : left;
+ -webkit-animation-name : ball-grid-beat;
+ animation-name : ball-grid-beat;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-grid-pulse {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+@keyframes ball-grid-pulse {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ opacity : 1;
+ }
+}
+
+.ball-grid-pulse {
+ width : 57px;
+}
+.ball-grid-pulse > div:nth-child(1) {
+ -webkit-animation-delay : 0.17s;
+ animation-delay : 0.17s;
+ -webkit-animation-duration : 1.43s;
+ animation-duration : 1.43s;
+}
+.ball-grid-pulse > div:nth-child(2) {
+ -webkit-animation-delay : 0.38s;
+ animation-delay : 0.38s;
+ -webkit-animation-duration : 1.05s;
+ animation-duration : 1.05s;
+}
+.ball-grid-pulse > div:nth-child(3) {
+ -webkit-animation-delay : 0.33s;
+ animation-delay : 0.33s;
+ -webkit-animation-duration : 1.1s;
+ animation-duration : 1.1s;
+}
+.ball-grid-pulse > div:nth-child(4) {
+ -webkit-animation-delay : 0.11s;
+ animation-delay : 0.11s;
+ -webkit-animation-duration : 1.38s;
+ animation-duration : 1.38s;
+}
+.ball-grid-pulse > div:nth-child(5) {
+ -webkit-animation-delay : -0.13s;
+ animation-delay : -0.13s;
+ -webkit-animation-duration : 0.64s;
+ animation-duration : 0.64s;
+}
+.ball-grid-pulse > div:nth-child(6) {
+ -webkit-animation-delay : 0.27s;
+ animation-delay : 0.27s;
+ -webkit-animation-duration : 1.59s;
+ animation-duration : 1.59s;
+}
+.ball-grid-pulse > div:nth-child(7) {
+ -webkit-animation-delay : 0.45s;
+ animation-delay : 0.45s;
+ -webkit-animation-duration : 0.8s;
+ animation-duration : 0.8s;
+}
+.ball-grid-pulse > div:nth-child(8) {
+ -webkit-animation-delay : -0.02s;
+ animation-delay : -0.02s;
+ -webkit-animation-duration : 0.65s;
+ animation-duration : 0.65s;
+}
+.ball-grid-pulse > div:nth-child(9) {
+ -webkit-animation-delay : 0.66s;
+ animation-delay : 0.66s;
+ -webkit-animation-duration : 0.74s;
+ animation-duration : 0.74s;
+}
+.ball-grid-pulse > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ float : left;
+ -webkit-animation-name : ball-grid-pulse;
+ animation-name : ball-grid-pulse;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes ball-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ -webkit-transform : scale(0.4);
+ transform : scale(0.4);
+ }
+ 100% {
+ opacity : 1;
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.ball-spin-fade-loader {
+ position : relative;
+ top : -10px;
+ left : -10px;
+}
+.ball-spin-fade-loader > div:nth-child(1) {
+ top : 25px;
+ left : 0;
+ -webkit-animation : ball-spin-fade-loader 1s -0.96s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.96s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(2) {
+ top : 17.04545px;
+ left : 17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.84s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.84s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(3) {
+ top : 0;
+ left : 25px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.72s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.72s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(4) {
+ top : -17.04545px;
+ left : 17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.6s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.6s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(5) {
+ top : -25px;
+ left : 0;
+ -webkit-animation : ball-spin-fade-loader 1s -0.48s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.48s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(6) {
+ top : -17.04545px;
+ left : -17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.36s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.36s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(7) {
+ top : 0;
+ left : -25px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.24s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.24s infinite linear;
+}
+.ball-spin-fade-loader > div:nth-child(8) {
+ top : 17.04545px;
+ left : -17.04545px;
+ -webkit-animation : ball-spin-fade-loader 1s -0.12s infinite linear;
+ animation : ball-spin-fade-loader 1s -0.12s infinite linear;
+}
+.ball-spin-fade-loader > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-spin-loader {
+ 75% {
+ opacity : 0.2;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes ball-spin-loader {
+ 75% {
+ opacity : 0.2;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.ball-spin-loader {
+ position : relative;
+}
+.ball-spin-loader > span:nth-child(1) {
+ top : 45px;
+ left : 0;
+ -webkit-animation : ball-spin-loader 2s 0.9s infinite linear;
+ animation : ball-spin-loader 2s 0.9s infinite linear;
+}
+.ball-spin-loader > span:nth-child(2) {
+ top : 30.68182px;
+ left : 30.68182px;
+ -webkit-animation : ball-spin-loader 2s 1.8s infinite linear;
+ animation : ball-spin-loader 2s 1.8s infinite linear;
+}
+.ball-spin-loader > span:nth-child(3) {
+ top : 0;
+ left : 45px;
+ -webkit-animation : ball-spin-loader 2s 2.7s infinite linear;
+ animation : ball-spin-loader 2s 2.7s infinite linear;
+}
+.ball-spin-loader > span:nth-child(4) {
+ top : -30.68182px;
+ left : 30.68182px;
+ -webkit-animation : ball-spin-loader 2s 3.6s infinite linear;
+ animation : ball-spin-loader 2s 3.6s infinite linear;
+}
+.ball-spin-loader > span:nth-child(5) {
+ top : -45px;
+ left : 0;
+ -webkit-animation : ball-spin-loader 2s 4.5s infinite linear;
+ animation : ball-spin-loader 2s 4.5s infinite linear;
+}
+.ball-spin-loader > span:nth-child(6) {
+ top : -30.68182px;
+ left : -30.68182px;
+ -webkit-animation : ball-spin-loader 2s 5.4s infinite linear;
+ animation : ball-spin-loader 2s 5.4s infinite linear;
+}
+.ball-spin-loader > span:nth-child(7) {
+ top : 0;
+ left : -45px;
+ -webkit-animation : ball-spin-loader 2s 6.3s infinite linear;
+ animation : ball-spin-loader 2s 6.3s infinite linear;
+}
+.ball-spin-loader > span:nth-child(8) {
+ top : 30.68182px;
+ left : -30.68182px;
+ -webkit-animation : ball-spin-loader 2s 7.2s infinite linear;
+ animation : ball-spin-loader 2s 7.2s infinite linear;
+}
+.ball-spin-loader > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ background : green;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-zig {
+ 33% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 66% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+@keyframes ball-zig {
+ 33% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 66% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@-webkit-keyframes ball-zag {
+ 33% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 66% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@keyframes ball-zag {
+ 33% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 66% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+.ball-zig-zag {
+ position : relative;
+ -webkit-transform : translate(-15px, -15px);
+ -ms-transform : translate(-15px, -15px);
+ transform : translate(-15px, -15px);
+}
+.ball-zig-zag > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ margin-left : 15px;
+ top : 4px;
+ left : -7px;
+}
+.ball-zig-zag > div:first-child {
+ -webkit-animation : ball-zig 0.7s 0s infinite linear;
+ animation : ball-zig 0.7s 0s infinite linear;
+}
+.ball-zig-zag > div:last-child {
+ -webkit-animation : ball-zag 0.7s 0s infinite linear;
+ animation : ball-zag 0.7s 0s infinite linear;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes ball-zig-deflect {
+ 17% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 34% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 84% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+@keyframes ball-zig-deflect {
+ 17% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 34% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(15px, -30px);
+ transform : translate(15px, -30px);
+ }
+ 84% {
+ -webkit-transform : translate(-15px, -30px);
+ transform : translate(-15px, -30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@-webkit-keyframes ball-zag-deflect {
+ 17% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 34% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 84% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+@keyframes ball-zag-deflect {
+ 17% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 34% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 50% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+ 67% {
+ -webkit-transform : translate(-15px, 30px);
+ transform : translate(-15px, 30px);
+ }
+ 84% {
+ -webkit-transform : translate(15px, 30px);
+ transform : translate(15px, 30px);
+ }
+ 100% {
+ -webkit-transform : translate(0, 0);
+ transform : translate(0, 0);
+ }
+}
+
+.ball-zig-zag-deflect {
+ position : relative;
+ -webkit-transform : translate(-15px, -15px);
+ -ms-transform : translate(-15px, -15px);
+ transform : translate(-15px, -15px);
+}
+.ball-zig-zag-deflect > div {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ margin-left : 15px;
+ top : 4px;
+ left : -7px;
+}
+.ball-zig-zag-deflect > div:first-child {
+ -webkit-animation : ball-zig-deflect 1.5s 0s infinite linear;
+ animation : ball-zig-deflect 1.5s 0s infinite linear;
+}
+.ball-zig-zag-deflect > div:last-child {
+ -webkit-animation : ball-zag-deflect 1.5s 0s infinite linear;
+ animation : ball-zag-deflect 1.5s 0s infinite linear;
+}
+
+/**
+ * Lines
+ */
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale > div:nth-child(1) {
+ -webkit-animation : line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(2) {
+ -webkit-animation : line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(3) {
+ -webkit-animation : line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(4) {
+ -webkit-animation : line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div:nth-child(5) {
+ -webkit-animation : line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+ animation : line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
+}
+
+.line-scale > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-party {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+@keyframes line-scale-party {
+ 0% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+ 50% {
+ -webkit-transform : scale(0.5);
+ transform : scale(0.5);
+ }
+ 100% {
+ -webkit-transform : scale(1);
+ transform : scale(1);
+ }
+}
+
+.line-scale-party > div:nth-child(1) {
+ -webkit-animation-delay : -0.18s;
+ animation-delay : -0.18s;
+ -webkit-animation-duration : 0.78s;
+ animation-duration : 0.78s;
+}
+
+.line-scale-party > div:nth-child(2) {
+ -webkit-animation-delay : 0.27s;
+ animation-delay : 0.27s;
+ -webkit-animation-duration : 0.39s;
+ animation-duration : 0.39s;
+}
+
+.line-scale-party > div:nth-child(3) {
+ -webkit-animation-delay : 0.47s;
+ animation-delay : 0.47s;
+ -webkit-animation-duration : 0.87s;
+ animation-duration : 0.87s;
+}
+
+.line-scale-party > div:nth-child(4) {
+ -webkit-animation-delay : 0.17s;
+ animation-delay : 0.17s;
+ -webkit-animation-duration : 0.46s;
+ animation-duration : 0.46s;
+}
+
+.line-scale-party > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation-name : line-scale-party;
+ animation-name : line-scale-party;
+ -webkit-animation-iteration-count : infinite;
+ animation-iteration-count : infinite;
+ -webkit-animation-delay : 0;
+ animation-delay : 0;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-pulse-out {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale-pulse-out {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 50% {
+ -webkit-transform : scaley(0.4);
+ transform : scaley(0.4);
+ }
+ 100% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale-pulse-out > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ -webkit-animation : line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
+ animation : line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
+}
+.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
+ -webkit-animation-delay : -0.4s !important;
+ animation-delay : -0.4s !important;
+}
+.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
+ -webkit-animation-delay : -0.2s !important;
+ animation-delay : -0.2s !important;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-scale-pulse-out-rapid {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 80% {
+ -webkit-transform : scaley(0.3);
+ transform : scaley(0.3);
+ }
+ 90% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+@keyframes line-scale-pulse-out-rapid {
+ 0% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+ 80% {
+ -webkit-transform : scaley(0.3);
+ transform : scaley(0.3);
+ }
+ 90% {
+ -webkit-transform : scaley(1);
+ transform : scaley(1);
+ }
+}
+
+.line-scale-pulse-out-rapid > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ display : inline-block;
+ vertical-align : middle;
+ -webkit-animation : line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
+ animation : line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
+}
+.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
+ -webkit-animation-delay : -0.25s !important;
+ animation-delay : -0.25s !important;
+}
+.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
+ -webkit-animation-delay : 0s !important;
+ animation-delay : 0s !important;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes line-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+@keyframes line-spin-fade-loader {
+ 50% {
+ opacity : 0.3;
+ }
+ 100% {
+ opacity : 1;
+ }
+}
+
+.line-spin-fade-loader {
+ position : relative;
+ top : -10px;
+ left : -4px;
+}
+.line-spin-fade-loader > div:nth-child(1) {
+ top : 20px;
+ left : 0;
+ -webkit-animation : line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(2) {
+ top : 13.63636px;
+ left : 13.63636px;
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(3) {
+ top : 0;
+ left : 20px;
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(4) {
+ top : -13.63636px;
+ left : 13.63636px;
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(5) {
+ top : -20px;
+ left : 0;
+ -webkit-animation : line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(6) {
+ top : -13.63636px;
+ left : -13.63636px;
+ -webkit-transform : rotate(-45deg);
+ -ms-transform : rotate(-45deg);
+ transform : rotate(-45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(7) {
+ top : 0;
+ left : -20px;
+ -webkit-transform : rotate(90deg);
+ -ms-transform : rotate(90deg);
+ transform : rotate(90deg);
+ -webkit-animation : line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
+}
+.line-spin-fade-loader > div:nth-child(8) {
+ top : 13.63636px;
+ left : -13.63636px;
+ -webkit-transform : rotate(45deg);
+ -ms-transform : rotate(45deg);
+ transform : rotate(45deg);
+ -webkit-animation : line-spin-fade-loader 1.2s 0s infinite ease-in-out;
+ animation : line-spin-fade-loader 1.2s 0s infinite ease-in-out;
+}
+.line-spin-fade-loader > div {
+ background-color : #B8C2CC;
+ width : 4px;
+ height : 3.45rem;
+ border-radius : 2px;
+ margin : 2px;
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ position : absolute;
+ width : 5px;
+ height : 15px;
+}
+
+/**
+ * Misc
+ */
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes triangle-skew-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+@keyframes triangle-skew-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+
+.triangle-skew-spin > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 0;
+ height : 0;
+ border-left : 20px solid transparent;
+ border-right : 20px solid transparent;
+ border-bottom : 20px solid #B8C2CC;
+ -webkit-animation : triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes square-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+@keyframes square-spin {
+ 25% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(0);
+ transform : perspective(100px) rotateX(180deg) rotateY(0);
+ }
+ 50% {
+ -webkit-transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ transform : perspective(100px) rotateX(180deg) rotateY(180deg);
+ }
+ 75% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(180deg);
+ transform : perspective(100px) rotateX(0) rotateY(180deg);
+ }
+ 100% {
+ -webkit-transform : perspective(100px) rotateX(0) rotateY(0);
+ transform : perspective(100px) rotateX(0) rotateY(0);
+ }
+}
+
+.square-spin > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 50px;
+ height : 50px;
+ background : #B8C2CC;
+ -webkit-animation : square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+ animation : square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes rotate_pacman_half_up {
+ 0% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+ 50% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+ 100% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+}
+@keyframes rotate_pacman_half_up {
+ 0% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+ 50% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+ 100% {
+ -webkit-transform : rotate(270deg);
+ transform : rotate(270deg);
+ }
+}
+
+@-webkit-keyframes rotate_pacman_half_down {
+ 0% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+ 50% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+}
+
+@keyframes rotate_pacman_half_down {
+ 0% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+ 50% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 100% {
+ -webkit-transform : rotate(90deg);
+ transform : rotate(90deg);
+ }
+}
+
+@-webkit-keyframes pacman-balls {
+ 75% {
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : translate(-100px, -6.25px);
+ transform : translate(-100px, -6.25px);
+ }
+}
+
+@keyframes pacman-balls {
+ 75% {
+ opacity : 0.7;
+ }
+ 100% {
+ -webkit-transform : translate(-100px, -6.25px);
+ transform : translate(-100px, -6.25px);
+ }
+}
+
+.pacman {
+ position : relative;
+}
+.pacman > div:nth-child(2) {
+ -webkit-animation : pacman-balls 1s -0.99s infinite linear;
+ animation : pacman-balls 1s -0.99s infinite linear;
+}
+.pacman > div:nth-child(3) {
+ -webkit-animation : pacman-balls 1s -0.66s infinite linear;
+ animation : pacman-balls 1s -0.66s infinite linear;
+}
+.pacman > div:nth-child(4) {
+ -webkit-animation : pacman-balls 1s -0.33s infinite linear;
+ animation : pacman-balls 1s -0.33s infinite linear;
+}
+.pacman > div:nth-child(5) {
+ -webkit-animation : pacman-balls 1s 0s infinite linear;
+ animation : pacman-balls 1s 0s infinite linear;
+}
+.pacman > div:first-of-type {
+ width : 0;
+ height : 0;
+ border-right : 25px solid transparent;
+ border-top : 25px solid #B8C2CC;
+ border-left : 25px solid #B8C2CC;
+ border-bottom : 25px solid #B8C2CC;
+ border-radius : 25px;
+ -webkit-animation : rotate_pacman_half_up 0.5s 0s infinite;
+ animation : rotate_pacman_half_up 0.5s 0s infinite;
+ position : relative;
+ left : -30px;
+}
+.pacman > div:nth-child(2) {
+ width : 0;
+ height : 0;
+ border-right : 25px solid transparent;
+ border-top : 25px solid #B8C2CC;
+ border-left : 25px solid #B8C2CC;
+ border-bottom : 25px solid #B8C2CC;
+ border-radius : 25px;
+ -webkit-animation : rotate_pacman_half_down 0.5s 0s infinite;
+ animation : rotate_pacman_half_down 0.5s 0s infinite;
+ margin-top : -50px;
+ position : relative;
+ left : -30px;
+}
+.pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
+ background-color : #B8C2CC;
+ width : 15px;
+ height : 15px;
+ border-radius : 100%;
+ margin : 2px;
+ width : 10px;
+ height : 10px;
+ position : absolute;
+ -webkit-transform : translate(0, -6.25px);
+ -ms-transform : translate(0, -6.25px);
+ transform : translate(0, -6.25px);
+ top : 25px;
+ left : 70px;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes cube-transition {
+ 25% {
+ -webkit-transform : translateX(50px) scale(0.5) rotate(-90deg);
+ transform : translateX(50px) scale(0.5) rotate(-90deg);
+ }
+ 50% {
+ -webkit-transform : translate(50px, 50px) rotate(-180deg);
+ transform : translate(50px, 50px) rotate(-180deg);
+ }
+ 75% {
+ -webkit-transform : translateY(50px) scale(0.5) rotate(-270deg);
+ transform : translateY(50px) scale(0.5) rotate(-270deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+@keyframes cube-transition {
+ 25% {
+ -webkit-transform : translateX(50px) scale(0.5) rotate(-90deg);
+ transform : translateX(50px) scale(0.5) rotate(-90deg);
+ }
+ 50% {
+ -webkit-transform : translate(50px, 50px) rotate(-180deg);
+ transform : translate(50px, 50px) rotate(-180deg);
+ }
+ 75% {
+ -webkit-transform : translateY(50px) scale(0.5) rotate(-270deg);
+ transform : translateY(50px) scale(0.5) rotate(-270deg);
+ }
+ 100% {
+ -webkit-transform : rotate(-360deg);
+ transform : rotate(-360deg);
+ }
+}
+
+.cube-transition {
+ position : relative;
+ -webkit-transform : translate(-25px, -25px);
+ -ms-transform : translate(-25px, -25px);
+ transform : translate(-25px, -25px);
+}
+.cube-transition > div {
+ -webkit-animation-fill-mode : both;
+ animation-fill-mode : both;
+ width : 10px;
+ height : 10px;
+ position : absolute;
+ top : -5px;
+ left : -5px;
+ background-color : #B8C2CC;
+ -webkit-animation : cube-transition 1.6s 0s infinite ease-in-out;
+ animation : cube-transition 1.6s 0s infinite ease-in-out;
+}
+.cube-transition > div:last-child {
+ -webkit-animation-delay : -0.8s;
+ animation-delay : -0.8s;
+}
+
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+@-webkit-keyframes spin-rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+@keyframes spin-rotate {
+ 0% {
+ -webkit-transform : rotate(0deg);
+ transform : rotate(0deg);
+ }
+ 50% {
+ -webkit-transform : rotate(180deg);
+ transform : rotate(180deg);
+ }
+ 100% {
+ -webkit-transform : rotate(360deg);
+ transform : rotate(360deg);
+ }
+}
+
+.semi-circle-spin {
+ position : relative;
+ width : 35px;
+ height : 35px;
+ overflow : hidden;
+}
+.semi-circle-spin > div {
+ position : absolute;
+ border-width : 0;
+ border-radius : 100%;
+ -webkit-animation : spin-rotate 0.6s 0s infinite linear;
+ animation : spin-rotate 0.6s 0s infinite linear;
+ background-image : -webkit-linear-gradient(transparent 0%, transparent 70%, #B8C2CC 30%, #B8C2CC 100%);
+ background-image : linear-gradient(transparent 0%, transparent 70%, #B8C2CC 30%, #B8C2CC 100%);
+ width : 100%;
+ height : 100%;
+}
+
+.loader-wrapper {
+ position : relative;
+}
+
+.loader-container {
+ margin : 0;
+ position : absolute;
+ top : 50%;
+ left : 50%;
+ margin-right : -50%;
+ -webkit-transform : translate(-50%, -50%);
+ -ms-transform : translate(-50%, -50%);
+ transform : translate(-50%, -50%);
+}
+
+#preloader-wrapper {
+ position : fixed;
+ top : 0;
+ left : 0;
+ width : 100%;
+ height : 100%;
+ z-index : 1050;
+}
+
+#preloader-wrapper .loader-section {
+ position : fixed;
+ width : 100%;
+ height : 51%;
+ background : #222222;
+ z-index : 1050;
+}
+
+#preloader-wrapper .loader-section.section-top {
+ top : 0;
+}
+
+#preloader-wrapper .loader-section.section-bottom {
+ bottom : 0;
+}
+
+#loader {
+ display : block;
+ position : absolute;
+ left : 50%;
+ top : 50%;
+ width : 60px;
+ height : 60px;
+ margin-right : -50%;
+ -webkit-transform : translate(-50%, -50%);
+ -ms-transform : translate(-50%, -50%);
+ transform : translate(-50%, -50%);
+ z-index : 1051;
+ /* anything higher than z-index: 1000 of .loader-section */
+}
+
+/* Loaded */
+.loaded #preloader-wrapper .loader-section.section-top {
+ -webkit-transform : translateY(-100%);
+ /* Chrome, Opera 15+, Safari 3.1+ */
+ -ms-transform : translateY(-100%);
+ /* IE 9 */
+ transform : translateY(-100%);
+ /* Firefox 16+, IE 10+, Opera */
+}
+
+.loaded #preloader-wrapper .loader-section.section-bottom {
+ -webkit-transform : translateY(100%);
+ /* Chrome, Opera 15+, Safari 3.1+ */
+ -ms-transform : translateY(100%);
+ /* IE 9 */
+ transform : translateY(100%);
+ /* Firefox 16+, IE 10+, Opera */
+}
+
+.loaded #loader {
+ opacity : 0;
+}
+
+.loaded #preloader-wrapper {
+ visibility : hidden;
+}
+
+.loaded #loader {
+ opacity : 0;
+ -webkit-transition : all 0.3s ease-out;
+ transition : all 0.3s ease-out;
+}
+
+.loaded #preloader-wrapper .loader-section.section-bottom, .loaded #preloader-wrapper .loader-section.section-top {
+ -webkit-transition : all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
+ transition : all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/loaders/loaders.min.css b/www/assets2/css/plugins/loaders/loaders.min.css
new file mode 100644
index 0000000..e91e20f
--- /dev/null
+++ b/www/assets2/css/plugins/loaders/loaders.min.css
@@ -0,0 +1 @@
+.double-bounce{width:40px;height:40px;position:relative;margin:40px auto}.double-bounce .child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:doubleBounce 2s infinite ease-in-out;animation:doubleBounce 2s infinite ease-in-out}.double-bounce .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.chasing-dots{width:40px;height:40px;position:relative;text-align:center;-webkit-animation:chasingDotsRotate 2s infinite linear;animation:chasingDotsRotate 2s infinite linear}.chasing-dots .child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:chasingDotsBounce 2s infinite ease-in-out;animation:chasingDotsBounce 2s infinite ease-in-out}.chasing-dots .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.cube-grid{width:40px;height:40px;margin:40px auto}.cube-grid .cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:cubeGridScaleDelay 1.3s infinite ease-in-out;animation:cubeGridScaleDelay 1.3s infinite ease-in-out}.cube-grid .cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.cube-grid .cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.cube-grid .cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.cube-grid .cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.cube-grid .cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.cube-grid .cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.cube-grid .cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.cube-grid .cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.cube-grid .cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.fading-circle .circle{width:100%;height:100%;position:absolute;left:0;top:0}.fading-circle .circle:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:circleFadeDelay 1.2s infinite ease-in-out both;animation:circleFadeDelay 1.2s infinite ease-in-out both}.fading-circle .circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.fading-circle .circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.fading-circle .circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.fading-circle .circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.fading-circle .circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fading-circle .circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.fading-circle .circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.fading-circle .circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.fading-circle .circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.fading-circle .circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.fading-circle .circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fading-circle .circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.fading-circle .circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.fading-circle .circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.fading-circle .circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.fading-circle .circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.fading-circle .circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fading-circle .circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.fading-circle .circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.fading-circle .circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.fading-circle .circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.fading-circle .circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.folding-cube{width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}.folding-cube .cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.folding-cube .cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:foldCubeAngle 2.4s infinite linear both;animation:foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale-random>div,.ball-scale>div{background-color:#B8C2CC;border-radius:100%;margin:2px;display:inline-block}.folding-cube .cube2{-webkit-transform:scale(1.1) rotateZ(90deg);-ms-transform:scale(1.1) rotate(90deg);transform:scale(1.1) rotateZ(90deg)}.folding-cube .cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.folding-cube .cube3{-webkit-transform:scale(1.1) rotateZ(180deg);-ms-transform:scale(1.1) rotate(180deg);transform:scale(1.1) rotateZ(180deg)}.folding-cube .cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.folding-cube .cube4{-webkit-transform:scale(1.1) rotateZ(270deg);-ms-transform:scale(1.1) rotate(270deg);transform:scale(1.1) rotateZ(270deg)}.folding-cube .cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{position:absolute;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}.ball-rotate,.ball-rotate>div{position:relative}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{margin:2px;content:'';position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #B8C2CC;border-bottom-color:transparent;height:25px;width:25px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#B8C2CC;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#B8C2CC transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}.ball-beat>div,.ball-scale-multiple>div{background-color:#B8C2CC;border-radius:100%}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #B8C2CC;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#B8C2CC transparent;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #B8C2CC;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #B8C2CC;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{width:15px;height:15px;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{position:absolute;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #B8C2CC}.ball-grid-beat>div,.ball-pulse-rise>div{-webkit-animation-fill-mode:both;-webkit-animation-iteration-count:infinite}.ball-grid-beat>div,.ball-grid-pulse>div,.ball-pulse-rise>div{height:15px;border-radius:100%;display:inline-block;background-color:#B8C2CC;margin:2px}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:70ms;animation-delay:70ms;-webkit-animation-duration:1.13s;animation-duration:1.13s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.43s;animation-delay:.43s;-webkit-animation-duration:1.55s;animation-duration:1.55s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.73s;animation-delay:.73s;-webkit-animation-duration:1.53s;animation-duration:1.53s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:1.48s;animation-duration:1.48s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:.57s;animation-delay:.57s;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:.31s;animation-delay:.31s;-webkit-animation-duration:1.45s;animation-duration:1.45s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:-30ms;animation-delay:-30ms;-webkit-animation-duration:.66s;animation-duration:.66s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.49s;animation-delay:.49s;-webkit-animation-duration:.7s;animation-duration:.7s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-beat>div{width:15px;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.17s;animation-delay:.17s;-webkit-animation-duration:1.43s;animation-duration:1.43s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.38s;animation-delay:.38s;-webkit-animation-duration:1.05s;animation-duration:1.05s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.33s;animation-delay:.33s;-webkit-animation-duration:1.1s;animation-duration:1.1s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:.11s;animation-delay:.11s;-webkit-animation-duration:1.38s;animation-duration:1.38s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:-.13s;animation-delay:-.13s;-webkit-animation-duration:.64s;animation-duration:.64s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.27s;animation-delay:.27s;-webkit-animation-duration:1.59s;animation-duration:1.59s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.45s;animation-delay:.45s;-webkit-animation-duration:.8s;animation-duration:.8s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:-20ms;animation-delay:-20ms;-webkit-animation-duration:.65s;animation-duration:.65s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.66s;animation-delay:.66s;-webkit-animation-duration:.74s;animation-duration:.74s}.ball-grid-pulse>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div,.ball-spin-loader>div{-webkit-animation-fill-mode:both;width:15px;height:15px;border-radius:100%}.ball-spin-fade-loader>div{background-color:#B8C2CC;margin:2px;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{animation-fill-mode:both;position:absolute;background:green}.ball-zig-zag-deflect>div,.ball-zig-zag>div{background-color:#B8C2CC;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;top:4px;left:-7px}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div{width:4px;height:3.45rem;display:inline-block}.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div,.line-spin-fade-loader>div{border-radius:2px;margin:2px;background-color:#B8C2CC}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:-.18s;animation-delay:-.18s;-webkit-animation-duration:.78s;animation-duration:.78s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.27s;animation-delay:.27s;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.47s;animation-delay:.47s;-webkit-animation-duration:.87s;animation-duration:.87s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.17s;animation-delay:.17s;-webkit-animation-duration:.46s;animation-duration:.46s}.line-scale-party>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{vertical-align:middle;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #B8C2CC;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#B8C2CC;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #B8C2CC;border-left:25px solid #B8C2CC;border-bottom:25px solid #B8C2CC;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#B8C2CC;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);transform:translate(0,-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#B8C2CC;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#B8C2CC 30%,#B8C2CC 100%);background-image:linear-gradient(transparent 0,transparent 70%,#B8C2CC 30%,#B8C2CC 100%);width:100%;height:100%}.loader-wrapper{position:relative}.loader-container{margin:0 -50% 0 0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#preloader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050}#preloader-wrapper .loader-section{position:fixed;width:100%;height:51%;background:#222;z-index:1050}#preloader-wrapper .loader-section.section-top{top:0}#preloader-wrapper .loader-section.section-bottom{bottom:0}#loader{display:block;position:absolute;left:50%;top:50%;width:60px;height:60px;margin-right:-50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1051}.loaded #preloader-wrapper .loader-section.section-top{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.loaded #preloader-wrapper .loader-section.section-bottom{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.loaded #loader{opacity:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.loaded #preloader-wrapper{visibility:hidden}.loaded #preloader-wrapper .loader-section.section-bottom,.loaded #preloader-wrapper .loader-section.section-top{-webkit-transition:all .7s .3s cubic-bezier(.645,.045,.355,1);transition:all .7s .3s cubic-bezier(.645,.045,.355,1)}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.css b/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.css
new file mode 100644
index 0000000..35e3f02
--- /dev/null
+++ b/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.css
@@ -0,0 +1,263 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.sr-only, .bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after, .bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after, .bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after, .bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after, .bootstrap-datetimepicker-widget .btn[data-action='showHours']::after, .bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after, .bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after, .bootstrap-datetimepicker-widget .btn[data-action='clear']::after, .bootstrap-datetimepicker-widget .btn[data-action='today']::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
+ position : absolute;
+ width : 1px;
+ height : 1px;
+ margin : -1px;
+ padding : 0;
+ overflow : hidden;
+ clip : rect(0, 0, 0, 0);
+ border : 0;
+}
+
+/*!
+ * Datetimepicker for Bootstrap 3
+ * ! version : 4.7.14
+ * https://github.com/Eonasdan/bootstrap-datetimepicker/
+ */
+.bootstrap-datetimepicker-widget {
+ list-style : none;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu {
+ margin : 2px 0;
+ padding : 4px;
+ width : 19em;
+}
+@media (max-width: 767.98px) {
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
+ width : 38em;
+ }
+}
+@media (max-width: 991.98px) {
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
+ width : 38em;
+ }
+}
+@media (max-width: 1199.98px) {
+ .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
+ width : 38em;
+ }
+}
+.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
+ content : '';
+ display : inline-block;
+ position : absolute;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
+ border-left : 7px solid transparent;
+ border-right : 7px solid transparent;
+ border-bottom : 7px solid #CCCCCC;
+ border-bottom-color : rgba(0, 0, 0, 0.2);
+ top : -7px;
+ left : 7px;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
+ border-left : 6px solid transparent;
+ border-right : 6px solid transparent;
+ border-bottom : 6px solid white;
+ top : -6px;
+ left : 8px;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
+ border-left : 7px solid transparent;
+ border-right : 7px solid transparent;
+ border-top : 7px solid #CCCCCC;
+ border-top-color : rgba(0, 0, 0, 0.2);
+ bottom : -7px;
+ left : 6px;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
+ border-left : 6px solid transparent;
+ border-right : 6px solid transparent;
+ border-top : 6px solid white;
+ bottom : -6px;
+ left : 7px;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
+ left : auto;
+ right : 6px;
+}
+.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
+ left : auto;
+ right : 7px;
+}
+.bootstrap-datetimepicker-widget .list-unstyled {
+ margin : 0;
+}
+.bootstrap-datetimepicker-widget a[data-action] {
+ padding : 6px 0;
+}
+.bootstrap-datetimepicker-widget a[data-action]:active {
+ box-shadow : none;
+}
+.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
+ width : 54px;
+ font-weight : bold;
+ font-size : 1.2em;
+ margin : 0;
+}
+.bootstrap-datetimepicker-widget button[data-action] {
+ padding : 6px;
+}
+.bootstrap-datetimepicker-widget .btn[data-action='incrementHours']::after {
+ content : 'Increment Hours';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='incrementMinutes']::after {
+ content : 'Increment Minutes';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='decrementHours']::after {
+ content : 'Decrement Hours';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='decrementMinutes']::after {
+ content : 'Decrement Minutes';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='showHours']::after {
+ content : 'Show Hours';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='showMinutes']::after {
+ content : 'Show Minutes';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='togglePeriod']::after {
+ content : 'Toggle AM/PM';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='clear']::after {
+ content : 'Clear the picker';
+}
+.bootstrap-datetimepicker-widget .btn[data-action='today']::after {
+ content : 'Set the date to today';
+}
+.bootstrap-datetimepicker-widget .picker-switch {
+ text-align : center;
+}
+.bootstrap-datetimepicker-widget .picker-switch::after {
+ content : 'Toggle Date and Time Screens';
+}
+.bootstrap-datetimepicker-widget .picker-switch td {
+ padding : 0;
+ margin : 0;
+ height : auto;
+ width : auto;
+ line-height : inherit;
+}
+.bootstrap-datetimepicker-widget .picker-switch td span {
+ line-height : 2.5;
+ height : 2.5em;
+ width : 100%;
+}
+.bootstrap-datetimepicker-widget table {
+ width : 100%;
+ margin : 0;
+}
+.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
+ text-align : center;
+ border-radius : 0.5rem;
+}
+.bootstrap-datetimepicker-widget table th {
+ height : 20px;
+ line-height : 20px;
+ width : 20px;
+}
+.bootstrap-datetimepicker-widget table th.picker-switch {
+ width : 145px;
+}
+.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
+ background : none;
+ color : #1E1E1E;
+ cursor : not-allowed;
+}
+.bootstrap-datetimepicker-widget table th.prev::after {
+ content : 'Previous Month';
+}
+.bootstrap-datetimepicker-widget table th.next::after {
+ content : 'Next Month';
+}
+.bootstrap-datetimepicker-widget table thead tr:first-child th {
+ cursor : pointer;
+}
+.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
+ background : #EDEDED;
+}
+.bootstrap-datetimepicker-widget table td {
+ height : 54px;
+ line-height : 54px;
+ width : 54px;
+}
+.bootstrap-datetimepicker-widget table td.cw {
+ font-size : 0.8em;
+ height : 20px;
+ line-height : 20px;
+ color : #1E1E1E;
+}
+.bootstrap-datetimepicker-widget table td.day {
+ height : 20px;
+ line-height : 20px;
+ width : 20px;
+}
+.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
+ background : #EDEDED;
+ cursor : pointer;
+}
+.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
+ color : #1E1E1E;
+}
+.bootstrap-datetimepicker-widget table td.today {
+ position : relative;
+}
+.bootstrap-datetimepicker-widget table td.today:before {
+ content : '';
+ display : inline-block;
+ border : 0 0 7px 7px solid transparent;
+ border-bottom-color : #7367F0;
+ border-top-color : rgba(0, 0, 0, 0.2);
+ position : absolute;
+ bottom : 4px;
+ right : 4px;
+}
+.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
+ background-color : #7367F0;
+ color : #FFFFFF;
+ text-shadow : 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+.bootstrap-datetimepicker-widget table td.active.today:before {
+ border-bottom-color : #FFFFFF;
+}
+.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
+ background : none;
+ color : #1E1E1E;
+ cursor : not-allowed;
+}
+.bootstrap-datetimepicker-widget table td span {
+ display : inline-block;
+ width : 54px;
+ height : 54px;
+ line-height : 54px;
+ margin : 2px 1.5px;
+ cursor : pointer;
+ border-radius : 0.5rem;
+}
+.bootstrap-datetimepicker-widget table td span:hover {
+ background : #EDEDED;
+}
+.bootstrap-datetimepicker-widget table td span.active {
+ background-color : #7367F0;
+ color : #FFFFFF;
+ text-shadow : 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+.bootstrap-datetimepicker-widget table td span.old {
+ color : #1E1E1E;
+}
+.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
+ background : none;
+ color : #1E1E1E;
+ cursor : not-allowed;
+}
+.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
+ height : 27px;
+ line-height : 27px;
+}
+
+.input-group.date .input-group-addon {
+ cursor : pointer;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.min.css b/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.min.css
new file mode 100644
index 0000000..79a7386
--- /dev/null
+++ b/www/assets2/css/plugins/pickers/bootstrap-datetimepicker-build.min.css
@@ -0,0 +1,5 @@
+.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}/*!
+ * Datetimepicker for Bootstrap 3
+ * ! version : 4.7.14
+ * https://github.com/Eonasdan/bootstrap-datetimepicker/
+ */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (max-width:767.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (max-width:991.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (max-width:1199.98px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #CCC;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after{content:'Increment Hours'}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after{content:'Increment Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after{content:'Decrement Hours'}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after{content:'Decrement Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after{content:'Show Hours'}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after{content:'Show Minutes'}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after{content:'Toggle AM/PM'}.bootstrap-datetimepicker-widget .btn[data-action=clear]::after{content:'Clear the picker'}.bootstrap-datetimepicker-widget .btn[data-action=today]::after{content:'Set the date to today'}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{content:'Toggle Date and Time Screens'}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.5rem}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:0 0;color:#1E1E1E;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{content:'Previous Month'}.bootstrap-datetimepicker-widget table th.next::after{content:'Next Month'}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#EDEDED}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#1E1E1E}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#EDEDED;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#1E1E1E}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:0 solid transparent;border-bottom-color:#7367F0;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#7367F0;color:#FFF;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#FFF}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:0 0;color:#1E1E1E;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:.5rem}.bootstrap-datetimepicker-widget table td span:hover{background:#EDEDED}.bootstrap-datetimepicker-widget table td span.active{background-color:#7367F0;color:#FFF;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#1E1E1E}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:0 0;color:#1E1E1E;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group.date .input-group-addon{cursor:pointer}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/tour/tour.css b/www/assets2/css/plugins/tour/tour.css
new file mode 100644
index 0000000..f8a4c56
--- /dev/null
+++ b/www/assets2/css/plugins/tour/tour.css
@@ -0,0 +1,67 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+.tippy-popper {
+ border : none;
+ border-radius : 0.5rem;
+ -webkit-filter : drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
+ filter : drop-shadow(0 0 7px rgba(0, 0, 0, 0.5));
+}
+.tippy-popper .tippy-tooltip {
+ width : auto !important;
+}
+.tippy-popper .tippy-tooltip .tippy-arrow {
+ border-bottom-color : #7367F0;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content {
+ background-color : #7367F0;
+ padding : 1.3rem 1rem;
+ border-radius : 0.5rem;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-header {
+ padding : 0;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-text {
+ color : #FFFFFF;
+ font-size : 1rem;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer {
+ padding : 0;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons li {
+ margin : 0;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button {
+ background-color : transparent;
+ border : 1px solid #FFFFFF;
+ border-radius : 6px;
+ padding : 0.7rem 2rem;
+ color : #FFFFFF;
+ margin : 0 5px;
+}
+.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button:hover {
+ background-color : rgba(255, 255, 255, 0.1);
+}
+.tippy-popper .tippy-tooltip .tippy-content [data-shepherd-step-id='step-4'] .shepherd-footer .shepherd-buttons {
+ text-align : center;
+}
+
+.tippy-popper[x-placement='top'] .tippy-arrow {
+ border-color : transparent;
+ border-top-color : #7367F0;
+}
+
+.tippy-popper[x-placement='bottom'] .tippy-arrow {
+ border-color : transparent;
+ border-bottom-color : #7367F0;
+}
+
+.tippy-popper[x-placement='right'] .tippy-arrow {
+ border-color : transparent;
+ border-right-color : #7367F0;
+}
+
+.tippy-popper[x-placement='left'] .tippy-arrow {
+ border-color : transparent;
+ border-left-color : #7367F0;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/tour/tour.min.css b/www/assets2/css/plugins/tour/tour.min.css
new file mode 100644
index 0000000..1b941c0
--- /dev/null
+++ b/www/assets2/css/plugins/tour/tour.min.css
@@ -0,0 +1 @@
+.tippy-popper{border:none;border-radius:.5rem;-webkit-filter:drop-shadow(0 0 7px rgba(0, 0, 0, .5));filter:drop-shadow(0 0 7px rgba(0, 0, 0, .5))}.tippy-popper .tippy-tooltip{width:auto!important}.tippy-popper .tippy-tooltip .tippy-arrow{border-bottom-color:#7367F0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content{background-color:#7367F0;padding:1.3rem 1rem;border-radius:.5rem}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer,.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-header{padding:0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-text{color:#FFF;font-size:1rem}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons li{margin:0}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button{background-color:transparent;border:1px solid #FFF;border-radius:6px;padding:.7rem 2rem;color:#FFF;margin:0 5px}.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button:hover{background-color:rgba(255,255,255,.1)}.tippy-popper .tippy-tooltip .tippy-content [data-shepherd-step-id=step-4] .shepherd-footer .shepherd-buttons{text-align:center}.tippy-popper[x-placement=top] .tippy-arrow{border-color:#7367F0 transparent transparent}.tippy-popper[x-placement=bottom] .tippy-arrow{border-color:transparent transparent #7367F0}.tippy-popper[x-placement=right] .tippy-arrow{border-color:transparent #7367F0 transparent transparent}.tippy-popper[x-placement=left] .tippy-arrow{border-color:transparent transparent transparent #7367F0}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/ui/coming-soon.css b/www/assets2/css/plugins/ui/coming-soon.css
new file mode 100644
index 0000000..fd931ef
--- /dev/null
+++ b/www/assets2/css/plugins/ui/coming-soon.css
@@ -0,0 +1,59 @@
+@media screen and (min-width: 0) {
+ head {
+ font-family : 'xs 0px';
+ }
+ body:after {
+ content : 'xs - min-width: 0px';
+ }
+}
+
+@media screen and (min-width: 544px) {
+ head {
+ font-family : 'sm 544px';
+ }
+ body:after {
+ content : 'sm - min-width: 544px';
+ }
+}
+
+@media screen and (min-width: 768px) {
+ head {
+ font-family : 'md 768px';
+ }
+ body:after {
+ content : 'md - min-width: 768px';
+ }
+}
+
+@media screen and (min-width: 992px) {
+ head {
+ font-family : 'lg 992px';
+ }
+ body:after {
+ content : 'lg - min-width: 992px';
+ }
+}
+
+@media screen and (min-width: 1200px) {
+ head {
+ font-family : 'xl 1200px';
+ }
+ body:after {
+ content : 'xl - min-width: 1200px';
+ }
+}
+
+head {
+ clear : both;
+}
+head title {
+ font-family : 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
+}
+
+body:after {
+ display : none;
+}
+
+*[data-usn-if] {
+ display : none;
+}
\ No newline at end of file
diff --git a/www/assets2/css/plugins/ui/coming-soon.min.css b/www/assets2/css/plugins/ui/coming-soon.min.css
new file mode 100644
index 0000000..d05e354
--- /dev/null
+++ b/www/assets2/css/plugins/ui/coming-soon.min.css
@@ -0,0 +1 @@
+@media screen and (min-width:0){head{font-family:'xs 0px'}body:after{content:'xs - min-width: 0px'}}@media screen and (min-width:544px){head{font-family:'sm 544px'}body:after{content:'sm - min-width: 544px'}}@media screen and (min-width:768px){head{font-family:'md 768px'}body:after{content:'md - min-width: 768px'}}@media screen and (min-width:992px){head{font-family:'lg 992px'}body:after{content:'lg - min-width: 992px'}}@media screen and (min-width:1200px){head{font-family:'xl 1200px'}body:after{content:'xl - min-width: 1200px'}}head{clear:both}head title{font-family:'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px'}[data-usn-if],body:after{display:none}
\ No newline at end of file
diff --git a/www/assets2/css/style.css b/www/assets2/css/style.css
new file mode 100644
index 0000000..7e523c4
--- /dev/null
+++ b/www/assets2/css/style.css
@@ -0,0 +1,11 @@
+/*================================================================================
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Version: 2.0
+ Author: PIXINVENT
+ Author URL: http://www.themeforest.net/user/pixinvent
+================================================================================
+
+NOTE:
+------
+PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
+WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS. */
diff --git a/www/assets2/css/themes/dark-layout.css b/www/assets2/css/themes/dark-layout.css
new file mode 100644
index 0000000..61393b8
--- /dev/null
+++ b/www/assets2/css/themes/dark-layout.css
@@ -0,0 +1,1459 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+body.dark-layout {
+ background-color : #262C49;
+ /********* UI ELEMENTS *********/
+ /********* COMPONENTS *********/
+ /********** FORMS **********/
+ /********** TABLE **********/
+ /********** PAGES **********/
+ /********** CHARTS **********/
+ /********** APPLICATIONS **********/
+ /********** EXTENSIONS **********/
+ /********** CUSTOMIZER **********/
+ /********** HORIZONTAL LAYOUT **********/
+}
+body.dark-layout h1, body.dark-layout h2, body.dark-layout h3, body.dark-layout h4, body.dark-layout h5, body.dark-layout h6 {
+ color : #EBEEFD;
+}
+body.dark-layout [class*='border'] {
+ border-color : #414561 !important;
+}
+body.dark-layout a:hover {
+ color : #7367F0;
+}
+body.dark-layout p, body.dark-layout small, body.dark-layout span, body.dark-layout label {
+ color : #C2C6DC;
+}
+body.dark-layout hr {
+ border-color : #414561;
+}
+body.dark-layout pre {
+ background-color : #262C49;
+ border : 0;
+}
+body.dark-layout pre code {
+ background-color : inherit;
+ text-shadow : none;
+}
+body.dark-layout pre code .operator, body.dark-layout pre code .url {
+ background-color : #262C49;
+}
+body.dark-layout code {
+ background-color : #262C49;
+ color : #B8C2CC;
+}
+body.dark-layout kbd {
+ background-color : #262C49;
+}
+body.dark-layout .text-dark {
+ color : #B8C2CC !important;
+}
+body.dark-layout .header-navbar-shadow {
+ background : -webkit-linear-gradient(top, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
+ background : linear-gradient(180deg, rgba(44, 48, 60, 0.9) 44%, rgba(44, 48, 60, 0.43) 73%, rgba(44, 48, 60, 0));
+}
+body.dark-layout .header-navbar {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link {
+ color : #C2C6DC;
+ background-color : transparent;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i {
+ color : #FFFFFF !important;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input {
+ border-color : #414561;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-webkit-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-moz-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input, body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder, body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list {
+ background-color : #262C49;
+}
+body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .current_item {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media {
+ overflow : hidden;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media {
+ border-color : #414561;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-body .notification-text {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-meta {
+ color : #C2C6DC;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media:hover {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item {
+ color : #FFFFFF;
+ border-color : #414561;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover {
+ background-color : #10163A;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart.empty-cart:before {
+ background-color : #262C49;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart li {
+ color : #FFFFFF;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-header span {
+ color : #FFFFFF;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media {
+ background-color : #FFFFFF;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media .media-body {
+ background-color : #262C49;
+ padding-left : 1rem;
+}
+body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media:hover {
+ background-color : #FFFFFF !important;
+}
+body.dark-layout .header-navbar.navbar-static-top {
+ background-color : transparent;
+}
+body.dark-layout .header-navbar[class*='bg-'] .navbar-nav .nav-item .nav-link {
+ background-color : inherit;
+}
+body.dark-layout.blank-page .card.bg-transparent h1, body.dark-layout.blank-page .card.bg-transparent h2, body.dark-layout.blank-page .card.bg-transparent h3, body.dark-layout.blank-page .card.bg-transparent h4, body.dark-layout.blank-page .card.bg-transparent h5, body.dark-layout.blank-page .card.bg-transparent h6 {
+ color : #10163A;
+}
+body.dark-layout.blank-page .card.bg-transparent p {
+ color : #262C49;
+}
+body.dark-layout .main-menu {
+ background-color : #10163A;
+}
+body.dark-layout .main-menu .shadow-bottom {
+ background : -webkit-linear-gradient(top, #0F1642 44%, rgba(15, 22, 66, 0.51) 73%, rgba(44, 48, 60, 0));
+ background : linear-gradient(180deg, #0F1642 44%, rgba(15, 22, 66, 0.51) 73%, rgba(44, 48, 60, 0));
+}
+body.dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active > a {
+ background-color : #262C49;
+}
+body.dark-layout .main-menu-content .navigation-main {
+ background-color : #10163A;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item i {
+ color : #C2C6DC;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item.open a {
+ background-color : #262C49;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item a:after {
+ color : #C2C6DC;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content {
+ background-color : #10163A;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item {
+ color : #FFFFFF;
+}
+body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a {
+ background-color : #10163A;
+}
+body.dark-layout .main-menu-content .navigation-main .active .menu-title, body.dark-layout .main-menu-content .navigation-main .active i {
+ color : #FFFFFF;
+}
+body.dark-layout .main-menu-content .navigation-main .sidebar-group-active a {
+ background : #10163A;
+ border-radius : 4px;
+}
+body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content {
+ background-color : #10163A;
+}
+body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active {
+ z-index : 1;
+}
+body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a {
+ background-color : transparent;
+}
+body.dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active > a {
+ background : #262C49 !important;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle {
+ background-color : #10163A !important;
+ color : #C2C6DC;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover, body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active {
+ box-shadow : none;
+ color : #C2C6DC !important;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span {
+ color : #7367F0;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover {
+ background-color : transparent;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_length .form-control, body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_length .form-control, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control {
+ background-color : #10163A;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control, body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control {
+ border : 0;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item, body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item {
+ background-color : #10163A !important;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item.active .page-link, body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item.active .page-link {
+ background-color : #7367F0;
+}
+body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item .page-link, body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item .page-link {
+ background-color : #10163A;
+}
+body.dark-layout .data-list-view-header .dataTable tbody tr, body.dark-layout .data-thumb-view-header .dataTable tbody tr {
+ background-color : transparent;
+}
+body.dark-layout .data-list-view-header .dataTable tbody tr.selected td, body.dark-layout .data-thumb-view-header .dataTable tbody tr.selected td {
+ background-color : rgba(115, 103, 240, 0.05);
+ color : #7367F0;
+}
+body.dark-layout .data-list-view-header .add-new-data, body.dark-layout .data-thumb-view-header .add-new-data {
+ background-color : #262C49;
+}
+body.dark-layout .data-list-view-header .add-new-data .new-data-title, body.dark-layout .data-thumb-view-header .add-new-data .new-data-title {
+ border-color : #414561;
+}
+body.dark-layout .data-list-view-header .add-new-data .new-data-title .hide-data-sidebar i, body.dark-layout .data-thumb-view-header .add-new-data .new-data-title .hide-data-sidebar i {
+ color : #C2C6DC;
+}
+body.dark-layout .data-list-view-header .add-new-data .data-items .form-control, body.dark-layout .data-list-view-header .add-new-data .data-items .custom-select, body.dark-layout .data-thumb-view-header .add-new-data .data-items .form-control, body.dark-layout .data-thumb-view-header .add-new-data .data-items .custom-select {
+ background-color : #10163A;
+}
+body.dark-layout .bd-example .row, body.dark-layout .bd-example .d-flex {
+ background-color : #262C49;
+}
+body.dark-layout .bd-example .row .col, body.dark-layout .bd-example .row [class*='col-'], body.dark-layout .bd-example .row .bd-highlight, body.dark-layout .bd-example .d-flex .col, body.dark-layout .bd-example .d-flex [class*='col-'], body.dark-layout .bd-example .d-flex .bd-highlight {
+ background-color : #262C49;
+ border-color : #808080;
+}
+body.dark-layout .bd-example .height-example-wrapper {
+ background-color : #343661 !important;
+}
+body.dark-layout .bd-example .width-example, body.dark-layout .bd-example .height-example {
+ background-color : #262C49 !important;
+}
+body.dark-layout .bd-example-row-flex-cols .row {
+ background-color : #262C49;
+}
+body.dark-layout .colors-container span {
+ color : #FFFFFF;
+}
+body.dark-layout .alert .alert-heading, body.dark-layout .alert p {
+ color : inherit;
+}
+body.dark-layout .alert.alert-dark .alert-heading, body.dark-layout .alert.alert-dark p {
+ color : #B8C2CC;
+}
+body.dark-layout .content-header-left .breadcrumbs-top .content-header-title {
+ color : #EBEEFD;
+}
+body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
+ color : #C2C6DC;
+}
+body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before {
+ color : #C2C6DC;
+}
+body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a:hover {
+ color : #7367F0;
+}
+body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item, body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item {
+ color : #C2C6DC;
+}
+body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:before, body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:before {
+ color : #C2C6DC;
+}
+body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a:hover, body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:not(.active) a:hover {
+ color : #7367F0;
+}
+body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item {
+ color : #C2C6DC;
+}
+body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item a {
+ color : #C2C6DC;
+}
+body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item:before {
+ color : #C2C6DC;
+}
+body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item.active {
+ color : #7367F0;
+}
+body.dark-layout .collapse-bordered .collapse-header {
+ border-color : rgba(255, 255, 255, 0.04);
+}
+body.dark-layout .collapse-bordered.accordion-shadow {
+ box-shadow : 0 0 8px 0 rgba(255, 255, 255, 0.1);
+}
+body.dark-layout .accordion .collapse-border-item {
+ border-color : rgba(255, 255, 255, 0.04);
+}
+body.dark-layout .collapse-margin {
+ box-shadow : 0 2px 15px 0 rgba(255, 255, 255, 0.1);
+}
+body.dark-layout .accordion[data-toggle-hover='true'] .card, body.dark-layout .collapse[data-toggle-hover='true'] .card {
+ border-color : rgba(255, 255, 255, 0.04);
+}
+body.dark-layout .collapse-icon .card-header a {
+ color : #C2C6DC;
+}
+body.dark-layout .btn.btn-icon i {
+ color : #FFFFFF;
+}
+body.dark-layout .btn.btn-dark, body.dark-layout .btn.btn-outline-dark, body.dark-layout .btn.btn-flat-dark {
+ color : #B8C2CC;
+}
+body.dark-layout .btn.btn-dark {
+ background-color : #4E5154 !important;
+}
+body.dark-layout .btn.btn-outline-dark {
+ border-color : #4E5154;
+ color : #B8C2CC;
+}
+body.dark-layout .btn.btn-flat-dark:active, body.dark-layout .btn.btn-flat-dark:focus {
+ background : #4E5154;
+}
+body.dark-layout .btn.btn-white {
+ color : #626262;
+}
+body.dark-layout .dropdown-toggle:hover i, body.dark-layout .dropdown-toggle:hover:after {
+ color : #FFFFFF;
+}
+body.dark-layout .dropdown-menu {
+ background-color : #262C49;
+}
+body.dark-layout .dropdown-menu:before, body.dark-layout .dropdown-menu .dropdown-item:hover, body.dark-layout .dropdown-menu .dropdown-item:focus {
+ background : #262C49;
+}
+body.dark-layout .dropdown-menu .dropdown-item {
+ color : #C2C6DC;
+}
+body.dark-layout .dropdown-menu .form-control {
+ background-color : #10163A;
+}
+body.dark-layout .dropdown-menu .dropdown-divider {
+ border-color : #414561;
+}
+body.dark-layout .search-bar .form-control {
+ background-color : #10163A;
+}
+body.dark-layout .btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {
+ color : #7367F0 !important;
+}
+body.dark-layout .btn-dark ~ .dropdown-menu .dropdown-item:hover, body.dark-layout .btn-outline-dark ~ .dropdown-menu .dropdown-item:hover, body.dark-layout .btn-flat-dark ~ .dropdown-menu .dropdown-item:hover {
+ color : #C2C6DC;
+}
+body.dark-layout .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i {
+ color : #C2C6DC;
+}
+body.dark-layout .modal .modal-header, body.dark-layout .modal .modal-header[class*='bg-'] {
+ background-color : #10163A;
+}
+body.dark-layout .modal .modal-header .close, body.dark-layout .modal .modal-header[class*='bg-'] .close {
+ background-color : #262C49;
+ text-shadow : none;
+}
+body.dark-layout .modal .modal-header .close span, body.dark-layout .modal .modal-header[class*='bg-'] .close span {
+ color : #FFFFFF;
+}
+body.dark-layout .modal .modal-content, body.dark-layout .modal .modal-body, body.dark-layout .modal .modal-footer {
+ background-color : #262C49;
+}
+body.dark-layout .modal .modal-content .form-control, body.dark-layout .modal .modal-content .picker__input, body.dark-layout .modal .modal-content .custom-file-label, body.dark-layout .modal .modal-content .custom-file-label:after, body.dark-layout .modal .modal-body .form-control, body.dark-layout .modal .modal-body .picker__input, body.dark-layout .modal .modal-body .custom-file-label, body.dark-layout .modal .modal-body .custom-file-label:after, body.dark-layout .modal .modal-footer .form-control, body.dark-layout .modal .modal-footer .picker__input, body.dark-layout .modal .modal-footer .custom-file-label, body.dark-layout .modal .modal-footer .custom-file-label:after {
+ background-color : #10163A !important;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item.active {
+ background-color : #262C49;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link {
+ background-color : #7367F0;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item.active .page-link:hover {
+ color : #FFFFFF;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link {
+ background-color : #262C49;
+ color : #FFFFFF;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item .page-link:hover {
+ color : #7367F0;
+}
+body.dark-layout .pagination:not([class*='pagination-']) .page-item.prev-item .page-link:hover, body.dark-layout .pagination:not([class*='pagination-']) .page-item.next-item .page-link:hover {
+ color : #FFFFFF;
+}
+body.dark-layout .pagination[class*='pagination-'] .page-item:not(.active):not(:hover) .page-link {
+ background-color : #262C49;
+ color : #FFFFFF;
+}
+body.dark-layout .pagination[class*='pagination-'] .page-item:not(.active) .page-link:hover {
+ background-color : #262C49;
+}
+body.dark-layout .pagination[class*='pagination-'] .page-item.active {
+ background-color : #262C49;
+}
+body.dark-layout .nav .nav-item .nav-link {
+ color : #C2C6DC;
+}
+body.dark-layout .nav .nav-item .nav-link.active, body.dark-layout .nav .nav-item .nav-link:hover {
+ color : #7367F0;
+}
+body.dark-layout #navbar-component #basic-navbar .navbar {
+ background-color : #262C49;
+}
+body.dark-layout #navbar-component .navbar .nav .nav-item a {
+ color : #C2C6DC !important;
+}
+body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link {
+ background-color : inherit;
+}
+body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link span {
+ color : inherit;
+}
+body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link .badge {
+ color : #FFFFFF;
+}
+body.dark-layout .nav-tabs .nav-item .nav-link, body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link, body.dark-layout .nav .nav-item .nav-link {
+ background-color : #10163A;
+}
+body.dark-layout .nav-tabs .nav-item .nav-link.active, body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active, body.dark-layout .nav .nav-item .nav-link.active {
+ background-color : #10163A;
+}
+body.dark-layout .nav-tabs .nav-item .nav-link.disabled, body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled, body.dark-layout .nav .nav-item .nav-link.disabled {
+ opacity : 0.5;
+}
+body.dark-layout .nav-tabs ~ .tab-content .tab-pane, body.dark-layout .nav-tabs.nav-justified ~ .tab-content .tab-pane, body.dark-layout .nav ~ .tab-content .tab-pane {
+ background-color : #10163A;
+}
+body.dark-layout .nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane, body.dark-layout .nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
+ background-color : #10163A;
+}
+body.dark-layout .nav-pills .nav-item .nav-link.active {
+ color : #FFFFFF;
+ background-color : #7367F0;
+}
+body.dark-layout .nav-pills.nav-active-bordered-pill .nav-item .nav-link.active {
+ background-color : transparent;
+}
+body.dark-layout .card {
+ background-color : #10163A;
+}
+body.dark-layout .card .card-header, body.dark-layout .card .card-footer {
+ color : #C2C6DC;
+ background-color : #10163A;
+}
+body.dark-layout .card .card-header .heading-elements.visible ul li {
+ background-color : #10163A;
+}
+body.dark-layout .card .heading-elements.visible .list-inline {
+ background-color : #10163A;
+}
+body.dark-layout .card .card-body, body.dark-layout .card .card-footer {
+ color : #C2C6DC;
+ border-color : #414561;
+}
+body.dark-layout .card.overlay-img-card .card-img-overlay span, body.dark-layout .card.overlay-img-card .card-img-overlay p {
+ color : #FFFFFF;
+}
+body.dark-layout .media-bordered .media {
+ border-color : #414561;
+}
+body.dark-layout .activity-timeline {
+ border-color : #414561;
+}
+body.dark-layout #dashboard-analytics .bg-analytics {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
+}
+body.dark-layout #dashboard-analytics .bg-analytics p {
+ color : #FFFFFF;
+}
+body.dark-layout #dashboard-analytics .bg-analytics .card-body {
+ background-color : transparent;
+}
+body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p, body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p {
+ color : #FFFFFF;
+}
+body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content, body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content {
+ background-color : #171E49;
+ border : 1px solid #414561;
+}
+body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p, body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p {
+ color : #C2C6DC;
+}
+body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer, body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer {
+ border-top : 1px solid #414561;
+}
+body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer .card-body, body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer .card-body {
+ padding-top : 1.5rem !important;
+}
+body.dark-layout .badge {
+ color : #FFFFFF;
+}
+body.dark-layout .badge span {
+ color : #FFFFFF;
+}
+body.dark-layout .badge:hover i {
+ color : #FFFFFF;
+}
+body.dark-layout .popover[x-placement='top'] .arrow:after {
+ border-top-color : #262C49;
+}
+body.dark-layout .popover[x-placement='bottom'] .arrow:after {
+ border-bottom-color : #7367F0;
+}
+body.dark-layout .popover[x-placement='left'] .arrow:after {
+ border-left-color : #262C49;
+}
+body.dark-layout .popover[x-placement='right'] .arrow:after {
+ border-right-color : #262C49;
+}
+body.dark-layout .popover .popover-body {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .toast {
+ background-color : #262C49;
+ box-shadow : -5px 5px 5px 0 rgba(0, 0, 0, 0.3);
+}
+body.dark-layout .toast .toast-header {
+ background-color : #262C49;
+ color : #C2C6DC;
+ border-color : #414561;
+}
+body.dark-layout .toast .toast-header .close {
+ text-shadow : none;
+ opacity : 1;
+}
+body.dark-layout .toast .toast-body {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .avatar {
+ background-color : #262C49;
+}
+body.dark-layout .avatar .avatar-content {
+ color : #FFFFFF;
+}
+body.dark-layout .chip {
+ background-color : #262C49;
+}
+body.dark-layout .chip .avatar {
+ background-color : #10163A;
+}
+body.dark-layout .chip .chip-body .chip-text, body.dark-layout .chip .chip-body span {
+ color : #FFFFFF;
+}
+body.dark-layout .divider .divider-text {
+ background-color : transparent;
+ color : #C2C6DC;
+}
+body.dark-layout .divider .divider-text::before, body.dark-layout .divider .divider-text::after {
+ border-color : #414561;
+}
+body.dark-layout .divider.divider-dark .divider-text::before, body.dark-layout .divider.divider-dark .divider-text::after {
+ border-color : #4E5154 !important;
+}
+body.dark-layout .list-group .list-group-item:not([class*='list-group-item-']), body.dark-layout .list-group .list-group-item.list-group-item-action {
+ background-color : #10163A;
+ border-color : #414561;
+ color : #C2C6DC;
+}
+body.dark-layout .list-group .list-group-item:not([class*='list-group-item-']):hover, body.dark-layout .list-group .list-group-item.list-group-item-action:hover {
+ background-color : #262C49;
+}
+body.dark-layout .list-group .list-group-item.active {
+ background-color : #7367F0;
+ color : #FFFFFF;
+}
+body.dark-layout .list-group .list-group-item.active:hover {
+ background-color : #7367F0;
+}
+body.dark-layout .list-group .list-group-item.active p, body.dark-layout .list-group .list-group-item.active small {
+ color : #FFFFFF;
+}
+body.dark-layout .list-group .list-group-item.disabled {
+ background-color : #262C49;
+}
+body.dark-layout .spinner-border {
+ border-color : currentColor !important;
+ border-right-color : transparent !important;
+}
+body.dark-layout input.form-control, body.dark-layout .custom-file-label, body.dark-layout textarea.form-control {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control:not(:focus), body.dark-layout .custom-file-label:not(:focus), body.dark-layout textarea.form-control:not(:focus) {
+ border : 0;
+}
+body.dark-layout input.form-control::-webkit-input-placeholder, body.dark-layout .custom-file-label::-webkit-input-placeholder, body.dark-layout textarea.form-control::-webkit-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control::-moz-placeholder, body.dark-layout .custom-file-label::-moz-placeholder, body.dark-layout textarea.form-control::-moz-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control:-ms-input-placeholder, body.dark-layout .custom-file-label:-ms-input-placeholder, body.dark-layout textarea.form-control:-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control::-ms-input-placeholder, body.dark-layout .custom-file-label::-ms-input-placeholder, body.dark-layout textarea.form-control::-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control::placeholder, body.dark-layout .custom-file-label::placeholder, body.dark-layout textarea.form-control::placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control ~ .form-control-position i, body.dark-layout .custom-file-label ~ .form-control-position i, body.dark-layout textarea.form-control ~ .form-control-position i {
+ color : #C2C6DC;
+}
+body.dark-layout input.form-control:focus ~ .form-control-position i, body.dark-layout .custom-file-label:focus ~ .form-control-position i, body.dark-layout textarea.form-control:focus ~ .form-control-position i {
+ color : #7367F0;
+}
+body.dark-layout input.form-control:disabled, body.dark-layout input.form-control[readonly='readonly'], body.dark-layout .custom-file-label:disabled, body.dark-layout .custom-file-label[readonly='readonly'], body.dark-layout textarea.form-control:disabled, body.dark-layout textarea.form-control[readonly='readonly'] {
+ opacity : 0.5;
+}
+body.dark-layout .char-textarea.active {
+ color : #C2C6DC !important;
+}
+body.dark-layout .char-textarea.max-limit {
+ color : #EA5455 !important;
+}
+body.dark-layout .custom-file-label:after {
+ background-color : #262C49;
+ border-left : 1px solid #414561;
+ color : #C2C6DC;
+}
+body.dark-layout .has-icon-left.input-divider-left .form-control-position i {
+ border-right-color : #414561;
+}
+body.dark-layout .has-icon-left.input-divider-right .form-control-position i {
+ border-left-color : #414561;
+}
+body.dark-layout .bootstrap-touchspin .form-control {
+ background-color : #262C49;
+}
+body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up, body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min {
+ background-color : #B8C2CC !important;
+ opacity : 1;
+}
+body.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min {
+ background-color : #B8C2CC !important;
+ opacity : 1;
+}
+body.dark-layout select.form-control, body.dark-layout .custom-select {
+ background-color : #262C49;
+ color : #C2C6DC;
+ border : 0;
+}
+body.dark-layout select.form-control option:checked, body.dark-layout .custom-select option:checked {
+ background-color : #10163A;
+}
+body.dark-layout .select2-container .select2-selection {
+ background : #262C49;
+}
+body.dark-layout .select2-container .select2-selection .select2-selection__rendered {
+ color : #C2C6DC;
+}
+body.dark-layout .select2-container .select2-selection .select2-selection__rendered .select2-search__field {
+ color : #FFFFFF;
+}
+body.dark-layout .select2-container .select2-selection .select2-selection__arrow b {
+ border-top-color : #414561;
+}
+body.dark-layout .select2-container .select2-dropdown {
+ background-color : #10163A;
+}
+body.dark-layout .select2-container .select2-dropdown .select2-search__field {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .select2-container .select2-dropdown.bg-info .select2-results__options .select2-results__option {
+ color : #FFFFFF;
+}
+body.dark-layout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected='true'] {
+ background-color : #7367F0;
+}
+body.dark-layout .select2-container.select2-container--classic .selection .select2-selection__arrow {
+ background-image : none;
+ background-color : #262C49;
+ border-color : rgba(255, 255, 255, 0.1);
+}
+body.dark-layout .custom-switch .custom-control-input[disabled] ~ .custom-control-label {
+ opacity : 0.5;
+}
+body.dark-layout .custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+ background-color : #7367F0;
+}
+body.dark-layout .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
+ background-color : #7367F0;
+}
+body.dark-layout .custom-switch .custom-control-label:before {
+ background-color : #262C49;
+}
+body.dark-layout .picker__input {
+ background-color : #262C49 !important;
+}
+body.dark-layout .picker__holder {
+ background-color : #262C49;
+}
+body.dark-layout .picker__holder .picker__header .picker__month, body.dark-layout .picker__holder .picker__header .picker__year {
+ color : #C2C6DC;
+}
+body.dark-layout .picker__holder .picker__header .picker__select--year, body.dark-layout .picker__holder .picker__header .picker__select--month {
+ color : #C2C6DC;
+ background-color : #262C49;
+}
+body.dark-layout .picker__holder .picker__header .picker__nav--next:hover, body.dark-layout .picker__holder .picker__header .picker__nav--prev:hover {
+ background-color : #10163A;
+}
+body.dark-layout .picker__holder .picker__table thead tr .picker__weekday {
+ color : #C2C6DC;
+}
+body.dark-layout .picker__holder .picker__table tbody tr td .picker__day {
+ color : #C2C6DC;
+}
+body.dark-layout .picker__holder .picker__table tbody tr td .picker__day:hover {
+ background-color : transparent;
+ border : 1px solid #4EC6E8;
+ color : #C2C6DC;
+}
+body.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--disabled {
+ color : #C2C6DC;
+ opacity : 0.5;
+ background : #10163A;
+}
+body.dark-layout .picker__holder .picker__table tbody tr td .picker__day--today {
+ background-color : #10163A;
+}
+body.dark-layout .picker__holder .picker__footer .picker__button--today, body.dark-layout .picker__holder .picker__footer .picker__button--clear, body.dark-layout .picker__holder .picker__footer .picker__button--close {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .picker--time .picker__holder .picker__list {
+ background-color : #262C49;
+}
+body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--selected, body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item:hover {
+ background-color : #10163A;
+}
+body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--disabled {
+ background-color : #10163A;
+ color : #B8C2CC;
+ opacity : 0.5;
+}
+body.dark-layout .picker--time .picker__holder .picker__list .picker__button--clear {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .custom-control-label::before {
+ background-color : #414561;
+}
+body.dark-layout .custom-control-input:disabled ~ .custom-control-label::before {
+ background-color : rgba(65, 69, 97, 0.5);
+ border-color : #414561;
+}
+body.dark-layout .wizard .steps ul .disabled a, body.dark-layout .wizard .steps ul .done a {
+ color : #C2C6DC !important;
+}
+body.dark-layout .wizard .steps ul .disabled a:hover, body.dark-layout .wizard .steps ul .done a:hover {
+ color : #C2C6DC;
+}
+body.dark-layout .wizard .steps ul .disabled a .step, body.dark-layout .wizard .steps ul .done a .step {
+ background-color : #262C49;
+ color : #FFFFFF;
+}
+body.dark-layout .input-group .input-group-prepend .input-group-text, body.dark-layout .input-group .input-group-append .input-group-text {
+ background-color : #10163A;
+ border : 1px solid #414561;
+}
+body.dark-layout .input-group .input-group-prepend ~ .form-control {
+ border-left : 1px solid #414561;
+}
+body.dark-layout .input-group .form-control ~ .input-group-append {
+ border-left : 1px solid #414561;
+}
+body.dark-layout .form-label-group > input:not(:focus):not(:placeholder-shown) ~ label, body.dark-layout .form-label-group > textarea:not(:focus):not(:placeholder-shown) ~ label {
+ color : #C2C6DC !important;
+}
+body.dark-layout .table {
+ background-color : #212744;
+}
+body.dark-layout .table .thead tr:not([class*='table-']) th, body.dark-layout .table .thead tr:not([class*='table-']) td, body.dark-layout .table tbody tr:not([class*='table-']) th, body.dark-layout .table tbody tr:not([class*='table-']) td {
+ border : 0;
+ color : #C2C6DC;
+}
+body.dark-layout .table .thead tr:not([class*='table-']) th code, body.dark-layout .table .thead tr:not([class*='table-']) td code, body.dark-layout .table tbody tr:not([class*='table-']) th code, body.dark-layout .table tbody tr:not([class*='table-']) td code {
+ background-color : #10163A;
+}
+body.dark-layout .table thead tr th {
+ border : 0;
+ background-color : #212744;
+ color : #C2C6DC;
+}
+body.dark-layout .table tbody tr[class*='table-'] td, body.dark-layout .table tbody tr[class*='table-'] th {
+ background-color : unset;
+ color : #22292F;
+ border-color : #414561;
+}
+body.dark-layout .table tbody tr.table-dark td, body.dark-layout .table tbody tr.table-dark th {
+ color : #FFFFFF;
+}
+body.dark-layout .table tbody tr.table-active td, body.dark-layout .table tbody tr.table-active th {
+ color : #C2C6DC;
+}
+body.dark-layout .table tbody tr th {
+ background-color : #262C49;
+}
+body.dark-layout .table tbody tr td {
+ background-color : #262C49;
+ color : #C2C6DC;
+}
+body.dark-layout .table.table-bordered {
+ border : 1px solid #414561;
+}
+body.dark-layout .table.table-bordered thead tr th, body.dark-layout .table.table-bordered thead tr td, body.dark-layout .table.table-bordered tbody tr th, body.dark-layout .table.table-bordered tbody tr td {
+ border : 1px solid #414561;
+}
+body.dark-layout .table.table-hover tbody tr:hover {
+ background-color : #10163A;
+}
+body.dark-layout .table.table-hover tbody tr th, body.dark-layout .table.table-hover tbody tr td {
+ background-color : unset;
+}
+body.dark-layout .table.table-striped tbody tr:nth-of-type(odd) {
+ background-color : #10163A;
+}
+body.dark-layout .table.table-striped tbody tr td, body.dark-layout .table.table-striped tbody tr th {
+ background-color : unset;
+}
+body.dark-layout .table.table-mx-0 {
+ background-color : #10163A;
+}
+body.dark-layout .table.table-mx-0 thead tr th, body.dark-layout .table.table-mx-0 thead tr td, body.dark-layout .table.table-mx-0 tbody tr th, body.dark-layout .table.table-mx-0 tbody tr td {
+ background-color : #10163A;
+}
+body.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy, body.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel, body.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf, body.dark-layout .dataTables_wrapper .dt-buttons .buttons-print, body.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary {
+ background-color : #262C49 !important;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable {
+ border : 0;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable tbody td, body.dark-layout .dataTables_wrapper .table.dataTable tbody th, body.dark-layout .dataTables_wrapper .table.dataTable thead td, body.dark-layout .dataTables_wrapper .table.dataTable thead th {
+ border : 0;
+ color : #C2C6DC;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable tfoot tr th {
+ color : #C2C6DC;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable tr.group td {
+ background-color : #212744;
+ color : #FFFFFF;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tbody tr:nth-of-type(even), body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tbody tr:nth-of-type(even) {
+ background-color : #262C49;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot tr th, body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tfoot tr th {
+ border : 0;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers {
+ border : 1px solid #414561;
+}
+body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead th, body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead td, body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot th, body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot td {
+ border-bottom : 1px solid #414561;
+ border-right : 1px solid #414561;
+}
+body.dark-layout .dt-button-info {
+ background-color : #262C49;
+}
+body.dark-layout .dt-button-info h2 {
+ background-color : #262C49;
+}
+body.dark-layout .dt-button-info div {
+ color : #C2C6DC;
+}
+body.dark-layout .ag-grid-btns .filter-btn {
+ background-color : transparent !important;
+}
+body.dark-layout .ag-grid-btns .filter-btn:focus {
+ color : #C2C6DC !important;
+}
+body.dark-layout .ag-grid-btns .filter-btn:hover {
+ box-shadow : none;
+ color : #C2C6DC !important;
+}
+body.dark-layout .aggrid, body.dark-layout .ag-header {
+ background-color : #10163A;
+ color : #C2C6DC;
+ border-color : #414561;
+}
+body.dark-layout .aggrid .ag-row-hover, body.dark-layout .aggrid .ag-row-selected, body.dark-layout .ag-header .ag-row-hover, body.dark-layout .ag-header .ag-row-selected {
+ background-color : #262C49 !important;
+}
+body.dark-layout .aggrid .ag-icon, body.dark-layout .ag-header .ag-icon {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-checked, body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-indeterminate, body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-checked, body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-indeterminate {
+ color : #7367F0;
+}
+body.dark-layout .aggrid .ag-header-cell, body.dark-layout .aggrid .ag-cell, body.dark-layout .aggrid .ag-row, body.dark-layout .aggrid .ag-pinned-left-header, body.dark-layout .aggrid .ag-pinned-left-cols-container, body.dark-layout .aggrid .ag-horizontal-left-spacer, body.dark-layout .aggrid .ag-paging-panel, body.dark-layout .aggrid .ag-floating-filter-input, body.dark-layout .ag-header .ag-header-cell, body.dark-layout .ag-header .ag-cell, body.dark-layout .ag-header .ag-row, body.dark-layout .ag-header .ag-pinned-left-header, body.dark-layout .ag-header .ag-pinned-left-cols-container, body.dark-layout .ag-header .ag-horizontal-left-spacer, body.dark-layout .ag-header .ag-paging-panel, body.dark-layout .ag-header .ag-floating-filter-input {
+ border-color : #414561 !important;
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu, body.dark-layout .ag-header .ag-popup .ag-menu {
+ background-color : #262C49;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select {
+ background-color : transparent;
+ border-color : #414561;
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-webkit-input-placeholder, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-webkit-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-webkit-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-webkit-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-moz-placeholder, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-moz-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-moz-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-moz-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter:-ms-input-placeholder, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select:-ms-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter:-ms-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select:-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-ms-input-placeholder, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-ms-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-ms-input-placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::placeholder, body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::placeholder, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select option, body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select option {
+ background-color : #262C49;
+}
+body.dark-layout .aggrid .ag-paging-panel .ag-disabled, body.dark-layout .ag-header .ag-paging-panel .ag-disabled {
+ background-color : #373F6D;
+}
+body.dark-layout .aggrid .ag-paging-panel .ag-disabled .ag-icon, body.dark-layout .ag-header .ag-paging-panel .ag-disabled .ag-icon {
+ color : #C2C6DC !important;
+}
+body.dark-layout .aggrid .ag-paging-panel span[ref='lbTotal'], body.dark-layout .ag-header .ag-paging-panel span[ref='lbTotal'] {
+ background-color : #373F6D;
+ color : #C2C6DC !important;
+}
+body.dark-layout .aggrid ::-webkit-scrollbar-track, body.dark-layout .ag-header ::-webkit-scrollbar-track {
+ background : #262C49;
+}
+body.dark-layout .aggrid ::-webkit-scrollbar-thumb, body.dark-layout .ag-header ::-webkit-scrollbar-thumb {
+ background : #7367F0;
+}
+body.dark-layout .bg-authentication {
+ background-color : #EFF2F7;
+}
+body.dark-layout .bg-authentication .form-group.row, body.dark-layout .bg-authentication .card-footer {
+ background-color : #10163A;
+}
+body.dark-layout .bg-authentication .form-group.row .btn-facebook span, body.dark-layout .bg-authentication .form-group.row .btn-twitter span, body.dark-layout .bg-authentication .card-footer .btn-facebook span, body.dark-layout .bg-authentication .card-footer .btn-twitter span {
+ color : #FFFFFF;
+}
+body.dark-layout .getting-started .clockCard p {
+ color : #C2C6DC !important;
+}
+body.dark-layout #user-profile .profile-header .profile-header-nav {
+ background-color : #10163A;
+}
+body.dark-layout #search-website .search-bar .form-control {
+ background-color : #10163A;
+}
+body.dark-layout #search-website .search-menu .search-filter {
+ background-color : #10163A;
+ color : #C2C6DC;
+}
+body.dark-layout #search-website .search-result-info .dropdown-toggle {
+ color : #C2C6DC;
+}
+body.dark-layout #search-website .search-pagination .pagination .page-item {
+ background-color : #10163A;
+}
+body.dark-layout #search-website .search-pagination .pagination .page-item.active .page-link {
+ background-color : #7367F0;
+}
+body.dark-layout #search-website .search-pagination .pagination .page-item .page-link {
+ background-color : #10163A;
+}
+body.dark-layout .faq .accordion .collapse-margin {
+ background-color : #10163A;
+}
+body.dark-layout .faq .accordion .collapse-title {
+ color : #EBEEFD;
+}
+body.dark-layout .faq-bg .card-body .card-text, body.dark-layout .knowledge-base-bg .card-body .card-text {
+ color : #FFFFFF;
+}
+body.dark-layout .search-content .card .card-body .text-dark {
+ color : #C2C6DC !important;
+}
+body.dark-layout .knowledge-base-category .list-group .list-group-item, body.dark-layout .knowledge-base-question .list-group .list-group-item {
+ color : #7367F0;
+}
+body.dark-layout .invoice-items-table .table-borderless, body.dark-layout .invoice-total-table .table-borderless {
+ border : 0;
+}
+body.dark-layout .invoice-print .form-control {
+ background-color : #10163A;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-gridlines-horizontal .apexcharts-gridline {
+ stroke : #414561;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light, body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip, body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip {
+ background-color : #212744;
+ border-color : #262C49;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title, body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-text, body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-title, body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-text, body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-title, body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-text {
+ background-color : #212744;
+ color : #C2C6DC;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-label, body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-value {
+ color : #FFFFFF;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:before {
+ border-bottom-color : transparent;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:after {
+ border-bottom-color : #262C49;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:before {
+ border-left-color : transparent;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:after {
+ border-left-color : #262C49;
+}
+body.dark-layout .apexcharts-canvas text {
+ fill : #FFFFFF !important;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text {
+ color : #C2C6DC !important;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-radialbar-track path {
+ stroke : #262C49;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-inner polygon {
+ stroke : #212744 !important;
+ fill : #262C49 !important;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-pie-series path {
+ stroke : #262C49;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-menu {
+ background-color : #262C49;
+ border : 0;
+}
+body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-in-icon:hover svg, body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-out-icon:hover svg, body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-icon:hover svg, body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-menu-icon:hover svg, body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-reset-zoom-icon:hover svg {
+ fill : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper {
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-sidebar {
+ background-color : #262C49;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search {
+ background-color : #10163A;
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-webkit-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-moz-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-ms-input-placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::placeholder {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:focus ~ .form-control-position i {
+ color : #7367F0;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control-position i {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper {
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper .app-action {
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item {
+ background : #262C49;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active:hover, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active:hover {
+ color : #7367F0;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item:hover, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item:hover {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media {
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media:hover {
+ box-shadow : 0 0 0 0 #1E1E1E;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media {
+ background-color : #262C49;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details p, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .list-group-item-text, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message p, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .list-group-item-text, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details p, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .list-group-item-text, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message p, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .list-group-item-text {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .mail-meta-item .mail-date, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .mail-meta-item .mail-date, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .mail-meta-item .mail-date, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .mail-meta-item .mail-date {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read {
+ background-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details.show {
+ background-color : #212744;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header {
+ background-color : #10163A;
+ border-color : #414561;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle {
+ color : #C2C6DC;
+}
+body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .mail-message-wrapper, body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-head {
+ border-color : #414561 !important;
+}
+body.dark-layout.chat-application .content-area-wrapper {
+ border-color : #414561;
+}
+body.dark-layout.chat-application .sidebar .chat-profile-sidebar {
+ background-color : #262C49;
+ border-color : #343661;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content {
+ background-color : #262C49;
+ border-color : #414561;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search {
+ border-color : #414561;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search .form-control {
+ background-color : #10163A;
+ border-color : #414561;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li {
+ border-color : #414561;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li:not(.active):hover {
+ background : #10163A;
+}
+body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li.active .contact-info p {
+ color : #FFFFFF;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area {
+ background-color : #171E49;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon, body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-text {
+ background : #262C49;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats {
+ background-color : #171E49;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content {
+ border : 1px solid #414561;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content p {
+ color : #C2C6DC;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content p {
+ color : #FFFFFF;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content {
+ background-color : #262C49;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form {
+ background-color : #10163A;
+}
+body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form .form-control {
+ background-color : #343661;
+}
+body.dark-layout.chat-application .content-right .user-profile-sidebar {
+ background-color : #262C49;
+ border-color : #343661;
+}
+body.dark-layout.todo-application .content-area-wrapper {
+ border-color : #414561;
+}
+body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar {
+ background-color : #262C49;
+}
+body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item, body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item {
+ background-color : #262C49;
+}
+body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item:hover, body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item:hover {
+ color : #C2C6DC;
+}
+body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action {
+ color : #C2C6DC;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-app-list-wrapper {
+ border-color : #414561;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .app-fixed-search {
+ background-color : #10163A;
+ border-color : #414561;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item {
+ border-color : #414561;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item:hover {
+ box-shadow : none;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .chip {
+ background-color : #10163A;
+}
+body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.warning) i, body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-delete i, body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-info:not(.success) i {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .filter-heading {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .price-slider .range-slider {
+ background-color : #262C49;
+}
+body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list li, body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list ~ .stars-received {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .select2 .select2-selection, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .select2 .select2-selection {
+ background-color : #10163A;
+}
+body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn, body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn {
+ background-color : #10163A !important;
+}
+body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i, body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i, body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .content-right .search-product, body.dark-layout.ecommerce-application .content-body .search-product {
+ background-color : #10163A;
+}
+body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .card-body, body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .card-body, body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .card-body, body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .card-body {
+ border-color : #414561;
+}
+body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-img, body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-img, body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-img, body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-img {
+ background-color : #FFFFFF;
+}
+body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-name, body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-name, body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-name, body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-name {
+ color : #FFFFFF;
+}
+body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span, body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span, body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span, body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span {
+ color : #2C2C2C;
+}
+body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span, body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span, body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span, body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span {
+ color : #FFFFFF;
+}
+body.dark-layout.ecommerce-application .content-right .pagination .page-item, body.dark-layout.ecommerce-application .content-body .pagination .page-item {
+ background-color : #10163A;
+}
+body.dark-layout.ecommerce-application .content-right .pagination .page-item.active, body.dark-layout.ecommerce-application .content-body .pagination .page-item.active {
+ background-color : #10163A;
+}
+body.dark-layout.ecommerce-application .content-right .pagination .page-item.active .page-link, body.dark-layout.ecommerce-application .content-body .pagination .page-item.active .page-link {
+ background-color : #7367F0;
+}
+body.dark-layout.ecommerce-application .content-right .pagination .page-item .page-link, body.dark-layout.ecommerce-application .content-body .pagination .page-item .page-link {
+ background-color : #10163A;
+}
+body.dark-layout.ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart {
+ color : #FFFFFF;
+}
+body.dark-layout.ecommerce-application .product-checkout .checkout-options .detail-total {
+ color : #C2C6DC;
+}
+body.dark-layout.ecommerce-application .item-features {
+ background-color : #171E49;
+}
+body.dark-layout .fc .fc-header-toolbar .fc-button span {
+ color : #FFFFFF;
+}
+body.dark-layout .fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
+ background-color : #6A6D83;
+}
+body.dark-layout .fc .fc-divider {
+ background : #262C49;
+}
+body.dark-layout .fc .fc-widget-content, body.dark-layout .fc .fc-widget-header {
+ border-color : #414561;
+}
+body.dark-layout .noUi-target {
+ background-color : #262C49;
+}
+body.dark-layout .swal2-container .swal2-modal {
+ background-color : #262C49;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-header {
+ background-color : #262C49;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-title {
+ color : #C2C6DC;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-icon-text {
+ color : inherit;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-left, body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-right, body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-fix, body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-animate-success-icon {
+ background-color : #262C49 !important;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-content {
+ color : #C2C6DC;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-content pre, body.dark-layout .swal2-container .swal2-modal .swal2-content code, body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input {
+ background-color : #10163A;
+}
+body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input {
+ color : #FFFFFF;
+}
+body.dark-layout .toast-container .toast.toast-info {
+ background-color : #00CFE8;
+}
+body.dark-layout .toast-container .toast.toast-success {
+ background-color : #28C76F;
+}
+body.dark-layout .toast-container .toast.toast-error {
+ background-color : #EA5455;
+}
+body.dark-layout .toast-container .toast.toast-warning {
+ background-color : #FF9F43;
+}
+body.dark-layout .dropzone {
+ background-color : #262C49;
+}
+body.dark-layout .quill-toolbar, body.dark-layout .ql-toolbar {
+ border-color : #414561;
+}
+body.dark-layout .quill-toolbar .ql-formats .ql-picker-label, body.dark-layout .ql-toolbar .ql-formats .ql-picker-label {
+ color : #FFFFFF;
+}
+body.dark-layout .quill-toolbar .ql-formats .ql-stroke, body.dark-layout .quill-toolbar .ql-formats .ql-fill, body.dark-layout .ql-toolbar .ql-formats .ql-stroke, body.dark-layout .ql-toolbar .ql-formats .ql-fill {
+ stroke : #FFFFFF;
+}
+body.dark-layout .quill-toolbar .ql-formats .ql-fill, body.dark-layout .ql-toolbar .ql-formats .ql-fill {
+ fill : #FFFFFF;
+}
+body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options, body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options {
+ background-color : #10163A;
+}
+body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover), body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover) {
+ color : #FFFFFF;
+}
+body.dark-layout .ql-container {
+ border-color : #414561;
+}
+body.dark-layout .ql-editor .ql-syntax {
+ background-color : #262C49;
+}
+body.dark-layout .ql-editor.ql-blank:before {
+ color : #C2C6DC;
+}
+body.dark-layout .shepherd-content .shepherd-text p {
+ color : #FFFFFF;
+}
+body.dark-layout .context-menu-list .context-menu-item.context-menu-hover span {
+ color : #FFFFFF;
+}
+body.dark-layout .context-menu-list .context-menu-item.context-menu-hover .context-menu-list .context-menu-item span {
+ color : #C2C6DC;
+}
+body.dark-layout .swiper-slide {
+ background-color : #262C49 !important;
+}
+body.dark-layout .customizer {
+ background-color : #262C49;
+}
+body.dark-layout .customizer .customizer-close i {
+ color : #C2C6DC;
+}
+body.dark-layout.fixed-footer .footer {
+ background-color : #10163A;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav .dropdown-submenu.show {
+ background-color : #10163A !important;
+ color : #C2C6DC;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav .dropdown-menu a:hover {
+ color : #C2C6DC !important;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active i, body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active span {
+ color : #FFFFFF !important;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li.active a {
+ background-color : #10163A !important;
+ color : #C2C6DC;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li:not(.active) a {
+ background-color : #262C49 !important;
+}
+body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li.open.active > a {
+ color : #C2C6DC !important;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .navigation > li ul .active {
+ box-shadow : none;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .navigation > li ul .active .hover > a {
+ background-color : transparent;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active a {
+ box-shadow : none;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active ul li.active {
+ border-radius : 0;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active.sidebar-group-active .open ul li.active a {
+ background : -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
+ background : linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
+ margin-bottom : 7px;
+ box-shadow : 0 0 6px 1px rgba(115, 103, 240, 0.6) !important;
+ color : #FFFFFF;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu ul li {
+ background : #10163A !important;
+ background-color : #10163A !important;
+}
+body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu ul li a {
+ color : #C2C6DC !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/themes/dark-layout.min.css b/www/assets2/css/themes/dark-layout.min.css
new file mode 100644
index 0000000..2c62778
--- /dev/null
+++ b/www/assets2/css/themes/dark-layout.min.css
@@ -0,0 +1 @@
+body.dark-layout,body.dark-layout pre{background-color:#262C49}body.dark-layout h1,body.dark-layout h2,body.dark-layout h3,body.dark-layout h4,body.dark-layout h5,body.dark-layout h6{color:#EBEEFD}body.dark-layout [class*=border]{border-color:#414561!important}body.dark-layout a:hover{color:#7367F0}body.dark-layout label,body.dark-layout p,body.dark-layout small,body.dark-layout span{color:#C2C6DC}body.dark-layout hr{border-color:#414561}body.dark-layout pre{border:0}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input{border-color:#414561}body.dark-layout pre code{background-color:inherit;text-shadow:none}body.dark-layout code,body.dark-layout kbd,body.dark-layout pre code .operator,body.dark-layout pre code .url{background-color:#262C49}body.dark-layout code{color:#B8C2CC}body.dark-layout .text-dark{color:#B8C2CC!important}body.dark-layout .header-navbar-shadow{background:-webkit-linear-gradient(top,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,rgba(44,48,60,.9) 44%,rgba(44,48,60,.43) 73%,rgba(44,48,60,0))}body.dark-layout .header-navbar{background-color:#10163A}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link{color:#C2C6DC;background-color:transparent}body.dark-layout .header-navbar .navbar-container .nav .nav-item .bookmark-input .form-control,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open{background-color:#10163A}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link i{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item .nav-link.bookmark-star i{color:#FFF!important}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-webkit-input-placeholder{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-moz-placeholder{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input:-ms-input-placeholder{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::-ms-input-placeholder{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .input::placeholder,body.dark-layout .header-navbar .navbar-container .nav .nav-item.nav-search .search-input.open .search-input-close{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list{background-color:#262C49}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item:hover,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media:hover,body.dark-layout .header-navbar .navbar-container .nav .nav-item .search-list .current_item{background-color:#10163A}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media{overflow:hidden}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-body .notification-text,body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .media .media-meta{color:#C2C6DC}body.dark-layout .header-navbar .navbar-container .nav .dropdown-notification .dropdown-menu.dropdown-menu-media .dropdown-menu-footer .dropdown-item{color:#FFF;border-color:#414561}body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart.empty-cart:before{background-color:#262C49}body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .dropdown-header span,body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart li{color:#FFF}body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media{background-color:#FFF}body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media .media-body{background-color:#262C49;padding-left:1rem}body.dark-layout .header-navbar .navbar-container .nav .dropdown-cart .media-list .media:hover{background-color:#FFF!important}body.dark-layout .header-navbar.navbar-static-top{background-color:transparent}body.dark-layout .header-navbar[class*=bg-] .navbar-nav .nav-item .nav-link{background-color:inherit}body.dark-layout.blank-page .card.bg-transparent h1,body.dark-layout.blank-page .card.bg-transparent h2,body.dark-layout.blank-page .card.bg-transparent h3,body.dark-layout.blank-page .card.bg-transparent h4,body.dark-layout.blank-page .card.bg-transparent h5,body.dark-layout.blank-page .card.bg-transparent h6{color:#10163A}body.dark-layout.blank-page .card.bg-transparent p{color:#262C49}body.dark-layout .main-menu-content .navigation-main .nav-item a:after,body.dark-layout .main-menu-content .navigation-main .nav-item i{color:#C2C6DC}body.dark-layout .main-menu{background-color:#10163A}body.dark-layout .main-menu .shadow-bottom{background:-webkit-linear-gradient(top,#0F1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,#0F1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0))}body.dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active>a{background-color:#262C49}body.dark-layout .main-menu-content .navigation-main{background-color:#10163A}body.dark-layout .main-menu-content .navigation-main .nav-item.open a{background-color:#262C49}body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content,body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a,body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content{background-color:#10163A}body.dark-layout .main-menu-content .navigation-main .active .menu-title,body.dark-layout .main-menu-content .navigation-main .active i,body.dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item{color:#FFF}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active a{background:#10163A;border-radius:4px}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active{z-index:1}body.dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a{background-color:transparent}body.dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active>a{background:#262C49!important}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle{background-color:#10163A!important;color:#C2C6DC}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active,body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:active,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dropdown .dropdown-toggle:hover{box-shadow:none;color:#C2C6DC!important}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary span{color:#7367F0}body.dark-layout .data-list-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .action-btns .dt-buttons .btn.btn-outline-primary:hover{background-color:transparent}body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_length .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_length .form-control{background-color:#10163A}body.dark-layout .data-list-view-header .dataTables_wrapper .top .dataTables_filter .form-control,body.dark-layout .data-thumb-view-header .dataTables_wrapper .top .dataTables_filter .form-control{border:0}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item{background-color:#10163A!important}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item.active .page-link,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item.active .page-link{background-color:#7367F0}body.dark-layout .data-list-view-header .dataTables_wrapper .pagination .page-item .page-link,body.dark-layout .data-thumb-view-header .dataTables_wrapper .pagination .page-item .page-link{background-color:#10163A}body.dark-layout .data-list-view-header .dataTable tbody tr,body.dark-layout .data-thumb-view-header .dataTable tbody tr{background-color:transparent}body.dark-layout .data-list-view-header .dataTable tbody tr.selected td,body.dark-layout .data-thumb-view-header .dataTable tbody tr.selected td{background-color:rgba(115,103,240,.05);color:#7367F0}body.dark-layout .data-list-view-header .add-new-data,body.dark-layout .data-thumb-view-header .add-new-data{background-color:#262C49}body.dark-layout .data-list-view-header .add-new-data .new-data-title,body.dark-layout .data-thumb-view-header .add-new-data .new-data-title{border-color:#414561}body.dark-layout .data-list-view-header .add-new-data .new-data-title .hide-data-sidebar i,body.dark-layout .data-thumb-view-header .add-new-data .new-data-title .hide-data-sidebar i{color:#C2C6DC}body.dark-layout .data-list-view-header .add-new-data .data-items .custom-select,body.dark-layout .data-list-view-header .add-new-data .data-items .form-control,body.dark-layout .data-thumb-view-header .add-new-data .data-items .custom-select,body.dark-layout .data-thumb-view-header .add-new-data .data-items .form-control{background-color:#10163A}body.dark-layout .bd-example .d-flex,body.dark-layout .bd-example .row{background-color:#262C49}body.dark-layout .bd-example .d-flex .bd-highlight,body.dark-layout .bd-example .d-flex .col,body.dark-layout .bd-example .d-flex [class*=col-],body.dark-layout .bd-example .row .bd-highlight,body.dark-layout .bd-example .row .col,body.dark-layout .bd-example .row [class*=col-]{background-color:#262C49;border-color:grey}body.dark-layout .accordion .collapse-border-item,body.dark-layout .accordion[data-toggle-hover=true] .card,body.dark-layout .collapse-bordered .collapse-header,body.dark-layout .collapse[data-toggle-hover=true] .card{border-color:rgba(255,255,255,.04)}body.dark-layout .bd-example .height-example-wrapper{background-color:#343661!important}body.dark-layout .bd-example .height-example,body.dark-layout .bd-example .width-example{background-color:#262C49!important}body.dark-layout .bd-example-row-flex-cols .row{background-color:#262C49}body.dark-layout .colors-container span{color:#FFF}body.dark-layout .alert .alert-heading,body.dark-layout .alert p{color:inherit}body.dark-layout .alert.alert-dark .alert-heading,body.dark-layout .alert.alert-dark p{color:#B8C2CC}body.dark-layout .content-header-left .breadcrumbs-top .content-header-title{color:#EBEEFD}body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item,body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before{color:#C2C6DC}body.dark-layout .content-header-left .breadcrumbs-top .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.active) a:hover{color:#7367F0}body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item,body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:before,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:before{color:#C2C6DC}body.dark-layout #breadcrumb-alignment .breadcrumb .breadcrumb-item:not(.active) a:hover,body.dark-layout #default-breadcrumb .breadcrumb .breadcrumb-item:not(.active) a:hover{color:#7367F0}body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item,body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item a,body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item:before{color:#C2C6DC}body.dark-layout #component-breadcrumbs .breadcrumb .breadcrumb-item.active{color:#7367F0}body.dark-layout .collapse-bordered.accordion-shadow{box-shadow:0 0 8px 0 rgba(255,255,255,.1)}body.dark-layout .collapse-margin{box-shadow:0 2px 15px 0 rgba(255,255,255,.1)}body.dark-layout .collapse-icon .card-header a{color:#C2C6DC}body.dark-layout .btn.btn-icon i{color:#FFF}body.dark-layout .btn.btn-dark,body.dark-layout .btn.btn-flat-dark,body.dark-layout .btn.btn-outline-dark{color:#B8C2CC}body.dark-layout .btn.btn-dark{background-color:#4E5154!important}body.dark-layout .btn.btn-outline-dark{border-color:#4E5154;color:#B8C2CC}body.dark-layout .activity-timeline,body.dark-layout .dropdown-menu .dropdown-divider,body.dark-layout .media-bordered .media{border-color:#414561}body.dark-layout .btn.btn-flat-dark:active,body.dark-layout .btn.btn-flat-dark:focus{background:#4E5154}body.dark-layout .btn.btn-white{color:#626262}body.dark-layout .dropdown-toggle:hover i,body.dark-layout .dropdown-toggle:hover:after{color:#FFF}body.dark-layout .dropdown-menu{background-color:#262C49}body.dark-layout .dropdown-menu .dropdown-item:focus,body.dark-layout .dropdown-menu .dropdown-item:hover,body.dark-layout .dropdown-menu:before{background:#262C49}body.dark-layout .dropdown-menu .form-control,body.dark-layout .modal .modal-header,body.dark-layout .modal .modal-header[class*=bg-],body.dark-layout .search-bar .form-control{background-color:#10163A}body.dark-layout .dropdown-menu .dropdown-item{color:#C2C6DC}body.dark-layout .btn-white~.dropdown-menu .dropdown-item:not(.acitve):hover{color:#7367F0!important}body.dark-layout .btn-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .btn-flat-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .btn-outline-dark~.dropdown-menu .dropdown-item:hover,body.dark-layout .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i{color:#C2C6DC}body.dark-layout .modal .modal-header .close span,body.dark-layout .modal .modal-header[class*=bg-] .close span,body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link:hover{color:#FFF}body.dark-layout .modal .modal-header .close,body.dark-layout .modal .modal-header[class*=bg-] .close{background-color:#262C49;text-shadow:none}body.dark-layout .modal .modal-body,body.dark-layout .modal .modal-content,body.dark-layout .modal .modal-footer{background-color:#262C49}body.dark-layout .modal .modal-body .custom-file-label,body.dark-layout .modal .modal-body .custom-file-label:after,body.dark-layout .modal .modal-body .form-control,body.dark-layout .modal .modal-body .picker__input,body.dark-layout .modal .modal-content .custom-file-label,body.dark-layout .modal .modal-content .custom-file-label:after,body.dark-layout .modal .modal-content .form-control,body.dark-layout .modal .modal-content .picker__input,body.dark-layout .modal .modal-footer .custom-file-label,body.dark-layout .modal .modal-footer .custom-file-label:after,body.dark-layout .modal .modal-footer .form-control,body.dark-layout .modal .modal-footer .picker__input{background-color:#10163A!important}body.dark-layout .pagination:not([class*=pagination-]) .page-item.active{background-color:#262C49}body.dark-layout .pagination:not([class*=pagination-]) .page-item.active .page-link{background-color:#7367F0}body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link{background-color:#262C49;color:#FFF}body.dark-layout .pagination:not([class*=pagination-]) .page-item .page-link:hover{color:#7367F0}body.dark-layout .pagination:not([class*=pagination-]) .page-item.next-item .page-link:hover,body.dark-layout .pagination:not([class*=pagination-]) .page-item.prev-item .page-link:hover{color:#FFF}body.dark-layout .pagination[class*=pagination-] .page-item:not(.active):not(:hover) .page-link{background-color:#262C49;color:#FFF}body.dark-layout .pagination[class*=pagination-] .page-item.active,body.dark-layout .pagination[class*=pagination-] .page-item:not(.active) .page-link:hover{background-color:#262C49}body.dark-layout .nav .nav-item .nav-link{color:#C2C6DC}body.dark-layout .nav .nav-item .nav-link.active,body.dark-layout .nav .nav-item .nav-link:hover{color:#7367F0}body.dark-layout #navbar-component #basic-navbar .navbar{background-color:#262C49}body.dark-layout #navbar-component .navbar .nav .nav-item a{color:#C2C6DC!important}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link{background-color:inherit}body.dark-layout .nav .nav-item .nav-link,body.dark-layout .nav .nav-item .nav-link.active,body.dark-layout .nav-tabs .nav-item .nav-link,body.dark-layout .nav-tabs .nav-item .nav-link.active,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active,body.dark-layout .nav-tabs.nav-justified~.tab-content .tab-pane,body.dark-layout .nav-tabs~.tab-content .tab-pane,body.dark-layout .nav-vertical .nav.nav-tabs.nav-left~.tab-content .tab-pane,body.dark-layout .nav-vertical .nav.nav-tabs.nav-right~.tab-content .tab-pane,body.dark-layout .nav~.tab-content .tab-pane{background-color:#10163A}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link span{color:inherit}body.dark-layout #navbar-component .navbar .nav .nav-item .nav-link .badge{color:#FFF}body.dark-layout .nav .nav-item .nav-link.disabled,body.dark-layout .nav-tabs .nav-item .nav-link.disabled,body.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.disabled{opacity:.5}body.dark-layout .nav-pills .nav-item .nav-link.active{color:#FFF;background-color:#7367F0}body.dark-layout .nav-pills.nav-active-bordered-pill .nav-item .nav-link.active{background-color:transparent}body.dark-layout .card,body.dark-layout .card .card-header .heading-elements.visible ul li,body.dark-layout .card .heading-elements.visible .list-inline{background-color:#10163A}body.dark-layout .card .card-footer,body.dark-layout .card .card-header{color:#C2C6DC;background-color:#10163A}body.dark-layout .card .card-body,body.dark-layout .card .card-footer{color:#C2C6DC;border-color:#414561}body.dark-layout #dashboard-analytics .bg-analytics p,body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-body .chat-content p,body.dark-layout .card.overlay-img-card .card-img-overlay p,body.dark-layout .card.overlay-img-card .card-img-overlay span{color:#FFF}body.dark-layout #dashboard-analytics .bg-analytics{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7))}body.dark-layout #dashboard-analytics .bg-analytics .card-body{background-color:transparent}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content{background-color:#171E49;border:1px solid #414561}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .user-chats .chats .chat-left .chat-content p{color:#C2C6DC}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer{border-top:1px solid #414561}body.dark-layout #dashboard-ecommerce .chat-application .chat-app-window .chat-footer .card-body,body.dark-layout #overlay-image-chat-cards .chat-application .chat-app-window .chat-footer .card-body{padding-top:1.5rem!important}body.dark-layout .badge,body.dark-layout .badge span,body.dark-layout .badge:hover i{color:#FFF}body.dark-layout .popover .popover-body,body.dark-layout .toast .toast-body,body.dark-layout .toast .toast-header{color:#C2C6DC;background-color:#262C49}body.dark-layout .popover[x-placement=top] .arrow:after{border-top-color:#262C49}body.dark-layout .popover[x-placement=bottom] .arrow:after{border-bottom-color:#7367F0}body.dark-layout .popover[x-placement=left] .arrow:after{border-left-color:#262C49}body.dark-layout .popover[x-placement=right] .arrow:after{border-right-color:#262C49}body.dark-layout .toast{background-color:#262C49;box-shadow:-5px 5px 5px 0 rgba(0,0,0,.3)}body.dark-layout .toast .toast-header{border-color:#414561}body.dark-layout .toast .toast-header .close{text-shadow:none;opacity:1}body.dark-layout .avatar .avatar-content,body.dark-layout .chip .chip-body .chip-text,body.dark-layout .chip .chip-body span{color:#FFF}body.dark-layout .avatar{background-color:#262C49}body.dark-layout .chip{background-color:#262C49}body.dark-layout .chip .avatar{background-color:#10163A}body.dark-layout .divider .divider-text{background-color:transparent;color:#C2C6DC}body.dark-layout .divider .divider-text::after,body.dark-layout .divider .divider-text::before{border-color:#414561}body.dark-layout .divider.divider-dark .divider-text::after,body.dark-layout .divider.divider-dark .divider-text::before{border-color:#4E5154!important}body.dark-layout .list-group .list-group-item.list-group-item-action,body.dark-layout .list-group .list-group-item:not([class*=list-group-item-]){background-color:#10163A;border-color:#414561;color:#C2C6DC}body.dark-layout .list-group .list-group-item.list-group-item-action:hover,body.dark-layout .list-group .list-group-item:not([class*=list-group-item-]):hover{background-color:#262C49}body.dark-layout .list-group .list-group-item.active{background-color:#7367F0;color:#FFF}body.dark-layout .list-group .list-group-item.active:hover{background-color:#7367F0}body.dark-layout .bootstrap-touchspin .form-control,body.dark-layout .custom-file-label:after,body.dark-layout .list-group .list-group-item.disabled{background-color:#262C49}body.dark-layout .list-group .list-group-item.active p,body.dark-layout .list-group .list-group-item.active small{color:#FFF}body.dark-layout .spinner-border{border-color:currentColor transparent currentColor currentColor!important}body.dark-layout .custom-file-label,body.dark-layout input.form-control,body.dark-layout textarea.form-control{background-color:#262C49;color:#C2C6DC}body.dark-layout .custom-file-label:not(:focus),body.dark-layout input.form-control:not(:focus),body.dark-layout textarea.form-control:not(:focus){border:0}body.dark-layout .custom-file-label::-webkit-input-placeholder,body.dark-layout input.form-control::-webkit-input-placeholder,body.dark-layout textarea.form-control::-webkit-input-placeholder{color:#C2C6DC}body.dark-layout .custom-file-label::-moz-placeholder,body.dark-layout input.form-control::-moz-placeholder,body.dark-layout textarea.form-control::-moz-placeholder{color:#C2C6DC}body.dark-layout .custom-file-label:-ms-input-placeholder,body.dark-layout input.form-control:-ms-input-placeholder,body.dark-layout textarea.form-control:-ms-input-placeholder{color:#C2C6DC}body.dark-layout .custom-file-label::-ms-input-placeholder,body.dark-layout input.form-control::-ms-input-placeholder,body.dark-layout textarea.form-control::-ms-input-placeholder{color:#C2C6DC}body.dark-layout .custom-file-label::placeholder,body.dark-layout input.form-control::placeholder,body.dark-layout textarea.form-control::placeholder{color:#C2C6DC}body.dark-layout .custom-file-label~.form-control-position i,body.dark-layout input.form-control~.form-control-position i,body.dark-layout textarea.form-control~.form-control-position i{color:#C2C6DC}body.dark-layout .custom-file-label:focus~.form-control-position i,body.dark-layout input.form-control:focus~.form-control-position i,body.dark-layout textarea.form-control:focus~.form-control-position i{color:#7367F0}body.dark-layout .custom-file-label:disabled,body.dark-layout .custom-file-label[readonly=readonly],body.dark-layout input.form-control:disabled,body.dark-layout input.form-control[readonly=readonly],body.dark-layout textarea.form-control:disabled,body.dark-layout textarea.form-control[readonly=readonly]{opacity:.5}body.dark-layout .char-textarea.active{color:#C2C6DC!important}body.dark-layout .char-textarea.max-limit{color:#EA5455!important}body.dark-layout .custom-file-label:after{border-left:1px solid #414561;color:#C2C6DC}body.dark-layout .has-icon-left.input-divider-left .form-control-position i{border-right-color:#414561}body.dark-layout .has-icon-left.input-divider-right .form-control-position i{border-left-color:#414561}body.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up,body.dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min{background-color:#B8C2CC!important;opacity:1}body.dark-layout .custom-select,body.dark-layout select.form-control{background-color:#262C49;color:#C2C6DC;border:0}body.dark-layout .custom-select option:checked,body.dark-layout select.form-control option:checked{background-color:#10163A}body.dark-layout .select2-container .select2-selection{background:#262C49}body.dark-layout .select2-container .select2-selection .select2-selection__rendered{color:#C2C6DC}body.dark-layout .select2-container .select2-selection .select2-selection__rendered .select2-search__field{color:#FFF}body.dark-layout .select2-container .select2-selection .select2-selection__arrow b{border-top-color:#414561}body.dark-layout .select2-container .select2-dropdown{background-color:#10163A}body.dark-layout .select2-container .select2-dropdown .select2-search__field{background-color:#262C49;color:#C2C6DC}body.dark-layout .select2-container .select2-dropdown.bg-info .select2-results__options .select2-results__option{color:#FFF}body.dark-layout .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]{background-color:#7367F0}body.dark-layout .select2-container.select2-container--classic .selection .select2-selection__arrow{background-image:none;background-color:#262C49;border-color:rgba(255,255,255,.1)}body.dark-layout .custom-switch .custom-control-input[disabled]~.custom-control-label{opacity:.5}body.dark-layout .custom-switch .custom-control-input:checked~.custom-control-label::before,body.dark-layout .custom-switch .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#7367F0}body.dark-layout .custom-switch .custom-control-label:before{background-color:#262C49}body.dark-layout .picker__input{background-color:#262C49!important}body.dark-layout .picker__holder{background-color:#262C49}body.dark-layout .picker__holder .picker__header .picker__month,body.dark-layout .picker__holder .picker__header .picker__year{color:#C2C6DC}body.dark-layout .picker__holder .picker__header .picker__select--month,body.dark-layout .picker__holder .picker__header .picker__select--year{color:#C2C6DC;background-color:#262C49}body.dark-layout .picker__holder .picker__header .picker__nav--next:hover,body.dark-layout .picker__holder .picker__header .picker__nav--prev:hover{background-color:#10163A}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day,body.dark-layout .picker__holder .picker__table thead tr .picker__weekday{color:#C2C6DC}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day:hover{background-color:transparent;border:1px solid #4EC6E8;color:#C2C6DC}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--disabled{color:#C2C6DC;opacity:.5;background:#10163A}body.dark-layout .picker__holder .picker__table tbody tr td .picker__day--today{background-color:#10163A}body.dark-layout .picker__holder .picker__footer .picker__button--clear,body.dark-layout .picker__holder .picker__footer .picker__button--close,body.dark-layout .picker__holder .picker__footer .picker__button--today{background-color:#262C49;color:#C2C6DC}body.dark-layout .picker--time .picker__holder .picker__list{background-color:#262C49}body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--selected,body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item:hover{background-color:#10163A}body.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--disabled{background-color:#10163A;color:#B8C2CC;opacity:.5}body.dark-layout .picker--time .picker__holder .picker__list .picker__button--clear{background-color:#262C49;color:#C2C6DC}body.dark-layout .custom-control-label::before{background-color:#414561}body.dark-layout .custom-control-input:disabled~.custom-control-label::before{background-color:rgba(65,69,97,.5);border-color:#414561}body.dark-layout .wizard .steps ul .disabled a,body.dark-layout .wizard .steps ul .done a{color:#C2C6DC!important}body.dark-layout .wizard .steps ul .disabled a:hover,body.dark-layout .wizard .steps ul .done a:hover{color:#C2C6DC}body.dark-layout .wizard .steps ul .disabled a .step,body.dark-layout .wizard .steps ul .done a .step{background-color:#262C49;color:#FFF}body.dark-layout .input-group .input-group-append .input-group-text,body.dark-layout .input-group .input-group-prepend .input-group-text{background-color:#10163A;border:1px solid #414561}body.dark-layout .input-group .form-control~.input-group-append,body.dark-layout .input-group .input-group-prepend~.form-control{border-left:1px solid #414561}body.dark-layout .form-label-group>input:not(:focus):not(:placeholder-shown)~label,body.dark-layout .form-label-group>textarea:not(:focus):not(:placeholder-shown)~label{color:#C2C6DC!important}body.dark-layout .table{background-color:#212744}body.dark-layout .table .thead tr:not([class*=table-]) td,body.dark-layout .table .thead tr:not([class*=table-]) th,body.dark-layout .table tbody tr:not([class*=table-]) td,body.dark-layout .table tbody tr:not([class*=table-]) th{border:0;color:#C2C6DC}body.dark-layout .table .thead tr:not([class*=table-]) td code,body.dark-layout .table .thead tr:not([class*=table-]) th code,body.dark-layout .table tbody tr:not([class*=table-]) td code,body.dark-layout .table tbody tr:not([class*=table-]) th code{background-color:#10163A}body.dark-layout .table thead tr th{border:0;background-color:#212744;color:#C2C6DC}body.dark-layout .table tbody tr[class*=table-] td,body.dark-layout .table tbody tr[class*=table-] th{background-color:unset;color:#22292F;border-color:#414561}body.dark-layout .table tbody tr.table-dark td,body.dark-layout .table tbody tr.table-dark th{color:#FFF}body.dark-layout .table tbody tr.table-active td,body.dark-layout .table tbody tr.table-active th{color:#C2C6DC}body.dark-layout .table tbody tr th{background-color:#262C49}body.dark-layout .table tbody tr td{background-color:#262C49;color:#C2C6DC}body.dark-layout .table.table-bordered,body.dark-layout .table.table-bordered tbody tr td,body.dark-layout .table.table-bordered tbody tr th,body.dark-layout .table.table-bordered thead tr td,body.dark-layout .table.table-bordered thead tr th{border:1px solid #414561}body.dark-layout .dataTables_wrapper .table.dataTable,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot tr th,body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tfoot tr th{border:0}body.dark-layout .table.table-hover tbody tr:hover{background-color:#10163A}body.dark-layout .table.table-hover tbody tr td,body.dark-layout .table.table-hover tbody tr th{background-color:unset}body.dark-layout .table.table-striped tbody tr:nth-of-type(odd){background-color:#10163A}body.dark-layout .table.table-striped tbody tr td,body.dark-layout .table.table-striped tbody tr th{background-color:unset}body.dark-layout .table.table-mx-0,body.dark-layout .table.table-mx-0 tbody tr td,body.dark-layout .table.table-mx-0 tbody tr th,body.dark-layout .table.table-mx-0 thead tr td,body.dark-layout .table.table-mx-0 thead tr th{background-color:#10163A}body.dark-layout .dataTables_wrapper .dt-buttons .btn-secondary,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-excel,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf,body.dark-layout .dataTables_wrapper .dt-buttons .buttons-print{background-color:#262C49!important}body.dark-layout .dataTables_wrapper .table.dataTable tbody td,body.dark-layout .dataTables_wrapper .table.dataTable tbody th,body.dark-layout .dataTables_wrapper .table.dataTable thead td,body.dark-layout .dataTables_wrapper .table.dataTable thead th{border:0;color:#C2C6DC}body.dark-layout .dataTables_wrapper .table.dataTable tfoot tr th{color:#C2C6DC}body.dark-layout .dataTables_wrapper .table.dataTable tr.group td{background-color:#212744;color:#FFF}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tbody tr:nth-of-type(even),body.dark-layout .dataTables_wrapper .table.dataTable.table-striped tbody tr:nth-of-type(even),body.dark-layout .dt-button-info,body.dark-layout .dt-button-info h2{background-color:#262C49}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers{border:1px solid #414561}body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot td,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers tfoot th,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead td,body.dark-layout .dataTables_wrapper .table.dataTable.complex-headers thead th{border-bottom:1px solid #414561;border-right:1px solid #414561}body.dark-layout .dt-button-info div{color:#C2C6DC}body.dark-layout .ag-grid-btns .filter-btn{background-color:transparent!important}body.dark-layout .ag-grid-btns .filter-btn:focus{color:#C2C6DC!important}body.dark-layout .ag-grid-btns .filter-btn:hover{box-shadow:none;color:#C2C6DC!important}body.dark-layout .ag-header,body.dark-layout .aggrid{background-color:#10163A;color:#C2C6DC;border-color:#414561}body.dark-layout .ag-header .ag-row-hover,body.dark-layout .ag-header .ag-row-selected,body.dark-layout .aggrid .ag-row-hover,body.dark-layout .aggrid .ag-row-selected{background-color:#262C49!important}body.dark-layout .ag-header .ag-icon,body.dark-layout .aggrid .ag-icon{color:#C2C6DC}body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-checked,body.dark-layout .ag-header .ag-icon.ag-icon-checkbox-indeterminate,body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-checked,body.dark-layout .aggrid .ag-icon.ag-icon-checkbox-indeterminate{color:#7367F0}body.dark-layout .ag-header .ag-cell,body.dark-layout .ag-header .ag-floating-filter-input,body.dark-layout .ag-header .ag-header-cell,body.dark-layout .ag-header .ag-horizontal-left-spacer,body.dark-layout .ag-header .ag-paging-panel,body.dark-layout .ag-header .ag-pinned-left-cols-container,body.dark-layout .ag-header .ag-pinned-left-header,body.dark-layout .ag-header .ag-row,body.dark-layout .aggrid .ag-cell,body.dark-layout .aggrid .ag-floating-filter-input,body.dark-layout .aggrid .ag-header-cell,body.dark-layout .aggrid .ag-horizontal-left-spacer,body.dark-layout .aggrid .ag-paging-panel,body.dark-layout .aggrid .ag-pinned-left-cols-container,body.dark-layout .aggrid .ag-pinned-left-header,body.dark-layout .aggrid .ag-row{border-color:#414561!important;color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu,body.dark-layout .aggrid .ag-popup .ag-menu{background-color:#262C49}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select{background-color:transparent;border-color:#414561;color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-webkit-input-placeholder,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-webkit-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-webkit-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-webkit-input-placeholder{color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-moz-placeholder,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-moz-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-moz-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-moz-placeholder{color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter:-ms-input-placeholder,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select:-ms-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter:-ms-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select:-ms-input-placeholder{color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::-ms-input-placeholder,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::-ms-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::-ms-input-placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::-ms-input-placeholder{color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-filter::placeholder,body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select::placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-filter::placeholder,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select::placeholder{color:#C2C6DC}body.dark-layout .ag-header .ag-popup .ag-menu .ag-filter-select option,body.dark-layout .aggrid .ag-popup .ag-menu .ag-filter-select option{background-color:#262C49}body.dark-layout .ag-header .ag-paging-panel .ag-disabled,body.dark-layout .aggrid .ag-paging-panel .ag-disabled{background-color:#373F6D}body.dark-layout .ag-header .ag-paging-panel .ag-disabled .ag-icon,body.dark-layout .aggrid .ag-paging-panel .ag-disabled .ag-icon{color:#C2C6DC!important}body.dark-layout .ag-header .ag-paging-panel span[ref=lbTotal],body.dark-layout .aggrid .ag-paging-panel span[ref=lbTotal]{background-color:#373F6D;color:#C2C6DC!important}body.dark-layout .ag-header ::-webkit-scrollbar-track,body.dark-layout .aggrid ::-webkit-scrollbar-track{background:#262C49}body.dark-layout .ag-header ::-webkit-scrollbar-thumb,body.dark-layout .aggrid ::-webkit-scrollbar-thumb{background:#7367F0}body.dark-layout .bg-authentication{background-color:#EFF2F7}body.dark-layout #search-website .search-bar .form-control,body.dark-layout #search-website .search-pagination .pagination .page-item,body.dark-layout #user-profile .profile-header .profile-header-nav,body.dark-layout .bg-authentication .card-footer,body.dark-layout .bg-authentication .form-group.row{background-color:#10163A}body.dark-layout .bg-authentication .card-footer .btn-facebook span,body.dark-layout .bg-authentication .card-footer .btn-twitter span,body.dark-layout .bg-authentication .form-group.row .btn-facebook span,body.dark-layout .bg-authentication .form-group.row .btn-twitter span{color:#FFF}body.dark-layout .getting-started .clockCard p{color:#C2C6DC!important}body.dark-layout #search-website .search-menu .search-filter{background-color:#10163A;color:#C2C6DC}body.dark-layout #search-website .search-result-info .dropdown-toggle{color:#C2C6DC}body.dark-layout #search-website .search-pagination .pagination .page-item.active .page-link{background-color:#7367F0}body.dark-layout #search-website .search-pagination .pagination .page-item .page-link,body.dark-layout .faq .accordion .collapse-margin,body.dark-layout .invoice-print .form-control{background-color:#10163A}body.dark-layout .faq .accordion .collapse-title{color:#EBEEFD}body.dark-layout .faq-bg .card-body .card-text,body.dark-layout .knowledge-base-bg .card-body .card-text{color:#FFF}body.dark-layout .search-content .card .card-body .text-dark{color:#C2C6DC!important}body.dark-layout .knowledge-base-category .list-group .list-group-item,body.dark-layout .knowledge-base-question .list-group .list-group-item{color:#7367F0}body.dark-layout .invoice-items-table .table-borderless,body.dark-layout .invoice-total-table .table-borderless{border:0}body.dark-layout .apexcharts-canvas .apexcharts-gridlines-horizontal .apexcharts-gridline{stroke:#414561}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip{background-color:#212744;border-color:#262C49}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-tooltip-title,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-text,body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-tooltip-title{background-color:#212744;color:#C2C6DC}body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-label,body.dark-layout .apexcharts-canvas .apexcharts-tooltip.dark .apexcharts-tooltip-text .apexcharts-tooltip-text-value{color:#FFF}body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:before{border-bottom-color:transparent}body.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:after{border-bottom-color:#262C49}body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:before{border-left-color:transparent}body.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:after{border-left-color:#262C49}body.dark-layout .apexcharts-canvas text{fill:#FFF!important}body.dark-layout .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text{color:#C2C6DC!important}body.dark-layout .apexcharts-canvas .apexcharts-radialbar-track path{stroke:#262C49}body.dark-layout .apexcharts-canvas .apexcharts-inner polygon{stroke:#212744!important;fill:#262C49!important}body.dark-layout .apexcharts-canvas .apexcharts-pie-series path{stroke:#262C49}body.dark-layout .apexcharts-canvas .apexcharts-menu{background-color:#262C49;border:0}body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-menu-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-reset-zoom-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-in-icon:hover svg,body.dark-layout .apexcharts-canvas .apexcharts-toolbar .apexcharts-zoom-out-icon:hover svg{fill:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper{border-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-sidebar{background-color:#262C49}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search{background-color:#10163A;border-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-webkit-input-placeholder{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-moz-placeholder{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:-ms-input-placeholder{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::-ms-input-placeholder{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control::placeholder{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control:focus~.form-control-position i{color:#7367F0}body.dark-layout.email-application .app-content .content-area-wrapper .app-fixed-search .form-control-position i{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list-wrapper .app-action{border-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item{background:#262C49}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item.active:hover,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item.active:hover{color:#7367F0}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header .email-header-right .list-inline-item .dropdown-toggle,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .app-action .action-right .list-inline-item .dropdown-toggle,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .mail-message p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read .user-details p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .mail-message p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .list-group-item-text,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details .mail-meta-item .mail-date,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media .user-details p,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-labels .list-group-item:hover,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-menu .sidebar-menu-list .list-group-messages .list-group-item:hover{color:#C2C6DC}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media{border-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media:hover{box-shadow:0 0 0 0 #1E1E1E}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active a,body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .navigation>li ul .active,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item:hover{box-shadow:none}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .media{background-color:#262C49}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-list .email-user-list .mail-read{background-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details.show{background-color:#212744}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-header{background-color:#10163A;border-color:#414561}body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .email-detail-head,body.dark-layout.email-application .app-content .content-area-wrapper .email-app-details .mail-message-wrapper{border-color:#414561!important}body.dark-layout.chat-application .content-area-wrapper{border-color:#414561}body.dark-layout.chat-application .sidebar .chat-profile-sidebar{background-color:#262C49;border-color:#343661}body.dark-layout.chat-application .sidebar .sidebar-content{background-color:#262C49;border-color:#414561}body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search{border-color:#414561}body.dark-layout.chat-application .sidebar .sidebar-content .chat-fixed-search .form-control{background-color:#10163A;border-color:#414561}body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li{border-color:#414561}body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li:not(.active):hover{background:#10163A}body.dark-layout.chat-application .sidebar .sidebar-content .chat-user-list .chat-users-list-wrapper li.active .contact-info p{color:#FFF}body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area{background-color:#171E49}body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-icon,body.dark-layout.chat-application .content-right .chat-app-window .start-chat-area .start-chat-text{background:#262C49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats{background-color:#171E49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content{border:1px solid #414561}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-left .chat-content p{color:#C2C6DC}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content p{color:#FFF}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .search-results,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .search-results,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .result-toggler .shop-sidebar-toggler i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn:not(.active) i,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn:not(.active) i,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .filter-heading,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list li,body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .ratings-list~.stars-received,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-form .todo-item-action,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item:hover,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item:hover,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-delete i,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-favorite:not(.warning) i,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .todo-item-action .todo-item-info:not(.success) i{color:#C2C6DC}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .user-chats .chat-content{background-color:#262C49}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form{background-color:#10163A}body.dark-layout.chat-application .content-right .chat-app-window .active-chat .chat-app-form .form-control{background-color:#343661}body.dark-layout.chat-application .content-right .user-profile-sidebar{background-color:#262C49;border-color:#343661}body.dark-layout .fc .fc-widget-content,body.dark-layout .fc .fc-widget-header,body.dark-layout .ql-container,body.dark-layout .ql-toolbar,body.dark-layout .quill-toolbar,body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .card-body,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .card-body,body.dark-layout.todo-application .content-area-wrapper,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-app-list-wrapper,body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item{border-color:#414561}body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-filters .list-group-item,body.dark-layout.todo-application .content-area-wrapper .sidebar .todo-sidebar .list-group-labels .list-group-item{background-color:#262C49}body.dark-layout.todo-application .content-area-wrapper .todo-app-area .app-fixed-search{background-color:#10163A;border-color:#414561}body.dark-layout.todo-application .content-area-wrapper .todo-app-area .todo-task-list .todo-item .chip{background-color:#10163A}body.dark-layout.ecommerce-application .sidebar-left .sidebar-shop .price-slider .range-slider{background-color:#262C49}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .select2 .select2-selection,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .select2 .select2-selection{background-color:#10163A}body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .grid-view-btn,body.dark-layout.ecommerce-application .content-body .ecommerce-header-items .view-options .view-btn-option .list-view-btn,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .grid-view-btn,body.dark-layout.ecommerce-application .content-right .ecommerce-header-items .view-options .view-btn-option .list-view-btn{background-color:#10163A!important}body.dark-layout.ecommerce-application .content-body .search-product,body.dark-layout.ecommerce-application .content-right .search-product{background-color:#10163A}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-img,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-img{background-color:#FFF}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-name,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-name{color:#FFF}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .wishlist span,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .wishlist span{color:#2C2C2C}body.dark-layout.ecommerce-application .content-body .grid-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-body .list-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-right .grid-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .content-right .list-view .ecommerce-card .item-options .cart span,body.dark-layout.ecommerce-application .wishlist-items .ecommerce-card .move-cart .move-to-cart{color:#FFF}body.dark-layout.ecommerce-application .content-body .pagination .page-item,body.dark-layout.ecommerce-application .content-body .pagination .page-item.active,body.dark-layout.ecommerce-application .content-right .pagination .page-item,body.dark-layout.ecommerce-application .content-right .pagination .page-item.active{background-color:#10163A}body.dark-layout.ecommerce-application .content-body .pagination .page-item.active .page-link,body.dark-layout.ecommerce-application .content-right .pagination .page-item.active .page-link{background-color:#7367F0}body.dark-layout.ecommerce-application .content-body .pagination .page-item .page-link,body.dark-layout.ecommerce-application .content-right .pagination .page-item .page-link{background-color:#10163A}body.dark-layout.ecommerce-application .product-checkout .checkout-options .detail-total{color:#C2C6DC}body.dark-layout.ecommerce-application .item-features{background-color:#171E49}body.dark-layout .fc .fc-header-toolbar .fc-button span{color:#FFF}body.dark-layout .fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month{background-color:#6A6D83}body.dark-layout .fc .fc-divider{background:#262C49}body.dark-layout .noUi-target,body.dark-layout .swal2-container .swal2-modal,body.dark-layout .swal2-container .swal2-modal .swal2-header{background-color:#262C49}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-title{color:#C2C6DC}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-icon-text{color:inherit}body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-animate-success-icon,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-left,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-circular-line-right,body.dark-layout .swal2-container .swal2-modal .swal2-header .swal2-success-fix{background-color:#262C49!important}body.dark-layout .swal2-container .swal2-modal .swal2-content{color:#C2C6DC}body.dark-layout .ql-toolbar .ql-formats .ql-picker-label,body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover),body.dark-layout .quill-toolbar .ql-formats .ql-picker-label,body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options span:not(:hover),body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input{color:#FFF}body.dark-layout .swal2-container .swal2-modal .swal2-content .swal2-input,body.dark-layout .swal2-container .swal2-modal .swal2-content code,body.dark-layout .swal2-container .swal2-modal .swal2-content pre{background-color:#10163A}body.dark-layout .toast-container .toast.toast-info{background-color:#00CFE8}body.dark-layout .toast-container .toast.toast-success{background-color:#28C76F}body.dark-layout .toast-container .toast.toast-error{background-color:#EA5455}body.dark-layout .toast-container .toast.toast-warning{background-color:#FF9F43}body.dark-layout .dropzone{background-color:#262C49}body.dark-layout .ql-toolbar .ql-formats .ql-fill,body.dark-layout .ql-toolbar .ql-formats .ql-stroke,body.dark-layout .quill-toolbar .ql-formats .ql-fill,body.dark-layout .quill-toolbar .ql-formats .ql-stroke{stroke:#FFF}body.dark-layout .ql-toolbar .ql-formats .ql-fill,body.dark-layout .quill-toolbar .ql-formats .ql-fill{fill:#FFF}body.dark-layout .ql-toolbar .ql-header.ql-expanded .ql-picker-options,body.dark-layout .quill-toolbar .ql-header.ql-expanded .ql-picker-options{background-color:#10163A}body.dark-layout .ql-editor .ql-syntax{background-color:#262C49}body.dark-layout .ql-editor.ql-blank:before{color:#C2C6DC}body.dark-layout .context-menu-list .context-menu-item.context-menu-hover span,body.dark-layout .shepherd-content .shepherd-text p{color:#FFF}body.dark-layout .context-menu-list .context-menu-item.context-menu-hover .context-menu-list .context-menu-item span,body.dark-layout .customizer .customizer-close i{color:#C2C6DC}body.dark-layout .swiper-slide{background-color:#262C49!important}body.dark-layout .customizer{background-color:#262C49}body.dark-layout.fixed-footer .footer{background-color:#10163A}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav .dropdown-submenu.show{background-color:#10163A!important;color:#C2C6DC}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav .dropdown-menu a:hover{color:#C2C6DC!important}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active i,body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active span{color:#FFF!important}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li.active a{background-color:#10163A!important;color:#C2C6DC}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li:not(.active) a{background-color:#262C49!important}body.dark-layout.horizontal-layout .main-menu-content .navbar-nav li.active .dropdown-menu li.open.active>a{color:#C2C6DC!important}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .navigation>li ul .active .hover>a{background-color:transparent}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active ul li.active{border-radius:0}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu .nav-item.active.sidebar-group-active .open ul li.active a{background:-webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7))!important;background:linear-gradient(118deg,#7367F0,rgba(115,103,240,.7))!important;margin-bottom:7px;box-shadow:0 0 6px 1px rgba(115,103,240,.6)!important;color:#FFF}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu ul li{background:#10163A!important}body.dark-layout.horizontal-layout.vertical-overlay-menu .main-menu ul li a{color:#C2C6DC!important}
\ No newline at end of file
diff --git a/www/assets2/css/themes/semi-dark-layout.css b/www/assets2/css/themes/semi-dark-layout.css
new file mode 100644
index 0000000..ff368cc
--- /dev/null
+++ b/www/assets2/css/themes/semi-dark-layout.css
@@ -0,0 +1,56 @@
+/*========================================================
+ DARK LAYOUT
+=========================================================*/
+body.semi-dark-layout {
+ /************ Main Menu **************/
+}
+body.semi-dark-layout .main-menu {
+ background-color : #10163A;
+}
+body.semi-dark-layout .main-menu .shadow-bottom {
+ background : -webkit-linear-gradient(top, #0F1642 44%, rgba(15, 22, 66, 0.51) 73%, rgba(44, 48, 60, 0));
+ background : linear-gradient(180deg, #0F1642 44%, rgba(15, 22, 66, 0.51) 73%, rgba(44, 48, 60, 0));
+}
+body.semi-dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a {
+ background-color : #262C49;
+}
+body.semi-dark-layout .main-menu-content .navigation-main {
+ background-color : #10163A;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item i {
+ color : #C2C6DC;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item.open a {
+ background-color : #262C49;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item a:after, body.semi-dark-layout .main-menu-content .navigation-main .nav-item a {
+ color : #C2C6DC;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content {
+ background-color : #10163A;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item {
+ color : #FFFFFF;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a {
+ background-color : #10163A;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .active .menu-title, body.semi-dark-layout .main-menu-content .navigation-main .active i {
+ color : #FFFFFF;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active a {
+ background : #10163A;
+ border-radius : 4px;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content {
+ background-color : #10163A;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active {
+ z-index : 1;
+}
+body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a {
+ background-color : transparent;
+}
+body.semi-dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a {
+ background : #262C49 !important;
+}
\ No newline at end of file
diff --git a/www/assets2/css/themes/semi-dark-layout.min.css b/www/assets2/css/themes/semi-dark-layout.min.css
new file mode 100644
index 0000000..8659c98
--- /dev/null
+++ b/www/assets2/css/themes/semi-dark-layout.min.css
@@ -0,0 +1 @@
+body.semi-dark-layout .main-menu-content .navigation-main .nav-item a,body.semi-dark-layout .main-menu-content .navigation-main .nav-item a:after,body.semi-dark-layout .main-menu-content .navigation-main .nav-item i{color:#C2C6DC}body.semi-dark-layout .main-menu{background-color:#10163A}body.semi-dark-layout .main-menu .shadow-bottom{background:-webkit-linear-gradient(top,#0F1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0));background:linear-gradient(180deg,#0F1642 44%,rgba(15,22,66,.51) 73%,rgba(44,48,60,0))}body.semi-dark-layout .main-menu:not(.expanded) .navigation .sidebar-group-active a{background-color:#262C49}body.semi-dark-layout .main-menu-content .navigation-main{background-color:#10163A}body.semi-dark-layout .main-menu-content .navigation-main .nav-item.open a{background-color:#262C49}body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content,body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a,body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content{background-color:#10163A}body.semi-dark-layout .main-menu-content .navigation-main .active .menu-title,body.semi-dark-layout .main-menu-content .navigation-main .active i,body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content .active .menu-item{color:#FFF}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active a{background:#10163A;border-radius:4px}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active{z-index:1}body.semi-dark-layout .main-menu-content .navigation-main .sidebar-group-active .menu-content .active a{background-color:transparent}body.semi-dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a{background:#262C49!important}
\ No newline at end of file
diff --git a/www/assets2/fonts/feather/fonts/feather.eot b/www/assets2/fonts/feather/fonts/feather.eot
new file mode 100644
index 0000000..58371d9
Binary files /dev/null and b/www/assets2/fonts/feather/fonts/feather.eot differ
diff --git a/www/assets2/fonts/feather/fonts/feather.svg b/www/assets2/fonts/feather/fonts/feather.svg
new file mode 100644
index 0000000..5dda143
--- /dev/null
+++ b/www/assets2/fonts/feather/fonts/feather.svg
@@ -0,0 +1,849 @@
+
+
+
+
diff --git a/www/assets2/fonts/feather/fonts/feather.ttf b/www/assets2/fonts/feather/fonts/feather.ttf
new file mode 100644
index 0000000..0b33dac
Binary files /dev/null and b/www/assets2/fonts/feather/fonts/feather.ttf differ
diff --git a/www/assets2/fonts/feather/fonts/feather.woff b/www/assets2/fonts/feather/fonts/feather.woff
new file mode 100644
index 0000000..9b03a72
Binary files /dev/null and b/www/assets2/fonts/feather/fonts/feather.woff differ
diff --git a/www/assets2/fonts/feather/iconfont.css b/www/assets2/fonts/feather/iconfont.css
new file mode 100644
index 0000000..a3d4aba
--- /dev/null
+++ b/www/assets2/fonts/feather/iconfont.css
@@ -0,0 +1,568 @@
+
+@font-face {
+ font-family: "feather";
+ src: url('fonts/feather.eot?t=1525787366991'); /* IE9*/
+ src: url('fonts/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('fonts/feather.woff?t=1525787366991') format('woff'), /* chrome, firefox */
+ url('fonts/feather.ttf?t=1525787366991') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('fonts/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */
+}
+
+.feather {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'feather' !important;
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-alert-octagon:before { content: "\e81b"; }
+
+.icon-alert-circle:before { content: "\e81c"; }
+
+.icon-activity:before { content: "\e81d"; }
+
+.icon-alert-triangle:before { content: "\e81e"; }
+
+.icon-align-center:before { content: "\e81f"; }
+
+.icon-airplay:before { content: "\e820"; }
+
+.icon-align-justify:before { content: "\e821"; }
+
+.icon-align-left:before { content: "\e822"; }
+
+.icon-align-right:before { content: "\e823"; }
+
+.icon-arrow-down-left:before { content: "\e824"; }
+
+.icon-arrow-down-right:before { content: "\e825"; }
+
+.icon-anchor:before { content: "\e826"; }
+
+.icon-aperture:before { content: "\e827"; }
+
+.icon-arrow-left:before { content: "\e828"; }
+
+.icon-arrow-right:before { content: "\e829"; }
+
+.icon-arrow-down:before { content: "\e82a"; }
+
+.icon-arrow-up-left:before { content: "\e82b"; }
+
+.icon-arrow-up-right:before { content: "\e82c"; }
+
+.icon-arrow-up:before { content: "\e82d"; }
+
+.icon-award:before { content: "\e82e"; }
+
+.icon-bar-chart:before { content: "\e82f"; }
+
+.icon-at-sign:before { content: "\e830"; }
+
+.icon-bar-chart-2:before { content: "\e831"; }
+
+.icon-battery-charging:before { content: "\e832"; }
+
+.icon-bell-off:before { content: "\e833"; }
+
+.icon-battery:before { content: "\e834"; }
+
+.icon-bluetooth:before { content: "\e835"; }
+
+.icon-bell:before { content: "\e836"; }
+
+.icon-book:before { content: "\e837"; }
+
+.icon-briefcase:before { content: "\e838"; }
+
+.icon-camera-off:before { content: "\e839"; }
+
+.icon-calendar:before { content: "\e83a"; }
+
+.icon-bookmark:before { content: "\e83b"; }
+
+.icon-box:before { content: "\e83c"; }
+
+.icon-camera:before { content: "\e83d"; }
+
+.icon-check-circle:before { content: "\e83e"; }
+
+.icon-check:before { content: "\e83f"; }
+
+.icon-check-square:before { content: "\e840"; }
+
+.icon-cast:before { content: "\e841"; }
+
+.icon-chevron-down:before { content: "\e842"; }
+
+.icon-chevron-left:before { content: "\e843"; }
+
+.icon-chevron-right:before { content: "\e844"; }
+
+.icon-chevron-up:before { content: "\e845"; }
+
+.icon-chevrons-down:before { content: "\e846"; }
+
+.icon-chevrons-right:before { content: "\e847"; }
+
+.icon-chevrons-up:before { content: "\e848"; }
+
+.icon-chevrons-left:before { content: "\e849"; }
+
+.icon-circle:before { content: "\e84a"; }
+
+.icon-clipboard:before { content: "\e84b"; }
+
+.icon-chrome:before { content: "\e84c"; }
+
+.icon-clock:before { content: "\e84d"; }
+
+.icon-cloud-lightning:before { content: "\e84e"; }
+
+.icon-cloud-drizzle:before { content: "\e84f"; }
+
+.icon-cloud-rain:before { content: "\e850"; }
+
+.icon-cloud-off:before { content: "\e851"; }
+
+.icon-codepen:before { content: "\e852"; }
+
+.icon-cloud-snow:before { content: "\e853"; }
+
+.icon-compass:before { content: "\e854"; }
+
+.icon-copy:before { content: "\e855"; }
+
+.icon-corner-down-right:before { content: "\e856"; }
+
+.icon-corner-down-left:before { content: "\e857"; }
+
+.icon-corner-left-down:before { content: "\e858"; }
+
+.icon-corner-left-up:before { content: "\e859"; }
+
+.icon-corner-up-left:before { content: "\e85a"; }
+
+.icon-corner-up-right:before { content: "\e85b"; }
+
+.icon-corner-right-down:before { content: "\e85c"; }
+
+.icon-corner-right-up:before { content: "\e85d"; }
+
+.icon-cpu:before { content: "\e85e"; }
+
+.icon-credit-card:before { content: "\e85f"; }
+
+.icon-crosshair:before { content: "\e860"; }
+
+.icon-disc:before { content: "\e861"; }
+
+.icon-delete:before { content: "\e862"; }
+
+.icon-download-cloud:before { content: "\e863"; }
+
+.icon-download:before { content: "\e864"; }
+
+.icon-droplet:before { content: "\e865"; }
+
+.icon-edit-2:before { content: "\e866"; }
+
+.icon-edit:before { content: "\e867"; }
+
+.icon-edit-1:before { content: "\e868"; }
+
+.icon-external-link:before { content: "\e869"; }
+
+.icon-eye:before { content: "\e86a"; }
+
+.icon-feather:before { content: "\e86b"; }
+
+.icon-facebook:before { content: "\e86c"; }
+
+.icon-file-minus:before { content: "\e86d"; }
+
+.icon-eye-off:before { content: "\e86e"; }
+
+.icon-fast-forward:before { content: "\e86f"; }
+
+.icon-file-text:before { content: "\e870"; }
+
+.icon-film:before { content: "\e871"; }
+
+.icon-file:before { content: "\e872"; }
+
+.icon-file-plus:before { content: "\e873"; }
+
+.icon-folder:before { content: "\e874"; }
+
+.icon-filter:before { content: "\e875"; }
+
+.icon-flag:before { content: "\e876"; }
+
+.icon-globe:before { content: "\e877"; }
+
+.icon-grid:before { content: "\e878"; }
+
+.icon-heart:before { content: "\e879"; }
+
+.icon-home:before { content: "\e87a"; }
+
+.icon-github:before { content: "\e87b"; }
+
+.icon-image:before { content: "\e87c"; }
+
+.icon-inbox:before { content: "\e87d"; }
+
+.icon-layers:before { content: "\e87e"; }
+
+.icon-info:before { content: "\e87f"; }
+
+.icon-instagram:before { content: "\e880"; }
+
+.icon-layout:before { content: "\e881"; }
+
+.icon-link-2:before { content: "\e882"; }
+
+.icon-life-buoy:before { content: "\e883"; }
+
+.icon-link:before { content: "\e884"; }
+
+.icon-log-in:before { content: "\e885"; }
+
+.icon-list:before { content: "\e886"; }
+
+.icon-lock:before { content: "\e887"; }
+
+.icon-log-out:before { content: "\e888"; }
+
+.icon-loader:before { content: "\e889"; }
+
+.icon-mail:before { content: "\e88a"; }
+
+.icon-maximize-2:before { content: "\e88b"; }
+
+.icon-map:before { content: "\e88c"; }
+
+.icon-map-pin:before { content: "\e88e"; }
+
+.icon-menu:before { content: "\e88f"; }
+
+.icon-message-circle:before { content: "\e890"; }
+
+.icon-message-square:before { content: "\e891"; }
+
+.icon-minimize-2:before { content: "\e892"; }
+
+.icon-mic-off:before { content: "\e893"; }
+
+.icon-minus-circle:before { content: "\e894"; }
+
+.icon-mic:before { content: "\e895"; }
+
+.icon-minus-square:before { content: "\e896"; }
+
+.icon-minus:before { content: "\e897"; }
+
+.icon-moon:before { content: "\e898"; }
+
+.icon-monitor:before { content: "\e899"; }
+
+.icon-more-vertical:before { content: "\e89a"; }
+
+.icon-more-horizontal:before { content: "\e89b"; }
+
+.icon-move:before { content: "\e89c"; }
+
+.icon-music:before { content: "\e89d"; }
+
+.icon-navigation-2:before { content: "\e89e"; }
+
+.icon-navigation:before { content: "\e89f"; }
+
+.icon-octagon:before { content: "\e8a0"; }
+
+.icon-package:before { content: "\e8a1"; }
+
+.icon-pause-circle:before { content: "\e8a2"; }
+
+.icon-pause:before { content: "\e8a3"; }
+
+.icon-percent:before { content: "\e8a4"; }
+
+.icon-phone-call:before { content: "\e8a5"; }
+
+.icon-phone-forwarded:before { content: "\e8a6"; }
+
+.icon-phone-missed:before { content: "\e8a7"; }
+
+.icon-phone-off:before { content: "\e8a8"; }
+
+.icon-phone-incoming:before { content: "\e8a9"; }
+
+.icon-phone:before { content: "\e8aa"; }
+
+.icon-phone-outgoing:before { content: "\e8ab"; }
+
+.icon-pie-chart:before { content: "\e8ac"; }
+
+.icon-play-circle:before { content: "\e8ad"; }
+
+.icon-play:before { content: "\e8ae"; }
+
+.icon-plus-square:before { content: "\e8af"; }
+
+.icon-plus-circle:before { content: "\e8b0"; }
+
+.icon-plus:before { content: "\e8b1"; }
+
+.icon-pocket:before { content: "\e8b2"; }
+
+.icon-printer:before { content: "\e8b3"; }
+
+.icon-power:before { content: "\e8b4"; }
+
+.icon-radio:before { content: "\e8b5"; }
+
+.icon-repeat:before { content: "\e8b6"; }
+
+.icon-refresh-ccw:before { content: "\e8b7"; }
+
+.icon-rewind:before { content: "\e8b8"; }
+
+.icon-rotate-ccw:before { content: "\e8b9"; }
+
+.icon-refresh-cw:before { content: "\e8ba"; }
+
+.icon-rotate-cw:before { content: "\e8bb"; }
+
+.icon-save:before { content: "\e8bc"; }
+
+.icon-search:before { content: "\e8bd"; }
+
+.icon-server:before { content: "\e8be"; }
+
+.icon-scissors:before { content: "\e8bf"; }
+
+.icon-share-2:before { content: "\e8c0"; }
+
+.icon-share:before { content: "\e8c1"; }
+
+.icon-shield:before { content: "\e8c2"; }
+
+.icon-settings:before { content: "\e8c3"; }
+
+.icon-skip-back:before { content: "\e8c4"; }
+
+.icon-shuffle:before { content: "\e8c5"; }
+
+.icon-sidebar:before { content: "\e8c6"; }
+
+.icon-skip-forward:before { content: "\e8c7"; }
+
+.icon-slack:before { content: "\e8c8"; }
+
+.icon-slash:before { content: "\e8c9"; }
+
+.icon-smartphone:before { content: "\e8ca"; }
+
+.icon-square:before { content: "\e8cb"; }
+
+.icon-speaker:before { content: "\e8cc"; }
+
+.icon-star:before { content: "\e8cd"; }
+
+.icon-stop-circle:before { content: "\e8ce"; }
+
+.icon-sun:before { content: "\e8cf"; }
+
+.icon-sunrise:before { content: "\e8d0"; }
+
+.icon-tablet:before { content: "\e8d1"; }
+
+.icon-tag:before { content: "\e8d2"; }
+
+.icon-sunset:before { content: "\e8d3"; }
+
+.icon-target:before { content: "\e8d4"; }
+
+.icon-thermometer:before { content: "\e8d5"; }
+
+.icon-thumbs-up:before { content: "\e8d6"; }
+
+.icon-thumbs-down:before { content: "\e8d7"; }
+
+.icon-toggle-left:before { content: "\e8d8"; }
+
+.icon-toggle-right:before { content: "\e8d9"; }
+
+.icon-trash-2:before { content: "\e8da"; }
+
+.icon-trash:before { content: "\e8db"; }
+
+.icon-trending-up:before { content: "\e8dc"; }
+
+.icon-trending-down:before { content: "\e8dd"; }
+
+.icon-triangle:before { content: "\e8de"; }
+
+.icon-type:before { content: "\e8df"; }
+
+.icon-twitter:before { content: "\e8e0"; }
+
+.icon-upload:before { content: "\e8e1"; }
+
+.icon-umbrella:before { content: "\e8e2"; }
+
+.icon-upload-cloud:before { content: "\e8e3"; }
+
+.icon-unlock:before { content: "\e8e4"; }
+
+.icon-user-check:before { content: "\e8e5"; }
+
+.icon-user-minus:before { content: "\e8e6"; }
+
+.icon-user-plus:before { content: "\e8e7"; }
+
+.icon-user-x:before { content: "\e8e8"; }
+
+.icon-user:before { content: "\e8e9"; }
+
+.icon-users:before { content: "\e8ea"; }
+
+.icon-video-off:before { content: "\e8eb"; }
+
+.icon-video:before { content: "\e8ec"; }
+
+.icon-voicemail:before { content: "\e8ed"; }
+
+.icon-volume-x:before { content: "\e8ee"; }
+
+.icon-volume-2:before { content: "\e8ef"; }
+
+.icon-volume-1:before { content: "\e8f0"; }
+
+.icon-volume:before { content: "\e8f1"; }
+
+.icon-watch:before { content: "\e8f2"; }
+
+.icon-wifi:before { content: "\e8f3"; }
+
+.icon-x-square:before { content: "\e8f4"; }
+
+.icon-wind:before { content: "\e8f5"; }
+
+.icon-x:before { content: "\e8f6"; }
+
+.icon-x-circle:before { content: "\e8f7"; }
+
+.icon-zap:before { content: "\e8f8"; }
+
+.icon-zoom-in:before { content: "\e8f9"; }
+
+.icon-zoom-out:before { content: "\e8fa"; }
+
+.icon-command:before { content: "\e8fb"; }
+
+.icon-cloud:before { content: "\e8fc"; }
+
+.icon-hash:before { content: "\e8fd"; }
+
+.icon-headphones:before { content: "\e8fe"; }
+
+.icon-underline:before { content: "\e8ff"; }
+
+.icon-italic:before { content: "\e900"; }
+
+.icon-bold:before { content: "\e901"; }
+
+.icon-crop:before { content: "\e902"; }
+
+.icon-help-circle:before { content: "\e903"; }
+
+.icon-paperclip:before { content: "\e904"; }
+
+.icon-shopping-cart:before { content: "\e905"; }
+
+.icon-tv:before { content: "\e906"; }
+
+.icon-wifi-off:before { content: "\e907"; }
+
+.icon-minimize:before { content: "\e88d"; }
+
+.icon-maximize:before { content: "\e908"; }
+
+.icon-gitlab:before { content: "\e909"; }
+
+.icon-sliders:before { content: "\e90a"; }
+
+.icon-star-on:before { content: "\e90b"; }
+
+.icon-heart-on:before { content: "\e90c"; }
+
+.icon-archive:before { content: "\e90d"; }
+
+.icon-arrow-down-circle:before { content: "\e90e"; }
+
+.icon-arrow-up-circle:before { content: "\e90f"; }
+
+.icon-arrow-left-circle:before { content: "\e910"; }
+
+.icon-arrow-right-circle:before { content: "\e911"; }
+
+.icon-bar-chart-line-:before { content: "\e912"; }
+
+.icon-bar-chart-line:before { content: "\e913"; }
+
+.icon-book-open:before { content: "\e914"; }
+
+.icon-code:before { content: "\e915"; }
+
+.icon-database:before { content: "\e916"; }
+
+.icon-dollar-sign:before { content: "\e917"; }
+
+.icon-folder-plus:before { content: "\e918"; }
+
+.icon-gift:before { content: "\e919"; }
+
+.icon-folder-minus:before { content: "\e91a"; }
+
+.icon-git-commit:before { content: "\e91b"; }
+
+.icon-git-branch:before { content: "\e91c"; }
+
+.icon-git-pull-request:before { content: "\e91d"; }
+
+.icon-git-merge:before { content: "\e91e"; }
+
+.icon-linkedin:before { content: "\e91f"; }
+
+.icon-hard-drive:before { content: "\e920"; }
+
+.icon-more-vertical-:before { content: "\e921"; }
+
+.icon-more-horizontal-:before { content: "\e922"; }
+
+.icon-rss:before { content: "\e923"; }
+
+.icon-send:before { content: "\e924"; }
+
+.icon-shield-off:before { content: "\e925"; }
+
+.icon-shopping-bag:before { content: "\e926"; }
+
+.icon-terminal:before { content: "\e927"; }
+
+.icon-truck:before { content: "\e928"; }
+
+.icon-zap-off:before { content: "\e929"; }
+
+.icon-youtube:before { content: "\e92a"; }
diff --git a/www/assets2/fonts/flag-icon-css/LICENSE b/www/assets2/fonts/flag-icon-css/LICENSE
new file mode 100644
index 0000000..ee959dc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013 Panayiotis Lipiridis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/www/assets2/fonts/flag-icon-css/README.md b/www/assets2/fonts/flag-icon-css/README.md
new file mode 100644
index 0000000..67714a2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/README.md
@@ -0,0 +1,70 @@
+flag-icon-css
+=============
+[](https://badge.fury.io/js/flag-icon-css)
+[](https://badge.fury.io/bo/flag-icon-css)
+
+A collection of all country flags in SVG — plus the CSS for easier integration.
+See the [demo](http://lipis.github.io/flag-icon-css/).
+
+Usage
+-----
+
+For using the flags inline with text add the classes `.flag-icon` and
+`.flag-icon-xx` (where `xx` is the
+[ISO 3166-1-alpha-2 code](http://www.iso.org/iso/country_names_and_code_elements)
+of a country) to an empty ``. If you want to have a squared version flag
+then add the class `flag-icon-squared` as well. Example:
+
+```html
+
+
+```
+
+You could also apply this to any element, but in that case you'll have to use the
+`flag-icon-background` instead of `flag-icon` and you're set. This will add the
+correct background with the following CSS properties:
+
+```css
+background-size: contain;
+background-position: 50%;
+background-repeat: no-repeat;
+```
+
+Which means that the flag is just going to appear in the middle of an element, so
+you will have to set manually the correct size of 4 by 3 ratio or if it's squared
+add also the `flag-icon-squared` class.
+
+Development
+-----------
+
+Run the `npm install` to install the dependencies after cloning the project and
+you'll be able to:
+
+To watch for changes and live reload if served
+
+```bash
+$ grunt
+```
+
+To build `*.less` files
+
+```bash
+$ grunt build
+```
+
+To serve it on `localhost:8000`
+
+```bash
+$ grunt connect
+```
+
+To have only specific countries in the css file, remove the ones that you don't
+need from the
+[`flag-icon-list.less`](https://github.com/lipis/flag-icon-css/blob/master/less/flag-icon-list.less)
+file and build it again.
+
+Credits
+-------
+
+This project wouldn't exist without the awesome and now deleted collection of
+SVG flags by [koppi](https://github.com/koppi).
diff --git a/www/assets2/fonts/flag-icon-css/css/flag-icon.css b/www/assets2/fonts/flag-icon-css/css/flag-icon.css
new file mode 100644
index 0000000..44ed6d0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/css/flag-icon.css
@@ -0,0 +1,1538 @@
+.flag-icon-background {
+ background-size: contain;
+ background-position: 50%;
+ background-repeat: no-repeat;
+}
+.flag-icon {
+ background-size: contain;
+ background-position: 50%;
+ background-repeat: no-repeat;
+ position: relative;
+ display: inline-block;
+ width: 1.33333333em;
+ line-height: 1em;
+}
+.flag-icon:before {
+ content: "\00a0";
+}
+.flag-icon.flag-icon-squared {
+ width: 1em;
+}
+.flag-icon-ad {
+ background-image: url(../flags/4x3/ad.svg);
+}
+.flag-icon-ad.flag-icon-squared {
+ background-image: url(../flags/1x1/ad.svg);
+}
+.flag-icon-ae {
+ background-image: url(../flags/4x3/ae.svg);
+}
+.flag-icon-ae.flag-icon-squared {
+ background-image: url(../flags/1x1/ae.svg);
+}
+.flag-icon-af {
+ background-image: url(../flags/4x3/af.svg);
+}
+.flag-icon-af.flag-icon-squared {
+ background-image: url(../flags/1x1/af.svg);
+}
+.flag-icon-ag {
+ background-image: url(../flags/4x3/ag.svg);
+}
+.flag-icon-ag.flag-icon-squared {
+ background-image: url(../flags/1x1/ag.svg);
+}
+.flag-icon-ai {
+ background-image: url(../flags/4x3/ai.svg);
+}
+.flag-icon-ai.flag-icon-squared {
+ background-image: url(../flags/1x1/ai.svg);
+}
+.flag-icon-al {
+ background-image: url(../flags/4x3/al.svg);
+}
+.flag-icon-al.flag-icon-squared {
+ background-image: url(../flags/1x1/al.svg);
+}
+.flag-icon-am {
+ background-image: url(../flags/4x3/am.svg);
+}
+.flag-icon-am.flag-icon-squared {
+ background-image: url(../flags/1x1/am.svg);
+}
+.flag-icon-ao {
+ background-image: url(../flags/4x3/ao.svg);
+}
+.flag-icon-ao.flag-icon-squared {
+ background-image: url(../flags/1x1/ao.svg);
+}
+.flag-icon-aq {
+ background-image: url(../flags/4x3/aq.svg);
+}
+.flag-icon-aq.flag-icon-squared {
+ background-image: url(../flags/1x1/aq.svg);
+}
+.flag-icon-ar {
+ background-image: url(../flags/4x3/ar.svg);
+}
+.flag-icon-ar.flag-icon-squared {
+ background-image: url(../flags/1x1/ar.svg);
+}
+.flag-icon-as {
+ background-image: url(../flags/4x3/as.svg);
+}
+.flag-icon-as.flag-icon-squared {
+ background-image: url(../flags/1x1/as.svg);
+}
+.flag-icon-at {
+ background-image: url(../flags/4x3/at.svg);
+}
+.flag-icon-at.flag-icon-squared {
+ background-image: url(../flags/1x1/at.svg);
+}
+.flag-icon-au {
+ background-image: url(../flags/4x3/au.svg);
+}
+.flag-icon-au.flag-icon-squared {
+ background-image: url(../flags/1x1/au.svg);
+}
+.flag-icon-aw {
+ background-image: url(../flags/4x3/aw.svg);
+}
+.flag-icon-aw.flag-icon-squared {
+ background-image: url(../flags/1x1/aw.svg);
+}
+.flag-icon-ax {
+ background-image: url(../flags/4x3/ax.svg);
+}
+.flag-icon-ax.flag-icon-squared {
+ background-image: url(../flags/1x1/ax.svg);
+}
+.flag-icon-az {
+ background-image: url(../flags/4x3/az.svg);
+}
+.flag-icon-az.flag-icon-squared {
+ background-image: url(../flags/1x1/az.svg);
+}
+.flag-icon-ba {
+ background-image: url(../flags/4x3/ba.svg);
+}
+.flag-icon-ba.flag-icon-squared {
+ background-image: url(../flags/1x1/ba.svg);
+}
+.flag-icon-bb {
+ background-image: url(../flags/4x3/bb.svg);
+}
+.flag-icon-bb.flag-icon-squared {
+ background-image: url(../flags/1x1/bb.svg);
+}
+.flag-icon-bd {
+ background-image: url(../flags/4x3/bd.svg);
+}
+.flag-icon-bd.flag-icon-squared {
+ background-image: url(../flags/1x1/bd.svg);
+}
+.flag-icon-be {
+ background-image: url(../flags/4x3/be.svg);
+}
+.flag-icon-be.flag-icon-squared {
+ background-image: url(../flags/1x1/be.svg);
+}
+.flag-icon-bf {
+ background-image: url(../flags/4x3/bf.svg);
+}
+.flag-icon-bf.flag-icon-squared {
+ background-image: url(../flags/1x1/bf.svg);
+}
+.flag-icon-bg {
+ background-image: url(../flags/4x3/bg.svg);
+}
+.flag-icon-bg.flag-icon-squared {
+ background-image: url(../flags/1x1/bg.svg);
+}
+.flag-icon-bh {
+ background-image: url(../flags/4x3/bh.svg);
+}
+.flag-icon-bh.flag-icon-squared {
+ background-image: url(../flags/1x1/bh.svg);
+}
+.flag-icon-bi {
+ background-image: url(../flags/4x3/bi.svg);
+}
+.flag-icon-bi.flag-icon-squared {
+ background-image: url(../flags/1x1/bi.svg);
+}
+.flag-icon-bj {
+ background-image: url(../flags/4x3/bj.svg);
+}
+.flag-icon-bj.flag-icon-squared {
+ background-image: url(../flags/1x1/bj.svg);
+}
+.flag-icon-bl {
+ background-image: url(../flags/4x3/bl.svg);
+}
+.flag-icon-bl.flag-icon-squared {
+ background-image: url(../flags/1x1/bl.svg);
+}
+.flag-icon-bm {
+ background-image: url(../flags/4x3/bm.svg);
+}
+.flag-icon-bm.flag-icon-squared {
+ background-image: url(../flags/1x1/bm.svg);
+}
+.flag-icon-bn {
+ background-image: url(../flags/4x3/bn.svg);
+}
+.flag-icon-bn.flag-icon-squared {
+ background-image: url(../flags/1x1/bn.svg);
+}
+.flag-icon-bo {
+ background-image: url(../flags/4x3/bo.svg);
+}
+.flag-icon-bo.flag-icon-squared {
+ background-image: url(../flags/1x1/bo.svg);
+}
+.flag-icon-bq {
+ background-image: url(../flags/4x3/bq.svg);
+}
+.flag-icon-bq.flag-icon-squared {
+ background-image: url(../flags/1x1/bq.svg);
+}
+.flag-icon-br {
+ background-image: url(../flags/4x3/br.svg);
+}
+.flag-icon-br.flag-icon-squared {
+ background-image: url(../flags/1x1/br.svg);
+}
+.flag-icon-bs {
+ background-image: url(../flags/4x3/bs.svg);
+}
+.flag-icon-bs.flag-icon-squared {
+ background-image: url(../flags/1x1/bs.svg);
+}
+.flag-icon-bt {
+ background-image: url(../flags/4x3/bt.svg);
+}
+.flag-icon-bt.flag-icon-squared {
+ background-image: url(../flags/1x1/bt.svg);
+}
+.flag-icon-bv {
+ background-image: url(../flags/4x3/bv.svg);
+}
+.flag-icon-bv.flag-icon-squared {
+ background-image: url(../flags/1x1/bv.svg);
+}
+.flag-icon-bw {
+ background-image: url(../flags/4x3/bw.svg);
+}
+.flag-icon-bw.flag-icon-squared {
+ background-image: url(../flags/1x1/bw.svg);
+}
+.flag-icon-by {
+ background-image: url(../flags/4x3/by.svg);
+}
+.flag-icon-by.flag-icon-squared {
+ background-image: url(../flags/1x1/by.svg);
+}
+.flag-icon-bz {
+ background-image: url(../flags/4x3/bz.svg);
+}
+.flag-icon-bz.flag-icon-squared {
+ background-image: url(../flags/1x1/bz.svg);
+}
+.flag-icon-ca {
+ background-image: url(../flags/4x3/ca.svg);
+}
+.flag-icon-ca.flag-icon-squared {
+ background-image: url(../flags/1x1/ca.svg);
+}
+.flag-icon-cc {
+ background-image: url(../flags/4x3/cc.svg);
+}
+.flag-icon-cc.flag-icon-squared {
+ background-image: url(../flags/1x1/cc.svg);
+}
+.flag-icon-cd {
+ background-image: url(../flags/4x3/cd.svg);
+}
+.flag-icon-cd.flag-icon-squared {
+ background-image: url(../flags/1x1/cd.svg);
+}
+.flag-icon-cf {
+ background-image: url(../flags/4x3/cf.svg);
+}
+.flag-icon-cf.flag-icon-squared {
+ background-image: url(../flags/1x1/cf.svg);
+}
+.flag-icon-cg {
+ background-image: url(../flags/4x3/cg.svg);
+}
+.flag-icon-cg.flag-icon-squared {
+ background-image: url(../flags/1x1/cg.svg);
+}
+.flag-icon-ch {
+ background-image: url(../flags/4x3/ch.svg);
+}
+.flag-icon-ch.flag-icon-squared {
+ background-image: url(../flags/1x1/ch.svg);
+}
+.flag-icon-ci {
+ background-image: url(../flags/4x3/ci.svg);
+}
+.flag-icon-ci.flag-icon-squared {
+ background-image: url(../flags/1x1/ci.svg);
+}
+.flag-icon-ck {
+ background-image: url(../flags/4x3/ck.svg);
+}
+.flag-icon-ck.flag-icon-squared {
+ background-image: url(../flags/1x1/ck.svg);
+}
+.flag-icon-cl {
+ background-image: url(../flags/4x3/cl.svg);
+}
+.flag-icon-cl.flag-icon-squared {
+ background-image: url(../flags/1x1/cl.svg);
+}
+.flag-icon-cm {
+ background-image: url(../flags/4x3/cm.svg);
+}
+.flag-icon-cm.flag-icon-squared {
+ background-image: url(../flags/1x1/cm.svg);
+}
+.flag-icon-cn {
+ background-image: url(../flags/4x3/cn.svg);
+}
+.flag-icon-cn.flag-icon-squared {
+ background-image: url(../flags/1x1/cn.svg);
+}
+.flag-icon-co {
+ background-image: url(../flags/4x3/co.svg);
+}
+.flag-icon-co.flag-icon-squared {
+ background-image: url(../flags/1x1/co.svg);
+}
+.flag-icon-cr {
+ background-image: url(../flags/4x3/cr.svg);
+}
+.flag-icon-cr.flag-icon-squared {
+ background-image: url(../flags/1x1/cr.svg);
+}
+.flag-icon-cu {
+ background-image: url(../flags/4x3/cu.svg);
+}
+.flag-icon-cu.flag-icon-squared {
+ background-image: url(../flags/1x1/cu.svg);
+}
+.flag-icon-cv {
+ background-image: url(../flags/4x3/cv.svg);
+}
+.flag-icon-cv.flag-icon-squared {
+ background-image: url(../flags/1x1/cv.svg);
+}
+.flag-icon-cw {
+ background-image: url(../flags/4x3/cw.svg);
+}
+.flag-icon-cw.flag-icon-squared {
+ background-image: url(../flags/1x1/cw.svg);
+}
+.flag-icon-cx {
+ background-image: url(../flags/4x3/cx.svg);
+}
+.flag-icon-cx.flag-icon-squared {
+ background-image: url(../flags/1x1/cx.svg);
+}
+.flag-icon-cy {
+ background-image: url(../flags/4x3/cy.svg);
+}
+.flag-icon-cy.flag-icon-squared {
+ background-image: url(../flags/1x1/cy.svg);
+}
+.flag-icon-cz {
+ background-image: url(../flags/4x3/cz.svg);
+}
+.flag-icon-cz.flag-icon-squared {
+ background-image: url(../flags/1x1/cz.svg);
+}
+.flag-icon-de {
+ background-image: url(../flags/4x3/de.svg);
+}
+.flag-icon-de.flag-icon-squared {
+ background-image: url(../flags/1x1/de.svg);
+}
+.flag-icon-dj {
+ background-image: url(../flags/4x3/dj.svg);
+}
+.flag-icon-dj.flag-icon-squared {
+ background-image: url(../flags/1x1/dj.svg);
+}
+.flag-icon-dk {
+ background-image: url(../flags/4x3/dk.svg);
+}
+.flag-icon-dk.flag-icon-squared {
+ background-image: url(../flags/1x1/dk.svg);
+}
+.flag-icon-dm {
+ background-image: url(../flags/4x3/dm.svg);
+}
+.flag-icon-dm.flag-icon-squared {
+ background-image: url(../flags/1x1/dm.svg);
+}
+.flag-icon-do {
+ background-image: url(../flags/4x3/do.svg);
+}
+.flag-icon-do.flag-icon-squared {
+ background-image: url(../flags/1x1/do.svg);
+}
+.flag-icon-dz {
+ background-image: url(../flags/4x3/dz.svg);
+}
+.flag-icon-dz.flag-icon-squared {
+ background-image: url(../flags/1x1/dz.svg);
+}
+.flag-icon-ec {
+ background-image: url(../flags/4x3/ec.svg);
+}
+.flag-icon-ec.flag-icon-squared {
+ background-image: url(../flags/1x1/ec.svg);
+}
+.flag-icon-ee {
+ background-image: url(../flags/4x3/ee.svg);
+}
+.flag-icon-ee.flag-icon-squared {
+ background-image: url(../flags/1x1/ee.svg);
+}
+.flag-icon-eg {
+ background-image: url(../flags/4x3/eg.svg);
+}
+.flag-icon-eg.flag-icon-squared {
+ background-image: url(../flags/1x1/eg.svg);
+}
+.flag-icon-eh {
+ background-image: url(../flags/4x3/eh.svg);
+}
+.flag-icon-eh.flag-icon-squared {
+ background-image: url(../flags/1x1/eh.svg);
+}
+.flag-icon-er {
+ background-image: url(../flags/4x3/er.svg);
+}
+.flag-icon-er.flag-icon-squared {
+ background-image: url(../flags/1x1/er.svg);
+}
+.flag-icon-es {
+ background-image: url(../flags/4x3/es.svg);
+}
+.flag-icon-es.flag-icon-squared {
+ background-image: url(../flags/1x1/es.svg);
+}
+.flag-icon-et {
+ background-image: url(../flags/4x3/et.svg);
+}
+.flag-icon-et.flag-icon-squared {
+ background-image: url(../flags/1x1/et.svg);
+}
+.flag-icon-fi {
+ background-image: url(../flags/4x3/fi.svg);
+}
+.flag-icon-fi.flag-icon-squared {
+ background-image: url(../flags/1x1/fi.svg);
+}
+.flag-icon-fj {
+ background-image: url(../flags/4x3/fj.svg);
+}
+.flag-icon-fj.flag-icon-squared {
+ background-image: url(../flags/1x1/fj.svg);
+}
+.flag-icon-fk {
+ background-image: url(../flags/4x3/fk.svg);
+}
+.flag-icon-fk.flag-icon-squared {
+ background-image: url(../flags/1x1/fk.svg);
+}
+.flag-icon-fm {
+ background-image: url(../flags/4x3/fm.svg);
+}
+.flag-icon-fm.flag-icon-squared {
+ background-image: url(../flags/1x1/fm.svg);
+}
+.flag-icon-fo {
+ background-image: url(../flags/4x3/fo.svg);
+}
+.flag-icon-fo.flag-icon-squared {
+ background-image: url(../flags/1x1/fo.svg);
+}
+.flag-icon-fr {
+ background-image: url(../flags/4x3/fr.svg);
+}
+.flag-icon-fr.flag-icon-squared {
+ background-image: url(../flags/1x1/fr.svg);
+}
+.flag-icon-ga {
+ background-image: url(../flags/4x3/ga.svg);
+}
+.flag-icon-ga.flag-icon-squared {
+ background-image: url(../flags/1x1/ga.svg);
+}
+.flag-icon-gb {
+ background-image: url(../flags/4x3/gb.svg);
+}
+.flag-icon-gb.flag-icon-squared {
+ background-image: url(../flags/1x1/gb.svg);
+}
+.flag-icon-gd {
+ background-image: url(../flags/4x3/gd.svg);
+}
+.flag-icon-gd.flag-icon-squared {
+ background-image: url(../flags/1x1/gd.svg);
+}
+.flag-icon-ge {
+ background-image: url(../flags/4x3/ge.svg);
+}
+.flag-icon-ge.flag-icon-squared {
+ background-image: url(../flags/1x1/ge.svg);
+}
+.flag-icon-gf {
+ background-image: url(../flags/4x3/gf.svg);
+}
+.flag-icon-gf.flag-icon-squared {
+ background-image: url(../flags/1x1/gf.svg);
+}
+.flag-icon-gg {
+ background-image: url(../flags/4x3/gg.svg);
+}
+.flag-icon-gg.flag-icon-squared {
+ background-image: url(../flags/1x1/gg.svg);
+}
+.flag-icon-gh {
+ background-image: url(../flags/4x3/gh.svg);
+}
+.flag-icon-gh.flag-icon-squared {
+ background-image: url(../flags/1x1/gh.svg);
+}
+.flag-icon-gi {
+ background-image: url(../flags/4x3/gi.svg);
+}
+.flag-icon-gi.flag-icon-squared {
+ background-image: url(../flags/1x1/gi.svg);
+}
+.flag-icon-gl {
+ background-image: url(../flags/4x3/gl.svg);
+}
+.flag-icon-gl.flag-icon-squared {
+ background-image: url(../flags/1x1/gl.svg);
+}
+.flag-icon-gm {
+ background-image: url(../flags/4x3/gm.svg);
+}
+.flag-icon-gm.flag-icon-squared {
+ background-image: url(../flags/1x1/gm.svg);
+}
+.flag-icon-gn {
+ background-image: url(../flags/4x3/gn.svg);
+}
+.flag-icon-gn.flag-icon-squared {
+ background-image: url(../flags/1x1/gn.svg);
+}
+.flag-icon-gp {
+ background-image: url(../flags/4x3/gp.svg);
+}
+.flag-icon-gp.flag-icon-squared {
+ background-image: url(../flags/1x1/gp.svg);
+}
+.flag-icon-gq {
+ background-image: url(../flags/4x3/gq.svg);
+}
+.flag-icon-gq.flag-icon-squared {
+ background-image: url(../flags/1x1/gq.svg);
+}
+.flag-icon-gr {
+ background-image: url(../flags/4x3/gr.svg);
+}
+.flag-icon-gr.flag-icon-squared {
+ background-image: url(../flags/1x1/gr.svg);
+}
+.flag-icon-gs {
+ background-image: url(../flags/4x3/gs.svg);
+}
+.flag-icon-gs.flag-icon-squared {
+ background-image: url(../flags/1x1/gs.svg);
+}
+.flag-icon-gt {
+ background-image: url(../flags/4x3/gt.svg);
+}
+.flag-icon-gt.flag-icon-squared {
+ background-image: url(../flags/1x1/gt.svg);
+}
+.flag-icon-gu {
+ background-image: url(../flags/4x3/gu.svg);
+}
+.flag-icon-gu.flag-icon-squared {
+ background-image: url(../flags/1x1/gu.svg);
+}
+.flag-icon-gw {
+ background-image: url(../flags/4x3/gw.svg);
+}
+.flag-icon-gw.flag-icon-squared {
+ background-image: url(../flags/1x1/gw.svg);
+}
+.flag-icon-gy {
+ background-image: url(../flags/4x3/gy.svg);
+}
+.flag-icon-gy.flag-icon-squared {
+ background-image: url(../flags/1x1/gy.svg);
+}
+.flag-icon-hk {
+ background-image: url(../flags/4x3/hk.svg);
+}
+.flag-icon-hk.flag-icon-squared {
+ background-image: url(../flags/1x1/hk.svg);
+}
+.flag-icon-hm {
+ background-image: url(../flags/4x3/hm.svg);
+}
+.flag-icon-hm.flag-icon-squared {
+ background-image: url(../flags/1x1/hm.svg);
+}
+.flag-icon-hn {
+ background-image: url(../flags/4x3/hn.svg);
+}
+.flag-icon-hn.flag-icon-squared {
+ background-image: url(../flags/1x1/hn.svg);
+}
+.flag-icon-hr {
+ background-image: url(../flags/4x3/hr.svg);
+}
+.flag-icon-hr.flag-icon-squared {
+ background-image: url(../flags/1x1/hr.svg);
+}
+.flag-icon-ht {
+ background-image: url(../flags/4x3/ht.svg);
+}
+.flag-icon-ht.flag-icon-squared {
+ background-image: url(../flags/1x1/ht.svg);
+}
+.flag-icon-hu {
+ background-image: url(../flags/4x3/hu.svg);
+}
+.flag-icon-hu.flag-icon-squared {
+ background-image: url(../flags/1x1/hu.svg);
+}
+.flag-icon-id {
+ background-image: url(../flags/4x3/id.svg);
+}
+.flag-icon-id.flag-icon-squared {
+ background-image: url(../flags/1x1/id.svg);
+}
+.flag-icon-ie {
+ background-image: url(../flags/4x3/ie.svg);
+}
+.flag-icon-ie.flag-icon-squared {
+ background-image: url(../flags/1x1/ie.svg);
+}
+.flag-icon-il {
+ background-image: url(../flags/4x3/il.svg);
+}
+.flag-icon-il.flag-icon-squared {
+ background-image: url(../flags/1x1/il.svg);
+}
+.flag-icon-im {
+ background-image: url(../flags/4x3/im.svg);
+}
+.flag-icon-im.flag-icon-squared {
+ background-image: url(../flags/1x1/im.svg);
+}
+.flag-icon-in {
+ background-image: url(../flags/4x3/in.svg);
+}
+.flag-icon-in.flag-icon-squared {
+ background-image: url(../flags/1x1/in.svg);
+}
+.flag-icon-io {
+ background-image: url(../flags/4x3/io.svg);
+}
+.flag-icon-io.flag-icon-squared {
+ background-image: url(../flags/1x1/io.svg);
+}
+.flag-icon-iq {
+ background-image: url(../flags/4x3/iq.svg);
+}
+.flag-icon-iq.flag-icon-squared {
+ background-image: url(../flags/1x1/iq.svg);
+}
+.flag-icon-ir {
+ background-image: url(../flags/4x3/ir.svg);
+}
+.flag-icon-ir.flag-icon-squared {
+ background-image: url(../flags/1x1/ir.svg);
+}
+.flag-icon-is {
+ background-image: url(../flags/4x3/is.svg);
+}
+.flag-icon-is.flag-icon-squared {
+ background-image: url(../flags/1x1/is.svg);
+}
+.flag-icon-it {
+ background-image: url(../flags/4x3/it.svg);
+}
+.flag-icon-it.flag-icon-squared {
+ background-image: url(../flags/1x1/it.svg);
+}
+.flag-icon-je {
+ background-image: url(../flags/4x3/je.svg);
+}
+.flag-icon-je.flag-icon-squared {
+ background-image: url(../flags/1x1/je.svg);
+}
+.flag-icon-jm {
+ background-image: url(../flags/4x3/jm.svg);
+}
+.flag-icon-jm.flag-icon-squared {
+ background-image: url(../flags/1x1/jm.svg);
+}
+.flag-icon-jo {
+ background-image: url(../flags/4x3/jo.svg);
+}
+.flag-icon-jo.flag-icon-squared {
+ background-image: url(../flags/1x1/jo.svg);
+}
+.flag-icon-jp {
+ background-image: url(../flags/4x3/jp.svg);
+}
+.flag-icon-jp.flag-icon-squared {
+ background-image: url(../flags/1x1/jp.svg);
+}
+.flag-icon-ke {
+ background-image: url(../flags/4x3/ke.svg);
+}
+.flag-icon-ke.flag-icon-squared {
+ background-image: url(../flags/1x1/ke.svg);
+}
+.flag-icon-kg {
+ background-image: url(../flags/4x3/kg.svg);
+}
+.flag-icon-kg.flag-icon-squared {
+ background-image: url(../flags/1x1/kg.svg);
+}
+.flag-icon-kh {
+ background-image: url(../flags/4x3/kh.svg);
+}
+.flag-icon-kh.flag-icon-squared {
+ background-image: url(../flags/1x1/kh.svg);
+}
+.flag-icon-ki {
+ background-image: url(../flags/4x3/ki.svg);
+}
+.flag-icon-ki.flag-icon-squared {
+ background-image: url(../flags/1x1/ki.svg);
+}
+.flag-icon-km {
+ background-image: url(../flags/4x3/km.svg);
+}
+.flag-icon-km.flag-icon-squared {
+ background-image: url(../flags/1x1/km.svg);
+}
+.flag-icon-kn {
+ background-image: url(../flags/4x3/kn.svg);
+}
+.flag-icon-kn.flag-icon-squared {
+ background-image: url(../flags/1x1/kn.svg);
+}
+.flag-icon-kp {
+ background-image: url(../flags/4x3/kp.svg);
+}
+.flag-icon-kp.flag-icon-squared {
+ background-image: url(../flags/1x1/kp.svg);
+}
+.flag-icon-kr {
+ background-image: url(../flags/4x3/kr.svg);
+}
+.flag-icon-kr.flag-icon-squared {
+ background-image: url(../flags/1x1/kr.svg);
+}
+.flag-icon-kw {
+ background-image: url(../flags/4x3/kw.svg);
+}
+.flag-icon-kw.flag-icon-squared {
+ background-image: url(../flags/1x1/kw.svg);
+}
+.flag-icon-ky {
+ background-image: url(../flags/4x3/ky.svg);
+}
+.flag-icon-ky.flag-icon-squared {
+ background-image: url(../flags/1x1/ky.svg);
+}
+.flag-icon-kz {
+ background-image: url(../flags/4x3/kz.svg);
+}
+.flag-icon-kz.flag-icon-squared {
+ background-image: url(../flags/1x1/kz.svg);
+}
+.flag-icon-la {
+ background-image: url(../flags/4x3/la.svg);
+}
+.flag-icon-la.flag-icon-squared {
+ background-image: url(../flags/1x1/la.svg);
+}
+.flag-icon-lb {
+ background-image: url(../flags/4x3/lb.svg);
+}
+.flag-icon-lb.flag-icon-squared {
+ background-image: url(../flags/1x1/lb.svg);
+}
+.flag-icon-lc {
+ background-image: url(../flags/4x3/lc.svg);
+}
+.flag-icon-lc.flag-icon-squared {
+ background-image: url(../flags/1x1/lc.svg);
+}
+.flag-icon-li {
+ background-image: url(../flags/4x3/li.svg);
+}
+.flag-icon-li.flag-icon-squared {
+ background-image: url(../flags/1x1/li.svg);
+}
+.flag-icon-lk {
+ background-image: url(../flags/4x3/lk.svg);
+}
+.flag-icon-lk.flag-icon-squared {
+ background-image: url(../flags/1x1/lk.svg);
+}
+.flag-icon-lr {
+ background-image: url(../flags/4x3/lr.svg);
+}
+.flag-icon-lr.flag-icon-squared {
+ background-image: url(../flags/1x1/lr.svg);
+}
+.flag-icon-ls {
+ background-image: url(../flags/4x3/ls.svg);
+}
+.flag-icon-ls.flag-icon-squared {
+ background-image: url(../flags/1x1/ls.svg);
+}
+.flag-icon-lt {
+ background-image: url(../flags/4x3/lt.svg);
+}
+.flag-icon-lt.flag-icon-squared {
+ background-image: url(../flags/1x1/lt.svg);
+}
+.flag-icon-lu {
+ background-image: url(../flags/4x3/lu.svg);
+}
+.flag-icon-lu.flag-icon-squared {
+ background-image: url(../flags/1x1/lu.svg);
+}
+.flag-icon-lv {
+ background-image: url(../flags/4x3/lv.svg);
+}
+.flag-icon-lv.flag-icon-squared {
+ background-image: url(../flags/1x1/lv.svg);
+}
+.flag-icon-ly {
+ background-image: url(../flags/4x3/ly.svg);
+}
+.flag-icon-ly.flag-icon-squared {
+ background-image: url(../flags/1x1/ly.svg);
+}
+.flag-icon-ma {
+ background-image: url(../flags/4x3/ma.svg);
+}
+.flag-icon-ma.flag-icon-squared {
+ background-image: url(../flags/1x1/ma.svg);
+}
+.flag-icon-mc {
+ background-image: url(../flags/4x3/mc.svg);
+}
+.flag-icon-mc.flag-icon-squared {
+ background-image: url(../flags/1x1/mc.svg);
+}
+.flag-icon-md {
+ background-image: url(../flags/4x3/md.svg);
+}
+.flag-icon-md.flag-icon-squared {
+ background-image: url(../flags/1x1/md.svg);
+}
+.flag-icon-me {
+ background-image: url(../flags/4x3/me.svg);
+}
+.flag-icon-me.flag-icon-squared {
+ background-image: url(../flags/1x1/me.svg);
+}
+.flag-icon-mf {
+ background-image: url(../flags/4x3/mf.svg);
+}
+.flag-icon-mf.flag-icon-squared {
+ background-image: url(../flags/1x1/mf.svg);
+}
+.flag-icon-mg {
+ background-image: url(../flags/4x3/mg.svg);
+}
+.flag-icon-mg.flag-icon-squared {
+ background-image: url(../flags/1x1/mg.svg);
+}
+.flag-icon-mh {
+ background-image: url(../flags/4x3/mh.svg);
+}
+.flag-icon-mh.flag-icon-squared {
+ background-image: url(../flags/1x1/mh.svg);
+}
+.flag-icon-mk {
+ background-image: url(../flags/4x3/mk.svg);
+}
+.flag-icon-mk.flag-icon-squared {
+ background-image: url(../flags/1x1/mk.svg);
+}
+.flag-icon-ml {
+ background-image: url(../flags/4x3/ml.svg);
+}
+.flag-icon-ml.flag-icon-squared {
+ background-image: url(../flags/1x1/ml.svg);
+}
+.flag-icon-mm {
+ background-image: url(../flags/4x3/mm.svg);
+}
+.flag-icon-mm.flag-icon-squared {
+ background-image: url(../flags/1x1/mm.svg);
+}
+.flag-icon-mn {
+ background-image: url(../flags/4x3/mn.svg);
+}
+.flag-icon-mn.flag-icon-squared {
+ background-image: url(../flags/1x1/mn.svg);
+}
+.flag-icon-mo {
+ background-image: url(../flags/4x3/mo.svg);
+}
+.flag-icon-mo.flag-icon-squared {
+ background-image: url(../flags/1x1/mo.svg);
+}
+.flag-icon-mp {
+ background-image: url(../flags/4x3/mp.svg);
+}
+.flag-icon-mp.flag-icon-squared {
+ background-image: url(../flags/1x1/mp.svg);
+}
+.flag-icon-mq {
+ background-image: url(../flags/4x3/mq.svg);
+}
+.flag-icon-mq.flag-icon-squared {
+ background-image: url(../flags/1x1/mq.svg);
+}
+.flag-icon-mr {
+ background-image: url(../flags/4x3/mr.svg);
+}
+.flag-icon-mr.flag-icon-squared {
+ background-image: url(../flags/1x1/mr.svg);
+}
+.flag-icon-ms {
+ background-image: url(../flags/4x3/ms.svg);
+}
+.flag-icon-ms.flag-icon-squared {
+ background-image: url(../flags/1x1/ms.svg);
+}
+.flag-icon-mt {
+ background-image: url(../flags/4x3/mt.svg);
+}
+.flag-icon-mt.flag-icon-squared {
+ background-image: url(../flags/1x1/mt.svg);
+}
+.flag-icon-mu {
+ background-image: url(../flags/4x3/mu.svg);
+}
+.flag-icon-mu.flag-icon-squared {
+ background-image: url(../flags/1x1/mu.svg);
+}
+.flag-icon-mv {
+ background-image: url(../flags/4x3/mv.svg);
+}
+.flag-icon-mv.flag-icon-squared {
+ background-image: url(../flags/1x1/mv.svg);
+}
+.flag-icon-mw {
+ background-image: url(../flags/4x3/mw.svg);
+}
+.flag-icon-mw.flag-icon-squared {
+ background-image: url(../flags/1x1/mw.svg);
+}
+.flag-icon-mx {
+ background-image: url(../flags/4x3/mx.svg);
+}
+.flag-icon-mx.flag-icon-squared {
+ background-image: url(../flags/1x1/mx.svg);
+}
+.flag-icon-my {
+ background-image: url(../flags/4x3/my.svg);
+}
+.flag-icon-my.flag-icon-squared {
+ background-image: url(../flags/1x1/my.svg);
+}
+.flag-icon-mz {
+ background-image: url(../flags/4x3/mz.svg);
+}
+.flag-icon-mz.flag-icon-squared {
+ background-image: url(../flags/1x1/mz.svg);
+}
+.flag-icon-na {
+ background-image: url(../flags/4x3/na.svg);
+}
+.flag-icon-na.flag-icon-squared {
+ background-image: url(../flags/1x1/na.svg);
+}
+.flag-icon-nc {
+ background-image: url(../flags/4x3/nc.svg);
+}
+.flag-icon-nc.flag-icon-squared {
+ background-image: url(../flags/1x1/nc.svg);
+}
+.flag-icon-ne {
+ background-image: url(../flags/4x3/ne.svg);
+}
+.flag-icon-ne.flag-icon-squared {
+ background-image: url(../flags/1x1/ne.svg);
+}
+.flag-icon-nf {
+ background-image: url(../flags/4x3/nf.svg);
+}
+.flag-icon-nf.flag-icon-squared {
+ background-image: url(../flags/1x1/nf.svg);
+}
+.flag-icon-ng {
+ background-image: url(../flags/4x3/ng.svg);
+}
+.flag-icon-ng.flag-icon-squared {
+ background-image: url(../flags/1x1/ng.svg);
+}
+.flag-icon-ni {
+ background-image: url(../flags/4x3/ni.svg);
+}
+.flag-icon-ni.flag-icon-squared {
+ background-image: url(../flags/1x1/ni.svg);
+}
+.flag-icon-nl {
+ background-image: url(../flags/4x3/nl.svg);
+}
+.flag-icon-nl.flag-icon-squared {
+ background-image: url(../flags/1x1/nl.svg);
+}
+.flag-icon-no {
+ background-image: url(../flags/4x3/no.svg);
+}
+.flag-icon-no.flag-icon-squared {
+ background-image: url(../flags/1x1/no.svg);
+}
+.flag-icon-np {
+ background-image: url(../flags/4x3/np.svg);
+}
+.flag-icon-np.flag-icon-squared {
+ background-image: url(../flags/1x1/np.svg);
+}
+.flag-icon-nr {
+ background-image: url(../flags/4x3/nr.svg);
+}
+.flag-icon-nr.flag-icon-squared {
+ background-image: url(../flags/1x1/nr.svg);
+}
+.flag-icon-nu {
+ background-image: url(../flags/4x3/nu.svg);
+}
+.flag-icon-nu.flag-icon-squared {
+ background-image: url(../flags/1x1/nu.svg);
+}
+.flag-icon-nz {
+ background-image: url(../flags/4x3/nz.svg);
+}
+.flag-icon-nz.flag-icon-squared {
+ background-image: url(../flags/1x1/nz.svg);
+}
+.flag-icon-om {
+ background-image: url(../flags/4x3/om.svg);
+}
+.flag-icon-om.flag-icon-squared {
+ background-image: url(../flags/1x1/om.svg);
+}
+.flag-icon-pa {
+ background-image: url(../flags/4x3/pa.svg);
+}
+.flag-icon-pa.flag-icon-squared {
+ background-image: url(../flags/1x1/pa.svg);
+}
+.flag-icon-pe {
+ background-image: url(../flags/4x3/pe.svg);
+}
+.flag-icon-pe.flag-icon-squared {
+ background-image: url(../flags/1x1/pe.svg);
+}
+.flag-icon-pf {
+ background-image: url(../flags/4x3/pf.svg);
+}
+.flag-icon-pf.flag-icon-squared {
+ background-image: url(../flags/1x1/pf.svg);
+}
+.flag-icon-pg {
+ background-image: url(../flags/4x3/pg.svg);
+}
+.flag-icon-pg.flag-icon-squared {
+ background-image: url(../flags/1x1/pg.svg);
+}
+.flag-icon-ph {
+ background-image: url(../flags/4x3/ph.svg);
+}
+.flag-icon-ph.flag-icon-squared {
+ background-image: url(../flags/1x1/ph.svg);
+}
+.flag-icon-pk {
+ background-image: url(../flags/4x3/pk.svg);
+}
+.flag-icon-pk.flag-icon-squared {
+ background-image: url(../flags/1x1/pk.svg);
+}
+.flag-icon-pl {
+ background-image: url(../flags/4x3/pl.svg);
+}
+.flag-icon-pl.flag-icon-squared {
+ background-image: url(../flags/1x1/pl.svg);
+}
+.flag-icon-pm {
+ background-image: url(../flags/4x3/pm.svg);
+}
+.flag-icon-pm.flag-icon-squared {
+ background-image: url(../flags/1x1/pm.svg);
+}
+.flag-icon-pn {
+ background-image: url(../flags/4x3/pn.svg);
+}
+.flag-icon-pn.flag-icon-squared {
+ background-image: url(../flags/1x1/pn.svg);
+}
+.flag-icon-pr {
+ background-image: url(../flags/4x3/pr.svg);
+}
+.flag-icon-pr.flag-icon-squared {
+ background-image: url(../flags/1x1/pr.svg);
+}
+.flag-icon-ps {
+ background-image: url(../flags/4x3/ps.svg);
+}
+.flag-icon-ps.flag-icon-squared {
+ background-image: url(../flags/1x1/ps.svg);
+}
+.flag-icon-pt {
+ background-image: url(../flags/4x3/pt.svg);
+}
+.flag-icon-pt.flag-icon-squared {
+ background-image: url(../flags/1x1/pt.svg);
+}
+.flag-icon-pw {
+ background-image: url(../flags/4x3/pw.svg);
+}
+.flag-icon-pw.flag-icon-squared {
+ background-image: url(../flags/1x1/pw.svg);
+}
+.flag-icon-py {
+ background-image: url(../flags/4x3/py.svg);
+}
+.flag-icon-py.flag-icon-squared {
+ background-image: url(../flags/1x1/py.svg);
+}
+.flag-icon-qa {
+ background-image: url(../flags/4x3/qa.svg);
+}
+.flag-icon-qa.flag-icon-squared {
+ background-image: url(../flags/1x1/qa.svg);
+}
+.flag-icon-re {
+ background-image: url(../flags/4x3/re.svg);
+}
+.flag-icon-re.flag-icon-squared {
+ background-image: url(../flags/1x1/re.svg);
+}
+.flag-icon-ro {
+ background-image: url(../flags/4x3/ro.svg);
+}
+.flag-icon-ro.flag-icon-squared {
+ background-image: url(../flags/1x1/ro.svg);
+}
+.flag-icon-rs {
+ background-image: url(../flags/4x3/rs.svg);
+}
+.flag-icon-rs.flag-icon-squared {
+ background-image: url(../flags/1x1/rs.svg);
+}
+.flag-icon-ru {
+ background-image: url(../flags/4x3/ru.svg);
+}
+.flag-icon-ru.flag-icon-squared {
+ background-image: url(../flags/1x1/ru.svg);
+}
+.flag-icon-rw {
+ background-image: url(../flags/4x3/rw.svg);
+}
+.flag-icon-rw.flag-icon-squared {
+ background-image: url(../flags/1x1/rw.svg);
+}
+.flag-icon-sa {
+ background-image: url(../flags/4x3/sa.svg);
+}
+.flag-icon-sa.flag-icon-squared {
+ background-image: url(../flags/1x1/sa.svg);
+}
+.flag-icon-sb {
+ background-image: url(../flags/4x3/sb.svg);
+}
+.flag-icon-sb.flag-icon-squared {
+ background-image: url(../flags/1x1/sb.svg);
+}
+.flag-icon-sc {
+ background-image: url(../flags/4x3/sc.svg);
+}
+.flag-icon-sc.flag-icon-squared {
+ background-image: url(../flags/1x1/sc.svg);
+}
+.flag-icon-sd {
+ background-image: url(../flags/4x3/sd.svg);
+}
+.flag-icon-sd.flag-icon-squared {
+ background-image: url(../flags/1x1/sd.svg);
+}
+.flag-icon-se {
+ background-image: url(../flags/4x3/se.svg);
+}
+.flag-icon-se.flag-icon-squared {
+ background-image: url(../flags/1x1/se.svg);
+}
+.flag-icon-sg {
+ background-image: url(../flags/4x3/sg.svg);
+}
+.flag-icon-sg.flag-icon-squared {
+ background-image: url(../flags/1x1/sg.svg);
+}
+.flag-icon-sh {
+ background-image: url(../flags/4x3/sh.svg);
+}
+.flag-icon-sh.flag-icon-squared {
+ background-image: url(../flags/1x1/sh.svg);
+}
+.flag-icon-si {
+ background-image: url(../flags/4x3/si.svg);
+}
+.flag-icon-si.flag-icon-squared {
+ background-image: url(../flags/1x1/si.svg);
+}
+.flag-icon-sj {
+ background-image: url(../flags/4x3/sj.svg);
+}
+.flag-icon-sj.flag-icon-squared {
+ background-image: url(../flags/1x1/sj.svg);
+}
+.flag-icon-sk {
+ background-image: url(../flags/4x3/sk.svg);
+}
+.flag-icon-sk.flag-icon-squared {
+ background-image: url(../flags/1x1/sk.svg);
+}
+.flag-icon-sl {
+ background-image: url(../flags/4x3/sl.svg);
+}
+.flag-icon-sl.flag-icon-squared {
+ background-image: url(../flags/1x1/sl.svg);
+}
+.flag-icon-sm {
+ background-image: url(../flags/4x3/sm.svg);
+}
+.flag-icon-sm.flag-icon-squared {
+ background-image: url(../flags/1x1/sm.svg);
+}
+.flag-icon-sn {
+ background-image: url(../flags/4x3/sn.svg);
+}
+.flag-icon-sn.flag-icon-squared {
+ background-image: url(../flags/1x1/sn.svg);
+}
+.flag-icon-so {
+ background-image: url(../flags/4x3/so.svg);
+}
+.flag-icon-so.flag-icon-squared {
+ background-image: url(../flags/1x1/so.svg);
+}
+.flag-icon-sr {
+ background-image: url(../flags/4x3/sr.svg);
+}
+.flag-icon-sr.flag-icon-squared {
+ background-image: url(../flags/1x1/sr.svg);
+}
+.flag-icon-ss {
+ background-image: url(../flags/4x3/ss.svg);
+}
+.flag-icon-ss.flag-icon-squared {
+ background-image: url(../flags/1x1/ss.svg);
+}
+.flag-icon-st {
+ background-image: url(../flags/4x3/st.svg);
+}
+.flag-icon-st.flag-icon-squared {
+ background-image: url(../flags/1x1/st.svg);
+}
+.flag-icon-sv {
+ background-image: url(../flags/4x3/sv.svg);
+}
+.flag-icon-sv.flag-icon-squared {
+ background-image: url(../flags/1x1/sv.svg);
+}
+.flag-icon-sx {
+ background-image: url(../flags/4x3/sx.svg);
+}
+.flag-icon-sx.flag-icon-squared {
+ background-image: url(../flags/1x1/sx.svg);
+}
+.flag-icon-sy {
+ background-image: url(../flags/4x3/sy.svg);
+}
+.flag-icon-sy.flag-icon-squared {
+ background-image: url(../flags/1x1/sy.svg);
+}
+.flag-icon-sz {
+ background-image: url(../flags/4x3/sz.svg);
+}
+.flag-icon-sz.flag-icon-squared {
+ background-image: url(../flags/1x1/sz.svg);
+}
+.flag-icon-tc {
+ background-image: url(../flags/4x3/tc.svg);
+}
+.flag-icon-tc.flag-icon-squared {
+ background-image: url(../flags/1x1/tc.svg);
+}
+.flag-icon-td {
+ background-image: url(../flags/4x3/td.svg);
+}
+.flag-icon-td.flag-icon-squared {
+ background-image: url(../flags/1x1/td.svg);
+}
+.flag-icon-tf {
+ background-image: url(../flags/4x3/tf.svg);
+}
+.flag-icon-tf.flag-icon-squared {
+ background-image: url(../flags/1x1/tf.svg);
+}
+.flag-icon-tg {
+ background-image: url(../flags/4x3/tg.svg);
+}
+.flag-icon-tg.flag-icon-squared {
+ background-image: url(../flags/1x1/tg.svg);
+}
+.flag-icon-th {
+ background-image: url(../flags/4x3/th.svg);
+}
+.flag-icon-th.flag-icon-squared {
+ background-image: url(../flags/1x1/th.svg);
+}
+.flag-icon-tj {
+ background-image: url(../flags/4x3/tj.svg);
+}
+.flag-icon-tj.flag-icon-squared {
+ background-image: url(../flags/1x1/tj.svg);
+}
+.flag-icon-tk {
+ background-image: url(../flags/4x3/tk.svg);
+}
+.flag-icon-tk.flag-icon-squared {
+ background-image: url(../flags/1x1/tk.svg);
+}
+.flag-icon-tl {
+ background-image: url(../flags/4x3/tl.svg);
+}
+.flag-icon-tl.flag-icon-squared {
+ background-image: url(../flags/1x1/tl.svg);
+}
+.flag-icon-tm {
+ background-image: url(../flags/4x3/tm.svg);
+}
+.flag-icon-tm.flag-icon-squared {
+ background-image: url(../flags/1x1/tm.svg);
+}
+.flag-icon-tn {
+ background-image: url(../flags/4x3/tn.svg);
+}
+.flag-icon-tn.flag-icon-squared {
+ background-image: url(../flags/1x1/tn.svg);
+}
+.flag-icon-to {
+ background-image: url(../flags/4x3/to.svg);
+}
+.flag-icon-to.flag-icon-squared {
+ background-image: url(../flags/1x1/to.svg);
+}
+.flag-icon-tr {
+ background-image: url(../flags/4x3/tr.svg);
+}
+.flag-icon-tr.flag-icon-squared {
+ background-image: url(../flags/1x1/tr.svg);
+}
+.flag-icon-tt {
+ background-image: url(../flags/4x3/tt.svg);
+}
+.flag-icon-tt.flag-icon-squared {
+ background-image: url(../flags/1x1/tt.svg);
+}
+.flag-icon-tv {
+ background-image: url(../flags/4x3/tv.svg);
+}
+.flag-icon-tv.flag-icon-squared {
+ background-image: url(../flags/1x1/tv.svg);
+}
+.flag-icon-tw {
+ background-image: url(../flags/4x3/tw.svg);
+}
+.flag-icon-tw.flag-icon-squared {
+ background-image: url(../flags/1x1/tw.svg);
+}
+.flag-icon-tz {
+ background-image: url(../flags/4x3/tz.svg);
+}
+.flag-icon-tz.flag-icon-squared {
+ background-image: url(../flags/1x1/tz.svg);
+}
+.flag-icon-ua {
+ background-image: url(../flags/4x3/ua.svg);
+}
+.flag-icon-ua.flag-icon-squared {
+ background-image: url(../flags/1x1/ua.svg);
+}
+.flag-icon-ug {
+ background-image: url(../flags/4x3/ug.svg);
+}
+.flag-icon-ug.flag-icon-squared {
+ background-image: url(../flags/1x1/ug.svg);
+}
+.flag-icon-um {
+ background-image: url(../flags/4x3/um.svg);
+}
+.flag-icon-um.flag-icon-squared {
+ background-image: url(../flags/1x1/um.svg);
+}
+.flag-icon-us {
+ background-image: url(../flags/4x3/us.svg);
+}
+.flag-icon-us.flag-icon-squared {
+ background-image: url(../flags/1x1/us.svg);
+}
+.flag-icon-uy {
+ background-image: url(../flags/4x3/uy.svg);
+}
+.flag-icon-uy.flag-icon-squared {
+ background-image: url(../flags/1x1/uy.svg);
+}
+.flag-icon-uz {
+ background-image: url(../flags/4x3/uz.svg);
+}
+.flag-icon-uz.flag-icon-squared {
+ background-image: url(../flags/1x1/uz.svg);
+}
+.flag-icon-va {
+ background-image: url(../flags/4x3/va.svg);
+}
+.flag-icon-va.flag-icon-squared {
+ background-image: url(../flags/1x1/va.svg);
+}
+.flag-icon-vc {
+ background-image: url(../flags/4x3/vc.svg);
+}
+.flag-icon-vc.flag-icon-squared {
+ background-image: url(../flags/1x1/vc.svg);
+}
+.flag-icon-ve {
+ background-image: url(../flags/4x3/ve.svg);
+}
+.flag-icon-ve.flag-icon-squared {
+ background-image: url(../flags/1x1/ve.svg);
+}
+.flag-icon-vg {
+ background-image: url(../flags/4x3/vg.svg);
+}
+.flag-icon-vg.flag-icon-squared {
+ background-image: url(../flags/1x1/vg.svg);
+}
+.flag-icon-vi {
+ background-image: url(../flags/4x3/vi.svg);
+}
+.flag-icon-vi.flag-icon-squared {
+ background-image: url(../flags/1x1/vi.svg);
+}
+.flag-icon-vn {
+ background-image: url(../flags/4x3/vn.svg);
+}
+.flag-icon-vn.flag-icon-squared {
+ background-image: url(../flags/1x1/vn.svg);
+}
+.flag-icon-vu {
+ background-image: url(../flags/4x3/vu.svg);
+}
+.flag-icon-vu.flag-icon-squared {
+ background-image: url(../flags/1x1/vu.svg);
+}
+.flag-icon-wf {
+ background-image: url(../flags/4x3/wf.svg);
+}
+.flag-icon-wf.flag-icon-squared {
+ background-image: url(../flags/1x1/wf.svg);
+}
+.flag-icon-ws {
+ background-image: url(../flags/4x3/ws.svg);
+}
+.flag-icon-ws.flag-icon-squared {
+ background-image: url(../flags/1x1/ws.svg);
+}
+.flag-icon-ye {
+ background-image: url(../flags/4x3/ye.svg);
+}
+.flag-icon-ye.flag-icon-squared {
+ background-image: url(../flags/1x1/ye.svg);
+}
+.flag-icon-yt {
+ background-image: url(../flags/4x3/yt.svg);
+}
+.flag-icon-yt.flag-icon-squared {
+ background-image: url(../flags/1x1/yt.svg);
+}
+.flag-icon-za {
+ background-image: url(../flags/4x3/za.svg);
+}
+.flag-icon-za.flag-icon-squared {
+ background-image: url(../flags/1x1/za.svg);
+}
+.flag-icon-zm {
+ background-image: url(../flags/4x3/zm.svg);
+}
+.flag-icon-zm.flag-icon-squared {
+ background-image: url(../flags/1x1/zm.svg);
+}
+.flag-icon-zw {
+ background-image: url(../flags/4x3/zw.svg);
+}
+.flag-icon-zw.flag-icon-squared {
+ background-image: url(../flags/1x1/zw.svg);
+}
+.flag-icon-eu {
+ background-image: url(../flags/4x3/eu.svg);
+}
+.flag-icon-eu.flag-icon-squared {
+ background-image: url(../flags/1x1/eu.svg);
+}
+.flag-icon-gb-eng {
+ background-image: url(../flags/4x3/gb-eng.svg);
+}
+.flag-icon-gb-eng.flag-icon-squared {
+ background-image: url(../flags/1x1/gb-eng.svg);
+}
+.flag-icon-gb-sct {
+ background-image: url(../flags/4x3/gb-sct.svg);
+}
+.flag-icon-gb-sct.flag-icon-squared {
+ background-image: url(../flags/1x1/gb-sct.svg);
+}
+.flag-icon-gb-wls {
+ background-image: url(../flags/4x3/gb-wls.svg);
+}
+.flag-icon-gb-wls.flag-icon-squared {
+ background-image: url(../flags/1x1/gb-wls.svg);
+}
diff --git a/www/assets2/fonts/flag-icon-css/css/flag-icon.min.css b/www/assets2/fonts/flag-icon-css/css/flag-icon.min.css
new file mode 100644
index 0000000..af9875a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/css/flag-icon.min.css
@@ -0,0 +1 @@
+.flag-icon,.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-eu{background-image:url(../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../flags/1x1/gb-eng.svg)}.flag-icon-gb-sct{background-image:url(../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../flags/1x1/gb-wls.svg)}
\ No newline at end of file
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ad.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ad.svg
new file mode 100644
index 0000000..46833b5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ad.svg
@@ -0,0 +1,158 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ae.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ae.svg
new file mode 100644
index 0000000..7fcc36c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ae.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/af.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/af.svg
new file mode 100644
index 0000000..8022537
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/af.svg
@@ -0,0 +1,434 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ag.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ag.svg
new file mode 100644
index 0000000..2b78760
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ag.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ai.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ai.svg
new file mode 100644
index 0000000..443643d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ai.svg
@@ -0,0 +1,772 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/al.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/al.svg
new file mode 100644
index 0000000..a784256
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/al.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/am.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/am.svg
new file mode 100644
index 0000000..f546c53
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/am.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ao.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ao.svg
new file mode 100644
index 0000000..b534a06
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ao.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/aq.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/aq.svg
new file mode 100644
index 0000000..96f3cb5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/aq.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ar.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ar.svg
new file mode 100644
index 0000000..61ddee8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ar.svg
@@ -0,0 +1,144 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/as.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/as.svg
new file mode 100644
index 0000000..11de174
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/as.svg
@@ -0,0 +1,34 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/at.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/at.svg
new file mode 100644
index 0000000..a1c333b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/at.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/au.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/au.svg
new file mode 100644
index 0000000..98e7ea0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/au.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/aw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/aw.svg
new file mode 100644
index 0000000..ab5544c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/aw.svg
@@ -0,0 +1,189 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ax.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ax.svg
new file mode 100644
index 0000000..b522de5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ax.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/az.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/az.svg
new file mode 100644
index 0000000..dfb014c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/az.svg
@@ -0,0 +1,8 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ba.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ba.svg
new file mode 100644
index 0000000..56ec812
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ba.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bb.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bb.svg
new file mode 100644
index 0000000..6cbe43a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bb.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bd.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bd.svg
new file mode 100644
index 0000000..207f52e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bd.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/be.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/be.svg
new file mode 100644
index 0000000..543f41b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/be.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bf.svg
new file mode 100644
index 0000000..88fd355
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bf.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bg.svg
new file mode 100644
index 0000000..9126938
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bg.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bh.svg
new file mode 100644
index 0000000..02d5c63
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bh.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bi.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bi.svg
new file mode 100644
index 0000000..b9f9002
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bi.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bj.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bj.svg
new file mode 100644
index 0000000..ea8d491
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bj.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bl.svg
new file mode 100644
index 0000000..0b3f47e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bl.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bm.svg
new file mode 100644
index 0000000..56a862a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bm.svg
@@ -0,0 +1,98 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bn.svg
new file mode 100644
index 0000000..18ffd5f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bn.svg
@@ -0,0 +1,76 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bo.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bo.svg
new file mode 100644
index 0000000..7383407
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bo.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bq.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bq.svg
new file mode 100644
index 0000000..fae0431
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bq.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/br.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/br.svg
new file mode 100644
index 0000000..0a3798f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/br.svg
@@ -0,0 +1,46 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bs.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bs.svg
new file mode 100644
index 0000000..5774f6c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bs.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bt.svg
new file mode 100644
index 0000000..377a00a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bt.svg
@@ -0,0 +1,125 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bv.svg
new file mode 100644
index 0000000..5079318
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bv.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bw.svg
new file mode 100644
index 0000000..bd0cfda
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bw.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/by.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/by.svg
new file mode 100644
index 0000000..a2f1e9f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/by.svg
@@ -0,0 +1,60 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/bz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/bz.svg
new file mode 100644
index 0000000..715c55d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/bz.svg
@@ -0,0 +1,238 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ca.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ca.svg
new file mode 100644
index 0000000..2746a35
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ca.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cc.svg
new file mode 100644
index 0000000..e4eafe1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cc.svg
@@ -0,0 +1,19 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cd.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cd.svg
new file mode 100644
index 0000000..3cd0cb2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cd.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cf.svg
new file mode 100644
index 0000000..6ae6fa7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cg.svg
new file mode 100644
index 0000000..079c1e4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cg.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ch.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ch.svg
new file mode 100644
index 0000000..1246c8f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ch.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ci.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ci.svg
new file mode 100644
index 0000000..a344079
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ci.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ck.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ck.svg
new file mode 100644
index 0000000..e10ecd3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ck.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cl.svg
new file mode 100644
index 0000000..e1c78cf
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cl.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cm.svg
new file mode 100644
index 0000000..d9cd19b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cm.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cn.svg
new file mode 100644
index 0000000..7f7f405
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cn.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/co.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/co.svg
new file mode 100644
index 0000000..90727fd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/co.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cr.svg
new file mode 100644
index 0000000..ec112d0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cr.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cu.svg
new file mode 100644
index 0000000..df5ea90
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cu.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cv.svg
new file mode 100644
index 0000000..5696e98
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cv.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cw.svg
new file mode 100644
index 0000000..e334f74
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cw.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cx.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cx.svg
new file mode 100644
index 0000000..4b8198e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cx.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cy.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cy.svg
new file mode 100644
index 0000000..023278c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cy.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/cz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/cz.svg
new file mode 100644
index 0000000..f55b528
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/cz.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/de.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/de.svg
new file mode 100644
index 0000000..c9deaf1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/de.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/dj.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/dj.svg
new file mode 100644
index 0000000..a5fc124
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/dj.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/dk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/dk.svg
new file mode 100644
index 0000000..9211992
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/dk.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/dm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/dm.svg
new file mode 100644
index 0000000..bca8e45
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/dm.svg
@@ -0,0 +1,153 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/do.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/do.svg
new file mode 100644
index 0000000..e01a4b8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/do.svg
@@ -0,0 +1,6749 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/dz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/dz.svg
new file mode 100644
index 0000000..0f13e71
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/dz.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ec.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ec.svg
new file mode 100644
index 0000000..41063bd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ec.svg
@@ -0,0 +1,146 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ee.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ee.svg
new file mode 100644
index 0000000..8c59cf3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ee.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/eg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/eg.svg
new file mode 100644
index 0000000..b268670
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/eg.svg
@@ -0,0 +1,42 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/eh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/eh.svg
new file mode 100644
index 0000000..d34f467
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/eh.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/er.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/er.svg
new file mode 100644
index 0000000..5231963
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/er.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/es.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/es.svg
new file mode 100644
index 0000000..dafedec
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/es.svg
@@ -0,0 +1,581 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/et.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/et.svg
new file mode 100644
index 0000000..dcdc483
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/et.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/eu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/eu.svg
new file mode 100644
index 0000000..712ff50
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/eu.svg
@@ -0,0 +1,28 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fi.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fi.svg
new file mode 100644
index 0000000..4538b39
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fi.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fj.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fj.svg
new file mode 100644
index 0000000..bb8bc7a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fj.svg
@@ -0,0 +1,139 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fk.svg
new file mode 100644
index 0000000..065057f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fk.svg
@@ -0,0 +1,91 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fm.svg
new file mode 100644
index 0000000..1998e1a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fm.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fo.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fo.svg
new file mode 100644
index 0000000..bcaff97
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fo.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/fr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/fr.svg
new file mode 100644
index 0000000..0b3f47e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/fr.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ga.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ga.svg
new file mode 100644
index 0000000..2567c42
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ga.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gb-eng.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-eng.svg
new file mode 100644
index 0000000..089bdba
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-eng.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gb-sct.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-sct.svg
new file mode 100644
index 0000000..fac4462
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-sct.svg
@@ -0,0 +1,4 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gb-wls.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-wls.svg
new file mode 100644
index 0000000..b01148a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gb-wls.svg
@@ -0,0 +1,9 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gb.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gb.svg
new file mode 100644
index 0000000..b9017e8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gb.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gd.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gd.svg
new file mode 100644
index 0000000..cb2b987
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gd.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ge.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ge.svg
new file mode 100644
index 0000000..abeb310
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ge.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gf.svg
new file mode 100644
index 0000000..e9e3b4d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gf.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gg.svg
new file mode 100644
index 0000000..b20c7ce
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gg.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gh.svg
new file mode 100644
index 0000000..1a63949
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gh.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gi.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gi.svg
new file mode 100644
index 0000000..1063a75
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gi.svg
@@ -0,0 +1,33 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gl.svg
new file mode 100644
index 0000000..725ab90
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gl.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gm.svg
new file mode 100644
index 0000000..8770562
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gm.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gn.svg
new file mode 100644
index 0000000..36d5b6f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gn.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gp.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gp.svg
new file mode 100644
index 0000000..0b3f47e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gp.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gq.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gq.svg
new file mode 100644
index 0000000..3ff380f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gq.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gr.svg
new file mode 100644
index 0000000..c31d87f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gr.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gs.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gs.svg
new file mode 100644
index 0000000..e1cb774
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gs.svg
@@ -0,0 +1,215 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gt.svg
new file mode 100644
index 0000000..fe49b14
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gt.svg
@@ -0,0 +1,216 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gu.svg
new file mode 100644
index 0000000..91e77fc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gu.svg
@@ -0,0 +1,40 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gw.svg
new file mode 100644
index 0000000..1940671
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gw.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/gy.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/gy.svg
new file mode 100644
index 0000000..5f43167
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/gy.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/hk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/hk.svg
new file mode 100644
index 0000000..c08ffa9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/hk.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/hm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/hm.svg
new file mode 100644
index 0000000..82d31c5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/hm.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/hn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/hn.svg
new file mode 100644
index 0000000..9cb3689
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/hn.svg
@@ -0,0 +1,18 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/hr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/hr.svg
new file mode 100644
index 0000000..5891cd1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/hr.svg
@@ -0,0 +1,71 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ht.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ht.svg
new file mode 100644
index 0000000..1758870
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ht.svg
@@ -0,0 +1,141 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/hu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/hu.svg
new file mode 100644
index 0000000..89265cc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/hu.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/id.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/id.svg
new file mode 100644
index 0000000..d61eaba
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/id.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ie.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ie.svg
new file mode 100644
index 0000000..df83407
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ie.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/il.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/il.svg
new file mode 100644
index 0000000..d80e8d1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/il.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/im.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/im.svg
new file mode 100644
index 0000000..a6df9b8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/im.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/in.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/in.svg
new file mode 100644
index 0000000..53fe0c5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/in.svg
@@ -0,0 +1,25 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/io.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/io.svg
new file mode 100644
index 0000000..31e24af
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/io.svg
@@ -0,0 +1,192 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/iq.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/iq.svg
new file mode 100644
index 0000000..f580ca7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/iq.svg
@@ -0,0 +1,10 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ir.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ir.svg
new file mode 100644
index 0000000..898ea4f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ir.svg
@@ -0,0 +1,521 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/is.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/is.svg
new file mode 100644
index 0000000..1b90948
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/is.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/it.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/it.svg
new file mode 100644
index 0000000..7b0a2de
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/it.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/je.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/je.svg
new file mode 100644
index 0000000..3cd0583
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/je.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/jm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/jm.svg
new file mode 100644
index 0000000..ccd4a72
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/jm.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/jo.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/jo.svg
new file mode 100644
index 0000000..f82c3b4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/jo.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/jp.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/jp.svg
new file mode 100644
index 0000000..1b00cb1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/jp.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ke.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ke.svg
new file mode 100644
index 0000000..770c569
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ke.svg
@@ -0,0 +1,23 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kg.svg
new file mode 100644
index 0000000..d1f6068
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kg.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kh.svg
new file mode 100644
index 0000000..4e4871a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kh.svg
@@ -0,0 +1,155 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ki.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ki.svg
new file mode 100644
index 0000000..c7860f4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ki.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/km.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/km.svg
new file mode 100644
index 0000000..039782a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/km.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kn.svg
new file mode 100644
index 0000000..86d6ad3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kn.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kp.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kp.svg
new file mode 100644
index 0000000..e2f3232
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kp.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kr.svg
new file mode 100644
index 0000000..ec0c869
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kr.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kw.svg
new file mode 100644
index 0000000..bab7a54
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kw.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ky.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ky.svg
new file mode 100644
index 0000000..5c2f84b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ky.svg
@@ -0,0 +1,125 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/kz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/kz.svg
new file mode 100644
index 0000000..6971516
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/kz.svg
@@ -0,0 +1,66 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/la.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/la.svg
new file mode 100644
index 0000000..5ad25e4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/la.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lb.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lb.svg
new file mode 100644
index 0000000..08ee281
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lb.svg
@@ -0,0 +1,44 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lc.svg
new file mode 100644
index 0000000..748b9c4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lc.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/li.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/li.svg
new file mode 100644
index 0000000..b1eb539
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/li.svg
@@ -0,0 +1,43 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lk.svg
new file mode 100644
index 0000000..160d082
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lk.svg
@@ -0,0 +1,22 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lr.svg
new file mode 100644
index 0000000..981ff94
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lr.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ls.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ls.svg
new file mode 100644
index 0000000..0fe53f7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ls.svg
@@ -0,0 +1,173 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lt.svg
new file mode 100644
index 0000000..a4e9071
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lt.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lu.svg
new file mode 100644
index 0000000..479fcda
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lu.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/lv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/lv.svg
new file mode 100644
index 0000000..111251d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/lv.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ly.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ly.svg
new file mode 100644
index 0000000..78f91cd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ly.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ma.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ma.svg
new file mode 100644
index 0000000..a76e24a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ma.svg
@@ -0,0 +1,4 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mc.svg
new file mode 100644
index 0000000..5668b3d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mc.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/md.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/md.svg
new file mode 100644
index 0000000..1e098c5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/md.svg
@@ -0,0 +1,98 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/me.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/me.svg
new file mode 100644
index 0000000..3ae89dc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/me.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mf.svg
new file mode 100644
index 0000000..21052af
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mg.svg
new file mode 100644
index 0000000..e593311
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mg.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mh.svg
new file mode 100644
index 0000000..1cb9d97
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mh.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mk.svg
new file mode 100644
index 0000000..b7ac232
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mk.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ml.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ml.svg
new file mode 100644
index 0000000..db863ac
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ml.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mm.svg
new file mode 100644
index 0000000..a68addf
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mm.svg
@@ -0,0 +1,157 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mn.svg
new file mode 100644
index 0000000..16a689d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mn.svg
@@ -0,0 +1,16 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mo.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mo.svg
new file mode 100644
index 0000000..bd3747e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mo.svg
@@ -0,0 +1,9 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mp.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mp.svg
new file mode 100644
index 0000000..fe0ad3e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mp.svg
@@ -0,0 +1,267 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mq.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mq.svg
new file mode 100644
index 0000000..afb8827
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mq.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mr.svg
new file mode 100644
index 0000000..ab67feb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mr.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ms.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ms.svg
new file mode 100644
index 0000000..096d734
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ms.svg
@@ -0,0 +1,75 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mt.svg
new file mode 100644
index 0000000..eff23aa
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mt.svg
@@ -0,0 +1,79 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mu.svg
new file mode 100644
index 0000000..ef4ec13
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mu.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mv.svg
new file mode 100644
index 0000000..53f55e8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mv.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mw.svg
new file mode 100644
index 0000000..b6d10e3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mw.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mx.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mx.svg
new file mode 100644
index 0000000..70ba6b9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mx.svg
@@ -0,0 +1,346 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/my.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/my.svg
new file mode 100644
index 0000000..dd333fc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/my.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/mz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/mz.svg
new file mode 100644
index 0000000..32a7a50
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/mz.svg
@@ -0,0 +1,33 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/na.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/na.svg
new file mode 100644
index 0000000..a88df0b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/na.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nc.svg
new file mode 100644
index 0000000..73d5bd0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nc.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ne.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ne.svg
new file mode 100644
index 0000000..b5786c4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ne.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nf.svg
new file mode 100644
index 0000000..386e574
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nf.svg
@@ -0,0 +1,47 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ng.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ng.svg
new file mode 100644
index 0000000..c8c09dc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ng.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ni.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ni.svg
new file mode 100644
index 0000000..2b4dcbb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ni.svg
@@ -0,0 +1,137 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nl.svg
new file mode 100644
index 0000000..8d8a8d7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nl.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/no.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/no.svg
new file mode 100644
index 0000000..39f070e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/no.svg
@@ -0,0 +1,7 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/np.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/np.svg
new file mode 100644
index 0000000..3630b14
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/np.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nr.svg
new file mode 100644
index 0000000..f4a976f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nr.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nu.svg
new file mode 100644
index 0000000..c7e16be
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nu.svg
@@ -0,0 +1,39 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/nz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/nz.svg
new file mode 100644
index 0000000..1adcec9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/nz.svg
@@ -0,0 +1,42 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/om.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/om.svg
new file mode 100644
index 0000000..6f84f54
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/om.svg
@@ -0,0 +1,348 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pa.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pa.svg
new file mode 100644
index 0000000..f29f795
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pa.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pe.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pe.svg
new file mode 100644
index 0000000..984020a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pe.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pf.svg
new file mode 100644
index 0000000..2f536ad
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pf.svg
@@ -0,0 +1,75 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pg.svg
new file mode 100644
index 0000000..bbaebc4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pg.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ph.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ph.svg
new file mode 100644
index 0000000..cad0613
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ph.svg
@@ -0,0 +1,33 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pk.svg
new file mode 100644
index 0000000..82797c9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pk.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pl.svg
new file mode 100644
index 0000000..6ee803e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pl.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pm.svg
new file mode 100644
index 0000000..787cc1b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pm.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pn.svg
new file mode 100644
index 0000000..3f36fbc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pn.svg
@@ -0,0 +1,148 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pr.svg
new file mode 100644
index 0000000..20b69a6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pr.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ps.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ps.svg
new file mode 100644
index 0000000..77e96b2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ps.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pt.svg
new file mode 100644
index 0000000..66673cb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pt.svg
@@ -0,0 +1,57 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/pw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/pw.svg
new file mode 100644
index 0000000..3adabdb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/pw.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/py.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/py.svg
new file mode 100644
index 0000000..7e64036
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/py.svg
@@ -0,0 +1,157 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/qa.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/qa.svg
new file mode 100644
index 0000000..f7c8314
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/qa.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/re.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/re.svg
new file mode 100644
index 0000000..5ae19dc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/re.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ro.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ro.svg
new file mode 100644
index 0000000..bf1a8bc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ro.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/rs.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/rs.svg
new file mode 100644
index 0000000..0521914
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/rs.svg
@@ -0,0 +1,1571 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ru.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ru.svg
new file mode 100644
index 0000000..a1bdf73
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ru.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/rw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/rw.svg
new file mode 100644
index 0000000..725bc18
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/rw.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sa.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sa.svg
new file mode 100644
index 0000000..4792073
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sa.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sb.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sb.svg
new file mode 100644
index 0000000..beccc96
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sb.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sc.svg
new file mode 100644
index 0000000..4145f16
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sc.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sd.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sd.svg
new file mode 100644
index 0000000..23ab44f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sd.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/se.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/se.svg
new file mode 100644
index 0000000..091a00f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/se.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sg.svg
new file mode 100644
index 0000000..017577e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sg.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sh.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sh.svg
new file mode 100644
index 0000000..fdbe7ff
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sh.svg
@@ -0,0 +1,798 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/si.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/si.svg
new file mode 100644
index 0000000..2ec343a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/si.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sj.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sj.svg
new file mode 100644
index 0000000..3bd6607
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sj.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sk.svg
new file mode 100644
index 0000000..21eb11c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sk.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sl.svg
new file mode 100644
index 0000000..c502fba
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sl.svg
@@ -0,0 +1,92 @@
+
+
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sm.svg
new file mode 100644
index 0000000..5fe7f37
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sm.svg
@@ -0,0 +1,187 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sn.svg
new file mode 100644
index 0000000..f90eecf
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sn.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/so.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/so.svg
new file mode 100644
index 0000000..9e68792
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/so.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sr.svg
new file mode 100644
index 0000000..87f5a21
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sr.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ss.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ss.svg
new file mode 100644
index 0000000..67b93b7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ss.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/st.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/st.svg
new file mode 100644
index 0000000..bfd11c4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/st.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sv.svg
new file mode 100644
index 0000000..2f26f50
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sv.svg
@@ -0,0 +1,645 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sx.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sx.svg
new file mode 100644
index 0000000..7dbf738
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sx.svg
@@ -0,0 +1,105 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sy.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sy.svg
new file mode 100644
index 0000000..e8cfb5f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sy.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/sz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/sz.svg
new file mode 100644
index 0000000..7ed24db
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/sz.svg
@@ -0,0 +1,92 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tc.svg
new file mode 100644
index 0000000..e412e1b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tc.svg
@@ -0,0 +1,107 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/td.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/td.svg
new file mode 100644
index 0000000..7126dca
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/td.svg
@@ -0,0 +1,77 @@
+
+
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tf.svg
new file mode 100644
index 0000000..cdd1f18
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tf.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tg.svg
new file mode 100644
index 0000000..6598e1a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tg.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/th.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/th.svg
new file mode 100644
index 0000000..6dff3b4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/th.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tj.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tj.svg
new file mode 100644
index 0000000..afa2b83
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tj.svg
@@ -0,0 +1,182 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tk.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tk.svg
new file mode 100644
index 0000000..1b002fe
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tk.svg
@@ -0,0 +1,24 @@
+
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tl.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tl.svg
new file mode 100644
index 0000000..f8d14e0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tl.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tm.svg
new file mode 100644
index 0000000..239ac02
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tm.svg
@@ -0,0 +1,324 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tn.svg
new file mode 100644
index 0000000..341ea35
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tn.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/to.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/to.svg
new file mode 100644
index 0000000..e5565d0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/to.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tr.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tr.svg
new file mode 100644
index 0000000..8dae6d1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tr.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tt.svg
new file mode 100644
index 0000000..b41e770
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tt.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tv.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tv.svg
new file mode 100644
index 0000000..0f97fad
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tv.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tw.svg
new file mode 100644
index 0000000..ec3d41b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tw.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/tz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/tz.svg
new file mode 100644
index 0000000..0d53fb8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/tz.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ua.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ua.svg
new file mode 100644
index 0000000..3b32ba2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ua.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ug.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ug.svg
new file mode 100644
index 0000000..bc3f30e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ug.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/um.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/um.svg
new file mode 100644
index 0000000..0dac657
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/um.svg
@@ -0,0 +1,117 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/us.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/us.svg
new file mode 100644
index 0000000..df6d8e1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/us.svg
@@ -0,0 +1,117 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/uy.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/uy.svg
new file mode 100644
index 0000000..b5f72fa
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/uy.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/uz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/uz.svg
new file mode 100644
index 0000000..4bfec86
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/uz.svg
@@ -0,0 +1,30 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/va.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/va.svg
new file mode 100644
index 0000000..b745b42
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/va.svg
@@ -0,0 +1,500 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/vc.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/vc.svg
new file mode 100644
index 0000000..9437fb7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/vc.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ve.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ve.svg
new file mode 100644
index 0000000..9f5a6d2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ve.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/vg.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/vg.svg
new file mode 100644
index 0000000..2a42b76
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/vg.svg
@@ -0,0 +1,246 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/vi.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/vi.svg
new file mode 100644
index 0000000..e0c628c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/vi.svg
@@ -0,0 +1,32 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/vn.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/vn.svg
new file mode 100644
index 0000000..a5e5075
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/vn.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/vu.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/vu.svg
new file mode 100644
index 0000000..58c6b4e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/vu.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/wf.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/wf.svg
new file mode 100644
index 0000000..180f5df
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/wf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ws.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ws.svg
new file mode 100644
index 0000000..c9b7da3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ws.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/ye.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/ye.svg
new file mode 100644
index 0000000..3c37d35
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/ye.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/yt.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/yt.svg
new file mode 100644
index 0000000..db6bac6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/yt.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/za.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/za.svg
new file mode 100644
index 0000000..17c6b5f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/za.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/zm.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/zm.svg
new file mode 100644
index 0000000..8003504
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/zm.svg
@@ -0,0 +1,39 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/zw.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/zw.svg
new file mode 100644
index 0000000..dd0967a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/zw.svg
@@ -0,0 +1,51 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/1x1/zz.svg b/www/assets2/fonts/flag-icon-css/flags/1x1/zz.svg
new file mode 100644
index 0000000..51a9c80
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/1x1/zz.svg
@@ -0,0 +1,4 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ad.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ad.svg
new file mode 100644
index 0000000..bfa5762
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ad.svg
@@ -0,0 +1,157 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ae.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ae.svg
new file mode 100644
index 0000000..e68da50
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ae.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/af.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/af.svg
new file mode 100644
index 0000000..91da54e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/af.svg
@@ -0,0 +1,434 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ag.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ag.svg
new file mode 100644
index 0000000..d734dd2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ag.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ai.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ai.svg
new file mode 100644
index 0000000..34485d5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ai.svg
@@ -0,0 +1,772 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/al.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/al.svg
new file mode 100644
index 0000000..b219956
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/al.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/am.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/am.svg
new file mode 100644
index 0000000..64f2760
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/am.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ao.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ao.svg
new file mode 100644
index 0000000..c1d58bd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ao.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/aq.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/aq.svg
new file mode 100644
index 0000000..b4248d2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/aq.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ar.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ar.svg
new file mode 100644
index 0000000..844c3f7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ar.svg
@@ -0,0 +1,144 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/as.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/as.svg
new file mode 100644
index 0000000..cb4007c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/as.svg
@@ -0,0 +1,34 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/at.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/at.svg
new file mode 100644
index 0000000..c5b8184
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/at.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/au.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/au.svg
new file mode 100644
index 0000000..ca1a740
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/au.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/aw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/aw.svg
new file mode 100644
index 0000000..dd489c9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/aw.svg
@@ -0,0 +1,187 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ax.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ax.svg
new file mode 100644
index 0000000..5316888
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ax.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/az.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/az.svg
new file mode 100644
index 0000000..4ad2aa8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/az.svg
@@ -0,0 +1,8 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ba.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ba.svg
new file mode 100644
index 0000000..e01b9cd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ba.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bb.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bb.svg
new file mode 100644
index 0000000..3353c48
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bb.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bd.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bd.svg
new file mode 100644
index 0000000..96b776f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bd.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/be.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/be.svg
new file mode 100644
index 0000000..ef74080
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/be.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bf.svg
new file mode 100644
index 0000000..bc1ff42
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bf.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bg.svg
new file mode 100644
index 0000000..b9c8a6f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bg.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bh.svg
new file mode 100644
index 0000000..2adfcc0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bh.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bi.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bi.svg
new file mode 100644
index 0000000..a71e60b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bi.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bj.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bj.svg
new file mode 100644
index 0000000..02f344e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bj.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bl.svg
new file mode 100644
index 0000000..5a5d83f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bl.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bm.svg
new file mode 100644
index 0000000..3d2dd8e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bm.svg
@@ -0,0 +1,102 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bn.svg
new file mode 100644
index 0000000..23e0bb6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bn.svg
@@ -0,0 +1,76 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bo.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bo.svg
new file mode 100644
index 0000000..2d5f798
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bo.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bq.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bq.svg
new file mode 100644
index 0000000..2520681
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bq.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/br.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/br.svg
new file mode 100644
index 0000000..b21c659
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/br.svg
@@ -0,0 +1,46 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bs.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bs.svg
new file mode 100644
index 0000000..30987da
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bs.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bt.svg
new file mode 100644
index 0000000..39b5175
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bt.svg
@@ -0,0 +1,125 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bv.svg
new file mode 100644
index 0000000..054660f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bv.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bw.svg
new file mode 100644
index 0000000..5c42854
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bw.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/by.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/by.svg
new file mode 100644
index 0000000..ca897f6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/by.svg
@@ -0,0 +1,63 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/bz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/bz.svg
new file mode 100644
index 0000000..00148b4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/bz.svg
@@ -0,0 +1,238 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ca.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ca.svg
new file mode 100644
index 0000000..19d5296
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ca.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cc.svg
new file mode 100644
index 0000000..9aa3763
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cc.svg
@@ -0,0 +1,19 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cd.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cd.svg
new file mode 100644
index 0000000..b9f0010
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cd.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cf.svg
new file mode 100644
index 0000000..8e52646
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cg.svg
new file mode 100644
index 0000000..7abdfd5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cg.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ch.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ch.svg
new file mode 100644
index 0000000..7c70da1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ch.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ci.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ci.svg
new file mode 100644
index 0000000..5498526
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ci.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ck.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ck.svg
new file mode 100644
index 0000000..f4df7b3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ck.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cl.svg
new file mode 100644
index 0000000..0ac361c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cl.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cm.svg
new file mode 100644
index 0000000..8501eb8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cm.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cn.svg
new file mode 100644
index 0000000..515176d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cn.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/co.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/co.svg
new file mode 100644
index 0000000..969ae49
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/co.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cr.svg
new file mode 100644
index 0000000..e13bd8a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cr.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cu.svg
new file mode 100644
index 0000000..a684470
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cu.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cv.svg
new file mode 100644
index 0000000..314a739
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cv.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cw.svg
new file mode 100644
index 0000000..d61bfa8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cw.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cx.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cx.svg
new file mode 100644
index 0000000..4bf59e6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cx.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cy.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cy.svg
new file mode 100644
index 0000000..6c0c64d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cy.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/cz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/cz.svg
new file mode 100644
index 0000000..c8c1e75
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/cz.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/de.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/de.svg
new file mode 100644
index 0000000..c23591e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/de.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/dj.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/dj.svg
new file mode 100644
index 0000000..b43a339
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/dj.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/dk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/dk.svg
new file mode 100644
index 0000000..3d07a76
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/dk.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/dm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/dm.svg
new file mode 100644
index 0000000..96ab6df
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/dm.svg
@@ -0,0 +1,153 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/do.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/do.svg
new file mode 100644
index 0000000..462ba3e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/do.svg
@@ -0,0 +1,6749 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/dz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/dz.svg
new file mode 100644
index 0000000..3ed0f31
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/dz.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ec.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ec.svg
new file mode 100644
index 0000000..487ddc5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ec.svg
@@ -0,0 +1,146 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ee.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ee.svg
new file mode 100644
index 0000000..38d6777
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ee.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/eg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/eg.svg
new file mode 100644
index 0000000..2c15768
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/eg.svg
@@ -0,0 +1,42 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/eh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/eh.svg
new file mode 100644
index 0000000..dac5138
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/eh.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/er.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/er.svg
new file mode 100644
index 0000000..87d0412
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/er.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/es.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/es.svg
new file mode 100644
index 0000000..40c7993
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/es.svg
@@ -0,0 +1,581 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/et.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/et.svg
new file mode 100644
index 0000000..5c0579a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/et.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/eu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/eu.svg
new file mode 100644
index 0000000..6ee3170
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/eu.svg
@@ -0,0 +1,28 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fi.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fi.svg
new file mode 100644
index 0000000..e2d0afe
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fi.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fj.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fj.svg
new file mode 100644
index 0000000..ab06d47
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fj.svg
@@ -0,0 +1,139 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fk.svg
new file mode 100644
index 0000000..3b13483
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fk.svg
@@ -0,0 +1,93 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fm.svg
new file mode 100644
index 0000000..b051998
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fm.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fo.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fo.svg
new file mode 100644
index 0000000..31d44ae
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fo.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/fr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/fr.svg
new file mode 100644
index 0000000..77c5cf5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/fr.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ga.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ga.svg
new file mode 100644
index 0000000..e29d633
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ga.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gb-eng.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-eng.svg
new file mode 100644
index 0000000..4a13564
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-eng.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gb-sct.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-sct.svg
new file mode 100644
index 0000000..44941f6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-sct.svg
@@ -0,0 +1,4 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gb-wls.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-wls.svg
new file mode 100644
index 0000000..bfbf2ea
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gb-wls.svg
@@ -0,0 +1,9 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gb.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gb.svg
new file mode 100644
index 0000000..cd8c226
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gb.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gd.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gd.svg
new file mode 100644
index 0000000..8c92e76
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gd.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ge.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ge.svg
new file mode 100644
index 0000000..4aa54e2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ge.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gf.svg
new file mode 100644
index 0000000..44ad797
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gf.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gg.svg
new file mode 100644
index 0000000..7e8a7c9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gg.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gh.svg
new file mode 100644
index 0000000..b84be43
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gh.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gi.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gi.svg
new file mode 100644
index 0000000..868f23e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gi.svg
@@ -0,0 +1,33 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gl.svg
new file mode 100644
index 0000000..6926f54
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gl.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gm.svg
new file mode 100644
index 0000000..8a8d238
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gm.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gn.svg
new file mode 100644
index 0000000..ad4a6b9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gn.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gp.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gp.svg
new file mode 100644
index 0000000..77c5cf5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gp.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gq.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gq.svg
new file mode 100644
index 0000000..dac4678
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gq.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gr.svg
new file mode 100644
index 0000000..2f30221
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gr.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gs.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gs.svg
new file mode 100644
index 0000000..da528ed
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gs.svg
@@ -0,0 +1,210 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gt.svg
new file mode 100644
index 0000000..7c59064
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gt.svg
@@ -0,0 +1,216 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gu.svg
new file mode 100644
index 0000000..7082e32
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gu.svg
@@ -0,0 +1,40 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gw.svg
new file mode 100644
index 0000000..37a8a52
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gw.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/gy.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/gy.svg
new file mode 100644
index 0000000..258ad8a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/gy.svg
@@ -0,0 +1,10 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/hk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/hk.svg
new file mode 100644
index 0000000..75a44a3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/hk.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/hm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/hm.svg
new file mode 100644
index 0000000..3b035f2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/hm.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/hn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/hn.svg
new file mode 100644
index 0000000..aba1b92
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/hn.svg
@@ -0,0 +1,18 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/hr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/hr.svg
new file mode 100644
index 0000000..882a5e6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/hr.svg
@@ -0,0 +1,71 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ht.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ht.svg
new file mode 100644
index 0000000..e499405
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ht.svg
@@ -0,0 +1,141 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/hu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/hu.svg
new file mode 100644
index 0000000..adb18b0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/hu.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/id.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/id.svg
new file mode 100644
index 0000000..6ba9472
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/id.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ie.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ie.svg
new file mode 100644
index 0000000..6b94088
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ie.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/il.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/il.svg
new file mode 100644
index 0000000..58a2d9a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/il.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/im.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/im.svg
new file mode 100644
index 0000000..eae1471
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/im.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/in.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/in.svg
new file mode 100644
index 0000000..c84f720
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/in.svg
@@ -0,0 +1,25 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/io.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/io.svg
new file mode 100644
index 0000000..5579623
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/io.svg
@@ -0,0 +1,186 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/iq.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/iq.svg
new file mode 100644
index 0000000..4c66c5a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/iq.svg
@@ -0,0 +1,10 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ir.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ir.svg
new file mode 100644
index 0000000..9f02617
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ir.svg
@@ -0,0 +1,521 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/is.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/is.svg
new file mode 100644
index 0000000..2c4175a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/is.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/it.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/it.svg
new file mode 100644
index 0000000..72304ed
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/it.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/je.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/je.svg
new file mode 100644
index 0000000..0383e6b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/je.svg
@@ -0,0 +1,67 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/jm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/jm.svg
new file mode 100644
index 0000000..1994b10
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/jm.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/jo.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/jo.svg
new file mode 100644
index 0000000..e2a4718
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/jo.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/jp.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/jp.svg
new file mode 100644
index 0000000..9215ad5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/jp.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ke.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ke.svg
new file mode 100644
index 0000000..bb26fe4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ke.svg
@@ -0,0 +1,23 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kg.svg
new file mode 100644
index 0000000..24a9206
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kg.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kh.svg
new file mode 100644
index 0000000..ea94e5a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kh.svg
@@ -0,0 +1,155 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ki.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ki.svg
new file mode 100644
index 0000000..3f96786
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ki.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/km.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/km.svg
new file mode 100644
index 0000000..12719be
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/km.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kn.svg
new file mode 100644
index 0000000..24d19a1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kn.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kp.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kp.svg
new file mode 100644
index 0000000..30be2a6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kp.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kr.svg
new file mode 100644
index 0000000..bc58e33
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kr.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kw.svg
new file mode 100644
index 0000000..05a9390
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kw.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ky.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ky.svg
new file mode 100644
index 0000000..b4ea015
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ky.svg
@@ -0,0 +1,122 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/kz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/kz.svg
new file mode 100644
index 0000000..f8ded73
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/kz.svg
@@ -0,0 +1,66 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/la.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/la.svg
new file mode 100644
index 0000000..dc7b314
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/la.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lb.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lb.svg
new file mode 100644
index 0000000..1e6833c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lb.svg
@@ -0,0 +1,44 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lc.svg
new file mode 100644
index 0000000..92652f3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lc.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/li.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/li.svg
new file mode 100644
index 0000000..ada46b6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/li.svg
@@ -0,0 +1,43 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lk.svg
new file mode 100644
index 0000000..59f257b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lk.svg
@@ -0,0 +1,22 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lr.svg
new file mode 100644
index 0000000..5723543
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lr.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ls.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ls.svg
new file mode 100644
index 0000000..021e000
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ls.svg
@@ -0,0 +1,173 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lt.svg
new file mode 100644
index 0000000..d3bf5f0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lt.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lu.svg
new file mode 100644
index 0000000..ea09ad3
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lu.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/lv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/lv.svg
new file mode 100644
index 0000000..b323456
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/lv.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ly.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ly.svg
new file mode 100644
index 0000000..4a7d630
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ly.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ma.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ma.svg
new file mode 100644
index 0000000..e1c634b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ma.svg
@@ -0,0 +1,4 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mc.svg
new file mode 100644
index 0000000..46810f9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mc.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/md.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/md.svg
new file mode 100644
index 0000000..b50035c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/md.svg
@@ -0,0 +1,100 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/me.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/me.svg
new file mode 100644
index 0000000..07192a2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/me.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mf.svg
new file mode 100644
index 0000000..eeef6ee
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mg.svg
new file mode 100644
index 0000000..1d6f8e6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mg.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mh.svg
new file mode 100644
index 0000000..ccc18ab
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mh.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mk.svg
new file mode 100644
index 0000000..01ec7f2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mk.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ml.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ml.svg
new file mode 100644
index 0000000..1f31ff8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ml.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mm.svg
new file mode 100644
index 0000000..64b8760
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mm.svg
@@ -0,0 +1,146 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mn.svg
new file mode 100644
index 0000000..7ab65f5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mn.svg
@@ -0,0 +1,16 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mo.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mo.svg
new file mode 100644
index 0000000..f616990
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mo.svg
@@ -0,0 +1,9 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mp.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mp.svg
new file mode 100644
index 0000000..8072776
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mp.svg
@@ -0,0 +1,267 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mq.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mq.svg
new file mode 100644
index 0000000..8f95e4c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mq.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mr.svg
new file mode 100644
index 0000000..2be2169
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mr.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ms.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ms.svg
new file mode 100644
index 0000000..323e6a4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ms.svg
@@ -0,0 +1,75 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mt.svg
new file mode 100644
index 0000000..0e4afdb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mt.svg
@@ -0,0 +1,81 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mu.svg
new file mode 100644
index 0000000..e32b233
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mu.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mv.svg
new file mode 100644
index 0000000..01863eb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mv.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mw.svg
new file mode 100644
index 0000000..4bda1c2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mw.svg
@@ -0,0 +1,54 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mx.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mx.svg
new file mode 100644
index 0000000..e86fd3d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mx.svg
@@ -0,0 +1,348 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/my.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/my.svg
new file mode 100644
index 0000000..0aae6d4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/my.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/mz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/mz.svg
new file mode 100644
index 0000000..3873f1e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/mz.svg
@@ -0,0 +1,33 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/na.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/na.svg
new file mode 100644
index 0000000..bfdb8a0
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/na.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nc.svg
new file mode 100644
index 0000000..8df4f1e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nc.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ne.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ne.svg
new file mode 100644
index 0000000..1acced6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ne.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nf.svg
new file mode 100644
index 0000000..b1c7a1b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nf.svg
@@ -0,0 +1,45 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ng.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ng.svg
new file mode 100644
index 0000000..ac7c6bb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ng.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ni.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ni.svg
new file mode 100644
index 0000000..7f53e5c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ni.svg
@@ -0,0 +1,137 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nl.svg
new file mode 100644
index 0000000..1fbf7f6
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nl.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/no.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/no.svg
new file mode 100644
index 0000000..ae0f346
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/no.svg
@@ -0,0 +1,7 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/np.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/np.svg
new file mode 100644
index 0000000..1a1c2cf
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/np.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nr.svg
new file mode 100644
index 0000000..e8ddfd4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nr.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nu.svg
new file mode 100644
index 0000000..a066344
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nu.svg
@@ -0,0 +1,39 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/nz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/nz.svg
new file mode 100644
index 0000000..667679f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/nz.svg
@@ -0,0 +1,42 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/om.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/om.svg
new file mode 100644
index 0000000..5aad8f7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/om.svg
@@ -0,0 +1,348 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pa.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pa.svg
new file mode 100644
index 0000000..5b513ac
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pa.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pe.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pe.svg
new file mode 100644
index 0000000..e2665a8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pe.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pf.svg
new file mode 100644
index 0000000..14781b4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pf.svg
@@ -0,0 +1,76 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pg.svg
new file mode 100644
index 0000000..7dfe8d4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pg.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ph.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ph.svg
new file mode 100644
index 0000000..041e9c8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ph.svg
@@ -0,0 +1,35 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pk.svg
new file mode 100644
index 0000000..b4336ac
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pk.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pl.svg
new file mode 100644
index 0000000..ac0cd89
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pl.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pm.svg
new file mode 100644
index 0000000..03738c8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pm.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pn.svg
new file mode 100644
index 0000000..8202661
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pn.svg
@@ -0,0 +1,145 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pr.svg
new file mode 100644
index 0000000..aa55a46
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pr.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ps.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ps.svg
new file mode 100644
index 0000000..69effdc
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ps.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pt.svg
new file mode 100644
index 0000000..b979cbb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pt.svg
@@ -0,0 +1,57 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/pw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/pw.svg
new file mode 100644
index 0000000..9cc809c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/pw.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/py.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/py.svg
new file mode 100644
index 0000000..d7b3657
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/py.svg
@@ -0,0 +1,157 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/qa.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/qa.svg
new file mode 100644
index 0000000..f322324
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/qa.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/re.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/re.svg
new file mode 100644
index 0000000..082cb3d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/re.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ro.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ro.svg
new file mode 100644
index 0000000..f4c9b95
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ro.svg
@@ -0,0 +1,18 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/rs.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/rs.svg
new file mode 100644
index 0000000..601d9ce
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/rs.svg
@@ -0,0 +1,1562 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ru.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ru.svg
new file mode 100644
index 0000000..6f4ed9f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ru.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/rw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/rw.svg
new file mode 100644
index 0000000..b0cd4ed
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/rw.svg
@@ -0,0 +1,13 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sa.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sa.svg
new file mode 100644
index 0000000..d05577a
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sa.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sb.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sb.svg
new file mode 100644
index 0000000..47cc1c1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sb.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sc.svg
new file mode 100644
index 0000000..f9857fe
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sc.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sd.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sd.svg
new file mode 100644
index 0000000..f8f70cf
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sd.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/se.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/se.svg
new file mode 100644
index 0000000..d99a582
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/se.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sg.svg
new file mode 100644
index 0000000..d568ed5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sg.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sh.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sh.svg
new file mode 100644
index 0000000..4e08859
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sh.svg
@@ -0,0 +1,795 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/si.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/si.svg
new file mode 100644
index 0000000..61789c5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/si.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sj.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sj.svg
new file mode 100644
index 0000000..c25086e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sj.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sk.svg
new file mode 100644
index 0000000..cac209b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sk.svg
@@ -0,0 +1,25 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sl.svg
new file mode 100644
index 0000000..467327e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sl.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sm.svg
new file mode 100644
index 0000000..e4230c8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sm.svg
@@ -0,0 +1,187 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sn.svg
new file mode 100644
index 0000000..74fa8d4
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sn.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/so.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/so.svg
new file mode 100644
index 0000000..a775b81
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/so.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sr.svg
new file mode 100644
index 0000000..02d276f
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sr.svg
@@ -0,0 +1,6 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ss.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ss.svg
new file mode 100644
index 0000000..6039a62
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ss.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/st.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/st.svg
new file mode 100644
index 0000000..b31028b
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/st.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sv.svg
new file mode 100644
index 0000000..c1c6c5e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sv.svg
@@ -0,0 +1,645 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sx.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sx.svg
new file mode 100644
index 0000000..59cfd7e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sx.svg
@@ -0,0 +1,105 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sy.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sy.svg
new file mode 100644
index 0000000..64f3c29
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sy.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/sz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/sz.svg
new file mode 100644
index 0000000..3a843da
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/sz.svg
@@ -0,0 +1,92 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tc.svg
new file mode 100644
index 0000000..1477a7c
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tc.svg
@@ -0,0 +1,102 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/td.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/td.svg
new file mode 100644
index 0000000..f0c4680
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/td.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tf.svg
new file mode 100644
index 0000000..0c52263
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tf.svg
@@ -0,0 +1,15 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tg.svg
new file mode 100644
index 0000000..4fbe4ab
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tg.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/th.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/th.svg
new file mode 100644
index 0000000..0e66e19
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/th.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tj.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tj.svg
new file mode 100644
index 0000000..0ab64a1
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tj.svg
@@ -0,0 +1,181 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tk.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tk.svg
new file mode 100644
index 0000000..7a69cb5
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tk.svg
@@ -0,0 +1,24 @@
+
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tl.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tl.svg
new file mode 100644
index 0000000..d64fb0d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tl.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tm.svg
new file mode 100644
index 0000000..bc324dd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tm.svg
@@ -0,0 +1,324 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tn.svg
new file mode 100644
index 0000000..4f156fe
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tn.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/to.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/to.svg
new file mode 100644
index 0000000..f431a46
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/to.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tr.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tr.svg
new file mode 100644
index 0000000..67ec710
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tr.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tt.svg
new file mode 100644
index 0000000..8b5d344
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tt.svg
@@ -0,0 +1,17 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tv.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tv.svg
new file mode 100644
index 0000000..ed2afb2
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tv.svg
@@ -0,0 +1,48 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tw.svg
new file mode 100644
index 0000000..2277674
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tw.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/tz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/tz.svg
new file mode 100644
index 0000000..a503b10
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/tz.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ua.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ua.svg
new file mode 100644
index 0000000..3f7f06e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ua.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ug.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ug.svg
new file mode 100644
index 0000000..ffd5afd
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ug.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/um.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/um.svg
new file mode 100644
index 0000000..395610e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/um.svg
@@ -0,0 +1,117 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/us.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/us.svg
new file mode 100644
index 0000000..1d621f9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/us.svg
@@ -0,0 +1,117 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/uy.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/uy.svg
new file mode 100644
index 0000000..fcb3d26
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/uy.svg
@@ -0,0 +1,62 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/uz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/uz.svg
new file mode 100644
index 0000000..81b602d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/uz.svg
@@ -0,0 +1,30 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/va.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/va.svg
new file mode 100644
index 0000000..fcfec45
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/va.svg
@@ -0,0 +1,500 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/vc.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/vc.svg
new file mode 100644
index 0000000..6e89d58
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/vc.svg
@@ -0,0 +1,19 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ve.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ve.svg
new file mode 100644
index 0000000..f712e95
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ve.svg
@@ -0,0 +1,29 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/vg.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/vg.svg
new file mode 100644
index 0000000..6e422bb
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/vg.svg
@@ -0,0 +1,248 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/vi.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/vi.svg
new file mode 100644
index 0000000..08c1b29
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/vi.svg
@@ -0,0 +1,32 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/vn.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/vn.svg
new file mode 100644
index 0000000..443ef75
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/vn.svg
@@ -0,0 +1,20 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/vu.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/vu.svg
new file mode 100644
index 0000000..166663d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/vu.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/wf.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/wf.svg
new file mode 100644
index 0000000..5e49b6d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/wf.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ws.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ws.svg
new file mode 100644
index 0000000..c837d98
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ws.svg
@@ -0,0 +1,24 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/ye.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/ye.svg
new file mode 100644
index 0000000..e2bee6e
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/ye.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/yt.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/yt.svg
new file mode 100644
index 0000000..c5c571d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/yt.svg
@@ -0,0 +1,16 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/za.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/za.svg
new file mode 100644
index 0000000..73a6d7d
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/za.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/zm.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/zm.svg
new file mode 100644
index 0000000..4f56133
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/zm.svg
@@ -0,0 +1,39 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/zw.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/zw.svg
new file mode 100644
index 0000000..d08eeb7
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/zw.svg
@@ -0,0 +1,51 @@
+
+
diff --git a/www/assets2/fonts/flag-icon-css/flags/4x3/zz.svg b/www/assets2/fonts/flag-icon-css/flags/4x3/zz.svg
new file mode 100644
index 0000000..0adbd24
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/flags/4x3/zz.svg
@@ -0,0 +1,5 @@
+
diff --git a/www/assets2/fonts/flag-icon-css/sass/flag-icon-base.scss b/www/assets2/fonts/flag-icon-css/sass/flag-icon-base.scss
new file mode 100644
index 0000000..9cfcdf8
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/sass/flag-icon-base.scss
@@ -0,0 +1,28 @@
+@mixin flag-icon-background {
+ background-size: contain;
+ background-position: 50%;
+ background-repeat: no-repeat;
+}
+
+.flag-icon {
+ @include flag-icon-background();
+ position: relative;
+ display: inline-block;
+ width: (4 / 3) * 1em;
+ line-height: 1em;
+ &:before {
+ content: '\00a0';
+ }
+ &.flag-icon-squared {
+ width: 1em;
+ }
+}
+
+@mixin flag-icon($country) {
+ .flag-icon-#{$country} {
+ background-image: url(#{$flag-icon-css-path}#{$flag-icon-rect-path}/#{$country}.svg);
+ &.flag-icon-squared {
+ background-image: url(#{$flag-icon-css-path}#{$flag-icon-square-path}/#{$country}.svg);
+ }
+ }
+}
diff --git a/www/assets2/fonts/flag-icon-css/sass/flag-icon-list.scss b/www/assets2/fonts/flag-icon-css/sass/flag-icon-list.scss
new file mode 100644
index 0000000..6cafc82
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/sass/flag-icon-list.scss
@@ -0,0 +1,249 @@
+@include flag-icon(ad);
+@include flag-icon(ae);
+@include flag-icon(af);
+@include flag-icon(ag);
+@include flag-icon(ai);
+@include flag-icon(al);
+@include flag-icon(am);
+@include flag-icon(ao);
+@include flag-icon(aq);
+@include flag-icon(ar);
+@include flag-icon(as);
+@include flag-icon(at);
+@include flag-icon(au);
+@include flag-icon(aw);
+@include flag-icon(ax);
+@include flag-icon(az);
+@include flag-icon(ba);
+@include flag-icon(bb);
+@include flag-icon(bd);
+@include flag-icon(be);
+@include flag-icon(bf);
+@include flag-icon(bg);
+@include flag-icon(bh);
+@include flag-icon(bi);
+@include flag-icon(bj);
+@include flag-icon(bl);
+@include flag-icon(bm);
+@include flag-icon(bn);
+@include flag-icon(bo);
+@include flag-icon(bq);
+@include flag-icon(br);
+@include flag-icon(bs);
+@include flag-icon(bt);
+@include flag-icon(bv);
+@include flag-icon(bw);
+@include flag-icon(by);
+@include flag-icon(bz);
+@include flag-icon(ca);
+@include flag-icon(cc);
+@include flag-icon(cd);
+@include flag-icon(cf);
+@include flag-icon(cg);
+@include flag-icon(ch);
+@include flag-icon(ci);
+@include flag-icon(ck);
+@include flag-icon(cl);
+@include flag-icon(cm);
+@include flag-icon(cn);
+@include flag-icon(co);
+@include flag-icon(cr);
+@include flag-icon(cu);
+@include flag-icon(cv);
+@include flag-icon(cw);
+@include flag-icon(cx);
+@include flag-icon(cy);
+@include flag-icon(cz);
+@include flag-icon(de);
+@include flag-icon(dj);
+@include flag-icon(dk);
+@include flag-icon(dm);
+@include flag-icon(do);
+@include flag-icon(dz);
+@include flag-icon(ec);
+@include flag-icon(ee);
+@include flag-icon(eg);
+@include flag-icon(eh);
+@include flag-icon(er);
+@include flag-icon(es);
+@include flag-icon(et);
+@include flag-icon(fi);
+@include flag-icon(fj);
+@include flag-icon(fk);
+@include flag-icon(fm);
+@include flag-icon(fo);
+@include flag-icon(fr);
+@include flag-icon(ga);
+@include flag-icon(gb);
+@include flag-icon(gd);
+@include flag-icon(ge);
+@include flag-icon(gf);
+@include flag-icon(gg);
+@include flag-icon(gh);
+@include flag-icon(gi);
+@include flag-icon(gl);
+@include flag-icon(gm);
+@include flag-icon(gn);
+@include flag-icon(gp);
+@include flag-icon(gq);
+@include flag-icon(gr);
+@include flag-icon(gs);
+@include flag-icon(gt);
+@include flag-icon(gu);
+@include flag-icon(gw);
+@include flag-icon(gy);
+@include flag-icon(hk);
+@include flag-icon(hm);
+@include flag-icon(hn);
+@include flag-icon(hr);
+@include flag-icon(ht);
+@include flag-icon(hu);
+@include flag-icon(id);
+@include flag-icon(ie);
+@include flag-icon(il);
+@include flag-icon(im);
+@include flag-icon(in);
+@include flag-icon(io);
+@include flag-icon(iq);
+@include flag-icon(ir);
+@include flag-icon(is);
+@include flag-icon(it);
+@include flag-icon(je);
+@include flag-icon(jm);
+@include flag-icon(jo);
+@include flag-icon(jp);
+@include flag-icon(ke);
+@include flag-icon(kg);
+@include flag-icon(kh);
+@include flag-icon(ki);
+@include flag-icon(km);
+@include flag-icon(kn);
+@include flag-icon(kp);
+@include flag-icon(kr);
+@include flag-icon(kw);
+@include flag-icon(ky);
+@include flag-icon(kz);
+@include flag-icon(la);
+@include flag-icon(lb);
+@include flag-icon(lc);
+@include flag-icon(li);
+@include flag-icon(lk);
+@include flag-icon(lr);
+@include flag-icon(ls);
+@include flag-icon(lt);
+@include flag-icon(lu);
+@include flag-icon(lv);
+@include flag-icon(ly);
+@include flag-icon(ma);
+@include flag-icon(mc);
+@include flag-icon(md);
+@include flag-icon(me);
+@include flag-icon(mf);
+@include flag-icon(mg);
+@include flag-icon(mh);
+@include flag-icon(mk);
+@include flag-icon(ml);
+@include flag-icon(mm);
+@include flag-icon(mn);
+@include flag-icon(mo);
+@include flag-icon(mp);
+@include flag-icon(mq);
+@include flag-icon(mr);
+@include flag-icon(ms);
+@include flag-icon(mt);
+@include flag-icon(mu);
+@include flag-icon(mv);
+@include flag-icon(mw);
+@include flag-icon(mx);
+@include flag-icon(my);
+@include flag-icon(mz);
+@include flag-icon(na);
+@include flag-icon(nc);
+@include flag-icon(ne);
+@include flag-icon(nf);
+@include flag-icon(ng);
+@include flag-icon(ni);
+@include flag-icon(nl);
+@include flag-icon(no);
+@include flag-icon(np);
+@include flag-icon(nr);
+@include flag-icon(nu);
+@include flag-icon(nz);
+@include flag-icon(om);
+@include flag-icon(pa);
+@include flag-icon(pe);
+@include flag-icon(pf);
+@include flag-icon(pg);
+@include flag-icon(ph);
+@include flag-icon(pk);
+@include flag-icon(pl);
+@include flag-icon(pm);
+@include flag-icon(pn);
+@include flag-icon(pr);
+@include flag-icon(ps);
+@include flag-icon(pt);
+@include flag-icon(pw);
+@include flag-icon(py);
+@include flag-icon(qa);
+@include flag-icon(re);
+@include flag-icon(ro);
+@include flag-icon(rs);
+@include flag-icon(ru);
+@include flag-icon(rw);
+@include flag-icon(sa);
+@include flag-icon(sb);
+@include flag-icon(sc);
+@include flag-icon(sd);
+@include flag-icon(se);
+@include flag-icon(sg);
+@include flag-icon(sh);
+@include flag-icon(si);
+@include flag-icon(sj);
+@include flag-icon(sk);
+@include flag-icon(sl);
+@include flag-icon(sm);
+@include flag-icon(sn);
+@include flag-icon(so);
+@include flag-icon(sr);
+@include flag-icon(ss);
+@include flag-icon(st);
+@include flag-icon(sv);
+@include flag-icon(sx);
+@include flag-icon(sy);
+@include flag-icon(sz);
+@include flag-icon(tc);
+@include flag-icon(td);
+@include flag-icon(tf);
+@include flag-icon(tg);
+@include flag-icon(th);
+@include flag-icon(tj);
+@include flag-icon(tk);
+@include flag-icon(tl);
+@include flag-icon(tm);
+@include flag-icon(tn);
+@include flag-icon(to);
+@include flag-icon(tr);
+@include flag-icon(tt);
+@include flag-icon(tv);
+@include flag-icon(tw);
+@include flag-icon(tz);
+@include flag-icon(ua);
+@include flag-icon(ug);
+@include flag-icon(um);
+@include flag-icon(us);
+@include flag-icon(uy);
+@include flag-icon(uz);
+@include flag-icon(va);
+@include flag-icon(vc);
+@include flag-icon(ve);
+@include flag-icon(vg);
+@include flag-icon(vi);
+@include flag-icon(vn);
+@include flag-icon(vu);
+@include flag-icon(wf);
+@include flag-icon(ws);
+@include flag-icon(ye);
+@include flag-icon(yt);
+@include flag-icon(za);
+@include flag-icon(zm);
+@include flag-icon(zw);
diff --git a/www/assets2/fonts/flag-icon-css/sass/flag-icon-more.scss b/www/assets2/fonts/flag-icon-css/sass/flag-icon-more.scss
new file mode 100644
index 0000000..a14d8e9
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/sass/flag-icon-more.scss
@@ -0,0 +1,4 @@
+@include flag-icon(eu);
+@include flag-icon(gb-eng);
+@include flag-icon(gb-sct);
+@include flag-icon(gb-wls);
diff --git a/www/assets2/fonts/flag-icon-css/sass/flag-icon.scss b/www/assets2/fonts/flag-icon-css/sass/flag-icon.scss
new file mode 100644
index 0000000..cc24e93
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/sass/flag-icon.scss
@@ -0,0 +1,4 @@
+@import "variables";
+@import "flag-icon-base";
+@import "flag-icon-list";
+@import "flag-icon-more";
diff --git a/www/assets2/fonts/flag-icon-css/sass/variables.scss b/www/assets2/fonts/flag-icon-css/sass/variables.scss
new file mode 100644
index 0000000..3c67906
--- /dev/null
+++ b/www/assets2/fonts/flag-icon-css/sass/variables.scss
@@ -0,0 +1,3 @@
+$flag-icon-css-path: '../flags' !default;
+$flag-icon-rect-path: '/4x3' !default;
+$flag-icon-square-path: '/1x1' !default;
diff --git a/www/assets2/fonts/font-awesome/css/font-awesome.css b/www/assets2/fonts/font-awesome/css/font-awesome.css
new file mode 100644
index 0000000..ee906a8
--- /dev/null
+++ b/www/assets2/fonts/font-awesome/css/font-awesome.css
@@ -0,0 +1,2337 @@
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+ font-family: 'FontAwesome';
+ src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+.fa {
+ display: inline-block;
+ font: normal normal normal 14px/1 FontAwesome;
+ font-size: inherit;
+ text-rendering: auto;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+ font-size: 1.33333333em;
+ line-height: 0.75em;
+ vertical-align: -15%;
+}
+.fa-2x {
+ font-size: 2em;
+}
+.fa-3x {
+ font-size: 3em;
+}
+.fa-4x {
+ font-size: 4em;
+}
+.fa-5x {
+ font-size: 5em;
+}
+.fa-fw {
+ width: 1.28571429em;
+ text-align: center;
+}
+.fa-ul {
+ padding-left: 0;
+ margin-left: 2.14285714em;
+ list-style-type: none;
+}
+.fa-ul > li {
+ position: relative;
+}
+.fa-li {
+ position: absolute;
+ left: -2.14285714em;
+ width: 2.14285714em;
+ top: 0.14285714em;
+ text-align: center;
+}
+.fa-li.fa-lg {
+ left: -1.85714286em;
+}
+.fa-border {
+ padding: .2em .25em .15em;
+ border: solid 0.08em #eeeeee;
+ border-radius: .1em;
+}
+.fa-pull-left {
+ float: left;
+}
+.fa-pull-right {
+ float: right;
+}
+.fa.fa-pull-left {
+ margin-right: .3em;
+}
+.fa.fa-pull-right {
+ margin-left: .3em;
+}
+/* Deprecated as of 4.4.0 */
+.pull-right {
+ float: right;
+}
+.pull-left {
+ float: left;
+}
+.fa.pull-left {
+ margin-right: .3em;
+}
+.fa.pull-right {
+ margin-left: .3em;
+}
+.fa-spin {
+ -webkit-animation: fa-spin 2s infinite linear;
+ animation: fa-spin 2s infinite linear;
+}
+.fa-pulse {
+ -webkit-animation: fa-spin 1s infinite steps(8);
+ animation: fa-spin 1s infinite steps(8);
+}
+@-webkit-keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+@keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+.fa-rotate-90 {
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
+ -webkit-transform: rotate(90deg);
+ -ms-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+.fa-rotate-180 {
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
+ -webkit-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+.fa-rotate-270 {
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
+ -webkit-transform: rotate(270deg);
+ -ms-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
+ -webkit-transform: scale(-1, 1);
+ -ms-transform: scale(-1, 1);
+ transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
+ -webkit-transform: scale(1, -1);
+ -ms-transform: scale(1, -1);
+ transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+ filter: none;
+}
+.fa-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+.fa-stack-1x {
+ line-height: inherit;
+}
+.fa-stack-2x {
+ font-size: 2em;
+}
+.fa-inverse {
+ color: #ffffff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+ readers do not read off random characters that represent icons */
+.fa-glass:before {
+ content: "\f000";
+}
+.fa-music:before {
+ content: "\f001";
+}
+.fa-search:before {
+ content: "\f002";
+}
+.fa-envelope-o:before {
+ content: "\f003";
+}
+.fa-heart:before {
+ content: "\f004";
+}
+.fa-star:before {
+ content: "\f005";
+}
+.fa-star-o:before {
+ content: "\f006";
+}
+.fa-user:before {
+ content: "\f007";
+}
+.fa-film:before {
+ content: "\f008";
+}
+.fa-th-large:before {
+ content: "\f009";
+}
+.fa-th:before {
+ content: "\f00a";
+}
+.fa-th-list:before {
+ content: "\f00b";
+}
+.fa-check:before {
+ content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+ content: "\f00d";
+}
+.fa-search-plus:before {
+ content: "\f00e";
+}
+.fa-search-minus:before {
+ content: "\f010";
+}
+.fa-power-off:before {
+ content: "\f011";
+}
+.fa-signal:before {
+ content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+ content: "\f013";
+}
+.fa-trash-o:before {
+ content: "\f014";
+}
+.fa-home:before {
+ content: "\f015";
+}
+.fa-file-o:before {
+ content: "\f016";
+}
+.fa-clock-o:before {
+ content: "\f017";
+}
+.fa-road:before {
+ content: "\f018";
+}
+.fa-download:before {
+ content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+ content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+ content: "\f01b";
+}
+.fa-inbox:before {
+ content: "\f01c";
+}
+.fa-play-circle-o:before {
+ content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+ content: "\f01e";
+}
+.fa-refresh:before {
+ content: "\f021";
+}
+.fa-list-alt:before {
+ content: "\f022";
+}
+.fa-lock:before {
+ content: "\f023";
+}
+.fa-flag:before {
+ content: "\f024";
+}
+.fa-headphones:before {
+ content: "\f025";
+}
+.fa-volume-off:before {
+ content: "\f026";
+}
+.fa-volume-down:before {
+ content: "\f027";
+}
+.fa-volume-up:before {
+ content: "\f028";
+}
+.fa-qrcode:before {
+ content: "\f029";
+}
+.fa-barcode:before {
+ content: "\f02a";
+}
+.fa-tag:before {
+ content: "\f02b";
+}
+.fa-tags:before {
+ content: "\f02c";
+}
+.fa-book:before {
+ content: "\f02d";
+}
+.fa-bookmark:before {
+ content: "\f02e";
+}
+.fa-print:before {
+ content: "\f02f";
+}
+.fa-camera:before {
+ content: "\f030";
+}
+.fa-font:before {
+ content: "\f031";
+}
+.fa-bold:before {
+ content: "\f032";
+}
+.fa-italic:before {
+ content: "\f033";
+}
+.fa-text-height:before {
+ content: "\f034";
+}
+.fa-text-width:before {
+ content: "\f035";
+}
+.fa-align-left:before {
+ content: "\f036";
+}
+.fa-align-center:before {
+ content: "\f037";
+}
+.fa-align-right:before {
+ content: "\f038";
+}
+.fa-align-justify:before {
+ content: "\f039";
+}
+.fa-list:before {
+ content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+ content: "\f03b";
+}
+.fa-indent:before {
+ content: "\f03c";
+}
+.fa-video-camera:before {
+ content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+ content: "\f03e";
+}
+.fa-pencil:before {
+ content: "\f040";
+}
+.fa-map-marker:before {
+ content: "\f041";
+}
+.fa-adjust:before {
+ content: "\f042";
+}
+.fa-tint:before {
+ content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+ content: "\f044";
+}
+.fa-share-square-o:before {
+ content: "\f045";
+}
+.fa-check-square-o:before {
+ content: "\f046";
+}
+.fa-arrows:before {
+ content: "\f047";
+}
+.fa-step-backward:before {
+ content: "\f048";
+}
+.fa-fast-backward:before {
+ content: "\f049";
+}
+.fa-backward:before {
+ content: "\f04a";
+}
+.fa-play:before {
+ content: "\f04b";
+}
+.fa-pause:before {
+ content: "\f04c";
+}
+.fa-stop:before {
+ content: "\f04d";
+}
+.fa-forward:before {
+ content: "\f04e";
+}
+.fa-fast-forward:before {
+ content: "\f050";
+}
+.fa-step-forward:before {
+ content: "\f051";
+}
+.fa-eject:before {
+ content: "\f052";
+}
+.fa-chevron-left:before {
+ content: "\f053";
+}
+.fa-chevron-right:before {
+ content: "\f054";
+}
+.fa-plus-circle:before {
+ content: "\f055";
+}
+.fa-minus-circle:before {
+ content: "\f056";
+}
+.fa-times-circle:before {
+ content: "\f057";
+}
+.fa-check-circle:before {
+ content: "\f058";
+}
+.fa-question-circle:before {
+ content: "\f059";
+}
+.fa-info-circle:before {
+ content: "\f05a";
+}
+.fa-crosshairs:before {
+ content: "\f05b";
+}
+.fa-times-circle-o:before {
+ content: "\f05c";
+}
+.fa-check-circle-o:before {
+ content: "\f05d";
+}
+.fa-ban:before {
+ content: "\f05e";
+}
+.fa-arrow-left:before {
+ content: "\f060";
+}
+.fa-arrow-right:before {
+ content: "\f061";
+}
+.fa-arrow-up:before {
+ content: "\f062";
+}
+.fa-arrow-down:before {
+ content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+ content: "\f064";
+}
+.fa-expand:before {
+ content: "\f065";
+}
+.fa-compress:before {
+ content: "\f066";
+}
+.fa-plus:before {
+ content: "\f067";
+}
+.fa-minus:before {
+ content: "\f068";
+}
+.fa-asterisk:before {
+ content: "\f069";
+}
+.fa-exclamation-circle:before {
+ content: "\f06a";
+}
+.fa-gift:before {
+ content: "\f06b";
+}
+.fa-leaf:before {
+ content: "\f06c";
+}
+.fa-fire:before {
+ content: "\f06d";
+}
+.fa-eye:before {
+ content: "\f06e";
+}
+.fa-eye-slash:before {
+ content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+ content: "\f071";
+}
+.fa-plane:before {
+ content: "\f072";
+}
+.fa-calendar:before {
+ content: "\f073";
+}
+.fa-random:before {
+ content: "\f074";
+}
+.fa-comment:before {
+ content: "\f075";
+}
+.fa-magnet:before {
+ content: "\f076";
+}
+.fa-chevron-up:before {
+ content: "\f077";
+}
+.fa-chevron-down:before {
+ content: "\f078";
+}
+.fa-retweet:before {
+ content: "\f079";
+}
+.fa-shopping-cart:before {
+ content: "\f07a";
+}
+.fa-folder:before {
+ content: "\f07b";
+}
+.fa-folder-open:before {
+ content: "\f07c";
+}
+.fa-arrows-v:before {
+ content: "\f07d";
+}
+.fa-arrows-h:before {
+ content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+ content: "\f080";
+}
+.fa-twitter-square:before {
+ content: "\f081";
+}
+.fa-facebook-square:before {
+ content: "\f082";
+}
+.fa-camera-retro:before {
+ content: "\f083";
+}
+.fa-key:before {
+ content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+ content: "\f085";
+}
+.fa-comments:before {
+ content: "\f086";
+}
+.fa-thumbs-o-up:before {
+ content: "\f087";
+}
+.fa-thumbs-o-down:before {
+ content: "\f088";
+}
+.fa-star-half:before {
+ content: "\f089";
+}
+.fa-heart-o:before {
+ content: "\f08a";
+}
+.fa-sign-out:before {
+ content: "\f08b";
+}
+.fa-linkedin-square:before {
+ content: "\f08c";
+}
+.fa-thumb-tack:before {
+ content: "\f08d";
+}
+.fa-external-link:before {
+ content: "\f08e";
+}
+.fa-sign-in:before {
+ content: "\f090";
+}
+.fa-trophy:before {
+ content: "\f091";
+}
+.fa-github-square:before {
+ content: "\f092";
+}
+.fa-upload:before {
+ content: "\f093";
+}
+.fa-lemon-o:before {
+ content: "\f094";
+}
+.fa-phone:before {
+ content: "\f095";
+}
+.fa-square-o:before {
+ content: "\f096";
+}
+.fa-bookmark-o:before {
+ content: "\f097";
+}
+.fa-phone-square:before {
+ content: "\f098";
+}
+.fa-twitter:before {
+ content: "\f099";
+}
+.fa-facebook-f:before,
+.fa-facebook:before {
+ content: "\f09a";
+}
+.fa-github:before {
+ content: "\f09b";
+}
+.fa-unlock:before {
+ content: "\f09c";
+}
+.fa-credit-card:before {
+ content: "\f09d";
+}
+.fa-feed:before,
+.fa-rss:before {
+ content: "\f09e";
+}
+.fa-hdd-o:before {
+ content: "\f0a0";
+}
+.fa-bullhorn:before {
+ content: "\f0a1";
+}
+.fa-bell:before {
+ content: "\f0f3";
+}
+.fa-certificate:before {
+ content: "\f0a3";
+}
+.fa-hand-o-right:before {
+ content: "\f0a4";
+}
+.fa-hand-o-left:before {
+ content: "\f0a5";
+}
+.fa-hand-o-up:before {
+ content: "\f0a6";
+}
+.fa-hand-o-down:before {
+ content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+ content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+ content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+ content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+ content: "\f0ab";
+}
+.fa-globe:before {
+ content: "\f0ac";
+}
+.fa-wrench:before {
+ content: "\f0ad";
+}
+.fa-tasks:before {
+ content: "\f0ae";
+}
+.fa-filter:before {
+ content: "\f0b0";
+}
+.fa-briefcase:before {
+ content: "\f0b1";
+}
+.fa-arrows-alt:before {
+ content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+ content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+ content: "\f0c1";
+}
+.fa-cloud:before {
+ content: "\f0c2";
+}
+.fa-flask:before {
+ content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+ content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+ content: "\f0c5";
+}
+.fa-paperclip:before {
+ content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+ content: "\f0c7";
+}
+.fa-square:before {
+ content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+ content: "\f0c9";
+}
+.fa-list-ul:before {
+ content: "\f0ca";
+}
+.fa-list-ol:before {
+ content: "\f0cb";
+}
+.fa-strikethrough:before {
+ content: "\f0cc";
+}
+.fa-underline:before {
+ content: "\f0cd";
+}
+.fa-table:before {
+ content: "\f0ce";
+}
+.fa-magic:before {
+ content: "\f0d0";
+}
+.fa-truck:before {
+ content: "\f0d1";
+}
+.fa-pinterest:before {
+ content: "\f0d2";
+}
+.fa-pinterest-square:before {
+ content: "\f0d3";
+}
+.fa-google-plus-square:before {
+ content: "\f0d4";
+}
+.fa-google-plus:before {
+ content: "\f0d5";
+}
+.fa-money:before {
+ content: "\f0d6";
+}
+.fa-caret-down:before {
+ content: "\f0d7";
+}
+.fa-caret-up:before {
+ content: "\f0d8";
+}
+.fa-caret-left:before {
+ content: "\f0d9";
+}
+.fa-caret-right:before {
+ content: "\f0da";
+}
+.fa-columns:before {
+ content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+ content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+ content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+ content: "\f0de";
+}
+.fa-envelope:before {
+ content: "\f0e0";
+}
+.fa-linkedin:before {
+ content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+ content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+ content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+ content: "\f0e4";
+}
+.fa-comment-o:before {
+ content: "\f0e5";
+}
+.fa-comments-o:before {
+ content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+ content: "\f0e7";
+}
+.fa-sitemap:before {
+ content: "\f0e8";
+}
+.fa-umbrella:before {
+ content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+ content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+ content: "\f0eb";
+}
+.fa-exchange:before {
+ content: "\f0ec";
+}
+.fa-cloud-download:before {
+ content: "\f0ed";
+}
+.fa-cloud-upload:before {
+ content: "\f0ee";
+}
+.fa-user-md:before {
+ content: "\f0f0";
+}
+.fa-stethoscope:before {
+ content: "\f0f1";
+}
+.fa-suitcase:before {
+ content: "\f0f2";
+}
+.fa-bell-o:before {
+ content: "\f0a2";
+}
+.fa-coffee:before {
+ content: "\f0f4";
+}
+.fa-cutlery:before {
+ content: "\f0f5";
+}
+.fa-file-text-o:before {
+ content: "\f0f6";
+}
+.fa-building-o:before {
+ content: "\f0f7";
+}
+.fa-hospital-o:before {
+ content: "\f0f8";
+}
+.fa-ambulance:before {
+ content: "\f0f9";
+}
+.fa-medkit:before {
+ content: "\f0fa";
+}
+.fa-fighter-jet:before {
+ content: "\f0fb";
+}
+.fa-beer:before {
+ content: "\f0fc";
+}
+.fa-h-square:before {
+ content: "\f0fd";
+}
+.fa-plus-square:before {
+ content: "\f0fe";
+}
+.fa-angle-double-left:before {
+ content: "\f100";
+}
+.fa-angle-double-right:before {
+ content: "\f101";
+}
+.fa-angle-double-up:before {
+ content: "\f102";
+}
+.fa-angle-double-down:before {
+ content: "\f103";
+}
+.fa-angle-left:before {
+ content: "\f104";
+}
+.fa-angle-right:before {
+ content: "\f105";
+}
+.fa-angle-up:before {
+ content: "\f106";
+}
+.fa-angle-down:before {
+ content: "\f107";
+}
+.fa-desktop:before {
+ content: "\f108";
+}
+.fa-laptop:before {
+ content: "\f109";
+}
+.fa-tablet:before {
+ content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+ content: "\f10b";
+}
+.fa-circle-o:before {
+ content: "\f10c";
+}
+.fa-quote-left:before {
+ content: "\f10d";
+}
+.fa-quote-right:before {
+ content: "\f10e";
+}
+.fa-spinner:before {
+ content: "\f110";
+}
+.fa-circle:before {
+ content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+ content: "\f112";
+}
+.fa-github-alt:before {
+ content: "\f113";
+}
+.fa-folder-o:before {
+ content: "\f114";
+}
+.fa-folder-open-o:before {
+ content: "\f115";
+}
+.fa-smile-o:before {
+ content: "\f118";
+}
+.fa-frown-o:before {
+ content: "\f119";
+}
+.fa-meh-o:before {
+ content: "\f11a";
+}
+.fa-gamepad:before {
+ content: "\f11b";
+}
+.fa-keyboard-o:before {
+ content: "\f11c";
+}
+.fa-flag-o:before {
+ content: "\f11d";
+}
+.fa-flag-checkered:before {
+ content: "\f11e";
+}
+.fa-terminal:before {
+ content: "\f120";
+}
+.fa-code:before {
+ content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+ content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+ content: "\f123";
+}
+.fa-location-arrow:before {
+ content: "\f124";
+}
+.fa-crop:before {
+ content: "\f125";
+}
+.fa-code-fork:before {
+ content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+ content: "\f127";
+}
+.fa-question:before {
+ content: "\f128";
+}
+.fa-info:before {
+ content: "\f129";
+}
+.fa-exclamation:before {
+ content: "\f12a";
+}
+.fa-superscript:before {
+ content: "\f12b";
+}
+.fa-subscript:before {
+ content: "\f12c";
+}
+.fa-eraser:before {
+ content: "\f12d";
+}
+.fa-puzzle-piece:before {
+ content: "\f12e";
+}
+.fa-microphone:before {
+ content: "\f130";
+}
+.fa-microphone-slash:before {
+ content: "\f131";
+}
+.fa-shield:before {
+ content: "\f132";
+}
+.fa-calendar-o:before {
+ content: "\f133";
+}
+.fa-fire-extinguisher:before {
+ content: "\f134";
+}
+.fa-rocket:before {
+ content: "\f135";
+}
+.fa-maxcdn:before {
+ content: "\f136";
+}
+.fa-chevron-circle-left:before {
+ content: "\f137";
+}
+.fa-chevron-circle-right:before {
+ content: "\f138";
+}
+.fa-chevron-circle-up:before {
+ content: "\f139";
+}
+.fa-chevron-circle-down:before {
+ content: "\f13a";
+}
+.fa-html5:before {
+ content: "\f13b";
+}
+.fa-css3:before {
+ content: "\f13c";
+}
+.fa-anchor:before {
+ content: "\f13d";
+}
+.fa-unlock-alt:before {
+ content: "\f13e";
+}
+.fa-bullseye:before {
+ content: "\f140";
+}
+.fa-ellipsis-h:before {
+ content: "\f141";
+}
+.fa-ellipsis-v:before {
+ content: "\f142";
+}
+.fa-rss-square:before {
+ content: "\f143";
+}
+.fa-play-circle:before {
+ content: "\f144";
+}
+.fa-ticket:before {
+ content: "\f145";
+}
+.fa-minus-square:before {
+ content: "\f146";
+}
+.fa-minus-square-o:before {
+ content: "\f147";
+}
+.fa-level-up:before {
+ content: "\f148";
+}
+.fa-level-down:before {
+ content: "\f149";
+}
+.fa-check-square:before {
+ content: "\f14a";
+}
+.fa-pencil-square:before {
+ content: "\f14b";
+}
+.fa-external-link-square:before {
+ content: "\f14c";
+}
+.fa-share-square:before {
+ content: "\f14d";
+}
+.fa-compass:before {
+ content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+ content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+ content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+ content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+ content: "\f153";
+}
+.fa-gbp:before {
+ content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+ content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+ content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+ content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+ content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+ content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+ content: "\f15a";
+}
+.fa-file:before {
+ content: "\f15b";
+}
+.fa-file-text:before {
+ content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+ content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+ content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+ content: "\f160";
+}
+.fa-sort-amount-desc:before {
+ content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+ content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+ content: "\f163";
+}
+.fa-thumbs-up:before {
+ content: "\f164";
+}
+.fa-thumbs-down:before {
+ content: "\f165";
+}
+.fa-youtube-square:before {
+ content: "\f166";
+}
+.fa-youtube:before {
+ content: "\f167";
+}
+.fa-xing:before {
+ content: "\f168";
+}
+.fa-xing-square:before {
+ content: "\f169";
+}
+.fa-youtube-play:before {
+ content: "\f16a";
+}
+.fa-dropbox:before {
+ content: "\f16b";
+}
+.fa-stack-overflow:before {
+ content: "\f16c";
+}
+.fa-instagram:before {
+ content: "\f16d";
+}
+.fa-flickr:before {
+ content: "\f16e";
+}
+.fa-adn:before {
+ content: "\f170";
+}
+.fa-bitbucket:before {
+ content: "\f171";
+}
+.fa-bitbucket-square:before {
+ content: "\f172";
+}
+.fa-tumblr:before {
+ content: "\f173";
+}
+.fa-tumblr-square:before {
+ content: "\f174";
+}
+.fa-long-arrow-down:before {
+ content: "\f175";
+}
+.fa-long-arrow-up:before {
+ content: "\f176";
+}
+.fa-long-arrow-left:before {
+ content: "\f177";
+}
+.fa-long-arrow-right:before {
+ content: "\f178";
+}
+.fa-apple:before {
+ content: "\f179";
+}
+.fa-windows:before {
+ content: "\f17a";
+}
+.fa-android:before {
+ content: "\f17b";
+}
+.fa-linux:before {
+ content: "\f17c";
+}
+.fa-dribbble:before {
+ content: "\f17d";
+}
+.fa-skype:before {
+ content: "\f17e";
+}
+.fa-foursquare:before {
+ content: "\f180";
+}
+.fa-trello:before {
+ content: "\f181";
+}
+.fa-female:before {
+ content: "\f182";
+}
+.fa-male:before {
+ content: "\f183";
+}
+.fa-gittip:before,
+.fa-gratipay:before {
+ content: "\f184";
+}
+.fa-sun-o:before {
+ content: "\f185";
+}
+.fa-moon-o:before {
+ content: "\f186";
+}
+.fa-archive:before {
+ content: "\f187";
+}
+.fa-bug:before {
+ content: "\f188";
+}
+.fa-vk:before {
+ content: "\f189";
+}
+.fa-weibo:before {
+ content: "\f18a";
+}
+.fa-renren:before {
+ content: "\f18b";
+}
+.fa-pagelines:before {
+ content: "\f18c";
+}
+.fa-stack-exchange:before {
+ content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+ content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+ content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+ content: "\f191";
+}
+.fa-dot-circle-o:before {
+ content: "\f192";
+}
+.fa-wheelchair:before {
+ content: "\f193";
+}
+.fa-vimeo-square:before {
+ content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+ content: "\f195";
+}
+.fa-plus-square-o:before {
+ content: "\f196";
+}
+.fa-space-shuttle:before {
+ content: "\f197";
+}
+.fa-slack:before {
+ content: "\f198";
+}
+.fa-envelope-square:before {
+ content: "\f199";
+}
+.fa-wordpress:before {
+ content: "\f19a";
+}
+.fa-openid:before {
+ content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+ content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+ content: "\f19d";
+}
+.fa-yahoo:before {
+ content: "\f19e";
+}
+.fa-google:before {
+ content: "\f1a0";
+}
+.fa-reddit:before {
+ content: "\f1a1";
+}
+.fa-reddit-square:before {
+ content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+ content: "\f1a3";
+}
+.fa-stumbleupon:before {
+ content: "\f1a4";
+}
+.fa-delicious:before {
+ content: "\f1a5";
+}
+.fa-digg:before {
+ content: "\f1a6";
+}
+.fa-pied-piper-pp:before {
+ content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+ content: "\f1a8";
+}
+.fa-drupal:before {
+ content: "\f1a9";
+}
+.fa-joomla:before {
+ content: "\f1aa";
+}
+.fa-language:before {
+ content: "\f1ab";
+}
+.fa-fax:before {
+ content: "\f1ac";
+}
+.fa-building:before {
+ content: "\f1ad";
+}
+.fa-child:before {
+ content: "\f1ae";
+}
+.fa-paw:before {
+ content: "\f1b0";
+}
+.fa-spoon:before {
+ content: "\f1b1";
+}
+.fa-cube:before {
+ content: "\f1b2";
+}
+.fa-cubes:before {
+ content: "\f1b3";
+}
+.fa-behance:before {
+ content: "\f1b4";
+}
+.fa-behance-square:before {
+ content: "\f1b5";
+}
+.fa-steam:before {
+ content: "\f1b6";
+}
+.fa-steam-square:before {
+ content: "\f1b7";
+}
+.fa-recycle:before {
+ content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+ content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+ content: "\f1ba";
+}
+.fa-tree:before {
+ content: "\f1bb";
+}
+.fa-spotify:before {
+ content: "\f1bc";
+}
+.fa-deviantart:before {
+ content: "\f1bd";
+}
+.fa-soundcloud:before {
+ content: "\f1be";
+}
+.fa-database:before {
+ content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+ content: "\f1c1";
+}
+.fa-file-word-o:before {
+ content: "\f1c2";
+}
+.fa-file-excel-o:before {
+ content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+ content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+ content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+ content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+ content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+ content: "\f1c8";
+}
+.fa-file-code-o:before {
+ content: "\f1c9";
+}
+.fa-vine:before {
+ content: "\f1ca";
+}
+.fa-codepen:before {
+ content: "\f1cb";
+}
+.fa-jsfiddle:before {
+ content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+ content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+ content: "\f1ce";
+}
+.fa-ra:before,
+.fa-resistance:before,
+.fa-rebel:before {
+ content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+ content: "\f1d1";
+}
+.fa-git-square:before {
+ content: "\f1d2";
+}
+.fa-git:before {
+ content: "\f1d3";
+}
+.fa-y-combinator-square:before,
+.fa-yc-square:before,
+.fa-hacker-news:before {
+ content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+ content: "\f1d5";
+}
+.fa-qq:before {
+ content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+ content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+ content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+ content: "\f1d9";
+}
+.fa-history:before {
+ content: "\f1da";
+}
+.fa-circle-thin:before {
+ content: "\f1db";
+}
+.fa-header:before {
+ content: "\f1dc";
+}
+.fa-paragraph:before {
+ content: "\f1dd";
+}
+.fa-sliders:before {
+ content: "\f1de";
+}
+.fa-share-alt:before {
+ content: "\f1e0";
+}
+.fa-share-alt-square:before {
+ content: "\f1e1";
+}
+.fa-bomb:before {
+ content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+ content: "\f1e3";
+}
+.fa-tty:before {
+ content: "\f1e4";
+}
+.fa-binoculars:before {
+ content: "\f1e5";
+}
+.fa-plug:before {
+ content: "\f1e6";
+}
+.fa-slideshare:before {
+ content: "\f1e7";
+}
+.fa-twitch:before {
+ content: "\f1e8";
+}
+.fa-yelp:before {
+ content: "\f1e9";
+}
+.fa-newspaper-o:before {
+ content: "\f1ea";
+}
+.fa-wifi:before {
+ content: "\f1eb";
+}
+.fa-calculator:before {
+ content: "\f1ec";
+}
+.fa-paypal:before {
+ content: "\f1ed";
+}
+.fa-google-wallet:before {
+ content: "\f1ee";
+}
+.fa-cc-visa:before {
+ content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+ content: "\f1f1";
+}
+.fa-cc-discover:before {
+ content: "\f1f2";
+}
+.fa-cc-amex:before {
+ content: "\f1f3";
+}
+.fa-cc-paypal:before {
+ content: "\f1f4";
+}
+.fa-cc-stripe:before {
+ content: "\f1f5";
+}
+.fa-bell-slash:before {
+ content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+ content: "\f1f7";
+}
+.fa-trash:before {
+ content: "\f1f8";
+}
+.fa-copyright:before {
+ content: "\f1f9";
+}
+.fa-at:before {
+ content: "\f1fa";
+}
+.fa-eyedropper:before {
+ content: "\f1fb";
+}
+.fa-paint-brush:before {
+ content: "\f1fc";
+}
+.fa-birthday-cake:before {
+ content: "\f1fd";
+}
+.fa-area-chart:before {
+ content: "\f1fe";
+}
+.fa-pie-chart:before {
+ content: "\f200";
+}
+.fa-line-chart:before {
+ content: "\f201";
+}
+.fa-lastfm:before {
+ content: "\f202";
+}
+.fa-lastfm-square:before {
+ content: "\f203";
+}
+.fa-toggle-off:before {
+ content: "\f204";
+}
+.fa-toggle-on:before {
+ content: "\f205";
+}
+.fa-bicycle:before {
+ content: "\f206";
+}
+.fa-bus:before {
+ content: "\f207";
+}
+.fa-ioxhost:before {
+ content: "\f208";
+}
+.fa-angellist:before {
+ content: "\f209";
+}
+.fa-cc:before {
+ content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+ content: "\f20b";
+}
+.fa-meanpath:before {
+ content: "\f20c";
+}
+.fa-buysellads:before {
+ content: "\f20d";
+}
+.fa-connectdevelop:before {
+ content: "\f20e";
+}
+.fa-dashcube:before {
+ content: "\f210";
+}
+.fa-forumbee:before {
+ content: "\f211";
+}
+.fa-leanpub:before {
+ content: "\f212";
+}
+.fa-sellsy:before {
+ content: "\f213";
+}
+.fa-shirtsinbulk:before {
+ content: "\f214";
+}
+.fa-simplybuilt:before {
+ content: "\f215";
+}
+.fa-skyatlas:before {
+ content: "\f216";
+}
+.fa-cart-plus:before {
+ content: "\f217";
+}
+.fa-cart-arrow-down:before {
+ content: "\f218";
+}
+.fa-diamond:before {
+ content: "\f219";
+}
+.fa-ship:before {
+ content: "\f21a";
+}
+.fa-user-secret:before {
+ content: "\f21b";
+}
+.fa-motorcycle:before {
+ content: "\f21c";
+}
+.fa-street-view:before {
+ content: "\f21d";
+}
+.fa-heartbeat:before {
+ content: "\f21e";
+}
+.fa-venus:before {
+ content: "\f221";
+}
+.fa-mars:before {
+ content: "\f222";
+}
+.fa-mercury:before {
+ content: "\f223";
+}
+.fa-intersex:before,
+.fa-transgender:before {
+ content: "\f224";
+}
+.fa-transgender-alt:before {
+ content: "\f225";
+}
+.fa-venus-double:before {
+ content: "\f226";
+}
+.fa-mars-double:before {
+ content: "\f227";
+}
+.fa-venus-mars:before {
+ content: "\f228";
+}
+.fa-mars-stroke:before {
+ content: "\f229";
+}
+.fa-mars-stroke-v:before {
+ content: "\f22a";
+}
+.fa-mars-stroke-h:before {
+ content: "\f22b";
+}
+.fa-neuter:before {
+ content: "\f22c";
+}
+.fa-genderless:before {
+ content: "\f22d";
+}
+.fa-facebook-official:before {
+ content: "\f230";
+}
+.fa-pinterest-p:before {
+ content: "\f231";
+}
+.fa-whatsapp:before {
+ content: "\f232";
+}
+.fa-server:before {
+ content: "\f233";
+}
+.fa-user-plus:before {
+ content: "\f234";
+}
+.fa-user-times:before {
+ content: "\f235";
+}
+.fa-hotel:before,
+.fa-bed:before {
+ content: "\f236";
+}
+.fa-viacoin:before {
+ content: "\f237";
+}
+.fa-train:before {
+ content: "\f238";
+}
+.fa-subway:before {
+ content: "\f239";
+}
+.fa-medium:before {
+ content: "\f23a";
+}
+.fa-yc:before,
+.fa-y-combinator:before {
+ content: "\f23b";
+}
+.fa-optin-monster:before {
+ content: "\f23c";
+}
+.fa-opencart:before {
+ content: "\f23d";
+}
+.fa-expeditedssl:before {
+ content: "\f23e";
+}
+.fa-battery-4:before,
+.fa-battery:before,
+.fa-battery-full:before {
+ content: "\f240";
+}
+.fa-battery-3:before,
+.fa-battery-three-quarters:before {
+ content: "\f241";
+}
+.fa-battery-2:before,
+.fa-battery-half:before {
+ content: "\f242";
+}
+.fa-battery-1:before,
+.fa-battery-quarter:before {
+ content: "\f243";
+}
+.fa-battery-0:before,
+.fa-battery-empty:before {
+ content: "\f244";
+}
+.fa-mouse-pointer:before {
+ content: "\f245";
+}
+.fa-i-cursor:before {
+ content: "\f246";
+}
+.fa-object-group:before {
+ content: "\f247";
+}
+.fa-object-ungroup:before {
+ content: "\f248";
+}
+.fa-sticky-note:before {
+ content: "\f249";
+}
+.fa-sticky-note-o:before {
+ content: "\f24a";
+}
+.fa-cc-jcb:before {
+ content: "\f24b";
+}
+.fa-cc-diners-club:before {
+ content: "\f24c";
+}
+.fa-clone:before {
+ content: "\f24d";
+}
+.fa-balance-scale:before {
+ content: "\f24e";
+}
+.fa-hourglass-o:before {
+ content: "\f250";
+}
+.fa-hourglass-1:before,
+.fa-hourglass-start:before {
+ content: "\f251";
+}
+.fa-hourglass-2:before,
+.fa-hourglass-half:before {
+ content: "\f252";
+}
+.fa-hourglass-3:before,
+.fa-hourglass-end:before {
+ content: "\f253";
+}
+.fa-hourglass:before {
+ content: "\f254";
+}
+.fa-hand-grab-o:before,
+.fa-hand-rock-o:before {
+ content: "\f255";
+}
+.fa-hand-stop-o:before,
+.fa-hand-paper-o:before {
+ content: "\f256";
+}
+.fa-hand-scissors-o:before {
+ content: "\f257";
+}
+.fa-hand-lizard-o:before {
+ content: "\f258";
+}
+.fa-hand-spock-o:before {
+ content: "\f259";
+}
+.fa-hand-pointer-o:before {
+ content: "\f25a";
+}
+.fa-hand-peace-o:before {
+ content: "\f25b";
+}
+.fa-trademark:before {
+ content: "\f25c";
+}
+.fa-registered:before {
+ content: "\f25d";
+}
+.fa-creative-commons:before {
+ content: "\f25e";
+}
+.fa-gg:before {
+ content: "\f260";
+}
+.fa-gg-circle:before {
+ content: "\f261";
+}
+.fa-tripadvisor:before {
+ content: "\f262";
+}
+.fa-odnoklassniki:before {
+ content: "\f263";
+}
+.fa-odnoklassniki-square:before {
+ content: "\f264";
+}
+.fa-get-pocket:before {
+ content: "\f265";
+}
+.fa-wikipedia-w:before {
+ content: "\f266";
+}
+.fa-safari:before {
+ content: "\f267";
+}
+.fa-chrome:before {
+ content: "\f268";
+}
+.fa-firefox:before {
+ content: "\f269";
+}
+.fa-opera:before {
+ content: "\f26a";
+}
+.fa-internet-explorer:before {
+ content: "\f26b";
+}
+.fa-tv:before,
+.fa-television:before {
+ content: "\f26c";
+}
+.fa-contao:before {
+ content: "\f26d";
+}
+.fa-500px:before {
+ content: "\f26e";
+}
+.fa-amazon:before {
+ content: "\f270";
+}
+.fa-calendar-plus-o:before {
+ content: "\f271";
+}
+.fa-calendar-minus-o:before {
+ content: "\f272";
+}
+.fa-calendar-times-o:before {
+ content: "\f273";
+}
+.fa-calendar-check-o:before {
+ content: "\f274";
+}
+.fa-industry:before {
+ content: "\f275";
+}
+.fa-map-pin:before {
+ content: "\f276";
+}
+.fa-map-signs:before {
+ content: "\f277";
+}
+.fa-map-o:before {
+ content: "\f278";
+}
+.fa-map:before {
+ content: "\f279";
+}
+.fa-commenting:before {
+ content: "\f27a";
+}
+.fa-commenting-o:before {
+ content: "\f27b";
+}
+.fa-houzz:before {
+ content: "\f27c";
+}
+.fa-vimeo:before {
+ content: "\f27d";
+}
+.fa-black-tie:before {
+ content: "\f27e";
+}
+.fa-fonticons:before {
+ content: "\f280";
+}
+.fa-reddit-alien:before {
+ content: "\f281";
+}
+.fa-edge:before {
+ content: "\f282";
+}
+.fa-credit-card-alt:before {
+ content: "\f283";
+}
+.fa-codiepie:before {
+ content: "\f284";
+}
+.fa-modx:before {
+ content: "\f285";
+}
+.fa-fort-awesome:before {
+ content: "\f286";
+}
+.fa-usb:before {
+ content: "\f287";
+}
+.fa-product-hunt:before {
+ content: "\f288";
+}
+.fa-mixcloud:before {
+ content: "\f289";
+}
+.fa-scribd:before {
+ content: "\f28a";
+}
+.fa-pause-circle:before {
+ content: "\f28b";
+}
+.fa-pause-circle-o:before {
+ content: "\f28c";
+}
+.fa-stop-circle:before {
+ content: "\f28d";
+}
+.fa-stop-circle-o:before {
+ content: "\f28e";
+}
+.fa-shopping-bag:before {
+ content: "\f290";
+}
+.fa-shopping-basket:before {
+ content: "\f291";
+}
+.fa-hashtag:before {
+ content: "\f292";
+}
+.fa-bluetooth:before {
+ content: "\f293";
+}
+.fa-bluetooth-b:before {
+ content: "\f294";
+}
+.fa-percent:before {
+ content: "\f295";
+}
+.fa-gitlab:before {
+ content: "\f296";
+}
+.fa-wpbeginner:before {
+ content: "\f297";
+}
+.fa-wpforms:before {
+ content: "\f298";
+}
+.fa-envira:before {
+ content: "\f299";
+}
+.fa-universal-access:before {
+ content: "\f29a";
+}
+.fa-wheelchair-alt:before {
+ content: "\f29b";
+}
+.fa-question-circle-o:before {
+ content: "\f29c";
+}
+.fa-blind:before {
+ content: "\f29d";
+}
+.fa-audio-description:before {
+ content: "\f29e";
+}
+.fa-volume-control-phone:before {
+ content: "\f2a0";
+}
+.fa-braille:before {
+ content: "\f2a1";
+}
+.fa-assistive-listening-systems:before {
+ content: "\f2a2";
+}
+.fa-asl-interpreting:before,
+.fa-american-sign-language-interpreting:before {
+ content: "\f2a3";
+}
+.fa-deafness:before,
+.fa-hard-of-hearing:before,
+.fa-deaf:before {
+ content: "\f2a4";
+}
+.fa-glide:before {
+ content: "\f2a5";
+}
+.fa-glide-g:before {
+ content: "\f2a6";
+}
+.fa-signing:before,
+.fa-sign-language:before {
+ content: "\f2a7";
+}
+.fa-low-vision:before {
+ content: "\f2a8";
+}
+.fa-viadeo:before {
+ content: "\f2a9";
+}
+.fa-viadeo-square:before {
+ content: "\f2aa";
+}
+.fa-snapchat:before {
+ content: "\f2ab";
+}
+.fa-snapchat-ghost:before {
+ content: "\f2ac";
+}
+.fa-snapchat-square:before {
+ content: "\f2ad";
+}
+.fa-pied-piper:before {
+ content: "\f2ae";
+}
+.fa-first-order:before {
+ content: "\f2b0";
+}
+.fa-yoast:before {
+ content: "\f2b1";
+}
+.fa-themeisle:before {
+ content: "\f2b2";
+}
+.fa-google-plus-circle:before,
+.fa-google-plus-official:before {
+ content: "\f2b3";
+}
+.fa-fa:before,
+.fa-font-awesome:before {
+ content: "\f2b4";
+}
+.fa-handshake-o:before {
+ content: "\f2b5";
+}
+.fa-envelope-open:before {
+ content: "\f2b6";
+}
+.fa-envelope-open-o:before {
+ content: "\f2b7";
+}
+.fa-linode:before {
+ content: "\f2b8";
+}
+.fa-address-book:before {
+ content: "\f2b9";
+}
+.fa-address-book-o:before {
+ content: "\f2ba";
+}
+.fa-vcard:before,
+.fa-address-card:before {
+ content: "\f2bb";
+}
+.fa-vcard-o:before,
+.fa-address-card-o:before {
+ content: "\f2bc";
+}
+.fa-user-circle:before {
+ content: "\f2bd";
+}
+.fa-user-circle-o:before {
+ content: "\f2be";
+}
+.fa-user-o:before {
+ content: "\f2c0";
+}
+.fa-id-badge:before {
+ content: "\f2c1";
+}
+.fa-drivers-license:before,
+.fa-id-card:before {
+ content: "\f2c2";
+}
+.fa-drivers-license-o:before,
+.fa-id-card-o:before {
+ content: "\f2c3";
+}
+.fa-quora:before {
+ content: "\f2c4";
+}
+.fa-free-code-camp:before {
+ content: "\f2c5";
+}
+.fa-telegram:before {
+ content: "\f2c6";
+}
+.fa-thermometer-4:before,
+.fa-thermometer:before,
+.fa-thermometer-full:before {
+ content: "\f2c7";
+}
+.fa-thermometer-3:before,
+.fa-thermometer-three-quarters:before {
+ content: "\f2c8";
+}
+.fa-thermometer-2:before,
+.fa-thermometer-half:before {
+ content: "\f2c9";
+}
+.fa-thermometer-1:before,
+.fa-thermometer-quarter:before {
+ content: "\f2ca";
+}
+.fa-thermometer-0:before,
+.fa-thermometer-empty:before {
+ content: "\f2cb";
+}
+.fa-shower:before {
+ content: "\f2cc";
+}
+.fa-bathtub:before,
+.fa-s15:before,
+.fa-bath:before {
+ content: "\f2cd";
+}
+.fa-podcast:before {
+ content: "\f2ce";
+}
+.fa-window-maximize:before {
+ content: "\f2d0";
+}
+.fa-window-minimize:before {
+ content: "\f2d1";
+}
+.fa-window-restore:before {
+ content: "\f2d2";
+}
+.fa-times-rectangle:before,
+.fa-window-close:before {
+ content: "\f2d3";
+}
+.fa-times-rectangle-o:before,
+.fa-window-close-o:before {
+ content: "\f2d4";
+}
+.fa-bandcamp:before {
+ content: "\f2d5";
+}
+.fa-grav:before {
+ content: "\f2d6";
+}
+.fa-etsy:before {
+ content: "\f2d7";
+}
+.fa-imdb:before {
+ content: "\f2d8";
+}
+.fa-ravelry:before {
+ content: "\f2d9";
+}
+.fa-eercast:before {
+ content: "\f2da";
+}
+.fa-microchip:before {
+ content: "\f2db";
+}
+.fa-snowflake-o:before {
+ content: "\f2dc";
+}
+.fa-superpowers:before {
+ content: "\f2dd";
+}
+.fa-wpexplorer:before {
+ content: "\f2de";
+}
+.fa-meetup:before {
+ content: "\f2e0";
+}
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
diff --git a/www/assets2/fonts/font-awesome/css/font-awesome.css.map b/www/assets2/fonts/font-awesome/css/font-awesome.css.map
new file mode 100644
index 0000000..60763a8
--- /dev/null
+++ b/www/assets2/fonts/font-awesome/css/font-awesome.css.map
@@ -0,0 +1,7 @@
+{
+"version": 3,
+"mappings": ";;;;;;;AAGA,UAUC;EATC,WAAW,EAAE,aAAa;EAC1B,GAAG,EAAE,+CAAgE;EACrE,GAAG,EAAE,ySAAmG;EAKxG,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;ACTpB,GAAmB;EACjB,OAAO,EAAE,YAAY;EACrB,IAAI,EAAE,uCAAwD;EAC9D,SAAS,EAAE,OAAO;EAClB,cAAc,EAAE,IAAI;EACpB,sBAAsB,EAAE,WAAW;EACnC,uBAAuB,EAAE,SAAS;EAClC,SAAS,EAAE,eAAe;;;ACN5B,MAAsB;EACpB,SAAS,EAAE,SAAS;EACpB,WAAW,EAAE,MAAS;EACtB,cAAc,EAAE,IAAI;;AAEtB,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;AACtC,MAAsB;EAAE,SAAS,EAAE,GAAG;;ACVtC,MAAsB;EACpB,KAAK,EAAE,SAAW;EAClB,UAAU,EAAE,MAAM;;ACDpB,MAAsB;EACpB,YAAY,EAAE,CAAC;EACf,WAAW,ECKU,SAAS;EDJ9B,eAAe,EAAE,IAAI;EACrB,WAAK;IAAE,QAAQ,EAAE,QAAQ;;AAE3B,MAAsB;EACpB,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,UAAa;EACnB,KAAK,ECFgB,SAAS;EDG9B,GAAG,EAAE,SAAU;EACf,UAAU,EAAE,MAAM;EAClB,YAAuB;IACrB,IAAI,EAAE,UAA0B;;AEbpC,UAA0B;EACxB,OAAO,EAAE,gBAAgB;EACzB,MAAM,EAAE,iBAA4B;EACpC,aAAa,EAAE,IAAI;;AAGrB,WAAY;EAAE,KAAK,EAAE,KAAK;;AAC1B,UAAW;EAAE,KAAK,EAAE,IAAI;;AAGtB,aAAY;EAAE,YAAY,EAAE,IAAI;AAChC,cAAa;EAAE,WAAW,EAAE,IAAI;;ACXlC,QAAwB;EACtB,iBAAiB,EAAE,0BAA0B;EACrC,SAAS,EAAE,0BAA0B;;AAG/C,SAAyB;EACvB,iBAAiB,EAAE,4BAA4B;EACvC,SAAS,EAAE,4BAA4B;;AAGjD,0BASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AAIrC,kBASC;EARC,EAAG;IACD,iBAAiB,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;EAEjC,IAAK;IACH,iBAAiB,EAAE,cAAc;IACzB,SAAS,EAAE,cAAc;AC5BrC,aAA8B;ECY5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,aAAgB;EAC/B,aAAa,EAAE,aAAgB;EAC3B,SAAS,EAAE,aAAgB;;ADdrC,cAA8B;ECW5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADbrC,cAA8B;ECU5B,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,cAAgB;EAC/B,aAAa,EAAE,cAAgB;EAC3B,SAAS,EAAE,cAAgB;;ADXrC,mBAAmC;ECejC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADjBzC,iBAAmC;ECcjC,MAAM,EAAE,wDAAmE;EAC3E,iBAAiB,EAAE,YAAoB;EACnC,aAAa,EAAE,YAAoB;EAC/B,SAAS,EAAE,YAAoB;;ADZzC;;;;uBAIuC;EACrC,MAAM,EAAE,IAAI;;AEfd,SAAyB;EACvB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,MAAM;;AAExB,0BAAyD;EACvD,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,CAAC;EACP,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,MAAM;;AAEpB,YAA4B;EAAE,WAAW,EAAE,OAAO;;AAClD,YAA4B;EAAE,SAAS,EAAE,GAAG;;AAC5C,WAA2B;EAAE,KAAK,ELVZ,IAAI;;;;AMN1B,gBAAgC;EAAE,OAAO,ENoQ1B,GAAO;;AMnQtB,gBAAgC;EAAE,OAAO,EN0W1B,GAAO;;AMzWtB,iBAAiC;EAAE,OAAO,ENmb1B,GAAO;;AMlbvB,qBAAqC;EAAE,OAAO,ENmL1B,GAAO;;AMlL3B,gBAAgC;EAAE,OAAO,ENkR1B,GAAO;;AMjRtB,eAA+B;EAAE,OAAO,ENke1B,GAAO;;AMjerB,iBAAiC;EAAE,OAAO,ENse1B,GAAO;;AMrevB,eAA+B;EAAE,OAAO,EN+iB1B,GAAO;;AM9iBrB,eAA+B;EAAE,OAAO,ENyN1B,GAAO;;AMxNrB,mBAAmC;EAAE,OAAO,ENggB1B,GAAO;;AM/fzB,aAA6B;EAAE,OAAO,EN8f1B,GAAO;;AM7fnB,kBAAkC;EAAE,OAAO,EN+f1B,GAAO;;AM9fxB,gBAAgC;EAAE,OAAO,ENoG1B,GAAO;;AMnGtB;;gBAEgC;EAAE,OAAO,ENkgB1B,GAAO;;AMjgBtB,sBAAsC;EAAE,OAAO,ENua1B,GAAO;;AMta5B,uBAAuC;EAAE,OAAO,ENqa1B,GAAO;;AMpa7B,oBAAoC;EAAE,OAAO,EN+X1B,GAAO;;AM9X1B,iBAAiC;EAAE,OAAO,ENsb1B,GAAO;;AMrbvB;cAC8B;EAAE,OAAO,ENwH1B,GAAO;;AMvHpB,kBAAkC;EAAE,OAAO,ENygB1B,GAAO;;AMxgBxB,eAA+B;EAAE,OAAO,ENmQ1B,GAAO;;AMlQrB,iBAAiC;EAAE,OAAO,EN6L1B,GAAO;;AM5LvB,kBAAkC;EAAE,OAAO,EN0G1B,GAAO;;AMzGxB,eAA+B;EAAE,OAAO,EN+Y1B,GAAO;;AM9YrB,mBAAmC;EAAE,OAAO,ENiJ1B,GAAO;;AMhJzB,8BAA8C;EAAE,OAAO,ENI1B,GAAO;;AMHpC,4BAA4C;EAAE,OAAO,ENM1B,GAAO;;AMLlC,gBAAgC;EAAE,OAAO,ENkQ1B,GAAO;;AMjQtB,wBAAwC;EAAE,OAAO,EN4W1B,GAAO;;AM3W9B;iBACiC;EAAE,OAAO,ENmY1B,GAAO;;AMlYvB,kBAAkC;EAAE,OAAO,EN8X1B,GAAO;;AM7XxB,mBAAmC;EAAE,OAAO,ENiS1B,GAAO;;AMhSzB,eAA+B;EAAE,OAAO,ENoS1B,GAAO;;AMnSrB,eAA+B;EAAE,OAAO,ENgM1B,GAAO;;AM/LrB,qBAAqC;EAAE,OAAO,EN+O1B,GAAO;;AM9O3B,qBAAqC;EAAE,OAAO,EN8hB1B,GAAO;;AM7hB3B,sBAAsC;EAAE,OAAO,EN4hB1B,GAAO;;AM3hB5B,oBAAoC;EAAE,OAAO,EN6hB1B,GAAO;;AM5hB1B,iBAAiC;EAAE,OAAO,EN2W1B,GAAO;;AM1WvB,kBAAkC;EAAE,OAAO,ENW1B,GAAO;;AMVxB,cAA8B;EAAE,OAAO,ENod1B,GAAO;;AMndpB,eAA+B;EAAE,OAAO,ENod1B,GAAO;;AMndrB,eAA+B;EAAE,OAAO,EN2B1B,GAAO;;AM1BrB,mBAAmC;EAAE,OAAO,EN2B1B,GAAO;;AM1BzB,gBAAgC;EAAE,OAAO,ENkW1B,GAAO;;AMjWtB,iBAAiC;EAAE,OAAO,ENwC1B,GAAO;;AMvCvB,eAA+B;EAAE,OAAO,EN8L1B,GAAO;;AM7LrB,eAA+B;EAAE,OAAO,ENmB1B,GAAO;;AMlBrB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB,sBAAsC;EAAE,OAAO,ENid1B,GAAO;;AMhd5B,qBAAqC;EAAE,OAAO,ENid1B,GAAO;;AMhd3B,qBAAqC;EAAE,OAAO,EN1C1B,GAAO;;AM2C3B,uBAAuC;EAAE,OAAO,EN7C1B,GAAO;;AM8C7B,sBAAsC;EAAE,OAAO,EN3C1B,GAAO;;AM4C5B,wBAAwC;EAAE,OAAO,EN9C1B,GAAO;;AM+C9B,eAA+B;EAAE,OAAO,ENwQ1B,GAAO;;AMvQrB;kBACkC;EAAE,OAAO,ENmT1B,GAAO;;AMlTxB,iBAAiC;EAAE,OAAO,ENmO1B,GAAO;;AMlOvB,uBAAuC;EAAE,OAAO,ENigB1B,GAAO;;AMhgB7B;;oBAEoC;EAAE,OAAO,EN+T1B,GAAO;;AM9T1B,iBAAiC;EAAE,OAAO,ENwT1B,GAAO;;AMvTvB,qBAAqC;EAAE,OAAO,EN+Q1B,GAAO;;AM9Q3B,iBAAiC;EAAE,OAAO,EN5D1B,GAAO;;AM6DvB,eAA+B;EAAE,OAAO,EN8c1B,GAAO;;AM7crB;0BAC0C;EAAE,OAAO,ENqT1B,GAAO;;AMpThC,yBAAyC;EAAE,OAAO,ENuX1B,GAAO;;AMtX/B,yBAAyC;EAAE,OAAO,EN0C1B,GAAO;;AMzC/B,iBAAiC;EAAE,OAAO,ENjC1B,GAAO;;AMkCvB,wBAAwC;EAAE,OAAO,ENma1B,GAAO;;AMla9B,wBAAwC;EAAE,OAAO,EN4H1B,GAAO;;AM3H9B,mBAAmC;EAAE,OAAO,EN7B1B,GAAO;;AM8BzB,eAA+B;EAAE,OAAO,EN0T1B,GAAO;;AMzTrB,gBAAgC;EAAE,OAAO,ENwS1B,GAAO;;AMvStB,eAA+B;EAAE,OAAO,ENia1B,GAAO;;AMharB,kBAAkC;EAAE,OAAO,ENgK1B,GAAO;;AM/JxB,uBAAuC;EAAE,OAAO,ENuH1B,GAAO;;AMtH7B,uBAAuC;EAAE,OAAO,EN4Z1B,GAAO;;AM3Z7B,gBAAgC;EAAE,OAAO,EN4F1B,GAAO;;AM3FtB,uBAAuC;EAAE,OAAO,ENoC1B,GAAO;;AMnC7B,wBAAwC;EAAE,OAAO,ENoC1B,GAAO;;AMnC9B,sBAAsC;EAAE,OAAO,ENsT1B,GAAO;;AMrT5B,uBAAuC;EAAE,OAAO,ENyQ1B,GAAO;;AMxQ7B,uBAAuC;EAAE,OAAO,ENwb1B,GAAO;;AMvb7B,uBAAuC;EAAE,OAAO,ENsB1B,GAAO;;AMrB7B,0BAA0C;EAAE,OAAO,EN2T1B,GAAO;;AM1ThC,sBAAsC;EAAE,OAAO,ENsM1B,GAAO;;AMrM5B,qBAAqC;EAAE,OAAO,EN6D1B,GAAO;;AM5D3B,yBAAyC;EAAE,OAAO,ENob1B,GAAO;;AMnb/B,yBAAyC;EAAE,OAAO,ENkB1B,GAAO;;AMjB/B,cAA8B;EAAE,OAAO,EN/C1B,GAAO;;AMgDpB,qBAAqC;EAAE,OAAO,EN3D1B,GAAO;;AM4D3B,sBAAsC;EAAE,OAAO,EN3D1B,GAAO;;AM4D5B,mBAAmC;EAAE,OAAO,EN3D1B,GAAO;;AM4DzB,qBAAqC;EAAE,OAAO,EN/D1B,GAAO;;AMgE3B;gBACgC;EAAE,OAAO,ENqV1B,GAAO;;AMpVtB,iBAAiC;EAAE,OAAO,ENuF1B,GAAO;;AMtFvB,mBAAmC;EAAE,OAAO,EN4C1B,GAAO;;AM3CzB,eAA+B;EAAE,OAAO,ENmS1B,GAAO;;AMlSrB,gBAAgC;EAAE,OAAO,ENsP1B,GAAO;;AMrPtB,mBAAmC;EAAE,OAAO,EN9D1B,GAAO;;AM+DzB,6BAA6C;EAAE,OAAO,ENgF1B,GAAO;;AM/EnC,eAA+B;EAAE,OAAO,EN+I1B,GAAO;;AM9IrB,eAA+B;EAAE,OAAO,ENoM1B,GAAO;;AMnMrB,eAA+B;EAAE,OAAO,ENmH1B,GAAO;;AMlHrB,cAA8B;EAAE,OAAO,ENiF1B,GAAO;;AMhFpB,oBAAoC;EAAE,OAAO,ENiF1B,GAAO;;AMhF1B;+BAC+C;EAAE,OAAO,EN0E1B,GAAO;;AMzErC,gBAAgC;EAAE,OAAO,ENmR1B,GAAO;;AMlRtB,mBAAmC;EAAE,OAAO,EN/B1B,GAAO;;AMgCzB,iBAAiC;EAAE,OAAO,ENoS1B,GAAO;;AMnSvB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,iBAAiC;EAAE,OAAO,ENqN1B,GAAO;;AMpNvB,qBAAqC;EAAE,OAAO,ENE1B,GAAO;;AMD3B,uBAAuC;EAAE,OAAO,ENF1B,GAAO;;AMG7B,kBAAkC;EAAE,OAAO,EN2S1B,GAAO;;AM1SxB,wBAAwC;EAAE,OAAO,ENyU1B,GAAO;;AMxU9B,iBAAiC;EAAE,OAAO,EN8G1B,GAAO;;AM7GvB,sBAAsC;EAAE,OAAO,EN+G1B,GAAO;;AM9G5B,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,mBAAmC;EAAE,OAAO,ENrF1B,GAAO;;AMsFzB;oBACoC;EAAE,OAAO,EN/E1B,GAAO;;AMgF1B,yBAAyC;EAAE,OAAO,ENua1B,GAAO;;AMta/B,0BAA0C;EAAE,OAAO,ENmE1B,GAAO;;AMlEhC,uBAAuC;EAAE,OAAO,EN5C1B,GAAO;;AM6C7B,cAA8B;EAAE,OAAO,ENqK1B,GAAO;;AMpKpB;eAC+B;EAAE,OAAO,ENK1B,GAAO;;AMJrB,mBAAmC;EAAE,OAAO,ENQ1B,GAAO;;AMPzB,sBAAsC;EAAE,OAAO,ENmY1B,GAAO;;AMlY5B,wBAAwC;EAAE,OAAO,ENiY1B,GAAO;;AMhY9B,oBAAoC;EAAE,OAAO,EN2V1B,GAAO;;AM1V1B,kBAAkC;EAAE,OAAO,ENyI1B,GAAO;;AMxIxB,mBAAmC;EAAE,OAAO,ENyT1B,GAAO;;AMxTzB,0BAA0C;EAAE,OAAO,ENiL1B,GAAO;;AMhLhC,qBAAqC;EAAE,OAAO,EN0X1B,GAAO;;AMzX3B,wBAAwC;EAAE,OAAO,EN8C1B,GAAO;;AM7C9B,kBAAkC;EAAE,OAAO,ENoT1B,GAAO;;AMnTxB,iBAAiC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YvB,wBAAwC;EAAE,OAAO,EN6G1B,GAAO;;AM5G9B,iBAAiC;EAAE,OAAO,EN8Z1B,GAAO;;AM7ZvB,kBAAkC;EAAE,OAAO,EN+J1B,GAAO;;AM9JxB,gBAAgC;EAAE,OAAO,ENsO1B,GAAO;;AMrOtB,mBAAmC;EAAE,OAAO,EN2U1B,GAAO;;AM1UzB,qBAAqC;EAAE,OAAO,EN/E1B,GAAO;;AMgF3B,uBAAuC;EAAE,OAAO,ENoO1B,GAAO;;AMnO7B,kBAAkC;EAAE,OAAO,EN8Y1B,GAAO;;AM7YxB;mBACmC;EAAE,OAAO,ENuC1B,GAAO;;AMtCzB,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,iBAAiC;EAAE,OAAO,ENiZ1B,GAAO;;AMhZvB,sBAAsC;EAAE,OAAO,ENR1B,GAAO;;AMS5B,cAA8B;EAAE,OAAO,EN4Q1B,GAAO;;AM3QpB,gBAAgC;EAAE,OAAO,ENgH1B,GAAO;;AM/GtB,mBAAmC;EAAE,OAAO,ENnF1B,GAAO;;AMoFzB,eAA+B;EAAE,OAAO,ENzG1B,GAAO;;AM0GrB,sBAAsC;EAAE,OAAO,ENzD1B,GAAO;;AM0D5B,uBAAuC;EAAE,OAAO,EN0G1B,GAAO;;AMzG7B,sBAAsC;EAAE,OAAO,ENwG1B,GAAO;;AMvG5B,oBAAoC;EAAE,OAAO,ENyG1B,GAAO;;AMxG1B,sBAAsC;EAAE,OAAO,ENqG1B,GAAO;;AMpG5B,4BAA4C;EAAE,OAAO,EN5I1B,GAAO;;AM6IlC,6BAA6C;EAAE,OAAO,ENxI1B,GAAO;;AMyInC,0BAA0C;EAAE,OAAO,ENxI1B,GAAO;;AMyIhC,4BAA4C;EAAE,OAAO,ENhJ1B,GAAO;;AMiJlC,gBAAgC;EAAE,OAAO,ENsF1B,GAAO;;AMrFtB,iBAAiC;EAAE,OAAO,ENia1B,GAAO;;AMhavB,gBAAgC;EAAE,OAAO,ENiV1B,GAAO;;AMhVtB,iBAAiC;EAAE,OAAO,ENgD1B,GAAO;;AM/CvB,oBAAoC;EAAE,OAAO,ENvG1B,GAAO;;AMwG1B,qBAAqC;EAAE,OAAO,ENzI1B,GAAO;;AM0I3B;gBACgC;EAAE,OAAO,ENqY1B,GAAO;;AMpYtB;eAC+B;EAAE,OAAO,ENuI1B,GAAO;;AMtIrB,gBAAgC;EAAE,OAAO,ENpD1B,GAAO;;AMqDtB,gBAAgC;EAAE,OAAO,EN+C1B,GAAO;;AM9CtB;mBACmC;EAAE,OAAO,ENwP1B,GAAO;;AMvPzB;kBACkC;EAAE,OAAO,ENkC1B,GAAO;;AMjCxB,oBAAoC;EAAE,OAAO,ENsL1B,GAAO;;AMrL1B;mBACmC;EAAE,OAAO,EN0C1B,GAAO;;AMzCzB,iBAAiC;EAAE,OAAO,ENiS1B,GAAO;;AMhSvB;;eAE+B;EAAE,OAAO,EN9I1B,GAAO;;AM+IrB,kBAAkC;EAAE,OAAO,ENgI1B,GAAO;;AM/HxB,kBAAkC;EAAE,OAAO,EN8H1B,GAAO;;AM7HxB,wBAAwC;EAAE,OAAO,EN4S1B,GAAO;;AM3S9B,oBAAoC;EAAE,OAAO,ENoW1B,GAAO;;AMnW1B,gBAAgC;EAAE,OAAO,ENmT1B,GAAO;;AMlTtB,gBAAgC;EAAE,OAAO,ENkI1B,GAAO;;AMjItB,gBAAgC;EAAE,OAAO,ENuV1B,GAAO;;AMtVtB,oBAAoC;EAAE,OAAO,ENwL1B,GAAO;;AMvL1B,2BAA2C;EAAE,OAAO,ENyL1B,GAAO;;AMxLjC,6BAA6C;EAAE,OAAO,ENyD1B,GAAO;;AMxDnC,sBAAsC;EAAE,OAAO,ENuD1B,GAAO;;AMtD5B,gBAAgC;EAAE,OAAO,ENsJ1B,GAAO;;AMrJtB,qBAAqC;EAAE,OAAO,ENtH1B,GAAO;;AMuH3B,mBAAmC;EAAE,OAAO,ENhH1B,GAAO;;AMiHzB,qBAAqC;EAAE,OAAO,ENvH1B,GAAO;;AMwH3B,sBAAsC;EAAE,OAAO,ENvH1B,GAAO;;AMwH5B,kBAAkC;EAAE,OAAO,ENvE1B,GAAO;;AMwExB;eAC+B;EAAE,OAAO,EN2P1B,GAAO;;AM1PrB;oBACoC;EAAE,OAAO,EN+P1B,GAAO;;AM9P1B;mBACmC;EAAE,OAAO,EN4P1B,GAAO;;AM3PzB,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,mBAAmC;EAAE,OAAO,ENkG1B,GAAO;;AMjGzB;eAC+B;EAAE,OAAO,EN8U1B,GAAO;;AM7UrB;gBACgC;EAAE,OAAO,ENqB1B,GAAO;;AMpBtB;qBACqC;EAAE,OAAO,EN2R1B,GAAO;;AM1R3B,oBAAoC;EAAE,OAAO,ENpF1B,GAAO;;AMqF1B,qBAAqC;EAAE,OAAO,ENnF1B,GAAO;;AMoF3B;eAC+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,kBAAkC;EAAE,OAAO,ENkO1B,GAAO;;AMjOxB,mBAAmC;EAAE,OAAO,ENkU1B,GAAO;;AMjUzB;oBACoC;EAAE,OAAO,EN1G1B,GAAO;;AM2G1B,sBAAsC;EAAE,OAAO,ENgF1B,GAAO;;AM/E5B,mBAAmC;EAAE,OAAO,ENnD1B,GAAO;;AMoDzB,yBAAyC;EAAE,OAAO,ENzG1B,GAAO;;AM0G/B,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,kBAAkC;EAAE,OAAO,ENsU1B,GAAO;;AMrUxB,sBAAsC;EAAE,OAAO,EN+P1B,GAAO;;AM9P5B,mBAAmC;EAAE,OAAO,ENsQ1B,GAAO;;AMrQzB,iBAAiC;EAAE,OAAO,ENvL1B,GAAO;;AMwLvB,iBAAiC;EAAE,OAAO,ENzG1B,GAAO;;AM0GvB,kBAAkC;EAAE,OAAO,ENtF1B,GAAO;;AMuFxB,sBAAsC;EAAE,OAAO,EN3B1B,GAAO;;AM4B5B,qBAAqC;EAAE,OAAO,ENxK1B,GAAO;;AMyK3B,qBAAqC;EAAE,OAAO,ENkC1B,GAAO;;AMjC3B,oBAAoC;EAAE,OAAO,EN3O1B,GAAO;;AM4O1B,iBAAiC;EAAE,OAAO,ENiG1B,GAAO;;AMhGvB,sBAAsC;EAAE,OAAO,EN/C1B,GAAO;;AMgD5B,eAA+B;EAAE,OAAO,ENpM1B,GAAO;;AMqMrB,mBAAmC;EAAE,OAAO,ENe1B,GAAO;;AMdzB,sBAAsC;EAAE,OAAO,ENgJ1B,GAAO;;AM/I5B,4BAA4C;EAAE,OAAO,EN5O1B,GAAO;;AM6OlC,6BAA6C;EAAE,OAAO,EN5O1B,GAAO;;AM6OnC,0BAA0C;EAAE,OAAO,EN5O1B,GAAO;;AM6OhC,4BAA4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC,qBAAqC;EAAE,OAAO,EN5O1B,GAAO;;AM6O3B,sBAAsC;EAAE,OAAO,EN5O1B,GAAO;;AM6O5B,mBAAmC;EAAE,OAAO,EN5O1B,GAAO;;AM6OzB,qBAAqC;EAAE,OAAO,ENhP1B,GAAO;;AMiP3B,kBAAkC;EAAE,OAAO,ENlG1B,GAAO;;AMmGxB,iBAAiC;EAAE,OAAO,ENuC1B,GAAO;;AMtCvB,iBAAiC;EAAE,OAAO,ENoP1B,GAAO;;AMnPvB;iBACiC;EAAE,OAAO,ENyF1B,GAAO;;AMxFvB,mBAAmC;EAAE,OAAO,EN9I1B,GAAO;;AM+IzB,qBAAqC;EAAE,OAAO,EN0I1B,GAAO;;AMzI3B,sBAAsC;EAAE,OAAO,EN0I1B,GAAO;;AMzI5B,kBAAkC;EAAE,OAAO,ENgN1B,GAAO;;AM/MxB,iBAAiC;EAAE,OAAO,ENnJ1B,GAAO;;AMoJvB;gBACgC;EAAE,OAAO,ENkJ1B,GAAO;;AMjJtB,qBAAqC;EAAE,OAAO,ENnB1B,GAAO;;AMoB3B,mBAAmC;EAAE,OAAO,ENxC1B,GAAO;;AMyCzB,wBAAwC;EAAE,OAAO,ENvC1B,GAAO;;AMwC9B,kBAAkC;EAAE,OAAO,EN0L1B,GAAO;;AMzLxB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,gBAAgC;EAAE,OAAO,ENoE1B,GAAO;;AMnEtB,kBAAkC;EAAE,OAAO,ENpC1B,GAAO;;AMqCxB,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,iBAAiC;EAAE,OAAO,ENrD1B,GAAO;;AMsDvB,yBAAyC;EAAE,OAAO,ENvD1B,GAAO;;AMwD/B,mBAAmC;EAAE,OAAO,ENuO1B,GAAO;;AMtOzB,eAA+B;EAAE,OAAO,ENtJ1B,GAAO;;AMuJrB;oBACoC;EAAE,OAAO,ENqI1B,GAAO;;AMpI1B;;sBAEsC;EAAE,OAAO,ENuM1B,GAAO;;AMtM5B,yBAAyC;EAAE,OAAO,ENkC1B,GAAO;;AMjC/B,eAA+B;EAAE,OAAO,EN5I1B,GAAO;;AM6IrB,oBAAoC;EAAE,OAAO,EN7J1B,GAAO;;AM8J1B;uBACuC;EAAE,OAAO,EN1L1B,GAAO;;AM2L7B,mBAAmC;EAAE,OAAO,EN4G1B,GAAO;;AM3GzB,eAA+B;EAAE,OAAO,ENT1B,GAAO;;AMUrB,sBAAsC;EAAE,OAAO,ENhH1B,GAAO;;AMiH5B,sBAAsC;EAAE,OAAO,EN8M1B,GAAO;;AM7M5B,oBAAoC;EAAE,OAAO,ENyM1B,GAAO;;AMxM1B,iBAAiC;EAAE,OAAO,ENvH1B,GAAO;;AMwHvB,uBAAuC;EAAE,OAAO,ENmG1B,GAAO;;AMlG7B,qBAAqC;EAAE,OAAO,EN8C1B,GAAO;;AM7C3B,2BAA2C;EAAE,OAAO,EN8C1B,GAAO;;AM7CjC,iBAAiC;EAAE,OAAO,ENgJ1B,GAAO;;AM/IvB,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,4BAA4C;EAAE,OAAO,ENjF1B,GAAO;;AMkFlC,iBAAiC;EAAE,OAAO,ENoH1B,GAAO;;AMnHvB,iBAAiC;EAAE,OAAO,ENkC1B,GAAO;;AMjCvB,8BAA8C;EAAE,OAAO,ENlM1B,GAAO;;AMmMpC,+BAA+C;EAAE,OAAO,ENlM1B,GAAO;;AMmMrC,4BAA4C;EAAE,OAAO,ENlM1B,GAAO;;AMmMlC,8BAA8C;EAAE,OAAO,ENtM1B,GAAO;;AMuMpC,gBAAgC;EAAE,OAAO,EN/B1B,GAAO;;AMgCtB,eAA+B;EAAE,OAAO,ENjK1B,GAAO;;AMkKrB,iBAAiC;EAAE,OAAO,EN9S1B,GAAO;;AM+SvB,qBAAqC;EAAE,OAAO,ENmP1B,GAAO;;AMlP3B,mBAAmC;EAAE,OAAO,EN9O1B,GAAO;;AM+OzB,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN/I1B,GAAO;;AMgJ3B,qBAAqC;EAAE,OAAO,EN4G1B,GAAO;;AM3G3B,sBAAsC;EAAE,OAAO,ENsE1B,GAAO;;AMrE5B,iBAAiC;EAAE,OAAO,EN2M1B,GAAO;;AM1MvB,uBAAuC;EAAE,OAAO,EN6B1B,GAAO;;AM5B7B,yBAAyC;EAAE,OAAO,EN6B1B,GAAO;;AM5B/B,mBAAmC;EAAE,OAAO,ENhB1B,GAAO;;AMiBzB,qBAAqC;EAAE,OAAO,ENlB1B,GAAO;;AMmB3B,uBAAuC;EAAE,OAAO,ENvN1B,GAAO;;AMwN7B,wBAAwC;EAAE,OAAO,ENiD1B,GAAO;;AMhD9B,+BAA+C;EAAE,OAAO,EN3I1B,GAAO;;AM4IrC,uBAAuC;EAAE,OAAO,ENkH1B,GAAO;;AMjH7B,kBAAkC;EAAE,OAAO,EN1L1B,GAAO;;AM2LxB;8BAC8C;EAAE,OAAO,ENjP1B,GAAO;;AMkPpC;4BAC4C;EAAE,OAAO,ENhP1B,GAAO;;AMiPlC;+BAC+C;EAAE,OAAO,ENnP1B,GAAO;;AMoPrC;cAC8B;EAAE,OAAO,EN7J1B,GAAO;;AM8JpB,cAA8B;EAAE,OAAO,EN/F1B,GAAO;;AMgGpB;cAC8B;EAAE,OAAO,EN4N1B,GAAO;;AM3NpB;cAC8B;EAAE,OAAO,ENvD1B,GAAO;;AMwDpB;;;cAG8B;EAAE,OAAO,ENrD1B,GAAO;;AMsDpB;;cAE8B;EAAE,OAAO,EN8E1B,GAAO;;AM7EpB;cAC8B;EAAE,OAAO,ENtD1B,GAAO;;AMuDpB;cAC8B;EAAE,OAAO,ENzR1B,GAAO;;AM0RpB,eAA+B;EAAE,OAAO,ENzJ1B,GAAO;;AM0JrB,oBAAoC;EAAE,OAAO,EN7I1B,GAAO;;AM8I1B,yBAAyC;EAAE,OAAO,EN2G1B,GAAO;;AM1G/B,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,0BAA0C;EAAE,OAAO,EN2G1B,GAAO;;AM1GhC,2BAA2C;EAAE,OAAO,EN2G1B,GAAO;;AM1GjC,2BAA2C;EAAE,OAAO,EN8G1B,GAAO;;AM7GjC,4BAA4C;EAAE,OAAO,EN8G1B,GAAO;;AM7GlC,oBAAoC;EAAE,OAAO,ENgK1B,GAAO;;AM/J1B,sBAAsC;EAAE,OAAO,EN4J1B,GAAO;;AM3J5B,yBAAyC;EAAE,OAAO,ENwO1B,GAAO;;AMvO/B,kBAAkC;EAAE,OAAO,ENqO1B,GAAO;;AMpOxB,eAA+B;EAAE,OAAO,EN+N1B,GAAO;;AM9NrB,sBAAsC;EAAE,OAAO,EN+N1B,GAAO;;AM9N5B,uBAAuC;EAAE,OAAO,ENmO1B,GAAO;;AMlO7B,kBAAkC;EAAE,OAAO,ENxM1B,GAAO;;AMyMxB,yBAAyC;EAAE,OAAO,EN+G1B,GAAO;;AM9G/B,oBAAoC;EAAE,OAAO,ENnF1B,GAAO;;AMoF1B,iBAAiC;EAAE,OAAO,EN/I1B,GAAO;;AMgJvB,cAA8B;EAAE,OAAO,ENhX1B,GAAO;;AMiXpB,oBAAoC;EAAE,OAAO,ENxT1B,GAAO;;AMyT1B,2BAA2C;EAAE,OAAO,ENxT1B,GAAO;;AMyTjC,iBAAiC;EAAE,OAAO,ENyK1B,GAAO;;AMxKvB,wBAAwC;EAAE,OAAO,ENyK1B,GAAO;;AMxK9B,0BAA0C;EAAE,OAAO,ENtD1B,GAAO;;AMuDhC,wBAAwC;EAAE,OAAO,ENpD1B,GAAO;;AMqD9B,0BAA0C;EAAE,OAAO,ENvD1B,GAAO;;AMwDhC,2BAA2C;EAAE,OAAO,ENvD1B,GAAO;;AMwDjC,gBAAgC;EAAE,OAAO,ENxW1B,GAAO;;AMyWtB,kBAAkC;EAAE,OAAO,EN0M1B,GAAO;;AMzMxB,kBAAkC;EAAE,OAAO,ENpX1B,GAAO;;AMqXxB,gBAAgC;EAAE,OAAO,ENpE1B,GAAO;;AMqEtB,mBAAmC;EAAE,OAAO,EN1N1B,GAAO;;AM2NzB,gBAAgC;EAAE,OAAO,ENqE1B,GAAO;;AMpEtB,qBAAqC;EAAE,OAAO,ENtJ1B,GAAO;;AMuJ3B,iBAAiC;EAAE,OAAO,ENuJ1B,GAAO;;AMtJvB,iBAAiC;EAAE,OAAO,EN/L1B,GAAO;;AMgMvB,eAA+B;EAAE,OAAO,EN1D1B,GAAO;;AM2DrB;mBACmC;EAAE,OAAO,ENnI1B,GAAO;;AMoIzB,gBAAgC;EAAE,OAAO,EN2G1B,GAAO;;AM1GtB,iBAAiC;EAAE,OAAO,ENxC1B,GAAO;;AMyCvB,kBAAkC;EAAE,OAAO,ENrX1B,GAAO;;AMsXxB,cAA8B;EAAE,OAAO,ENpU1B,GAAO;;AMqUpB,aAA6B;EAAE,OAAO,ENgL1B,GAAO;;AM/KnB,gBAAgC;EAAE,OAAO,ENqL1B,GAAO;;AMpLtB,iBAAiC;EAAE,OAAO,ENa1B,GAAO;;AMZvB,oBAAoC;EAAE,OAAO,ENrC1B,GAAO;;AMsC1B,yBAAyC;EAAE,OAAO,EN8E1B,GAAO;;AM7E/B,+BAA+C;EAAE,OAAO,ENtX1B,GAAO;;AMuXrC,8BAA8C;EAAE,OAAO,ENxX1B,GAAO;;AMyXpC;8BAC8C;EAAE,OAAO,EN3T1B,GAAO;;AM4TpC,uBAAuC;EAAE,OAAO,ENjP1B,GAAO;;AMkP7B,qBAAqC;EAAE,OAAO,EN+K1B,GAAO;;AM9K3B,uBAAuC;EAAE,OAAO,ENmK1B,GAAO;;AMlK7B;cAC8B;EAAE,OAAO,ENoI1B,GAAO;;AMnIpB,wBAAwC;EAAE,OAAO,ENjB1B,GAAO;;AMkB9B,wBAAwC;EAAE,OAAO,EN6D1B,GAAO;;AM5D9B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,0BAA0C;EAAE,OAAO,EN7O1B,GAAO;;AM8OhC,oBAAoC;EAAE,OAAO,EN2K1B,GAAO;;AM1K1B,iBAAiC;EAAE,OAAO,ENvD1B,GAAO;;AMwDvB;;qBAEqC;EAAE,OAAO,ENsI1B,GAAO;;AMrI3B;yBACyC;EAAE,OAAO,ENjK1B,GAAO;;AMkK/B,gBAAgC;EAAE,OAAO,ENwK1B,GAAO;;AMvKtB,iBAAiC;EAAE,OAAO,ENvK1B,GAAO;;AMwKvB,iBAAiC;EAAE,OAAO,ENhB1B,GAAO;;AMiBvB,wBAAwC;EAAE,OAAO,ENhB1B,GAAO;;AMiB9B,6BAA6C;EAAE,OAAO,ENsE1B,GAAO;;AMrEnC,sBAAsC;EAAE,OAAO,ENoE1B,GAAO;;AMnE5B,oBAAoC;EAAE,OAAO,EN7Q1B,GAAO;;AM8Q1B,eAA+B;EAAE,OAAO,EN1Q1B,GAAO;;AM2QrB,qBAAqC;EAAE,OAAO,ENjD1B,GAAO;;AMkD3B,yBAAyC;EAAE,OAAO,ENjD1B,GAAO;;AMkD/B,iBAAiC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQvB,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,mBAAmC;EAAE,OAAO,ENzI1B,GAAO;;AM0IzB,cAA8B;EAAE,OAAO,EN9O1B,GAAO;;AM+OpB,mBAAmC;EAAE,OAAO,EN3W1B,GAAO;;AM4WzB,gBAAgC;EAAE,OAAO,EN9T1B,GAAO;;AM+TtB,cAA8B;EAAE,OAAO,ENnE1B,GAAO;;AMoEpB,gBAAgC;EAAE,OAAO,ENoC1B,GAAO;;AMnCtB,eAA+B;EAAE,OAAO,ENjS1B,GAAO;;AMkSrB,gBAAgC;EAAE,OAAO,ENjS1B,GAAO;;AMkStB,kBAAkC;EAAE,OAAO,ENtY1B,GAAO;;AMuYxB,yBAAyC;EAAE,OAAO,ENtY1B,GAAO;;AMuY/B,gBAAgC;EAAE,OAAO,EN2C1B,GAAO;;AM1CtB,uBAAuC;EAAE,OAAO,EN2C1B,GAAO;;AM1C7B,kBAAkC;EAAE,OAAO,ENvC1B,GAAO;;AMwCxB;cAC8B;EAAE,OAAO,EN3W1B,GAAO;;AM4WpB;eAC+B;EAAE,OAAO,EN2D1B,GAAO;;AM1DrB,eAA+B;EAAE,OAAO,ENuF1B,GAAO;;AMtFrB,kBAAkC;EAAE,OAAO,ENwB1B,GAAO;;AMvBxB,qBAAqC;EAAE,OAAO,ENpS1B,GAAO;;AMqS3B,qBAAqC;EAAE,OAAO,ENkB1B,GAAO;;AMjB3B,mBAAmC;EAAE,OAAO,EN1S1B,GAAO;;AM2SzB,qBAAqC;EAAE,OAAO,ENxP1B,GAAO;;AMyP3B,sBAAsC;EAAE,OAAO,ENjP1B,GAAO;;AMkP5B,uBAAuC;EAAE,OAAO,EN9P1B,GAAO;;AM+P7B,4BAA4C;EAAE,OAAO,ENxP1B,GAAO;;AMyPlC;;uBAEuC;EAAE,OAAO,ENjQ1B,GAAO;;AMkQ7B;yBACyC;EAAE,OAAO,ENvQ1B,GAAO;;AMwQ/B;uBACuC;EAAE,OAAO,ENxQ1B,GAAO;;AMyQ7B;uBACuC;EAAE,OAAO,EN7P1B,GAAO;;AM8P7B,sBAAsC;EAAE,OAAO,EN1Q1B,GAAO;;AM2Q5B,eAA+B;EAAE,OAAO,ENsG1B,GAAO;;AMrGrB,kBAAkC;EAAE,OAAO,ENlV1B,GAAO;;AMmVxB,mBAAmC;EAAE,OAAO,ENnL1B,GAAO;;AMoLzB;;;;oBAIoC;EAAE,OAAO,ENxK1B,GAAO;;AMyK1B,yBAAyC;EAAE,OAAO,ENpW1B,GAAO;;AMqW/B;gBACgC;EAAE,OAAO,EN1E1B,GAAO;;AM2EtB;iBACiC;EAAE,OAAO,ENpT1B,GAAO;;AMqTvB,qBAAqC;EAAE,OAAO,EN1O1B,GAAO;;AM2O3B,cAA8B;EAAE,OAAO,EN5O1B,GAAO;;AM6OpB,sBAAsC;EAAE,OAAO,EN7N1B,GAAO;;AM8N5B,wBAAwC;EAAE,OAAO,ENwB1B,GAAO;;AMvB9B,aAA6B;EAAE,OAAO,ENzF1B,GAAO;;AM0FnB;iBACiC;EAAE,OAAO,EN2F1B,GAAO;;AM1FvB;sBACsC;EAAE,OAAO,EN9H1B,GAAO;;AM+H5B;wBACwC;EAAE,OAAO,EN/H1B,GAAO;;AMgI9B,kBAAkC;EAAE,OAAO,EN3N1B,GAAO;;AM4NxB;sBACsC;EAAE,OAAO,ENrX1B,GAAO;;AMsX5B,iBAAiC;EAAE,OAAO,ENnO1B,GAAO;;AMoOvB,oBAAoC;EAAE,OAAO,ENlI1B,GAAO;;AMmI1B,kBAAkC;EAAE,OAAO,EN1C1B,GAAO;;AM2CxB,oBAAoC;EAAE,OAAO,EN7D1B,GAAO;;AM8D1B,2BAA2C;EAAE,OAAO,EN7D1B,GAAO;;AM8DjC,eAA+B;EAAE,OAAO,ENpb1B,GAAO;;AMqbrB;mBACmC;EAAE,OAAO,ENzQ1B,GAAO;;AM0QzB,cAA8B;EAAE,OAAO,ENsC1B,GAAO;;AMrCpB,qBAAqC;EAAE,OAAO,EN/b1B,GAAO;;AMgc3B,eAA+B;EAAE,OAAO,ENrH1B,GAAO;;AMsHrB,qBAAqC;EAAE,OAAO,ENlD1B,GAAO;;AMmD3B,iBAAiC;EAAE,OAAO,ENsC1B,GAAO;;AMrCvB,eAA+B;EAAE,OAAO,ENiF1B,GAAO;;AMhFrB,sBAAsC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ5B,eAA+B;EAAE,OAAO,ENuE1B,GAAO;;AMtErB,qBAAqC;EAAE,OAAO,ENjb1B,GAAO;;AMkb3B,iBAAiC;EAAE,OAAO,EN9I1B,GAAO;;AM+IvB,wBAAwC;EAAE,OAAO,ENhQ1B,GAAO;;AMiQ9B,kBAAkC;EAAE,OAAO,EN9Z1B,GAAO;;AM+ZxB,wBAAwC;EAAE,OAAO,ENla1B,GAAO;;AMma9B,sBAAsC;EAAE,OAAO,ENpa1B,GAAO;;AMqa5B,kBAAkC;EAAE,OAAO,ENta1B,GAAO;;AMuaxB,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,oBAAoC;EAAE,OAAO,ENpa1B,GAAO;;AMqa1B,qBAAqC;EAAE,OAAO,ENld1B,GAAO;;AMmd3B,uBAAuC;EAAE,OAAO,ENld1B,GAAO;;AMmd7B,gBAAgC;EAAE,OAAO,ENY1B,GAAO;;AMXtB,oBAAoC;EAAE,OAAO,EN3X1B,GAAO;;AM4X1B,aAA6B;EAAE,OAAO,ENre1B,GAAO;;AMsenB,qBAAqC;EAAE,OAAO,ENjV1B,GAAO;;AMkV3B,sBAAsC;EAAE,OAAO,ENpK1B,GAAO;;AMqK5B,wBAAwC;EAAE,OAAO,ENrd1B,GAAO;;AMsd9B,qBAAqC;EAAE,OAAO,EN3f1B,GAAO;;AM4f3B,oBAAoC;EAAE,OAAO,ENvJ1B,GAAO;;AMwJ1B,qBAAqC;EAAE,OAAO,EN5N1B,GAAO;;AM6N3B,iBAAiC;EAAE,OAAO,EN1O1B,GAAO;;AM2OvB,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,qBAAqC;EAAE,OAAO,ENN1B,GAAO;;AMO3B,oBAAoC;EAAE,OAAO,ENN1B,GAAO;;AMO1B,kBAAkC;EAAE,OAAO,EN/d1B,GAAO;;AMgexB,cAA8B;EAAE,OAAO,EN7c1B,GAAO;;AM8cpB,kBAAkC;EAAE,OAAO,EN1P1B,GAAO;;AM2PxB,oBAAoC;EAAE,OAAO,ENhhB1B,GAAO;;AMihB1B,aAA6B;EAAE,OAAO,EN7b1B,GAAO;;AM8bnB;;cAE8B;EAAE,OAAO,ENxQ1B,GAAO;;AMyQpB,mBAAmC;EAAE,OAAO,EN7M1B,GAAO;;AM8MzB,qBAAqC;EAAE,OAAO,ENpd1B,GAAO;;AMqd3B,yBAAyC;EAAE,OAAO,ENnZ1B,GAAO;;AMoZ/B,mBAAmC;EAAE,OAAO,ENxY1B,GAAO;;AMyYzB,mBAAmC;EAAE,OAAO,EN1T1B,GAAO;;AM2TzB,kBAAkC;EAAE,OAAO,ENxP1B,GAAO;;AMyPxB,iBAAiC;EAAE,OAAO,ENrH1B,GAAO;;AMsHvB,uBAAuC;EAAE,OAAO,ENzG1B,GAAO;;AM0G7B,sBAAsC;EAAE,OAAO,ENrG1B,GAAO;;AMsG5B,mBAAmC;EAAE,OAAO,ENpG1B,GAAO;;AMqGzB,oBAAoC;EAAE,OAAO,EN5c1B,GAAO;;AM6c1B,0BAA0C;EAAE,OAAO,EN9c1B,GAAO;;AM+chC,kBAAkC;EAAE,OAAO,EN3Y1B,GAAO;;AM4YxB,eAA+B;EAAE,OAAO,ENhH1B,GAAO;;AMiHrB,sBAAsC;EAAE,OAAO,ENI1B,GAAO;;AMH5B,qBAAqC;EAAE,OAAO,EN5M1B,GAAO;;AM6M3B,sBAAsC;EAAE,OAAO,ENpE1B,GAAO;;AMqE5B,oBAAoC;EAAE,OAAO,ENhS1B,GAAO;;AMiS1B,gBAAgC;EAAE,OAAO,ENG1B,GAAO;;AMFtB,eAA+B;EAAE,OAAO,ENtO1B,GAAO;;AMuOrB,kBAAkC;EAAE,OAAO,EN7N1B,GAAO;;AM8NxB,sBAAsC;EAAE,OAAO,ENhC1B,GAAO;;AMiC5B,0BAA0C;EAAE,OAAO,ENhC1B,GAAO;;AMiChC,uBAAuC;EAAE,OAAO,END1B,GAAO;;AME7B,sBAAsC;EAAE,OAAO,EN1O1B,GAAO;;AM2O5B,qBAAqC;EAAE,OAAO,ENF1B,GAAO;;AMG3B,sBAAsC;EAAE,OAAO,EN3O1B,GAAO;;AM4O5B,wBAAwC;EAAE,OAAO,EN1O1B,GAAO;;AM2O9B,wBAAwC;EAAE,OAAO,EN5O1B,GAAO;;AM6O9B,iBAAiC;EAAE,OAAO,ENvN1B,GAAO;;AMwNvB,4BAA4C;EAAE,OAAO,EN9X1B,GAAO;;AM+XlC,sBAAsC;EAAE,OAAO,ENhM1B,GAAO;;AMiM5B,mBAAmC;EAAE,OAAO,ENI1B,GAAO;;AMHzB,iBAAiC;EAAE,OAAO,EN7I1B,GAAO;;AM8IvB,oBAAoC;EAAE,OAAO,ENjB1B,GAAO;;AMkB1B,qBAAqC;EAAE,OAAO,ENhB1B,GAAO;;AMiB3B;cAC8B;EAAE,OAAO,ENphB1B,GAAO;;AMqhBpB,kBAAkC;EAAE,OAAO,ENd1B,GAAO;;AMexB,gBAAgC;EAAE,OAAO,ENnD1B,GAAO;;AMoDtB,iBAAiC;EAAE,OAAO,ENvF1B,GAAO;;AMwFvB,iBAAiC;EAAE,OAAO,ENrP1B,GAAO",
+"sources": ["../scss/_path.scss","../scss/_core.scss","../scss/_larger.scss","../scss/_fixed-width.scss","../scss/_list.scss","../scss/_variables.scss","../scss/_bordered-pulled.scss","../scss/_animated.scss","../scss/_rotated-flipped.scss","../scss/_mixins.scss","../scss/_stacked.scss","../scss/_icons.scss"],
+"names": [],
+"file": "font-awesome.css"
+}
diff --git a/www/assets2/fonts/font-awesome/css/font-awesome.min.css b/www/assets2/fonts/font-awesome/css/font-awesome.min.css
new file mode 100644
index 0000000..a8aed7c
--- /dev/null
+++ b/www/assets2/fonts/font-awesome/css/font-awesome.min.css
@@ -0,0 +1,4 @@
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(data:font/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAX7oAA0AAAAChqwABAAHAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABwAAAAca75HuUdERUYAAAFMAAAAHwAAACAC8AAET1MvMgAAAWwAAAA+AAAAYIgyekBjbWFwAAABrAAAAWkAAALyCr86f2dhc3AAAAMYAAAACAAAAAj//wADZ2x5ZgAAAyAAAV95AAJMvI/3rk1oZWFkAAFinAAAADMAAAA2EInlLWhoZWEAAWLQAAAAHwAAACQPAwq1aG10eAABYvAAAAL0AAAK8EV5GIVsb2NhAAFl5AAABxYAAAsQAvWiXG1heHAAAWz8AAAAHwAAACADLAIcbmFtZQABbRwAAAJEAAAEhuOXi6xwb3N0AAFvYAAAD4UAABp1r4+boQAAAAEAAAAAzD2izwAAAADLTzwwAAAAANQxaLl4nGNgZGBg4ANiCQYQYGJgZGBkOgQkWcA8BgAMuAD3AHicY2Bmy2ScwMDKwMDSw2LMwMDQBqGZihkYGLsY8ICCyqJiBgcGha8MbAz/gXw2BkaQMCOSEgUGRgDQywhuAAB4nM2S30ricRDF52dqZeb5PsAi6gNEvYDIPoAIe9NFiE8gPoH4BOITiJcbLCLRdche7KUIW1tb+cPdavtvc6b11l+/Teii6yU6MGc4MMwHhhGRBZnXB/FCF+8uTN5zjnrDsNekIDFZl4xsS1d25ZscZXO5dK6iKU1rXota1qrWtalt7eqODtTXic6YYpprzLPIMquss8k2u9zjgD4nnFnK0pa3opWtanVrWtu6tmcD820ylSAIyRn5/Ioo6jSrBS1pRWva0JZ2tKd9HepYlULHDNdZYIkV1thgix322OeQY6qJOctawUpWsZo1rGUd61nfhjb+RwzOgq1gM/gUfAw2/KvR/eiLW3VJl3DLbskturiLuahbcBFM8RePMBCKB0xwjzvc4gbXuMIl/uAC5zjDb/zCGD5GOMUJjvETRzjEDxxgH99Xv86v/bby4vKC9SKhRV4PzF/hPSgeSyxGk0vLK/957xNi+cPzAAAAAAAAAf//AAJ4nLy9CYBU1ZUw/O69b6l9e7V1dXV3VVfVq+pu6G5qbXotmp1udgQExBZFkUVBQRAXSiEqiBso4t5oRMkyYxbzJUacyqaTRWISYja/+dokJpm4jJPkNxG6Ht+591VVVzcN6Mz8H3S9d/f13HvPOfec8zjMbeY4YhPhwUkclwnag8QetA+hvJrdjAc3C4FTm0XuFEf/Ie6SM5z4jJDjasDjlJA9GHc7xVCwXkmmE0E7UlLJbpQIxmuR+ExT4S6U9SmKbzhHnyhbuKspHPMIOU8sLMwIQXSBU5IK/BEO72gKeap1umpaBwd1cFBHE3jsTguub8bJbpyIe+zCaG8ynUHpRNwtctPWXbXiqnXT4DXx6mWF0V6llmRNtlibEDg9GJ/X5HI1zbsCXlFc9X6hozKAvFaXMCCOb+Mwa0MO2iBxQei3jQvQH4Ku1kcRPMIKtjnS4QDvdrhgGNx8Tv1YvVf9GEnoOiL1J9Nh9dhX3rpPPX382muPIwHVIuH4tTejZREMCZCkJVZzyX4FLb15JMW1x9XT9731FfVYhM4GdyYncQLH+bgubi7HReyixEsW3AQjgKJKRInanW4Y67S9EzcTmAPR5fS4PbV8B453k0w6040ydm1yUnY6PTBQuUBE/duTieymVoRaN2UTT6p/iwRks5A3y0gQTbpTWbN88FtviO31mWYnQs7mTH27+Ma30pfkVveeyvauXt0r5HtXBwgXrj2xp6l10qTWpj0nasMFzizLfAw79HadQZDNz289/KwwyRdxOCK+ScKzh5seGDidp7l5WoY2x7RvOc7PcTwMaTOfghbGa7Gnm8CE0jEljyYdhfsNof7OFnWo+7ZrF4TDC669rXtIfafwQM6BV+jCl15x79S3/tE0OxsOZ2c3/eOt//1O4Xmt7C/C3A1x9RqMylAcnbeIAE8A0IxMwTQTkdNxjyzAmPjUh5Yil1N2qT1qD0yoCy9VH6xqQx+9LXfKb6OP2siNbp/6pGqSzK4a03vvmWpcogX9Da2pdkX0s9FrDQ3q5Nl6uj5wuW49hV49ihhhaklEKLXj3M3gt6C4uuL4cXUFis9GO9GN6DXWroZzNws7UUM3ulW9vVv9hbrytdeIodTM+HlaSduYE+jYu+gqjhQhJAkD7w5k4rWEs4kBxZYOCNwty4c/t/wWe/PMbf270cbd/dtmNtvPcG+r3377bdS9d9Pjj2+66OFHNk3P5aZveuRh8i0t/G0YByNdPxJdP1aujmvherj53KXctdwu7j7uKe6fOU5IJZUmVC/WIKe7AwEIX8CP7EmFQXgR5NHY+E+Z/kL1jV04KKf42C52jgfPKb4CRz0EnsPcSIxQkVPNVaa6UJmw5D5mi0aERZMtR6FHx3MWfJgVrNInPxJ+esRJKpOo45ZS4XzpFKtbYAuWp8AtVs4n3ZlHjVAVGjNiF4gnXH9S5ZL9/UnMniNukjtXDOboltmfRPSJf1ThGf7RuWI4tjDZXnM2LHLIpbWqC2mtso/xj43/n/aPrQ9zbTE1H2tri6EsfY64ca7SV8idO+6Tp6x0owBz0gf6ZdlZGHGScUMvmKCiMAChcefif3wWPvmoChAzzMIIhJ3mzh1X6f4vjtWooYBz6kbOIt7Jf5lzgw/OB0msb0FISfYgOBH08KhD4p3+woS7/Av8d6mH/H7qQAq+n/rJXxawKP9daD31+/3qr/AD4IVyrznzgeDgD3Ahjgs7rUisj+oRLVtJZvSjy3c7JT0SHKxk9dfqr7WSkAKuYm1IKZb+awg9b6y/XIqGu2j7RQjOwWnaDDdpDzotIW1uOmBbhkfcXYPg7EdFLIs7F5bFc7J5SDYDijIE6MaIcxTu1Zc6F+6Fh87KSZ1/qEDIXlzfdw6ErLJPVs7DtZ4FtZ+s/YU8rRVnP12rWXs/cUuLZ7xIl1sDl6JYEBb5ALQmlXRk0m6PW5Qs0PpawBMhSIk2I8AVPW4H3bO1HZri1DtPqL9X/1X9/YmdRw40XV0XsDau2bBw3/E3ju9buGFNozVQt77xwJFCrn9dP/zh3OM05c4TyP/411DvpoClqfHqwJw3b1wHySHXuhvfnBO4urHJEtikvoLnFNgGjdkGDf+EMj44si9wkTK4aEASsWt+2r7x/OhCfs5hyVsc7IFyn849UHI4rlOZE2Xh+ZcCc2PqRtcN05eF0CD0l1PMI1DPyHwweuIa8CeVetHpjlMIgvUpwYw4YUZCsEZFCf7TVsNyjUoUkJQoRRMBl4egZkQHAxZwphSagFWcBlyf9RAWtCcDaDRQARSFtiAJgmoB7g6dPHToJD5kM31DdoZmGfTV97tNln0TWmxmqebfLC7kn9Rwj8FqMd4alXTWWY5qy/8y22zGlyxVsakGve8Bt9k8OvG9eqvZdFuYJfZZITF20xoOoU3/ZnJjfzoSX27yGSL36jd6rHfF/Xbz122uDXrjdWmD2WR0rayKT6rGLjNL29w8eaHJZDCH7zNsqExs2J7QWbTErX7sYmcH4K0jOEgHN5W7SsNDKmdZuIBfBtrWWUtp1G6EgjC6QVESGKSVEZZQaU1nGC0LY8jOEIeFzSk80DncueGcxUpIllgthQGUb5UM6ncMErnWYRlY3TsM+NQAA53UDOs8esLMs85AKYuDBCrAyHIOd6GWfHW4H2DeHuHnbNNjrH8Igof7F9+4bTH5Oqv9uUgyGXnOoa1/HwzYlQLhZLb+Wdeg40X8K6VH7gwAWoidDFEKa5SSBlAq7scuuwc2FcBP1dwZwLkAV8U9uAf9n26dmZh1hf5Cv8lk1nXrsAH/OLA88De2NH5jwDigBihiSxFdNIR4hH6tKnjKHD2W8JTCv+gQ1s8xVOvwMp/vR9+hfVPXfY3S/NreSqdYhpbDuQVQ6xqDQHoke1CJwpmj9SJoF172x9pip9iZSnKxAf8etMNgUl8zocvVAUB8OH6PfyB2OkfjRTi7Y/5p6l01JjTZdMrBw9mOBhlTg5TXphP27gkjmK227xTBhrM1o4AF2WpRIM3ZMOymsLXDzk5gk9B2hCENHAYPnFJ/eerAgVModgpdd0J9Sl2tPnXiBLoMPY0uI0NqGW4oLBRUSHWgmANfWpn0xAk2j3HAl+bB9mgHaOdQijQjSqZIxCVqdI4zBNRNFIIptSMREaidetgYEIXcerq5sGR05wjRMURufpkXOc0vmZ3Iixymv5kc+KPmQtbsQE4IVj+EcCdymAvZZh86ogs70WIIsULIUUhihSRosTOsQ0d82M8jdjKped5kswFtKZsRZQOYz8Bzdrqbd8p+2aztm2Zwnn6vu0RHiBQJtHIRrgswlOJeWHrLo6bd44730NWH3BLFY5CSoWwmDSBc9mBc0DhISGGvowAODElDP7mz/fH2u9AbsTb1m/Y6NetIO9Rsnd3eiIA0Q5T44hqPJrVc9A8FRvC+u9rgD9sbatSsLKN8TUMU5RndlK2AFS8XZjiAs9yuMqi47AnYLorA0o1sCl8BL/yAQf2W0WtU81adzp1nCwf+flSGmQMHzoIaPGAyqd/S61HWJjsZ3FjUQQeOV0Da8bNAZ5y2anucthlqLAiKCaJzt3V1RQsNqAeajbLWn563qQ861UG2yQ04LCYT6tHr1bwNfXyepmIGExQFMLOVH2xGURIkcHgFPcHICDRkZG039shucgZ1IoJOFjpPwgt1XoqyeEDxnYKNquoDQ8pHsr6U4YMqnCVGjD5UbfDKP63WMi7kb7u7cKyqvr6q8MuuijGyctVcVMPD2aFLK0zD2Jxj2fODgcKQ1W6zBQLBOhw476LHz85xqHm9To7gXER2yGr+h+db9ajcpkR5L4oqPUgJ1Vsw4GyJOD3v4/Rgl0S+jGQm4jyc/YDacRRSG+32un0Pfr+EfG0/OVuyWQ179Ui3Sf3BF0ZQtYNI3nA7QLjAqVmfEovW7ttbRPHWXWrA+n26KsOeB2hK1Ib8J3Zeu/Y2WESV+EyYm8lWAeaC9WFAWEb2a6A84JiNl5GT0sJOsq6U8Zwu5OCCrO1wVv8RZdV16gcH1P/YcJucpNMFK0/eO/Orl93xpxnGRgBHs1xF+weh0L1i4GtmeQp6FMkHkHPD7ZANDQlY/Zv6lWuuvE3WilCS8t7eWbdfZ7/CIxOZZoeQfXu1ALOETGgudE1WKCjqzskv4NAYjDR1Af9YujR1Ab88hmsln8WF0giBcz14iB9mHsLIjPHdkOgU81Cu7yi+LhooF/fXcVyF8QIrohOEuYdpffzcSoYvW+O8xk+vo2s8RXd7VyWPiNKCcP5SStANy5mirCRbIroDSIc2I10g1ka4/PpDh9arQwW2X2OIzn8d6dR/fD3fRuEyW6Qj7FyGwWV5w4PtLq1hgxSrbsaheo0PS9c5xZkBZU7E6bUC1J5lHcr2re8T8lXVv3i065ZVd8/Oqx/abT6lztX+3jc2vHSrEk/vumSx2acI3CzltIV2nP+LMivV17etIFRVW7ZOSE44oFd8+A8Bj6VmR3uH3JhsVBjdX+Kl9dEWWjEg/q7ROGoN/GBBpJIYthrsctbR47yMmpVgDGgEDL0qEphirtP5Dffe5SPY6Mwb6qfVvKD+Qv2y+osXaqbV3zBzJG75Xvc3nJ13DKEk6kfJoTvwvqMPTgou3hAYQT4DMztNl655EImPP66eenDNpabOmYERpDSwYXFw0oNHH0be13fufF39k9avAOH4IcDh2L4Fx2IZduGgcRM4q2X1K+optg+LaC4sVX7wNF3haC6EUDRzrrYGKbwE+Bwra+L4pXHaRDLGdbKZsOsDz7h1oNxFMwxWn+Ktr/fSn+KzGmaMU7HqOLzbL0SqXTWuqpbelip4V0eEaga6sN99A+ZsJmvPbG7Dp2kTHKnFUHYnA/Q2I97GxgGFB4DosOEoJcjLKT5xj9BFn9tvNlUr0TbnnMWL5zjboorPbN6PPqf+zAxgGpXqpObwTfv23RRuBieL/NknH4WMekItdAiKL+qssaaf+fozaWuNMwrQ3/E1NanuWgkxYQ9v5qt8K5ENxZFtpa8KvJ4wJFnJmRiRT2Ge3jEaYWeVOQ+cuHVw4rfAOUfXqiuUkuEXhB9itIo9SN+A7ttRMRxot1TIHrIHXYkU0pLYUQ7+kRyQXpTsoD/C0ecZrpDjczkarebYuwD/BfjRIMLRbMMI7ULFfDQW51QWTvnMEIhZQhpMfxy7ByydDWf3I8o1FfvSQfnjiZA9If83fj3wLxBYXVf3BPx1d99aV9fD/p7o6YG/W9nf6p6e46tX02Q9PULu1G3Crv/Sj86LdqY/JLzL9uiaCh5FESMCCqJMiSE3ysPm2LeevyGiuqLJVKSQUlL9STSYyin4hxHeSCP71GwqojojEfyjSC6FBpP9KaWQjpZw04ekDcW6UheqTdBCgfqDPZHGhRKfoBUox4LDzbXozQiNy6WGPkH7kizQXweZoDL8AyWlNZtwBsB5boQ2L+Gu4LYCxAJNYqF0FyznTBLWrpLpxmwZK/Q51gFRokdiXSrmk0QPO+YBDY+6BZG5e1BaGSHlKvziVTG3+r58/ZThtXPv83vdIoIzEZtcomeCjgiY+ImrkUcSz4d5uYVHOowtblFnN8vOYNSPFDP+eM4Ct/pBeOYlw49VG40G7w7yWE1ahyZIWDn9Pm+y4AFzFe8CR2EQHOvOCuHrJ88aviG7bMO8qZ18s0VXLRqd1QZlg2KI6Yz1Ynhzvb5ZMIcE3zZFF9LrnD6dKRKMVrmRSPSb5wzfsH261VY9o85HfuMOWWvLaIuaLzu1u9uHheK9MIp7NC4AY4PpGVxoYAHnNb/f4wpGo0G5qjWkzlRnhls0v8sj5PTmtvpTf69vM+sC6Hl1eZD6BT349aW9PCdqe5EJaP5OjmvQNhPG9wmWQDFjL7KsNQwtVDqei2BZx1gUFF2A3WcYfoP0roXPaYSobB7ScJchs7xlPuAxeDA24D/sj2Xnb0Ec3XPaYoMFjfbMqgNmeZBiM4NAQg/O34IDlFlx2D8QO8NtKcoBaDRzkGuAHlCRC8Cji8jACAJVZlcV+dA2MvuDY8c+OEaGKMp0KkefQwl5bQpzqbVyonDVCD+ZDByjSfHsQ+uHWToCz7smzZw56a7TOVSWWRjhLWu43AKYJRIHxCmjQO18RkYdiBJoDpg5KoqAKB9SdNUDws9LgPjHu4VUEg63iAhYTS1JUC4ljRRDIv7554I/niwry4Z/gD29rQnF9D7y9qV05PXggQbr0hqnVd5nFVGPmu1X/xzldyOPzqU3C92LkNrtW+vvUPoJwu3/3q6LkAXkJ2o3jwvDN8yXjAY5WofX4ZMWSQ3MUx+5tP5/t080WWtERRbsvM2CmkJ+Ac5gg0lnO/JtgtvV96vcdQ6g1qJ6h1NnKdLR7OxywQ5/GcdF3ImAPRltBtpLgs45xVpEGO4IXcM0jPXZyRZ+N9+JUjZI24IoiQbJaonLaSESAA+8QmxkcNOcXrSjoXp676Wz22f7EUY6sXHqop1rEu1XbO2NL9Chwu+xdX9YMooCcvPhVHNC4Neg3+/2rPDM+MzNq9qCE5d0px59fca2p55fNeGFCevVa6wBNP+63gmdQTtvSJ1M6rbPuQS/Kfl6ti6ZcXWH3xz/QaJ6va95ePNq3ms11Ub8La64QN5s0pn1Ao8WYxn52pfc0pdcNrk94A29+tAVT1053S+6NdqUp+uzneNcdE+DtehD0VQzjmYoaQpdpncLEvRQxPCkHGlRqqebd4jOs909f0q134x2rkfernmyHPynW9pb197jFyy190V0JlGPq2+0Y7fDgpD9eWI2Nhlrtvr3TUt8/daLJFm2hHolnMTGUJXZKJCrsF4Q9DgaN0Ssckuw3fxg4e0l+jWLLrI6+OoJGeLEjhF4PQVtruZugdmLu63abRhdy9CuHu0mjDJHEKUBKC1Al1E3Bnh1MxAVJUDJcLSZ0H7QvdjjdMAclwAcygtTGIZdgo6IPYkpQUfhnBG6FgzZ7eIbQYfzVmc7/BzBBQsqPR//JG16DeYtfF8YRcRao8uia+SdPBaiNVU1xGZGokmWarD98vi8gB7xgmCIPR8WSH2/+vspMJPEfvFGrywizBPjw8EdTrk26Gu05CK+p33wF+G5kmuY489Uw/wiJJiNCG0eWlBj4Scs0c+bjnR6ghHi+YWZ1YWvHrFdOyvoarLFDBYrwk5HAumrAz5LI7poLXpw7TZc7fE7eZPXYt5+FfY50C5tjAnjB1zGPcRxcnEcw7zHPWYQUwodFDaIdSjlpMvgHOPYjZOAAzOBstEjiaiYEL0wgeXTDAOdCjrdTnp7AlOkAB5N6F0irMBgUoG8C7WxnYEuQ9z2oKdyYC0Gu9BVe+uCjY16BItu3HGV9AQJdMR448MNf7NpYyvUmjozWd7n47OZTpPZKpBhjghW89hQnoYKu2DMMeJRoGLI585AZhFjXliYOZzMvPr0rPGH3Lb1n+/8ApFqdNKcWQvTgqnaaNq+jo35qTPRCWnianOR9ISoK1wXwjhUF3aNG8hpfNdRPA12u/bfuWOXOMX3MZMWEYuSLaeZdInAmKuK7xTziVwxjqXk4ZkfETa58gLO/0ft1sQTSa7YbuYTStI6zIf/f2j3WBmFC/lHt7tytCvH+r880v9P2nxh96ds83l4dWNvj+0X8I8HN+eLv1DfESebGWp7jocI8aeYRwDk9xR3rphzuYfKpaHrx3MO/7Xs5McNHT8bu4s/a0w1PjS950hqErefdjTOGp2cbLbo1SG9HgX0FrMsgP9j1kORNeU0e/LZse6RNGSIilLQ7H76uHDPKjs5bh+LvH+Nn0MlZP67fRygHWScQQs0UTj2abuIT/hpCZq4CLhU/afoosZnZPLDdWz+GBVV6lOJuK5BiHGZJC5qNlU71E3Hthey248d247z24+hg45qkzlKmUSNdkFGB4+WYo5tfxYdAAS6TE9JGj1g4Wq5ZjqSlD5Jx4GsSiEYyAqWNlSseMawtXFu8+DmzYP85lM5lB3EgE18zPoh0pE4WCkFydtows2FvJrNs6QoAIPHBoyHLIHTjJXN54syi4C3vyts4ESg8qq4CMcFM1HJlXChJGDpCFB0oFuA9Ib22REgH4iygQETRBtWvrsyh29wG6TCbyV44lopjQaH8+qA8G7kqDpwNJxOKe9GINWGHBl001QGN031A3VgOI8G8VAqchQNPqsof44W8U9ek/3wjOZ0WBDlaSiM8U00IQ10KKg+aOuZ1WNVDwbRBPQ8mkCKshXcphnDp4KKEiTijE0n0QT15Ci5EplKiNezu6pRF9Tcg/SuiTw45lZqgM9qN1D4P8++O9T49ZyQB5qH8l+B2iFRpZ6h9S5ofDpC78op05IAlRMHBI543Jhzohq3X+KB1vMDZDn71vdhTj2pLldPLhS3XHyNXx9PJnT+ay7eIi5EuXAQNQUzHpvNkwk2oWA41df34kkV+nXygdv1z9z9q0tq6+trL/nV3c/od2nrVfwH9FMEGJvMdXOzoFXabHIKzKU7g+TRoE1lYKxUuKHyQgWWJqD7bsKmXIIJZzJwZMfWw1sHMBewq0/bA3a0euGx7cMMykm2J20lxDTJ4vC4hxkYEgAxfdYaG0CBwoA6xK9apQ6t8i8Ach0NQDFtAzhfLqfw41e0UrYfq5JsdihGFDVBkNW9t5qhFBt+XR0qQFHYvwoFVvmhlAXl8Wf35E3cirGytpPiGjpNj6fKnlFazOOWtfvLLhQKSKLsZqueStd3S/SGhUkHQZeFXKmL3Bmz7JvbZhA3l3rn8Ptssut9NcdW/6B6/PrtE4lHx9sMBvfkxpDkCnXMu3bfi+sHYcvwybCT45BaKPVTNlcLvnq+1Ms3ZYPZa9Pp0VtqDvaLxvzuveoLHiM2W+qvGtjTNmnJwILFU9qjbrbBQJJkqe+7YK5bmOSgfbxppV08e2LpTiZr9/GjpRxHulueUYOZiKPn1GAWRecfh3/q7fWqi7zea+CNJHwnvK7x4tXqt0dPpQGXp1KFqTQQHToJeb3on1gGr/oxZKWFaHozVB6eyrdMLZ4zjNVE2UclAQLGWgq6nGLplKWbM+NJla7pmYxSkF5jeRAs9zOcnAQcFVAh5qQPQIwAaWVOGXHsooBGUyd9QDSi0YjDj3669PLo2ir4AFQPKM34UNDs6BhZK5c9nSE/k30+udCu5yuk5fXC9bLJdyrrM8n4Vb2hsKKEcwPGvcKgr9APaRpb/jmqYYnSGbFc29l14ldl31k1t5+jCZDY5Cu0s7bsLPK7qsZpS7Jc8+LKmmX5PLXB6I4Uz/p6s7BL2EO1JvRIZN1ia3TdqTc8waBHaPXgywq1ZqdPyPucZnCFK2Q8izjMWfL4wljVH64o+c+0AIZzlT4hO0L1VFJASgl2S/WcVYs4imIaVc5IXlEbO0+5a55iDyXWW1GaSIcOBoinT5kOHwwdHTnosImOqQG/yhwwcvAw+fCrBn25/BKcnFW+xz76ypRWNV6No8Hk3LWD4+jIAOGjBn1lY0atidFtGduIcu2V9Y6ucUxFbL6hBhEJIsBJNcfJ2qbAZgNVzAitxzICYxT2hFcrpgVPLA2xr/AHTRZK8Z2Bpzaej555lD8q/AEwJk6P3Zr0eHE/ohspf7DwPpZl+SidCR9A+R/AcVTmf1Z4v/A+c2pB8KBptDJXQJlXFss8SxCdFroYitLyylAKKxwKwAdpDcwD/7UENOEo2Kf3hxzV7gkF7ZoKj8se1PR4EkG7psyTssMJMUp6J0+7zMb9DOs/0jxMMCw7VnwnW4w5Ow9qOluWqUKeqNiuUmvObkOFLtC4tRZp3rG1VPa/id2dJlsQFRdooZI1VsYss1L8tg5J7OlOxHsYbxNGfFQbbpFffFGWV8jVPurwVYPz7BC0e0zb0JPnS14MQSfOOTYeJudFWwtoOKCVrK0e2koqt1jRPoF3rIR5V9f9Fp4rHQ60nlaB6xzDY+Uq6/0OqFm9+rdQtcMPhMwhmaabM6YNlfJe7dwMwJjH6o0lmxEQByIbs6JgCJzJkgWVUsD5m+nmw2NEQMsy49y1R5f9NWf17JFMNn0qWJ9s7Yu19lzNIpuCgfr2uiqUG9P6wbJwOf6n5YcW/dzruEI0TfN6k0Gl2e3fNjVMo+Uu2eGa1DKnaywwjPSJ0l7tpT7ZR0CP8bnLQEjGdHmUxB/nsAyUBFoHNGllcFd0EJ/V+EEI5GgsONQ8eznIvYPFEMe3xrZ3BA5amO5PWRekGUXLPBcLkhIUAaL+WuQpq4l0I40vA/HltJCvXEY3ypTTQj4og//iJrqQNgWObGTLaeORwNgAdL3iuy/y7hHmPfJu5D4aPyYAc+fKXQ5AE86dvRgwWi4zxKTYOU3xR9I2xh5YEEntSqJInVhh5TrT55JDnH3A4DPs3QuPAwb6Nozxv34+yUT0/fEzlf1V5xdPPlt2Wl+Bfdeh4qFxTiHKg+oKurx/LctXwvsgopv8lfLO8wpT/gzyyEhhKVkWmvfUJ2znZzg952B6wckoYnd2ApOrBKCChmk6MkWNHSGwrGDZO3jt9w8sHa7Cf73zWSCjhcDO19Xfqf+q/o4KPcGW0IZqXse7j9xRsF687MAPX8Z/WXlg+MGnUY/6qvpbJmFZi9pRDXXRczB7JgVt6IORKuoOsdnV+GopjbHGVLIQQ6ymJAtZFFGUPiqGUNgWieC76X1In6Kov8H55BScy6X61F+HN4b7IW4/E1bYpyhzlPWQoE/DR1JCvlifxttiRy8q86i0iWIUoZCPFLZFk4kolI8ihWxyypQkzqu/gfqVZErBd0dwNh2hzeiDClCkLwW1IwVqhwyFbXRD51Iwxn1ClmrMo1LHyliPdvAXu0kRlz4oiWo9/ZoVxToCReG7Q5l0hFaXOk9baFs13CJ15kWoM1fS9S4NZrFbZdyrOLZQKe1lCp4wUtSBlP5kLtmPFDp+fRGch7itdDwpj6cvElF/DWPd30/nQoG+R0dwzjyF9yItR+WpLQIcYs6irnkzjmLoqyOYsJfoNZVSUENrHntky5rukCDYrTaTZLKSXamn8feHgMrCHAGqTKVkF+JMdemLtg2uzUwTQ3qr0673wUlZc/S1O9BBiolAKm7UedqitcTjHsHOS8uPyam1oBLeRbcXjen2V4P61ftlTZgWqr8f9cOiv454qFv9KnUbDKj//qIELXrfx9KXhXJpekg+m8ni0gyQ3scyJJWiDJ/5zD3CX4Xrtfadqx3najeTexunIedoN86O2xB8cNxmcyU5TEHTUSyuxzKwlldIGYAoRUV1ZweY/ibVL6EKJMyDBmNtJDBeKEtfrAtDXUSjocbwiWm5p5mYK58vllRSEtVoT0o/pZhOjBUOvuiI3psgaqo7E+EM7IGzzyOU2xtJU20wURKEHzRX+7K+q5rVjxikqx81XwX+6mZkAKcWhQzaIjAUo9SP0B8g+BqIfkR9nalSJx6B8Gsg/tFHSzEowbSzXy/HVJ4HlEaZyKQ4HaUdf6wOPpGTURoAOKqsheAWbcsubfn4yw5z3ux0wsOBHQaD5S2LwWB3Wr5hkYWxeMjp/3jFIjvNr5idMroSbzKJOp1oKhw0WK2luy1oV5Yzc26gludQLMmeCrrsriLel2A3zE53OMmQ50Rc0xur1AnTKCxm6YSdzgnN9EncTQbVfNif94fVtu/c6muCmcO/bIs1+W75dgy9AHgUTC9Mp4ZNff2S3bsv2dCVy3VtoC70dYvjq23oZD6vTmirqq4ma4/UtS1og7+6I4MUDSvBlKZxuPul3XOffXYuvBwan0zS7DjMY3zlUD0vMv4soK5U6CycoFxmkdN4gIjqD1AhOiqYqul90st1TOV2unlqe0MAHOcL6lu/2wmry+uqXu3ci6Sv+bDibFbf/c2bQw/usx7w2FqaumuaGqqwjpDuOd1+rF/28CubMl/9ypcfihqizvqoN9oTsBElqVx+7E6XF1acd7V88zokXrpmSP32po0twpxsfzbUyFtEsxSam26X+WmGROr6nz61PeywEn00YojaPfpVe7aWeBzQQ5GDdZOA1Tr2hsXJNt2ohzE4BdjBPdFant4ljdyTneEmzR8YmD9pKo9W7N+7IqP5eonmGyxLr/PyvD2XLJ41a2ViIIdQw5Ktt31hTSlk9e3FkCIuQcedpzLmQW4SrEslCru+xg8XJTcAO5sLjVHOpHg5OgsBjkonpOHtEXOH3+nSBK+63jn8GfQAOokeKLzod97yFX/Mv3Opk2x07lejhb+o0f1O5370K2xBv9qPs+9tW3fjN6jK8DduXLftvdf/+lc8Oeb/yi1Ov9+5dKf602mhP6jvIvc7oWmhd5Bb/fM7TK92UKIy2XquiuvipnIXAeRnmhFrqmNsOyO0nUXuKqSgYhe0xcE40yqlPH4ZaCHk5hn7mYeTOpxRohlAtHHTvGVroC/P4b0jvUB3ovXqqqsnGRymnbYJ9/3ncqfzEfQqMl+8Mm1wCL5wbZDYIk/ejrw6lHdGZxxSt/3bnJPo6huvf67n0n+e/P17evIbaD9VFV8z0s3/kPDxgunli20zoNi+Kb/cW9df9y6y2S+zmWSHjA1q693vxNFHE/fMqM8u/MIrexwfvPyV6zdnv3ypNnc22J8+ZPAUpBA1lv47e08iyC2VpTwRvezgK+5qYVcyG98ymou7kplwoYi9o/4UV99hj4QIZ++c0XkENibZQh9oD/qhSTIaJYuaMZjN5IVTuZ6emvr6Giq+WxcOF8+kjcJGqvcH27cVySVud1SPGOe7CVGxf6oQxLYhPdLcHgGWvDAwIdt/ZFCw5yQTT6yi+u9qISWYB/QWbNUfHzZiZAC3iL+NiMpbCDbmLDb8yGB/XhhI5vuPFGbJlgERETMaVgvftlsG9Ng4fFyymU2X6VEKEeTR2WzGnFl4arA/S0+yM9odxdmy0CUp6Pnc9RznKUpyR8a8UaW/zLwp7scV6TJj4iKjhB7L5F6wwpaAO4cC6hAaQFk1rw6OdeMh5s7RJ+FoiOZWB0dUaSBNORyx0gIjkSjXnzzFNNhzq3uzvauR9oIQrd5AlmXLZlFgGMpHee0NoTiAAkzqlRofGP4iS0Iz5CuC555mBk8EeA7Q64UB7dlfpGNgPQtDQMVkuC1Up09q5ivEFEp32F0IiJpmMZrO1PKJoKZKgBzlyCAcBbCELZUSDkyYr1ssp8aPds511yYSfROGmHrrKUHUq3l6nx1Y37Yi2R/vTbZXdxSTUC3okrofTXKGa53X2egNNNc0TO1adsmOaVoZYwJLufi6VS9OzMxqqGEshmGLn5YC6wshIlk89c1d0Uu+yuKpHqL6LbK9lKC2s6e5e1Pvih0LliaCLPOoEC35yP0LbIcUNQWEBFaUKMAepkRTSlqhh6CQoeYRuhFVpJO4D9Ur/jaj71X11KQp9mqeCMiATVhqdTV4a41PvHjvh6j/a39Dj5Nm9bPqrz6v++epFh12OxBv463EgnUpT1vzrNjFSDx0+/tfWPv50TR/gmnyupwMKyqdZLD/1JJ4NymfbBfk5n9PPaLOUo98T9PcaOlc1NzYvKizRfNSA0QqYyBSHz/Kh/O576uvvPgi6v2+xmJM9itunndTQojyh68cSVqZrcgfXsG5xKN8gPJyI1KlZZHSHdVBxho+ixv8+rMl7u6zckrG78hyoVpOlfjDQ+JR8m6JP3zW7Z14kPGHz+IG419CGbSsFBQqa4zpZ1mhGm6UgzM6QrWsNBtXzaQTdaFRmq+a3n+Q3fqXLuJS2k2cRq0ywx7ED6Q+vasTOKpHpzNKPAZawoqycqeMslbFl8dZm35Qwjmrmne2O9U8DSvkaRjVuSvlgDXOG0S76ESDaBBwLDvKud1qzu6lwmbGvAE95LWrOY8HsSCUM+X1xpEs6kAF/ygnaDrU7dTGiyZtwRffVGtQEugdcdk4H8PzqLSx1iHew6QumOUO8iP2+lHQe/o9s5ccpvM9DDSmzVaNv/QjjdFtq7KYeAnxX/IpSWbtQ/sjeZXzRsjOToOtlYqy+4wNdZMEkgG32VHnUqTSHVBR38159v1RDeN15PasOp1dtWfPKgRPPLhqDxksMD/J02dgT/lOXFoG5chco0bta+dySd2dSiVRTQkkJUeXLy2rU19oeqz3dL4+VYcWgIvP1qfUY8P51Se61H8WULHiAPxm1YXUrYmZvtq6ENoPb9Q+eOksdavI2/mKxlBeDofzIpOt4RgQjb3KHbm4xXlYZGOuaSuuWflfJ+l6rbiF5bnypas2figrcSSv1VW6Ox57Uzz6XnjcAkdufcfc8hZvdYt2WHQl/SYzYLguOmdBu6aFFbQn7CUfzsEIwE/g/sEBMGoeqkBF5XeGgeI6nYMd7xTQvAWOamSdpqtxhGfRymXZ6ZUGPFRDQj2AbtKXEgWE1ENxHsAr6Yvy6YBkiabP2hS5tinTqqZM71q17Cbhtt/Or1nZkrpido3b7HNtmLb1AZ/3wX/a/N39aycBbdx4bPswk2si+e3HyJNV+thcxdx707IaWdp6Wbztui5Uhfu2WXR8zyK0gqyeuf2xY0sc+okIj+Q6NuouNEz1U4qXevZEJkS3ikxKYXz2kCtRsrSR4Ido/pdfq32nZdrOnuvveuZf/7XwHg1iIglQOF78pwfb2tCP9YMHPv+nwhe1ujQSY8QmDsWrqIZZM9ddpPQqsPZ0SdoqmApyNiUg2twB6iZBABOpUoVeM7wGtCQV8nC0xSx/YTJHw4eofU8+VzTsN/w21YiDbg5/N1u4Wcz1pU5xqb6+lAhP/GW/Y3UvPctjbTomljT87RyqQ91v08w8zH/+hn253GmWQaBPNuezxIOMTp1ZlH+i08zIbdoFOsHMsmYzjkqeIgNNk8RLOsJFa5CZkjplLU+ymwc3yw2NCzYX3+Q7a+z6aH0TGXjLP68x5i9c9sLxZ15/BcUHn3l9N7p8gDTXB9bYzQZxwZKLJ5MXBjdvXtDYIG8uvlXOviYAhwNkjjXO8+Ondr/+zCCKv/L6M8dfUJ8YIE1wyNnXGMS5i1b0amwE7oxVygkfwgzZYV52cce509yIXJfWP+iZveyqsPPjOo+hn09v5qfCyA9iMkFMMogS+bA50HpYdoWKA1HxIFYWVXH2wF4B5WslQKvs/53MJMegiByCI6FvfZ/2VHMW/WNGV32bJHm2y0bD9ZGY0SR5XjI6kKe+4QbJbDTcLxm6bR7TYYOlnNS9gyatb6pMqjPRpKZOq8cISXHuIZMjwe/Eun6L0+m09OvwTj7hMD30kNme4PnutmJEokHkd/AJu/mhT5u+aMroDEPCAYD5VNGh3v8Ng4y8oYbWqUa9SardLq2QTRtbvFbDIwbXxZLuM9V6g2Wee4LiRXZjZVJd7Q3SCodlY3NFUp3R1u9urfdge2Fov81aXbWliiczV7swdq2eSXjwVlttEFHjoRE4HLgEomY24Bk0zlNjJR/+V3KV5UYYLhxhUq82kWHDzBwQTHYSMOFunrEI6D0ILEwJ8IVakUIaVVyOiqEAXbFhgEpYu9RM0MvqN/9l6YqbHw3HiVHGgLRjgYhICNtqXIab730ZTUe3oum4896bDa4aW1hAItVXhGROUzz86M0rlqr/+f322iMotvWWOzy3HSJ3q39+b69teUwPlCeRRJGXCBXbcEVi3lk/3X73e3v3Fvbu+MksbyziUkQEkbwoSsRiQ5I+tty2h1+xZNWHd8ztm/lmGe9munOd3KYRazOI3o4m0/R+vkwJwREOPaUkJvSrG8GBQ3lksCKdbGWwn9iE6SCN7Kd0UVLKieqcQAIqGq2ZpOGPzourgwPZAZ830uDO8ErVhHBD1BYImCM1LZ5W4We7b8wLtSFHymkNNOUm6RXATr9wT/iSgW/etNWtDtH9EznCa9sneT1KUzSx5I4ZrS+sO6zZrMG5xNz2H3asWe274TNNnmlCPJAKhR2FnChZdXY8+zlfrW32nEB8elWXHa0KXzwnGJ471eVeO/fuIxObYn0pnEv1eXf3papu3NMYmbJv2yWXH+bKNpiYLGk3pS0rdrQom2s2HmmNYyJZBG3EBKrnhz10I1dSVJmVnoilbY6JjVIbW+XjB6CGbmGSqzyk5fFqClidKUeoVlizLLf7Z0Krp6UmYg4EbNGG8IQqhc+4GyJeHwwoGojPyx1e90JrKHTHkkS0Pmb0yq0da8PqB2zQAu6tuVeu3rz/i6iTKPpJvKZkqXKhVcjeVTU9XqdEZttqfRctmo3tOqskFnKOcCgViAvTPE2fucG3ek3HD9vnxq86fPklN0ybPiUSXLN4qSs+d7dXG7fYhAlP7hXmrnW7ps4NB2cXcYIvkiyjyQFXOsu6L8mOtd4rDJ363tnmeSvXJtV/nUxvKZsJo9TpQNZbCBybQBNlinjmGJvJYq5p6sCqdTvWzvI6uh3eWWt3rFs1MLXpm3g6nvZy7p3CA45z2FMmX1h48+xmW2LuVL/b7Z86N2Frnn3zwue/WXgDt7z8PDWq7BjP3HIZJxcDsJfEKD4XcbotuBLXcBUDinKa7biWlG/Mysm0GzKcw0iwmlUmpUktSxW9lPeBqOVtu2jgyaBcGKKCiFlGmOTptVlggA+4fGZNMF02M8/q3kK2dzXmJSOOJ2kWSBwo2jgIALJbGCrpAWu4LrVFBXRjJmEPwc7HTm3tVoBKUdRLiVTITcDNDmLXWDT0/T/+8SM0Y+vsmZNRxyw8+48Hdtw1G/+RkD9K1s4JW9HJStRzJ/7am8lp05KJ6dOHn0P3PvrktrW9hf1oj+IITXoCX1+JbTLeN7OZYqQy9UhDJ+wMn6ANIBZqCixKGAWUTtiLxB2l+OywCw0Bhgd/GOhMdXEC202oWuhXN/qUJy4vm15MXv4EHkRMtIPZJVP/CQjRGpO9Gr2j+G76HuY0Ok/lvlemv+heGh3P/m+NZt+3UtC/bIVxvHu/EZFczBpQyJblj5l5NCp4+kJhq3b9h/e/IGuiinhAzZcEcVnCkhAuM8hIFlGhRpaP3QLSfPQ6csTGlIfC6TlgUF/uU1IBTKeorRAKNmKKfGpBbn48EETXH9tOFdkZzCLWE3WoCLPFMMD0Hx0fFFGikK2AXJzXIFengXWZ3qey72ZuNr1vSAH1546kgk4JTieXUzvBELv4Kc2DdkfCdmVqT6TIWEpVUMXoB3POcMf575zh5txzPLf4nte3NKaUmq6pfdsclmGYkm19U7tqlFTjltfvWdwWQwFoGWV1BmJt+J6nfzIw7/mPBn7ydM3zJ3Iz7986X0g31M9NpOesnK5ZmJm+ck46Mbe+IS3M33r/zFysTeNh0stQfYXOAqVs6gCeJnBx7jbuASpfG1WoWQTtmUlHi35PGrrB3sxfS1U4nBkakkZUe8LldIATzigLprcW0GF2IkNCZoCKzl9GydA7UZjnbuxx07PHQiRNVRsqcoyFZyzxkl6An0cAHEQSxBYsSYhIOjdGRNQJ4kps1PPwazYZurAbYye+XdN1+O6jDjsS5eSEJp2nHgtGYrSIjkaTrWlCwCL5Js2ZFU15a+SZVb72/e3GUL9c4035m7JdSgjZHY9+F3GV+wVaIEpQtyQ1S4TX6Qg/iecxLxAsIwlLOkmcKfFEgh9vs1mhxToeTWeqISefU/+/JLGZkk2IIH2dr8OKBKNO4qvdfr8ktrjFqtTlM+a3d88Rq202u11y14pzutvnT16WCtv4umxsDTbZSBIZ8Z2Ve1LJdkKezR3bB85vv48Z2kxnKLhp9+taFLVoVmTBncuC3+ddl3chrutyF/o8M+LXSIUvqeTlGY4aN0N5B8xZvk45hxG/tlmz2trwQKy0TGOAqeZlWc3Wls9Z4QzA4CTucnrOMtVkig+ya2Cmlg+EFdU4djGRDmdJMZwiMI6ME2uGfrS0LKPGY9MkBrW0DLTgdAYUeZfFaDLoDAZeL89zdv6po+mqqW17pwzsmlTl9rq9l1VNfnvyi1fd9vPtuf3Dj938g8m/bYOw2WvdVeHZuaXzHv32zs4/tsv9zoVz4AQ0YZsDvzrh7upa/0SfZ6U74kD6Vo/XnZ40+9//47bYYINn2YQad1144i+Q8+5n1W+ezkyoqbl2tne5J3ak4dqfn/jalI6uea2GtUs8Kzxmrz7Ax56olIWgun5ORpsCPc6QN44uJ75ovIjZlqV9wnTbKXbPU0s001nUiamGhpBzGl1rV6+qTvbULdCvmbtL/WB+a4jUGh1Soi1etazaIjlCRiVgJTWWyVMnGyQX6v/uXlxvqdY72uKdTktNI181eYY8QyQoVr2sKt6WkBzGWhJqnY8cu+au0S+o60lWr1q91mV0EhHSTa7iG2sszs54m0NfbanHe7/bj1ySAcq21BBrQDGGHFLpDCvbkOUupJjGD4zoh6z+txEVku3HBK507tC4wZEI7dzWbJiImj1DO8p4kHxeYya5YQ49d/HF6DnTOa2acKcVdOiii9T1worz2zcZ4bHN5JYxHJKPUrsU9PKfGjFAZQEA6hQAvWG2oIHy4Ty1AjPYdzajjQ9Map4oCn63wdoUbjBLsslNLr+3DZtFqWFSg8FJiNdX7TEYW1PN0wTBLDlwJ5r8WbHV0VAVtk0+6HKP2daWGQ2eap+XEKcB8kuiGWfuu5y4TbJkbgg3WQ1uvyBObJ4U4N2ug5Nt4aoGR6v4WfW1TuyQzIIwrTlFJlfuS4jKYolL4HyfxLiKsPawBfEapUrvsbVXF3J72N23m/cU7WtR/mNaXDL1UtT/2JvqT7+g/ufboaa3X7j6aF3Q39S4+eC0eb3zJtyIVr6qO37H/oFNA5GrL+HXrZlu8d+uFj74X5se4PfhWy4TjJ4vbeMVMuHexcv7HvqKQQnfcfxK1+TrewyMPrj0TI78C+BNjP/NOIRBEqL2ZuzaXRv5lyeWdqJIVFVPnOHOvPHFg8Lf1H/MmnVc/WVBj/+OYr9+6XWO6TqfeY7N6xJuFXcFt4G7ntvJ3c7dpUnZuJycJGpbUbSbp9QaHJhWKmLdDOiBh25FxEPRBCoBgloAya1FlG8EP9KD2CYHaz2VdMjlI7fyPcpLj+akVO9yZuIZGlcS3FF/86dqH0pOXnnZlIb5kYn+9VHlklcvsaWu80+MzG/IXrZyctTgau2d4pE7nE6XTTRJkrvJYDB3z5rq9iBf9Z/U35y4iBgMhBj0IUlvEOEX1ut1er0jrjOZdHqzaQqxAY1rnWq32W3t2GbjA0wS6Cen1WvnCl4HOdh12UTRm56/+6Lty1Zu0ce8Xp/PGJio37Jy2faLbl+Q9orhqQZDU0MgxhO9xSIIhjaPR2kxI55X1vIOrzAXPXD6J+iy4V2SQAQ4en2CUS8KRoMimcyS4AvrjCY9/GxGgXfzomTGRjN2GTHx6kbddURGWaZW6KQnRtvrodgYYC5iTvHBGXXo5KGBkY8MAFbObO6QfEnXgNrkybfFKqwefoOa5Cnx7IvfWqkq2iEr8abLdbkY1FF2h53pQ9BNL5OidtSCLnGI7mOakq1ZFnOy2Sx/DM8BxOUQlLu6d0StFoKHhszyaU4244HCoFmm5tJymkyMoOkAB6lV37IGsFtjctJjhHE1KQcTVp/bIZRjMBceiTMxO/SaQjDejGVHzZ1VYexWv/lOVdBl9wmDKLzlujuxGTsd/vt8EWT6svo79ZZfVIWcDh9BIvo/L33zTaRpCavf8ztdwap30HQ3DlfdWeOwm++8bov61tPVTmeo6hdoN6r5shlFqu4DQsn85jdfUoNFPVOueLdWxzVQDIcbc7/mGfttmWDJ/HLFvllhrZa3tfS2tPSiFvZ6qlJh+XScf/wJ3msZ/ovFy/Nf0kba9j37qgyxZFbZv2dDl/Vq2ejfhyWDy1TV+330W7Pdbi7cWiSRs1VxvDrV25sqPB1nZ8Buxkdo5pIMGihVCD8uYoE90ILgmLYgeq6nM2Vr5wEKNMTOCXZezFFWSn9SvVTd1t7LK07RMalFqXn2C83SRLmaGOw7WZ1D6Cvo9WR/Tr1B3YduJDnG9032o5VBefWGaHBKoqOhtj1e3ei5rfOGJVvSq3upjdFcf3I4TF5Sf9qg/qWR8Z2yZziR3qUZAX6nAGGeZDhVPaVnUJCzJ5sBMcAuGyNs2AcK6BDTPc6R0ax6UjaSg25w5H5bx0WBq2YXbhCc6ketKx556ZEVrXweOpKFBaZmk/3xRcu7on9+Rde2oE33yp+jXcsXvRC4qMNmm30VakUTsDOxcU1Pz5qNicJ76slkP111/cnGVQc/95e7DyPBLzvp8nPKfvX04bv/8rmDq9iax4BLqsItjDYDykK0sicV6ZeYzLXETKzTZw9jodJnJq0965jVR/r0uLUnzQ35hYF9tQZT7OWUqa6m4aVWQ4NJqnPeeae/scHQ+lJDTZ0p9XLMZKjdNyZVQ82dd9Y0jE6Dc2OyYTfNZmwYydboH110g8FUd/fdtUbDqDTlb5LRdZ7i1o3lpzKpQqo+IxVvNyiDEPa9Sn5qiUUoFhmqRU3eEq7RLVA8k9dufYJlbqpwdF68kK8N114809vrNcdmzaydPjMQmPXK9xYeL3JRUR9A4sNXH+ODjJP6meOf7SiyUQMGj9dVbfHiKSFzrL6lR7nlGTe6oZKZ6pycWtw0tevuCa7swoVVkwu5bLaSidqfuvpw92SNgzq9Q2ME6mW73+onczKuRd3Z0B07p3Ue5irGJwW74BaOiyTsml0i9p+aDGM0gYt9rA12D4p6eUR638mo9240hoxiVEYP0i5iNFIjEdRQFyqO56kVGX42EAiEpnTGanT8rJjFi2SH26WbeTEMVyEfn9efRH0aZ5W/bNmSV19B6zRSqy+lDnV89pVd976AUBcJ8seufvjwOnSD+5lblJ6W+pg5NAV7LdUur8eAAqm+HM55441BvbAw6wbCIKh4uqY2LU5Nds5NJPsZYzUwZ7bNG7hoUTarFAe2AOPUMf2x/UL/lW7X5O7DV191uHPazjtC2e5FrswcAuNnl/V9XKX9/yJc8aVhoKYamlE9uyOW7NrNp52Z79W+dsf+s6ONMerFilOvWShSLmntW4GMOQL4C8X6SmTn0VHTnDwLEjBAQo5OeWH8Kb9qBDBWaJ8y7KyEx3MB7dJPAJ1lUB41Pkmuk36vkeqpMSEAxvuh/y28BkE4YWfEaspOcV43rDbqw2WrE7Aviey+h92zUnXUosFaJv1VoUVKqbhstnCeWW+ePDLpuSIVX5zs9BQ62ek5N945ZrLZ2umYjrMAiLMuBLUhDWhJFxvawjQNUmul80NqEa5H00J1DCti+piZdFH1UBKddQjRLwzQkDH6mVQYWjUcl+WV9NsBh1Y6HCvRenCC4zj6iGqEjqexeVxTVKTpIal6CHKB4/j5dThZ27gk/fgT1YWERpV1RlkT3fEMylRqHAoCK1trjGpgGOJHxaai9SuReWzT1qZZ64uN8Y00FFKr59TTLLYrquloIq0pPaisVcs+zhAera95Vs/LlSHL2FZdyVrrOEdfChdqVwsbrrJwqKZI6vQg1qxRNlCoHuk4PXewUTm7XVeMzPI4MMCdOZ8enBH9Enu50XoPFiTFNevOcL4rlI3Sg0Ql6pSSihgtkeT1FhRSYDVDYkpppZVogkVJQKe53PR4oFFAh7kt2Eqzw3+J/mjqbpSi15AhN5P7hyPXnY66WQrRo1gQraGeFpmmBTLsz02N6YluidLGlBik0s1pJoIjaYV4Mm6PQoUCgH6M0iOd8n0ybinNsBPaLncGthTJA2+xyBRC4KHGHhkfKJPWDFnHa6EiFhuKuzVuEbP3RxkNUFRGi6OEuDuTTolRQPco45rlpaMkuurpJWw3URg/jspsUhq+G7FQ5GZCEiF3mtKkSsadYZXDrkfb2Y0A8UqmIIN2SxuNZ+oBV0/TrJS7TF/pJJuQdIixm2GM6FshaSb+Hk0X7T5KFuKhTEJm3VKBBBaeuqAltQzbozYh4W+sBguZhq0iFgQk2ixKvR17CPESbDIiUW/BBoOIsBUjQgRRJyEiEhETI7HaDKKeSAKyOokuCW8Jmf088QE5KmEkCjwxypQvLQrhqqAoSiaCiR6ZJBKyCmZeb5AFC9Gb9DxvsuoMyG7TIb2g0xG/Qa6WqkUBGQ1mbBGx2QA1CoKOSAED77ULPI8IbyHNraIo2HC9TrCIEnRIwrzVorOJBy6WBB4DYS6iJhkTM7IhIknQOkzsZnMQWu4wQZU67EGIIFJFEOZF7LNiImCsg1zEYHFi0abTu0VBxNhschKhWmcw2QWrXwrLWDBKWPAJkNCps9Q5BIIxr8ciQk4suAVihnHCSC9io0mWEL3yr5fMMhUmMPGYNh6GEUlNolUSsOAlVQKBngkGbNRJOkT/WSWDAVnsvEuUeATDrZcEQdCbdJJQRyRMeDe2E+IwG2zEpCd2bHXbj594gMjEISJJbyPYwBtFiU4VRi6rYNIbRQHDYhKIVW/hzRjmDsuYJ5JcjXmbDZ2loKR+D9mRwYQknSjqZOxGABZuZDMDSGEYer2XCNATSRQMBowQjCtGgsgj3ibyeh0W9Lyol4loESS7WWfjdS6R3QPA2FirBJ3ebNYLyGIloodOrNXEWwUvjKWBKlc4oAIAB+QBuKtCVp0FmawwZpJegkADj2BeeScvVPF6gqAFOmgGDLfVB03QI4sk2PQ8EUWTSCwwkgvulRCyQReMyG/nYc4sMI0oEOWRaSIhMR3ClF8SEkW/HjYzmgc7G6t4wcUTqE1y2dxYrHbpdWFRMosGDIPOQ1/reVmHzA4jER0iL+i8mNRYg0gPcCM5eJ2X6DFAMUAA4Ao2swlaIBOrjhDM6xpthqDdhq0EUfulAI1ELxrNyC5UOwhPAHyJYDHEwGU3Sjq9Xkccsh4JOl626aEmI7Fhk0GnkyQRw6gKOmTksRl6ACsNYYMoDN8efgTqAWTBRFurg2mmkEagAlhWWBQAiqtEWLlGrCe8DTpDDHFznb3K6ualah3TjnCdcYm3MprJRTUhSyi+vqiRS+VXawHMmcQEZ+PYtyickuDyaJ+j0FAr/LnCUqqjul5R8LHow/gtT8u792jKQO27Jths6m++JTx4k95qL96F/B6SRzZSLVZ8bM3DaH906h3PaUylYK2x3nhsaANZOdPJVX6TU9PjqIbTtQMol2AqiEq/C3zLdayf5yjur+Z4bhhcVJoQfyJLkMxMP/wNZ0tsL2r+4g/n8lDaWwDa+yaBY3Kqbqls5o4qHLNvRcWFm+x1qsys253hZFWmH4ESuEb+Vw01qlzwMcN2nOxDf0Dv1zRQpWK+fM9NmNxlC/teScUYBF0lm1MhV5B9h2Ds1SqmXxDg+OK3VegVPP0Q+sAZKPtjbnUvGtBYeGigd7XA5QqcGtDYKYO0a4MwBFTxJNe7WjMKXvpedpGnz+kxZRO4Rr4MpGcnUInxlKZKQVLpI0aazSwrBEW18aAZWaxA1CfQ5fdDp0sfDLpffUJ94n46QMWPAd2PLocA2WcyxegdGkuDLodM7EtaeZ/CLICR342frzY6Jhc1AEZz0RSsbpaC1i3Imlwlx+yc27lJ3GRuCreYW8m4+ZRAsWmchAw1rF2WaReo9It28ySUuHSlr1cz0xFMXIkJEENeXEyBFz591R2LNt8s9u3omNor8LkDNw4fuvGA5AqkZ6ztMvQuuOOuOxb0GrrWzkgHXNKwZpePLC1Kx5Lg5kV3XPX0QqF3aseOPvFmTfgRAxQunIcua2zyRGruLlh23H33jtTabVdcOjXWlGqCv9jUS6/YtlaIM9lCta74qezCU/MW3iRsu7sm4mlqROtZZElP7X5xs/AhF+SmclcXraUAKVzLM7INSLERwy5pVDL8UgrLlESDiCfNaZr42j4TLdoAKCqPUR6Lh7mEF/xv+GONtSRglKW2mLXKZ6ojQf+J6oaY/6C/MMV/wh+L1hz0+9+obhibiuy66ODiHTcuPrF4+fKlO3cseWPJGD/KxqD0AKkz+aqssTZJNoK7Meb/cbXvgB//CRz+6gP+KCSqrhudqPD2h4sPLL7ox4t33LR0+XIoebS3aOMyx2x7cxpccNRACzWpSD+IpV3DSrVIyr391Ok8bJf3bsVowsknEeqYMbD+UMNtz6PcU2/DHrrnN2m/9SSa8MK93YfW9/XU/gTojethzZmZfn2QWn1nUJfRJPuLkjZN9BgIomjKHrK7hL+3TV9/Ord+ehv6e7ZkWkvxZdX31A/xv6ofOnPLL96162JShe4ryqRtmaYuRl+si6D71C0RbdtBRdlMiZvHreLWczu4O7j9XNnmv4AYf5HtcQw5txSXOsPZE0wwl8lo1rNvyLDraIZtUyHh4qRT5mKameFm5EQiTrqZySAoi/qotRUohFlxRxLkiiKXxIz5gztDayUa4wxtRKf9RKjNmW12S2HeNToecOI1i/c8cNfSFUZpzaI9BxZP05t37jTrpy0+sGfRGkloaLpo7wN7Fq+RIKXuGvxli91mztUKxH96VXN84aor5kS1V/PCeHN0zhWrtBeyDAQt833EIgCe9IsBPAQ75qAecD4L7yMDucI/voSNWDskfep1znDIlgWUb3cvjya1zr0ntWTekpv6700tqTPrZ8/Wm+uWpO7t79gYnb8kee/c1kmI70W7dVLWFgo79zXuSXSE6aPQkdjTGGYPPNhuDDt1LT5iA7QI/XsAZ7Pqwi0DOszzNt6n5rPo8D7Ca/cw2rlRx9VzES5Bvywx6h6meEKWtFVc9nRCQkE9Csr0ECl+ojOZLnvEwdKNUGGIfhEC0U9CULsC0zpz6s9RU4E9v4s6VWaZAHMx8kvNyZdNCqBA8dsTkBnKUL8e+7n6c/x59efqZ1En1SmiX61AXGxg+B98TvMxnjZ/Zo9ws3AzswLtLFnV0Cx3FAX0i1obiDGbkhV+15j0ws1PbrvziuG/b3nrqSevx5cYumxmQ+Hp+VeuP9BPdD2Lskt6Ct/01dcoVehRQ7fNZFCv7Llu0fIuPP2Kh7c9eQXRXf/4U/+2pfC0wWTrMuBL5x5af3X/8N97lmQX9eDpXqUmUK1eCXHdBvRo1/JF10Fha0bJ9lEd7enaNz6YPB/7fsyIXr89UWJ5jdVBHatz56FYGv0gEEdyOadB/aOh1ardyOVguAkMt5qr0AzOlb9Nyobf64+xjxPlLJMMqMrgLCn2n+Y0SxGYq7jdkYdZrMC+Wqr+yT8wSvdkXDt8ldfr/MBotRXtfo7da2n2jj+1Ze/Rdv7O5a6w3v2H8ZzsjM9L1A6Ddr8W5TIUoylpsDlKt4ZjaufOEX62VWl2b6j9CR9W3rSdyo0TWOl+g2VD92sGhgfLhpTJ78aGoBFL09qwWplu6d+5Wljx/bBrb+Ruhu2ArYKMtjqkaDfOpOrFEPuQFZxHsivImK7afUm0m10OU2ZuInW2IfJgKpGk2KYoRTMJ+wUH4ZZNC9f3Tp40uabpap9uUli2TbGtR3MvTXRi9ZDY0tvbUlPVHLrIe2n77CumLZqOdgl/1sbBYdEGSv3SBoR1jTPvWi+8VxlTOVpLFqzqXT6xxp/VtRmmNjgQTh1efr1pDs4+FXYkliSbJniqqts7EpMXz4wvbs5Udarf0sbM4pDJDZdf3nCkwWSP9O9SN6q3lCPGjOvIXYqVS3Fr2V46SrgxoinHpDWjsNoHJKgyDTvYypcDJFi0llu6jdMUWijenMpo0kqeoq03Kv0lMkXlj5kUI/qO39N6x2cQH9/We63BaBFMSyzx1PKd102b2tv78+nr2iPvocekBk9rZNaC2Qtuum7h/slWHaUbr7TWWoXQxKbujtnZvrkTWxbW49zIt/eyoYlrVryY2yWbwsqCmzod1UBTPtS2sqN9+eypU7udzX7vGS6aunZtW2uoudXh8sRsJp3FvLG1VolMwPVzFN3kSNjlrvZ1dk1bMrumgi96OdW2l5UWzRAu61M8I3lcojYgbpdHruit1uNmbcisCEDL4854yoNF07tl98jIaXdYsOFElbF2DVsjOmKu7kzuqV+6aGttWy3CndlO2YyQRZwY6lp+8bplbU2t9rDdJVmB5pbrm66w4CWv9+8AWn9idLZoJTqL6LL6lDl9GzYdeG7b9s4ut81eJSx1WEY+oy4EMV6OeIkAjW/J6vVVlhvMUfEd9U83z+sItvgdwbC/rX324/PXHFzaMdUVQpgsNRAzVsyS14SMotUnxYyyeud3NvU3T2mfHAg2t/T1b1/wBJr7clX41O2luXFwnKEswzH2mwL3cU9pFiMq+24f4x87Nv/T/rH1jf1GKP1OecUn6ivco2NU7txxnzxlpZuSu0wWQaAicWWbhujeslMdcRLLeKEXTFBRGJpX+YVRug9Xn3msaI9CZvqSTdTCBxC+KMzkvVvKdkwjnv/L25sAtlGcfeM7s5fOlbSry5It67Akx2dsWZJvK7FzOHES507IZXI6DpCbQEKCCKGQcIUA4SbmKtCQQrl5Ca3aAqXc4YVSWmhNS3kLLUfblwKxtfnPzK4OHyG87//7Poi1s7uzuzOzszPPM8/z/H54pGgD4DRb5ocguEH+PSwTT54UY+KLoshyeHvylZUrPR70By56/vnmZvRH/0E9kr5TTdDPkmvfieFr0aUxfK344nXkpGelPESua34+vVw9Aj1qgqw9JLLyv5lyUjPyLOwYCxqreNmwHItVYEIBxSGC/CIBTFH8kCDTSmNAKAKPEckFe8uvguSdRu0vtazi2g+6NJLgM4RprJRiTTZBhw0+QdIgxR0wWsn4otTm7g+5GKTJKLEAEAmL6Hpj+sdkl0kNUSaHoKUBwL4S+A8AWis4TBjTVBOzV7v96CaulAIgkJNhplEZHAY8EGHVHocYEZAiGsf/KkYIlQVTESkxh15UjX110JwD4zVg6w6HLXEnNm5okrSV1r6WC3/au+NP16x/8uIl5d0zPBpogJwlcuLBmx7cv6FlmqAJOmK1rQsKVlmY1+UMeuhssk7rXTbF/5Nww/4vD295aU9jz+4ftPfe6TV4+fGcw9py1k3v3Xvpjz5f2BLYvri4duKW+Z018vLJG5aAiz45oViBcnXrypP7M7UTFXIwtXJk8P3OymXwppT44XT5fIe2wra++Ym/TN71ZF/vE7vPKp81w2hjdCxnqX3j/hvvv7yvGVfOHq1pme9c6bQ8lR9jvHOR/+FwPQj/ad4dF3Y29Oy6bOLa272sTqiwOKTWRYffufuSB/6+sNm/fWFxzYTNc6fWyCtX35oNRM7ZttxEXsPYiT5bRFDhBGodcVxqMxZ0gpFoIIpkHFvEFhkpodI3cvLh92j3+PmxVVddtWppS+85N/YPDPTf9wpYfO6556H/gJgvw8IdrtA+Z10scM1L1zStWY1XX97agbOdBy8bJt3i+e8eLcUuU7GArTCPFNvr4Ikrt5X0MDrui/rsQRsWwwLRSDRiY+/4sfzTN2+Uv3x+27bngflG4HntV9sf3nVi584Tu+ZeeVZ7MYf0qscN9KoTb5048Rbc+Kb87FM4IygD5ue3pX62+aJ3ht65qGrSopmBobY2nOfEiewaIsZoMFCFVAXRBAl1Ke+I4SCjEiTq+atgXSusRTqFRfmCcdiOzVc3akTH0fPJLTfMKDPidcWyGXsO75lRpmxgWd/hwST+7pjk4U9Drm/JigOPAYWTPSC1vztolQc+vurgRTNnXnRQ2chlkMIXyOSXTuT4gkIq1gCD9BvKmImSIXgGqBgMJckJjNaZkAhZEn0WSUsgJdVlcB6Q2kjRCeVaUgUVAQEDkAwRzIEUxhxIAeIrISkO+cq1CSoJMUKAMcusq0IbYM0+9yAmkX8fKcOnnIQJJq/MCpCgA8AEKbPyLBx+kyl8SH3u8NiaIoqK+IhvZBDzQY6eW/thTzopseemk7BHoc7OzndMcrDfKHmZnsGkxLyWz0OC+2eKUbDn3CNbVRzRTsPbODSi2X6X1xJjtCF5DnrcGd/dsBup19KUWsYzvDt65HNz8cQujEaS++7tDsbhgU2Q2L6DMQwdRvECUw5JYEEJseKqNFHKQnlFA+i7vGHK+REAIudPafgRmNpQvrJTvmKpbkJ5S8yBpudYS/kE3RL5R/7W8+bOYFMTVtCNQx8TL3xXTejfq8qqa2qqy3b9IQwWzDoYkQcTfHVRiSiWFFXzic+cZde3zexdTt75I2g8O4fE/ZWr+BZ2xVUXexOSFX2Fot5m8YnmauCzBUiIJVgmPwlWgHXz4JzV6364mrlWfmr2grb5Nr38FBL7QSe0lk1Z13b0TfraIR/9R1DbuXJl57Szzx76IP0SFNfvmBTxRNLvgmvBl+PHH/SOry/+c+a9KeNrHZkTcTh2STiEw/8jeNUN+/SQuYPjRyzzY4A/BqnmO1+XP7r9Ifnlc3mg2a8zmfnOt3f0Pndg9uwDz/WufHzy/ryV+b0bgHT97aDwdbpQfkn+6PWd1+3TFWgOaKFuRS/K/ia6asrEA3kr95es2bjzdVTG0lM27m/sb7FPm28YaC0OTvVwON6XVY+1MiQcmnWoXaiKw8gBrLp2JDAktIQNY+zbDBbs34IbCO/ujaHyU9QeoVSANsbMaOhC2q13iS5jaaHcW6jV2vUe2hPSmS06C2eFggCWjpUV3DxG1j2AKserVBuC0eA5wSDAlrFygJ4lQCuHMpl1IXSB3q7VkpUyI7qV3o1uqkE3t0H0GPSs0VlRqcbIuucUVY7qEs5heCj+xJi9FVs2pudiq7PCnBSrAjiKnfh7YC7hkhE5Mh5xwMwrdh9LhvkdJAkLMtArm6/XcO7aKn5N83KztfvWA1ZzBVxJzqRfIRuo5rvyailw8gcB6WqMZgXOAV1fXgPImelQpUc+Ava4KgW3S97LzmiecaC0e0bzFkHJ8QrZbFfypeTBPxQVfQC4J/FNrvlSfjwzLiiYW3Y8/1FIUEOyD4ak52MKGn1JzBxicmBcGH5gOBoXAYnuknvlO05cu3eh21l1867yhkktr4JVJ06A2XkYXazJOQqk60twO/gruJ1JXvn3/ZtemVbbs2R22zkhTnPl34H491/lgLtsljFwu34MwkeP5tYgcOxGI7U6vxbZOtSF8Fv4DhQF8N34CUj8oxfLr8v/vqOv5+yAv7AiOnP6LUB3xx3pOzFuwvEzoCuwjd8LVeEaJtn76No5N9fXz7NKxTqh99FXH/3r/r+fAWph8JszoyzsuuAEGh/AKYq+CI1hPsUOqxgg4hKrGCdUZ3g0StBBHPCyXdSnPzIWMTqLhXlB7mM0olFkf804zWCq5GKPgqs0jES/bHUO7iqAbKGZLl0D9CYn3SCIBRaNTq5ZCfO5P+YPXw9FSg+ST0eSI495jBhuA7kJXsHzsflUFEGeqi9VQgp7ZIqsyI6511UHlX0SeFjaAzFyX2l9fjhiKpXJPcZeXVcqcy0+muqqS9XnZJMU0mZnUYtVuSjj8I6RcyyxWmWVEatNXMYUhL3JwIhdMpkpuAQxCs8a2CQEbCE/T25HJ29+8+ZQXWjm6pm+VtonGfWGmkWNHReU8zZGbxH1jI0v33HFDrIrWsjuBR2Ni2oMeqMEKqlTYP5PrwLGgft8IE2VVZRh39/n08d7b765F4swtTNn1sIOfcgo6aqqpjXrSjiLhSvRNU/LT1dV6SQjC58Cliu6r//zAQjfWgnhSiyUMlm7igZpxG6sgbA+xZbiG7VY4svGcLcMJ0Uhq/c0kmzxurucxOyMabKaCVOoDhQol9+BVM7YUl/KoJTNhOeCJF7KB/3Am8WKTZ+L8s9Pk3feryzTY9OK0YTmg56sXEm4YMxUKbWU2CZJWLmqM6HmV6MarApTdiRG9N24FXu4ZaExsGZIArbIm8v8YXfyKFEdIByQXNI5dbhctaum90/aePmByzdO6tCN0yWNHxmTaNuRXFfZ1MxUFxRUGtuqrN3Lu61VbcbKgoJqprmpct3i65766VPXLabJymtVLbqbt6tu6kWzKitnXTR1zSx9hf6W6667BW1mrbltc03X1trCWNDtDtYVOZxVtRV1dRW1VU5HUR0+Fius3dpVs/m2VUc3T5iw+SgZ/xXsWReJQSHL1DnbkMIjSdwlzHm4lKFcoLoCZ2Y82S8ZDQb551otSBCqyB5MhkhQJk/2E5TfHgVFEvSgWqB/OpQPMy4mMEKkBH0ZsEiytJyFhMxgBBJuoiiJAS7PWYAytixMEMh+h12ZpURhgNx4AJNR9mAyyhU6mLE2X3U+tjbfDuimKSv6Do/bez/sEUTQQ+w8/YQBsx9Va4XhbWKD3vt+3GN8G1T8+GDr4b6u1uITo8sYJo7LCj5F1g83oiJCnLaM+DGoFe7S5RX2O8rYL+CaoPwGgyDKpI1BjyR/dppCZvq7Gv+1iOrJWXTYrK8GHUdfKQEpUEAJcBSmN446AP56M2hmYTIcDdsPheuwD6aHyTp2KKZeJqS4beiDjb0d9sbJm/o3TWko2Acm7yvoO+yt7673dvV2ke2kJgAYnaajtzGol1OqG8fviAl794UHDlzYsefw1iWmuo5XrKtbujdt6m5ZbX2ltbi3t7g1cbhvcVEZ/rjLihZjvIzcXscOv25CcV2ZZFqy9fAe+reqQ0c2tlxpixk5SS+O1B+LlfGWYMISlWKUmH3IF4HepTem+OKTNSHl7eFwYZtyhkgStdmwhSkNCnz0ve+HXJzO0hzAbu++4uNAc7zYh9OBZouOc4XevxcfapiCWodWnA4SrStt8vYjH354ZJ/1twcJpIanBElxonweWb07JKKdEg/E/GAHf2vdRw5eaVvZippG5fpU7KpYmw0qvlFsDh4d6U6RrCuUiqEeyXhEyf0E1ZHpH6KSigsUpPYtTaCDTBKDxu1bSqP0IJK3FM+ngaHU0n0stQ+1aS5GLDIiQuz7R4XRie8ZCPa9Ar8U2TChyvZ+8qZJZYFP6fSow5aP4Fvlkpu6E4nub7/kqcN9g1TfYT7x4ZHEvqUY7RIvwhyhx/dvkpPpFHo+o0V9yovbCw5gdq4cFnolNVGRBvhshKnSpUiXsSvYK8PTbDZnnrQDk1MaCPB/w5R8GAUcxUKR42iYOL4Pu9qxqXQSfRZDX+GPgNajDwUq8LA9xBmvf2T6W8KZAdHoTXv3HVfsvkr8ioRmAwUDdy5hNLCNNLLzFh/mRAXqDG/JAeQq+dgRVsCRVkH2OPZzUC3vydKewn3gAp1B/pUBrCLuDRQGHc5AzggiHMik8o+KArOvsKd0MInvwhErfId8RZEBNBhOigyFxYGTFN2TMRoJ/Tnr3ikql8YR31n8+tG2pIepn1FvUH+kvkASlAkUg0rQMpq3Ojpinx2xPzL/SN7qkefPtP//+voz5R9ZX4wIbsl4W47CYsK80lkxLYfXTeXSp/LS9GmOny79fyM/PM3x4WXG+Km4bgQYi8pnfx/I1vRfoyuedyz9rzEOjpX6P5VRHutg7ufk9Rh0dEAR4PLcgfEK5Hd8M09Rv6e++n//lfxvemnWLyOvvxaADN9AIDrc26gFRGyj8e0jvqwG83+ld3/f3ncKa8JoHMRppReSU3nlSar3y/RNkECjJObBSfwf66Nn6FFD1zNJLx6wvYNJ0q/olFLQnp6sY5WSrsx9PoBcIQ+EkNCRyPKYY9trM0YGyre+EgjXjDgnkdeXZY8IZCgkbNm3WRtTACCGGWhDxDobU2yz2WmYLLvJr4DknYLmlzxkKXLgFSStE1O3gp2fSWKuylTGXku+G5f0opRw9StWHHUJD2m4kP+lQZc+RvZp76j74CSswuafjOUW+3T2uxLobsRfPZTBllBw68NUDfoWO5UoyjNW/XtJhUR7GqOKaUVaTBLph0kNpvpz0qIXHQT9Y9fm8+8UIjP4HAQXHlsqOCPgA4oIXk5HI5YAHwhjq2A0HI1jQ2Y0HnGgo9EmqPj6goiDRdo6nwTyh3L/QEL+/STc/D39iUR/qsfrTaZSSa+3J4X3iTA0CQQTA6AneVADE170P1LDBK0X9A94U16NM+nUoO0A6PdqsSKY8BaO1xH9IaH6n3CoFxLrBBZzbb5onLRnOO6L+5CYhPG2p0cZNDEkk0c+THjBgJdOeRM43uIUFZ0uJ1Kp1IdHQCKRTKa8QwPDOFMx80mOLnWE36MCD0LwD0fhABE/PpnK8dbCDHNqvu02pdiuMAVGxoaFBwQZewHQ/zHCN3FEub4Pl+tY5ZJTStlSyrOUUiVGlkwhc00opRt+AWwcXjCI5OwZ9L+YCJLixmGNdiQXLq8FzFgH4VZdrc6lk6t0OvAWStTqdPIOsB8cGPPwMZIiR9CPkmWHvEM39mFSLiMq139mykXlfFtynLrMWAfhXPxw5b770RPITcFbqFxjHYYzlLKSvf1gv1riKt3Yh3G5ZlBXMxFm7rD2Gs4PIY51kImcqdbDDn82qqj4+eD8MQ9TSrmOoXJtzW+vERwT4lgHUblOW90xDsNjo18uyoELNsZhPBah/gW3kveIS6UFI+mWUUdScw/rN/RnYzcWGd9Q34Bzs/f83p3gdG+b3HMGMDIReq5yz//BCwTnnu6d4HtWontuzZXzezY+XXma5lTt0IrcWK3gpeaj9Ci2fKsnq5HXtYJo3hiClxq/JSIClyC2/fSA16uQpHu9aQKRxOFgLi9NZIohnJWegV3QgrNbjHgMEZq7Qzl3tDwfEBOJWMdj23BLQwDkYc/hsmIRUJUZI2xtHRoBrRHQn3VymzjYLxkZ8vjBFF4I7Vdgm/rpTWZzv9kMKAU9VEG/pXtyC9zS0FyyWN2DZqmsPzijyDoONLNn5ZzgmK2Wv2Sg4Dz8UG0BI600Vg4Lby1ZQBhQVpSHcAno14Y56jFKAci6iUPxRj/d0yFpgiYwksIAvEkAkahTSKqjSB3Rbwo3QT8Y31UnU8rqQ13XCgU3iTSBst5Pz/B6vUMkA4N/8+cfPSoPRalMta1AMU5mWZ5vyJLSHjo0ipaW6c8jrX1uLKwHdU73EfafXH1aYRPIEB1nacjy6X7GzkBTm7rlZPcmbOIns1mi73B96UD3Jjp5mhMwgQ9v6oYp7BpApr7DfUj4VbKPcZwas9wCzFNzkKxH5ul8mqLvzkBTowq2qRskcblPc4JJpRMjSwxIiU9zHBdZg2T5BFkv1FIWgoqGv78mNdZAwdGpzUYMZqILrMryay7eYOwcitceFKZH67qm98EWxbh+JdkwaUIV0Dd9qHn5vuXL9zFfqqZ3BdBs776lmPVx6b5f9k3HGeX/UqR1xZCevgbfcPp0+h/40uXpe5STSkiCvEW5MiPHZvsslY90wY1EJVF9G/M64zD+WmClMaSCCmKK/cHZ8uH+VzZLxCuh0fFi2mTgDWaThWUDrSs333LbSkxaK1MS1iHRBw9/fXcU9P9Q/jPvd2ktVpM2wHXE1/Rvnx8rNuCYXZIN/2AUV/ncH2SxZCny3dVQi/BMIAB/FagjLHt5aYeCKuUPK/6RHhrTldGSlReYgL+KCWcsY8q6OV5WJ4u/MFnQMq+lAP/AW7LJZw6cP+7WKQ9Nubn8/AOJlYd+MOeBOT84tDIx0BK6/PqfH146M3n/gSv6fK1XuCPn3Lvh+rtv2Lf+3g0R9xWgt3teR8e84T8XXfCATa+3PXDBokunVwpC5fRLgeaNi2Zsag5oOWlc6+oJu9787MicRdvWzpoX8M6ZuXbbwtn9w78rB34L6riHv5rvHH0VtiSkiqcTOfMzJo0dRaA0AMm5RBZSEP51JKOSwmO5ncU8lmEcIQXqFBA71MIEtBfEgr7oyIIhxZXNMS/ll4tYzB127qvoYKp0iUv+nRhlEqVLC0BIHLySpjLYhbjQgKo4yDZUye+VH2ofTGXLjTS7VOwsuwkuC5QXyzc6zYGKYrDB/nh/ripHQVN00j2tjfKN0Um5yiztr6ki8xqbx0deSJVQdYRliJhQQwRuhOBBtwIPGAnqR5mroFeAZg9EI7+YT1J+XvBl+eWgxukqqNYUXP7A5QWa8bVOWaf40kxXfGmmrz36mTz02dG1aAuYz45+PJJo/bULb7jhQnQDdJvuVau6XU5zNXijT7mafPoyvmxt7jZouB7x3Y5dNzuB8VPs/djjAn8u/4O6aZy149VaVRe4nBpcVzn+P6tbpKDanKmWBt0GVRVq/7d10xPf/XJs5c/4IeIu9v2rlAy50kTfhEmXHPqf1UQxCoIn/keFV+U8tFFmmfbvt0LCjPDvKjFTAX84wCkQEL5aOiEKKVFICqIS8ZBJwoRaGXUjv/126tD7h1Jvy2+Dirfp5NsgNeoanFxHqqN6eBGc8mQSVIAHAGYxN2XXRfBYjP2o8Vw5l1pBbaB2UJeSldd7qMeIFR/VCQ0HqB7xvHQ4L43yoPeG0qgWwdPnOePx06XZ/LQlm47ifYmwk420CZh7zOhf0jxgRv/UPYYyDyGBke4xp7PnyQaMvZvZypS6n9ui227CF3yLptXp0W8JdiZG0ASbSI4v837TX446JI+xo26AslH/yf0knxnHnw4l8R9+EI1/FZE6oa7V2akyagGW1jK+QbyF8IQQbAAwwmyoWgcz0XHY0ZTJokfEidtrJmIMDe7JB/fPaVv9wPJjH391PH72qni8sKLhgsFzA0XE3lUUQH2LTQV0/O9uWjS5MDF5U+Na+asVJtFs9hYHFl59b+emX2wKRXYet2uLi4vB32DvEm9N/OL0g5tNwQK3YKc3BxotgwKxv/3T0oiN2tvTbFhkmW0BwecpXNSo1UhB+HHAaitvCbXGpU0G1ixacexPpu4s6sFlVC01mdqCv0OOt8Uk8ovS4SgaKrWoOWykUg4bqhc6iepqs///ahY68cQrrz320Nvv0p/87UarxNYba6UqV0Wgwu5wSWuf2CBZy2ouOPbg/krfDYMP/a/aCjpT5jXP9IBHXtCc/9xGuf7pbZUDnJYu5Jy8xOkZhv5DY1TLHbdA/rklmufLwOf/u4bEa0tILiHrByUKG+eI9QO7dWT8Kewca0FBx1SKwhAxhNJ41Bo39iqKXJkXeYf7cOWp6/m5zGfk+Q0qx+jw5TW7VYtmdEyShgPpMYT1mMWE68dabdPBSfKVjMPQajQyYLuSgFePWYH9Y69EMb6TX6GLLYzDyOqVRLp37MrlfOOfpWwYUwfYMvA0uEIYt5IA1mEiCsVPUsTueiMy2dATkChLEGwUcbtoXFjeKkmc0V8eLeQ0Vo4ugOU3Jt65a3gecNvxB8GLkzG6iip7Y0fwSfIWHAkwo/Gm3bvrDRagcYGD902ZZRwckU8+WfjzY4qsCk8d4/awA5SOKkV1qERtT1scLB3WAongtwYJ5xFmPIphwiMkgUusBzB3AyDfPtFzpAm0NhvAV/KNC1i7w+KQ2+Q2tLGzC+QbvGIl+PeH1qJC24fg35UibD9Zp2sGE4daih8AqyaCqHynbPAFDX//uyHow1xJ3jiPqZLGyQ2dfJzKYO8miY8xlQPV9/kx4BtQsC/YC9NJSymrs7vTKXtAJ1pZymh2iyaeuWeQCkA2YIcJd0WpDiZ5SRiXwdrEsjlEo0k9QfDXAp9iAcya+XyqL4Wi6OZIqOOo9+F1POL0UgnnppPo7xiTzJgqhvqHWS7ouf9G/UWr/ZoYdlDW36G/njzrBt2TZ+H4WqtFuf89dEykVP4iJsejMj23jiKO8BnHvkcKR0wRIAtgRN2LZ8Y5Gx77kFjMRtUDAPtNZf7Bp8nm5roKONB+RXJuRR3SRusq1E1sdXxCV1nYQnad5BLmabKZSn576hYXyB9eHCovbZ3kKlhchxV3dIiuy6Vlk6vYUhAsa56lHlSw7pMkltOItPcgknSXUr3UNmqvyhCsrjzarQ7FJ5b4uITy5EU2G6MQxuBaaFDAzv9xOxoZAJ8Fy3EAPkScEdvUQAQm7xYg79bssIeCp05ReqdeqwUUfnn9CtPSQF4sLAsVCBz5UZvtC2Bxz3FfX1gofy4GbKB7XvqmL+QvVDgdIKJj8iMqYg6YaYPX5N0m/U/l1uCmYQ8E2lMU6QmAbCJ54bgDJH//BRgmB8yyBUT5czdQwHWA9IUNPWoBXC4CUQXckT//0oaKtOB8coH8E9t6hTSKyrvlfcMehseDHvSRDJF1zWbFr3OY5RuPZkL+UeLorsJCk7kUxEUfdl5NOZE04yQ/oLk4PKUiPC6O9ky2vTObape1TCgPTDWKBuO9RlbTD8Z33713DnBmLnDCqbHlTc1uu2NegaU4KFXOvT7gbqwuSxQVnGXW7NZ5jEDX2ntTRteG+Hv2YB6tfOQLhaY3M5HZ8DdLj5zdksoacMiVSGSosFEiqXDRKEBkWdgLkFQNY+lUiFlLDEtK4CukVqIfT5Z3ZMRDJFrRp8N0SI3hzr+9pxCE8W4YFIIgtswGgXcAn8Q/DJcmGWkCiIZHLIqV2Q3om5mG6xrA0f2E4tAEfNGIRAeiPgJ5EIm1QZ8tQEvA5iPuxEzmHYUVDhsSqROJ0pd8c8SpoWlAM0Bnuk2Wky88sx9Yr4Q2dJDWFFwFwO6nX4WfpmWaqZt51sy6pnGRKsG+3hWcu/68K2qmL+qK03+9//6hMq2B5rXQ6jx5PwgA8wMfMSGtQWso++gB+Sv5t/D+192FYqKvva2q1ReqCevdS4NFE3asql/e1Fje7OtW5iEW+5DRe1HdOr9f3djT143+/nX7e1pm6OF16z7nvCsmrVo9jTlz1d573V0JRtds4vr2xo5wN6kXQLrXxayCN0cFsQ+7HS/DkB4RIvMYXjlNgu40JT/CfWXSFwwlQ41pKtRmRmkapWmUJjh7TNQ/vXCIqhjnR1sGbZX1vvfJWNqrYGQR9GyMJ2vz85gUJhSty8UeY2IfNW6gGvjD/qgFY2RgQRcHMGcClgktEqaKseHmx1gbCgEQUhAWzxrXWdkRPM8L7Hr/xb1VLfMC4wLnzJ53vifoqQp2rzisDWqNAEJYHKQPr+gOVqHj58/vPgflmteS+Gs1YFngDFRU2htqusvnLAFPzsanLgrfHGaR2KGLNgQ7KjvHzVq8ZE55d02DvbIi4IQMhAAw1IhL1ZI0RD0jnqbKZUyScNlFyPdI8TZfhi2dOKCHKPx1kpV3yqum8ZTgJVOC184k5ffeIzCE6noDoN6T38PLBwRkESVOUcflb45j/1s6kfxAfsa5T3Gu3OcEUz5QhgwFv5Gg5KyVqX3Hj++D+Bd71yK5Zivxd23HMzu6YbY4WqB40fOo0fMKOaoCYT4f88BuDQIFBB2Y1uAQDWa9fNPxffFYz9nnPEPKO6o+u8+T0bg/R6dj3iJbeWf6+uP71t4HZ61Zt1GpQBR65JuS+45LPRG1Iq5hVTV2yDp0pQvfAm/RHXANz8/6SSs8SX7FzwF9nZLFKrCE8DKLRc4k5MSO5X9Lta/av21P1GwoNJije7btX9WuOLzABEwOXts27Wn6kTS14MFLL5rT6cKMba7OORdd+uACZWBU5SUqiw8RwLYAh8/iC47wfhi9PyJiSBX0sinUomhyOYk+v5zjJ53nBIoJL04StsXk8omYQU/ZoCNIeksBLwHRIPJdXnrmIDFRsTiSiDDnKb9dpN1oIvMOILmvK+dfHlRhHYNVONRpuGNtPIqRB9TPGselZR2kfehkkMDFQMWznP6hQWNgaDmhF05RG69TJr/dq7xNm6a0WBlLqdnosBhYqX7C+vqC5fuWC6BK0IMUzaCrWOWd98gps5YHPVDUr3U8snWITFW0t+9Bz8bqpmk+TYA31Dp13ukTJollFbhWvmK9CHsAr8V1Kznl5RS7ZGWubsCKpVcas/ARBB+kamRTuPzxWAk2PvUTQRU4b3p09hYrFOQkrzXoE0Z2vvxf8t9pTtAmLIYBnRns6uk+DuYBVrAyisQKkt/KNz7W3SNfZtYNMFr80qygYD7QJiQrSArQumX2s9dIGf8h7oSibwDah7mSyvHWh/5oH8G35k7cKz/6qLHQXf/gq/Kjr8p/wr+3MENrftLUXAYH0yydqPf6hqbQz+A/MGV2Z+fPhvvB4AGHCsZjdUjDymDVcyQaJd/UQ1+9VpLk10BEktZija5RksCLUh38wYhVzavxWRBB+eokfEWjkhm+e1p8deX56NFhFZDeoVXB3/OfD19Dj1Nuh24LIvJrpCD05JHPx6XCRVOK+RrKh6840/NBPJaJdlEg8LUjns9cnVcbKVdJMLIBgNICIwsLRhZgjHeQaX5tpiFGvoPKUfVSXsLIpeXPSCOMfGFwxxhtkCCxIxbSw+KoZ2FImoDERqJByRcGPpoNMn3moauq4Wr7C88bH7aDPgasq01fZJLr2WQy/dP0L+ijD6c//SgavUr+dDVYBb1PgHdOrrz7btJ/DacS3H+rGHI+LZR8PIvuK/niPiCxH8r/Hno/PXkKGFcEfgg+7hic2sg8Exqcioa3V+SvgB6svv6uu8BcMO5naluZeYWzY37et6qMQ9WAQ60UHoVD6wGOPLU5TwG1RTJWbksriGfAaumUMiqttWoYg37ZDnmzXCdv3rFMKzAaKxoxe+wajWl1+1c3KsJ24+TDbx+e3Kjs3PhV+2qTRmMHPYLIfEzGpqF+ud+ugdpl195//7XLtFA5aZXMq5fstsLLifR+j3/7ZOwNOXm7/x5yIH2hdfeS1WbJKirfP5EbAqM4trA/J2EiVZEECFsv482RenlVyUCl+8qZxAgWcILweT2DS46fLqeG27MUHZ9IKzmk25CXM9u9lJlS/05nE1EgbIFdjX0CZytEpWT5/6EzGEXgpwpk7dmg9UN8PZyXvbQiveeMlh2ynoJE9ySdwdMapTGO9J0e5UudrC8l7ZTCHqBjp2lvJjXmT9bnBeRwvUaVw3KG/fxyjPUDcmUAvx0rmc85zVNuKoqtrlnfF0y0SexEhCMBENkjBKtACWZxIMftjKicGM3QCBWXYfAjo/zMJ4LVYrz1fT0QjUmjFVzMrv3JJ/KHtwpanWh8FSw9wZMTOj0ozveMVCL6/Z+AKUZgRedFoH//VqPFarwVFH/yk7Us0OnIUf6EfO+rRlGnpV8b6S+Zs+FhnJN8BgwylBNyHqJLjGJJeBS7WBX7vF6z2WIahZyfvkmcJoKEJErBdDIoabToXcZORblX2JeJLIfepZbNzRZ4kFaWhGOobflwRgImK2EOuxUpCs3p5+XnwXrYhwZkzD2SPozG7T4xRl85tD24IbinflN//e5gkL4S7ezGO3uCTLP8fBpjreKr6nBufFUdvh5eO7QtiC7q34TybQjSB4LoIrSzO7hhWLsouv/IkOUxfFkVh1l6lF8t8V5VlhiGe6vm+Pfy+vawFYYz+HXhBcohsuZDK0huOYeuZD7vKRzIrtfLtYQWVclJ782nQEXjJCoRfZK9mCrEftblIAdWjr3BAzn6X/qkWJrCQVc2jcbQrzWDRKpUtLhAQmxFr9xN3xfEK6ai1ZTSw2QwWAySdruc9JK5DMnB6BkU7m1SZv1GdSXEVIIWH5EQY17s/pUqLXHLKXRTOeWyoEfKKUHfb9RqWUoShu6a5pXRfUGyOBSESX1KsErDZYGSPFkAhHOywKjP8Bhcq87ulf+pigNYJlqb/xY/g2tVWQDlUTLfKtE/yH+fuXGfQyO7TX2nDh47pRN4BdJ+WtoCVDIj02gfuRturqvvAW8JFvkDi1GwgIBFHoReeSA9QCeXFhbeXNhduBT2D2Nlfejmup568B9GfIlgxJekE9AL0LcpD8CepeiKmwsLl/ac7rsvwP61qt8lzxVnGIPiQFlAGNNr20vg4dOfKg0B7QdFt8EYHtHtewBSIsLjinA+0nIon8RaYFl+SXLlCOJYaW1m0CkCfoFVlijisTDEJMbK3iiEss9AD3op/Z5w6Y5fXHp2vU93v17gOTtd0Vf1wFWlBoMLhoY112MoPxoJerC5pD/ctqJn55rmJ/5ooLVOsHJHXXV/mYWFqWGNlRv/IXqzIuUh9hRgARY0eQPV83AYDRUO5MBBNzJFe/NcDEc5IIJUMglmpf90ikIa+QfESVHJDVeMmJJzeG4Y8apSxetQPhrUDCNHipGtxFwoOuSUNFGSUw7RUgqTpTerfp5G7PM5/M3RywLFcsLtBqniQCDtHeYUOmL8GlEmZbhQB4kzl8lSmk6WWkQHmiUmSiDh2H76MoF7AoFAMUi53XKiWP7d9y8T8VNW7L8xBzhjmRL4/gHlWb/Pt4WO6Nx35TWlBbdt+u80GYnJFfTrw3mOsSDzL1SmHjQiOeycCQh8wE+FsyJ1KJ5NxijC1o2EbmIuZTEIiCKEo4JyDiWJF54JxhTTho2N9JsB2qBnGaPkdKMXIH0q3922AjfQREi340KtbAdnD6xdqtdydDltNzKMyVrgLhb2vFQL3jZrdbSTdctOmgavmJCE4ISiXt49/pWLxZLiQpuZYY1Gw1+OGGyYpoVjWZaBgP1AMm42Sg3jRWGLIL4FKAd6vvEINs8CmqFpmNxkMAhbXMEOg8G0SW/avp9m0IUAsjyv6uP0EGqPtpxX7fCVfQXlBRsCcfgWR6iwOdVhTYFcV1dy6CHU5B2CKBnPXoFruuLrnz1zGKkI67RGo44t66mc3wtqSCDZG+BOUbgbvchr5etwzsOoi10sGS8VxD8e/cNuTYHuYj2AWrawZHnXu6JwqVGSL3tCATUGVN0pin4L6Q8rFZ71rIiJvRjbMPCTY7wC0YvXW+lwlQYb6rJrTZilW62GSiWJoYXot351RBQuN0oTd3V3FLAW0zrebNLCzXuDwdm7PMHuuli4cmb1xHFVBZbn75CMlwtiw4b2ZpGzGGZrTIKRdsRbF5atuMBSFpxeVR2t74lPCrrAils+cD2MW+NhbUVlxImedbkOQj1c5dIsmFVY6x/nsJnFgLtiXEPTtHEH3vQ8jmGiH+H8vjIzJ1oPmQCto8VAkWNBh6si7A5IotVRHWqdsEh9Z3vRO2vNyOAC4O0qU3CYCmedh+NZASaUkcMzoeDlwO7A1pq9ovCA4+0f3Q9KBJ3G9kuzVn4dY31s2neXXZ5P1tTuaPjP63DRaPL9fVJtOYq0wbK1gnjwceuj8q1mUTSAja9qjRcbpQVzRAGd2CwZL8N5UbJlrkhADZGogcqLpHVfQAXyV2FKst1NETlqMcIyUl8lkkbjaiTTzWy5Dmfl4JKHUKcgMYrAq2x/I/9Mo9GJv5B070pB3Tj+Zxrbzyw6rUb+1bukz/0B+JUtqgqYJgrrjNJ8Ueg1SnCi2WwW5YWhhc5FFnCvZBYs6eckY68gzpeM6wRRftIoqbz3it5RT3R13PExV0p+ybKdMffpZFPKqMZIe/twVFcf2Jh+SX4IfEsWLHnJeH/GRJ2xW0P3S/S6ly6SE+Auec9/nz/SkQ0duBGVfbsg5vEPaSgDknYK0Gh7HuoZUkCyWx11MSnuc/gi4QA+gJQg5YCiI9Kkx9ABWmGSprOlzY2HdOa9+KRhWztPZxcceGyrh7OPTAcAbAvI73vBXVcGJoMjM++ejY5s9MnvEvzud+7lnUec/A9P3I+2egvsfxPX52HfNXhz7mJWpzPvd7FngXVn8849Tn4lOHcZ69pv1unYJRtxluv8j6ExYz4oR+ozgxm+Hkomk2mkSsvvoB106Fgy6UW9NH2z0wl70a+gg71E1lZWlsEik9HglG8GvU7l12A0yQ+oGbB+W3+KYv6K2jFCTSWYQ3ZMfCIwvC0Q9YdtAYsffUZxJAVZIqGABTsoOmrj0YgthoFQPTRdV8X4CQhpbSuHd9DUgHZaOeZa8cbt24x8ZOa2i+fc2l12qzhVeql4Y63GzOmMXRvfTvhunVN666ydvS0nPBVTmhfVztJoGkMdNROqajzSlIKS5trO8gk82+SfWNEUKhHp5JNdhYevnHLO5Go7c2oQDFGnwFMRcAiA4o57ARj6Gn41xBc3nZ2+o6S+pMDAQfnHgGYNZpe/Cnzji/gcOg4A+TU0PWgER3GVgotBsCXUeEls5HewSsxg3pTMUHYB3CwI6QfqS6E3CxHhRergbwVB7hXs3tL6wYEM4oPC55G9byn6bqbiNnX4LBhUfniMttUunQGme+Q+exw9s9QudOQXpf6lsaAoRqaZEsGOi5x+PldajFmV9mZ1MyCMlcTypx/VaTeHUc5LqInUHFSjCKYGCvBoMgIKDlNGfVImHaJVsZjoKtYGMIUB9oLBLAYACR82nDEqYYaCcICP4K0UkZj7fzLVgKnwmPSXOvnnOqNBL6fwSlyK+LJgt5eO9NNgs0GLSdMM4l8vgHH5Ws6kF7S2b96SB6ZX/6t6uvzh5I/v/pjp/V21mbECv2HQkwGBMktWlkBvnOwXL/vkLGgRtVoa0Fv/sjj9uUbUQwh30Jf09R082NcHD6f7FNtPfr3rcL2DuXqzp603GFEz+jvb4XvU+45htZNO2wrZav9prFrLQ7nqMRePagIdkr92oP7rV3HTsF7WQHViDLngd7zi4SsGIx0hzrQPB8auMuPNX1nAqn6SdOQk2ZFJ5wQpsnOKIjvot2esWudBv//zDEllusvU35Sr/8hanr49Rq2gnGGfGVYB2Tt2a8D+EXUe1hq5dvJmq7JlrKYAW87cAKTPs6+rfb4dewQHiZGfWO5P3+eDVgztHQ6F44ocGg9gXkI16gl/ABjAAMkI2O0C85GwExc11bV2dtROTt95mkp/7qrv3j6ptcophk3mYGjeGjO0za7o+8HBc3fd65HL7weQ14itc1K7/tjWN21LV2zBWHWOt+44d06NWcNv5hnj9oWOwmvXrD/0HKzesgU8wjtZs8EoNi54Jr2FGlX3OPGGztX9u8e5EdWTvqs5vkfd38yv3y+/oyEYtfKDPxqr9kMjq8lGxmyPDG5kQl2HXZp564rDxsh1PxajDNp5O+ES43iMzQwIbS8xGxNIQgzHChVEX5sVk4JBHi8vUSGXOxh0u0L9IZdMbLzA6wox/XETXWWxmMLaxsRlJV2WibcvnLEr4AqVFDh7azp8okur5fWFVslV1VntM2mBJIm0oGGAbeYWYrVB94TubAAH+l3QVuHtaqlvaQhumtQFi92ucgCCLnhJQRDCLYmFPrE5WBauaLZKtuLa0maPM9RV4eecVmGLuuaPxv0EiTFzqziM2Zc3UoMP2m1EG4YO7ARD4Iwx+S9UaIzVJsHt0URjDjXyx1tP1xDr42DzTPlvjEagRdEKtCZfdWeVS7IW6nmt1iX6Omp6nQUlIVdg14yFt0+0dJVclmjUhk0WSxVNZ1oi/RelDUh7PNyyaOYWwerkgqUzQk5Pc2ltsU2yNleEy4LNom9hYguEwQJ4iSsIQLnLXQy7Jm0KNqCG6/JiFPrMWoaW2JHKqRbUGqupi6mrqDupR6lfEF4T7BmPV8kiGFotiARG9H+URX+qES+iLt9bWNVHCGXB4iNeZbBZMywxaEAkTrBFIGCzotx1sTrMaYSDNGpBHaGl83kJOqkKfukl/QyJ93w4QMAwbRFMdEo8tpC4pCzcYSAOi1qOgFqOUQt4NxVZzGZL0dMTJ6Zf6J42E/ykPRz0abmJAAhWO2jjDeMCvvZ2b8k4Az8IaYM7Wldksxatddsu8zs5IF+SSECbpJtYfoX8d/mzKyom6KxW3YTy/TC0vxyl08azpkeiM3mvJqCfBny2opqI22ZzR2qKbE+0txM463ZOj+4Ovs5f4PnkjlrzgPmoPxL562R5Mbh/8h75utLKQksQ+OV/OqGpGDg3HqqzlY0rAZ/dVVpme1JbJNjF0pC76ZImdyhU1NA1IeICBpuerr89Erm9Lk3/ZG5FE2sysU0VC489Mq+8Gaeby+fRTaD0l790LHWsi//6gr2NRejaRrJxN4Mt8l+KzdAJzPLvg6K7EmiGr+GirwONl38h8bKZ/rGEWkXtpvZTt1EPEz0doxSid80ioaeuNhjBeLqWiG+M15J5eVHUO6Lk5QWjAdJhWkBk1IuNY4YbP9qtJQy4POclXQRDhqNe4SU9BERodHcMnhyRMn1P6We47wXH6KH0K2GH3e4IgzlnnTXUuEF+af1q4F282OMWabBYY6gaHwPHtJZYbfnixZXjYxYtmLMEDWtVj7nD7R3hwqLwpKlIUYHp/gUL4BsuYVHj02nX042LjS6UbnoKfkzSQ661F64WqoOFfVPAk4WhjvZQYWGovSNUCGYtidZWGTVLAC26PaDkP9vtoNLeUVXVcXj58vSvwOfyD8pstBecI19Y4wy2LH+h01Ufey+9fnw87p5rjOhKJi1cNysYiQRnHUObqNutpX/x1qRJb01OL/x0W1M3Z7Nx3U2bPsdp3mrlUZoR5M3yP4Bp2oF18+RvJz88G10d6n64G99kjmyMtwadEXBAvs4H7eVgt+JLiXlz/01JOPofcIoGHZdqwxmFGa8K2zKLMiAG8EE4X/e1O/SFzapLA3CXQa91fFHqol/W69Nfgm69Tmf/oswpHxMhKAj/w06vEeVpVX7MW4BeoclUCVabbUNngfQtVoupEp7npa+pzIzRytgkZflF8HoPtiDYaM6BvbDigBwBdkD2YmGAxHDHKOPLHlvx06KG1+x+XqvVmJ8plug4b3nWI8lrkLpt9T4t8hqtPARu0fx+2CI1DT7w6w2W3wL5h4JgLKFnGwLpMJR9AaRgg/cB/E/zFaMxaygdTzH/RqlOsoYv1TLFAIPeK2z2RQBTc5qAgPQEX6ikGiozCerZLSBE+OZbuUgM/gp8JBc+8wBo6OwEXsHn9HoETgqjUgIg8SWCIHi8Th8aIQblK96Q3xhfU1ISnOAcnUPwgkFw88k0WKdlGZrmdGaHiStYGk9cN670iuuuiy9GE7LDpONoWsIs1Qyr8xaMOm/G50VKwcHiUuwBYlvFDMjFaFhgbMAW5qMg6kD/4jatASnsn8s/ku1shWxH+rjjerAAALAwPRsskEX5x2wVmCM75AfBQvCJ/GNZpFvkN+Q/gzb5o3Pk3xM+9uA5PaAQs6XJHzG/lf8svwkE+Z/yP+SfgyJ6j/xz+Z9gPBLe9Whc+or4mOjRyKSUB+M/ByzoLxhneUxJiv9owGux5xurHby7n72zf2iOjzb50ova4Tvt6f9eC9eufQ98kJQD6Udpbw8YSCdhsuKO+26HrkPysevgk7vSp3bRu9IX98BLTt515MgYvhezqHU5L5cMGG0G57bEH0JyEZaOaLuVU/qAh47V2rH0BOKtdIig2GI5gqbMeeOcOTfMZdw0vB/LT3/8MZgK5sS6YrEueYpw5dQL5xfVdln1Jha3HGvSW7tqi+ZfOPXK05+C57G6j95cJMcWvfmRjiVp8DJOQztx6AD3Kk/5mDwklvyetx1+Sj5v9P1Jeth3bSI4HyP9ZSLZyNdMtAqhOlK+NHDrRY9cdNEj8BGyyfAYKV/g0AP4mPov/zkQzV6YB1zysREtiMR9w1y1qF/L58HYcjkqR5f3Qh0YHImUcEh+fQA+lp7RD2rGik/uZi9h70H6BI6ubMd9Adi5MI4ziqF3V4XJctFLRG9TQu+5hEW9ATtOI2lRIvEQSIak0fzVBpC44wGcxBHchSA6zOAzmDMjXsJi3w+6WrM9Gi4qDJV0xjcKL65sm04z1y9dsvMj69SKGvkD+bPyqoToWRpv/uj9tujSBRqTsaJkwRsvrKuaMidhLfBy4h9hfMDGmZ9wzWcryn1D8q3fHDLZjCwPtQGbS0sX+etLPLuPg11g3G3NZgDva+vyWubMsYiGJsuGLRWFF05aktRoboY73QGtprqG1/ldhQEtX1So0QSGRNea9k7r+GraorH6o4Ge583aG27g/PX00/fLTk9doWVPyL3JUDTOXaetfWnXQ1NdlR6PSV8lBhdWdVlbCQ6s8q40ZLRvRDo5YbcOESriWJyEs5NQfQm3Dx4zsfKBRlWpLhYKo4/GBAiHIW7YGOZTYDleaWsPjY4zWFcRRwmG3XNKykF5eN40zaJ9fTSMV06+9klre7jitgcrQu02Y5Xf8+JbvpLaej1rukvuvdvAukzVd3z7mN9julxrKd/0W/kf+5aHyiOMxl7CAQ0nGtc/BugnnMXFzHhQOsyad2t5ld26XnTEWiaeZ1jaXrPIWjwHNNpcHGu1cnyBVXLySLFg+YI0zYcLmL4+znBr/Wx31SppQh/8VdQe97W5DX6Tdbyn46qXS9g6q1/fbS1cYrSGbEAPakfMQ4DqwDFgqFn92B6Ih5UqGkliUdSfCMKgz+azWD2oBelHuh2PLO49tmmm74GpWzrGW1nAM/8NZsiPGr3t42e+8VmgFcD6pRdc0Ai977oWLtu4sJLl5UVD6ZOeuqgHwHw7v8IgG0ZTWxWMWnxR7NCBBj4eCYT4Wa1glC10U2tFU0ldgQ6AU9RxDWALoms69pYvvG3VpMvB3fntN/0pO3CUjnOAa34BJusqFvQuKLhPXt6wrW8CBOOZ6uG2UPpUAqZR3TFqj31slR5+ZTbKd+uMgk6+w6jRWlW8QKS0meWkTgeSZkliiM1iMONTQsE0m8L3VP1WsrDJcTVIDKaz97GZjWA5vjtYZWQkaZA4cDMDITNAN5eTZuUdJQDNU3Sa3DODgp/BwHco4Bk8hUswolBwYPgzVgqkBoofMqC5lHpPxS49HD0fs+qkcBFGlApeipriTkGTXwXUQFl//M2oPUMk6lFV57CwHvDTMKpK21hmJxqfwhEKMtyqCtGdw2pnN4fnXZKsWbJgQsvs2ZGbb7x+8+ajU9f3+itXrp2yY3ld3azAhAPyh0Wetlgs2E5Pn/YIoNEMM2H37ue9Xp8f7bD//OjQQY/H759QkmiPLN980YvMzpbp09tiop678ZwN42gzzRiy/vwEi1yRDihgCVoIm5O6hT9KL8B/XHJoO3btgmJ6+3JYCf8rfS6MpncMfb4b3kifN/QxvAO7dSu4s+weMt8XIkl0BtKBKKo2RuYnRt2yyiymdG4FypIEVLZgdZcsLoSJjRAHWmLveuzJWozdGHCgOE++DPXDqLWDD7wOh9cOjnvtdq9jaLCsuWlBczMzK1E5vXlB84Hm8rJmMK0qAX+8ITm0KnnOFN5g5KeueHvFVN5o4MFhfL65rLyZKXLg+yj/3mguk+eUNzeXgx+XNUvptVWJP+O9Pyu/iSp4K7gx/sL27S/ELzXynGFfWdk+A8cb0zdmripvakLzKJa7viWcGybKDzRIFQiCCOgE/yB4KgFM6VTr4EI8qhQI4XGH5/D43Uo3gxAS4LHAo8g7eJkEncSSD5npQjF1OQUP8mjUj8fqougw57AGqlA3xsT0HOZAwpohTwKgHLV2jgSvkimWxmM/jacEoHCcoFkipMwIaPrEwSMCXrHB3oZWAZIh0Y6z4PdASkm8K8nVHmiLoRkGDVjoahLIjzMQA24Mz0GRVqRw4ALZ7I5ankO6L64So0xV4To05/tx0mFFF9dhYS4gYLEfTfv4DrUx4IG4OIBAs9AEvAgNk2GlKfADcCNg6RBESRFx4WjeihqSlBCvu5HVuBA+SdbhUL3jyvwYIWA2vJrXTiRPclvURrhZ1RurLe1h4U16LcNK7FLGpHNqaPk2pAXQNK/TMhYGQAggPT/O8DQNeaAFumkBp2+hTx8uNgG91iYajUDwF9gZxqoPm5o4DWcvCBbq9CKSKiwFdvMGEWjHFdDAX+gugkBr4XUco+ctAFidFisAdq0mDIysTrDr3PbqOCxze1mtnqW1BmuntsJVEEPTgrmgzBLy+9x2I4Qcp+eNdOGsmN1WZqeBp8goOmZpIOA0Ni8DOYaFsKSKLWWsD2jNdLFHUyZUhRkjB2irruqCyyocegNEz+RstANCC7SbSkD7zPRdtJ7TQlpH03oa3AO1Fo7VshykhTJRq39cZ6A5hqEFRgNjrJE2abUsDYEOMoxG0ACzAONWO+SdjqArpAmtKLSsDYkOnd9TsUDqslZMKYkUFt2bkBIl5U5W5wcADeE6YYHF47RFvRG/1ihCA8sAP037rZcEnKsnOMrLadGqu3B8R6WeQYOf6OE1QXvIep5gYGBdd3hCtK+kYRKL5IRV8cUmJG7odW53zC+6Ra0A7SHRbJV09WeVNrV0Rsfrw16fjxaAYHKZ3cwaIAHOgHZNtN7IyXOAxsKyGj1qXx2twS8cyreKTlOB21yk8/Pl7PjzrNa2u7eVQqZyZ1W4uVg0gNY5nhK7bYJfQ3sAqK0D9MQCycQzCdZTatPSmj0mpEDyDRMBaCg2VRRDWq8FRZLdA8pKGJNgcADBxWocJj2AFmDQWrQCh0pCc8WMxCAJlGFMDgAMZsmkZbSQZRmO5oHQ7DLoW4u1NF/QNr6jiHugQVyrcdqK2woLJQCYCWsMXsZxudZUVUqbmmqqnB0aswayWr7ObJoa0nBVBe1I3Za2eW3rF7vEoFdPl1lcEGpZYLL+QsPTDK3jeADNcQaIA3qLBjAMYNw0Cz+FnAaagNHIMUaWo1G7AebkS4YCh91usRpFRprmNvOitsiOejJ6S4XeAgCajahnGyx6x0K9eXywRGtgdKLf3+mzsrTRVMY5DXa9qUOwaLkCDecVaK6ibkLY8tO6aX6t02wvwnTea2Md1mvrNr141q5yGyhylx3pWLFj8/qmNxfWTCmF0B9Era6RDEVsUJgXn7x7whTWVxMoQNUq0OunTTEURzxuvUmNj8eymEB5kRxdRdVSrdQC7FUUDNEBbPTHHGN0KMz48CztUOiA0ViCBgovG+LxIAf8fIzF8zvaYaRQGF9FRpNWUOthHLFhEQRlKyE0x27Yc0XA9PSn+1psXvnX8mGwqLv2+gO7QkFGXHfBRQdSXlBFv//WrxaO23jD0D/QpA5nPfNN16xLt07aOaXZ9BF9CGit7dN3TyrAqxAlMyZ3NEfLPbqdI/SwEnwlZ5ux8JoZ+sPw+prWZbxw0YeLF9+2vEMwAvY379w34Z83fdFc/MXH0/9CnwvAdfdKP3rbNSnWbJP9f30UGAoSDZ2F0TLWiboXjbQDFr40Fh6j2n6t1HKsf1TR1QBzJ0dqPbTie4WZiCGOhy0GhFsex83SGTtKK1SItzjCNKugz2GpKIYJGUWMPcfcGG5cNKOm11NYJpoOlneUllS4qhs2PdTTkdzYHpq2oPnQWXZv94TI7Jqy2qLayH8/2PmDjRPBhg+P7O2d0XmtPPjcRnO3ugNYvAPeq50bq3DqnTxvNrssM5w+vzNRGV9cVdy2sbNlSXNQKLEL1tJwxFtZ6W2uXHppcPL2g0c+7DZvfA6w13bO6N2r7MiDeIfo5xVId3iFxLK0UR0k4ipjD4kTfPJaQlMcyrNyxuKcDruUEAdfgAntsvCpdMwF6L8G2UJbut5RzIGAw+P7wu6hnUam2Cb/Dq9Gg7NE/8emGa0Mx9ndtT75H0atRl5u7zTEu+bQF6xI2O9kWmcwM3/h8Putg4+hB/S4TEWmvS02dG1ZUdD9eae8W/6VxW6rsFt1WtldwGvtXeze+Iq+vqFPLaABXEqNWHdQNJVRnppnwDjFdmkiM4MB1WKb3esPuU4SkwyLflMMsfcOUYSYHBJLLrHn0kIuUygTV4b9rwYI/6NihQrTAZtkJ35Mw8hZ6uJSNECrbG0k9hvJ8pmYH5aqL40U/bnya23IlZpY1V81MeUKab+u/HNRpLTeDKjOdSC5rhNQZrnn0v+49NL/AAOl9eVg/j55jUl0heQvqyZOrALmkEs0gdv2yUfL60uLnCC5YYOcdNI9+IJLlbIyuKxB4omrCruB02yVNsvis1H13fWJiUsnkj+U3tQNk92b5AFSGjohKzx5PUObSEnelMfjLX1QJhh/oL970ybwWq4cynu0YVbBIOqSoXAow2qHF9vsjpL8BR4WLDdbiqpLF7Q4S5qbSpwtC8ZVFVnMzKIRA8yn4D37tJ5iF5JXSksL/cBV3DPNfs0YY0QF0i/eZk+hftSJV/4IYRsaEGpbQRANKzjOLRwkMdYscQsOhrALJ5Yz40HiI8zGCdk8wfBhiSOuw86mltz2zqfv3LZE2YCNjFl+32gS5Pcf13l1j8vvCyaj/L6ZYbWPP65lGTMoQSdByeNav/ZxUIJOghL1JNTnboM2URPbI79u1um45d8Yjd8s53Q6M6jtYU0WwzffGM3oLKhVzhoMyln5dXTWbPzmG4Oq+/2UvZgSUQ+lgnhcw8MaR0bASG1JkGPUoU6MlRBJGUN8YMdhIokzn8fqn5Rffrz316fWHv1s70E0X4aWy5cN3I4pZre+AMRbKiyib8GSQydvOP+8ccUC/wmqTezJ1H3N8o/f3fvZ0bW7fvnKv3a+DgpvvwU4Xt3NwXHjime+sfWGk4ciYrFQqmCbcSnVpl2uejASc75vlB//qNiWRB6aBlyb/wWjMyfJGQ7zYP1Qgf+jhgjSB7HCgh/mcDgIjof3VD/Xw6aoidgbjCL8DrzDbiXdAI2L6LPwV8HqDPViG1BJH5qAJYy/j2KCEKQCBAEfBhLgekKugfY3JUmMiS+y1sTEleOTkTWdTYLpKWuhU5Joy8uNCtzHMSlUJx2ju45JdSHp2IBLnpxOPgt0z8Kz6kJHd5yQ6iRJeoE1j/O6MDicOxw2Cm/YzGLU+uct/bhiIeVC5Tby7yB12bPPog/81CkK8LuZKdRlxGcQr6fhpUusWUCk6rFcCM2NNBr1HVZCgYGXffARpGYR4BwksuA5Ev966Np4K0OwI4jChXsK0mmsBA+GrIrj1TzF/gEdQaTD8Lsdx5zjSj3FvFTlZ8DVtTTPa8pCpyhnwmr1dDdMcNI6p2QCPMOIga1TDm9e5izQBc7pvbqZoxlTGRANdpY1a6x1JnNRrLy00Ag5UatjocBzBc1G0WyP/secqNUt8BAJ9JxF0Ij+stZgczWDRHLIWXXAG67l6G8SH3ujkbIGdxkSaeGlZ7GmkKeAYa0Gg23BpGoNYJ2BSeWmAo6VaGbchHanU1d6TT/grjbbWU5CsiZD6221GwqLmhfVFLJAU9LY21k60Wjwa6Fd0rsgMLCWYl9j3eKQvtVfXayFjKt8SWvvhToTBh+hAWRNWsIV/CPua3Y6pSMjXjU1n1pPXYy+xqxOjGdjkkT6pyOD94kaNVgFSniOwR9iPFYSRHovGhVxbK2IdrE66MFOa9gojz5bolpCD1ABQ2NIu1RUyiA5Rg6hE1hlxyo6vAebfmfa7GLH7G0arVEo4i0ewfNE5Z82bphdXX2ib+MKpCP2y6cO/VH+vaDtB+DQH0EQhKYd/Lmclj+W//udvVcmHwSLp02oZDjBxHFX/qaqshKygs7QsLRj27wCSVPuQAWzLmpzljGsy9kM5i+MhLW1MZemsKS19aGFheMNxYW7/jnkn2wSXD7/JK/7NqObZfXGYoHVL1/bU+J/ZsWype6iJ5p7bpgsOD47pGyu6bj20t7W9h1PnbMVMMkHfzAtcZ1gQL0ANrW0bTUKetShGtfDFct31aOnozK09RjR053jWOOsnvRWt0usdc95vGNSVOSK66s51/R82WILpaUkzBdP+G2Rpu3Ba56Qx6TMJcDMo4HSYmdE5tyjLzx/9MAv/YFfyrelX33iflDCRJ94Nf0YKLnfv3z5wm8OHvyGbZHdQ/LZq94FzmfBpN+ky+S/vrsKHBkCf/H8Rn5WWetDssNOJKdtwGsvNBZVOYonKB9oLBYgNh8A9HHFcJrFabYYxKJVLNL7GQFpOGh4wmsjAv6QOZxkd3oXLe9dtXxWs9myWT7ypuRyScdA+dqSqcsXrVww17flpcu3tBVEXbx9SseKOQsSldzki1cuaIn47Cxj0Lin1NcJoUjnuc0lLGcVNTxSj4Tq2KIVl3TAcMvM+fO6miwWRy3nnN69Y9s14Cfd21q8tOAp0Ok+kr8FrlABeOe4IGqMFdP2zK22BmZ2VVzaD2hIW4rqp22dXGiRxjW1tdWYzDs7OeukaZs2X91R0Nl91qK5k2MmE7PUxTvaoo3F0DHz4jktHhF9PvT1V/COpqoQrEFiiw3JLn9jKeJJbiXxVUTCAorPPrD5LPgvaMswMjF/2zq7QR5KfzF7K/ObwbLM39bZ9MzZW4F74vwd8r+Accf8iWDyKeoUmIp+rmpvn7djR56ciRHKatT4oDFpTO2nCe5ikiqRaYZkUyEyffC7Ar3gNWPwmR79roCvYTKxWtbhbKz5ZKziacuKOUtxAXNUrJjJtP87CzugFhG0YWZUhZFVPvWdpR0lvytrprlijpTfR1kbqJDLalHCzixWHEP7HQFqKexbZVDDxgyhoRe/RzwYj7794lwcvngaxgDVnlv2XbwBanQ98H4nfYDq474MyeQ2KoYjQYk4hqWxuAPPrVQEC6UOMhrRCpBYnJCLYkuD5LP5cLSXRJ9a2yi/+ezt8te3nfiRZechwD+z553t0N14ijKaSy1fyKXOIN0DNcKC2MTlvR1BcL+83gx+VWr5CCx79bE/3Aa0tz8Bylovjf3xsmfkb/d+4NqS5APgA5+T1lsKIm3LJ046m5f/mEwG5IZhOrbC6xMLh2j0+njsPqksauKlUYcSm4XtCpI4yjvRoDv6X7MrQvP1zFWB8rDR69nbtN59jruuS99Qa2o2dfTc8af3Tw57n3t/y2nkf0k9De8/GPv1cwZ+mbPH2V73WPz38cdACLjBxcMsaCqeAyoj1n+tkFHUsKyDURuI5qczYVhIcClCch9ryyQsMUo9ySSfk4//rF8Q36U5ndbo+CSzFQV0EOwwuRzyDnVzHDDkKEz9TD7+nCjAVRMBpzMnHZopy7Kpk1irfGIba8V7Fy7LJOQCI7D+FHv65mK/Ayr6tE0NM1Iqkx2Mslax7xkPLiuslnI/UX57lBiUnjNGh4/KT+70XdHialysBuN4hgnjX7difYsqSnAVUGiNsY896i0+IsEQV1TAx9Hk5sCRvj6O9yPxFAigHNCRWjogYYhe4GEirC8EzznvziT6pPnGGTMaecmYSN55HrO47BLz4p2VlTsXmy8p46LR2R0dg/Ppr9/7omGTu1AecC2u7FlWdMcdRct6qha5gJcRqms7S8BLQ9ptoD+RqPY5C6DFaYEFTl91IsHbaVOkoqQiYqLt/FDJphLP+BvGy78JlY13OrFXKHgTDIA3sYcoY/QV2LoT6veBsUTmEP9k/LFiDVGxIiGlMpfMEDS0ATqXDKturEjDzCVVeDvUEFI8BoI0y37ROnfZQ/X8vKbqGaa4/HJcM6+5ussUv6XI1jI7XnH7+ttd9uY58Yo7osqJGIjFNPNx5ujdNnvz/OaKO9bf6xwaArH18svwm9ktZ/ua7re5mhbEKu/ru9fpwIl7otruFnTt/0fbd8BHVWX/v3vfe/Omtze9ZvqkJzOZmfROgJCEEHpooXcJIB1haGIDFaWoKFERG3YsKLpZ+1pQF7fgz4K7uLu2tRcgc/nf+95MCMj+dD///z8w7936yn23nHPPOd8TA2Vx6Qhyldg+i7lydDy/Z24PKZLIuz0hGV6RP1QTRy+WStHpuaBi/oV7NdmCJtUFOiJAl3ZkXwbSruxD6R6b6cBpvAxJpJpNBKrBQCUS+oTb430pNq2+flrhc4XKHHlpmK4Nlyay+3rDpVWBwsdDtEPt4C1Gg9HC4xANFL6a83VNzpwAh3wG0zr/oEFZq7KkQSlqIc4UZmaXl4YDw61ZS2yQl+lkROkFn3j4oHk4lZElCrYHLO7Ng6kR1FRqMUXxeAULQgEhkxZEP0GNuKdBeCe+P8kb9MX9xIW3aOKJqX2WN5mFNRB/W8jx8VgJlcXgpRoSkJ0gXm7iVJY/juNB4gMEx03rG8CiF//NSlmN1M60oM8Kcng1z785bL1SJ6E1yvaV96B/pdO4LPlcMPLlG4BirjzRzDBKiR735hok+RIw6zZ0z6XXTHn7oc8r+u4AC0DL19u3f40OoRvRIRICo0EnqPrkiis+QS+gA+gFEoLJO3f18VPApUDKhyodnaqzFF1Os9DjBHIgA0o9rwZS9BSS0rWZ1J5n5nWNSCgtvF3jUvrZ+cdSqyRsXhbT8eAL76B9s+CBe+fnwJLzbtwiPMypJ6/4BFRd8AyZtUdofz3RFwM6NugnY8SfMEoYo4Ex6wAfSARDMcbMVKOvT6Jr/vwHMOn4cfQpiH1GPxBIfXfDituB8Q3iojRp2J/acc1P+20Hgyeu3fMPF9uOatDqJSObnAc9azM65oLfKSUVpIoI8oDRl+7Cvhjw6KK6Ab9z2HFsJhile+neZLbjtNyRnQR4TUpm/lc4sk/hjAoJDvyMAxIKJUUEkLNUCt/43E+EJyUe7ZIZX9FJmWi7TugF3iR0lATPmiKJtL+tALG6NRo4Pq3jiXPJZBtPBDJ+vST/1jMH0Z/RfvTng4weVptKTEy76UwPo2RSl+aWSmrKy6FcpunVyOSwvLxOMRY9ZjIxXTib6YJH0IuDlg/C/0Hl4xwHtQVShHnDo95bZvqHDgqi4WoF/lODR4KDhgbfWjNHWiAFXQCgHvz+C88m2RtEnRbAEwEFH6QgkWdgNktvrqYTJFhMAO3oCarq3OxaVRidfXhSeSSvoWbb73MC13euLIzHSssdtb42+Q7YkKpSKOALg8BLIHy1RrPoS/xkVZ/e8OZYtTo0vfxy3c9pnzjsx8IaSgEPGWXifhceWf5olpnDTyEQeZjOohMemoJ/Uj6BHnrvVnTy6KpVR4HjVpD3l3fWPLnhf5LJ/9kwdsfkJo8EtcB/N1QdR/f3kgKgHDiOrvrDH1Zs/Aj9/NHGoiETOwKiXpk4TxC7Vy/VJkgjTEQ5MCgo0ZP9tYg/DdgcYdMUpylBgG2CId5MPHwL2KaYnqIlXNrQw4wPTDTij5VgbtA/YJbAs4OJGazVVqN/V2u1Er2kaNXKYokeHStpjsWawe9izSU4dKZphn/j4zWvksRA3PYBLxl0aIOvJNIUcEuA5aWXgYVz+cGsi4xHsFirqa7WaCWS4mLJu/hiuC91Bsg1SzqKm/ydEmDPD5TEmmORYtaIXuU6A03FvnKN3bn9tde2Z1k1Zc9ccEEcOh8HSyN4cyLzqdBO3nQ7kWYKZJrJxPaHEkLjBEMJM/l2/6GpRGv70C/1luj7VarYFzGVitWyOUdzWC1CBdUF+bX5oEM8/6UyN8e9+Ob4/SDfTeQuRcZndUzlzYtcebmVWTb263vv+1pidYPoefgTu/FF8TUlkpwcyS53QYFQM30enFPpbmO+C2Xl4avn5rB69L2kNasyxxVRWc2rH3hgtdWiKgYnL86XuPDsQxCZE2nwsX61FOEFRZUTJ2BjaUWVKsCFjKQDnacmOa3z0p5LHUH77qUdI5baDbwdXLmLnDorL71jKRhxIf9y2F49vHvRcPSJwW43rFzdsWRxO8CLqYOPf7R6ncHu4NfYHGvalywBD1zI1ZA56k4uyU4SnlvARRIfWjSx73deLzw0x3oyOeaEmMUEK0dV9j3y6BkwBAdSDz3c9wK4Fgw58+gjfZtewCl06XKiHpPa+9DPZx4FcnQ6t6IiFy64/9vvD15Rfjv68dEzpx4Gyqpy9G1ORUXOQH6F4H1QAeJmXHSPehH6mO1N1aKsSZtgLzgxaVPtwO/bA07A3k2TUFaqdhPjPF9hT4p/NinF/AP3aBm+j06wdg8IuDlkefBYgU8H8EpBG6MxnmBT4H8BHU4bGB7yRuoLMGQNuOnNN9/sgMbU52AIeook3AwNOGcwOgwGr2H+0ZcND+O8xehaXGYwPAxcb7yB/tbXcWfHfjGxPzhgfMkEbNQi4luIEthuYvMxIKRNA3lzugSx7YBC3CdGfsGIm1piuXZHTgz9kA7AdQ9fZuDNibFrj0XrL7v7kcuaG54+lqi6jDafp0TZmOzUAKMOjEhOIOdUMVA+R7eVT5GkNmcf5eFcHPX3PYWD4Ofz21dOZZ+VcW/i+XQjdYR6jTpKvU/9nfon9Sn1JfUV4UFdNFHQV0OugPURTVIX5wYmHA2KBiQliWqIpwfCogqaN4xIbJMlEc/7AkdtzlDYUJJG6SCCkhCZQAQbOXNCTZsTBVyoAOYQ1yuYLHXBGmA0Y+JOWiPqLBGFVcyl0eSC+IkEyi5h5oAITB2qhlE8NEkmH8WpMaMG1EDm5WFXTp9dl+uZUDmoaNVef16lPVQwfahcwsgkeZyb1dMSAAAn1dG+zVkhD6RhRQKPRP/uKuvMbofEiFxurUWnBv+QKoy8nWXMEo2Nu1Oms+o0TwBwl6nwusJEobwxl+2ozkvkGIxyizJCh/N9oIrVcWqJnJMxnMamL1Svm6ANN9Y4B0uVWVkmpemntY68bKtX7VPkSjmYPbzvkLo0T0fn/hQ6HJfZnWYrXLWmqhadKlo4FNxO+8qipQxnHF7nQIO6JPJ8JX/MLc+mVwFI/k2hC5tWTB1SOi9R5UrUaAN7HziycypkWBkb4JxKlzVg8thqsltwn5Br3c0mVVmVEdpik9bdZGBs3SatxkzPU5tUcoaFQJWlC5h0GhMd1tqe7Cn2e2mDRavn84basrS0WuV31zqs4TBUaP7MGqUaCSbgIc2AXJfHVmAfKZPlOwBegaZMMfpD5nxdGd+ikcXG3PVyLi2Ty/g4p+gbZct1xwtK2XwF7Vc+UoTe1gBOo5ByIBeqOHipQQeUqbUjlZJiAIQrizyuHo+xf1NmTJNNojbhZS2Y3g0h+rNkI1+wthTUmsVRJqjUcbiTCLrlcVBC0GuI+h2RxwBBmY0oIwhacYLGlyG91sdKcL8TumwizR8x17K8a0nzhlpWqtBwQOqdPy2SPTaXU+bxBnOs0OIstqllOjOtkahlWjWvsPsUUjkrN4NOuTnf5Ulu9NuHDh/XnVi6H8IWZ0NT2a7lq7NsbXWDDb7CLIcztvZt9Dl6G/3jT8lQRcewjkJe3eyrcvnzpBvK8g7mGv2jG0YmQhFebfIWYw7DIM9y0DTjsXPKzYVqjVyZZzFIOQNUMXJGQkONWqOTMEpQaMrPd4wcBcLl5WEAbpnZXWLQ1bXWAlA1tBrQ3oLslUf3o3/+bsHSV4CjZ/zdaxcPq3XKpQFD2OIYP+KWoLPNrrIMGrJ83f3UQOwtF14lO6mVeD7QQDUIZex5E0HMVZs5iQGTEzU0bcaEgldicNNcISwAiQIRRwiPf5NoRBoi2+kJMyHACumEm0hUXIA2SDiTYDlMtEU1dKgGVhOFGlyRKejZ7ap7YLS2e+joleMHmQrqlLsVgUBgTsC1+/bnlHuUgTnNAeeent2373Y15tmbOleOblmqHHU/PXvl6OYl6jHPNCp2C2Vce3rwP2dtobFlJpzVYitoUOKM5jlCxu17nA1PjVEsbRu9ErzVs8dVW2Bs6lw1eki3dsyDdco9isCcYIAUhHpyx+a55I74n6vh8FgNfrBV05oNhWd2jl41ebAjr1EoMid9Q1ftA6MVSxlz66WK0U82pJ83ndWQbxs2a5Xot0PEzBhEjaMmUFOo2dQ86krqTrKfEywUXNWFRGXOUFpDMREk06HEICpy4n+C0THRvcRjgciFBB1PUWWTFhQ0faRUQpCGJSKsOQQCOhaY6RCeds2A1eFPSG4hIMKI+yJCXWK6jQcX0Ami7FBJSCdotyR0bCQPZxp1cDswGwx5uVwj09AwwsK4aUmLcYNa1wils6QhF4SAtZktejkDJAFFeeEMKK9XyKwMA2mrg7aW1CovYxnVWzSnDLpcNrOaAbTHUOTndfC5mqvP/AyfSDUzx2c9PuOvs/KPoQJYhU7fFg9v3FHuGTX8mxqpXMo4PMzQBwZPuW60xh2Qg519p9WpAk7FEoVoDWZ/CyBmdCsYA3iN5qQyg5ONwdltUzSQgcw4yxN215Uy4IUKKdG7k7Mcx+gkOiihtVof9DG0HAClEUbK2MgIh6QEgmJwQqMya5S0WWPDw5BRK+GOv+ekbvoXI/00FXfD692pf7kvqaMrngJrT+tUPfUjrcq2Ak6Gpw49DBQ7/ZwOM9LJM3/4UfKdCkAmLgMS1q8GyZcvmW9EkwV74wz2ArHpG0yNxT1hBbWV2k3dTT1J9fbv9PQ7h2XPhywn9APx7WQ850ZPxGPX/Ur8/3d5XgQW8+hAFtnPTJIDe6K8ade8vp76yaVh2BPucuxxhFNZAtDRfzwA6v8uv6snXJpKMsnJ9ee8K9/pXT4oRc3bNbleQoVLw/gxusJnkv3VgPpiQXTR1P+mANgOqNJwD6KIN2+iQy+h0rKbGmo4ngMWUesFD4IPUb+j3qI+wpTYWaABblAIai6y49fvJFFsd91/Gaf/y+/5W/rHhUA+/7fX+3/5fKygrHJG1FLpPed24H8/JH9rwXMHSA3wTPSbawHqv7+ThAraTgn7XBJ8RAMgZ7/9teCj/cGLQyBdPHhGwEwRDvC/qNb3X5Q9D4YJ85q1Z7VML9uFR0mI7BheoFRHZJ0ZZSGzyZCxMmX2o/fTunXofYfDOdxxEnSfdLQ7HKhHVLB7H73f96qgWpdESUG1rhT4SQHHyZOkwieibh2b9r1M9lOcgtRoBJF/iXwPph0JXwJEXzEgvYSyEUZPLCrw7Ofz4gziNCYwoDTBBgkIvmFEcgrTZ8rguKqWtZX42LqmEt03qrVlU5NwAFctB/qnvDX1uY1f1dSnmp/svvttMKRqXLByTSs5rgUzWkc1bWohByZcOb9t6d6h5HhL6lj78kV7m9tXLLq18AX06dKCKqeic/yOMcceXH6sbX5l8y1L8XHo3qVzVrQ37120vL351kXE/uosBYkvcKOIucib0sbu4sPjZ4e9S6bkQ7+t1+aH+VOWjN51367R9NfXvxToe13QBIsFXro++d2tt353DlMkY3fkxlQ80LGhfKAiH1FEUk1jhQibqJhqScJkKlkLn041pZrY0353qtZR70jVuv0FQdhryjPB3mDBJDAJrv10MUIIpihfpQ4ltVqQ1FX6aCpcrwaUVHqWUteLUHn4/lLRj8k5q2icxQaE52BB+hzKxMlzsWTHF9OsYiD9gAHhgJ9SWHzxAQpOhGrBjWgBWsC+OyCSJ4YPo8FoMHsq6EG11lorqmVoyKaDnmCuDzyKf73muBn0+nLBo/6crl5Qvr/7gQceSG3LhFbeBeT7u5999tlUFeryV2tPqNUnIP4jZ221H/QEa7VPg+vwsVcu79XWBlH309paUaaCpBQL8XvLcLsHqQKqjuzWGj00QTYN0pjCi0KPFzM/lNgjOY/BFPBEYiU+T8xDeHWfJ0A8j+EcocPSPg9XigA429fZLQF79Adqlus+mIEO/zkF2KNXvTkTpi5ZeiYOwm++gv4IrG0TnkN96HPYMfaKZTUHl1xaPHJJsil1K/PAWvTHuZ0vpJ6sTaA3gfQvbwP+ig+v1LkWrYrcfei5oa3X/cXRsG7C4x1ZB1YNWzOq3Jb+hpn9TBcVoPLwmwwW/PxcsBrywu4T2VsgGw20L4YpVUP6xOIynnjsHLoPgSaiI2YfHnq4UQZKwo6hbWDdsp5r54eaR7U+fOeKqYefXQvljUPALWDnhuT+2y5/s/oqxdDixQrENM0DNej350vB0PV9Xy5dfFtOSXfZ8Bwdev6pzsnokeOL52S1DJIbNj9ycOPW/b/zhsElq0vrgbw1w2txGZz7EEFn7fdaIOzBmjP6ZyFCmYMBCEUJA+UDwhxSiMeVoD5DgGwpScG1r1177WupbTvm2O1zWuvc7j0txg5D1vLBc+i3H1u3/rHH1q97bBf64Qgapnx+86qnrf8AW4ZPVpkIxoDimSNAwbhJ/WvPPPf2DkmOe3dLa61b6pFWDqU/WvcYrv/oo+ufRT+i3294dM+lE8EDtxZBsPsZIEU/UOfxjlL8Pg1UaxoJgGyfUiI3KJgvx/FDx89thFVlGI9AJP2dOJq8fSCzvyy2CWEO31vSs3hxD9Je2lE62VpSULnSaolWdZgMHXSf+CUOGm6YMudmORi/69ixXTf+EX4s44dVo7+IH+in7a9u2zZj5jY6u2fxkuHti9GrB5aWFxkM+BqVKy0eFi4UP+ZNgyauvGZ237Gdu469cyN6DgRWgHdxOuqZsW3bq9u3EbTxs2MkX7FnKRXul/mYTx4moCbRXEAQvmIGymTHHDOtATTRbo0nQoBYGwHModE8aQEgoQMhnmglskTqxKlZLohTEnQgQRTX2Dim6k10owaiiXjsKziNzAvb8g7dUDO1yE0zz+kgJ/UNv0aSPKIs5vWDb5T+4xh339/KUqHC99AL/MeG9rCl2FdkKYK739UrTKqwv8rTpPD+E5St3f4+mrTb2zGoUqcDO91xpSIEFqHrTE66LGAvbfZP5JSwHG2ZOOT6uaOMRjDTVqnT11w2JvUZusnpoxmO3Q8WgXkPaE0m+tEadM0zSjDD7WCgwZRnjaOX0M5Am8/gNZnkenoIWPDClyPR1YYx42+e1KBSAdqu0VSJfaRWKvZ5sq/bcA4tgvfg1iJEJNefMtBw1JMxIM04EsHtR7qHmagwgBOTN0+evHkj/fN4aJGlKJkFsrSQhPTqru6e7j4KH7rU+k2THHPNd0yjqWl3mOc6Jm0C60ihyeAEmCnleWnKKkYphEn2JHG9mRSPmJ5L4tJ3Tl6/fjKatEm0q5WS6TZKVWA+vnUAr/a/PLCIs+xJe8Qy8xm7WXDu3dMpXNakTRd99KSIipckL3DqtPi4Mwa8N+MR0mBy0yTyErXk8WvF47mXOEHIrBPkVVCW0Exgo9gAfc8IUUwPZGEe5YTwfpSfDFRXBuuPbAIR92kJ8mb9R9GfMFEiFI/siaANRYDcb0W9Vr8coIgtyIMdnwjHl8gxSWDhk3zQ9hLYgY+fgB2dJUHdtqDV57MGt+mCOPeG/kOS5xGuEEQLhcOAucZI5VKNgi5MGjRJnOXTZtjxBE71DEjNElJ5nOoX9hP7SzOCez4wUDVttuv3aMvNOXYTm7V50d/u59W8o8v3JfrDTbuKfFbOtXoDML9jUVt9C8Lr0KMPv9Fjdme7Fc4tD+4D+bONvDP3zQvh55uy+KVeWa7BKbXPVti/CBu35aiiVp/Us1blA7pC89BhhVzA5c6RBhqrlNkTLhAGAdGXLf4mPKGGiV82juYwjx3CoQSf8DAUescCzIjN2+5Cx0ChBX0KzuAwyGfeST3tRlNd6CsXKISDXWCfC+hceOzp8O8aGcVcSqnxCks82ldSQ6hR1DRqOrUYc6TbqOuo26iDVC/1LvG2RXqplxiNkhkbR3EzkrblaIM54zwgRnYHvYXEtjdhJoo4sVCiBM/2tJkz+IT0KKbZz2W404o7OIJzZIDnDIJnJOIi2ZS4MCZGRLvwMkCTbLIG8kSMae6PYXrVxHPFQgzysXjaGF/AbxaoOpJACUIKWotJSJVcplargUpmAjkKpUqqlaqAXCGRqRUy2ZkvDAaohjodVI+z2aBUZjbLpMB2xGpVyKHRCOWKyWYzVKqMRpWyC8fVEpnBIJOowQb0kdEo57QQ80taTj6Z5xVSHMJxqWIaTjPwOKKSypTgypc1Gg1mCdRqjUEzXa3WmrRAqQRak+ZPar1NDyQSJZTLFFJODZlZB5b1/Vuld4zuegG4dLGyZQf2fwMVcrVanvrhG7mq5Bhs1kpZVqqVpJ4FnwM5p5BxKrAguU4mW5eUNb31ukz+2lsyPDI//+FLheLLH5Rs3/cq1fd9KvdnP2pl3I+fSWTIBBeizT9yCv2PYK1eMRzlfS9V8N+Dd3lFFpJ8azR+C07LVKqUDn6G4FdyjVrxFUAKtdqFDF8otFrFF+ALpVaLpP9U6fWqJcvgWloj41ipPnXjsrugXkVvMsu96FSv6QCVwSegBB/GdgGBlKKy/Ak81ZAd+ipg+t9jjABOLUZL4pAH74G9K46i21AXuu3oCrD3V+KHQQ+YdjQTP0pTY0bdJ+pj3Deq774BEZAzIMLk4FNSjOHTgP1cnrJRPmoyHjuX4rGzFc9Jv9yvM3M6D/GnLChbExEuEKRlZBNXwhnFPXMOCn77iD07INYhRrIHS2wOKmBEsL/Hr40PmLJQAyAx40mOmLzH8L+QgaNJ0RC5ioQN+siYLGGPOML9AMrJcJdjM1gpV6JXlGA6sTVLURB5ohXlN7i0aggkdUWX13xw/03jNSoLYOWMbPJotQyWJBr9FpVK4TYCs1IvI8bwygSyl4yODgUbNCr8OAJChRKs3boTmtiWqL3UBVdYLm0pUjPMZmGLLQPDHHY0oiucSlCmPK1nKGLQdpqCI2wurtiEmSsAgmGPpQKd5pSAkdvCs/NlGghHd1+xruOWSFhjLJRAmnWtGbQf2S2Xh8fRq3M6uQAdZhiA65pwe6Tmxu2YKG5YOGZRqcLiAIA6r5+J32jUb/s2vJEAGuPWj0XJ5joOC5B+tEQDfCUFxDUbAVYntJ0Ptzgdjf1qS89t2r8vydGQoQFLJ/ftb0Lvdk5nIWTw00vgdUuugyxgGAjZ6Z2/odno5PzUfPCJwaaVWmivDNnhzvnzUbPBZiTOdtksGfSkPpK5JUajzQCemP/Ldhj529qBmAL4CKgnkQZDN/CROC02hgDhRsQNhUCI8/SvNgLIB9Zhs1k5i1+agSxHz28BvsbeFxrQp82zGSWNexcjUcxrQR82Pvv8b2iGz+bNu53jpYyE4WTM7fPmAR2wzZ+/j+MZGl9HuQ+3ydfok4yOzMD3LxV0gX9rC2COUvTTjSkNguwIfDoycgnY4q+/cxYYPOnKlpyG4c01RR3ouomAXbGyxF1a7f5tL3i3xpzsGLHSzs9P/QlYgFLv6Rjv1lzsnXKoyG+ceXSeWMIMGFFdyvCrr8Ak+6hesvnR3tONadLf8NygF/X2kirJblKFIGdmnjWzL0OeN0E1CyjrMZ+Rjfmc6bPx19/BR8DFdUCwEBa0oON8LEqcJMI0GQ2TREmQ/OjK//XtkklEwW3zpdd/eL3UOD053OQ9Ivh6Y5ID/sCvvXEyiaeyd9CdduvIhQtHWu01oDWZtCGb4J+xX+d1wLcqo1oEbbbftE4YM14j+x03JOIE6FEbEpHVTFoBdSUUIV5BCwBJMQgpv945MZFDfEce2EQYg00HtOCQm9+wQRs3GFndjBk61qh/1m4YO1YfD0K+pISHvOG3zE4FUlPqBHElebewb3y3JjXYsg/s2WeU6HQx4xr0/BpjTKu50TCpbxIP/TFD2Y1lhphed5E+Hf2t4/TCvSE202oCGmY08utLoeCFGAlHegFpFrUM/QRkst+0jtHJTF2AjxC/fy95fyDvBHLZRb5/ghpG8JN+05tVE9tRQLTfiYWpYL7iMXG04LcIEFV3Yr6IqVxMKPBiWZIZ+vWP3yW1KaIKWvrEE1IaB2zSv6nxy6rVf7swHS1XaeBV0KSqSZ9/U4vgKwTxlb77Dl8hiK8E8nn8h45dmJ6S4CvS5NJyHOj7PQ5gnid0djd7HLcX0dDF5JEEio595JjrMdkI7ZQI9ntcx4OAqCQN3O5jj8+cWveHOwrbOxx1c2cs7RprB3bbuFWrh9+7fPsdbx969LlyztpQUad3l0ditX+8oxq+9LL5CvTt7bb8Il1sybUfAw5c8tZ7aDf66uWue78cAsKHe3841rtvPWCUoazZI8Z2Tp/w9F/SMn1OnNcklBxzU3rMmVoJNgAPdAE2EZKBQGbDGfNuOjaAaRSdIe1UjLAkIgv9VzgBPYoe//3v6SgOfYcebQVavHh9fTVoS93FvPl79DhQpe6io96+N415xr43vV46igM4ASxCl4DZH/k3bOh7H+w49NHlTzzxxKSPwGx0CfpqA4D+Q2AHuik39WG2OfWhSgW95mzozTZDL6bkPzRn8Frxi7Arcb8cK/ZJYdfO58mFgoSjH8CD6N3rcSYQmGeirZDBC3ex0fQuHpfRAfN5Ra9a0kVXfnE3o6HPDAaQve+LSyYq9y+b0joMhB47ACx3gtNv3LP2ytnaGmVDa6K1NZY3oq5u6IjFdavuvmfNtdMm1beUtDeX5Q6vqx/asahm9X2wr+CV1fs/BfJ/3nXJ0/FQ7tI7ym8+cjv64k6JBX29evt0w1B1XUM81pjT2NHRmHPtilXbpy6orY+WDRITtp1vfyBibxKrmgThP843GvBn4VeJmBMgESxJhCRaKgsfvSFOnxUXfMuyZjwBcyYDfO2Xqv+wF22+//mO+zqeP/PN8w7H852wHqwVE15Lu4qlZzzf2fm8Q0JdRFNY3Ukq4aqkwv1oc+o5IQEEPxYrS5+/X7ycsF+TJTnB/oWgQIBzCk56osxPEXyCrGqy5R+KmRi95MSV/0S9qAf1/vPK50H70Q/QB2m/trPQBx8cBe3Pw+TDJPPKf4Lah/8Eln7tPpmPev6xUXRju/EfoCv/pPtrtI3ohPN4Pvs3bsPpuKfH9YlIMR6FjKBMIhiwA2LmTjY1E8R8Iy5oAxGCkWQKAbVgFS8auxcwmOuJmopdUrM+rVvOS//6Eguk4dpSDzt0SGROa7VWG3Jo7Cq1PDs/R62aE2oz8CBkNNze4wnRjGm4wzE7r4Pn3V5DoWf8iMEmY+VQC5OVU5ytVqk5eTh/eHFjbpGDB/SH6JKzh9Ghz7fAXcfBajxCpNFZK/bsPDA4EtK6ddropiUzXE5rsccmkSzVNdnsRYuy3E8+XrDY6wkM1umWqoc4naW3HK7Ndxs8Om1s7Yq13bNHVul0KtrprY+0N8+as3EwSqEZ/7jxZ9Ah0j1CX1NiPjdMtVOTqAXUKupK6ibibyPoJ54T8H/M1HH4GNQmzBKOqF0TK0YuFk+E4glznOaIIZeEqO6YcRdMBENEa5t0S5KLjxF8AXwZPFGmi4XifkqLj6LuJa6QIFWEWqQrUAOMYRjROOY8NXh63tvotnnlzry6G9/X1aX+NtJkL5s2rczFd/hYafk8dNvbpXW692+sy1v9qVr9L3fD4bLOopKJJUWdZYcb3P9Sqz/11B+uGFeUtyCvaFzF4XqUU1dKigd9ZfNAF6OdVmY3jfT7OnhXmanMFyQ3Ka17B3QB1daT6EV0AL14cuvWk6ASdILKk49dZIDMqpe8ddBbHCm7J2+MEuoclSWeQ+DmQ57SUseM7oXoX96Db0nqgXJM3j1lETihPWdMTvvE1jsa9N/I5d/oG+5onSgkTWq5o1H/tVz+tb7xjhYYrIeKMTn3luaUeg6+lbofzTrkKal0zF7YPcNRWuoJenDGvTljFBDfGq+d5Mm2DnxauO9i2vnnZFkcpcVU3yBqLrWUaDcGDERKHI3Q6bMpEZP4Mmr3RoL+Tw4EXoSwHWQaFjiQUJyPCquGj9A3bEzEjY+YojEfSSNuBcj0GzX6cGVaEB6Jgpj4hS5QYdOk+dNm+ZtbW/3BA21lkcoxyyvygtmLw40tuSe62uzFxa2d8sDgKyG8kganXXial/lkc+lrmEo/oLWYe9O7S4O16NWiIcWRpmI4Y6BI7GR9TS3YOXpUZzRwmdO5ZExkjobWNcYsdGBWfoNPe6ShVs26LXlSzSXDLQ4ZmmpPgE0FZnMRWhmRrTJ2fAyXdRgs7sJlNIDHA/GKoAW+50/EA/5YfOQFGK8SqhHPQ0cEDGytsIe5gFpBvHr4vMS/Ak1WJBIgI0PwpC4gs7BGrccrqCbHCPMQS8vxzRHgI1r1oShRtQ8YBVSrmC4a8wqI/QSeH+dEjcRVmM6Q1vwW1z848q7bDu6uqKxYu3YFUPlztTvWhkP5g8eMGZyPdg5afUndEw01Q6Y8d01XxzTwxIcM8yEDJw2eXd0ZcUohZ5EYg12Sv0vu15SpR4+tSn3dVlbePryi3DRjzkx6YlXH9VvBm68p5bnZ6x8zS4Mhd7bZ6MofWYbetpbNb76rkskevdDBWO4dcfXhwr7n8sfDqZO9ngmpW8Y/8mIoXNk1rgJMYaDkuZa4L3vtcwy6YROjvnTs2PKKcdQv/FLLgI/GkwftA7roL+w9soG8+1aLIeeWlYCbCf9ynlK6AXyHu0LeRFCKeHSEvup837NlZynmFfyNnAJWkAgOxkEiASPbXkERuZGYpBALcQEbRoCdJNq7IrAQ2WQWwI+JYgUmQujmJcMro9Wxn/KB3cjiYaI2Bpsaw1WDtYt7wL/3ou9uq20wmlnWb4yWTX002dKSfPR5fCqRq4LZ8tpJe/+6/DagYgw9i30Nw9E2ZDF5oN2w7rvfPb6xsnOYL6d9cQEe2N/vVbMBfGdGla6OT1OXzDGEDWp+zfYVf907cS9eB/XpdZAgNacVZRMEWoRYbkvcRGudjGNgTFNVBIXSxxF4TbOI1pR2KSMo2uLeJjqWIfvpAlAMEVWIjRTTArXUpAI69eHLrj68ZUtxR2XE6zYoQUJPM61jQ36ZUWdUaAEmsiqGGkYmpJBha/8dWzqiViNV10qzH+jwNS4fVWdwKyoMjBzCopUqlpHqh2YDhqHN8D3eYyjXmqqVV4PcyvqEMV7e1jS9vZwd2aAuUQKWBUv+sCB3icaQZXRDwNw8yBAoyGEskql6E89CBoD8MK2xxQPhkBOaAISQVjxbTRuyGxgZiBcAPkN3VWM683kBJ9yDaeShAobsOaJ9oKgbXjwZ4CBD+oMwOENcwk9QRQiyHNFeMYugc1qBUjXBxkh2bn19bjZtjYbt+fn2cPSLYjEFHiwJkZRQCfrRHboXnbzT7PPYiqrtHbLUEPThC6D1pYdB2TG46MpliVd2NZICdwLHvbcDx/2MvCMSDYeiaIojL9/uyM8DX12YcB9zMzq1t62ZpuWMDq5/73Xgvhc47tz8aapm2Z/GPr4wsO1b4Pp227bvRPwSyVncNK60r2GBZw3QIkRSDPMMBDlLwHaQnPRIzlKsXa1TqFDFt3q3Ssab6a4zx9CyAA29kqQGrwg/WMKnKadWyh5Gx80M5zGASYyvb/od6uwwT/fKzuElnGV/wpxo1nl3BZm7pu8JeMDKwMD7pr5Bf9Y71TLehMIBmvZJkj70+genZ4F2egrynrv7X9Bho3D3F3+vzg4Z6F7jaTWb2/fSlXB939/Pm3dKhDmB0B/4y4m8bNSUVt0XNPrxVzVxmZlIgAsWPi57vkNb0XxfQq0+ik7uPYheW8gB6ZVyjZYb+u6KOc9eNWLEVc/OmXao6UrijhrV2oLhkGvjfMDfsBc4jqZOZ5T3TghKaLQDvUqwua7fLLdKr5JB+ZQ5uPrb+CqD669yhcJEl5B45t4wc9Hqo3tQvzZfV0Z/7Zz+ip3wFWqoFehwbQE4z5psI+oTKWuBBJ91P7j+AsEhS+HMgYXQk7+QDVbjez2P77UF05Np7TNhlsQzCBHTCWCERtpgdtFprm5giRBuN4I8DDJun/AIE7g3onVu5Iloz0PmIr4kVAAvXkK4rmRH3iP5eQ/nWWzevHKtBwBVIDUpqAIgoK2NhK2WwsMFufflmK3u7LjGQ7AvWalapqks8FssBYcLcu7NsVq9uaUaH65og89YcUWffkTUasWXzD2Ya7X68stxpldbWei3JDku2+p2MXK5cQXYapQzjNyItm03ySXA6bblcVyOxeVi5XLzyjI6ny6wR7whi0TOOIS8PJvLDiVy49Wo16igaYUR1F6NA+ZgOtMBWLn5qr4RK4xyDjpdtjwBY8hyNskg3MZ5afwIwfzknIK2rz9ElO9FO+F4NsG7QAFLhLFJaL91gdV/rc+2wOa7Ydq6+tpx41YtAhHwkdXPNgx11gKJVRE7k7T6/Vbm+TPV5Ay+VhaWr1q2/cDK5dkBv8BHkD5FDfA7QjSIG6jBmNoxemKBX2gKe2K80RcjZ/rCvAv3ynA54qYSdKEeKLjXSuO69fT1nDghoVJZJ84l0slzYVh74kRfD9khHQAiFwQ4Dqlksg//mPNyEDUwli4myrfTvumJNgXxHoLbkODs4Zkcr6MB0jmzcDqenVjMCbFxpnfLM8+gH5+BaM/EdTi4Zd1EMAcSuDcSRHsgBHMmQooUeWaL0nRoDMkac8ikFKvhkAUnnjdWA1SMovyiDWwcs0ymqLiVjJcaLuMcLyEYxP7ClI+lLhs3quobCL+pGjXussseXge/qR6JA+NGVn8D1z0MLhtIKqUeXle+UqvWrixf9zAuwmlXll328GVlK7XcuMvoEwPpJq6fd9Thb11NtVDjqBmYe6AoYdtX2OEVBBOJODATnD2NgIBwjpGLElz1iBvwwuZxWmvWhJfOgbG42HeF+TOUVl0RpOoitkuJCI1mgIMMRdYFB/LkBqtKkaP3bhhlpZ8q+L6R52vHE9xU9DcCyyrAqT5xey0f4xvPyJUq+QSZTG6Td8rfV1gUnXK5zC6bIMvSqwXgky71g3qHHv/fPYEUleNiNrmMvjlikOcdWGAtkrPhURu8CvBAwXeN+IK1tz9xbeYewEVwX8fX8nwjyEtXxFe2fyUcZULKM8K1e9K30usHZe6PnyiNS0DalqEM5MuDAEt74AVbQCBOzIB5czBkZgMJCZfgiVGwOcHynCmSCPEBOBW4gXshupX95R4Qs3DnrK9rLt/1VQx9jD6OfbVra/XXs3a6QNPVly77cdmlV4Mm+Pbbb6OHmeRFGNwzQ14/Q48/ARqUR1vW7tu3tuWoEj17Yjx95vXNYfTnQaHQIJATpgTfdWn/0BmbgqGC1xCyw3AH9Sh1hMwOGc/VaVfuF8TBr+QHMkpNvl8r+ev5nlgJywjADtUMXgFdjO6CIrp+x6FA9BIpuoo8F4S1F01OPe8IQhi0w7P/TS2QTCG0EW1MIV20fdtjQAWqgfLQtvao7lyZoB0l7cET/TrwA7yLoiUXS90RtG/YYA+m/osq4CqVfA4EM+UqXUnLsNbyQKC8dVhLCRp7rsQofEl84X65XxoXwSBo75SlccD65yWeIBoRQV8mQRAlRMygH9qN7Q/B3qAtaEN4Qj7FWeC/CLytGMUz+T0Wru84gToCWQTsNxNielM4PyUsFZCi55pTtbC3L4nSiwJeJCgzSKTdnZOjSOcKz+wkFKeBI9pCTAjgBSqorwFmQASRnHCW/E8ggBbt6rkTVRxGux4H89YW3tmzC1wXnNccQN2fgeuD85iK4Nwg6sZlCtcKRQ6Dl0iZ6wPN83Hdz8B1AUH2bz2rlPxT8NtnpMoFr0QDURAu4uvSxWLqJi7Ae8bNEResZvGo14vWdwlaEPun/SXwgvMFFzCn1wCjLhE30XPXP7oe/wc/ruscv379+M51H9cOP3PPyIrcCYMnRMc7RsNGu4Sx+bhFbI25MTg4OrSq+eVVZ0bNr182p20MA6QeDjBjh89ZVjd35JlV1pwQo6EnNzCfNkw2hnJox8gVK0aOWr58VPqMfoa3jB3aODE1xew1aXBN4JDQVtsEgppPSxRas9uyczb6+6HFvqzC6GLQBKAUoAeXRAqz/EsOAfvsnYESO5TT8Ikhs2YNSTVr7CWkzWbg9XBvWk5L8CRwzxLcien4BLHBNyaADng4In7l6eT10H399akzY0DTcUw0t6Gnjx9HSxYybagNPEp+KSmi7Wf+efw4c1+fArXh8+XAI/bh8WcBex+bwpxgLp612qiZZKaCpKkFIkrkggUAz5BEAxjBrjGI43gxIiIuQBbAUJAWwDnTfh4I5oXg5MZPvqCexVEWT9oSEW1VUKnBxWgWsMpQ/KxPxQCWqdwNKjTFVot9F128En2p8/FKVqrP8ameHZw3ymyly7h7owGb+r5CNavzFYHlr7dJHalOtqK8FF0utWeD1vKwjA7CW2inBr3cYAHmArXLBZovi8gcgaJdkuPr0fuqLKlsco7GqFTLmx9r4hUyefBkQhMaB73WSMvjjbDVqffKctGR+J8NaqMcGFuNEWOuDoTq7ZwJjphl0I2DY3z23EkauU+f+v2rIYO8RSOFmCApDIOZ99dLeJ35gzLBvl+U4yTPs32wUz5MtxKfNfjrCVSeToB5jJ33IzSssEno0Rm48yAdPDGGQkSSnxIsNVgKYaLp3A8TecGSoCR5mlKwr2Oarrv9VLK9G1Ck0llM3dGUUI/ql8cLv75aulcEEmZqz/R63EHmvTOCripTm8RVcygV92cBb8GN57YRmC5Lj1qjIeHFzEraiiZB9P0EIDAB/8rnJc6IBfIbry1COo8pGBxO44KdS2cM4R2XdVw2B7as37h+GK3fLW/74h9ftMl3U2cVyiv+tWf0/etnlEPdLvlmsBIkwcrN8l1IoXgMrUelaP1jCoVut/wZyEAbZJ6R71bdYMjKy8syrI3gv116lbx13LhWuUq/C2ilc6fnVVfn7dIr5Zt37NgsV+JEjezWfftulZGCT7/xxtOkINGCE+xmhH3MgVKpGmoYNZKaTs2n1uDBeYFPOOq/PBNsSBHVLhIfmDYQ6047QAd7II0LksOIXgR4XTgh8UQPGxi7aCI9rGVOC/6PMvUz5ngsPgpJr7eUnBYk5yw+xuaJtcl/8LpwQq8PjF00MZUE56T38KyY1SvAUov8BrpLSKOp0xQpJyFH4hHvLMV+JSG4eoOEfRDo8RGYPAIfIBhBkY3JCiC4vxEmEKJkIbp0MvhCmAmkhSZKZDTSMVH6ld40FnnzrEGWSUA2ZD1jtNAyn94vY4Obtsx+qHtWzKIANMMMv6mg/cPFV3d2ztDDkUCBjpuc9L/YfCcc411fNH8xvXrUStTosfHogMbmcRlLT3R/VBqA5tDcKbubaiQ0oCsem7/h044wBKBLmvpR7jGxv3MGbXz2fjKHh9JrrZzS4xk8TLgqM8V7IB3EzJ+Eg3Q8oef1JEUGtDTxbxMUdQ/04LCHB/IuVL/+a6XeQO8vbhn+SJg59vHnINeHqrIRxcyZ2YDet45geC2YbfSxS+kuG6ZdZ4HDoETrQ7e88jyIA8cHJ9FBcC06kuLRYngTHUr1onFoLSyCCpAP7FqrzYBmi7IRmWg3oqEslAPzOIIfeuCLEwliwszSuG9yTEBwC8RHAR3lfaxgKULAHYyiijBnipqIure4iR93gwBm4ehoImoyRy/sxdyTV6lLaEZJK09vLFfUou8hSADNHTrb8iFbHwJs4MCcA3DPoPY1ewHYURSsDI1pMpmbF228FV5TnFdc0BTXgN5knenHB33vspqbky0lPwvdSYqP0BvYLpNnyRMrQSiuGj4RNY9vWuFEEG5IrYMbtfblk2cNMfuNriyP4jovWDljXqPVazR5gFV6Szx1qMvUTD9/RrgYK/RNS3/bEGuJXCpK1WJOfxyeCWZTi6nV1F7qKeoV6hPqFFAAK27TStAMxoE14GqyC51xzoGZwyDUJyRQb47rYcikh5ywpx4T9tVANOYzRo0VMEZ8SxujMXM0QRtzQawCGKOhSDQRLykE3lwciUX9Jf1CfX/E7GPEuRjH4umQ1+wNeYOCNAVPs8WRmKDaWmw2moycg/iL90kCUSLJ8nKi92N81ZJoxAmEk9EcJVBMGTa7BuA7B0mGOSHu/Ar76JgdJc8fFzZ5ibdkH74MeQXiSDtj5UXyQuRO0XN3wVcxpTNDokmRcN0Lb3pehXRmJo/z+siWD9kNMAibkwnCGCeIcDUYIu0U/AW+z5TkTbOfvWLEiCuOzLkpuWnylDvXTZywfv2EiZM2Tpm8KXnTnCMk79nZN8GZnI6jnQwrkbC0hGGlkKYJKIrwBwEe7GdMJl5vMul5cFcl2wS2mjB9w+tPm/1ms38r0Zkk5cieO2CgUAmC00dcTmuWRu22aFwuj8vpcR1wOnU24mjEoXm0UG22mg1Kk8fmKlRZ3FaDyupxejZKVSq+qMjlcBQaZzqDIZfHpNYbvdxM/yaz0uVyyqUymT7kcfJqvU5vNut5rdrg8Bx1uTR2ZyjkdKi3mJVOJykmXe90akpDIYdT3UY0hiGhSCFDM5DEhCckTz174ABi7h+Nm2o2aZbR80EVqBw5HR1D706fDvJA/pr56AX0wjxSYs5sXKLvOE3rDCqVQaNSoTJIy1lAWkHF5gUtVj1vGZvlFgNWv5WcnIARngKK7UOUbskz4IcYjfMsFoN26zC/fxj5NTZoDeHqsMHilUBGrlFY1BaDhwR1arPOorZypip7dra9KrI97M4K8SaNR5kVwvVbfIyDwRW1FhWwBC1Ki/bqzKVWZ7Kvblw92JBdmW2gyRcjLQKFpyB/5JtDQZcaMJ8MnApE//TCXCDHswHZ+aunxlLTqHl4JriMuoq6WfBySBBhBYffBiHAEkN4XcY5PJuWIcfPDSnBUaiIcS2MKkGWnFb0iWUGBdCpgRKynnP0QkDwRM8nyOhL/0BU0Lwit4v9QmoIyvzOSp2uyuGXfF3LG2pOjZwxfMqU5vxKV10dqM1OOI12o9PizS7Lq/QXBKS8w1RkzskbHK0FpkB2cU1NQW4wHG6ePas5h/mpbh96Ed2LDAhJPLZg3wPzds2btwvA6wZ3jh+8/e2nVixduuIpsLV9bkt16dQ6GfC0Jn6WJlpbE9zPiVb4U9Rje9/uVpXMXNI8CT0WjI4Hrf8K5xnkerXWaM8LJMK+bK1KojQZ7Hnh2qrs1kBdpKgh2GqYuWNm6kmoCY/bseGaoiB8kdx0nhSMOXEC3Scr7SxtLkOPXaNtKyxBj22B/jPK0ra2UuZ7fCTkuL7/20FMkasxH+rA9HgQc6PDqQnUUepveAZngQz4QQ2YRlF8NAQSZDLG81rAHDOXkOk3EhBPQDyx0RBx6s75QkZfyMf5eLzKRc0JYFAz3iCeEEMcJvTNCVzN6NNFjeLF+o24dHhhNAtzPSb7ExGyF+OC8UyizmcMkf/CVEjWXiHG9fO4Qgb+eYz4c5MfJ9gg4bq4p5GFQsRJT5CHNkg4F3BiDp90DfIoEUFEJ6SVxAtoIdFMdoUGPCZBcBM7MEG8KxBRpY1Ehm+Ku0DCKMnkSQR5RDrPBWhdpjm8sRKc6g2qGQH7IiG0TmzF+HxY19x05/btoGr6s+FRI7OBJ6djRC76jBzB6+Pz+kz1k8smb7ZutTZd2nXJvNGtcI9C57CELNmyde0jz1KAae94ayH64PjxPTfeyL4r9q1F1oT1PX6xATrlcmA212aPlllLrX/3PnHIeth8alD4oKU4dU1u7sume9vEbrgy6nokYUYvukvfMTd+Fo+gO8HYRMkxY4X7QamUgboy9z2VqXyLyaqvs3gH1d1cVI4+txptujqAmVazvqn2pmLMl/z1r7tvvBF9WQ9/mrVunddbHPGWhDeu8PuKi31fWWovu8xjDeQGrLHwhuX+8uE3Tly92Xa5ddiGLTVcjsat1EnsfufEqQunL6HHLEhdPnx4cSLedsnxSs+gsLMKfOusDC4oRN+8i/8qK4EGnQXgqadS7xpcBhUHwYTOTqAZP76vFGjKcL3UO58khg9PwANVVQUFhYXTgXqMWakEsKqqvByszsN/Jvw3dWpe3mNgKymZ6jSl/8rL0eUVFeNVs6Yz0rEWyxlzWCbzOuP5HuN0oHGBeyw47nHFZD6NSc5NAxrgTF2K71qK7wrvRd8ATerSMeVWrZwL+kM5ZVatDEgC6pm+cqtKCVhFwEUSDYwE1qNvX3+9snLLVRV4dpXrnHww/Cf8NakjR8j4VPSPTwXmunx4XI6kLqG2UPuoB6nD1B/S3qjS+0S4S/s4whEQxIeB6QLoCEdLCOYI0WcTpGQsHxeSB1hv4zMuQQnFNSAkQJWQ3msWMxLgN1/JINbgYyVCeU6AO0kQ03DxAU0XzsPw02jA6YsEHAFah5lVHVToTTYLmBL1O/0k9fQ9rdU9PKwDUkmLAeqBUq810WOmgVg2SVHT9sYhMweVOyr1jGoQD56Xsq0Kbl4eqxvGSkP5oEOFo9RZsK61ep9BuEiHkvnlRWyDyEXwekAu8oGqWSEUrefhqaFsDp5JoIIP+7kl59HVywPFWY5A1LMyxwXmKxjjvf6IEN9eEePRHImcv0Qqp+HUvwFWIveEFwytaLIYlDItMMpl8r27tDIWLtnMdEtVctBdmq6iuvSXVYCW0YKDQK1AXZCV8YD3mfDtzOCj85ZissfSvxZrqAg1BK/EE6gF1KXU1dQt4jqMF1RC/bK+uLAKC+tuetnl0ojchJYNCstuIg4SvpiGjqbNKEWFLlZYgPHkq4sSXEleWMEFK9dQGk0ycY6BFzIk6foC+RsMRX+BySmpMvIes97pKANPXCKJRE99Ud/ozwqW1+sbOloLiuoaQu4iZ4dbP6RrRFEUM1tdG/QFuuq84NCswixlDrhSo8oqlMs37bKVagt37YKX5IcH18akm3f5s0ZGq1BeQX1BQT39cFFkcteimsS8mRXassG5BjP7MzyfS1o1KOCTnXCNmfZpRZ1VZVLbPN1ZwVBTeZ1Fbda6rfrF2YFs4Fu01bhEOvt/RvldiuVc5CXr1XSWqxRlg4gbPQT+8uHqspLSwtQa625FaR14kdy5EH2+uKZ285JkZSI8283zhWr4yHkfjqbUmCf+VkIJ45wgK+nNpIHIfnCIjZQIY5msMsBEYEoIGluc+KeqZogbiczmE168zETVXmKq+rKlBNXuencnAJRWWzE6azYTlQL5zw/L7dJROPA0H+kYVxX67DlpaXupdO1zMXAHzoEH0d5XS1rm7do576Gs0RVa7dDZklq5XXbqPimUd+ECt2d5cybecN+3V+8BrIM3EP16A6/fMAnMxwVEe7Zz72HCdEQb2RXqf/ioDKRdM2pB/9slPEE6oSfWA7/6Yoz4KkNTP9ELcx7fMummziKmN/OiO+EPB6oWVYGGUb/6og+nXw58Dn8et6xm2oIoSqJa8cU3PAO0U9Fe5p6u3/ri/RjHbLJfzpUgmkPEd6EwhepEtKdfiwMPHhoeCcdm/AqKA8SX8QGREPdx3MTTC6QuDtM0MJw6AXqLODl6Qc7Ri/TqLtGBgyBwBLEmTVsY1IbbNE0gptb3QEGUkxKq/ocw/e9lMghlO3G4r2XkqmUj6aeE29wdKCkJ3K0fgGWcJ2g6El0EAjlEiZAutJNQTt6qgdpSGbEa/E86KMy6oUtXlb2JvgTa170jZ3eUapdrNw255pEntzdeI5OskMj7fk1HBRxdGGnLxePmrdeBVmbPHpK/UKttyi1+csful4pymjiZjM79NS2WgXJ4NfHTKrwD2cQQbPNZomziFWe29NavXkCbrBE9cZpNeMUkZXGn1lIer/CuZI4kcBoCnuIAuHKKfmP+5JrV06rmT+3qGQ1LmtdcM0zCc1MKHWzJvsm3P7L5b1vGXhGECiBjl7NSFq5krVmO8nH1RWg/ej+jCX/yEYVNmi0FUD7rzBbBj5/gnw+MA/fAUwtWVy04MLV79ZZXdIsOTotCEPNE6sf97sFbgfyWwbV8qUSpYBWpmy2WkA3IQlXL2zD1PzHTRNfJoKJYqVTJRnaSS4JS4Di6Go3r19sS9vV8ZE+PMmmJTZBBA4g8n3gEYUM88YqZFtoTfxcyEAJGSeORyR/Pkcv/KLfJ56buCsReP0vVJgNwwlwxbc5Hk/pegrW9qV4JdQT9NOmjOTjxj3KhbLIWUK/HhLJC2pyPJ5+uFcr2pvXIkCCHzE776OCozF47iAuOG0yUj2jaEl3kRDUjGd40Nx8d2jJ11brHJ8J1FX1Ph7aOBAz64S9rnltazjWWVmuy1da65llzJNSkpppxqavXTDi8PjkKNsTP/NiywDT4T+j7SXe8sZyNhLyB+kkVfs158tD8fjQ9AaE6ImBoihCXMCrEIOk2gpfKNGCxC/JGooMpYsdyAoTXxSOEkyGaZp7+fyJHI2pTMbFzMsVfRjjqFJXfHnS4cn2WsMnk9LcX5Lf7XUZzyOLLdTmC7Z1ipleI5KfL5Be0+50mU5iU+WUVIRfX6W6vJX4RxH+17d1nqCGlsWG8w+vgg53wP0aSRKjjsFvsJrWWt9ocTquV16pNOMEhpAohUNsr5jpsYu4FBW1Wu6m3vRv0otrMr5vWto4cFnPmWbLc5cEbW/5jRBzzgryKJXS4x0i8QGC2Hf+k1M8Ung4AdSoJemEtDp5OMlRfEuK+l+rt943SK6yDWrwSUpj8F7w+4VktynuIHxD8/Rk9TUHvPPTJre+I8807z9DsygX7U9Q7eN6Bl6c+XLAyMwulqFvRJ/PgHTSFJ7jzns2deTayZJCRRoZbSBhhxPiOLBnC83JUSLsqtRUPlE9RVy8cSgLg7VVanRE8ptaL73ACtRp1QqlMIbFMSJ/2t8RRzFiqi1CSBLeYEXWGJSHiXbkftES0EcFrFxTVoYkTFBFtWyKAuhIpp88FzVwwJBCSrFIud5X4A2DQsZ0Vc9taImWuYkVWxbiVHV0PzvrTrY+MKLWP0jjBJnT2hh+uGHv9K3PHXjd7bHlFTrmt68oRS4M1HWPHNZcq6IcWtY0uAkqTi9lgc5ibi5voWonPmW1XySd8s+P3gfiU9vXDL3eMmDsuvOjRrp6vptTE9nj9YM9tAOyY+9ruicHqaTMuX7oj/urU9pzKLLc5v2Juk1Z3yX6GNuco7Pns9GIjMNaftxaMFWT2RPcwVJLZvvKZMCkdEvFIDALyLV74TILiKkvayGwU5/5EP3SxMMy56EVw6vd85vOHZQws9sd1wMBPCsk9g6Lta6F26gxnOGIHIyumNpnLQoOGJ0fOfGIezUx6cOHTkwyKypwl45fu2T+n+9ICqc+U7U+UtuTM3zPnPD8GJx+ol6sCDqhSQH+hRuMfHJc7DUvbOW3XOKdU48i2seVN1xXunLViSHH3UzPAgicWX2K3LGwf8uCyuffMX2GcUj6hrDFkvxp+cr7BA52W8YoYolHqfM+7frKx7yEqTJwHR/VaPIMRQwct7iUePA0yybQeq3iiBa1YtG7F1VevABvnPHvVO2RtS1GZVY4mIWg5VyFz6kTfozfQ950jrgJ3X0AfDLAnpAS0fMoCxLvD9NMApl+tH7O+/feZ1X9v5tHz7ghQ+tIZGuL68x5GmP+Jigc+EetLC6aOCCoX/s41RBQi0ZKxEYpiMh94OJOZEUD5ie2B4A+O0A1ZeArJIj7KEiGyjJJ+g1MIzya4p43i0R9KhwjgWjQCT6OXwz7Lkbohm48c2bz04Tuf1peBxSALZU2fa2TZI5srqx7UyE0ao0//4KQjQAoq0Sm0HZ0a3lSH9uk9L5n77jmMTgHu8JKZVwqqlSAJHhv9oagY6TEAxYSZh0GyKeuM+wj6+cj1X42uuREkN8/e+SKQHrGgPnOJWuEEzJSNm48A4br4SlMfqJmGcm373wccWAK4xJPBkmCSiOYdqDtvoF01J/ScXIKnR10gT+YzYFS0RJAFw/P8CPsuxLfSlRDJJzEXM/MZ+TAjym6dQ1ifuW+e2ccOYYMuJugK/tNhSCUNDocBJg3gICmcovAhaZ0tewTYwRhgf0Q21wwUA+S/UAmSZqfTjJKuggJ4SdjhCDtSE1J3JWPDhsWS4hFO6F4EXm5bXlm5vA2VzxLWhStw3/sZrwsFBFuAEoe88O0wDy3iWEU9BAVKMCPwiIIsj4khkjFAGANRiRL3gZA4f1QAgeD0E+ggPJewT0b8qXp/JOKHz/mB1NyXQ8L0NePQew88go49ZKb/TBL6Lh0HQg9s/vbBOWBpxL9Jt+l99NbdP6L5058luZtxHBTf8wPYOf2IPwL/3hSNNkXHjBkV8fkj197zEHr3kUx49kPfgM2+yOjRd6O3PtgE5McjfiEGij/YhH48HiF2FYqzFPND+tvacf9fJmCK02Z9DPOGgq10AX41gqVkJhB7ElpwTk2EV2RdkdBpkVZcV0KsUfziRoWLSUQE+CQRkhyPEyNODoYkvrTrNUzkmdILj7Bdcc5QWFQV503malYQG9JESRyKaP6QPrxk2V3BMnSNiw54lTk+9OY+XZamctWwIt4wfPZmr9qcpQqW1TsN0dusFadu/fste/B3KkV/WBpQKnMbx47rcGo5i1bDOBqrsmrHB2jmSpnUA0fEO+71lEhbS5XOh5y58SWjJztWVzmz7+xo2/S8BEoKshuqhwcGd+yrGh5UT76vb8+i7p3vMZejp4zghYbSvu52aY4Vchy9ZRoaL2fBlPd9fT/4D1xjU1vastqn1cbRrdk11++/714Ac4ta9MUxBevyljh4hoE873fYTJaCKwa5l7qUSig/Cjl1bOjeEV5PrXKOTun9cHxi5lpbs6t6tQYcnds+M/WMTqJdf8n1M4dMG7oANWmqJ0+q3YX6nrskpwyozvn7I+ufjYoLOPEUiA5czHzp1Y8sdIH/mBMPkM0nGAp6sgiIvPAFiX8PE+PJImDv1YDHNCyte0t978Y7Dj99zY33qF5nq6JlNXJbPDQF/vmo+p5M+htMdYSkx0LFCbDQnS/ROOCY1K2pa0ezVp0k3+XKl+jNkjywFfBw2ljWomMLXL0/U1B72+P/evX5zx/sqW1ataxoSIP/6gsTWp5469UqqVIPa2oYjUpa+co7b79SJVWrWU9WHaNWyypfpl8/TaatzLrCduF2cVIVosZjGiA9OMCjozDSBY/DapBZ7DOeHeOZCH1C8C3Z042+FgKYYX9768ktILnl5FZUROI4EWi7e4QAfR3SCmW+7u45kyQhFrPlW07+H+a+O7CJI/t/Z4tWvRdblmXJsiRXuciSbINl2ZhibMCYZrrppptOgIDoJEBCT4BAuBBSCCnkm94wuUtCChzJQQ4Skji5NO6SXL65Sw5safjNzEq2bLjcfe/7/eMH1u7s7OzszOzMmzdv3vs8UBPZgZ7SKhlhEU8daWFaBBsQNsEGJEg0eKie2rGcgFXNxwGrUVz81q2unL5ORR1yL4a33oOjSUtJeifJYkGHFGis9G2stliq1/kqDQHEuk9Ishj8RkvSJMTdBwz0oCofvOarQsG0ilO+qtVbmjrON23Z0sQWNG2hn1uIc8EH2O6rLC6u9LUbjV/juK87z0sP+CorfXC6wfBMdiV9qOvpLYm+C2k0NWMtQnsKsOP/kpvsCnfDj3ZfBQH4ChwAXwEBsIaedXxpJLT0+PGlTOvS4+B12h25B3H/FCijH+qKP467g6kTj3EQNYKaRDVTc6mF1HK0CtxA3UHtpPZR91FHqAeph6nj1JPUC9TL1GvUaepdAeuYIRahTGwX1C7CP4GuMcTglhHQD3TFOEoXo212P/4JsBM6gqOLjqhiDoDuABJrCmjcIh7YTU6UJ4YB5R0BBphAQGcHfs6LVjgmI2MPABXw+nijRo8fMmkCGhPIB7wm4BY5HZzJIKGdbg3He4FJl0+jXsO43BLax+gcOsBXAOKOTgZMfjFl1p9lkvWnGXtSshq2aIo1cIHGbEpnT+uTmXP65BT9WyD9fTbdZNaCbWq/GtylxXd/b7LxL+uSI26wER6/Gx4HzdrsyFhAn1e98rJCTT8CV71GZ8Nv1bn0k4ANaazGCLxUAZapK+EIMEgcaeHASLiVRaNkVwi+e+j00UdYIH7Muh9kffYZe/aUiFmmju6+CP+IvmdmdOUW8HX2COD8YQMDjOJLnBjWAn+k9Sj6x5YXrMv8Pc08tnYQR681pLHwPolEj05PisWmdK1er7cnieVgCJuml0jAVC5Nj9KARsCCDBWYLRUn2Q3onz1JJIcHgN2oUMJX2LTIWTAZHlYzFlYi5eC9orfA2NfFNGg9c0bdMVzEVQ+ZCaTwbAjusAA/fJRVodQnRRxYXgUqH/rk1ZNixgdooFacBAoZfPsQKPvuUzG8NvBtWt72eQ58A54GXtV2+OUnuWBLB40awoDaCywHLCyEL4JfPoNfR+6AX4GUP/2pH5gpZdFnzoze18AI8hKC/48x7yjS/TsHA/rWCYp4z6+nvwZNz6+P/H398+z5p0IeaPGEKvOYxvWnwPT2qg2vvbYh4xnwKMYwh3pPH4HerEfj7XZKSjx7Y3kMSzGYcUF8C4fYXnSBFplASzmFCw4jxfmpgIg3Mg/B38L0ZfqzoOl8A5g6vj9cGX1j/vhgC+2HRxfRGjAlUwmvwNCyGczvTz+x+eBcMPA9Q30lN+s2mApPjx51Hkw6e2flmAXR03DlgDFgHV3W0RtMpfVLx81YDoPwY6W+qHK46SyonXfvhidjtEFMsf8gur+YkusELz9khyQH6PyIzfZ7bVi5k4nHM3ihixgZwTkdT7xDmfwmftrB9avPnP5iz54vTp8Jr+IOtgH66oEDVwEN/3vtuUOrHnujbd++tjceWzXztqfGvHPixE+BP+y599Onjixc9f6S94+deIdd3iEuHbtnz9hS9tqaWbM6HiqtZKKDt28fHGFych1z5qQzW9l7DlZFhnmLps/mBD76GJqbx3baW4z7n8uhb7ruAlhNQFohtMUKuCtW/Xi9lRzgl1b9NBxGB3jl1mFuy3cPdWQ89N3qmdLfLJg+OA9kv7o3slu5+cQx+hOD1WqIOnBCWoeP0e/xETyOj3AYCc8i4X3o+NBD33330OI3itLdC37T5/k/747srSqxf0xhbUnqRlAk2M4IftoMxFObnfhqy6MKKR9VSpVTlVRfqgbR5aGIMo+mxiPqPIOaTc2nFlHLqJWIQm9EFHo7otF7qf3UMeoiGhFY9OMkR5/dgK3XTD1/AROf+MMuiRJ/AOOC/coP3/caAv/krgnrsxj4W/yccQ6LgN9Yab+gjubo1KcDIpeA9W80eQMeERZei6jItaiYu6/9DL2XPtp+Zqgz/q9CNVOVhn5Wcm5WDZmpmrkc/W6LnSOVC4F+ETAsAvqF5C8W7njBueiBnvE/Dl7UmbEzumXtCy+sXff88/Cyu3d1b3fLJDOT1mdiaqDEEagfEsjKNKTXqBA3niGxKs1GeWrAZxdR7TvgE6ChkjkcmQw/4jLffht+uGjRnoS/u9Pz7cp0Tzr+Keye9HSPPX+CJ92Df+Pz0z3s+xk9/sETQxZ1j1k0JKNbnujP8fw6obTg9owsCQd0hkJvRbbUmJvmyeeBTG9IEhlNZUDFyBgRLTXlxf0LLELjbzvBe8jusYa9lXFezI0sZjQm3t92+HAbAw+33X9/G2iryLt2Ka+iIg88mRuifwrlgifzKsAWfO8wTtiy4DBb0v5KbkVFLleNj7/5DTrG+NBMRL8uo/MYRL24ONwR37U/TwTNGB+QFbxEUIkQSTHNAZ+wyRFXZRce8HP7ALvng48OjziwYmHzjIXL7x124Lfn7596aQRns4iVht7T4M9rNn6+GaScW37x8M6Nm46Nmb5x7UTrDI0+TfPH+8tmlxeJVYbkXk9NOAXZUubF997Ydej9wLjlGzYuHxd4fv+hl2rL2VSdQZnka5yz+MNNZ4F61NaHH9k6auW0iWGnVa8drL//vDPXaVDpUvrUdLzmTFXFeFnsfxzbEuRgjCiiwkB8UqYCoirWCxCQEYxFEseyZ2NnHfGwQPwKoI8QJ3VBEGDiMhUri5fhLHbQi6UWxIcvCUS/FnTIBVXyd23JHd8Bnkti7sVJIpTZZXTSJ98TxCbqZJWM5QF70uxiuueCA9FExXKmFVJJTmYFn5okVRdgjD6z0lvNMgEUVGjTjE7e1YVrj+st6OMPE3qbKq5GTzygmYCxKAD+0zpzlKtYtxu9djdiMnWAwtDYVHT3f1xr3S7gxDfgx7t0KOcblA7nl/4/r7vgR0Pg37E3TjmxNUO3dBLG7tbZJbTdaWcIQ+8UtsyJZw+MU2AvukDPhxfAVTA+2u+O92A7bGOiKObVyOv08ffgD/R8MAa2wXYwGoSVtDoS0pZpIyE1rQRhrZ0N2xkqOoPeH4kwLPG3EfmG3k8CIDwdUtp8TYTS61lKk6+lKWzHiSrJf4/mohrqHsTpUxwWy/NuAkX964eAYBz7Tw/OxEQaBm+ba7zYzagBQ4BiHw2Mpiv1v3olMDg5H55meB36yOExw4Zp/dphw1D4nx5wol+7P6w9LyFV6AON3noyLGwDhU9a9ZoPdIk5/errQAhgEx+I+ouQoe6f/X7l7m34bkODTtcQAk5QZi6XloEcbBwOL5ZJy83wTfixFt1s+NVMWLMAuRkff1zcl0sfailF2XWoJXUqAGJOINNjviAFN44S7IAaa2cxKCAWDKM7xx4TcHsxoRWILcZnMRYRkBZAgFyNvJe3MnSoqQk3RLgJUDQtHdlvEm/hJ/UbKSV6ujL0x8g5hUyjNSkyPDqpQiaXKaQ6T4bCpNXIFJyckZFU4IFdt0X23bZLkuoZ6hvzoZF+/QNN3wxbrnVO7znWXFtGX80Hr/MpHzZUjM5Wg9ZwCJtIhcJ0EUuLdTStE9OsVsLwPGsXm8V6Xs6yyY705OR0RzLLynk9irSzPM9IIkdvu/PO28oX3jFvkvlKKCTXZ5aUZgd3ZDuDQWf2jmB2aUnm0CGf29ccuTu2bxBFtKwOcawt2NpFSWOrChfZKCEiUEeC4NvVaRNupU12L5aEBsheO+7uMaEEYtVNeK8JcbABu+AinYjbM4H/Jhm7OCqvXvfyjN98r5YPGdK/aZ4z5QbVt1MMXleXtPJZYg4WHrxpSm4qTS0a8anVxbGupKhd32+hLmUavvlfi9bvuPudaxcWPWWCbzr0Ws3u/NwNr7zChYH4le4yd/D3Gae21PGyL4/Mf6v/7Pov16W445LxlLx5iNSlFKUaw3lWk9Uyc6EOvdbsOlGRYr4c7dg5P82WhlZ0WPD+Sk9xe8y/ERfm2hCPOwTPhHa9krZ5aAFPw4iVbJQsb2WxJ3QCrEFMGBlBVpWocdKplxebMbjwyrM/w/afz66sWry8vzmX5dLMZU2lmSrAFExed+rCqXWTCxigyixtKjOncWyuuf/yxVUw7DKHBBMn1Hq1PhD21TYRX1cV08rT0sqnVRQO8TvkKCuUoTQlyaRmZWkOq15vzUiTs8okU4oU5YTykzv8Q5ghEDsUCwv7Efjnq60Fjwg+sehOnzUpRHvKjiH8BAxLtx19/xQg+HLRmYwAzXkYmFbEy9CMgHcT7DGMSNoUZLAAnQKFnJRloju1xdroDk4NFhgdXL/XROlGQ7poV4mWds+Ad88XO3R5srW/Ezly07nFcPQM2BZcO78+I6N+/tpgG6QpkYRho49otfQYWptiAMnRaXqzWQ++anGAEzsPfqLR01wWbKCf0JtTDLDg4M4r13JqQhkZoZqca5iHo29QbJiLENsaCugpXuON9+pOQV0n3q7GA2jifZbVZuC9IvRjw/Dy5bYu0BghuO9va+WyrZ9vPA6yn4hQQo/Dez9M6yfwRdSXEpIK6kSs+gmgPbjp610q3S74Z62wm4OfStwHxbaA3X1CEm/IdLqHJhvAJhADwvEKZaPUXKvZRV4A160ee/Diny8eHItOS969D6yGHURYOSNeNHidQ18bCmpLIrj2vneXCKnxQ6vBapJNe7irLp26KCymzeWC7ZzWgJrQ8CtN6HNRROMMURyssmPFVINQEl4ULzQT3HkSNaqA2EBeKwQvw8sndx6rEOk0fQ3i3NbvWnPFqeUanagi+mBXJdjfDYB/eRi38oaER0lwQxLo/8nDwDCg6aQ6RT9r3bpZ+hT1yY4rCVUi/YHMNVXUQLznHFN4j1cDg8f9i/rhLuKnMBFw4vEdrxRLYZv5+NdYfav67f3bOrka2N5deqWRurFJqY1uTvg2qLOgr0O6zKYbh9++dQVRJ9IcfA/kmJRV/aBW2dGU+LXoTtvS2Rg95D+pG/52ATffCTls6CZtj08GgU6kYr+teyNw/7oR0EdeXTxNYpYWSIFk5nxyBxEhG765cdbI2I0xpYfBrsP/YSvhbvD2Yd98KRDnilOki1o2kT4fL9fsCbEbU0pWr76pFbHsh8b6TlyUKqGCVC3VQHZmjLToVqTD/k+ICO4haNY0UmiSdIvUTBFhSFxk4gUaLJPTgCIURvMnYUtEUL72b/sSKAakepAbDXCfPffYY+fOAndkN2JdWhfNOHBgxiIys9LX71i27A469CKuxYvkBvPXg/CHJ9TdSNHNBOkcyNMZFi0y6OAfou+sB3PWr4d74C+lx75oe7hUaHLEkLOqIUNUMAJitKH04bYvjpVivg3cEPG4v/Wj6qkJ1Jxb9TnEPosoXpTh9jABYep0duphdu+cptiAAsWEUTEFgVNvNKFWowJ4twvRRQobFpJObAWibj2trsKYBn96/gN4tM+S87vrxZI7v9i89OPRpP8kpuuV/twuEgkp9oGP0F8k/OkxBijf9X2yGTUk04oaEEXAn1AE25TY1yb+EH4ORsypH50SzTj66bLNf96rEsZgKDHVwImSRSgOHtG7ktsfJodHIqZU6wegwrl8F7we4REXhGIsaR/A0ygGtaEotq8xELXhOKr5V9oQ9Zl/izARdyNCU5K+R1i9gEuNe19nn1OjLhfu0YQ2+I9nP3tpydabxuzB67ebkoHipbaXdj3xdmxUUmEMFYCqs2TagQPTlrzIlAqdj1x2H6eo7Z6BkZT0VYNVNw9WzYsg/YGXgSo1fdUkMhq/iXVDMB93v9KHQevDpZHOrgdDD5d20x3qRZDjE+dMvlNZku8+ewa6NCb/6Tx6cZtE4kFEaNvg7vPp4BNC/ImLvz6vfrhNakYJJduHdJ9fB58Q4k9c/CfzLH2DJfNsKfHnaKQMepol27paf8DX9ZF5AdRJqEa8nl3dgo7Vhw5fBu4n4IfHN36+VYYpC9n8PDJOKMQ7aC34jlCfccKN6121YVYlwRc/eRj+eZdOtevrTQeB9gm18NmOjROeeVune1vIaNwxcqMj3H0eQis6PsyujteFoKALpU4glyIK6/EJ3JbR5PXFN0HtcTCq+Lfh5+p08CNJiiRPKn0RfhSj8f+kjMD1olSahxJ3hLqqRM9FFYYfCTdeFKggmoeeANmd7SNEvii8JfL9TfMq+TZYPiTwkJ1AcBReESCWt5MNwOwiKQl6QezjR/mE1iUMYvQ+ohM+Fc9UsV4SfbfHOxGBDbMYTxiDt8eYUaqzO2MtLwpe7+QjN3f1VnQCCXMm7euKRycqAYctI8HXpsYbwIqv3gBRJcQAw15NJ3DcY46iIge87S3rV/nVKyoWbTl65kzUjuO4cJGj/bijiB727Z6SEvB7yZFdj30bfRzdGOkoomLv4jB9q8M7YXhdwBqJ09F0l1spwsZR6KXaQJfYXdAFZ4nQlACbC7u2HqZ2w4k3ZxwG6uOuhqUnZlRvSpVmyKzG7CKnUqLKGcPbmuvLqxvHhAITKgpTFB8/dQb+PTk12WqkVd4hOUbmsTmn7mou3giPNL1wfO2gUIl7d86UnIaaIk56KG3cV2CMtbJ52K6hwar2YMWwopHNS2bmP34aRt/KbSjIkVjGMKqG2XPjcukVqO02ofVEECOWUAIyCdE9J+vsgOCOzEi0EQGpEMEZQhFMIs4tHzBq4zBkGO9OR5SPmPfMj3K0Rj0vv3Tj5B11AwDTP8kiSuJ1KrG4qC+XXl0yUS5Vtay5+sjUqY9chei0fMhPhxFZB6Z3li9/B17d/9vjcOKWOcvfoYsaJZzUnuP2BfN2tcweJR7bx8goDPotvKFGyotrQr4CHg6JZYJOa949dnVQMzcdZwLPwavvLJ+wCex9+g/7Uc7Er0sMf0zAC9IRGbEbtQJasQTsPrsG/TpNlRLC2k6cEeKPhvywii+FfyJbSX1JSX17UsKF8HfvdQrrUuNfmIDS3EtusLZ4iBZSRm1YYEhTXcfOfUeCxZ2DLWcom0uNcQVBjIVN0CKJzwP2uPYIcXBuiAuTOG98BYM1UrFnvInw9c8xOj8dAk0KnU4Bj+gUrQodPIIvQBO5iNrqigFVPQOLhniDzd9vWrlOP+Sep+8ZotdtGPFZcR0djgH8w/tvflrIN9paXPdD0Z23+aYtmTqxT6amHP3TNNUVx3Wi+X+Q+nmpkQn1wz1RBQS0DAEL0FdcQYYYRlslMh18xP2V4wncQmJFjTZSTcJ8ddXz2esSyRaJQim5fl2iVKAgDvSIiRqedTqHGUzdKnwADDyg11lSLWZnZ32jn/3zTLpinnX6fc5hTFflV6zQiFI8dr8zQS9WS5kJ/SKskqCnH/uE8a5n79SkAZQIze83qHZEyIkQiA7tu7Bv3wVu5Of3R0PoEiOhhQAm8wTrDBrx3X2h+z9H4XAXli6mY0ai5cJ4DXbebrBLcF93231ehqi86NCs1toKfwiAGjgNHkT/p4GaAPyhtRVQoA9YAfpAas4lEQVDreHWSCuDT6A1iqqFpqs4fRHeg+caB6bPLKbPiKchn6pCcKud4dXGPYuierOY7+945qJabexoM6rVF5/pQHzZj8SJE8oZ0fqXN0bC617g3lFlZqre4V5Yx4Q3vtzeSnw2gfMY3qkTby7h3TmCNOLW76cT3k/9y7J8IfgsDUXbGCi4NA1hK5RbFktw9Qpex8WKJl7E92ruRHRoKfG/YiGYNxoyQcTceWMhidEkobEPebcTz9USIETSI5KTNGqYb0jV65RWcIMJ0cbon9nZlgIT7E8nR2/kwhWgWuNQyulUlh3bMTvZIb4qzTexi/UW1Q2KmRE5DKR0v44vktMUV5ivmMip/vQKWmURwZ/obvjqqp746nZNT0z1dqoHkjp7XNB+S6KG3xCJH+RuxOyU86lqahAVASKgBSnAieh8b9AfDAUTwBywDPwXeB1cBlcBpBXo82GkNBfBSTNyWNqNPTG7XaIACROnZiIhDVZA8BuBN52Pgeu4Y9uZxS601OKDtBUAI+KdjUKOrJM4qcbY7XhxETsWC+tbky827eG9UMTG4akuCLD4x10c8MSeQ6s+vZUxYYAlF08wljysOwPDLAW8QQZbd5kEkSrgDVgLFZUYJ/IGgZXcISioDj3vF95pwKh9qIAmP9DjI64ZXiQJXhTRMindbTQVodpzRNHCRXxnmVDDFGK7MvxEAHEePpGJtJMVy24DLirmP8FXzLh4n8goxLs49HP7RA7BjYlTRDxco/QiHhWANfkzUHMUB0E5MJA3E8xAt1LsELmVDEbDcQsxeMFvZPwYWdClBCbh8xCFXfwUYhKMBG7KgcpkYomLehF5xmEocuJq8X6fAJeHfUCirDi/gA2rF4oJPhW7tMk+GjSkoEoV8y5dsg/Qw1KMxlLFqPS8gZsLMvPbFypGCkEP/TbIcqSk+13FFq5lSH1LS9uUv61KmX/70qH0T2IdD8aG/QWNxujQ6O9MowpHvgxoTicWJStTeInMkmpVmCwOs1Yv432NMolENZhOd1k4hUfJ0NIsqUplqgbBBRabQaweaCpjGJrluZTCgqLMFfnl03feoc8utgfl9DDgm9x7RAbgeJamAVNmqtGiicMyv3f/JKVGli0BrDpXwVlc6fQQpUQsb/RJeaDXmh0Wk9JuTpFJxRaFCf4sabCyKRa9bbAjWdHHquCYEq9qoFWZLTMY1dbrr1kbJHadJSUztVqR7HCqvAFW8pKyly4jz2NOZi6LNQyj0GTmgiTY9u1DD337kH/mLMBLU9emSVgO/iRmWPoCzYpEsvRN8F51VqlKyzBSru/rjHMDMD10AhgO2hlAa6pU5hJvGsfyUlok4eVitVjHzipl5Va1RcT8VxLtz8+VizWSslQwlNFUu7Nua+Qc6/zekQoT+9s3Jh+bJDLRaRJ5rlQHaEY3gtbT0+ATdfVicWXo/HkA2CNsklIHGJUqWylJo9Xy9/7rTbqJa1ye7eqrYaQjvf51W9VOXpKsM1ZxrNeQEG5MqZQoHHbPXI4bkZ4QZqtU4rwUR1GOSTdw5sw9Mz+am9end40oc277FVmaSVOyoB9N52cnJ2cV0MzBYUZtmkwqMaamSqRKvTJVLLegT6aqoaV9fa6coF3jlCZrOS3DAg7IRJmMiKXtaRktJat9alMqMKuTlIyS9lhYrafMV6MQqxRiJbMa/mP4nVIdo0xSKZWWJE3x6tIWh81OS+ksTo7y4RiUY5LYpbFVZGb5+knowiQV6kQWucSi1iokUovVIGaeTE22TXWuTNWxS7M3lilsSmVomlolBYtWMdWbCqfaklO1rC515dY0ZdnGbJFKPbVSU7lqPovacvRsxu3artPyYv363jS9/tjiJceOLVkMXagjpixFg0rGDOjzEtvYiJpdP7yBU9Fnei1LFou06j2p9DqTYvubgcLX9ysMNINBfGgejMlGQ1KsKOTEIg67tgQSvUYnY2igKa2QiD0KRWoGapboBqW6/1KZ3Dfb76un6d5XKkoWlBdvmcRKgIjW6kwyhWxYn/SzBsPuQoeRYQyW3mGQ769y2cGgOtR/kvRalmPFr03otc0/2yeXLeunVhai4tcLPEMfCeBeJZx5L+LPu5uWArCidvUWWVlMkvgg50GnDA/P/b1py6RJW6KLJm1patoSHVM6e/Mdvz0L3KD00tY/3DMpj8nuP2fVoBenpU4c39TPJR9yAJ58BF658uq6RdXV9vwc/NAk8ugkrrD36FpvpknJSU22/JIBQ6fNqTw0xrt44vSh9b29aWqGVluLvQN7DQ8MjescxPxypRFU0FpqBvbmQnX3VIQRHbvBNOuKECuC+HY0z3tZsljkO8UJWPmGtrHauM2zziDo3Akg14jrj1+5bKKeWIhsFnwCvvfZhg2fgWLQAIpxKDr3ZqTnhWq1Ta0GK2fVOlLJEj/VMVSwbI6bSn9Aote/tJ6cz8Er55gmlzkSjgOqc60bPoPv9Xjb726BCx0drIb4XW3qUK3PUaZZiOUFCzVlDh9T28MwG/4giNPGr18/XgjtOncuchdNUBEJVG/cnkwi4MqbCF+H12JejaNHU/gIN2XoqVpVZOTD18M8WotpldeIEjxPbORrfROqrrVWTZhQxYeqJvhqWQrzstFWEBYE+hHB9v0IDPtqj+BkDEl8pJbqUaaUzjLF5BE9imBIBjcVFbH1HEUT+6DEUvQoIioORbfW+noUIdrUvYzA9n9RHgYtbf9/Kg+NONL/s/LQneUxoVFL/U9KIv71UjD/1vuxLIljVyK6YSEonui1urirTOLRxBXz/G5i5xL3H+veluqTTiYXyE7BMzqzXJ6ZKZenaMH3VncmzEDRteg2+B26x2myubZsDacT8KsZLOvDPgpsBoxYpdHb0dHmFtkdPq/Np0FHTTEJm/zoDhOCreEwCIVC8MeWFvhjKARC4TBsRWd1SwtQh7hwG2wKR9vawrt2hdtoWxgcIUGhOeN2DXFvDzkE9aIXkZxiXBiiiKTBIxWdfXbOQJww+zQ+h8GJCkI0WlEpiT/dmME6PhP7dYMYjVgY7qAgdm4b5iiAsXqxSEWEfh3CGaLYCErFhLFz1CjqwTdQeuwLWHiKpUDcP247FvqjCMHnAw5FKdKDwjTuRfgBSsDOQRVDdUrrlBF5Yz4sRnWvVfe6aRzxGoLEWjoMXqe9q6rYe7Ad/VA/89ljWaHVuE9C6oprgv6EojNYdIQ1nlCto1S4HUVy6NeBbqAqCH4pcET8EYbAGAvP4h9NzjDmHJgcO2JNQZPtj6hwB7Vb7J24AbrWghqM7wk0iaMDXYhMdtxreZaKNGEAFC6UWUJcFIPbVUUvFDUAG2wSYksyI00lAxpQpIpKtLUREb/KFHYCVwH8zrj0A9Nu7HCxm6XQ8mup8hfl8Cdg60AduwScybS8YGnKjFDxVwPqmhSlOMSgDgFsmSXMEXSvCSXKjBUC91NRAn5WEvqmldRwaiqxuuwEJPR3ho1eI0ecpaAxacDgEDanD+N9F5P1InZ35SKWzAFiuuYTPG5jP6Qa+82mTvz9aSaxdP9+qdiksJoY+datjAyYOmZ+Wddnzm2+LVnZYAD9zpRpc1asmDNtSkGzxbLm+cm5uZOfXzONqRlZVRpqqELsJCwFfxk4sTtEUXGxk6O30dyTReksWAvYNlAM3yur6dWiUgNgX1DMiye/NFnMe1vkKpoWZdY3LW6qzxSxd/n7coy4jydQxaB1dw3j74Y/xHW2E8Y6MFMeKoh7gBLxHxmokho/RTyfeYjrThsLiCE3sVDVsqi2Qfomq6kxszZsoCdvmDULjD0Ef7p/2eVD4w+hbxwEStoy/4W/rYd/eApefvIJkP0EyFv78wvzQWNiLYGbfjbr1T+/iv6yogOzwPvwdfgTyuHysvuB8tAhWLf154eaHoAfvvQY/Pj4tEe/Y0TdcbCYbrwa4i25HrT9Jvxog6PLgM1IcPu6sKnCOkVHK5ZusiGFLjyhqoOQehZNB2jsxO8dORKPbMLJYtHsoK7EE0DwyJH4nXAsLubvVYxpN9Zl9VHl1AhqLpbFYCkdxpHXdMp/O6W+aPndeUFQxuNJ2LhMS9hxIYqF/iKTleV6RohaEe2krmMKSoFnlRWZNOHC2snsRjdlViihgcxgfzFMXjXZAP5Ctg8rqvLzq/LZHePv2r1h913j+y2c2sxq67Rs89SF/TqoW8WyIex9IRpiwijL9p+74Ik4GXopCZX2719KAup8nH1kUs3iKru9anGNbNv7z73E2+38S8+9v012y9hEGWceNQj1WjXNG7VxlYcuF1xqbcBFaxI28cltEGR8djSmTVZscadkDHbUtd0elIQLXzxy5KLQJqTITZ3XnGBPeeegHYv6Rah+i3YM0plMOnzFxq+4MOyA82fNgvNhRwI6Ewd2ohGxE3AJKE29U9c8/dOGDT89vSaVt2fa+e6XibLVPDIf/c9qmAPsepMdm07Tbgeq37+sVluEkjA/SKoXbKv7um7bgup/vyZVwfL2Puv+enJNWtqak39d110ujMve6z8rO4N6uwONg3+n6COYkSNK/c/P+HrG8/5/v+Tnnn46otz+dnb229u796f+/7v+JOLtrv+sM90xm35l9h3/u47k3bnTK3ShhO+gokqxRzuuB0kJBMUBj9htV4p5q9ik63GXa+sq+WTGnF5WWF88OjcnJ3d0cX1hWbqZYSO3ip3c9VRIqwzjMzqEAs0jG0O1eZVWi8VamVcbahzZHLhVHNaViT+UoDtBoVl8FvouZLc35lJd4xYCqNQmvE9EaDwqekDnjwGOCWndiUF3EfEFTg7oQQLSJUwKQKh2kUkw42PQ4sgWKvBUkYMD+N0uM42WxdI5UhJb5FZK0KmyiBMPryyt6tWcnmKbuk0xV9RSHw0PnwPfq9s+RcaJtk4s9gxgw7W+8PiCPlUeOMx6Ap/b8h3wkrsCL3uTszLAMxlZv+Bo2+2ZlWK6yhNe4R3EgXBRur+Qv3vqL95SWJeUX9+yZDjIrJneNmU7mLjO0Ldrr6cJfeNCCgNy4WZxCLYgySAOwghIy6Bm8cWsRBwJ58628OMlEs8ILJkbxKz+hG0KP3N4XJWtalzVAVfIV4tVcUP0U+l+vo6rEuJtz2xZlKYzTdk+8x5xnfL2odH63nMzYNi7b9bgou1TTLo0LlzlibbQamweGv3xBnXWW+vLSYeUNzcd7LWlgJ+I3eiP8QT0Ds/r/cvZ7VM0om0zoTIzB84Z0hzIp6nqkbP2pYOnp2xny+P7QIIOsAvNogOpydiPMYfXV4KYJWAXVMY7kaa5mLoSz4kYzH8K8EV4Q4Z0GZ4jGL04KggYZxyWmjPEMEcCeHuSIXcFG38+5ruiHHiJaSQW9HBs4cmjFaZgDQc7Zu3bN2tB7sCx+2Z58ujFaADvmzMSPj7u7oNHrRlVHrMeNBRWgBAOwU8t2hy1uqJIrwVN1oxvo0uTjL7aPCetjJIVKW266pk/p6EGDMvxoyXoe1sycLuXFvf1uOA74e2FPs66pK9Luu/CPo1lff2sfZq/7psVndq41TDCRL/Vf6AyYPdUSQ9I64tuUCiwQSE2G5zGopDkiDLAaK6Ja32ZVcozodpZtbPerMiZHqF0I2R9c+n7fLWr7YXwkifYz3P+fL9c8VBf9gDN9s6+R9aDGQQfD/Uk0OnErxw4O5kV/BHcQhhoilHXIiwXxpjF4IYGeww1yWsnWhWxVQEe1rjfmjiMzhwTfq0pn5dB917aUg/D9S3wi+in9S2PLgMPZkcbpu4WV7bUi1rHR3/rDkUqzS5GrZF605hQpBWFxQPy6PDYzBIuJC1Kg32rJqCxXKhWgPKkVKxUbnaJqJLCyN/uPwMPYY8vJ+9uqbctezS8ecqQGbb6luutYMqhNYyi2GW2OTz6NJfNZc5V5paVZKpUranOCVU2s4s/rPCkvEEEWAImHubtiqjFmGahNT8aTeTgj0G8pYAY1Bs2qGVikCTYZMnBYO10BxMHk9IlBFGD6XAzFQWAYKjHc75iMwjEwU4Yhw4HwbuDbtNNU3CL+VXjNetHDVunHzZDv27Y6I3Kccv5ldKAsSC9MHnmvtIiyFWPKHSVSx5cs1NS7ioIMRvMUyRBV34Vs5hnxVPFxXb6uex00FFSW4yG6tnQAIYN5bvLJYvN+5iKG9TEWrCz1JtnBJ+kWMdvkY6YM2MofBCcGDpj0SjpneOTHJDic9RWmWzPzGCLC27wisIFruhIeoyroCpfpYh+Au51eqs8SjlMtyy2wvm2LDNYmdOnuMb89Z9YIAeZCq0sv7rABa10i1JZUB3b88Xt6iUIJFMIEtetKV254GTc4UuYB4QAGrVuQu68ZCbomghuJny6mJcp/MOyu3uyqooHCsTvnNHBjUsqqS8RpoiBfjRZDPTP3muUThmYX7ygf0rqhHWWcermqmiRQAj3zuzfa9+fbcCG/zg0H0AKht/x1xUTIphiAC1Nky9n9S7JLMfzQGhMYEitr4kuCwwJH5x9he5rGMVvnnB58Vy4IzRUIIMz73HQjln72mN2aMIvYV/cSbzYTqLWEU8riVX0aZiYClMaELBWMaCvkU8XqQgUIelEpnQlE0OwFKYO1K9QFzRg/fhAfPoQuiaItThDUF/cwrraTxZWKoCXXpy4d/520wjD1sbo1Fn7/qrZN6t+vUWDCFWKoe+Sl+wB5cD+gaJ6RJuqnjQ6DWaxYoO0yoOij0hCHZXia9NzKt5EVKk2dEZZlemrZS25fWUjdNs1A7J9Q8W5/c6f9/QLeuClQvvqWh9zm6ni6MkJ4+DjI+fsQ7wSvTjPM2vf2IG5CzAhhh1cTSDDevRgRSFo0Js9VZvV6hytBX6KwxlW0KTVF1WAGcak6NK+8z1XaROmu9EwrXTm1bb/xZ8DhtU0jIXvuDx9i0vxrJexBb7nq+3EgeGfYSkqmfCPhltr7hQZOZ2RJ7FuGcb1Skcn4tjH7fLpBOBQHdmU1gmYMKN1CvihVrFZoYN/VOi0SiZZoWOVg4BEqtgk1wLPq2LDcr3klTyglW9WSCWD0fkuveSKVMoo2E8k+u0KLdO2RKGNXCAP52oVS5RanTRSoZBJNXK6Do7S6cBj0aflGqlUyZyWa3TRa0kpvENCi3WauA6DsKaWUNlUmWCH4BbcOPhNsbq4mS5vswIgmTAPGukemyRUwgYJ3jBhtb3tw1c+UDWg+KxYItbdqxe/flCrFPSgXeHgiMkjakR58AL88Y0lS94AapAL1CT00S12IZjKRrsWfjPwMtyqUao1YC58AOeDYXCS0u6bPm53hpTxL3kD/tgjP1jbIyMUSqx3HqI1xNMVKAr487GRH5qguE54ozTsiqkCcYceVuAV7P9espuapsf+ET1+f7NSlifSqmUsq9KnWJ26uslNA5191WqZSi32KVSMOtfXkLfnd68zcpRUmifW/Iuku9943X1zY0YfvHnzCOQ3a7UNCpZWMKxcpZTzUwfVTbEolTJAywfrdaw6LVl/eseuUziVkvlXqdjCWzQ7MNziG+JxFLrRxrdyNqJTQklYE++WgICEcQdMEsCj/3QbJnTRJvrII00DoA20nYaf0UfoI9EmdA3aoO00sDfBMN2GhZz4BkmGo9Nwolgy/NjnTSBMdZMb4Xe6EelEbzLxEmAKuCVcwB2QADffs+vSZ4EKXm1sbYJXgSlz1BpYxuSCN2EZ/G9gQrHABK9mjmLqblHJ57AxSuMplAQ/GEaPVIE30aP/jbI7hbJDDzaC67folFhWfUVCcRmonDrKEvOy2ZcahnpouLtXgPiuKhdTL/MTJ8LEVwpJhal+RizkFdTslYAAsAEMzVVkpQ3FQTquyauzK4l6OpYGYo0OtDQn8MW0j6jN2Inzc3prwOUOBNyuALsuMDgQGBxxLziyAP2xaxfUD1m44Eik79FFi48++PVRdt3RxYuOoovIZ/C/T91+YdWqC7efYh6D8AN4Gi65sH/sqL3n6KHwJ7gOu1QAq1mwJjcomXcAXju48dv6/AbZCFv91Y0H4bUD8yTBXDB3L7jvizZwJ50ivD5A47f7J+B3LlgASBlayYuPAvT7+ijMBKuBatXF9ourWNn8eWMPXFiy6P17J0R5HI0+A3oty3rXeO956T54bX/LlJKVxtucUxbsB+L7XroHxU9d0IL6zPQbFHuA0EUd1hcmYI3oYNB3KecAK8AeyXlTTPkdrT5jyuUBrHXkYQQ9JCuLaClWLLICpjfcAn8BUrAcSOG+F9avf2E9yFWwisw896IzNUBmtcrTRqb1OQN/ThuJgmlANuDdhe68TJREmlEQsnP6qgEtpWMfcrrsoYIMegmQvvwKyumXV14GB9ePH7d+/bjx0YdT8jKy7Mk1hgEkF4XVWn0G/t2KAiNxfoaaZHtWRl6K3qrUmlmlw2z0JiebtUprAn4YT/mpINFWje/ae4CIV9LprnwSwppHJqwkhJ1koRkVXaKjvzifxvwvrXbZRGqj7Sbx8f3jN4wfvwF4pRm90qSuVeuWpqSk9cqQGjP7DLvbe1eh0SgxlhtPLRyEjhKj8VTx9uF9Mvu/Bv/+2mtATq9IhDplIM5pfPQXfRKXLE7KzNBqk7kkfV6vXJ+y+K6CWAaL6oQsXytW+nJ7AS2Qv4ZzA992xzcVZBAvoHprBb91eJFDNKEROYg5L+/kyCWgkxUVpVaO2fIVPP3kU/D011vGhejT+Q6wx9m3EK39X4WvOjyFfTPAXjsXHlsZvf4UbP168+avQegpmg+N67hkxwCLhX3t8B3gt/ct9KbDVfaYjvq9iAbMwH2OA9jUxuVzURgQutjlsxuUtMlImbCSOo16m48zCApcRL3OX+wrQqsOFMUzRq0JeGiUAH8miuc+hJeT4c+VwNcAj400jF2cC+j+7qHFajO4PS/tI6Puw1TXURr07mOwz7HNq0iqnghCF3frggvtFxVf8eBFZf9eZvAeAFuD0Z/sM+jnC6M3NgIATjP6d4oWjeRc4iLaUuboFdkxtRwczHaDL3196SKQT3s8/f5a/eHeQCHNZ4gAKKSDRbCfPQo1zHVXoRIgqpLLbu8I1SbgaUupJGoh4mp3JVA8vPJUsjwIsk49j7GxUfujWpJVQRrZbsWAOAQyG9Ersl5SYT4/gDEJ0UU+8eyHOd18si4QEfdtVuwPGA3lCjQwBQ2PxBm722zAPGtPNrvSi1C2EyRLNm2dyMCj/PIN2ybQdzYzlmRW0WvgJ+vViCEQAfWAgW89DpJ0CjRI6AWH0/pKZVy1ci5tT2EVyXr9oLYNKlqB0qn6V7z3pFsuc87fn1YilbGlyhFrPoSX4Evw0odr1nwIMkE/kPnhZ7eYYOj1Zhcujn0Y3Vc8d9W6saLoK/y8levH9n77OK1VKaTpLYdsfVCW1aqZtNPKKlIzmdrPN6gYOX7tgD7nHgdGtVykk8tbDlhROq5KMbdEogjVfrpOTuMqKAZ8Q16+JrFA9Np/xkeB2NxqpNIxOg7AO2tOF/pc/gwJMLIBxoVmErXTqKURxXACP+3OwPgkiLAwt//4h2+XR81H4N+98LswmIcWjUMHAOOBry/Ah94S/a6MmXru7q/h38HeRtk0WNJ+8mT7SRFFr9j0g1vy8C7wyP2PwznRmXfvSYXl9utgzRUgC+yDp+An0WEblfT89aBiqegkfgiPKxr3L+5tsptgo9wuGi2smSAWUQTwGGKIzifNm9wiKzYEwlgbShbNg24rwGZBHhwwobKzlM5IKwHLbIZfwb5zyrT97p0hky1UZH+/2L+eT671jhCrZMmcaUyJaqvW4K3P8k6ocZaXStDyyZhl7v3o7QNPHtk7OyVH3Cdv1NQU1c47ACIpLD3igUvw6g0K5F1bD4aDviBnPPxGyWiGLqTzft9bjBg/wA118KYC6at9cgaVpPASr5tmyzJoXqsQMxOHyspz0mqm+8a++4TLNaz/cTBm/iA4G76x5gZ15cSUuCwnhuMfEPw1skTFFWt/ovkpQAw/XJjgYdjZXui7AT1NoBT8Wl8x7Sa+FbXcxWOvH4TfTa8dzbKja6cD/cHXj90Gzz6aqnwS/u7LTbhvPMc8AgrBgwe2NC+9Y+mBt948sGzzstmb7+Es83atGd++PXt7+/g1u+bNWQ7Ee34A1Sefwz0JLItca4WPra4YXgImf/knMLl0WOXt8ERsfaJG3+1HKofyURVUP+Lvxi6sWhHbgkuNCol1LQJap4jRUmh1goHMMAyOkSEkG383QGR+WMEV2MmiFhHFjrUf75nyeBF4uOQreO6Rlx/98qHv8zTj3gL6F/5WAV4EyVYVdePpUPOIgtpp/WYNn7Prtnf7eq+/OWnkontWPO+ZDK7Rl7hLd+/4Iz2qpGDXG+OH3//3jcMWA37Rkd6PguZfhsDv0YQzESwxByZXLT7+HHhq2OR++Y/O39yxauT4YQM+3XSWHnjXa6/F5WxhXvAzgnEBbrmrabhpv9CXuDFN6RTXyY6lSNjNjNoA2YiIkI0I0BS14Q1LUahqArAxJGEE72cyZyOC/kt8vyEc03kRymVE8+KfUblMeOdY58V7aYISNPofe3tWp7mjn+GwTp+bbLUJrq/RqHK67nyjX0mGR8kkaXUs7bWWToQ/FlRXs9+CYnQqePqCGubQ+uxBgZV1tuzydIdBqtWP6J03qNTr0IAL1Vw4NKJk6cbZhyaO1kl+GPtYc3UBl4QfbP+2oPoDMGVa3sB+hXJzVUr1a0ePnhnsygop5DJTfqFt6pPC+lZ5g+JuI/KSftRj1BtoVuUFiBBBFRorkGMl7phZFFnE4SBaIRj5m61XAjHTFZOR0xOI4nSSic9B8jF5NTGLK0GVHUWmgTjsseCLSRNDbxMu0RoSt1bsM+qx5VsMJwaXgTHqO4uKUxPNdjIQUY0W7Dpw9Ni9e+YvCGbL2WIvB7SWoumTwxt23L0xPEkkVckNGdBQVWGwaFRSSbCKk6rUtFZcVaW2ahUivrJSa00Bb3nyhtZ/+NOH9Q05KiApLpI6ewNmysw9u8+/v6vMb1Gp0WrPJWveMaB/8+z+oXkbmp7eVLN921tntvmSaLHUbjSkGTTMXKs1chFkrvLMXXHbh/VD8zxpEpnMrJDws6aF92xcm6JFpE+x7tEH771DJloQDIUqWlp2zRhpEYstgBnTd9X0yf6SkgAqMcvonHQDKbG0vIpT0yolL62sUqdquapKjTVl4NJ5M4fWjxtX39Bs51M0asuUajCM3tI049yu3efVsiKvmGFEd8+Y1q9//YBGOKVPzaanJr65fds2Xzotk0jFnElFP6IyzYOp2cN1nnH1Q2e2gPNivVph5sdmlxRK85MVarY0VIb7TOoNSvS5CGOPBanFWMLm9Bv1aDpwpHuwW2DilNnEOv1OjDaDODTU2RG3r6QdSiabFgBu/EaM2ZeGGRIsLVAyZJueCwhfHg0UJzFAtDIGoCfGCP5yoGREKpVRpQiu3f/Z0mU/PHNsarqYFUkVXOscsBEceA3cK9Po070arcSQr+EMdnOuLgeIlGIJJ8L6v6JZRZ5VcEOK06VU/ClzsE4nU7qWbdmxvjlY0nj78m1Tigzpo0SG3sW9tfCj3DGrT06f+sCkyuRoU7+qmuFWZa/muZW9RaJUnTowtE9hcOyS8VkSlYQD7JLCp0ZmfqCeXTgsSynV5e038hLsQlRwFkvT6gIRLwePplUVZctkbc5Ber3M2GtUpqhg2N1jh28bX5NlkdBrKm0+2uhsCKT0XjqnobCoZvyQ9Ojhkfm5xuTJeSUP0Pr8iZ02P2EyR3mJhtbsBJvQOKpyl21uZ8gZw7T0xTAuuR7Xgn7pr1irx4y1iIvumGNwRAgxsRRONxIdMCWE2XB7mKESkAwSghxVV9ylv9KEyW9T7CjYogsahQnhdi02PaRDPXMiwW7toyJeDrxEg82QOCcUGbG+3b/GAv0XDYraikWTQlRQG0FFiKBVIZZEd1WdSfRPFb5lq6EYcCSeRhv9gKVab6qzEB5864aq694n3IhzIX3C2QVx5iJUudP3UMwO3WTU/5+1wyhsZf7KK4KN+auvClbn8etXXpFEbP9Z09xz6+w6r2Hb/6699GgdlUmVYKxYiQCaFGulmLX+/1UDcSZISc1S2CYU/QoQ6tLR9J81C90bUhIJsAkNgnIj2UbL/oPGAJ08b2qMjgAyNcdPCdIJ0Gp20UkaU/zoMl8nevIiymWObASPK11mKJw6hHh0FOSKrLD2IV5HqKJAp5w8Dn7gJDslnSIjP3htQ5CYfQ4Hj4BceAE2wgs0hSuz65zWon0UtKqiC/Ar6LvZQuE2yAWP1KF753bhZMseFWSaTvSdPyZzlJPo4BARVJe4petjYaSmeLG6qGkMuAGzkQbR+1LpdktmO7E3pUOCVSqVaYm8AgQTVYbgpLW3Zlq2k5Q0alv2j+irb7dgQEiCBOYyhywdV4iOv5lpFQDCUHKcprVVkLeLKa6D6BXjsUwJe8k8ELmdXFxj2h9A3Bfn9HMaTuNE/wE6819ajNpoOCkpem/0XqlSp0GXNLqkm+lmW0cSHepoom1sW7SN+1lvbw/rbfwNSib75RdOprdz+BKQS8WBDunX7C+KDull9pf2KPvL5Q5pomxYg0rli883eKOWtCQqj/0WMfGNcDyscLFpSqHTQBsvRifQxrPfdrvseEQsoimtTiEWQXQSIWa9PaQXo86jQ3O7XgxwoGcMc4OS6toRk84AFOAQzx7fr7HxeJhj+xoThRVie3hUiZ8F7U63iBMRU8xAkA9gJQms6kkLjlPAu91PP8Kpf5837XHYXpwu1zNsEudU2lVmpYrb9fCP4D7wLbiPrk2A9RT+gAc+CC8/pn28RMoApUxl5OxKp7mgoI97TPTuJ4D7scc67XkTyu0hiK49bIPiZ7x3gsZLGsZzQ/w45ssz/GoX0HdWCMupfS6/C7uU4ALEJxV2CmMFt6zZVdgMD71/97pRKUmee1fmlPYtfw9Mef99MBRXuF/tm7C9sJJTJbEMB6S0nOYLDFlJVtmhZ7tEHfSzN9c7vPW7O1reHVjUNHZoxRyXSLz1O6D9Dm59AjWG+Mk+SjGiM6yaVSG2UOwzlXgGZI4Gon3rvj8xbdqJ78l3lLAU9w/UA0WUlFJgKq1BfyAZkDM244XoP01+aMCNBu7oSXiJWRY9CTLZwzhMD4GXcSyRGzbcaBU9zoWIHboIUI50xsXQ2HtrMGb1qhXWNwE/itRyRtHjUvga/K+v7pqc2zhghHbuoKRHPPeNmLjYlGsMVHpnTBMrVpSGloNhHUz7d3ASHAr4I6AKiOomG+7JvFMsWbsVfj7y+m9+M2KrGdwhE3euY0UCLoOUIGvbAaOzow4sotoptvyTT6KbPvkElKOJgQLH6GUgC/4xegc8H+/X8We1VCU1IvY8TzC3A+6AGzva5tBKN4DVlGOgINgGC62hDHYfWnVijR1vwJGOOeniIA18REnPp7GjlVwsHS4Hs01em5Y8e3ZyWq18os/mg/tsyeAJR9WAwo0bmur0UkUNaN0r4mgATrm+EbEsI0+hl/p5jobfm4aZ5Mp+uPhsq33YwuTS0uSFw+xNTUdt+YZArVO56PYBYTFcp5QDvnGkEgCWlXJgfVgkYupTUlJlkd+OREshRi6ixdOMvB7epZTQkpFC3acSGoT3e4ZiL6NYz5BsyNhimzAxiHanLghMHFEtwWPF52RYouAA8OxC5hngRwuM9NjCFK0Z9YLnQVccBlrPU72K5BfhDlgPd16UeYOLh43o/RHIWswkKcEC7YCcYGPjqlHw6WaQ+3HZiGGL2x8YtaqxMVjeyCD2XmqVZR05ciRLZpXKZDn3TGiccI9x1ajG8mAj/XTZxGRP0UF4bf9+ID6Yn588qaxhScW9UlqiUDNDnXkol1HBgTBTck/5EvgNeUkjbJJZZVJpdmZmtlQqTZPlFEkkRdfwy0atIn267w1a9DJqlwIsfQgyeBsKazrYrQzq1BqRHLF+GJQooAS83e9h89EKqi9Qj9j5GgB7vgHz5jd3HAQzH/nDH9+uGQe/hw9sf/VnmvnyDwW91fRKsS04pKHaaNx8/c0D9Ferv3l378g/vPnyjVfmH22wmft44ebAQNpfA5p+9xMYPrn3+gmDVg8qMasA4IasuyfeX4luvYBGn0JRqKfFWArcIbERSSez5JVQE6quIQYHG3FgMxUR4lH+geJsdFMUq5iDdGLCgrigtraqCZ26nS8Tu5UCPL87yZYc7giCP8kA8SYlCKwReUQsHmVPcDhqYhzYPqXICpRAVPDRwJ+37762Y8TOt+atv1r3x3nw/nd+Az+6sHr1BeD6zUWwAIboZxfDWvjDc3EJ73OABcduv9/dtMWWJ5fm/TJ/+Z07ru2a99bOEbfNuf3R1tUX4EeIeqAsPqT7wSNR+FEXrYQ/X4WLjwBiToLayYbq0RbD043hEQTswK0BaYjO0XbA7Y4eGMeMan/2BfZ+/e7od2AclEceBVOZXmDdPZFPFzNjoslNEyMPgSH0msindK9424S5H8l+7u2ooxCP5J0uazrDHLZEIZos6IyuEb8aP/s6z0Ha6NV0+iQ2CHA56Jgq7D4gYmko8lvpbs+gs0EjnOmwukmN/mgqfo6GW460RHF054+T82pgs+fabXkuwyC1pjev7peirdFlFgE1L+cS09LqNnXXX1QNQlhhDbbSP6rVLXQLOpCfiMcGv5tVDpPNZnKoNFKVSv2BSqGSbwSA4UUtsYTRHS1qwccj6auzBAQsgd0qB3ajycoRvj4O8iasJFE/47CXLjtR+BG8PGGpVSAo6gVixAfPwI50JYvVobH7RzEqH2wViyW8OvKQ06PWpJnSbJomxKkTnh+ipWSTrSzXY3FrdSZLbl4SvNd4ZyNW2mm809iclJdrMem0bosnt8w22zA5iCsdnGyYrbGhfDRqj5MdY1PTH4td4laOlWrDZbOdGUFbhropnrlW2aRP8bvq3Fm+0pr04XP2Xdg3Z3h6Takvy13n8qfoS/ujr9K/VJ1hC2Y4Z5eFtXpZd90AHo1iO+FJiPILpcY2QF4S6qHUsnpISTRaAujn18Mhz0TX0Ztvpa0SbBkMFPAfgH0hEgYKMPMWmyeYhlxG38WNuOEyahA1ifggdovi+E14H0uQVRtNmNy7hS1+ogHX5b1D8BFnBSbBDTx+TO12ERFVhrozCoudCBcgmlvt49V8VpJcnmaRmlZ8sHLTF/459cbckKl2Jv4crHHI/P1v39Xx50d/PLM3CIK//QsYa1q8v32SKStJZ5Zr+/fXyosrtJMAtcmUZdKZFdo5c7QKszmoBc/1mmjIy0+yMNJSa/8BK99fses2y2BTKNdYu/fC3vmD7zrz10f3f2l84Uv422+SX77tyR12habC3AzoZnMwQ2G+qxomvZWu0AbND77+2wfMFRqtPAXxFBk3KO4K2Yefh9hIMuvhsSrgMmIPCBw2f8GCNKyemwaIT1LWjbfffXERG8H4cmQDD0ssvohXUytjsoq5K6ufWbPmmdVXFx2077o694WVk/0OucSSN2xWQ26K2GSZ485ctE+b558wvsaiWnzXjKyssZveWrH8zNoxLmuOP1dDi3Tm4gyPRa9qdDqrp2RLXdWrR9XdPr6mIF0npRWj16wZPWbNmlOqJ5cODA3O7jNyeINXqcuv9GY48nu5len5KVYaTG8w5+W6ivLSFXxgzMI7JgzesX5SaXHDrJleT01OqlSqdflH+dU6AIKDnUkuf0Gv1ORSfyjQz1/jTbTDE+zXb9o9cPa4TnTETbdqlTfI2hOgI+h+Fe7pc7uJJiO5SygUC4MbPTxrd/Fygr5NgFjTd1rDU7YgUHvQAh6ojc5EX2mJsobYNZ3f3aYdHAaZ7bt2tcNL6Ah+wGVo7SoUOXA9C97xxK72zqcGdyt6Qrgb/4o9Gt7Ukt1cmIcScwCtv9ZWN7UP06N9/mnrBBJtNf9Va8zrqs//oAl66kc5qXLEa+iIQTOBVweIgSda3IISfOe5yIiFQ4InPNJGQthvM4o+cTA6Xer1cKpOxzhE40deHz6SyUgGFFk04QOVnAHXu4pdiEajI4bjCsO3LEaDwWgBpUz/yHWGT7Inety0/+YGJfiewBQqHr7/889jdnb4ZCAIRb2oGmxnB/AUlQPiOr8xDxho7nIzHsQRETVrZ7zkRmGUdIZ1fqzjwojwpOcHjIPobcY+A9GfxXqxOXGUf0yfSSlVi8QDPB2UZ4B4kQpfg2lmB22js4rx0ZkMjmDHF8UuEI6dm2y0ozgL3XOYuWRnx+rxG6bpto15WNBXf3jMNt20DeNlffMexrBfKCKvL4NbMDrL07u3h96HgpE2OssMjpgdbJYZNiWnh1AYwyw0kebpChtQOIt14IssOp39CE4FLzbOx7fnN8L+4L7cEhwuQf3fjvrlZ2QNNgR7yHIwePPLztiLTEYiXGKINijqFY7OEO4lRI6UECJg20ae8XaGcA7MZyEYYmAJnwRfDIGASiplSzgzfHEon9SmlkqYwRCFPleR0Nv4hFKC/iEcJilB/6F8cpsqljIWwvlIsDjqBgWutSXdoORKZVsSfAFNb2pQEj+jQ1sSEO6BATgOnomf5XJh/TkbzTN7Y/aaGmJxb+I1Jp6RMBoG6woCNP6JtSUapARlk6nZs3fvnvXgPDwHimDBjfEgBFvHUzfo34fmHz/9y+nj80PxAPjTnr3Mtr17IpPAeVCE/p+PHqJujIen4Cn0AGhBY/Wtt1cVFq56G5Si8VoqhIWxmXmDYi51lotyBtyagFuHJQVYcRKd6OGPo382MDX6FfzjHLAYbpsDsuiUBSdOgHknTkT/G94X/ZJ+C16aA5aAJXPgJfqt6JeCXU1M1wvLY7KoQorqlBx1SpBEBM1Ph6VfRH6IpV+YOLOxOxxV11xX1xytIye27nMBqW+toqNNZ0M9UMHayDnaFLvzHk5Xx5DkdTAtDuzXqte2o05u1ms5dHo5Fk3kRsyN/qIo9yKRkqhRSVOxPxjs9kWXBUAhJk/+IoDdPkhAIQ6bmpmkyH1aJT8NnKP3wOeiP74Ji94UF3EF03ilNnIfk0QuxUwwIqGXKnIMoDgiEY2N3kdPNUU3wvcMOYroncw/0JUpQd7Whr4E3nUpxH5RfQ5AbMjdGPCKIExyerxcF9Qn0wXlScHtB54s0Fx65AjTt3nr5utNoPHanrUwk2AbhKeMhtEXVpwr09Xpys6teAFGR0/5ERwCX4NDP9KtbdEL4zJoMLG2qX4SALe3tb58bPqaQ5/ObASgceanh9ZMP/by+8JkEMduiMtPhHWWjspE/IBg821w+HTEE5m960dE/cDNE+OT2BSHVmYc+uuht0czkUiE+Qk+BkZgtdxoE+OWi21w0wcfwE02sVwuZi+J0ZLtRTiL3voJOnwxMtiRGRw5MsheCo6kF4TD1I01ayBGP6CEcORB/MQN6rHH0JgUd2SiPNgJ+/bt03c9NrKbzkoanpVAbMNelAawto7JyuJ9UxxDAw9Hu21yFI/B2QzAAZS0h2bCzSVbz6dnjJa63cFpjb5cCZtbv3jR7tr9ABT5LIPegw11C4b1KvPUutEwOg18V+9ssHJKhQL0aYbfGLc2n9j7En3+dw3vLNZpMtXWtJxpGyYM14iH33l83RJblYhJzzCUoZG/uve6Q/deeRMUbRnQcvKRr47/adnw4Sb4Ikilk5S0bSSVoNuWT3awiId5ygN41uZ0KclespJG9JUoICAKGvBidXJvUSCIoe9pN+bxYyOS7bEW6YlS1HOtwk2V55lhB/wWdpjz5Cnm1+fSKWaLRGpMlihz1WK/JlvjF6tzlZJko1RiMafQc183w+eJgJPeOv9V9OQXsOPV+fNfBRywAu5VWAvPwC/PrVhxDlhACbCQ0JlbrX9GFKeIgkFRSnGeyCM//Ono/obkAimbpd+6fPlWfRYrLUg29B/96WG5R3SUiFMX9HgTDs1ZcQ5+2eOFsOBWamio11cj+v1yrI0HoBgjMYchqx8dgbV3xzQ4UXuibi/yAKKTixEa0eTmpAWlaT0oCpBVBbYtxHqCRm5VNZfLlmeJmNxSxnF3YM8dY8/u3DT9juUPAvHeZ+2NZZztr+ZqK/g2Q67JOQsWZe1pbt4zM/LRrDFbd726p2PX4q29z9K/9MuPXs4uAUyfXPC4eMGaS/fdMW3TznPj7lyYAnJH/cbKVTWmXjTxWviVIb9P0bd68Ggzzqb9tfKti3e173llz9bGuTvPUj19/A4mvuB6+PjFKAG8khY2u0l0kPl/1X0JfBvF2ffO7KX7Wmll3bJOy4dkS7Lk24rtOIkdJ45zx4nj3PcJOUmIIeTghgRSIORqgHC2JdBwFRqgJZQWSLkbWpoE3raUEiiUtpBo883Myo7thNK+7/f+ft+XWDs7s7Ozs7PPzDzPzPM8/zTxa0Fgi4g2S1RWMoFeHTS4obcOIpazP39LL89BFO/HbnnctUUhr8tKYhZHwuMqL56YrAi7EkqDWrFYxfDrP7zq/TPSuU8fmjv3oU8BQ0Jw62CmuL23RBM4HW+vcltMZqee7OM1+asDfoPWFvAUVjvM9Rqug7erjj4GGlFx/YuVnhjESqP2CJ+n2clEPqxDXEs3tpHtXc1BLRDCCGGob3mAQBNdDSINO7B2D+lzSEikBdknpwfw2AejBxMEJo+wH/vyIYB6WKUDiFg1qBz8oGfq1J5OcENNo066ldcxNK9eDw402vTaeLnLRsMX2fF+RmUy87zgMaqZ6JvWKa1ecD/PI2ZKWlLUmZcX4NQxf10B9rW2gd7poZVqM7dS+iWtoGk184vOIZnOzsyQrD/uF63giIaHtEJ7vbRXSh8ttHN2m7bGYYSTwf57PsgLCFoAaY05Tw8RP7rRV5D9B6uhgfa+FScr0tO8zQ5R4xUMSjBdeqRMwUJWHVE9DD4GDIRKBfF9RlMfKinGiUZaNeKey6hWag61Cc9wNJvM2QABoQ9dgsgEIRluDXMA/eYIRHM078fuM5NROpxw055/I8UK/vkQoCfN6U4lOxdnXwCC7j2dIP0urTJJX1kELSxWmsBInZmuPntM+kJnNuuA5mVwB9A7a4sSoUq7AQCgs1eEiiJ1LiN8CqXXXUi39aYfyeWvGJgOoBso75u4UNqwEryS1eDS68boA0b4lc78knTlb1Ef+pvOLM1WBxbNWFNUsmZBp8OhcHVO3VwdWztvst3+H6bL+59sD/sF1UJNRRLK1WhawMD32Kk+AWcMozYJJdPYkQdZgSRo6TBn3c4TZ3lYJLRe0FSrAwIas+SlHUTvVhERqujDheAFIJJi4OUEJFKGckloluDhAjviLBRKpT5g7crzaTkVqwDBIFCwKk7ry+uyBvRKpQLAgH2i14zkisrR9S4PR5eFQmUVjvrLaTrjs5m9E/fZQ0IwiDH/WlstT6ZMgrB8OY7t2nUQR6bMmDEFR5dcfvmSO9Vda5VMiUOhU6tZi+BieqQeDAnJqtU6haOEUa7tUou1GoXJGBufbtTwi05IX5xYtD7cGQDApNDU0odC5UIQvSmGLGx9q1X4McaZWwlqVuKEXdKkXS/jhM4/A+rPnThpCZryfiX9ifhJN+ODoqeP1/UQbKM0VY/mYoynNR3Nx8uoNYjyt1E3U9+j9hE7e7KjEsiFMBcOTv/WfIN2NL8t/l3ht90PoOy5+PskkP/g9/unZb9/cY6vvcTLMlxOAmn5JWKsHGQHxC6ZMxcD3V0XngDlQOq6OG1A5Jxuv3w3/gO3XBw5Kwf0gNilMsp/Od9l3DmO6vMIP5IaRy2grqBuQKxArtVSvUiZgAe9FlTybElb+oylUgRWDXc9Yu1D1huJvNfb9kE5TVbqkJcjvWJQxp3DDKqMvyayYq/uZi5Blvv/QI5jATUFSayPkAj82JoM+D2ukP7UPiyJL9xlTQR8BeGAjJmA8vRiN2RJftCMgs3Tpl6DgtdA4DVwHeHnhHy+6W6LwmBMWp4AQaXFptYUG6a+KvIGQ9LyyX1k0eEueemh5Dw1BVDb5AhVPWtSLOIP1TVE9p3CqzILK2eMLw1HkzPSMooKrlMOGOJ9cgvR9sAuHnG447XXbsasnSgcXoUehCpw7RbC6p3ZjaLo6Tk9XPo8pcjm9CzmUT8i/HzO8p1wuynsgStGrGty4Ip49tER028+LqvE4haNE818NN+FwkEZ6g+jZAopUzrlxqZJfCqHiYfOiMf8IHHMR3OyNjteBU/3fityLvOIdUTNIO3ru5DIJVdD0criQZlRVNuMdcHy1oDKVxqsM9rgZb1n1bkr0gTjSH/d8EQpraWn7ikwOgImi8UUcBgL9kzlDE7pg890+gLjfrVO/PVtxtvXeUbHeU9z7IpbCuoZtrRgXGu0/LJ5ATv9aF8Ou7/EZZPzMIpAun8u0794FNA5gR8/C2ZguS/cWl6Rr/CEfeVX50JIUoHJbzd6jGD22ECrUak0tgbGzobQsZb3g4y1TLsGqHcD42wbXzfKXj10nBE9G9VTVaKKm1o3SEdxDumr3dJns0W/R84BSgN9OQLfUvYAm2OBakI87FS83020o0LePj0pxJwSbAoSIz0RiXa5fsoR9X+5n9J4jwRx8b12dxhvhw6Fsaob48UdRPrtayi45slr5uMuhAmeQJsEwgW+QMK6ayGm4X2n9CGXxx9IWjt3Z184nX1W49Pcr9FwGXT42D6s4arO17U+eDRH7jty5A8+xHA8OCL3k/SMZDRcOn5G5UKyrLkv0lAX8kdik2ZVo96TvQEXi0r1aTgOHbUf24bduaDzdU3/NXwzNYmgLmEID9nPeG6PB2/x51iBMGblMUsAie2+rIXu9+G9DjQ/4h6Vc3pSR3yJ5xTGExd7R6NnahFDiLhCs7oq2dzktDqN4A+jtBZt5zZIl32RV9x1e8uBnTbAiLrWkkKLyy3yeUM9/krbvIkdOyZbOIGl1auXlI4GNKt8coBxXtbRGH85rqYBnJWZ9HBIly9V6q5gFW1QPD3kY85460+m79jLQd/Y5MxYXsxrQ52TF11NHb5JixfuaBcnixquxgSUUD/QTA9xqUHEQ51gz1M2xKdSxF8dkmggBmZBDYStdEwy+mpYvkJakfb7+mDSzZiAcNPQaURshbJKF0HRTHiNZsjLroHcAP6J0bqs4fCCxcbA0Bjj1JhV0JAxCPALvYIT2zOeQ0/qOZVLYe3afLh7277wxFToHpAfjXrzvSXt5UUiy6tUKvDhN0OveHZpMgVWj2TpOQcniB5hPfN6nsujt1ZJ/7i2eOyoGACsRtUGyts6s4d4LaANymkKIXC9p/PRO7oObS/vWdDoBNZwfHgov6B+2uruQiWkwVenF59+4UZBKd0xU/p+gK6s0/I/RTQE0Py3iT1L1VIdiI+hMGoqXkbAUjAqOUdI2GcL9lBSAuSxDbBBcoId51jjsoEcFpB4awzSvYrsHuyvjhOBgBeB9QBbv5NxmqflLUUlkEMhFxdQC+JMqTQisnqv44Pash0F6uFczJv9q7RfGa5MhQAjZSKVENaEwdPZf0TiHFcZVIFT0oFQKcel/JwOHP0NYIBVb37ar7M5LE+fYANnAA3y1F5Pi+MmyAGvib5Xz+hLNemFMLKjPPOBrzAR/MSm8+W35QGV9I3FEvS3mv+6XW/xBUcZn5+jcOcBDayIhCvo6abbCiofjNZIs7xFTIW3oiCYYr01kXASZNhMxF9S06WqDwZKYHcQRLUbrWPyQ69sDMIQ4AALPKNsVrVzJ2BhyWJwSPr7iJb3q52putiDtYW3WYOgIn8M4rq90n5wzN8umPJ80lQwxj/KKNhD0oyf6Vmz4WSkBlTKY6Cbp9iZ6GtNQ/IAYmGCMngBokcOTYV4rZXYmqSwNodIRgQiiyLxHRKX/3YgR8No1sMQXX5snUsTwALBHLQGBBgkbhooTPFibiRFny0YtoLRkJlwb6WFYVS8jjPBJ4FmqfFyjUm1YepsoAKv7zSbO89/DyWpBdWGjNTEV0Xof55RaqsraakiXJQHNqh11zILTxb7oJf/EZ0sA8ZHH5c+bhzeJS11miesdxY4D19pBh1K/nFY+aOp7rDSbDBrRIWVPrvyJa2gyhj+S5A+/ZNnpOem32de0pqVKGENneTzrKyUkobTSObl6RHOgqJsI6Mq5n4O9pSX08Ua6SnV3M5lwAQsyzMPTF34LKwucK6fYHY6zVceNjJ8rx7Z9xiJXYC4/BjBy8WjqaxeSgYBK8fn1HG9WHJKpcWwGeqBL4xhnsJi2BIKu5FghRfdsFqRPPzigVQGVmLsO2/7w5927Nz+xc7uCV6+oe3Qh6dAx0lvQ2XkV/v26Vz5YzcNL9HT6fSILZOWZMe2nRguwMIXF/l99uiy6i5HS553BfjBu/sOHNj37s5/7PDUZZx/v//BTz99cHKbNjCz9aj02mzAem+8/40fdg717f8+fOd09Xnpqda1m4JC1622VHVwnL3YbRhfteC2JbVti3r9Y5G5w05FqCiaT8cRDx5EfYzLuQvAOBkEJdmbogngFS9Wg5QRzxZhkU0SjQMCcojfOMeKDZosGLszUize9afdd19WXsJYa4bc9frrIPn6YajyxCdWWiyq90NMe9VUcFUiMnZoe17LFhdzY1OyKjHKYgQj+k8O4LNRQ23KeGbVwYOrLntAKCq2/EZ65a23QTYvVr/21stmiPT1wHD5kvYnwndH5g6fYBWGDikIGmcPSa4JJVvKCz+/aE7off/RRG8u2duHoMyhY/vF3LSIbX2tskoPJ2N54fUg7JkKEoUfHBDdKjJ1DtzuPS82znXx4Vg4aNYUqBkFawxsHX9spJFlVJoClcWPrvCZreK1UKE3aBI6f6Z4WKRoeFHGr0toDToFvBaAwath14isflJG4PSixiUKNgOcLoz2j5p4r3+0MB3q88wWl0bUc8J1LlaMimyhoHT73ehPYS5gRXB28DoYoPSoHVagdsCtkJJxwGRFJoI7SBxwWXPwYFDWa8rZM8nNJDebTOpYgwLKjiYS8Rx4Od2+9e1Kh1KnMzWYXKn61npNcPNoZ9L5Pq8wW83jxKDNW5eqm5JKTq5N1XnswbyxRptZwb+PsozaEtDUj6xPuvQNZpNO6ci8x/aA66+oWhe7hXcEnN5iIezUOzu252vUnKs5X10R1LKsP1LgcBRE/CyrD1ap85tdnFrjvW4Myhg2F3kcQTt/U+n6qmvXD6KB6f9XaWCwBwOWkukgiuhAXaAhdLBlwkttJk6FF9fMiPEgdHAdVOgM2oTWP0SmgyF+bVKr1yvAdYAa0BkQEegmDcFa0zkiqE+OCiAiCLWFRkKDTSYCtQ4TQQwTgUomAqVQRIu0elBfALJOIuKr8ainY2X2B71ggOX4OlAP8OISS+QnmgsTC2AuCmMgWZ5En9lEoddnrek6BjHVSmro8oZyUaRVCau+eUi7IjZfekj6/dQ3Y6MM+mFPjt0y8mnEcyvVHPeC3ttzeodEbe/Y2l6oAdx1Hx8FS37BCpXlzRVJ3VwYSgybkWzYsKaBo6JTm0cUxjjTp1FXfaiY87yse7j8SoOb5x2t3qDWE6I5US0dcvF5kyFwRn1GAACXBktBDVDqfSUjoo8ybd1X3DKkY01Lfj8/WM2IZ+6iZhPdNjMfRuN7v58vnOZD/X94VR+N7f1+aHjk0+KAXxIG/ET4wOQQMAlEL9soq2eTA1vI/uWkEH7n0eL6PfNqR4/WhUaGdKNaGubtqS47/E5YOPkpy545hTNEa/fOaxyBBvdwSM6xtzb66NtBC8rh3iN9uXfNe3umTt3z3pq9QLtnRHZZdhm8Ff4sW5OtYX+WJfgFsKfEoxs1ogndGDv8blD86HOOO3NaKHj3cNGQvfOHDh+tK/T5C3WjRzTO34dzoIf/heM+PSUUvHM4Vrtvft3oUTpPdD/Q75m258TaNSewx2Y9dGehdBXYBCWw6etfgrvpNNgtzTn3C7rzXI+UAUfpHnC0T8+S2BJFqBTGN+Nz+jBIoOh1phxMAB3HY7NX1MdAQgDG/FQa612G024AxsLH7Nl5S/esm2ZtLbnh2DH69/+Q3FZ/unzk2MV1ByvNZunDj56hJ5z7r6AC3jer3TZnIxsavnfpuez02wV2+Ms30PQNL5/45ova8ctGjinLhy/a706Wp5Lwd9knwBdnH0ibGN34G1yNvseoXl/vOV0+M5VPlVCVaDRcSq2lbqH+eMHaAIlJoZz3QTTTXToy8BxwOTfZaTRUmHq9yllTva5GTWEskHFYCEvLHtXQ0EEUSsjdOSW+3itkREb9kcX29Yy+F/WK2LGHiURCRqx0KExGXzKS0WQSxxIdlLl1ItThgZ24pORFOYEe56vw+SqujtQURFzuyMMFNZGI2xX5QQSFNb0B0IyT3vvhFW/f0mGZf/Vad22F25tGv6Ved4WzTLv86puGG93TU6fdYw/vWDZLKzVnZmbqZ9fDVa3fm9l2S7q0c2755IAxUc60jgfWxpoq6UwnU12UKyCNfrGKKYtXT0slVwz1hie3Hi3NM5UMWdxQLQpWaKZV9jzDxK+3+x3VE8dWshotIpeQYU+BzV+SnsL8qSoWq4p9M26lu6jIvdJdXOz+l2fwlf3H5j10cu2kCT989/vSW3Mq4+Sfx9YFhMdaOeHLCas33bbrd82l8HB89Oh4YvRo6WT3fYubq/ctmb9Q4CqSdnPTiyuXSZ80ZPbYwcqijHx/Y2lTOxA83Xz06MqK+ZXX3n3luKTLRps5fTRkXnYNk6lkedaoFwCXp0Hz8+fusvb+MryNChItgWQ435LoU6C15jgwRGXBRLm/3G/xWxKWxIA9t9s5addvNBvbZ91ww6xpNfMX377/5Mn99/4STF6yZCn6B0yDWAi4Jt9zzcjJN790c/Wc2Vi/4o01S0nG1YO5Azw3BHPjZZig1GFqRYMcb/QbozkngRjBRl4xI5sLiEw5quwH94yQPhx/z2v760f2HOkZWf/cnbNm6V5Mtk1SX2e2hxjq3FOlumR1qfQDdpJteVNnT09n03JbU7EeRkwQ+8rE4/QYgtPBot44gZpK3UZRpngKdQ42yoZlkLh6EIWoPnrgN8axzwCy+Y0xybBdNZmKQ9aE0Y/d0qFM2KQBTWYpNwajJlwNQ8qTJ2t54USHPVghLgD0Td5YdRl1G3Rwc9ix+h3tXm+7l1OqKu1xf1TcOPZseyWoelSsCo5UT23Yu5v1ahw6iwJELls+Kla5zNhSbvZCVX5Rk4e/pnvanoZ5hyZX/trpKNpa/LwNya6GdrNrkToJKFIsUITs0ijH0ub86enCjQ0111yxrFQ6Jd1FFLPu1TW4qgtrMoFVszo6Zh3yZ8pS/oQDsd6z7CHQk8lkOG2LL1OYtN7QxXQPPdz0mloNYMPe7EmApDu1Qvrtspi5opKLm9JWVWFmdB6kHh/Z+GX+uPwEjJ+w0gmPMCkvcL2+oQUVhbXR7aEhY1WljZrySsanDjfFgD1kh/vtIV2TM2l1qisqNMaAvdwzxBAaoHMRJFzEBQYojcRSrGcLragBRRCQtROwiZaO9uFtrHCIk5UYWDcTr6N5qqvhm0xDl1pRZ2luXn/vUnZ6aXtVe3wqt/Te9c3NljqFOvsrwHeoaUVIYVf/cTnbVYaul3WxT+9R21Eare4AvKo9PqqtpW1MaQe98lyUQLK8oVfyaWNV+bR17czw/GDQ18y2r5tWXmVM88rs/T+tVdjUSVToA2NofDV/OL31clRWUm1T1P5UUeMrEcWYt36g3mMZ1Y4lcJDzAaOji7Cil+zJIocI6KarIVaBD6RTomBELxuM4lxkqx21wcUIBBj+vA7fhFsMolZ5IaygVUWHrmTChaNbggAEW0YVh9i1h8KoskGFQ931FttWPDQPgLyhxW0sgGm1/aUpQzuld+j2wmac3FzYTr/7i6pyHY+NBImbD9zAkSvAS1wg2taKy2xtiwaKTp+eFIHLEuiNfVfNoL3euNUaz/cw065yk7ZhlCMOMnUen89Tx7xUrKCzIXr/2IqWP8AGt9/vboD37SuLa/hzGPqVfuQcsaal91eEVoIZrNtflpdX5ncHHj7SgcmFUlOW8xT7ST/7DjvlpnxUCMmicWo1IiNrDFUrzAIrHQZBGoUxNKdy2EYbsHQQpHkrSU6HeaKHkdbDMI9NWWNYo53l/KHycIgO1QPsZFc+poNxKytaBGLobbFiHxtpbMuKXW1gQRbdDFpe8b0HTMCklt6SznxY+hViImt10n5w43Q4D0Jm1Hg+Ww+oJuljZq7+DzB7CqwSpMn0XebT8BYO8gC6HzMLwxTMn3l+Js9I7zNQ8RGThnxtFxgOFV1bYDdUgkdZGtRyZm71lSy7juXG0exrHPsVA/Vm5qcceOcvb0uJE1+9C7a+DYb9Knv6HdD0snSw/bPRQK+kk80c3Psy+PUjZx/78z2fwxUvgKcOnnvm45sWTGfYNVM/6Pkov2wVSz/DsmMPsPSfIQRfMMDIM8EJHJjOsyWzFeANFb0N3MmwUhlP146H3BUtDFOxlKOvpOltDLdyG83CO9n+PJwLjfzjyaop7dcxWPDzyauhiGzpC8yKJeciYSDm1gXnCQPOmEfVntL2BJd2J2LRWMKd5hLtpR71uFqYqR33yJ3v3In+4AaTrrur4WyGIGYcbegiJhvdfUdQWDl7zrASJt+Qp1LlGfKZkmFzZleOmDED7l58xx2LF91xhzT6qM50Et/OEtiNk0TTuyd3zO0nkHdUUkXUZGoBsZ/LaYGgEYvpfR3ER1UDNxuvYy7xLn3OIS56c8tFGG2M/Gql0RExr4Ef3ZA92jBa6SwZU87ycUuJKxKKuEoscfiYoO0mAMq544BW0ArnKUF7lqCKMKg30xvQqy5Cryw96asdMXlkpHHevMbSzoVtScajtirRP6vaAxjU7Qkys3zs3yq4MJa49sFWw0IOJ0ch8yT5aIwbQo2hVmF74SjsowBI3gj2gmXn4FJ6/XEbvyMuTw/lstMAYurWe9Zv5YgyRdoruVJHcWFhYbGjlKtsj5haUpBKjd3yky1bfsL4+qvSW/TZl/UWix5W6C0DVOzRbCLt7++AQyLQLBx6dzC+Z9GsSsapNyuVZr2TqZy1qGc8rMeFb5H+0OeAApgqcMn4ANQXUkfhb9KfJuXv0yVjA17cfluIJIGJBFvikakuHXcD2LufPMgfR/l3xIUBtHUJFwuXwLVhqJaURKVaLm7Y6/+DJkUU9HVGxvru758BQ36jmeXrTF/zvt0z/qIWBs+Q5s129zXkmb7W/aov7VycIQSJqbx/EwvMqxd6QtfAuRhraBSgeYM4IfXJILmER5adSlKGXs+MvSqOX4qb1zQ+9dpTjWs2iwtBC7gStFyb0zaGp276THr8iSMDFAZ/vvtVQ8vYsS2GV3fv+uEP4WEZDfwUSEm3ST/+6yDFwgv1MlABqpjYaogmi/mCmiV2DJlzHmgxW00J0ZuOh3KVha/IJd2IFSR3SI9/hspkltx+Qa3x9obPN4PFmz9/IFdhjsK6lEd+jCp8801/Ba3k9rPDXv3mblnXUvro7m9eBcN6eg7kaj0Qj8UjW9uAAUNeuleBwWKmSK1SBgFvBcAw5w1zZBeReTQ2flpD8cs3nnvwxpeLG6aNj40ec92zx5+9bgySOGRd7KJJG/fsvFW6+tadezZOgp/rSmdueXPzXe+/f9fmN7fMLNVt3Dkf5UY3zd8JhdzLfHPq5rmfATO/aRMv/eWzuTf3+ZtmZX8LNsqP9Xr79SYxPqArYYPaSwA79aFpDugKYyra32uvGBPZvu25bdueAwfOodGVlrmkc4TWMJkfxfSNSHpCz4QJPYtnV7a2Vs4GTxFSPruf7f4GIzmxr36T6R1WcyMChnnvHQuwbkkRVU21Up3UHDyekn1IJL7L29W4ut82nA6OB/vGS/mNLhpe+1Dj8wfv3fbofU2xzJOZWJNPX18MHiyu7yGqMMxy1MVJ/4PoXaWeXuNIQJyu5EykZJOpvlwYTNOk+xrF+YEdvyk1bWI8k4lPnJZKt7WBg0TXRjp5Yezs8+fS79AvESwl7de/q/+rduwj2RwhwG8bU4OD4uwgDdiLx9hLExJux/piaUJxfb/W/O+3Y8/XiOS4o4OHzybUdum+lgTvkFbMXnCM9MUlGvFC2rnDTPdZTJYDh0xIfJSdRv3ITtAZDdDvg0aDCTs5ZIiSM1mZAgkRb4AjQYaTvdli546ySSReOUogXuaPb5z64PjxD1oqRV+qfEQkml+24KFrDjU2gq2rkLgy4sapw9ZMbcifsXiX9OHvtm37ALhuX/fJsTsnHLguNq2qtgF+isSjSukl6UXpZ9IvjEU1zUUuw4zOxXNul7Y42pd2Dgm1dKQdl/8CRB54EBS9cvnwG579+trnpJ8vah7R2jsezFFS7G7KiySGO6mfEhtPojaFXkcgyxC5RXoD0fkP9lm+ku9nvqAm0etVD3VCsqSGsvRXiLCQzX9ZexJvlhLEGKIzQZbY8MIHYzW7WaJZEiJxwBou6A+kU0aCL4TtTWVnmEiC+bnXAjT1s069HV4eErz1M8vWXBGfAG06s5Kt97vOHrOH/C6m0h56t9E2OWxQ84ZQFKUYaX2RtYFWaatElqG9oVR5qNAVNwBg4hxr7igb1lxmczmESLwmUhN2GhQcrVBpjCqrs0DlaBheC9+8TqgaNc5rcFeNVj4RSVYtgKJaUCu8QvOVM7s1cI4ln9ZvBE6wHYwHxsQCh+Con9tx7Bvpj2+Mn0TbDTZxgyscsqMfHLF1VmiMWaXhlIXx8dGRqUJWE9OK9pH6Kr3NYqsEDANL3cG6aLQuOLOuyMyykDaoi55fn163ZPGaZHmk1KDUmF1CItGSKcX+pCyi2mm1jTM3j9y/TTrzX972abUeg37YWPUfQMnm44vWLKEtGqvRrBTyH9gsffRwYf/1hjwy6wupEI+EOBG7qbKKPKgEfBx7gLnICPvencqw99x+l8WQ9zsILGpeLc1AFLL4ZAYuvoQ9wn/BHxeHNNJjaqeNHwoadQpWJV37kTj/3gDcfSmDAq7Pt5OW7CQnCA4qldP9S6WNCaMbWDGKomw4SEjMm0qbiZ/wNDGEtBhFIWd5g38QjyzNVT1VzT1NNei0pukZoHqmR1by6yHnPUfJP2z8XjPbQl9/bpVldk3b1hKawklZqmRr25ZnntnylPQ14J86shkew7Fs5WZwnWxcQwxs/p+oO7w++/9t3cH10v9K3csTlv/1ul9//X+n5v3rriTzslz7vrqjueQ/rzf6+3dqPXrFitH/cY0NfRhMeKUJe6tvpkZRE6guai61lFpNXUltpW6idlF7ZY8XoNdXYBSkZWy5fGPOkUpKtGLsTJhzSc3k7IBSvfHeMCmnBAanD87/Lff33scNCtk7VarsTSq7qkOlKh4uVLTMXbjrPIUZ6YXPDet6raMYXcqXFXWnkEBW5M3el1PelTWCqQGJ/TNKJ/pHchlkC+Qp/Y4sj56D6oGqYVcVd/5p1rBdC88iRh1z9R0tYdeQYpVKOkTum3LRMUmK6PmWqycuSgldlIItW/t89QWpEoKYOpRqozYieftG6nZqD3Uv9Qj1Y+pZ7MEX73j1sXzEUL0vhv6oQdreoVwoDoqHLsFdVoMcHp5IlhXRBMQhuulPNnGR+pZyvq38wem9ca5Hdo5YPyRLDakXtNhxM8yYnCaTs4Mco+S4o9+5fGQ6ZG4dSSa7Fi4eGZ0fEdXqQrVaeokEYkDpDCbKWzG+47mei+5+41+myE8DR48+sOoF/ITVorjUaLUan171wFHwA3zNFO13NF2Uku0TD2DPwl2jBJ13YOWil8f9GHPJBI5edG/Hv0yR/wjPiHUdKVZC42yGGk6tkHW8eCTOElbOC8wYNgGrvuL/2H15APFxhGPDPCRe5kfcH1YXTQXSKSTP95lVmGVfedhbHsCKxYS7JPZgeEspSvZfU25AnzZ68kTpnJjnMYKj0C397T0FRl1gIFDse/6I9PKPN5w+MB2An+3jIU0DBQR6xW2n1yn41T8F9M33gNj7m7OnNz+9efPT4OCiaQrE21h5VVXDqpdWbDmqVTUOUfF5LDQopi+C9DUfXH3LP28FkyYse3fmlCkz31068X5AfS5tmEBrlKUmr15JjwHxJx8HJfer+MWP/HHjk9Lro2mlJU8Z0yg1TNXvQdmhmwH7/HqlasVx6f0gfubm89T6t4dxClWyQKVK7ehY9vQMjf5nW6beX6NSRZJKBddyYuPm09dy/Na/5nyTy3bFApoPCJr7IJRlNEycRd9D3o2Q5WYMP9zdX14BcjkA2y1Sg+U3fsC9J8lyZm5hiO7z70BTGjTWUxFgjEA0esvrsjkUrgvV6asTTWURoWAoeCTv0+gB2f29CwGwW3ZyDlGm8+gKpHC6vJ6I0/EKQVefX3b87tjXLhVMp5IxQA4hnx6EQ2QvEjspzKGgWJHEP3il7ns7VKqPP1apdqBhFYV21aA4vKz/q7/7bdlycUbo36Z0v/rJ6z7/tl/cQbX8GD/ngQfk56BQNSh+TnvxJwYPXDpvX1x6laG6B8qsvWM8oSUMhH0RWx8F8exK6TW2+xI8PJgLk9lfgeOX4td5UjYkuh/YF2uUaqR+Rr2FrUx06LXrAMvJpnHYTs7a10Ryw4R7r4nmIOnmBLUH9XghRbYA+TrgAakw3vDEciDe6UQX0TiC9czSobCPaFdhWRNbn3DoAr6OcS7RcINRcvBGdjoK+TomIRI9GVG+zorWUFjHoAEmZSI6ptiifTD2CKvWF2jUuqRBmqKw8goFb1Xwe/0avzak0cjBOpzEK0QDuN63MxWKMi1tmRAUeYHT0SzNv0hbvT6uYNJQoVCjgQEO0HRRBadaOK5msdPNBxKekgk6Z41BGw8LUa1Wqyop00LIg6DbJvrn+PKnHDEAlV5vKSqMDBeg0mu0VuR5LFqdgi9YyAKnVsu4RY+gh0o/FG2Fgk4rlLz0hGfCakds0fz68N/Rh3wMfbHHyBdrQ1+s7XMmYDQWmIxs4C2FQiHiVxI7/FptSOvT+jWasMa/GqcrFAZxSqYo5GybOcHsDkALZ1FZ9KI5TzKZXTqzaljaoFUDUFJijqhUeR3xcVtUfKIsMbslpWcyFYtXWtRCnh2AuBPd5GJo5/Try3WiYUks6ntimEGtMdmqRKNQ64acErB6lgd8JFg+t3Te5a5CjuPjkfrqxgZ3yp7nToWKvWrbYaDsTm6qmDZ+LA3BukvaoIO+dViMEGgUiX15PUjQgp9oJOYWoeoYlMZBjFTjz2fL8XcXTGHsl6qczY+nMWHg/HjdD3LzHg0Gm0qM+fN0/DyXviY1UfrHxClgjr+sNhYvNE2bzCXYHZ+UFGdvkLZvaiwDCloNY02bwFr43PWfcAaGneb1TGjO/tapZ0dkVwCWpmHJ8Juk56TnNzXFgSL71qhWRm0L1xW+F5Q6alkOaObatKVpuBns+LI2qs2bq3E0ZadN3bBulTG3H0J0XIxUMVWKeO6xuZU7JA/oGL8x7qadgMURSBSua2jMYpPEhNEP0I8Phf1IhBMSAou6C+vz+4qAMZ4QU+EQWy7bc5SjDOlL2qvcBQBkFTqlEknvENQAwKgVSpahGY7lFCwNzn6wfj04vHCf06zZu6hkZBF4gKUNJq8lYrQomE5z4IEKGoBaRu9zRT2rlvLuWNz7eP8tOfjhEUZUGHgFDcqhgjaw4qx1wKrQc0rVbqji1RwGGODUrO4MeE8qAO/97rYRKKiQXgb1ukarwWbQsDRKSOyu27fF5fXrfXdJBe5ALW0atNfBUqXnoaKV/Sea0SyUHbXizSgxFCZey0QKDysxrNMv4NEE4M0FoqrJ19HY8wUfwkpfEI1psF5GIuDR+4exgTUePNBN2NKN58Kc30vRvpCfwzAEojVKx0AU5YPWHGOEh7IAg7giZg3HaqNXLlrlMe5tAB3StPttXpoZF2TXF/mK3ez+DW9KH+zbKf1toVtfc9/3tkUK8guUDH3lLw+ub2b0Fb4rvn781mBQ9NsZXflxKbvtSOS67RvD4ZvXvnimRWdv/v3rpb7hnYEgRstpAYikjf4gGjyiwxbFXTRkKwsayhI+hVB/MAPVYyPbnOV6n3cv8IPKXb89/XNAK9yzlzw0kfa9Lb0Dq50jn0iVd9w0BJZmxkVFae8BEHhr44LuqrmJIRaOoYErGFSpLQ1tNYEVX1ZxkYYmW55BKdhm5M0ImpnuA9OGqDXW0CywASi3tR2XPrksX21X0WAK0IL4xgWddrumOXTtzZsLC6FFb89zODQqT43Ce/uNrxy8bJbTp2+pCY26TGpG3y94XsO9x/6NsqJekKEmEo9TqVA4B42GFT74FNBBJoC5zDo6zdmBBiBWkzdDM/EhRDZkABsFxegCB60hWMcQfHk6RYWxXyU3o6PRB2drXcMmVG2bY9Lo/VZPlSNQXxTMM2vVKrAi+fxfpC+kbz5/fB4L9KoQk5j/BRgHusGUy83wyzHbf3L8J9vHyAFYPuSP0qfSL6X3JelIu7uMHXnTs6c++/vp11rzq2o00rv/VEBo3/jG9m6Ldfatp7YvfubATPh58UOVYZfZYVWxNKNXaYPBgkB+nhZkf7np6Rl5ic1HgfWeyMTIWu1xaask3aU5cI9Dy0DP8efwJtBzcsDtPD5LMebRv0v3HDsASv72xvfmRKzj77ksfpN01d/ApCYWlTz1tmd//fpPdkyG7tk7Xpf1ScgYQ/YB8RpKPdHpXkZtQn1kH/VDihIsfh/2UIl4R+y5MvE/jQ/mhdBYVkR+5dgFaCJe/j+MH11uKDWgv+XfETI/qig4dxT7TKUzBRWIMfruW0gIqB6DweBFv3/3bP83GfwYFj/srAKnoCuff0co6xDG0Pw2Bn2bWzCvKdvhxrA0FQrTQaMVa9+EYoDYndTia8TFipGldViE7lX1I/gpVrYEsMTqoDfFg43NRKvAGmWAlRx0sQtbp7mx2ZkR+z4W9UC27tUD8jg0zQS1IIgtfzn3oaetWq0ubn06rY0P086V/nrcAPPyI4bloWRouSGSnwcNx6W/ztUOi2vTT1vjOq3W+vQhl11Z6AIpAgz5CqN0+Bi7AxdkT4q5coD+EuUA/aByHHbG51Ay0isE0zLlKlTawcH8RdqEFVVq4f5QQhUExXdLx86YCj2CwtTzDtYFfKfHpBA8haYzoPJu6a2gKhHavxCVZk1oF+Vz0Vg+V7dnTx0IFBeyuKSoTicXJL11N6i8dEHSsbtB8cCC2MLiAMAFcfmxaK/NjMyHm7BEBTCTiycVDs8qAZMSiCY0hzA8C0JYRkbjVoB9nm/fcXzV5e/fu4BHZ79etRuYHwbDpINr16nUR6S3jpyzgU5yDkqOHIJ3wemrf3NgDs+Puvn1VeRMuZ06z9RK96ySXrnvCenlY7ZrQOflIH3fk6DimE2cJK8/5vD/dKheIqpZivigUwO/EE5becS8lAArHw6iH/NdcH2PH0z88KGyx0ZZPrdIQ0Hp1dJxcOLzeZ+BTT/teA7W4glNekH64M0NG94EPkRtvjf/cil545z0BOiSvg9W55fNjcMFqJSr18z7bO6UMc+N6SJ3behfElxzCa4QyaznAT+FPU9NomZSi6k11FXUQ9QT1AvUq9R71EfUGfSO2AanDoRlSGEaW+KgeRqLGLTs7wqbPXNEhCBSglWUVyVSZDHCGifzPZ51UowoL1/UASDqADkRqdy6Bda3E0mXxAqMIroljLPk1juiMJXG3Y7glaYQk4HYYpArTb6BlEdgjXCyXAzoe57YP3NYzoFS2RQTS5bQ7MgWVjevxE0zkKd5lsc+0NUKtZpzBxzAoLRo1Cl3ZKHVEA8WiWOa3RETfwvLeXQODs4EXKLZzIxt58wWFwM38Zp4mbGpNX5uCGfQ62w0bXDCiRreF9Go0SFrCdSjSdxkQkeWETQVQ0Iah3PINUPLF09ZYr5qb60GzPvbsDg9dk1hqC7AlC9s8m7d9+iw4dvXTYpxyWaL9+xKndIslGnJ8WHG5HMytGAwOpl7GYtZ8CksZnN+drFB73TUGgz6VB38hjHo9bgaqDI/0StFMeVWFZeDaJ4Z5NljTz0angOBEUJAA5qhoZZVsRwNWIMV6HkkYzm0pmih88YNt4Chsxloz9eCVQq1jteHTF+qQ0FrSHH/PqULhAzS187y2XlKLe253y0/zM5JJ4yRPIURH+hUSiOYMnaHxiRkgbMxpKloMAsamFkhfT2ynm7vYtNKMKxk/ohO3YqbD1TVbF85Vjn+ykpr2sIPmb5thKGjex5cbi7TobcmR1RBl0IwotdmhHPVZh/DWAp8LGOlFzrq0Ws7nHU+Q3ac3sbQRp3ejupzWkwZ9KrilFf1fwBUC+G2AAAAeJxjYGRgYGBhPD3hfEVkPL/NVwZudgYQuGJ81ghG////n4GTkQ3E5WBgYgDqAABkIwvXAHicY2BkYGBj+M/AwMDJ8B8IOBkZgCLIgGkrAHsKBc4AeJyNVktrFEEQrnn0PIybLIYVNQRWSUyULIqo6EXmsB69iB4MiCLiRSKCJ3Nq/Bn+D8Gjv0q8rVUzVT3ftJOsSz6qu7q63tWTzNNn4l/6kij5RVTSf+F1wbTwPU/WAid7PzxjfHWePplMYXcYruNdK3TPd++ZzBjkXt7pbkQu031r2/d61YcLzvwEmRzsr41VfcmppxhvOeSdOvQdzouUEvblO+P4rNhG0KieB4Ky50+cD7k7xdxYDhRTF9VC5Y5beIijy2UjMlWUb8sD2KfMQx76moS4kZqvrj8/4py8CTmyWHp7EneKPp8JTzON20W1nyr9wvxEZfK4lxhbA7897ZSWd0WtOnOtZeqpSTVvxsOeUt2H2Eecr8TyhT1TQvxQuwZzEs58Vx+NK/jIuhaMCdfgmYB9WzDC3mzkXY0xVsv1sKejfoHZtLNG52/C+4XeTdnH1HKi9K3kifGO7zsByyeF+sLyE5tPXmdM98bqrXm5aLNvvMQP8v3Q+Gw3E6ybL6jd/ewb04xyp3EzfQQ9dkPA/BaFwUOvE+1ID0Y9vBHHoXaX7Qzxn0DzafNscuEu+3KkNLxDpfK0DvPSr1b4prLsbGRWwqyKTAX+W71l9utO/gTf6TBX1L8P5W+6Fc+T+mlvcxtXjXd6Oq16/tzqUa+pWYQD81n9nzO2wcZS/XnM60sghz4/4fMrI+9CjKuM93z+Sv2+rXpqpge1+h6D5TYF+F1AvVVELb9Qh3bNPm7gu4x1wDuDtdZX99sF6NQeT62v4L1NZUZZvtCzlNftXNhsQJ2DriryIe6J6g+9qHU/lifrbYy7gPOSzu8NzCfmsvwxOAv9yPY+tHd/9vpD/MOaXGa5Taa7Y32h7/h+Nc5/Hvn3FGzNzReIbW8sLtV9nfcfWe+h8rNyqFvWS51/6cfMZlz1B3m3ov1Cv0cO7Xnawh6xb5We79dDW7Oov/7pDeDv2t18BPC/RRLPRUAKve7pruRcfbwTZDzdFHre7y/1CnzxeJyllntUz2ccx9/P404uuYYQGmnNQpFkihBiIeMQi7kzs2mbTYaJZYwk17k0l61NyD3kHic0cg+5h5BpriHsZf/4f+uc9/n+vs/zubzf78/zfU7Sv38e/wExkqkIFkg2AmRIhYJBnlQ4VCrqCq5IxUdKJcYC9kuyXsoNnJIcoqTSA6UyCVJZ3svx7khZx8VSeXIq0KNCplRxIiiQKtGvspdUpZzkRJ5TulR1tFQtCMRJ1ennzHoN8moWB3CqRS+XGQBOteOlOp5SXRfJlRhXuNULlOpnS270bAA3d/LcU5BHD49H0nv0b+gPeL4fDtjzRLPnSqkRPRvDqQk9veDlxbs3tb3h650sNeV30zBATjM4NkOnjwOgjs8mqTleNefpOxTkSi32SH7oaQk+8APwasVeK3r7k+9PnQD4B1C7dS+QL7Whdxu4B1IrkPi27LXjvT1x7bOkIOp2QH9HH6lTohRMTGdyuqC/Czy74PuHSVIInELg1xUdXfGpGzy7MYPuxHVnvqHs96BmT3zsRd3e+NQHX/pQOwyuYXDpS1w//O5Hj4+pEY6OAeQPwMeBhQFcBoUAzsHgVGkINYfQcxjch6F9OLMYQd8RcBoJt0+pP4r8z9gfzdn4HM+/oPcYzlIE84kg90tyxlEnknMTiT/jWR9P3HfR0gTmMZG1SU4AnpPxMIrZRVF/CrlT4DkVjT/QJxru0+AwnfwZadJPxM9kbxY5Mcwxhr3ZnI9Y+MWyFgufWNZiOZdz6D+HnDg0xlErDo/mwn8e53E+81/ArBY6S4vguoj5/EyvxfizhHpL2VuKd8uYWTz7v+DPcjQvR8MKZrYCniuZ1yrqJHDWVuN7IrUS8XIN72typLX0WofGdcwxCW5JnOv1eLSe72MD3DfwHWyA30Z6bWQWm5jLZvzaTN0t1NqCH1s5h1vhnUzeNuK3wWl7+lvsgEcKmneibxc6d1NvDzPchx/78Go//FLplYrfB/DwADoP4n8aZyYNPofodYg6h6lzBL5HWEuHy5/EHKXnUXQcg38GtY6j/zjzO4HWEzxP0uMk6yfRfApPTrN/Gr/O4PsZ8s4yp0x0Z6LhHGvn4HUeb8/D4QK+XKBHFryz4HyR2IvovISWy+xd5pu4AuerrF/Dl+touM65yIbjDeJvMuNbxN2idw7rt/kW74C7IBff7nGW/+JM3mfvAb48RNMjch/zHT3BhyfwfEp+Pt7nU+sZZ+I5vV7Qs4BvpQCOL9H3Et4v4f8Kza9Ye11cRhVlimySKfpIpli+TPEMmRIDZUqWAwtkSjnJOBQGK2VKe8iU4SouGy3jyG/HeJny6TIVfEA213SMTCU3QGzlXqBApsoeGacomapjZapFylQPlXE+JVPDH/CsSU4t6tdiz4W82sTXIbYu3OqOlHFlz5Ue9YfKuOXIuAfLeFCjIc9GEQDeja/INPEESTJeCTLerDclppmrDHehaR4k44se3zyZFvTzg49fpkwrOPo7ywTQs3WaTBsQuFimLfHtQPvRMkE8O8CnowtAYyc4B6O7M750QUMI4C4z3eDQPVAmlLgecPsoHBDbkx69vAAxvdHSG+/64G8f4sPQ3Bce/dgLj5PpT6/+KTID4PkJeQMTZQahZTDah2TJDGVOw8JkhsNnFBpG03sMdb5C29dwH4u2b6j/7QyZceRE8hyPPu4qM4G8CcxzAjOeiK+TqPs98ZPhNpn9KPKn4N9UfkezN43cH5nr9DeA30w0zcTbWfgaQ7/ZnJs55MfxnIuuucx6HrXnE7sQXYuot5i4JcxxCRqXsrYMz5Yxw/hUmeXMZQW9V6JlFX1/nSjzGz0S4MsdZBJy3+J3vPiDc7Uab1dzFhLxZQ1c1vK+Fr3r6L+O9yT8SOJ9Cx5uRWMy3nDPmO3sb8ffHZyHHehLgVMKfXfSb9cbsLabWnvwfy8c98JvPzn7mXcqeg6g+SD9D8IlDd6HwGH6HGEvHc1H4XyM+hn0PM5sTzCrkyGAvdPM6Qy9znKWzuJRJuf1PPwvUDMLXKQWd4W5RL3LcLmKD9fIy4bHDfZu+sncgtct9OXAP4czdZs+d+h5h9934ZiLj7nJgNr3qHUffffRlIeGPPz6G20P4POQvIf4/5i6T/h+n3Dun8LtKT7lw+8Za895f4FnBcQUoIV7w7zkLLyix5v74nWGrPGStc6yhTxkCw+VLXJKtliIbAnWS/Lb4Yps6TzZsk6y5VhzzJat4CdbkfhKgP+vbBVPWScf2aqustWiZavzu8Ym2ZqhIF3WJVK2NrXrJMq6Bsu+Q3y9INn6xLo9km0wQ9adNfcs2XfjZD14NqRWw1xZT9AoSraxPyiQbZIs6xUh681+U3Kbu8j6ku8L1xYOgJp+biBTtiXcWhHvv0A2AB1t4mUDqdGO96BwQH4H+AWn/B/8A2W9n3QAAHicY2BkYGA6zCTJoM4AAkxAzAiEDAwOYD4DAB0oAU0AeJyVk99qE0EUxr/dpE1rpGDRUryQQUTBi920lBaCN9s/6U1oYgilV+o2O0mWJrthdpKQa19A8AXEKx9AvBe89FUEH8FvJ2MTsUJNSOY3Z+b8+c7ZBbDtPIWD+cfHG8sOyvhk2UUJ3ywXcA8/LRdRdh5aXsGmU7e8SvvUcgkv3WeW13DXfW95HXfcL5bLeOD+sLyBR4WAWZziOnevTMacHWzhnWWXtz5bLuAxvlsuYstxLa/gCXXNeZX215ZL+Oi8tbyGbXdmeR333Q+Wy3jufrW8gReFAo6QYoQZFGL00IeGwDFCTCBJp6QEEc8FdlHBDvbhkQMM+BVLXpnZSa6Sa+4d8SaO0tFMxb2+FsfhRIrTMIlmYreys++JYDAQ5igTSmZSTWREhxrrSRgvwNRESzHkilqa6GAqs3TITYuWHsasIGQutGRvPAhV7tvAGdqo0/sQVe7atJ3gAk1yizvUGmftenBYbbRrJxfNRqt9u4znRlVGtfldgT1qO+CvstQXnEuVxWki9rwDr2JE3i54k0IkpWSm5XkTuyadoF9q/vvm5KZR5T4d0u/CulzVkk/X5s8tijkiWoembVe0hbRqE++S7VxESbjmu46pmVNpDmSYSc6pK5XQqdB9KRajzWRH58K7qTInXaoTWoWRHIbqSoRaq/hybK4kqY47MrODVqayv3qjtLhuzk3PIhbPEkwfNPtS5SvuX+sN/4jpGWXoaz2q+n5eXjiP78Xp/0TwOal5VxLTef8fMf0BRSaZ9PELz4vYEXicfVcFdOPIsnVVmWInGVimt8yU2JacLE9gmZm9st22NZYtjSAwy8zMzMyPmfYxv33MzLCPmaqk9kzm/HN+TtIk3b7dfW9XKSlM/b8/+BoXkMIUpW5KXZ+6LnVj6pbUrakbUrelbgYEgjRkIAs5yMMQFKAIwzACo7AMlsMKWAkbwcawCWwKm8HmsAVsCVvB1rANvAm2he1ge9gBdoSdYGfYBXaF3WB32AP2hL1gb9gH9oUxGIcSlKECBphQhQmYhP1gfzgADoSD4GA4BFbBFEzDDMzCoXAYHA5HwJFwFBwNx8CxcBwcDyfAiXASnAynwKlwGpwOZ8CZcBacDefAuVCD88CCemo09UZqBBrQBAUtaEMHbFgNXXCgB31wwYM14EMAIUQwB/OwAIuwFs6HC+BCuAguhkvgUrgMLocr4Eq4Cq6Ga+BauA6uhxvgRrgJboZb4Fa4DW6HO+BOuAvuhnvgXrgP7ocH4EF4CB6GR+BReAwehyfgSXgKnoZn4Fl4Dp6HF+BFeAlehlfgVXgzvAXeCm+Dt8M74J3wLng3vAfeC++D98MH4IPwIfgwvAYfgY/Cx+Dj8An4JHwKPg2fgc/C5+Dz8AX4IrwOX4Ivw1fgq/A1+Dp8A74J34Jvw3fgu/A9+D78AH4IP4Ifw0/gp/Az+Dn8An4Jv4Jfw2/gt/AG/A5+D3+AP8Kf4M/wF/gr/A3+Dv+Af8K/4N/wH/gvphAQkTCNGcxiDvOpHXAIC1jEYRzBUVyGy3EFrsSNcGPcBDfFzXBz3AK3xK1wa9wG34Tb4na4Pe6AO+JOuDPugrvibrg77oF74l64N+6D++IYjmMJy1hBA02s4gRO4n64Px6AB+JBeDAegqtwCqdxBmfxUDwMD8cj8Eg8Co/GY/BYPA6PxxPwRDwp9TqejKfgqXgano5n4Jl4Fp6N5+C5WMPz0MI6NrCJClvYxg7auBq76GAP++iih2vQxwBDjHAO53EBF3Etno8X4IV4EV6Ml+CleBlejlfglXgVXo3X4LV4HV6PN+CNeBPejLfgrXgb3o534J14F96N9+C9eB/ejw/gg/gQPoyP4KP4GD6OT+CT+BQ+jc/gs/gcPo8v4Iv4Er6Mr+Cr+GZ8C74V34Zvx3fgO/Fd+G58D74X34fvxw/gB/FD+GF8DT+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hFfB2/hF/Gr+BX8Wv4dfwGfhO/hd/G7+B38Xv4ffwB/hB/hD/Gn+BP8Wf4c/wF/hJ/hb/G3+Bv8Q38Hf4e/4B/xD/hn/Ev+Ff8G/4d/4H/xH/hv/E/+F9KERASUZoylKUc5WmIClSkYRqhUVpGy2kFraSNaGPahDalzWhz2oK2pK1oa9qG3kTb0na0Pe1AO9JOtDPtQrvSbrQ77UF70l60N+1D+9IYjVOJylQhg0yq0gRN0n60Px1AB9JBdDAdQqtoiqZphmbpUDqMDqcj6Eg6io6mY+hYOo6OpxPoRDqJTqZT6FQ6jU6nM+hMOovOpnPoXKrReWRRnRrUJEUtalOHbFpNXXKoR31yyaM15FNAIUU0R/O0QIu0ls6nC+hCuogupkvoUrqMLqcr6Eq6iq6ma+hauo6upxvoRrqJbqZb6Fa6jW6nO+hOuovupnvoXrqP7qcH6EF6iB6mR+hReowepyfoSXqKnqZn6Fl6jp6nF+hFeoleplfo1dQdmbZjBUGmFwV2Ixsoy2908qo/pxzXU5kO98N0EFp+QYqa6nnhYjoKlJ9u2U4vH3ZqjuW3FYadnLTtIES3m/VVz51TubWu26vZ/Xxcu1FIbquVDex233Ko4bYzoW8FnXTH7ak8z6ZqlhOmQ7un0r5rNYeb7nzf4YYM5wedbORJlbH7dXeh6DnWYq1h+w1HMaenrDDnq5avgk5elhJP6LiNbrrlWO0Cb6bpddy+CgpzrhP1VI3XU9RNIRjS7cjLrvEbblPl6lZcU2i10/wXpOuu281L0bP8bsbz7X6YbVg95VvpltsP+bnTzNqh5diNYqgWwlpH2e1OWIjb83Yz7BT4Wbtfc1QrHE6aDdUPlV9MOr68PpK0V0dBaLcW07KXot1v8nsJTrfjd0dbVkPJqdXm7KZyc57dCCNfZT3Vb9hOoWd5NVmr8rNWUybkE+Z1qqYdZoKO5atMo6P4hESwkSBUXq1uNbrzlt8caVl8hINeftBIy6FnPItNwMZwvVzL9WV8OH590Iln0p2MWq0a4TDzzPlusvORQSfewpDnREFNjFHo2X3dLCYmits5txvXI2sixUfCOOkN2f2Wm8CChq9UP+i44YiGJa4YYmDSKtSt/qBp+b47H6+jmDTjVeSTduTp57Ej4iMSH/FyAnutqrUixxnW7aBnOc5ytdBwrJ61blnptt1i2ymrxXfEV3m1yEZjNYak0XDcQA3zqfTtfjt+PcPn2Vf5huWoftPys77Vb7q9XMPt9VjjbM9q91VYGJxX5K07R1kf2z2cVyoc4a17nkzZ4As73GIXKj8hK+qOLGGZXvic8kObGVfofsf17bVsX8sZYsfXGh2ZJJy3Q/ZlcvBiMrF93BtOHF9jct+lrlpM820O8nrJwUjYiXr1gNcqB7dM92S50h+KA0nHclrFOLokMSUn83KIGHHsfpfNmRxlzouCDm9rhG+P8jls1ORxHELsfpbJvc5isW0zQz3xQRIdhCbjsA/4cOW+F2OLJ0Sjg8ubdAvxCwmZ3nB+sNdsMnM26ksMKbLF+NLIATfJDwLqNPlSsBv48PrpunKcYkOOtcUHG6pCh2XU7o6b4rZc3Iq8ZEQOZEXiyNp6R67cYCSeYNkGQ5G3IUim4Rju1lV23uc738mEVtANshxReTNDdd9WrYYVqII4N7knmbbvRl5azjLDHoma2bqyOEJQIwpZSo9PxfJi/9heOrDmVEHOp1Zno3bZca7PfsLIQdfhiOHbXRV2eMJ2ZyjiuOTztIrXUHdUhs1rNzjMR43uEMvI6+HrO7quFR/78rbrtnk362JAcclAhjVUiwU+cxXGO80nTb6kSSO+xEkzPiu+NxzC+0E6cH22GhfJPYlbfHkGmS1OKgOvpXndLhumzf5vckqqu6xxUdtZ3hweWDvOKBzjQ/ZrqDi25tnbPmtvcUTkmFdwZBE1tkU9z3GBdW6r0fiIa4MMNpx0E6fmJJXWes0iY8OOG/Dhq3wQ2aEolhdTCWO2wYlKKc4wLkdlyZRxOpEt1CPb4R208wz2JO8MWT1mt/oNle2pZtcOiy1ZErOsVrx0xXmgk4Sp1lhLrWi6UV2s1JcTj/23wUjivw2G2H8b9GVfhfX44hJgfoAorH8111RBl9NG1rE8qWKjhMM9ty77im/jsPZ37LfCmsgN9dRJM9GZd9vv82aSdzOc/Z3Fgg4FfDDLl4bAOAwtCYPSL6gFT25hoi4L6CXvZYIeLyTT4qvVp57q5Noc6zyrmecwF/siL98S8uZo3IhDC7u5mecz5uxlOWn5YhiKF8SvOcvWxTsdgDiYJMkivr/pBkexIYFIuuxKsGFXpmul6mRxSWYpBhHfSL6+tse2jupJi1+bKA970dq1cna2aihOoDKhHOPo+mYt/vDq2Mppjg4STbKaFZKiauwm9lBkBx0+UZ+DnZLEs9BocoDS2SYYfLSs3GBEB6ilQxKglvbjANUJe46RbgRBOcve5JBZSKKqNjFHJs6OG7HfbS+wgyUJacW6sUHSStfKY+Wh+NNP5s/yIK93dP2XQ5yuk5AfD+YdxZdebJg0Yscmz+PPiDisx1eiVh4vFZKUH2cEvvZ8rSWzJQZZ7xS2rrxdJRX51K57FAVNsvs+rfYWyY/q1PXnqR425DNZDa27s8vjOFQXY3gdq843slYuTa5cNxpyOK1HoQo2/b9Dsq2RwXAcg1ds0ItjU61crkhhDC9yNo3qeiO6k15gmYcWBp8e696Rw8w12Sz8Uc0hnb/0BsGLv7G43/atXrbF37Rdn6wmh47x6vho3Q7rkRy9loEjoeMXkyoeWua4TLQ+S40s6Ufe0qfiq+VL+skVn+fPXHc+yPE19V27meGLES3wMu265Jagu+hxUnMjP1gTsWL8OcBWcbMtDsuOSkshCTy0PQoikdY0c/LPjT2nqB61ca6bmVd23eV/HPr8yy9US6Px3muDzctYZZNkSYOc6yQ5Rx6Zo003XPJAxiaG5/hTnL9K4zXxyMTYSJLZ4oGaK0MlKcpSiFYThhSmFFUpJqSYzEV9+9DxVWN81tY4j0wKaLIsXQFNCmhSQJMCmhTQ5GS6VhmLEXVplaQoS1FJZpsal44pRVWKCSkEND4mhTwdF9C4gMYrUhhSCGJcEOOCGNdrmx7TteBKgisJriS4kuBKgisJriS4kjCVhaksiLIgyoIo6+XN6AlnxnUdvyHQsqacMXRt6lomr8gcFWGtCGtFWCvxA4FWNHRWiA0hNmRaQ0CGgAwBGQIyBGQIyJClmoIwBWEKwhSEqZd6aPxMQGaVz7sVPxNQVR5UBVQVUFUeVIWmKjRVU15uSEtoqoKYEMSEIMQXFfFFRXxREV9UxBcV8UVFfFGZEMSkICYFIaaoTApispJulWIZ2RTcih8IQkxhsCm4GJeiJEVZiooUhhSmFFUpJqSYzMwpDpvcFEsYMpchljDEEoZYwhBLGGIJQyxhjAtJSUhKghAzGGIGQ8xgiBkMMYMhZjDEDIaYwRAzGGIGQ8xgiBkMCV9GWRBlQZQFIR4wyoKoCKIiiIogRHpDpDdEekOkN0R6Q6Q3KoIwBCG6G6K7IboborshuhuiuyG6G6K7IboborshuhuiuyG6G6YgTEGI6IYpCFMQLHqrxAguBMGic0sQIrohohtVQVQFIaIbIrohohsiuiGiGyK6IaIbIrohohsiuiGiGyK6IaIbIrohohsiujEpCIkEhkQCQyKBwaK3SlUV27Q0MaZrxpkivSnSmzoelCYMXZsyWJViQgrmM8VLpuhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+puhviv6m6G+K/qbob4r+Zim5lqVVeoWrxnVd0nVZ13qpq/RSV5m6rup6QteD+VbpekrX07qe0fVsUk9p3inNO6V5pzTvlOad0rxTmndK805p3inNO6V5pzTvlOad0rxTmlcHzdK05p3WvNOad1rzTmveac07rXmnNe+05p3WvNOad1rzTmveac2rY2tJx9bSjOad0bwzmldH2JKOsKUZzTujeWc074zmndG8M5p3RvPOaN5ZzTureWc176zmndW8s5p3VvPOilMmNemsJp3VpLOadFaTzmrS2dn/AboJB4wAAAA=) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
\ No newline at end of file
diff --git a/www/assets2/fonts/font-awesome/fonts/FontAwesome.otf b/www/assets2/fonts/font-awesome/fonts/FontAwesome.otf
new file mode 100644
index 0000000..401ec0f
Binary files /dev/null and b/www/assets2/fonts/font-awesome/fonts/FontAwesome.otf differ
diff --git a/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.eot b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.eot
new file mode 100644
index 0000000..e9f60ca
Binary files /dev/null and b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.eot differ
diff --git a/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.svg b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.svg
new file mode 100644
index 0000000..855c845
--- /dev/null
+++ b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.svg
@@ -0,0 +1,2671 @@
+
+
+
diff --git a/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.ttf b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.ttf
new file mode 100644
index 0000000..35acda2
Binary files /dev/null and b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.ttf differ
diff --git a/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff
new file mode 100644
index 0000000..400014a
Binary files /dev/null and b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff differ
diff --git a/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff2 b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff2
new file mode 100644
index 0000000..4d13fc6
Binary files /dev/null and b/www/assets2/fonts/font-awesome/fonts/fontawesome-webfont.woff2 differ
diff --git a/www/assets2/images/backgrounds/chat-bg-2.png b/www/assets2/images/backgrounds/chat-bg-2.png
new file mode 100644
index 0000000..45c447d
Binary files /dev/null and b/www/assets2/images/backgrounds/chat-bg-2.png differ
diff --git a/www/assets2/images/backgrounds/chat-bg-3.png b/www/assets2/images/backgrounds/chat-bg-3.png
new file mode 100644
index 0000000..9fa8049
Binary files /dev/null and b/www/assets2/images/backgrounds/chat-bg-3.png differ
diff --git a/www/assets2/images/backgrounds/chat-bg-backup.jpg b/www/assets2/images/backgrounds/chat-bg-backup.jpg
new file mode 100644
index 0000000..084a57f
Binary files /dev/null and b/www/assets2/images/backgrounds/chat-bg-backup.jpg differ
diff --git a/www/assets2/images/backgrounds/chat-bg.png b/www/assets2/images/backgrounds/chat-bg.png
new file mode 100644
index 0000000..ece27eb
Binary files /dev/null and b/www/assets2/images/backgrounds/chat-bg.png differ
diff --git a/www/assets2/images/backgrounds/chat-bg.svg b/www/assets2/images/backgrounds/chat-bg.svg
new file mode 100644
index 0000000..641e235
--- /dev/null
+++ b/www/assets2/images/backgrounds/chat-bg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/www/assets2/images/banner/banner-1.jpg b/www/assets2/images/banner/banner-1.jpg
new file mode 100644
index 0000000..e38c209
Binary files /dev/null and b/www/assets2/images/banner/banner-1.jpg differ
diff --git a/www/assets2/images/banner/banner-10.jpg b/www/assets2/images/banner/banner-10.jpg
new file mode 100644
index 0000000..99acc6f
Binary files /dev/null and b/www/assets2/images/banner/banner-10.jpg differ
diff --git a/www/assets2/images/banner/banner-11.jpg b/www/assets2/images/banner/banner-11.jpg
new file mode 100644
index 0000000..f7490ab
Binary files /dev/null and b/www/assets2/images/banner/banner-11.jpg differ
diff --git a/www/assets2/images/banner/banner-12.jpg b/www/assets2/images/banner/banner-12.jpg
new file mode 100644
index 0000000..ed79ecc
Binary files /dev/null and b/www/assets2/images/banner/banner-12.jpg differ
diff --git a/www/assets2/images/banner/banner-13.jpg b/www/assets2/images/banner/banner-13.jpg
new file mode 100644
index 0000000..4049add
Binary files /dev/null and b/www/assets2/images/banner/banner-13.jpg differ
diff --git a/www/assets2/images/banner/banner-14.jpg b/www/assets2/images/banner/banner-14.jpg
new file mode 100644
index 0000000..f349f06
Binary files /dev/null and b/www/assets2/images/banner/banner-14.jpg differ
diff --git a/www/assets2/images/banner/banner-15.jpg b/www/assets2/images/banner/banner-15.jpg
new file mode 100644
index 0000000..abff088
Binary files /dev/null and b/www/assets2/images/banner/banner-15.jpg differ
diff --git a/www/assets2/images/banner/banner-16.jpg b/www/assets2/images/banner/banner-16.jpg
new file mode 100644
index 0000000..3861439
Binary files /dev/null and b/www/assets2/images/banner/banner-16.jpg differ
diff --git a/www/assets2/images/banner/banner-17.jpg b/www/assets2/images/banner/banner-17.jpg
new file mode 100644
index 0000000..cafbf6d
Binary files /dev/null and b/www/assets2/images/banner/banner-17.jpg differ
diff --git a/www/assets2/images/banner/banner-18.jpg b/www/assets2/images/banner/banner-18.jpg
new file mode 100644
index 0000000..4091c25
Binary files /dev/null and b/www/assets2/images/banner/banner-18.jpg differ
diff --git a/www/assets2/images/banner/banner-19.jpg b/www/assets2/images/banner/banner-19.jpg
new file mode 100644
index 0000000..1c168d1
Binary files /dev/null and b/www/assets2/images/banner/banner-19.jpg differ
diff --git a/www/assets2/images/banner/banner-2.jpg b/www/assets2/images/banner/banner-2.jpg
new file mode 100644
index 0000000..46f15dd
Binary files /dev/null and b/www/assets2/images/banner/banner-2.jpg differ
diff --git a/www/assets2/images/banner/banner-20.jpg b/www/assets2/images/banner/banner-20.jpg
new file mode 100644
index 0000000..32ce27b
Binary files /dev/null and b/www/assets2/images/banner/banner-20.jpg differ
diff --git a/www/assets2/images/banner/banner-21.jpg b/www/assets2/images/banner/banner-21.jpg
new file mode 100644
index 0000000..a785ba4
Binary files /dev/null and b/www/assets2/images/banner/banner-21.jpg differ
diff --git a/www/assets2/images/banner/banner-22.jpg b/www/assets2/images/banner/banner-22.jpg
new file mode 100644
index 0000000..ad2e653
Binary files /dev/null and b/www/assets2/images/banner/banner-22.jpg differ
diff --git a/www/assets2/images/banner/banner-23.jpg b/www/assets2/images/banner/banner-23.jpg
new file mode 100644
index 0000000..f5ab4e6
Binary files /dev/null and b/www/assets2/images/banner/banner-23.jpg differ
diff --git a/www/assets2/images/banner/banner-24.jpg b/www/assets2/images/banner/banner-24.jpg
new file mode 100644
index 0000000..95a3dbc
Binary files /dev/null and b/www/assets2/images/banner/banner-24.jpg differ
diff --git a/www/assets2/images/banner/banner-25.jpg b/www/assets2/images/banner/banner-25.jpg
new file mode 100644
index 0000000..17ff045
Binary files /dev/null and b/www/assets2/images/banner/banner-25.jpg differ
diff --git a/www/assets2/images/banner/banner-26.jpg b/www/assets2/images/banner/banner-26.jpg
new file mode 100644
index 0000000..d33d71d
Binary files /dev/null and b/www/assets2/images/banner/banner-26.jpg differ
diff --git a/www/assets2/images/banner/banner-27.jpg b/www/assets2/images/banner/banner-27.jpg
new file mode 100644
index 0000000..34bcab3
Binary files /dev/null and b/www/assets2/images/banner/banner-27.jpg differ
diff --git a/www/assets2/images/banner/banner-28.jpg b/www/assets2/images/banner/banner-28.jpg
new file mode 100644
index 0000000..041ab93
Binary files /dev/null and b/www/assets2/images/banner/banner-28.jpg differ
diff --git a/www/assets2/images/banner/banner-29.jpg b/www/assets2/images/banner/banner-29.jpg
new file mode 100644
index 0000000..a96d97e
Binary files /dev/null and b/www/assets2/images/banner/banner-29.jpg differ
diff --git a/www/assets2/images/banner/banner-3.jpg b/www/assets2/images/banner/banner-3.jpg
new file mode 100644
index 0000000..cfb3d2c
Binary files /dev/null and b/www/assets2/images/banner/banner-3.jpg differ
diff --git a/www/assets2/images/banner/banner-30.jpg b/www/assets2/images/banner/banner-30.jpg
new file mode 100644
index 0000000..1b948c1
Binary files /dev/null and b/www/assets2/images/banner/banner-30.jpg differ
diff --git a/www/assets2/images/banner/banner-31.jpg b/www/assets2/images/banner/banner-31.jpg
new file mode 100644
index 0000000..f7f698f
Binary files /dev/null and b/www/assets2/images/banner/banner-31.jpg differ
diff --git a/www/assets2/images/banner/banner-32.jpg b/www/assets2/images/banner/banner-32.jpg
new file mode 100644
index 0000000..c769231
Binary files /dev/null and b/www/assets2/images/banner/banner-32.jpg differ
diff --git a/www/assets2/images/banner/banner-33.jpg b/www/assets2/images/banner/banner-33.jpg
new file mode 100644
index 0000000..0076a95
Binary files /dev/null and b/www/assets2/images/banner/banner-33.jpg differ
diff --git a/www/assets2/images/banner/banner-34.jpg b/www/assets2/images/banner/banner-34.jpg
new file mode 100644
index 0000000..23add9f
Binary files /dev/null and b/www/assets2/images/banner/banner-34.jpg differ
diff --git a/www/assets2/images/banner/banner-35.jpg b/www/assets2/images/banner/banner-35.jpg
new file mode 100644
index 0000000..ebd7c02
Binary files /dev/null and b/www/assets2/images/banner/banner-35.jpg differ
diff --git a/www/assets2/images/banner/banner-36.jpg b/www/assets2/images/banner/banner-36.jpg
new file mode 100644
index 0000000..91ca005
Binary files /dev/null and b/www/assets2/images/banner/banner-36.jpg differ
diff --git a/www/assets2/images/banner/banner-37.jpg b/www/assets2/images/banner/banner-37.jpg
new file mode 100644
index 0000000..cadb18c
Binary files /dev/null and b/www/assets2/images/banner/banner-37.jpg differ
diff --git a/www/assets2/images/banner/banner-38.jpg b/www/assets2/images/banner/banner-38.jpg
new file mode 100644
index 0000000..4d3c834
Binary files /dev/null and b/www/assets2/images/banner/banner-38.jpg differ
diff --git a/www/assets2/images/banner/banner-39.jpg b/www/assets2/images/banner/banner-39.jpg
new file mode 100644
index 0000000..37f4055
Binary files /dev/null and b/www/assets2/images/banner/banner-39.jpg differ
diff --git a/www/assets2/images/banner/banner-4.jpg b/www/assets2/images/banner/banner-4.jpg
new file mode 100644
index 0000000..bbcfe4a
Binary files /dev/null and b/www/assets2/images/banner/banner-4.jpg differ
diff --git a/www/assets2/images/banner/banner-40.jpg b/www/assets2/images/banner/banner-40.jpg
new file mode 100644
index 0000000..75244ba
Binary files /dev/null and b/www/assets2/images/banner/banner-40.jpg differ
diff --git a/www/assets2/images/banner/banner-5.jpg b/www/assets2/images/banner/banner-5.jpg
new file mode 100644
index 0000000..9dc5dc7
Binary files /dev/null and b/www/assets2/images/banner/banner-5.jpg differ
diff --git a/www/assets2/images/banner/banner-6.jpg b/www/assets2/images/banner/banner-6.jpg
new file mode 100644
index 0000000..602d193
Binary files /dev/null and b/www/assets2/images/banner/banner-6.jpg differ
diff --git a/www/assets2/images/banner/banner-7.jpg b/www/assets2/images/banner/banner-7.jpg
new file mode 100644
index 0000000..d274815
Binary files /dev/null and b/www/assets2/images/banner/banner-7.jpg differ
diff --git a/www/assets2/images/banner/banner-8.jpg b/www/assets2/images/banner/banner-8.jpg
new file mode 100644
index 0000000..7c19f2d
Binary files /dev/null and b/www/assets2/images/banner/banner-8.jpg differ
diff --git a/www/assets2/images/banner/banner-9.jpg b/www/assets2/images/banner/banner-9.jpg
new file mode 100644
index 0000000..f0f16e2
Binary files /dev/null and b/www/assets2/images/banner/banner-9.jpg differ
diff --git a/www/assets2/images/banner/parallax-4.jpg b/www/assets2/images/banner/parallax-4.jpg
new file mode 100644
index 0000000..205ba16
Binary files /dev/null and b/www/assets2/images/banner/parallax-4.jpg differ
diff --git a/www/assets2/images/dropzone/spritemap.png b/www/assets2/images/dropzone/spritemap.png
new file mode 100644
index 0000000..d711b0f
Binary files /dev/null and b/www/assets2/images/dropzone/spritemap.png differ
diff --git a/www/assets2/images/dropzone/spritemap@2x.png b/www/assets2/images/dropzone/spritemap@2x.png
new file mode 100644
index 0000000..ed29b88
Binary files /dev/null and b/www/assets2/images/dropzone/spritemap@2x.png differ
diff --git a/www/assets2/images/elements/apple-watch.png b/www/assets2/images/elements/apple-watch.png
new file mode 100644
index 0000000..e2dbef7
Binary files /dev/null and b/www/assets2/images/elements/apple-watch.png differ
diff --git a/www/assets2/images/elements/beats-headphones.png b/www/assets2/images/elements/beats-headphones.png
new file mode 100644
index 0000000..a92b8b6
Binary files /dev/null and b/www/assets2/images/elements/beats-headphones.png differ
diff --git a/www/assets2/images/elements/decore-left.png b/www/assets2/images/elements/decore-left.png
new file mode 100644
index 0000000..ee5e3b2
Binary files /dev/null and b/www/assets2/images/elements/decore-left.png differ
diff --git a/www/assets2/images/elements/decore-right.png b/www/assets2/images/elements/decore-right.png
new file mode 100644
index 0000000..30bb2cc
Binary files /dev/null and b/www/assets2/images/elements/decore-right.png differ
diff --git a/www/assets2/images/elements/homepod.png b/www/assets2/images/elements/homepod.png
new file mode 100644
index 0000000..02bb1ec
Binary files /dev/null and b/www/assets2/images/elements/homepod.png differ
diff --git a/www/assets2/images/elements/ipad-pro.png b/www/assets2/images/elements/ipad-pro.png
new file mode 100644
index 0000000..8b261de
Binary files /dev/null and b/www/assets2/images/elements/ipad-pro.png differ
diff --git a/www/assets2/images/elements/iphone-x.png b/www/assets2/images/elements/iphone-x.png
new file mode 100644
index 0000000..225a7ea
Binary files /dev/null and b/www/assets2/images/elements/iphone-x.png differ
diff --git a/www/assets2/images/elements/jbl-speaker.png b/www/assets2/images/elements/jbl-speaker.png
new file mode 100644
index 0000000..3308a13
Binary files /dev/null and b/www/assets2/images/elements/jbl-speaker.png differ
diff --git a/www/assets2/images/elements/macbook-pro.png b/www/assets2/images/elements/macbook-pro.png
new file mode 100644
index 0000000..8f65372
Binary files /dev/null and b/www/assets2/images/elements/macbook-pro.png differ
diff --git a/www/assets2/images/elements/magic-mouse.png b/www/assets2/images/elements/magic-mouse.png
new file mode 100644
index 0000000..fcdca20
Binary files /dev/null and b/www/assets2/images/elements/magic-mouse.png differ
diff --git a/www/assets2/images/flags/de.png b/www/assets2/images/flags/de.png
new file mode 100644
index 0000000..f078fdf
Binary files /dev/null and b/www/assets2/images/flags/de.png differ
diff --git a/www/assets2/images/flags/en.png b/www/assets2/images/flags/en.png
new file mode 100644
index 0000000..4e47eaa
Binary files /dev/null and b/www/assets2/images/flags/en.png differ
diff --git a/www/assets2/images/flags/fr.png b/www/assets2/images/flags/fr.png
new file mode 100644
index 0000000..6a196cb
Binary files /dev/null and b/www/assets2/images/flags/fr.png differ
diff --git a/www/assets2/images/flags/pt.png b/www/assets2/images/flags/pt.png
new file mode 100644
index 0000000..56379a6
Binary files /dev/null and b/www/assets2/images/flags/pt.png differ
diff --git a/www/assets2/images/ico/favicon.ico b/www/assets2/images/ico/favicon.ico
new file mode 100644
index 0000000..c072116
Binary files /dev/null and b/www/assets2/images/ico/favicon.ico differ
diff --git a/www/assets2/images/icons/doc.png b/www/assets2/images/icons/doc.png
new file mode 100644
index 0000000..7c903cb
Binary files /dev/null and b/www/assets2/images/icons/doc.png differ
diff --git a/www/assets2/images/icons/jpg.png b/www/assets2/images/icons/jpg.png
new file mode 100644
index 0000000..bb254ff
Binary files /dev/null and b/www/assets2/images/icons/jpg.png differ
diff --git a/www/assets2/images/icons/pdf.png b/www/assets2/images/icons/pdf.png
new file mode 100644
index 0000000..5aa711e
Binary files /dev/null and b/www/assets2/images/icons/pdf.png differ
diff --git a/www/assets2/images/icons/xls.png b/www/assets2/images/icons/xls.png
new file mode 100644
index 0000000..cde1c31
Binary files /dev/null and b/www/assets2/images/icons/xls.png differ
diff --git a/www/assets2/images/logo/favicon.ico b/www/assets2/images/logo/favicon.ico
new file mode 100644
index 0000000..c072116
Binary files /dev/null and b/www/assets2/images/logo/favicon.ico differ
diff --git a/www/assets2/images/logo/logo-danger.png b/www/assets2/images/logo/logo-danger.png
new file mode 100644
index 0000000..e8f36ca
Binary files /dev/null and b/www/assets2/images/logo/logo-danger.png differ
diff --git a/www/assets2/images/logo/logo-dark.png b/www/assets2/images/logo/logo-dark.png
new file mode 100644
index 0000000..85a3af0
Binary files /dev/null and b/www/assets2/images/logo/logo-dark.png differ
diff --git a/www/assets2/images/logo/logo-info.png b/www/assets2/images/logo/logo-info.png
new file mode 100644
index 0000000..6e1bd1d
Binary files /dev/null and b/www/assets2/images/logo/logo-info.png differ
diff --git a/www/assets2/images/logo/logo-primary.png b/www/assets2/images/logo/logo-primary.png
new file mode 100644
index 0000000..894f465
Binary files /dev/null and b/www/assets2/images/logo/logo-primary.png differ
diff --git a/www/assets2/images/logo/logo-success.png b/www/assets2/images/logo/logo-success.png
new file mode 100644
index 0000000..6339f22
Binary files /dev/null and b/www/assets2/images/logo/logo-success.png differ
diff --git a/www/assets2/images/logo/logo-warning.png b/www/assets2/images/logo/logo-warning.png
new file mode 100644
index 0000000..89b78f4
Binary files /dev/null and b/www/assets2/images/logo/logo-warning.png differ
diff --git a/www/assets2/images/logo/logo.png b/www/assets2/images/logo/logo.png
new file mode 100644
index 0000000..f89b776
Binary files /dev/null and b/www/assets2/images/logo/logo.png differ
diff --git a/www/assets2/images/logo/vuexy-logo.png b/www/assets2/images/logo/vuexy-logo.png
new file mode 100644
index 0000000..c94b347
Binary files /dev/null and b/www/assets2/images/logo/vuexy-logo.png differ
diff --git a/www/assets2/images/pages/1-apex.png b/www/assets2/images/pages/1-apex.png
new file mode 100644
index 0000000..2918ed8
Binary files /dev/null and b/www/assets2/images/pages/1-apex.png differ
diff --git a/www/assets2/images/pages/2-stack.png b/www/assets2/images/pages/2-stack.png
new file mode 100644
index 0000000..dfafe41
Binary files /dev/null and b/www/assets2/images/pages/2-stack.png differ
diff --git a/www/assets2/images/pages/3-convex.png b/www/assets2/images/pages/3-convex.png
new file mode 100644
index 0000000..580c64a
Binary files /dev/null and b/www/assets2/images/pages/3-convex.png differ
diff --git a/www/assets2/images/pages/4-materialize.png b/www/assets2/images/pages/4-materialize.png
new file mode 100644
index 0000000..0620e57
Binary files /dev/null and b/www/assets2/images/pages/4-materialize.png differ
diff --git a/www/assets2/images/pages/404.png b/www/assets2/images/pages/404.png
new file mode 100644
index 0000000..068d490
Binary files /dev/null and b/www/assets2/images/pages/404.png differ
diff --git a/www/assets2/images/pages/500.png b/www/assets2/images/pages/500.png
new file mode 100644
index 0000000..6715144
Binary files /dev/null and b/www/assets2/images/pages/500.png differ
diff --git a/www/assets2/images/pages/arrow-down.png b/www/assets2/images/pages/arrow-down.png
new file mode 100644
index 0000000..232d618
Binary files /dev/null and b/www/assets2/images/pages/arrow-down.png differ
diff --git a/www/assets2/images/pages/card-image-4.jpg b/www/assets2/images/pages/card-image-4.jpg
new file mode 100644
index 0000000..a2f2ddc
Binary files /dev/null and b/www/assets2/images/pages/card-image-4.jpg differ
diff --git a/www/assets2/images/pages/card-image-5.jpg b/www/assets2/images/pages/card-image-5.jpg
new file mode 100644
index 0000000..c889e66
Binary files /dev/null and b/www/assets2/images/pages/card-image-5.jpg differ
diff --git a/www/assets2/images/pages/card-image-6.jpg b/www/assets2/images/pages/card-image-6.jpg
new file mode 100644
index 0000000..a8e0308
Binary files /dev/null and b/www/assets2/images/pages/card-image-6.jpg differ
diff --git a/www/assets2/images/pages/card-img-overlay.jpg b/www/assets2/images/pages/card-img-overlay.jpg
new file mode 100644
index 0000000..0b3f256
Binary files /dev/null and b/www/assets2/images/pages/card-img-overlay.jpg differ
diff --git a/www/assets2/images/pages/carousel/faq.jpg b/www/assets2/images/pages/carousel/faq.jpg
new file mode 100644
index 0000000..fb31ee7
Binary files /dev/null and b/www/assets2/images/pages/carousel/faq.jpg differ
diff --git a/www/assets2/images/pages/content-img-1.jpg b/www/assets2/images/pages/content-img-1.jpg
new file mode 100644
index 0000000..98d2e03
Binary files /dev/null and b/www/assets2/images/pages/content-img-1.jpg differ
diff --git a/www/assets2/images/pages/content-img-2.jpg b/www/assets2/images/pages/content-img-2.jpg
new file mode 100644
index 0000000..70871e1
Binary files /dev/null and b/www/assets2/images/pages/content-img-2.jpg differ
diff --git a/www/assets2/images/pages/content-img-3.jpg b/www/assets2/images/pages/content-img-3.jpg
new file mode 100644
index 0000000..e25cbd6
Binary files /dev/null and b/www/assets2/images/pages/content-img-3.jpg differ
diff --git a/www/assets2/images/pages/content-img-4.jpg b/www/assets2/images/pages/content-img-4.jpg
new file mode 100644
index 0000000..6bc642d
Binary files /dev/null and b/www/assets2/images/pages/content-img-4.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/1.png b/www/assets2/images/pages/eCommerce/1.png
new file mode 100644
index 0000000..b1001a1
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/1.png differ
diff --git a/www/assets2/images/pages/eCommerce/10.png b/www/assets2/images/pages/eCommerce/10.png
new file mode 100644
index 0000000..b7150f3
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/10.png differ
diff --git a/www/assets2/images/pages/eCommerce/11.png b/www/assets2/images/pages/eCommerce/11.png
new file mode 100644
index 0000000..84f9177
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/11.png differ
diff --git a/www/assets2/images/pages/eCommerce/12.png b/www/assets2/images/pages/eCommerce/12.png
new file mode 100644
index 0000000..c980ef8
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/12.png differ
diff --git a/www/assets2/images/pages/eCommerce/2.png b/www/assets2/images/pages/eCommerce/2.png
new file mode 100644
index 0000000..ab6865e
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/2.png differ
diff --git a/www/assets2/images/pages/eCommerce/3.png b/www/assets2/images/pages/eCommerce/3.png
new file mode 100644
index 0000000..e2e8c18
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/3.png differ
diff --git a/www/assets2/images/pages/eCommerce/4.png b/www/assets2/images/pages/eCommerce/4.png
new file mode 100644
index 0000000..5e3edc2
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/4.png differ
diff --git a/www/assets2/images/pages/eCommerce/5.png b/www/assets2/images/pages/eCommerce/5.png
new file mode 100644
index 0000000..b20cdf1
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/5.png differ
diff --git a/www/assets2/images/pages/eCommerce/6.png b/www/assets2/images/pages/eCommerce/6.png
new file mode 100644
index 0000000..8088287
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/6.png differ
diff --git a/www/assets2/images/pages/eCommerce/7.png b/www/assets2/images/pages/eCommerce/7.png
new file mode 100644
index 0000000..270212b
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/7.png differ
diff --git a/www/assets2/images/pages/eCommerce/8.png b/www/assets2/images/pages/eCommerce/8.png
new file mode 100644
index 0000000..5749d78
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/8.png differ
diff --git a/www/assets2/images/pages/eCommerce/9.png b/www/assets2/images/pages/eCommerce/9.png
new file mode 100644
index 0000000..5925368
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/9.png differ
diff --git a/www/assets2/images/pages/eCommerce/alienware-laptop.jpg b/www/assets2/images/pages/eCommerce/alienware-laptop.jpg
new file mode 100644
index 0000000..7448f40
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/alienware-laptop.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/amazon-chromecast.jpg b/www/assets2/images/pages/eCommerce/amazon-chromecast.jpg
new file mode 100644
index 0000000..44ed88b
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/amazon-chromecast.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/amazon-echodot.jpg b/www/assets2/images/pages/eCommerce/amazon-echodot.jpg
new file mode 100644
index 0000000..b992922
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/amazon-echodot.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/amazon-firestick.jpg b/www/assets2/images/pages/eCommerce/amazon-firestick.jpg
new file mode 100644
index 0000000..ec0c774
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/amazon-firestick.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/amazon-google-home.jpg b/www/assets2/images/pages/eCommerce/amazon-google-home.jpg
new file mode 100644
index 0000000..675c19c
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/amazon-google-home.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/apple-Imac.jpg b/www/assets2/images/pages/eCommerce/apple-Imac.jpg
new file mode 100644
index 0000000..55fa6ba
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/apple-Imac.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/apple-ear-pods.jpg b/www/assets2/images/pages/eCommerce/apple-ear-pods.jpg
new file mode 100644
index 0000000..3497fb3
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/apple-ear-pods.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/apple-macbook.jpg b/www/assets2/images/pages/eCommerce/apple-macbook.jpg
new file mode 100644
index 0000000..a138e38
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/apple-macbook.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/asus-desktop.jpg b/www/assets2/images/pages/eCommerce/asus-desktop.jpg
new file mode 100644
index 0000000..d67a7f9
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/asus-desktop.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/bank.png b/www/assets2/images/pages/eCommerce/bank.png
new file mode 100644
index 0000000..e8ac725
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/bank.png differ
diff --git a/www/assets2/images/pages/eCommerce/bower-and-wilkins-speaker.jpg b/www/assets2/images/pages/eCommerce/bower-and-wilkins-speaker.jpg
new file mode 100644
index 0000000..949a673
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/bower-and-wilkins-speaker.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/canon-camera.jpg b/www/assets2/images/pages/eCommerce/canon-camera.jpg
new file mode 100644
index 0000000..0e34804
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/canon-camera.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/dell-inspirion.jpg b/www/assets2/images/pages/eCommerce/dell-inspirion.jpg
new file mode 100644
index 0000000..3894dc9
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/dell-inspirion.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/garmin-watch.jpg b/www/assets2/images/pages/eCommerce/garmin-watch.jpg
new file mode 100644
index 0000000..0ecbe61
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/garmin-watch.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/garmin-watch2.jpg b/www/assets2/images/pages/eCommerce/garmin-watch2.jpg
new file mode 100644
index 0000000..6c7e116
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/garmin-watch2.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/phillips-smart-led.jpg b/www/assets2/images/pages/eCommerce/phillips-smart-led.jpg
new file mode 100644
index 0000000..1315017
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/phillips-smart-led.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/samsung-fridge.jpg b/www/assets2/images/pages/eCommerce/samsung-fridge.jpg
new file mode 100644
index 0000000..2798826
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/samsung-fridge.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/sharp-50.jpg b/www/assets2/images/pages/eCommerce/sharp-50.jpg
new file mode 100644
index 0000000..a8599d9
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/sharp-50.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/sony-75class-tv.jpg b/www/assets2/images/pages/eCommerce/sony-75class-tv.jpg
new file mode 100644
index 0000000..61e2041
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/sony-75class-tv.jpg differ
diff --git a/www/assets2/images/pages/eCommerce/sony-headphones.jpg b/www/assets2/images/pages/eCommerce/sony-headphones.jpg
new file mode 100644
index 0000000..8b37763
Binary files /dev/null and b/www/assets2/images/pages/eCommerce/sony-headphones.jpg differ
diff --git a/www/assets2/images/pages/faq.jpg b/www/assets2/images/pages/faq.jpg
new file mode 100644
index 0000000..314210b
Binary files /dev/null and b/www/assets2/images/pages/faq.jpg differ
diff --git a/www/assets2/images/pages/forgot-password.png b/www/assets2/images/pages/forgot-password.png
new file mode 100644
index 0000000..fd896af
Binary files /dev/null and b/www/assets2/images/pages/forgot-password.png differ
diff --git a/www/assets2/images/pages/graphic-1.png b/www/assets2/images/pages/graphic-1.png
new file mode 100644
index 0000000..6b06935
Binary files /dev/null and b/www/assets2/images/pages/graphic-1.png differ
diff --git a/www/assets2/images/pages/graphic-2.png b/www/assets2/images/pages/graphic-2.png
new file mode 100644
index 0000000..e055b5d
Binary files /dev/null and b/www/assets2/images/pages/graphic-2.png differ
diff --git a/www/assets2/images/pages/graphic-3.png b/www/assets2/images/pages/graphic-3.png
new file mode 100644
index 0000000..fb3ee39
Binary files /dev/null and b/www/assets2/images/pages/graphic-3.png differ
diff --git a/www/assets2/images/pages/graphic-4.png b/www/assets2/images/pages/graphic-4.png
new file mode 100644
index 0000000..5990f13
Binary files /dev/null and b/www/assets2/images/pages/graphic-4.png differ
diff --git a/www/assets2/images/pages/graphic-5.png b/www/assets2/images/pages/graphic-5.png
new file mode 100644
index 0000000..2f6b981
Binary files /dev/null and b/www/assets2/images/pages/graphic-5.png differ
diff --git a/www/assets2/images/pages/graphic-6.png b/www/assets2/images/pages/graphic-6.png
new file mode 100644
index 0000000..4910150
Binary files /dev/null and b/www/assets2/images/pages/graphic-6.png differ
diff --git a/www/assets2/images/pages/kb-article.jpg b/www/assets2/images/pages/kb-article.jpg
new file mode 100644
index 0000000..0b3f256
Binary files /dev/null and b/www/assets2/images/pages/kb-article.jpg differ
diff --git a/www/assets2/images/pages/knowledge-base-cover.jpg b/www/assets2/images/pages/knowledge-base-cover.jpg
new file mode 100644
index 0000000..0cc53d8
Binary files /dev/null and b/www/assets2/images/pages/knowledge-base-cover.jpg differ
diff --git a/www/assets2/images/pages/lock-screen.png b/www/assets2/images/pages/lock-screen.png
new file mode 100644
index 0000000..b76d40a
Binary files /dev/null and b/www/assets2/images/pages/lock-screen.png differ
diff --git a/www/assets2/images/pages/login.png b/www/assets2/images/pages/login.png
new file mode 100644
index 0000000..5482692
Binary files /dev/null and b/www/assets2/images/pages/login.png differ
diff --git a/www/assets2/images/pages/login/facebook.svg b/www/assets2/images/pages/login/facebook.svg
new file mode 100644
index 0000000..6227a2e
--- /dev/null
+++ b/www/assets2/images/pages/login/facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/www/assets2/images/pages/login/github.svg b/www/assets2/images/pages/login/github.svg
new file mode 100644
index 0000000..13678df
--- /dev/null
+++ b/www/assets2/images/pages/login/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/www/assets2/images/pages/login/google.svg b/www/assets2/images/pages/login/google.svg
new file mode 100644
index 0000000..2218d96
--- /dev/null
+++ b/www/assets2/images/pages/login/google.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/www/assets2/images/pages/login/twitter.svg b/www/assets2/images/pages/login/twitter.svg
new file mode 100644
index 0000000..9ac9e0b
--- /dev/null
+++ b/www/assets2/images/pages/login/twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/www/assets2/images/pages/maintenance-2.png b/www/assets2/images/pages/maintenance-2.png
new file mode 100644
index 0000000..e790f29
Binary files /dev/null and b/www/assets2/images/pages/maintenance-2.png differ
diff --git a/www/assets2/images/pages/maintenance.png b/www/assets2/images/pages/maintenance.png
new file mode 100644
index 0000000..6c186cf
Binary files /dev/null and b/www/assets2/images/pages/maintenance.png differ
diff --git a/www/assets2/images/pages/modern.jpg b/www/assets2/images/pages/modern.jpg
new file mode 100644
index 0000000..4943140
Binary files /dev/null and b/www/assets2/images/pages/modern.jpg differ
diff --git a/www/assets2/images/pages/not-authorized.png b/www/assets2/images/pages/not-authorized.png
new file mode 100644
index 0000000..922b703
Binary files /dev/null and b/www/assets2/images/pages/not-authorized.png differ
diff --git a/www/assets2/images/pages/register.jpg b/www/assets2/images/pages/register.jpg
new file mode 100644
index 0000000..d59c86f
Binary files /dev/null and b/www/assets2/images/pages/register.jpg differ
diff --git a/www/assets2/images/pages/reset-password.png b/www/assets2/images/pages/reset-password.png
new file mode 100644
index 0000000..0bb4a09
Binary files /dev/null and b/www/assets2/images/pages/reset-password.png differ
diff --git a/www/assets2/images/pages/rocket.png b/www/assets2/images/pages/rocket.png
new file mode 100644
index 0000000..291922b
Binary files /dev/null and b/www/assets2/images/pages/rocket.png differ
diff --git a/www/assets2/images/pages/search-result.jpg b/www/assets2/images/pages/search-result.jpg
new file mode 100644
index 0000000..39c5630
Binary files /dev/null and b/www/assets2/images/pages/search-result.jpg differ
diff --git a/www/assets2/images/pages/video-poster.jpg b/www/assets2/images/pages/video-poster.jpg
new file mode 100644
index 0000000..4e3a15f
Binary files /dev/null and b/www/assets2/images/pages/video-poster.jpg differ
diff --git a/www/assets2/images/pages/vuexy-login-bg.jpg b/www/assets2/images/pages/vuexy-login-bg.jpg
new file mode 100644
index 0000000..fc3a090
Binary files /dev/null and b/www/assets2/images/pages/vuexy-login-bg.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-1.jpg b/www/assets2/images/portrait/small/avatar-s-1.jpg
new file mode 100644
index 0000000..ef90d09
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-1.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-10.jpg b/www/assets2/images/portrait/small/avatar-s-10.jpg
new file mode 100644
index 0000000..628f500
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-10.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-11.jpg b/www/assets2/images/portrait/small/avatar-s-11.jpg
new file mode 100644
index 0000000..764b70b
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-11.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-12.jpg b/www/assets2/images/portrait/small/avatar-s-12.jpg
new file mode 100644
index 0000000..37657d1
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-12.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-13.jpg b/www/assets2/images/portrait/small/avatar-s-13.jpg
new file mode 100644
index 0000000..9ba360c
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-13.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-14.jpg b/www/assets2/images/portrait/small/avatar-s-14.jpg
new file mode 100644
index 0000000..a7b911b
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-14.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-15.jpg b/www/assets2/images/portrait/small/avatar-s-15.jpg
new file mode 100644
index 0000000..939d0fd
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-15.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-16.jpg b/www/assets2/images/portrait/small/avatar-s-16.jpg
new file mode 100644
index 0000000..32ff6ba
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-16.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-17.jpg b/www/assets2/images/portrait/small/avatar-s-17.jpg
new file mode 100644
index 0000000..2dcc5cc
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-17.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-18.jpg b/www/assets2/images/portrait/small/avatar-s-18.jpg
new file mode 100644
index 0000000..c7470cb
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-18.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-19.jpg b/www/assets2/images/portrait/small/avatar-s-19.jpg
new file mode 100644
index 0000000..1451afc
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-19.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-2.jpg b/www/assets2/images/portrait/small/avatar-s-2.jpg
new file mode 100644
index 0000000..99d19a8
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-2.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-20.jpg b/www/assets2/images/portrait/small/avatar-s-20.jpg
new file mode 100644
index 0000000..9d0767d
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-20.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-21.jpg b/www/assets2/images/portrait/small/avatar-s-21.jpg
new file mode 100644
index 0000000..0eaa799
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-21.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-22.jpg b/www/assets2/images/portrait/small/avatar-s-22.jpg
new file mode 100644
index 0000000..5b7fc56
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-22.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-23.jpg b/www/assets2/images/portrait/small/avatar-s-23.jpg
new file mode 100644
index 0000000..d6124f1
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-23.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-24.jpg b/www/assets2/images/portrait/small/avatar-s-24.jpg
new file mode 100644
index 0000000..ad04a4d
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-24.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-25.jpg b/www/assets2/images/portrait/small/avatar-s-25.jpg
new file mode 100644
index 0000000..f77e4df
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-25.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-26.jpg b/www/assets2/images/portrait/small/avatar-s-26.jpg
new file mode 100644
index 0000000..3b508d4
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-26.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-3.jpg b/www/assets2/images/portrait/small/avatar-s-3.jpg
new file mode 100644
index 0000000..a1a2f95
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-3.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-4.jpg b/www/assets2/images/portrait/small/avatar-s-4.jpg
new file mode 100644
index 0000000..dcb5436
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-4.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-5.jpg b/www/assets2/images/portrait/small/avatar-s-5.jpg
new file mode 100644
index 0000000..fb11dd1
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-5.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-6.jpg b/www/assets2/images/portrait/small/avatar-s-6.jpg
new file mode 100644
index 0000000..f9d249f
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-6.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-7.jpg b/www/assets2/images/portrait/small/avatar-s-7.jpg
new file mode 100644
index 0000000..7641234
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-7.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-8.jpg b/www/assets2/images/portrait/small/avatar-s-8.jpg
new file mode 100644
index 0000000..864213c
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-8.jpg differ
diff --git a/www/assets2/images/portrait/small/avatar-s-9.jpg b/www/assets2/images/portrait/small/avatar-s-9.jpg
new file mode 100644
index 0000000..3caee99
Binary files /dev/null and b/www/assets2/images/portrait/small/avatar-s-9.jpg differ
diff --git a/www/assets2/images/profile/pages/page-01.jpg b/www/assets2/images/profile/pages/page-01.jpg
new file mode 100644
index 0000000..cffe56c
Binary files /dev/null and b/www/assets2/images/profile/pages/page-01.jpg differ
diff --git a/www/assets2/images/profile/pages/page-02.jpg b/www/assets2/images/profile/pages/page-02.jpg
new file mode 100644
index 0000000..ca91e74
Binary files /dev/null and b/www/assets2/images/profile/pages/page-02.jpg differ
diff --git a/www/assets2/images/profile/pages/page-03.jpg b/www/assets2/images/profile/pages/page-03.jpg
new file mode 100644
index 0000000..17bc4f7
Binary files /dev/null and b/www/assets2/images/profile/pages/page-03.jpg differ
diff --git a/www/assets2/images/profile/pages/page-04.jpg b/www/assets2/images/profile/pages/page-04.jpg
new file mode 100644
index 0000000..5d8a4be
Binary files /dev/null and b/www/assets2/images/profile/pages/page-04.jpg differ
diff --git a/www/assets2/images/profile/pages/page-05.jpg b/www/assets2/images/profile/pages/page-05.jpg
new file mode 100644
index 0000000..2bb99d2
Binary files /dev/null and b/www/assets2/images/profile/pages/page-05.jpg differ
diff --git a/www/assets2/images/profile/pages/page-06.jpg b/www/assets2/images/profile/pages/page-06.jpg
new file mode 100644
index 0000000..5873d59
Binary files /dev/null and b/www/assets2/images/profile/pages/page-06.jpg differ
diff --git a/www/assets2/images/profile/pages/page-07.jpg b/www/assets2/images/profile/pages/page-07.jpg
new file mode 100644
index 0000000..c43a01b
Binary files /dev/null and b/www/assets2/images/profile/pages/page-07.jpg differ
diff --git a/www/assets2/images/profile/pages/page-08.jpg b/www/assets2/images/profile/pages/page-08.jpg
new file mode 100644
index 0000000..821d3ef
Binary files /dev/null and b/www/assets2/images/profile/pages/page-08.jpg differ
diff --git a/www/assets2/images/profile/pages/page-09.jpg b/www/assets2/images/profile/pages/page-09.jpg
new file mode 100644
index 0000000..c4533b3
Binary files /dev/null and b/www/assets2/images/profile/pages/page-09.jpg differ
diff --git a/www/assets2/images/profile/post-media/2.jpg b/www/assets2/images/profile/post-media/2.jpg
new file mode 100644
index 0000000..10547d4
Binary files /dev/null and b/www/assets2/images/profile/post-media/2.jpg differ
diff --git a/www/assets2/images/profile/post-media/25.jpg b/www/assets2/images/profile/post-media/25.jpg
new file mode 100644
index 0000000..a52db47
Binary files /dev/null and b/www/assets2/images/profile/post-media/25.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/cover.jpg b/www/assets2/images/profile/user-uploads/cover.jpg
new file mode 100644
index 0000000..13a08e1
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/cover.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-01.jpg b/www/assets2/images/profile/user-uploads/user-01.jpg
new file mode 100644
index 0000000..5761cf1
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-01.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-02.jpg b/www/assets2/images/profile/user-uploads/user-02.jpg
new file mode 100644
index 0000000..7f38a7e
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-02.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-03.jpg b/www/assets2/images/profile/user-uploads/user-03.jpg
new file mode 100644
index 0000000..c979804
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-03.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-04.jpg b/www/assets2/images/profile/user-uploads/user-04.jpg
new file mode 100644
index 0000000..7b1807b
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-04.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-05.jpg b/www/assets2/images/profile/user-uploads/user-05.jpg
new file mode 100644
index 0000000..6d7e3ad
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-05.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-06.jpg b/www/assets2/images/profile/user-uploads/user-06.jpg
new file mode 100644
index 0000000..5ac0e4c
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-06.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-07.jpg b/www/assets2/images/profile/user-uploads/user-07.jpg
new file mode 100644
index 0000000..e8f31ec
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-07.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-08.jpg b/www/assets2/images/profile/user-uploads/user-08.jpg
new file mode 100644
index 0000000..7af7c01
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-08.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-09.jpg b/www/assets2/images/profile/user-uploads/user-09.jpg
new file mode 100644
index 0000000..05a4db1
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-09.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-10.jpg b/www/assets2/images/profile/user-uploads/user-10.jpg
new file mode 100644
index 0000000..baf2dfd
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-10.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-11.jpg b/www/assets2/images/profile/user-uploads/user-11.jpg
new file mode 100644
index 0000000..282a20a
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-11.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-12.jpg b/www/assets2/images/profile/user-uploads/user-12.jpg
new file mode 100644
index 0000000..215e21a
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-12.jpg differ
diff --git a/www/assets2/images/profile/user-uploads/user-13.jpg b/www/assets2/images/profile/user-uploads/user-13.jpg
new file mode 100644
index 0000000..8355436
Binary files /dev/null and b/www/assets2/images/profile/user-uploads/user-13.jpg differ
diff --git a/www/assets2/images/raty/star-half-2.png b/www/assets2/images/raty/star-half-2.png
new file mode 100644
index 0000000..3c19e90
Binary files /dev/null and b/www/assets2/images/raty/star-half-2.png differ
diff --git a/www/assets2/images/raty/star-on-2.png b/www/assets2/images/raty/star-on-2.png
new file mode 100644
index 0000000..975fe7f
Binary files /dev/null and b/www/assets2/images/raty/star-on-2.png differ
diff --git a/www/assets2/images/slider/01.jpg b/www/assets2/images/slider/01.jpg
new file mode 100644
index 0000000..1888fa7
Binary files /dev/null and b/www/assets2/images/slider/01.jpg differ
diff --git a/www/assets2/images/slider/02.jpg b/www/assets2/images/slider/02.jpg
new file mode 100644
index 0000000..74eba5a
Binary files /dev/null and b/www/assets2/images/slider/02.jpg differ
diff --git a/www/assets2/images/slider/03.jpg b/www/assets2/images/slider/03.jpg
new file mode 100644
index 0000000..881b570
Binary files /dev/null and b/www/assets2/images/slider/03.jpg differ
diff --git a/www/assets2/images/slider/04.jpg b/www/assets2/images/slider/04.jpg
new file mode 100644
index 0000000..ba7f97f
Binary files /dev/null and b/www/assets2/images/slider/04.jpg differ
diff --git a/www/assets2/images/slider/05.jpg b/www/assets2/images/slider/05.jpg
new file mode 100644
index 0000000..6a144af
Binary files /dev/null and b/www/assets2/images/slider/05.jpg differ
diff --git a/www/assets2/images/slider/06.jpg b/www/assets2/images/slider/06.jpg
new file mode 100644
index 0000000..58a604e
Binary files /dev/null and b/www/assets2/images/slider/06.jpg differ
diff --git a/www/assets2/images/svg/google.svg b/www/assets2/images/svg/google.svg
new file mode 100644
index 0000000..5723bfd
--- /dev/null
+++ b/www/assets2/images/svg/google.svg
@@ -0,0 +1,41 @@
+
+
+
+
diff --git a/www/assets2/js/core/app-menu.js b/www/assets2/js/core/app-menu.js
new file mode 100644
index 0000000..d87e053
--- /dev/null
+++ b/www/assets2/js/core/app-menu.js
@@ -0,0 +1,987 @@
+/*=========================================================================================
+ File Name: app-menu.js
+ Description: Menu navigation, custom scrollbar, hover scroll bar, multilevel menu
+ initialization and manipulations
+ ----------------------------------------------------------------------------------------
+ Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
+ Author: Pixinvent
+ Author URL: hhttp://www.themeforest.net/user/pixinvent
+==========================================================================================*/
+(function (window, document, $) {
+ 'use strict';
+
+ var vh = window.innerHeight * 0.01;
+ document.documentElement.style.setProperty('--vh', vh + "px");
+
+ $.app = $.app || {};
+
+ var $body = $('body');
+ var $window = $(window);
+ var menuWrapper_el = $('div[data-menu="menu-wrapper"]').html();
+ var menuWrapperClasses = $('div[data-menu="menu-wrapper"]').attr('class');
+
+ // Main menu
+ $.app.menu = {
+ expanded: null,
+ collapsed: null,
+ hidden: null,
+ container: null,
+ horizontalMenu: false,
+
+ is_touch_device: function () {
+ var prefixes = ' -webkit- -moz- -o- -ms- '.split(' ');
+ var mq = function (query) {
+ return window.matchMedia(query).matches;
+ }
+ if (('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch) {
+ return true;
+ }
+ // include the 'heartz' as a way to have a non matching MQ to help terminate the join
+ // https://git.io/vznFH
+ var query = ['(', prefixes.join('touch-enabled),('), 'heartz', ')'].join('');
+ return mq(query);
+ },
+
+ manualScroller: {
+ obj: null,
+
+ init: function () {
+ var scroll_theme = ($('.main-menu').hasClass('menu-dark')) ? 'light' : 'dark';
+ if (!$.app.menu.is_touch_device()) {
+ this.obj = new PerfectScrollbar(".main-menu-content", {
+ suppressScrollX: true,
+ wheelPropagation: false
+ });
+ }
+ else {
+ $(".main-menu").addClass("menu-native-scroll")
+ }
+ },
+
+ update: function () {
+ if (this.obj) {
+ // Scroll to currently active menu on page load if data-scroll-to-active is true
+ if ($('.main-menu').data('scroll-to-active') === true) {
+ var activeEl, menu, activeElHeight;
+ activeEl = document.querySelector('.main-menu-content li.active');
+ if ($body.hasClass('menu-collapsed')) {
+ if ($('.main-menu-content li.sidebar-group-active').length) {
+ activeEl = document.querySelector('.main-menu-content li.sidebar-group-active');
+ }
+ } else {
+ menu = document.querySelector('.main-menu-content');
+ if (activeEl) {
+ activeElHeight = activeEl.getBoundingClientRect().top + menu.scrollTop;
+ }
+ // If active element's top position is less than 2/3 (66%) of menu height than do not scroll
+ if (activeElHeight > parseInt((menu.clientHeight * 2) / 3)) {
+ var start = menu.scrollTop,
+ change = activeElHeight - start - parseInt(menu.clientHeight / 2);
+ }
+ }
+ setTimeout(function () {
+ $.app.menu.container.stop().animate({
+ scrollTop: change
+ }, 300);
+ $('.main-menu').data('scroll-to-active', 'false');
+ }, 300);
+ }
+ this.obj.update();
+ }
+ },
+
+ enable: function () {
+ if (!$('.main-menu-content').hasClass('ps')) {
+ this.init();
+ }
+ },
+
+ disable: function () {
+ if (this.obj) {
+ this.obj.destroy();
+ }
+ },
+
+ updateHeight: function () {
+ if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern' || $body.data('menu') == 'vertical-overlay-menu') && $('.main-menu').hasClass('menu-fixed')) {
+ $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight());
+ this.update();
+ }
+ }
+ },
+
+ init: function (compactMenu) {
+ if ($('.main-menu-content').length > 0) {
+ this.container = $('.main-menu-content');
+
+ var menuObj = this;
+ var defMenu = '';
+
+ if (compactMenu === true) {
+ defMenu = 'collapsed';
+ }
+
+ if ($body.data('menu') == 'vertical-menu-modern') {
+ var menuToggle = '';
+ if (menuToggle === "false") {
+ this.change('collapsed');
+ } else {
+ this.change(defMenu);
+ }
+ } else {
+ this.change(defMenu);
+ }
+ }
+ },
+
+ drillDownMenu: function (screenSize) {
+ if ($('.drilldown-menu').length) {
+ if (screenSize == 'sm' || screenSize == 'xs') {
+ if ($('#navbar-mobile').attr('aria-expanded') == 'true') {
+
+ $('.drilldown-menu').slidingMenu({
+ backLabel: true
+ });
+ }
+ } else {
+ $('.drilldown-menu').slidingMenu({
+ backLabel: true
+ });
+ }
+ }
+ },
+
+ change: function (defMenu) {
+ var currentBreakpoint = Unison.fetch.now(); // Current Breakpoint
+
+ this.reset();
+
+ var menuType = $body.data('menu');
+
+ if (currentBreakpoint) {
+ switch (currentBreakpoint.name) {
+ case 'xl':
+ if (menuType === 'vertical-overlay-menu') {
+ this.hide();
+ } else {
+ if (defMenu === 'collapsed')
+ this.collapse(defMenu);
+ else
+ this.expand();
+ }
+ break;
+ case 'lg':
+ if (menuType === 'vertical-overlay-menu' || menuType === 'vertical-menu-modern' || menuType === 'horizontal-menu') {
+ this.hide();
+ } else {
+ this.collapse();
+ }
+ break;
+ case 'md':
+ case 'sm':
+ this.hide();
+ break;
+ case 'xs':
+ this.hide();
+ break;
+ }
+ }
+
+ // On the small and extra small screen make them overlay menu
+ if (menuType === 'vertical-menu' || menuType === 'vertical-menu-modern') {
+ this.toOverlayMenu(currentBreakpoint.name, menuType);
+ }
+
+ if ($body.is('.horizontal-layout') && !$body.hasClass('.horizontal-menu-demo')) {
+ this.changeMenu(currentBreakpoint.name);
+
+ $('.menu-toggle').removeClass('is-active');
+ }
+
+ // Initialize drill down menu for vertical layouts, for horizontal layouts drilldown menu is intitialized in changemenu function
+ if (menuType != 'horizontal-menu') {
+ // Drill down menu
+ // ------------------------------
+ this.drillDownMenu(currentBreakpoint.name);
+ }
+
+ // Dropdown submenu on large screen on hover For Large screen only
+ // ---------------------------------------------------------------
+ if (currentBreakpoint.name == 'xl') {
+ $('body[data-open="hover"] .header-navbar .dropdown').on('mouseenter', function () {
+ if (!($(this).hasClass('show'))) {
+ $(this).addClass('show');
+ } else {
+ $(this).removeClass('show');
+ }
+ }).on('mouseleave', function (event) {
+ $(this).removeClass('show');
+ });
+
+ $('body[data-open="hover"] .dropdown a').on('click', function (e) {
+ if (menuType == 'horizontal-menu') {
+ var $this = $(this);
+ if ($this.hasClass('dropdown-toggle')) {
+ return false;
+ }
+ }
+ });
+ }
+
+ // Added data attribute brand-center for navbar-brand-center
+ // TODO:AJ: Shift this feature in JADE.
+ if ($('.header-navbar').hasClass('navbar-brand-center')) {
+ $('.header-navbar').attr('data-nav', 'brand-center');
+ }
+ if (currentBreakpoint.name == 'sm' || currentBreakpoint.name == 'xs') {
+ $('.header-navbar[data-nav=brand-center]').removeClass('navbar-brand-center');
+ } else {
+ $('.header-navbar[data-nav=brand-center]').addClass('navbar-brand-center');
+ }
+ // On screen width change, current active menu in horizontal
+ if (currentBreakpoint.name == 'xl' && menuType == 'horizontal-menu') {
+ $(".main-menu-content").find('li.active').parents('li').addClass('sidebar-group-active active');
+ }
+
+ if (currentBreakpoint.name !== 'xl' && menuType == 'horizontal-menu') {
+ $("#navbar-type").toggleClass('d-none d-xl-block');
+ }
+
+ // Dropdown submenu on small screen on click
+ // --------------------------------------------------
+ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function (event) {
+ if ($(this).siblings('ul.dropdown-menu').length > 0) {
+ event.preventDefault();
+ }
+ event.stopPropagation();
+ $(this).parent().siblings().removeClass('show');
+ $(this).parent().toggleClass('show');
+ });
+
+
+ // Horizontal layout submenu drawer scrollbar
+ if (menuType == 'horizontal-menu') {
+ $('li.dropdown-submenu').on('mouseenter', function () {
+ if (!$(this).parent('.dropdown').hasClass('show')) {
+ $(this).removeClass('openLeft');
+ }
+ var dd = $(this).find('.dropdown-menu');
+ if (dd) {
+ var pageHeight = $(window).height(),
+ // ddTop = dd.offset().top,
+ ddTop = $(this).position().top,
+ ddLeft = dd.offset().left,
+ ddWidth = dd.width(),
+ ddHeight = dd.height();
+ if (((pageHeight - ddTop) - ddHeight - 28) < 1) {
+ var maxHeight = (pageHeight - ddTop - 170);
+ $(this).find('.dropdown-menu').css({
+ 'max-height': maxHeight + 'px',
+ 'overflow-y': 'auto',
+ 'overflow-x': 'hidden'
+ });
+ var menu_content = new PerfectScrollbar('li.dropdown-submenu.show .dropdown-menu', {
+ wheelPropagation: false
+ });
+ }
+ // Add class to horizontal sub menu if screen width is small
+ if (ddLeft + ddWidth - (window.innerWidth - 16) >= 0) {
+ $(this).addClass('openLeft');
+ }
+ }
+ });
+ $('.theme-layouts').find('.semi-dark').hide();
+ $('#customizer-navbar-colors').hide();
+ }
+
+
+ // Horizontal Fixed Nav Sticky hight issue on small screens
+ // if (menuType == 'horizontal-menu') {
+ // if (currentBreakpoint.name == 'sm' || currentBreakpoint.name == 'xs') {
+ // if ($(".menu-fixed").length) {
+ // $(".menu-fixed").unstick();
+ // }
+ // }
+ // else {
+ // if ($(".navbar-fixed").length) {
+ // $(".navbar-fixed").sticky();
+ // }
+ // }
+ // }
+
+ /********************************************
+ * Searchable Menu *
+ ********************************************/
+
+ function searchMenu(list) {
+
+ var input = $(".menu-search");
+ $(input)
+ .change(function () {
+ var filter = $(this).val();
+ if (filter) {
+ // Hide Main Navigation Headers
+ $('.navigation-header').hide();
+ // this finds all links in a list that contain the input,
+ // and hide the ones not containing the input while showing the ones that do
+ $(list).find("li a:not(:Contains(" + filter + "))").hide().parent().hide();
+ // $(list).find("li a:Contains(" + filter + ")").show().parents('li').show().addClass('open').closest('li').children('a').show();
+ var searchFilter = $(list).find("li a:Contains(" + filter + ")");
+ if (searchFilter.parent().hasClass('has-sub')) {
+ searchFilter.show()
+ .parents('li').show()
+ .addClass('open')
+ .closest('li')
+ .children('a').show()
+ .children('li').show();
+
+ // searchFilter.parents('li').find('li').show().children('a').show();
+ if (searchFilter.siblings('ul').length > 0) {
+ searchFilter.siblings('ul').children('li').show().children('a').show();
+ }
+
+ } else {
+ searchFilter.show().parents('li').show().addClass('open').closest('li').children('a').show();
+ }
+ } else {
+ // return to default
+ $('.navigation-header').show();
+ $(list).find("li a").show().parent().show().removeClass('open');
+ }
+ $.app.menu.manualScroller.update();
+ return false;
+ })
+ .keyup(function () {
+ // fire the above change event after every letter
+ $(this).change();
+ });
+ }
+
+ if (menuType === 'vertical-menu' || menuType === 'vertical-overlay-menu') {
+ // custom css expression for a case-insensitive contains()
+ jQuery.expr[':'].Contains = function (a, i, m) {
+ return (a.textContent || a.innerText || "").toUpperCase().indexOf(m[3].toUpperCase()) >= 0;
+ };
+
+ searchMenu($("#main-menu-navigation"));
+ }
+ },
+
+ transit: function (callback1, callback2) {
+ var menuObj = this;
+ $body.addClass('changing-menu');
+
+ callback1.call(menuObj);
+
+ if ($body.hasClass('vertical-layout')) {
+ if ($body.hasClass('menu-open') || $body.hasClass('menu-expanded')) {
+ $('.menu-toggle').addClass('is-active');
+
+ // Show menu header search when menu is normally visible
+ if ($body.data('menu') === 'vertical-menu') {
+ if ($('.main-menu-header')) {
+ $('.main-menu-header').show();
+ }
+ }
+ } else {
+ $('.menu-toggle').removeClass('is-active');
+
+ // Hide menu header search when only menu icons are visible
+ if ($body.data('menu') === 'vertical-menu') {
+ if ($('.main-menu-header')) {
+ $('.main-menu-header').hide();
+ }
+ }
+ }
+ }
+
+ setTimeout(function () {
+ callback2.call(menuObj);
+ $body.removeClass('changing-menu');
+
+ menuObj.update();
+ }, 500);
+ },
+
+ open: function () {
+ this.transit(function () {
+ $body.removeClass('menu-hide menu-collapsed').addClass('menu-open');
+ this.hidden = false;
+ this.expanded = true;
+
+ if ($body.hasClass('vertical-overlay-menu')) {
+ $('.sidenav-overlay').removeClass('d-none').addClass('d-block');
+ $('body').css('overflow', 'hidden');
+ }
+ }, function () {
+ if (!$('.main-menu').hasClass('menu-native-scroll') && $('.main-menu').hasClass('menu-fixed')) {
+ this.manualScroller.enable();
+ $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight());
+ // this.manualScroller.update();
+ }
+
+ if (!$body.hasClass('vertical-overlay-menu')) {
+ $('.sidenav-overlay').removeClass('d-block d-none');
+ $('body').css('overflow', 'auto');
+ }
+ });
+ },
+
+ hide: function () {
+
+ this.transit(function () {
+ $body.removeClass('menu-open menu-expanded').addClass('menu-hide');
+ this.hidden = true;
+ this.expanded = false;
+
+ if ($body.hasClass('vertical-overlay-menu')) {
+ $('.sidenav-overlay').removeClass('d-block').addClass('d-none');
+ $('body').css('overflow', 'auto');
+ }
+ }, function () {
+ if (!$('.main-menu').hasClass('menu-native-scroll') && $('.main-menu').hasClass('menu-fixed')) {
+ this.manualScroller.enable();
+ }
+
+ if (!$body.hasClass('vertical-overlay-menu')) {
+ $('.sidenav-overlay').removeClass('d-block d-none');
+ $('body').css('overflow', 'auto');
+ }
+ });
+ },
+
+ expand: function () {
+ if (this.expanded === false) {
+ if ($body.data('menu') == 'vertical-menu-modern') {
+ $('.modern-nav-toggle').find('.toggle-icon')
+ .removeClass('feather icon-circle').addClass('feather icon-disc');
+ }
+ this.transit(function () {
+ $body.removeClass('menu-collapsed').addClass('menu-expanded');
+ this.collapsed = false;
+ this.expanded = true;
+
+ $('.sidenav-overlay').removeClass('d-block d-none');
+ }, function () {
+
+ if (($('.main-menu').hasClass('menu-native-scroll') || $body.data('menu') == 'horizontal-menu')) {
+ this.manualScroller.disable();
+ } else {
+ if ($('.main-menu').hasClass('menu-fixed'))
+ this.manualScroller.enable();
+ }
+
+ if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern') && $('.main-menu').hasClass('menu-fixed')) {
+ $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height() - $('.main-menu-header').outerHeight() - $('.main-menu-footer').outerHeight());
+ // this.manualScroller.update();
+ }
+
+ });
+ }
+ },
+
+ collapse: function (defMenu) {
+ if (this.collapsed === false) {
+ if ($body.data('menu') == 'vertical-menu-modern') {
+ $('.modern-nav-toggle').find('.toggle-icon')
+ .removeClass('feather icon-disc').addClass('feather icon-circle');
+ }
+ this.transit(function () {
+ $body.removeClass('menu-expanded').addClass('menu-collapsed');
+ this.collapsed = true;
+ this.expanded = false;
+
+ $('.content-overlay').removeClass('d-block d-none');
+ }, function () {
+
+ if (($body.data('menu') == 'horizontal-menu') && $body.hasClass('vertical-overlay-menu')) {
+ if ($('.main-menu').hasClass('menu-fixed'))
+ this.manualScroller.enable();
+ }
+ if (($body.data('menu') == 'vertical-menu' || $body.data('menu') == 'vertical-menu-modern') && $('.main-menu').hasClass('menu-fixed')) {
+ $('.main-menu-content').css('height', $(window).height() - $('.header-navbar').height());
+ // this.manualScroller.update();
+ }
+ if ($body.data('menu') == 'vertical-menu-modern') {
+ if ($('.main-menu').hasClass('menu-fixed'))
+ this.manualScroller.enable();
+ }
+ });
+ }
+ },
+
+ toOverlayMenu: function (screen, menuType) {
+ var menu = $body.data('menu');
+ if (menuType == 'vertical-menu-modern') {
+ if (screen == 'lg' || screen == 'md' || screen == 'sm' || screen == 'xs') {
+ if ($body.hasClass(menu)) {
+ $body.removeClass(menu).addClass('vertical-overlay-menu');
+ }
+ } else {
+ if ($body.hasClass('vertical-overlay-menu')) {
+ $body.removeClass('vertical-overlay-menu').addClass(menu);
+ }
+ }
+ } else {
+ if (screen == 'sm' || screen == 'xs') {
+ if ($body.hasClass(menu)) {
+ $body.removeClass(menu).addClass('vertical-overlay-menu');
+ }
+ } else {
+ if ($body.hasClass('vertical-overlay-menu')) {
+ $body.removeClass('vertical-overlay-menu').addClass(menu);
+ }
+ }
+ }
+ },
+
+ changeMenu: function (screen) {
+ // Replace menu html
+ $('div[data-menu="menu-wrapper"]').html('');
+ $('div[data-menu="menu-wrapper"]').html(menuWrapper_el);
+
+ var menuWrapper = $('div[data-menu="menu-wrapper"]'),
+ menuContainer = $('div[data-menu="menu-container"]'),
+ menuNavigation = $('ul[data-menu="menu-navigation"]'),
+ /*megaMenu = $('li[data-menu="megamenu"]'),
+ megaMenuCol = $('li[data-mega-col]'),*/
+ dropdownMenu = $('li[data-menu="dropdown"]'),
+ dropdownSubMenu = $('li[data-menu="dropdown-submenu"]');
+
+ if (screen === 'xl') {
+
+ // Change body classes
+ $body.removeClass('vertical-layout vertical-overlay-menu fixed-navbar').addClass($body.data('menu'));
+
+ // Remove navbar-fix-top class on large screens
+ $('nav.header-navbar').removeClass('fixed-top');
+
+ // Change menu wrapper, menu container, menu navigation classes
+ menuWrapper.removeClass().addClass(menuWrapperClasses);
+
+ // Intitialize drill down menu for horizontal layouts
+ // --------------------------------------------------
+ this.drillDownMenu(screen);
+
+ $('a.dropdown-item.nav-has-children').on('click', function () {
+ event.preventDefault();
+ event.stopPropagation();
+ });
+ $('a.dropdown-item.nav-has-parent').on('click', function () {
+ event.preventDefault();
+ event.stopPropagation();
+ });
+ } else {
+ // Change body classes
+ $body.removeClass($body.data('menu')).addClass('vertical-layout vertical-overlay-menu fixed-navbar');
+
+ // Add navbar-fix-top class on small screens
+ $('nav.header-navbar').addClass('fixed-top');
+
+ // Change menu wrapper, menu container, menu navigation classes
+ menuWrapper.removeClass().addClass('main-menu menu-light menu-fixed menu-shadow');
+ // menuContainer.removeClass().addClass('main-menu-content');
+ menuNavigation.removeClass().addClass('navigation navigation-main');
+
+ // If Dropdown Menu
+ dropdownMenu.removeClass('dropdown').addClass('has-sub');
+ dropdownMenu.find('a').removeClass('dropdown-toggle nav-link');
+ dropdownMenu.children('ul').find('a').removeClass('dropdown-item');
+ dropdownMenu.find('ul').removeClass('dropdown-menu');
+ dropdownSubMenu.removeClass().addClass('has-sub');
+
+ $.app.nav.init();
+
+ // Dropdown submenu on small screen on click
+ // --------------------------------------------------
+ $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function (event) {
+ event.preventDefault();
+ event.stopPropagation();
+ $(this).parent().siblings().removeClass('open');
+ $(this).parent().toggleClass('open');
+ });
+
+ $(".main-menu-content").find('li.active').parents('li').addClass('sidebar-group-active');
+
+ $(".main-menu-content").find("li.active").closest("li.nav-item").addClass("open");
+ }
+ },
+
+ toggle: function () {
+ var currentBreakpoint = Unison.fetch.now(); // Current Breakpoint
+ var collapsed = this.collapsed;
+ var expanded = this.expanded;
+ var hidden = this.hidden;
+ var menu = $body.data('menu');
+
+ switch (currentBreakpoint.name) {
+ case 'xl':
+ if (expanded === true) {
+ if (menu == 'vertical-overlay-menu') {
+ this.hide();
+ } else {
+ this.collapse();
+ }
+ } else {
+ if (menu == 'vertical-overlay-menu') {
+ this.open();
+ } else {
+ this.expand();
+ }
+ }
+ break;
+ case 'lg':
+ if (expanded === true) {
+ if (menu == 'vertical-overlay-menu' || menu == 'vertical-menu-modern' || menu == 'horizontal-menu') {
+ this.hide();
+ } else {
+ this.collapse();
+ }
+ } else {
+ if (menu == 'vertical-overlay-menu' || menu == 'vertical-menu-modern' || menu == 'horizontal-menu') {
+ this.open();
+ } else {
+ this.expand();
+ }
+ }
+ break;
+ case 'md':
+ case 'sm':
+ if (hidden === true) {
+ this.open();
+ } else {
+ this.hide();
+ }
+ break;
+ case 'xs':
+ if (hidden === true) {
+ this.open();
+ } else {
+ this.hide();
+ }
+ break;
+ }
+
+ // Re-init sliding menu to update width
+ this.drillDownMenu(currentBreakpoint.name);
+ },
+
+ update: function () {
+ this.manualScroller.update();
+ },
+
+ reset: function () {
+ this.expanded = false;
+ this.collapsed = false;
+ this.hidden = false;
+ $body.removeClass('menu-hide menu-open menu-collapsed menu-expanded');
+ },
+ };
+
+ // Navigation Menu
+ $.app.nav = {
+ container: $('.navigation-main'),
+ initialized: false,
+ navItem: $('.navigation-main').find('li').not('.navigation-category'),
+
+ config: {
+ speed: 300,
+ },
+
+ init: function (config) {
+ this.initialized = true; // Set to true when initialized
+ $.extend(this.config, config);
+
+ this.bind_events();
+ },
+
+ bind_events: function () {
+ var menuObj = this;
+
+ $('.navigation-main').on('mouseenter.app.menu', 'li', function () {
+ var $this = $(this);
+ $('.hover', '.navigation-main').removeClass('hover');
+ if ($body.hasClass('menu-collapsed') && $body.data('menu') != 'vertical-menu-modern') {
+ $('.main-menu-content').children('span.menu-title').remove();
+ $('.main-menu-content').children('a.menu-title').remove();
+ $('.main-menu-content').children('ul.menu-content').remove();
+
+ // Title
+ var menuTitle = $this.find('span.menu-title').clone(),
+ tempTitle,
+ tempLink;
+ if (!$this.hasClass('has-sub')) {
+ tempTitle = $this.find('span.menu-title').text();
+ tempLink = $this.children('a').attr('href');
+ if (tempTitle !== '') {
+ menuTitle = $("");
+ menuTitle.attr("href", tempLink);
+ menuTitle.attr("title", tempTitle);
+ menuTitle.text(tempTitle);
+ menuTitle.addClass("menu-title");
+ }
+ }
+ // menu_header_height = ($('.main-menu-header').length) ? $('.main-menu-header').height() : 0,
+ // fromTop = menu_header_height + $this.position().top + parseInt($this.css( "border-top" ),10);
+ var fromTop;
+ if ($this.css("border-top")) {
+ fromTop = $this.position().top + parseInt($this.css("border-top"), 10);
+ } else {
+ fromTop = $this.position().top;
+ }
+ if ($body.data('menu') !== 'vertical-compact-menu') {
+ menuTitle.appendTo('.main-menu-content').css({
+ position: 'fixed',
+ top: fromTop,
+ });
+ }
+
+ // Content
+ if ($this.hasClass('has-sub') && $this.hasClass('nav-item')) {
+ var menuContent = $this.children('ul:first');
+ menuObj.adjustSubmenu($this);
+ }
+ }
+ $this.addClass('hover');
+ }).on('mouseleave.app.menu', 'li', function () {
+ // $(this).removeClass('hover');
+ }).on('active.app.menu', 'li', function (e) {
+ $(this).addClass('active');
+ e.stopPropagation();
+ }).on('deactive.app.menu', 'li.active', function (e) {
+ $(this).removeClass('active');
+ e.stopPropagation();
+ }).on('open.app.menu', 'li', function (e) {
+
+ var $listItem = $(this);
+ $listItem.addClass('open');
+
+ menuObj.expand($listItem);
+
+ // If menu collapsible then do not take any action
+ if ($('.main-menu').hasClass('menu-collapsible')) {
+ return false;
+ }
+ // If menu accordion then close all except clicked once
+ else {
+ $listItem.siblings('.open').find('li.open').trigger('close.app.menu');
+ $listItem.siblings('.open').trigger('close.app.menu');
+ }
+
+ e.stopPropagation();
+ }).on('close.app.menu', 'li.open', function (e) {
+ var $listItem = $(this);
+
+ $listItem.removeClass('open');
+ menuObj.collapse($listItem);
+
+ e.stopPropagation();
+ }).on('click.app.menu', 'li', function (e) {
+ var $listItem = $(this);
+ if ($listItem.is('.disabled')) {
+ e.preventDefault();
+ } else {
+ if ($body.hasClass('menu-collapsed') && $body.data('menu') != 'vertical-menu-modern') {
+ e.preventDefault();
+ } else {
+ if ($listItem.has('ul').length) {
+ if ($listItem.is('.open')) {
+ $listItem.trigger('close.app.menu');
+ } else {
+ $listItem.trigger('open.app.menu');
+ }
+ } else {
+ if (!$listItem.is('.active')) {
+ $listItem.siblings('.active').trigger('deactive.app.menu');
+ $listItem.trigger('active.app.menu');
+ }
+ }
+ }
+ }
+
+ e.stopPropagation();
+ });
+
+
+ $('.navbar-header, .main-menu').on('mouseenter', modernMenuExpand).on('mouseleave', modernMenuCollapse);
+
+ function modernMenuExpand() {
+ if ($body.data('menu') == 'vertical-menu-modern') {
+ $('.main-menu, .navbar-header').addClass('expanded');
+ if ($body.hasClass('menu-collapsed')) {
+ if ($('.main-menu li.open').length === 0) {
+ $(".main-menu-content").find('li.active').parents('li').addClass('open');
+ }
+ var $listItem = $('.main-menu li.menu-collapsed-open'),
+ $subList = $listItem.children('ul');
+
+ $subList.hide().slideDown(200, function () {
+ $(this).css('display', '');
+ });
+
+ $listItem.addClass('open').removeClass('menu-collapsed-open');
+ // $.app.menu.changeLogo('expand');
+ }
+ }
+ }
+
+ function modernMenuCollapse() {
+ if ($body.hasClass('menu-collapsed') && $body.data('menu') == 'vertical-menu-modern') {
+ setTimeout(function () {
+ if ($('.main-menu:hover').length === 0 && $('.navbar-header:hover').length === 0) {
+
+ $('.main-menu, .navbar-header').removeClass('expanded');
+ if ($body.hasClass('menu-collapsed')) {
+ var $listItem = $('.main-menu li.open'),
+ $subList = $listItem.children('ul');
+ $listItem.addClass('menu-collapsed-open');
+
+ $subList.show().slideUp(200, function () {
+ $(this).css('display', '');
+ });
+
+ $listItem.removeClass('open');
+ // $.app.menu.changeLogo();
+ }
+ }
+ }, 1);
+ }
+ }
+
+ $('.main-menu-content').on('mouseleave', function () {
+ if ($body.hasClass('menu-collapsed')) {
+ $('.main-menu-content').children('span.menu-title').remove();
+ $('.main-menu-content').children('a.menu-title').remove();
+ $('.main-menu-content').children('ul.menu-content').remove();
+ }
+ $('.hover', '.navigation-main').removeClass('hover');
+ });
+
+ // If list item has sub menu items then prevent redirection.
+ $('.navigation-main li.has-sub > a').on('click', function (e) {
+ e.preventDefault();
+ });
+
+ $('ul.menu-content').on('click', 'li', function (e) {
+ var $listItem = $(this);
+ if ($listItem.is('.disabled')) {
+ e.preventDefault();
+ } else {
+ if ($listItem.has('ul')) {
+ if ($listItem.is('.open')) {
+ $listItem.removeClass('open');
+ menuObj.collapse($listItem);
+ } else {
+ $listItem.addClass('open');
+
+ menuObj.expand($listItem);
+
+ // If menu collapsible then do not take any action
+ if ($('.main-menu').hasClass('menu-collapsible')) {
+ return false;
+ }
+ // If menu accordion then close all except clicked once
+ else {
+ $listItem.siblings('.open').find('li.open').trigger('close.app.menu');
+ $listItem.siblings('.open').trigger('close.app.menu');
+ }
+
+ e.stopPropagation();
+ }
+ } else {
+ if (!$listItem.is('.active')) {
+ $listItem.siblings('.active').trigger('deactive.app.menu');
+ $listItem.trigger('active.app.menu');
+ }
+ }
+ }
+
+ e.stopPropagation();
+ });
+ },
+
+ /**
+ * Ensure an admin submenu is within the visual viewport.
+ * @param {jQuery} $menuItem The parent menu item containing the submenu.
+ */
+ adjustSubmenu: function ($menuItem) {
+ var menuHeaderHeight, menutop, topPos, winHeight,
+ bottomOffset, subMenuHeight, popOutMenuHeight, borderWidth, scroll_theme,
+ $submenu = $menuItem.children('ul:first'),
+ ul = $submenu.clone(true);
+
+ menuHeaderHeight = $('.main-menu-header').height();
+ menutop = $menuItem.position().top;
+ winHeight = $window.height() - $('.header-navbar').height();
+ borderWidth = 0;
+ subMenuHeight = $submenu.height();
+
+ if (parseInt($menuItem.css("border-top"), 10) > 0) {
+ borderWidth = parseInt($menuItem.css("border-top"), 10);
+ }
+
+ popOutMenuHeight = winHeight - menutop - $menuItem.height() - 30;
+ scroll_theme = ($('.main-menu').hasClass('menu-dark')) ? 'light' : 'dark';
+
+ topPos = menutop + $menuItem.height() + borderWidth;
+
+ ul.addClass('menu-popout').appendTo('.main-menu-content').css({
+ 'top': topPos,
+ 'position': 'fixed',
+ 'max-height': popOutMenuHeight,
+ });
+
+ var menu_content = new PerfectScrollbar('.main-menu-content > ul.menu-content', {
+ wheelPropagation: false
+ });
+ },
+
+ collapse: function ($listItem, callback) {
+ var $subList = $listItem.children('ul');
+
+ $subList.show().slideUp($.app.nav.config.speed, function () {
+ $(this).css('display', '');
+
+ $(this).find('> li').removeClass('is-shown');
+
+ if (callback) {
+ callback();
+ }
+
+ $.app.nav.container.trigger('collapsed.app.menu');
+ });
+ },
+
+ expand: function ($listItem, callback) {
+ var $subList = $listItem.children('ul');
+ var $children = $subList.children('li').addClass('is-hidden');
+
+ $subList.hide().slideDown($.app.nav.config.speed, function () {
+ $(this).css('display', '');
+
+ if (callback) {
+ callback();
+ }
+
+ $.app.nav.container.trigger('expanded.app.menu');
+ });
+
+ setTimeout(function () {
+ $children.addClass('is-shown');
+ $children.removeClass('is-hidden');
+ }, 0);
+ },
+
+ refresh: function () {
+ $.app.nav.container.find('.open').removeClass('open');
+ },
+ };
+
+})(window, document, jQuery);
+
+// We listen to the resize event
+window.addEventListener('resize', function() {
+ // We execute the same script as before
+ var vh = window.innerHeight * 0.01;
+ document.documentElement.style.setProperty('--vh', vh + "px");
+});
\ No newline at end of file
diff --git a/www/assets2/js/core/app-menu.min.js b/www/assets2/js/core/app-menu.min.js
new file mode 100644
index 0000000..adc242c
--- /dev/null
+++ b/www/assets2/js/core/app-menu.min.js
@@ -0,0 +1 @@
+!function(o,s,r){"use strict";var e=.01*o.innerHeight;s.documentElement.style.setProperty("--vh",e+"px"),r.app=r.app||{};var l=r("body"),d=r(o),t=r('div[data-menu="menu-wrapper"]').html(),m=r('div[data-menu="menu-wrapper"]').attr("class");r.app.menu={expanded:null,collapsed:null,hidden:null,container:null,horizontalMenu:!1,is_touch_device:function(){var e=" -webkit- -moz- -o- -ms- ".split(" ");if("ontouchstart"in o||o.DocumentTouch&&s instanceof DocumentTouch)return!0;var n,a=["(",e.join("touch-enabled),("),"heartz",")"].join("");return n=a,o.matchMedia(n).matches},manualScroller:{obj:null,init:function(){r(".main-menu").hasClass("menu-dark");r.app.menu.is_touch_device()?r(".main-menu").addClass("menu-native-scroll"):this.obj=new PerfectScrollbar(".main-menu-content",{suppressScrollX:!0,wheelPropagation:!1})},update:function(){if(this.obj){if(!0===r(".main-menu").data("scroll-to-active")){var e,n,a;if(e=s.querySelector(".main-menu-content li.active"),l.hasClass("menu-collapsed"))r(".main-menu-content li.sidebar-group-active").length&&(e=s.querySelector(".main-menu-content li.sidebar-group-active"));else if(n=s.querySelector(".main-menu-content"),e&&(a=e.getBoundingClientRect().top+n.scrollTop),a>parseInt(2*n.clientHeight/3))var i=a-n.scrollTop-parseInt(n.clientHeight/2);setTimeout(function(){r.app.menu.container.stop().animate({scrollTop:i},300),r(".main-menu").data("scroll-to-active","false")},300)}this.obj.update()}},enable:function(){r(".main-menu-content").hasClass("ps")||this.init()},disable:function(){this.obj&&this.obj.destroy()},updateHeight:function(){"vertical-menu"!=l.data("menu")&&"vertical-menu-modern"!=l.data("menu")&&"vertical-overlay-menu"!=l.data("menu")||!r(".main-menu").hasClass("menu-fixed")||(r(".main-menu-content").css("height",r(o).height()-r(".header-navbar").height()-r(".main-menu-header").outerHeight()-r(".main-menu-footer").outerHeight()),this.update())}},init:function(e){if(0Pages
' +
+ '' +
+ 'Pages